@charset "UTF-8";
.wrap {
  display: flex;
  flex-flow: column;
  justify-content: stretch;
  align-items: stretch;
  min-height: 100dvh;
  position: relative;
}

.c-title {
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  font-size: 4.2rem;
}
@media only screen and (max-width: 767px) {
  .c-title {
    font-size: 2.1rem;
  }
}
.c-title::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: #E56707;
  border-radius: 50vw;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media only screen and (max-width: 767px) {
  .c-title::after {
    width: 1rem;
    height: 1rem;
  }
}
.c-title > span {
  background: #fff;
  position: relative;
  padding-bottom: 1.5rem;
  display: inline-block;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .c-title > span {
    padding-bottom: 1rem;
  }
}
.c-title > span::after {
  content: "";
  display: block;
  width: 16rem;
  height: 1px;
  background: #E56707;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 767px) {
  .c-title > span::after {
    width: 8rem;
  }
}
.c-title .small {
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .c-title .small {
    font-size: 1.8rem;
  }
}

.c-lead {
  margin-top: 3.9rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
}
.c-lead p.tc-left{
  display:inline-block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-lead {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 2rem;
  }
}

.fix-btn {
  color: #fff;
  position: sticky;
  top: 15rem;
  right: 0;
  border-radius: 2rem 0 0 2rem;
  overflow: hidden;
  transition: 400ms;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .fix-btn {
    width: 7.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .fix-btn {
    position: fixed;
    transform: translateY(100%);
    top: auto;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .fix-btn-wrap {
    width: 7.2rem;
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100% - 50vw);
    pointer-events: none;
  }
}
.fix-btn a {
  position: relative;
  display: block;
  pointer-events: auto;
}
.fix-btn a::before, .fix-btn a::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 7.2rem;
  width: 7.2rem;
  height: 35.2rem;
  position: absolute;
  top: 0;
  right: -1px;
  z-index: -1;
  transition: 200ms;
}
@media only screen and (max-width: 767px) {
  .fix-btn a::before, .fix-btn a::after {
    background-size: 24rem;
    width: 24rem;
    height: 5.8rem;
  }
}
.fix-btn a::before {
  background-image: url(../img/common/fix-bg.svg);
}
@media only screen and (max-width: 767px) {
  .fix-btn a::before {
    background-image: url(../img/common/fix-bg-sp.svg);
  }
}
.fix-btn a::after {
  background-image: url(../img/common/fix-bg-w.svg);
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .fix-btn a::after {
    background-image: url(../img/common/fix-bg-w-sp.svg);
  }
}
@media only screen and (min-width: 768px) {
  .fix-btn a {
    transition: 200ms;
  }
  .fix-btn a:hover {
    color: #D85300;
  }
  .fix-btn a:hover::after {
    opacity: 1;
  }
  .fix-btn a:hover .inner::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21.43' height='21' viewBox='0 0 21.43 21'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_79' data-name='長方形 79' width='21.43' height='21' fill='%23e56707'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='ic_register' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_296' data-name='パス 296' d='M9.186,13.029a.5.5,0,0,0-.823.186l-1.1,3.054a.5.5,0,0,0,.118.527.51.51,0,0,0,.352.143.517.517,0,0,0,.177-.032l3.033-1.144a.5.5,0,0,0,.175-.823Z' fill='%23e56707'/%3E%3Cpath id='パス_297' data-name='パス 297' d='M21.423,5.419a.5.5,0,0,0-.148-.28L18.863,2.751a.5.5,0,0,0-.345-.163.465.465,0,0,0-.382.148l-1.58,1.6V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V19a2,2,0,0,0,2,2H14.556a2,2,0,0,0,2-2V10.652l4.731-4.8a.5.5,0,0,0,.136-.433M15.556,19a1,1,0,0,1-1,1H2a1,1,0,0,1-1-1V2A1,1,0,0,1,2,1H14.556a1,1,0,0,1,1,1V5.354l-3.1,3.141H4a.505.505,0,0,0,0,1.01h7.465L9.477,11.521a.5.5,0,0,0,.005.706l2.437,2.416a.5.5,0,0,0,.352.144.378.378,0,0,0,.356-.149l2.929-2.972Z' fill='%23e56707'/%3E%3Cpath id='パス_298' data-name='パス 298' d='M4,6.505h9a.505.505,0,1,0,0-1.01H4a.505.505,0,0,0,0,1.01' fill='%23e56707'/%3E%3Cpath id='パス_299' data-name='パス 299' d='M7.505,12A.5.5,0,0,0,7,11.495H4a.505.505,0,0,0,0,1.01H7A.5.5,0,0,0,7.505,12' fill='%23e56707'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
  .fix-btn a:hover .inner::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='ic_cicle_arrow' transform='translate(-653.658 -1485.084)'%3E%3Ccircle id='bg' cx='12' cy='12' r='12' transform='translate(653.658 1485.084)' fill='%23e56707'/%3E%3Cpath id='arrow' d='M0,4.225,4.225,0,8.449,4.225' transform='translate(668.382 1492.584) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
.fix-btn .inner {
  display: block;
  width: 7.2rem;
  height: 35.2rem;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  gap: 1.2rem;
  padding-bottom: 3rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 767px) {
  .fix-btn .inner {
    width: 24rem;
    height: 5.8rem;
    flex-flow: row;
    padding-bottom: 0;
    padding-top: 1.1rem;
    padding-right: 2.3rem;
    gap: 1.1rem;
  }
}
.fix-btn .inner::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21.43' height='21' viewBox='0 0 21.43 21'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_79' data-name='長方形 79' width='21.43' height='21' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='ic_register' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_296' data-name='パス 296' d='M9.186,13.029a.5.5,0,0,0-.823.186l-1.1,3.054a.5.5,0,0,0,.118.527.51.51,0,0,0,.352.143.517.517,0,0,0,.177-.032l3.033-1.144a.5.5,0,0,0,.175-.823Z' fill='%23fff'/%3E%3Cpath id='パス_297' data-name='パス 297' d='M21.423,5.419a.5.5,0,0,0-.148-.28L18.863,2.751a.5.5,0,0,0-.345-.163.465.465,0,0,0-.382.148l-1.58,1.6V2a2,2,0,0,0-2-2H2A2,2,0,0,0,0,2V19a2,2,0,0,0,2,2H14.556a2,2,0,0,0,2-2V10.652l4.731-4.8a.5.5,0,0,0,.136-.433M15.556,19a1,1,0,0,1-1,1H2a1,1,0,0,1-1-1V2A1,1,0,0,1,2,1H14.556a1,1,0,0,1,1,1V5.354l-3.1,3.141H4a.505.505,0,0,0,0,1.01h7.465L9.477,11.521a.5.5,0,0,0,.005.706l2.437,2.416a.5.5,0,0,0,.352.144.378.378,0,0,0,.356-.149l2.929-2.972Z' fill='%23fff'/%3E%3Cpath id='パス_298' data-name='パス 298' d='M4,6.505h9a.505.505,0,1,0,0-1.01H4a.505.505,0,0,0,0,1.01' fill='%23fff'/%3E%3Cpath id='パス_299' data-name='パス 299' d='M7.505,12A.5.5,0,0,0,7,11.495H4a.505.505,0,0,0,0,1.01H7A.5.5,0,0,0,7.505,12' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.143rem;
  width: 2.143rem;
  height: 2.1rem;
}
@media only screen and (max-width: 767px) {
  .fix-btn .inner::before {
    background-size: 1.574rem;
    width: 1.574rem;
    height: 1.542rem;
  }
}
.fix-btn .inner::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='ic_cicle_arrow' transform='translate(-653.658 -1485.084)'%3E%3Ccircle id='bg' cx='12' cy='12' r='12' transform='translate(653.658 1485.084)' fill='%23fff'/%3E%3Cpath id='arrow' d='M8.449,5.225a1,1,0,0,1-.707-.293L4.225,1.414.707,4.932a1,1,0,0,1-1.414,0,1,1,0,0,1,0-1.414L3.517-.707a1,1,0,0,1,1.414,0L9.156,3.517a1,1,0,0,1-.707,1.707Z' transform='translate(668.382 1492.584) rotate(90)' fill='%23eb802f'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .fix-btn .inner::after {
    background-size: 1.763rem;
    width: 1.763rem;
    height: 1.763rem;
  }
}
.fix-btn .inner span {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .fix-btn .inner span {
    letter-spacing: 0.08em;
    writing-mode: vertical-rl;
  }
}
@media only screen and (max-width: 767px) {
  .fix-btn .inner span {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .fix-btn.animate {
    transform: translate(0);
    opacity: 1;
  }
}

.fix-btn-e-learning {
  position: sticky;
  top: 15rem;
  right: 0;
  border-radius: 2rem 0 0 2rem;
  overflow: hidden;
  transition: 400ms;
  z-index: 9999;
  pointer-events: auto;
  background: #FEF83D;
  border-radius: 2.4rem 0 0 2.4rem;
  box-shadow: 0px 6px 2px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #111111;
  border-right: none;
}
@media only screen and (min-width: 768px) {
  .fix-btn-e-learning {
    width: 42rem;
  }
}
@media only screen and (max-width: 767px) {
  .fix-btn-e-learning {
    display: flex;
    flex-flow: column-reverse;
    justify-content: stretch;
    align-items: stretch;
    border-radius: 1.4rem 0 0 1.4rem;
  }
}
.fix-btn-e-learning-wrap {
  position: fixed;
  right: 0;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .fix-btn-e-learning-wrap {
    top: 15rem;
    width: 42rem;
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .fix-btn-e-learning-wrap {
    position: fixed;
    bottom: 0;
    width: 32.6rem;
  }
}
.fix-btn-e-learning .fix-e-learning-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;
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 5rem;
  padding-right: 6.6rem;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .fix-btn-e-learning .fix-e-learning-btn {
    font-size: 1.6rem;
    padding-left: 3.8rem;
    padding-right: 4.6rem;
  }
}
.fix-btn-e-learning .fix-e-learning-btn::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='23' viewBox='0 0 17 23'%3E%3Cg id='arrow' transform='translate(0.5 0.5)'%3E%3Cpath id='パス_144' data-name='パス 144' d='M16,8,8,0,0,8Z' transform='translate(16 22) rotate(180)' fill='%23111'/%3E%3Cpath id='パス_144_-_アウトライン' data-name='パス 144 - アウトライン' d='M16,8.5H0a.5.5,0,0,1-.462-.309.5.5,0,0,1,.108-.545l8-8A.5.5,0,0,1,8-.5a.5.5,0,0,1,.354.146l8,8A.5.5,0,0,1,16,8.5ZM1.207,7.5H14.793L8,.707Z' transform='translate(16 22) rotate(180)' fill='%23111'/%3E%3Cpath id='パス_881' data-name='パス 881' d='M16,0,8,8,0,0Z' transform='translate(16 8) rotate(180)' fill='%23111'/%3E%3Cpath id='パス_881_-_アウトライン' data-name='パス 881 - アウトライン' d='M0-.5H16a.5.5,0,0,1,.462.309.5.5,0,0,1-.108.545l-8,8a.5.5,0,0,1-.707,0l-8-8A.5.5,0,0,1-.462-.191.5.5,0,0,1,0-.5ZM14.793.5H1.207L8,7.293Z' transform='translate(16 8) rotate(180)' fill='%23111'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.7rem;
  width: 1.7rem;
  height: 2.3rem;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 767px) {
  .fix-btn-e-learning .fix-e-learning-btn::after {
    background-size: 1.5rem;
    width: 1.5rem;
    height: 1.9rem;
    right: 1.58rem;
  }
}
.fix-btn-e-learning .fix-e-learning-btn span {
  display: inline-block;
  position: relative;
}
.fix-btn-e-learning .fix-e-learning-btn span::before {
  content: "";
  display: block;
  background-image: url(../img/common/icon-fix-e-learning-note.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2rem;
  width: 2rem;
  height: 1.786rem;
  position: absolute;
  top: 50%;
  left: -0.78rem;
  transform: translate(-100%, -50%);
}
@media only screen and (max-width: 767px) {
  .fix-btn-e-learning .fix-e-learning-btn span::before {
    background-size: 1.6rem;
    width: 1.6rem;
    height: 1.429rem;
  }
}
.fix-btn-e-learning .fix-e-learning-list {
  display: none;
}
@media only screen and (min-width: 768px) {
  .fix-btn-e-learning .fix-e-learning-list {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .fix-btn-e-learning .fix-e-learning-list {
    padding-top: 1.4rem;
    max-height: calc(100dvh - 15rem);
    overflow: auto;
  }
}
.fix-btn-e-learning .fix-e-learning-list .item {
  counter-increment: e-learning-list;
}
.fix-btn-e-learning .fix-e-learning-list .item:not(:last-of-type) {
  margin-bottom: 1px;
}
.fix-btn-e-learning .fix-e-learning-list .item a {
  display: block;
  background: #fff;
  color: #104FA1;
  font-size: 2rem;
  font-weight: bold;
  padding: 0.6rem 4rem 0.6rem 2rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .fix-btn-e-learning .fix-e-learning-list .item a:hover {
    color: #111;
  }
  .fix-btn-e-learning .fix-e-learning-list .item a:hover::after {
    right: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .fix-btn-e-learning .fix-e-learning-list .item a {
    font-size: 1.4rem;
    padding: 0.83rem 3rem 0.83rem 1.4rem;
  }
}
.fix-btn-e-learning .fix-e-learning-list .item a::before {
  content: counter(e-learning-list) ".";
  margin-right: 0.3em;
}
.fix-btn-e-learning .fix-e-learning-list .item a::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14'%3E%3Cg id='arrow' transform='translate(1 1)'%3E%3Cpath id='パス_143' data-name='パス 143' d='M1244.922,947.914h-16a1,1,0,0,1,0-2h16a1,1,0,0,1,0,2Z' transform='translate(-1228.922 -940.914)' fill='%23104fa1'/%3E%3Cpath id='パス_144' data-name='パス 144' d='M12,7a1,1,0,0,1-.707-.293L6,1.414.707,6.707a1,1,0,0,1-1.414,0,1,1,0,0,1,0-1.414l6-6a1,1,0,0,1,1.414,0l6,6A1,1,0,0,1,12,7Z' transform='translate(16 0) rotate(90)' fill='%23104fa1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0%, -50%);
  transition: 200ms;
}
@media only screen and (max-width: 767px) {
  .fix-btn-e-learning .fix-e-learning-list .item a::after {
    width: 1.35rem;
    height: 1.15rem;
    right: 1.4rem;
  }
}

.line {
  background: linear-gradient(to bottom, transparent, transparent 65%, #FFF9AD 65%);
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .line {
    background: linear-gradient(to bottom, transparent, transparent 50%, #FFF9AD 50%);
  }
}

.article {
  padding-top: 10rem;
  padding-bottom: 10.4rem;
}
@media only screen and (max-width: 767px) {
  .article {
    padding-top: 4rem;
    padding-bottom: 8.4rem;
  }
}
.article-content {
  overflow: hidden;
  padding-bottom: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .section-headline {
    padding-top: 1.4rem;
  }
}
.section-headline .inner {
  position: relative;
    overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section-headline .inner {
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-headline .inner {
    margin-left: -1.4rem;
    /* height: 21.2rem; */
    border-radius: 0 1.2rem 1.2rem 0;
  }
}
.section-headline .img {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: block;
}
.section-headline .img img {
  width: 100%;
    aspect-ratio: 362/204;
    object-fit: cover;
}
.section-headline .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(90deg, rgba(5, 40, 115, 0.6) 0%, rgba(5, 40, 115, 0.6) 43%, rgba(15, 70, 155, 0.6) 100%) 0% 0%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-headline .text {
  color: #fff;
  top:0;
  left:0;
  position: absolute;
  padding:4.6rem 5.3rem;
}
@media only screen and (max-width: 767px) {
  .section-headline .text {
    padding: 2rem;
  }
}
.section-headline .text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  color: #fff;
  z-index: 3;
    width: 100%;
}

.section-headline .text > * {
  filter: drop-shadow(0 0 0.6rem #052774);
}
.section-headline .text .page-title {
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .section-headline .text .page-title {
     margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-headline .text .page-title {
    font-size: 2rem;
  }
}
.section-headline .text .sub-title {
  font-size: 3.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .section-headline .text .sub-title {
    font-size: 1.4rem;
  }
}
.section-headline .text .page-lead {
  margin-top: 1.75rem;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .section-headline .text .page-lead {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  line-height: 1.5;
  }
}
/*アーカイブ*/
.page--archive .section-headline .inner {
  background:linear-gradient(to right,#0e2b52,#225496);
  /* background:linear-gradient(to right,#070033,#272c77); */
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page--archive .section-headline .inner::before {
  position:absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height:100%;
  /* background: url(../img/introduction/bg_b.png) center / auto 120% repeat; 
  opacity:.24; */
  background: url(../img/introduction/bg_a.png) center / auto 120% repeat; 
  opacity:.04;
}
.page--archive .section-headline .text{
  position:relative;
}
@media only screen and (max-width: 767px) {
  .page--archive .section-headline .inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .page--archive .section-headline .inner::before {
    opacity:.05;
  }
}
/* 

@media only screen and (max-width: 767px) {
  .section-headline .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.section-headline .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 400/225;
  object-fit: cover;
}
.section-headline .img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

*/
.section-headline-theme {
  background: transparent linear-gradient(90deg, #D1E1FE 0%, #D1E4FE 12%, #EBF3FF 62%, #FFFFFF 100%);
  border-radius: 0 2.4rem 2.4rem 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 3.5rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .section-headline-theme {
    min-height: 17.3rem;
    margin-top: 1.4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.section-headline-theme .sub-title {
  font-size: 3.2rem;
  letter-spacing: 0.025em;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .section-headline-theme .sub-title {
    font-size: 1.4rem;
  }
}
.section-headline-theme .page-title {
  font-size: 4.2rem;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 767px) {
  .section-headline-theme .page-title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-headline-theme .page-lead {
    margin-top: 1rem;
  }
}
.section-headline-theme .page-lead p {
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .section-headline-theme .page-lead p {
    font-size: 1.2rem;
    text-align: left;
  }
}

.news-list-meta {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .news-list-meta {
    gap: 1rem;
  }
}
.news-list-meta time {
  font-weight: normal;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .news-list-meta time {
    font-size: 1.2rem;
  }
}
.news-list-meta .category {
  color: #fff;
  padding: 0 .85em;
  margin-left:.5em;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  border: 1px solid #000;
  width:6.5em;
  height:2em;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  transition: 200ms background-color;
}
@media only screen and (max-width: 767px) {
  .news-list-meta .category {
    flex-flow: column;
    font-size: 1.2rem;
  }
}
.news-list-meta .category01 {
  background: #D15B00;
  border-color: #D15B00;
}
.news-list-meta .category02 {
  background: #104FA1;
  border-color: #104FA1;
}
.news-list-meta .category03 {
  background: #058470;
  border-color: #058470;
}
.news-list-meta .training-category {
  font-size:1.6rem;
  color:#111;
  font-weight:600;
  border: 1px solid #D4DDE1;
  width:11em;
  height:2em;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .news-list-meta .training-category {
    font-size: 1.2rem;
  }
}
.news-list-meta .training-category.noncate {
  border: 1px solid #fff;
}
.news-list__item {
  border-bottom: 1px solid #D4DDE1;
  padding-left: 2rem;
  padding-right: 2.4rem;
  padding-bottom: 2.3rem;
  display: none;
}
@media only screen and (max-width: 767px) {
  .news-list__item {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1rem;
    font-size: 1.6rem;
  }
}
.news-list__item:not(:last-of-type) {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .news-list__item:not(:last-of-type) {
    margin-bottom: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .news-list__item:last-child {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) {
  .news-list__item:nth-child(-n+20) {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .news-list__item:nth-child(-n+10) {
    display: block;
  }
}
.news-list__item.show {
  display: block;
}
.news-list__item.is-view {
  display: block;
}
.news-list__item > a {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  flex: 1;
  position: relative;
  padding-right: 5rem;
}
@media only screen and (max-width: 767px) {
  .news-list__item > a {
    flex-flow: column;
    align-items: flex-start;
    font-size: 1.2rem;
    gap: 0.5rem;
    padding-right: 2.4rem;
  }
}
.news-list__item > a::after {
  content: "";
  display: block;
  background-size: 1.8rem;
  width: 1.8rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14'%3E%3Cg id='arrow' transform='translate(-9 1)'%3E%3Cpath id='パス_143' data-name='パス 143' d='M1244.922,947.914h-16a1,1,0,0,1,0-2h16a1,1,0,0,1,0,2Z' transform='translate(-1218.922 -940.914)' fill='%230b3892'/%3E%3Cpath id='パス_144' data-name='パス 144' d='M12,7a1,1,0,0,1-.707-.293L6,1.414.707,6.707a1,1,0,0,1-1.414,0,1,1,0,0,1,0-1.414l6-6a1,1,0,0,1,1.414,0l6,6A1,1,0,0,1,12,7Z' transform='translate(26) rotate(90)' fill='%230b3892'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
  transition: 200ms;
}
@media only screen and (max-width: 767px) {
  .news-list__item > a::after {
    background-size: 1.35rem;
    width: 1.35rem;
    height: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .news-list__item > a:hover .title {
    color: #104FA1;
  }
  .news-list__item > a:hover .category {
    background: #fff;
  }
  .news-list__item > a:hover::after {
    right: -1.4rem;
    transform: translate(0%, -50%);
  }
  .news-list__item > a:hover .category01 {
    color: #D15B00;
  }
  .news-list__item > a:hover .category02 {
    color: #104FA1;
  }
  .news-list__item > a:hover .category03 {
    color: #058470;
  }
}
.news-list__item .title {
  font-size: 1.8rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 767px) {
  .news-list__item .title {
    font-size: 1.2rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  }
}

.news-contents {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 0 1px;
}
.news-contents::before {
  content: "";
  display: block;
  width: 75%;
  height: 2.4rem;
  background: #fff;
  position: absolute;
  top: calc(6rem + 2px);
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .news-contents::before {
    top: calc(4rem + 2px);
    height: 1.2rem;
  }
}
.news-contents::after {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: 3.6rem;
  background: #8A929F;
  position: absolute;
  top: 6.1rem;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: -1;
}
.news-contents input[type=radio] {
  display: none;
}
.news-contents input[type=radio]:checked + .label {
  z-index: 1;
  border-color: #104FA1 !important;
  color: #111111;
  pointer-events: none;
}
.news-contents input[type=radio]:checked + .label span::after {
  opacity: 1;
}
.news-contents .label {
  width: calc(25% - 1px);
  display: block;
  text-align: center;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-bottom: 2.4rem;
  margin-bottom: -2.4rem;
  border-radius: 2.4rem 2.4rem 0 0;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .news-contents .label {
    border-radius: 1.2rem 1.2rem 0 0;
    padding-bottom: 1.2rem;
    margin-bottom: -1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .news-contents .label.tab01:hover > span {
    background: #515960;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .news-contents .label.tab02:hover > span {
    background: #D15B00;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .news-contents .label.tab03:hover > span {
    background: #104FA1;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .news-contents .label.tab04:hover > span {
    background: #058470;
    color: #fff;
  }
}
.news-contents .label > span {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  min-height: 6rem;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .news-contents .label > span {
    transition: 200ms;
  }
}
@media only screen and (max-width: 767px) {
  .news-contents .label > span {
    font-size: 1.2rem;
    line-height: 1.16;
    min-height: 4rem;
  }
}
.news-contents .label > span::after {
  content: "";
  display: block;
  width: calc(100% - 1.5rem);
  height: 1px;
  background: #D5E0F3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .news-contents .label > span .small {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .news-contents .label > span .small {
    display: contents;
  }
}
@media only screen and (max-width: 767px) {
  .news-contents .label > span .small .show-small {
    display: inline !important;
  }
}
.news-contents .news-list-wrap {
  width: 100%;
  border: 1px solid #104FA1;
  border-radius: 2.4rem;
  box-shadow: 1.6rem 1.6rem 0 #DAE7FD;
  padding: 5.6rem 3.2rem 6.5rem 3.2rem;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .news-contents .news-list-wrap {
    border-radius: 1.2rem;
    padding: 1.5rem 1.3rem 0.2rem;
  }
}
.news-contents .btns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  margin-top: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .news-contents .btns {
    gap: 1.6rem;
    margin-top: 1.2rem;
    margin-bottom: 1.6rem;
  }
}
.news-contents .btns .btn--line a,
.news-contents .btns .btn--line button {
  min-width: 32rem;
}
@media only screen and (max-width: 767px) {
  .news-contents .btns .btn--line a,
  .news-contents .btns .btn--line button {
    min-width: 25.6rem;
    min-height: 4.2rem;
  }
}
.news-contents #tab01:checked ~ #newsList01 {
  position: static;
  opacity: 1;
  visibility: inherit;
}
.news-contents #tab02:checked ~ #newsList02 {
  position: static;
  opacity: 1;
  visibility: inherit;
}
.news-contents #tab03:checked ~ #newsList03 {
  position: static;
  opacity: 1;
  visibility: inherit;
}
.news-contents #tab04:checked ~ #newsList04 {
  position: static;
  opacity: 1;
  visibility: inherit;
}
.news-contents .tab01 {
  border-color: #515960 !important;
  color: #515960;
}
.news-contents .tab02 {
  border-color: #D15B00 !important;
  color: #D15B00;
}
.news-contents .tab03 {
  border-color: #104FA1 !important;
  color: #104FA1;
}
.news-contents .tab04 {
  border-color: #058470 !important;
  color: #058470;
}

.innerlink {
  background: #E5EEFD;
}
@media only screen and (min-width: 768px) {
  .innerlink {
    border-radius: 2.4rem;
    padding: 2rem 2.4rem 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .innerlink {
    padding: 1rem 1.4rem 1.5rem;
    margin-left: -1.4rem;
    margin-right: -1.4rem;
  }
}
.innerlink-title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.innerlink-title .top {
  font-size: 2.4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.innerlink-title .top::before, .innerlink-title .top::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background: #111111;
}
.innerlink-title .bottom {
  font-size: 3.2rem;
}
.innerlink-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  margin-top: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .innerlink-list {
    margin-top: 1.1rem;
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .innerlink-list__item {
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .innerlink-list__item:nth-of-type(2) {
    margin-left: -1px;
    margin-right: -1px;
  }
}
@media only screen and (min-width: 768px) {
  .innerlink-list__item a {
    min-width: 24rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .innerlink-list__item a {
    font-size: 1.2rem;
    border-radius: 0;
    padding: 0;
    padding-bottom: 1rem !important;
    width: 100%;
    min-height: 4.4rem !important;
  }
  .innerlink-list__item a::after {
    bottom: 0.7rem !important;
    background-size: 1.1rem !important;
    min-width: 1.1rem !important;
    min-height: 0.6rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .innerlink-list__item:first-of-type a {
    border-radius: 50vw 0 0 50vw;
  }
}
@media only screen and (max-width: 767px) {
  .innerlink-list__item:last-of-type a {
    border-radius: 0 50vw 50vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .innerlink-list.spcol2 {
    border-radius: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .innerlink-list.spcol2 .innerlink-list__item {
    flex: inherit;
    flex: 0 0 calc((100% - 0rem) / 2);
    margin: -1px;
  }
  .innerlink-list.spcol2 .innerlink-list__item:nth-of-type(1) a {
    border-radius: 2.2rem 0 0 0;
  }
  .innerlink-list.spcol2 .innerlink-list__item:nth-of-type(2) a {
    border-radius: 0 2.2rem 0 0;
  }
  .innerlink-list.spcol2 .innerlink-list__item:nth-of-type(3) a {
    border-radius: 0 0 0 2.2rem;
  }
  .innerlink-list.spcol2 .innerlink-list__item:nth-of-type(4) a {
    border-radius: 0 0 2.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .innerlink-list.spcol2 .innerlink-list__item a {
    border-radius: 0;
  }
}
/*ページ概要リンク*/
@media only screen and (min-width: 768px) {
  .article-block-overview{
    background: #E5EEFD;
  }
  .article-block-overview .innerlink{
    padding: 2rem 0 3rem;
    border-radius: 0;
  }
  .article-block-overview .innerlink .learn-title .top, .article-block-overview .innerlink .innerlink-title .top{
    font-size: 3.2rem;
    margin-bottom: .25em;
  }
  .article-block-overview .innerlink-list .innerlink-list__item {
    width:calc((100% - 4.8rem) / 3);
  }
  .article-block-overview .innerlink-list__item a {
    font-size:2.4rem;
    padding:.4em .4em 1.2em .4em;
    width:100%;
  }
  .article-block-overview .innerlink-list__item a::after {
    bottom: 0.6em !important;
  }
    .article-block-overview .innerlink-list__item a:hover::after {
    bottom: 0.6em !important;
  }
  /*4列*/
  .article-block-overview .innerlink-list.spcol2 .innerlink-list__item {
    width:calc((100% - 7.2rem) / 4);
  }

}

@media only screen and (max-width: 767px) {
  .ui-dialog {
    width: 90% !important;
    max-width: 550px !important;
    left: 50% !important;
    transform: translateX(-50%);
    box-sizing: border-box;
  }
}

.entry {
  font-weight: 400;
  letter-spacing: 0;
}
.entry > * {
  margin: 2.4rem 0;
}
@media only screen and (max-width: 767px) {
  .entry > * {
    margin: 1.6rem 0;
  }
}
.entry > *:first-child {
  margin-top: 0;
}
.entry > *:last-child {
  margin-bottom: 0;
}
.entry.small > *:first-child {
  margin-top: -2em;
}
.entry small {
  font-size: 0.935em;
}
.entry img {
  display: block;
  max-width:100%;
}
.entry a {
  text-decoration: underline;
  color: var(--themeColor);
}
@media only screen and (min-width: 768px) {
  .entry a:hover {
    text-decoration: none;
  }
}
.entry strong.bold {
  border-bottom: 4px solid #FFD800;
}
.entry ul {
  padding-left: 1em;
}
.entry ul li:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
.entry ul li::before {
  margin-left: -1em;
  display: inline-block;
  content: "・";
}
.entry ul.color {
  padding-left: 1.5em;
}
.entry ul.color li:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
.entry ul.color li::before {
  margin-left: -1.5em;
  display: inline-block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50vw;
  background: var(--themeColor);
  margin-right: 1.5rem;
}
.entry ol {
  padding-left: 1.5em;
}
.entry ol li {
  counter-increment: entry-ol;
}
.entry ol li:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
.entry ol li::before {
  text-indent: -1.5em;
  display: inline-block;
  content: counter(entry-ol);
  font-size: 1em;
  color: var(--themeColor);
  font-weight: 700;
}
.entry ol.def li::before {
  color: #333;
  font-weight: normal;
}

.headline-2,
.entry h2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin: 4.8rem 0 2.4rem;
  border-bottom: 4px solid #CCCCCC;
  position: relative;
  padding-bottom: 1rem;
  letter-spacing: 0;
  line-height: 1.4 !important;
}
@media only screen and (max-width: 767px) {
  .headline-2,
  .entry h2 {
    font-size: 2.2rem;
    margin: 3.6rem 0 1.6rem;
  }
}
.headline-2::after,
.entry h2::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.4rem;
  background: var(--themeColor);
  position: absolute;
  bottom: -0.4rem;
  left: 0;
}

.headline-3,
.entry h3 {
  font-size: 3rem;
  font-weight: 700;
  margin: 4.8rem 0 2.4rem;
  border-left: 0.4rem solid var(--themeColor);
  padding-bottom: 0.5rem;
  padding-left: 1.6rem;
  line-height: 1.4 !important;
}
@media only screen and (max-width: 767px) {
  .headline-3,
  .entry h3 {
    font-size: 1.8rem;
    border-width: 0.3rem;
    padding-left: 1rem;
    padding-bottom: 0.3rem;
    line-height: 1.3;
    margin-bottom: 1.6rem;
  }
}

.headline-2 + .headline-3 {
  margin: 2.4rem 0;
}

.headline-4,
.entry h4 {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 4.8rem 0 2.4rem;
  position: relative;
  padding-left: 2.4rem;
  line-height: 1.4 !important;
}
@media only screen and (max-width: 767px) {
  .headline-4,
  .entry h4 {
    font-size: 1.6rem;
    padding-left: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.headline-4::before,
.entry h4::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  background: var(--themeColor);
  position: absolute;
  top: 2rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .headline-4::before,
  .entry h4::before {
    top: 1.2rem;
    width: 1rem;
  }
}

.headline-5,
.entry h5 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 1em 0 0.7em;
  line-height: 1.4 !important;
}
@media only screen and (max-width: 767px) {
  .headline-5,
  .entry h5 {
    font-size: 1.5rem;
  }
}
.headline-5 + p,
.entry h5 + p {
  margin-top: -1rem;
}

.headline-6,
.entry h6 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 1em 0 0.5em;
  line-height: 1.4 !important;
}
@media only screen and (max-width: 767px) {
  .headline-6,
  .entry h6 {
    font-size: 1.4rem;
  }
}
.headline-6 + p,
.entry h6 + p {
  margin-top: 0;
}

.table-main,
.entry table {
  width: 100%;
  border-collapse: collapse;
}
@media only screen and (max-width: 767px) {
  .table-main,
  .entry table {
    display: block;
    overflow: auto;
    width: 100%;
  }
}
.table-main.bg-none tbody tr,
.entry table.bg-none tbody tr {
  background: none !important;
}
@media only screen and (min-width: 768px) {
  .table-main.fixed,
  .entry table.fixed {
    table-layout: fixed;
  }
}
.table-main.fixed tr > *:first-child,
.entry table.fixed tr > *:first-child {
  width: 13.8rem;
}
.table-main.equal tr > *:first-child,
.entry table.equal tr > *:first-child {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .table-main.sp-nowrap,
  .entry table.sp-nowrap {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .table-main.sp-nowrap tbody td,
  .entry table.sp-nowrap tbody td {
    min-width: auto;
  }
}
.table-main.sp-nowrap,
.entry table.sp-nowrap {
  min-width: 24rem;
}
.table-main tr > *:first-child,
.entry table tr > *:first-child {
  padding-left: 2.4rem;
  padding-right: 1.2rem;
}
.table-main tr > *:last-child,
.entry table tr > *:last-child {
  padding-right: 2.4rem;
  padding-left: 1.2rem;
}
.table-main thead th,
.entry table thead th {
  text-align: left;
  padding: 2.4rem 1.8rem;
  background: #333;
  color: #fff;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .table-main thead th,
  .entry table thead th {
    padding: 1rem;
  }
}
.table-main thead + tbody,
.entry table thead + tbody {
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .table-main thead + tbody,
  .entry table thead + tbody {
    display: table-row-group;
  }
}
.table-main tbody,
.entry table tbody {
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .table-main tbody,
  .entry table tbody {
    display: table;
    width: 100%;
  }
}
.table-main tbody tr,
.entry table tbody tr {
  border-bottom: 1px solid #ccc;
}
.table-main tbody tr:nth-of-type(even),
.entry table tbody tr:nth-of-type(even) {
  background: #F1EFE8;
}
.table-main tbody th,
.entry table tbody th {
  vertical-align: top;
  text-align: left;
  padding: 2.4rem 1.8rem;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .table-main tbody th,
  .entry table tbody th {
    width: 13.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .table-main tbody th,
  .entry table tbody th {
    padding: 1rem;
    white-space: nowrap;
  }
}
.table-main tbody td,
.entry table tbody td {
  padding: 2.4rem 1.8rem;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .table-main tbody td,
  .entry table tbody td {
    padding: 1rem;
    min-width: 18rem;
  }
}
@media only screen and (max-width: 767px) {
  .table-main tbody td:last-of-type,
  .entry table tbody td:last-of-type {
    width: 100%;
  }
}
.table-main tbody td > *:first-child,
.entry table tbody td > *:first-child {
  margin-top: 0;
}
.table-main tbody td > *:last-child,
.entry table tbody td > *:last-child {
  margin-bottom: 0;
}
.table-main tbody td a,
.entry table tbody td a {
  color: var(--themeColor);
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .table-main tbody td a:hover,
  .entry table tbody td a:hover {
    text-decoration: none;
  }
}
.table-main tbody td ul,
.entry table tbody td ul {
  padding-left: 1em;
}
.table-main tbody td ul li,
.entry table tbody td ul li {
  padding-left: 0;
}
.table-main tbody td ul li::before,
.entry 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;
}


.section-content .content{
  position: relative;
}
.section-top-hero {
  padding-top: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .section-top-hero .section-content .content{
    aspect-ratio:683/302  ;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-hero {
    padding-top: 1.5rem;
  }
  .section-top-hero .section-content .content{
    aspect-ratio:195/133 ;
  }
}
.section-top-hero .content-slide {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 3rem;
  gap: 2.4rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .section-top-hero .content-slide {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
    gap: 1rem;
  }
}
.section-top-hero .main-slider {
  margin: 0;
  aspect-ratio: 16/9 ;
  position: relative;
}
.section-top-hero .main-slider-wrap {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-top-hero .main-slider-wrap {
    width: 80.24%;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-hero .main-slider-wrap {
    width: 100%;
  }
}

.section-top-hero .main-slider .swiper-slide .img {
  display: block;
  border-radius: 2rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
  aspect-ratio: 16/9 ;
}
@media only screen and (max-width: 767px) {
  .section-top-hero .main-slider .swiper-slide .img {
    border-radius: 1.2rem;
  }
}
.section-top-hero .main-slider .swiper-slide .img img {
  width: 100%;
}
.section-top-hero .main-slider .swiper-pagination {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  position: absolute;
  bottom: 4rem;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section-top-hero .main-slider .swiper-pagination {
    gap: 1.8rem;
    bottom: 1rem;
  }
}
.section-top-hero .main-slider .swiper-pagination-bullet {
  width: 2rem;
  height: 2rem;
  background: #fff;
  opacity: 1;
  margin: 0;
  transition: 200ms;
}
@media only screen and (max-width: 767px) {
  .section-top-hero .main-slider .swiper-pagination-bullet {
    width: 0.9rem;
    height: 0.9rem;
  }
}
.section-top-hero .main-slider .swiper-pagination-bullet-active {
  transform: scale(1.6);
}
.section-top-hero .swiper-button-prev, .section-top-hero .swiper-button-next {
  width: 6rem;
  height: 6rem;
  border-radius: 50vw;
  background: #104FA1;
  color: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .section-top-hero .swiper-button-prev, .section-top-hero .swiper-button-next {
    border: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-hero .swiper-button-prev, .section-top-hero .swiper-button-next {
    width: 2rem;
    height: 2rem;
  }
}
.section-top-hero .swiper-button-prev::after, .section-top-hero .swiper-button-next::after {
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .section-top-hero .swiper-button-prev::after, .section-top-hero .swiper-button-next::after {
    font-size: 1rem;
  }
}
.section-top-hero .swiper-button-prev {
  transform: translate(-50%, -50%);
  left: 0;
}
.section-top-hero .swiper-button-prev::after {
  transform: translate(-50%, -50%);
}
.section-top-hero .swiper-button-next {
  transform: translate(50%, -50%);
  left: auto;
  right: 0;
}
.section-top-hero .swiper-button-next::after {
  transform: translate(-50%, -50%);
}
.section-top-hero .thumbnail-grid {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .section-top-hero .thumbnail-grid {
    flex-flow: row wrap;
    gap: 1rem;
    width:100%;
  }
}
.section-top-hero .thumbnail-grid-item {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .section-top-hero .thumbnail-grid-item {
    /* width: 8.5rem; */
    width:calc(25% - .725rem)
  }
}
.section-top-hero .thumbnail-grid-item .img {
  border-radius: 2rem 0 0 2rem;
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  cursor: pointer
}
@media only screen and (min-width: 1466px) {
  .section-top-hero .thumbnail-grid-item .img {
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-hero .thumbnail-grid-item .img {
    border-radius: 0.8rem;
  }
}
.section-top-hero .thumbnail-grid-item.active {
  opacity: 1;
}
.section-top-hero .slide-card, .section-top-hero .slide-card03, .section-top-hero .slide-card02, .section-top-hero .slide-card01 {
  position: relative;
  aspect-ratio: 16/9 ;
}
/* .section-top-hero .slide-card .img, .section-top-hero .slide-card03 .img, .section-top-hero .slide-card02 .img, .section-top-hero .slide-card01 .img {
  position: relative;
} */
.section-top-hero .slide-card .img .overlay, .section-top-hero .slide-card03 .img .overlay, .section-top-hero .slide-card02 .img .overlay, .section-top-hero .slide-card01 .img .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent linear-gradient(90deg, rgba(0, 0, 0, 0.3450980392) 0%, rgba(0, 0, 0, 0.3647058824) 43%, rgba(0, 0, 0, 0.6588235294) 100%);
}
.section-top-hero .slide-card02 .img .overlay {
  background: rgba(255,255,255,.35);
}
.section-top-hero .slide-card .text, .section-top-hero .slide-card03 .text, .section-top-hero .slide-card02 .text, .section-top-hero .slide-card01 .text/*.section-top-hero .slide-card01 .btn-area*/ {
  width: 100%;
  aspect-ratio: 16/9 !important;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  overflow:hidden
}
.section-top-hero .slide-card .text .shadow, .section-top-hero .slide-card03 .text .shadow, .section-top-hero .slide-card02 .text .shadow, .section-top-hero .slide-card01 .text .shadow {
  filter: drop-shadow(0 0 0.6rem #000);
}
.section-top-hero .slide-card01 .text .title-area {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap:0 4.6%;
  height: 40%;
  width:90.09%;
  margin:auto;
}

.section-top-hero .slide-card01 .text .gra-title {
  width: 56.6%;
}
.section-top-hero .slide-card01 .text .lead {
  width:38.8%;
}
.section-top-hero .slide-card01 .text img {
  width: 100%;
}
.section-top-hero .slide-card01 .btn-area {
  display: -webkit-box;
  display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
  align-items: flex-end;
  width:89.13%;
  margin:-1em auto 0;
  gap:1.15%
}
@media only screen and (max-width: 767px) {
  .section-top-hero .slide-card01 .btn-area {
    margin:-.5em auto 0;
  }
}
.section-top-hero .slide-card01 .btn-area a img {
  width:100%;
  height:auto
}
.section-top-hero .slide-card01 .btn-area a:hover img {
  filter: brightness(112%);
}
.section-top-hero .slide-card02 .text {
  /* padding: 4.4rem 3.4rem; */
  padding: 4.4rem; 
}
@media only screen and (max-width: 767px) {
  .section-top-hero .slide-card02 .text {
    padding: 1.8rem;
  }
}
.section-top-hero .slide-card02 .text .title {
  font-weight: bold;
  color:#222;
  width: calc(100% + .5em);
  margin-left: -.5em;
  /* max-width: 49.7803806735vw; */
  filter: drop-shadow(0 0 0.6rem #fff);
  text-shadow:0 0 1px #fff,0 0 2px #fff,0 0 3px #fff,0 0 5px #fff;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .section-top-hero .slide-card02 .text .title {
    /* font-size: 3.513909224vw; */
    font-size:4.8rem;
    
  }
}
@media only screen and (max-width: 767px) {
  .section-top-hero .slide-card02 .text .title {
    /* max-width: 22.6rem; */
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-top-hero .slide-card02 .text .title .small {
    /* font-size: 2.9282576867vw; */
    font-size:4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-hero .slide-card02 .text .title .small {
    font-size: 1.3rem;
  }
}
.section-top-hero .slide-card02 .text .lead {
  /* font-size: 1.317715959vw; */
  font-size:2rem;
  line-height: 2;
  font-weight: bold;
  color:#222;
  letter-spacing: 0.025em;
  /* max-width: 36.0175695461vw; */
  filter: drop-shadow(0 0 0.6rem #fff);
  text-shadow:0 0 1px #fff,0 0 2px #fff,0 0 3px #fff,0 0 5px #fff;
  /* margin-top: 1.8301610542vw; */
  margin-top:1.25em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .section-top-hero .slide-card02 .text .lead {
    font-size: 1rem;
    /* max-width: 21.9rem; */
    margin-top: 1rem;
  }
}
.section-top-hero .slide-card02 .text .panel {
  background: rgba(255, 255, 255, 0.9);
  border:1px solid #104FA1;
  /* padding: 1.756954612vw 1.9033674963vw; */
  padding:1.2em 1.3em;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  /* max-width: 35.3587115666vw;
  min-height: 7.7598828697vw; */
  gap: 1.5em;
  border-radius: .1em;
  margin-top:2em;
  /* margin-top: 1.756954612vw; */
}
@media only screen and (max-width: 767px) {
  .section-top-hero .slide-card02 .text .panel {
    display: none;
  }
}
.section-top-hero .slide-card02 .text .panel .ttl {
  /* font-size: 1.3909224012vw; */
  /* font-size:1.318vw; */
  font-size:2.2rem;
  font-weight: bold;
  color: #111;
  background: #F5F9FF;
  border:1px solid #104FA1;
  width: 6em;
  padding:.6em .8em;
  /* height: 4.0995607613vw; */
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border-radius: 0.1464128843vw;
}
.section-top-hero .slide-card02 .text .panel .schedule {
  /* font-size: 1.317715959vw; */
  color:#222;
  font-size:2rem;
  /* font-size:1.171vw; */
  font-weight: bold;
  text-align: right;
  line-height: 1.5;
}
.section-top-hero .slide-card02 .text .btns{
    position: absolute;
    right:0;
    left:0;
    margin: auto;
}
@media only screen and (min-width: 768px) {
  .section-top-hero .slide-card02 .text .btns {
    bottom:7em;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-hero .slide-card02 .text .btns {
    bottom:3em;
    display: flex;
    flex-flow: row wrap;
    /* justify-content: space-between; */
     -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }
}
.section-top-hero .slide-card02 .text .btn.icon--arrow {
  text-align: center;
}
/* @media only screen and (min-width: 768px) {
  .section-top-hero .slide-card02 .text .btn.icon--arrow {
    margin-top: 2.635431918vw;
  }
} */
@media only screen and (min-width: 768px) {
  .section-top-hero .slide-card02 .text .btn.icon--arrow a {
    /* min-width: 35.8711566618vw;*/
    /* min-width:23.426vw;
    min-height: 4.39238653vw;
    font-size: 1.317715959vw; */
    min-width: 17em;
    min-height: 3.2em;
    font-size: 2rem;
  }
}


@media only screen and (max-width: 767px) {
  .section-top-hero .slide-card02 .text .btn.icon--arrow a {
    min-width: 16.9rem;
    min-height: 3.2rem;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-top-hero .slide-card02 .text .btn.icon--arrow a::before, .section-top-hero .slide-card02 .text .btn.icon--arrow a::after {
    /* background-size: 1.756954612vw;
    width: 1.756954612vw;
    height: 1.0248901903vw;
    right: 1.8301610542vw; */
    background-size: 1.25em;
    width: 1.75em;
    height: 1.25em;
    right: 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-hero .slide-card02 .text .btn.icon--arrow a::before, .section-top-hero .slide-card02 .text .btn.icon--arrow a::after {
    width: 0.95rem;
    height: 0.6rem;
    background-size: 0.95rem;
    right: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-hero .slide-card02 .text .btn.icon--arrow a a {
    max-width: 16.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-top-hero .slide-card02 .text .btn.icon--recruit {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-hero .slide-card02 .text .btn.icon--recruit a {
    font-size: 1rem;
    min-height: 3.2rem;
    min-width: 13.2rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-hero .slide-card02 .text .btn.icon--recruit a > span::before, .section-top-hero .slide-card02 .text .btn.icon--recruit a > span::after {
    width: 1.16rem;
    height: 1.14rem;
    background-size: 1.16rem;
    top: 50%;
    left: -0.5rem;
  }
}
.section-top-hero .slide-card02 .text .btn.icon--recruit a .small {
  font-size: 0.9rem;
}
.section-top-hero .slide-card03 .text {
  /* padding: 4.4rem 3.4rem; */
  padding: 4.4rem;
}
@media only screen and (max-width: 767px) {
  .section-top-hero .slide-card03 .text {
    padding: 1.8rem;
  }
}
.section-top-hero .slide-card03 .text .title {
  font-weight: bold;
  width: calc(100% + .5em);
  line-height: 1.4;
  margin-left: -.5em;
}
@media only screen and (min-width: 768px) {
  .section-top-hero .slide-card03 .text .title {
    /* font-size: 3.2210834553vw; */
    font-size:4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-hero .slide-card03 .text .title {
    font-size: 1.5rem;
  }
}
.section-top-hero .slide-card03 .text .lead {
  /* font-size: 1.317715959vw; */
  font-size:2rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-top:1.5em;
  /* max-width: 35.3587115666vw; */
  /* margin-top: 3.8799414348vw; */
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .section-top-hero .slide-card03 .text .lead {
    font-size: 1rem;
    max-width: 32.6rem;
  }
}
.section-top-hero .slide-card03 .text .btn {
  text-align: center;
  position: absolute;
  right:0;
  left:0;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .section-top-hero .slide-card03 .text .btn {
    /* margin-top: 9.5168374817vw; */
    bottom:7em;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-hero .slide-card03 .text .btn {
    /* margin-top: 2rem; */
    bottom:3em;
  }
}
@media only screen and (min-width: 768px) {
  .section-top-hero .slide-card03 .text .btn a {
    /* min-width: 35.8711566618vw;
    min-height: 4.39238653vw; 
    font-size: 1.317715959vw; */
    min-width: 17em;
    min-height: 3.2em;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-hero .slide-card03 .text .btn a {
    min-width: 16.9rem;
    min-height: 3.2rem;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .section-top-hero .slide-card03 .text .btn a::before, .section-top-hero .slide-card03 .text .btn a::after {
    /* background-size: 1.756954612vw;
    width: 1.756954612vw;
    height: 1.0248901903vw;
    right: 1.8301610542vw; */
    background-size: 1.25em;
    width: 1.75em;
    height: 1.25em;
    right: 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-hero .slide-card03 .text .btn a::before, .section-top-hero .slide-card03 .text .btn a::after {
    width: 0.95rem;
    height: 0.6rem;
    background-size: 0.95rem;
    right: 1.2rem;
  }
}
.section-top-hero .slide-card01 .text .btn.icon--arrow a,
.section-top-hero .slide-card02 .text .btn.icon--arrow a,
.section-top-hero .slide-card03 .text .btn.icon--arrow a {
   background: linear-gradient(to right, #104FA1, #041c3b);
}
.section-top-hero .slide-card01 .text .btn.icon--arrow a:hover,
.section-top-hero .slide-card02 .text .btn.icon--arrow a:hover,
.section-top-hero .slide-card03 .text .btn.icon--arrow a:hover {
  color:#104FA1;
   background:#fff;
}

.section-top-hero .to-kaigirep {
  position: absolute;
}
.section-top-hero .to-kaigirep img {
  box-shadow:0 0 0 1px rgba(16, 79, 161,.3) ;
}
@media only screen and (min-width: 768px) {
  .section-top-hero .to-kaigirep {
    width:calc(20% - 3.4rem);
    right:0;
    bottom:0;
  }
  .section-top-hero .to-kaigirep:hover {
    opacity: .6;
  }
  .section-top-hero .to-kaigirep img {
    border-radius:2rem 0 0 2rem;
  }
}
@media only screen and (min-width: 1466px) {
  .section-top-hero .to-kaigirep img {
    border-radius: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-hero .to-kaigirep {
    width:calc(25% - 1.3rem);
    right:1rem;
    bottom:0;
  }
  .section-top-hero .to-kaigirep img {
    border-radius:.75rem;
  }
}


.section-top-work {
  padding-top: 10rem;
  padding-bottom: 12rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-top-work {
    padding-top: 5.4rem;
    padding-bottom: 9rem;
  }
}
.section-top-work::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 66rem);
  background: linear-gradient(to bottom, #E9F3FF, #E9F3FF 90%, #fff);
  position: absolute;
  top: 56rem;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .section-top-work::before {
    top: 48.4rem;
    height: calc(100% - 59.4rem);
  }
}
.section-top-work .work-intro {
  border: 1px solid #104FA1;
  background: #fff;
  box-shadow: 1.6rem 1.6rem 0px rgba(0, 89, 204, 0.1490196078);
  border-radius: 2.4rem;
  opacity: 1;
  margin-top: 6.4rem;
  padding: 4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .section-top-work .work-intro {
    margin-top: 2.5rem;
    border-radius: 1.2rem;
    padding: 1.4rem;
    gap: 1.5rem;
  }
}
.section-top-work .work-intro .images {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .section-top-work .work-intro .images {
    width: 39.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-work .work-intro .images {
    flex-flow: row wrap;
    gap: 0.2rem;
    border-radius: 0.8rem;
    position: relative;
    overflow: hidden;
  }
}
.section-top-work .work-intro .images .img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .section-top-work .work-intro .images .img {
    border-radius: 1.6rem;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-work .work-intro .images .img {
    flex: 1;
  }
}
.section-top-work .work-intro .text {
  flex: 1;
}
.section-top-work .work-intro .text .title {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 1rem;
  border-left: 0.6rem solid #104FA1;
  line-height: 1.4;
  padding-bottom: 0.3rem;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .section-top-work .work-intro .text .title {
    font-size: 1.6rem;
    border-width: 0.4rem;
    padding-left: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
.section-top-work .work-intro .text p {
  font-size: 1.8rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .section-top-work .work-intro .text p {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}
.section-top-work .work-intro .text p:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .section-top-work .work-intro .text p:not(:last-of-type) {
    margin-bottom: 2.1rem;
  }
}
.section-top-work .work-intro .text p strong {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .section-top-work .work-intro .text p strong.bold {
    font-size: 2rem;
  }
}
.section-top-work .howto {
  /* margin-top: 8.5rem; */
  margin-top:10rem;
}
@media only screen and (max-width: 767px) {
  .section-top-work .howto {
    margin-top: 8.2rem;
  }
}
.section-top-work .howto .title {
  font-weight: bold;
  background-image: url(../img/top/top-work-hukidashi.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 106.6rem;
  width: 106.6rem;
  height: 12.7rem;
  font-size: 4rem;
  color: #104FA1;
  text-shadow: 3px 3px 0px #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .section-top-work .howto .title {
    background-image: url(../img/top/top-work-hukidashi-sp.png);
    background-size: 35.7rem;
    width: 35.7rem;
    height: 9.7rem;
    font-size: 2.4rem;
    gap: 0;
    padding-left: 0.8rem;
    text-shadow: 1px 1px 0px #fff;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-work .howto .title span {
    line-height: 1.1;
    padding-bottom: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-work .howto .title .inner {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.2;
  }
}
.section-top-work .howto .title .small {
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .section-top-work .howto .title .small {
    font-size: 2rem;
  }
}
.section-top-work .howto-list {
  margin-top: 2.3rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .section-top-work .howto-list {
    flex-flow: column;
    gap: 4.8rem;
  }
}
.section-top-work .howto-list__item {
  display: flex;
  flex-flow: column;
  justify-content: stretch;
  align-items: stretch;
}
@media only screen and (min-width: 768px) {
  .section-top-work .howto-list__item {
    flex: 0 0 calc((100% - 6rem) / 3);
  }
}
.section-top-work .howto-list__item .inner {
  flex: 1;
  border: 1px solid #104FA1;
  background: #fff;
  padding: 1.6rem;
  border-radius: 2.4rem;
  display: flex;
  flex-flow: column;
  justify-content: stretch;
  align-items: stretch;
  box-shadow: 0 0 2rem rgba(103, 112, 139, 0.1607843137);
}
@media only screen and (max-width: 767px) {
  .section-top-work .howto-list__item .inner {
    padding: 1.6rem 1.8rem 2.3rem;
  }
}
.section-top-work .howto-list__item .ttl {
  border: 2px solid #D5E0F3;
  text-align: center;
  min-height: 12.2rem;
  font-size: 2.9rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.5rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .section-top-work .howto-list__item .ttl {
    font-size: 2.4rem;
    min-height: 9.9rem;
  }
}
.section-top-work .howto-list__item .ttl::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: #fff;
  border-bottom: 2px solid #D5E0F3;
  border-right: 2px solid #D5E0F3;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .section-top-work .howto-list__item .ttl::after {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.section-top-work .howto-list__item .ttl > span {
  line-height: 1.4;
  z-index:2;
}
.section-top-work .howto-list__item .ttl.pt-three span {
  line-height:1.2;
}
.section-top-work .howto-list__item .ttl > span .small {
  font-size: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .section-top-work .howto-list__item .ttl > span .small {
    font-size: 2rem;
  }
}
.section-top-work .howto-list__item .user-icon {
  margin-top: 4rem;
  background: #EBF3FF;
  border-radius: 50vw;
  width: 21rem;
  height: 21rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .section-top-work .howto-list__item .user-icon {
    margin-top: 3.5rem;
    width: 18rem;
    height: 18rem;
  }
}
.section-top-work .howto-list__item .user-icon img {
  width: 100%;
}
.section-top-work .howto-list__item .text {
  margin-top: 2.4rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .section-top-work .howto-list__item .text {
    margin-top: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.section-top-work .howto-list__item .text ul li {
  font-size: 1.8rem;
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .section-top-work .howto-list__item .text ul li {
    font-size: 1.6rem;
  }
}
.section-top-work .howto-list__item .text ul li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.section-top-work .howto-list__item .text ul li:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .section-top-work .howto-list__item .text ul li:not(:last-of-type) {
    margin-bottom: 1.6rem;
  }
}
.section-top-work .howto-list__item .panel {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #104FA1;
  border-radius: 0.8rem;
  padding: 0.6rem;
  margin-top: auto;
}

@media only screen and (max-width: 767px) {
  .section-top-work .howto-list__item .panel {
    padding: 0.4rem;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
  }
}
.section-top-work .howto-list__item .panel p {
  font-size: 2.1rem;
  width: 100%;
  font-weight: bold;
  line-height: 1.5;
  background: #F7F7F7;
  border-radius: 0.6rem;
  padding: 1.2rem;
  text-align: center;
}
.section-top-work .howto-list__item .panel.pt-three p {
  
  padding: 1.2rem 0;
}
@media only screen and (max-width: 767px) {
  .section-top-work .howto-list__item .panel p {
    font-size: 1.8rem;
    padding: 1.1rem 1.1rem 1.3rem 1.1rem;
  }
}
.section-top-work .howto-list__item .panel p span {
  display: inline-block;
}
.section-top-work .howto-list__item .bottom {
  margin-top: auto;
}
.section-top-work .howto-list__item .arrow {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='82.458' height='35' viewBox='0 0 82.458 35'%3E%3Cpath id='矢印' d='M39.934,1.1a2,2,0,0,1,2.589,0L78.306,31.475A2,2,0,0,1,77.011,35H5.446a2,2,0,0,1-1.294-3.525Z' transform='translate(82.458 35) rotate(180)' fill='%23789ce5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 8.246rem;
  width: 8.246rem;
  height: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .section-top-work .howto-list__item .arrow {
    background-size: 7rem;
    width: 7rem;
    height: 3rem;
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
  }
}
.section-top-work .howto-list__item .btn {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .section-top-work .howto-list__item .btn {
    margin-top: 1.4rem;
  }
}
.section-top-work .howto-list__item .btn a {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section-top-work .howto-list__item .btn a {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-work .howto-list__item .btn a {
    font-size: 1.8rem;
  }
}

.section-top-info {
  padding-top: 5.9rem;
  padding-bottom: 8.8rem;
  background: #EBF3FF;
}
@media only screen and (max-width: 767px) {
  .section-top-info {
    padding-top: 2.6rem;
    padding-bottom: 6.5rem;
  }
}
.section-top-info .c-title span {
  background: #EBF3FF;
}
.section-top-info .info {
  max-width: 102.6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.7rem;
}
@media only screen and (max-width: 767px) {
  .section-top-info .info {
    margin-top: 1.3rem;
  }
}
.section-top-info .info-item {
  position: relative;
}
.section-top-info .info-item:not(:last-of-type) {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .section-top-info .info-item:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.section-top-info .info-item .inner {
  flex: 1;
  border: 1px solid #104FA1;
  background: #fff;
  padding: 3.2rem;
  /* padding-bottom: 6.3rem; */
  border-radius: 2.4rem;
  display: flex;
  flex-flow: column;
  justify-content: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .section-top-info .info-item .inner {
    border-radius: 1.6rem;
    padding: 1.4rem;
    /* padding-bottom: 3.2rem; */
  }
}
.section-top-info .info-item .img {
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-radius: 1.2rem;
  margin-bottom: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .section-top-info .info-item .img {
    border-radius: 0.8rem;
    margin-bottom: 1.1rem;
  }
}
.section-top-info .info-item .detail-title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #104FA1;
  border-bottom: 1px solid #7998C2;
  padding-bottom: 1.1rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .section-top-info .info-item .detail-title {
    font-size: 2rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0.9rem;
  }
}
.section-top-info .info-item .detail-lead {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .section-top-info .info-item .detail-lead {
    font-size: 1.6rem;
  }
}
.section-top-info .info-item .detail-list {
  margin-top: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .section-top-info .info-item .detail-list {
    margin-top: 1.5rem;
  }
}
.section-top-info .info-item .detail-list__item {
  background: #FFF8E6;
  padding: 1.6rem;
  border-radius: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .section-top-info .info-item .detail-list__item {
    padding: 1.4rem;
  }
}
.section-top-info .info-item .detail-list__item:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .section-top-info .info-item .detail-list__item:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.section-top-info .info-item .detail-list-head {
  margin-bottom: 1.8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .section-top-info .info-item .detail-list-head {
    margin-bottom: 1rem;
    gap: 0.5rem;
  }
}
.section-top-info .info-item .detail-list-head.between {
  justify-content: space-between;
}
.section-top-info .info-item .detail-list-head.between .type {
  flex: none;
}
@media only screen and (min-width: 768px) {
  .section-top-info .info-item .detail-list-head.between .type {
    margin-right: 6.5rem;
  }
}
.section-top-info .info-item .detail-list-head.between .type-item span {
  gap: 0.7rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .section-top-info .info-item .detail-list-head.between .type-item span {
    letter-spacing: normal;
  }
}
.section-top-info .info-item .detail-list-head .ttl {
  font-size: 3rem;
  font-weight: bold;
  border-left: 6px solid #F09400;
  line-height: 1.4;
  padding-bottom: 0.3rem;
  padding-left: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .section-top-info .info-item .detail-list-head .ttl {
    margin-left: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-info .info-item .detail-list-head .ttl {
    font-size: 1.8rem;
    padding-left: 0.9rem;
    border-width: 4px;
  }
}
.section-top-info .info-item .detail-list-head .type {
  flex: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items:flex-start;
  gap: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .section-top-info .info-item .detail-list-head .type {
    gap: 0.7rem;
  }
}
.section-top-info .info-item .detail-list-head .type-item span {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
}
.type-item strong.ls-sp{
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .section-top-info .info-item .detail-list-head .type-item span {
    flex-flow: column;
    gap: 0.2rem;
    font-size: 1rem;
    text-align: center;
    line-height: 1.2;
  }
  .section-top-info .info-item .detail-list-head .type-item strong.ls-sp{
    letter-spacing: -.1em;
  }
}
.section-top-info .info-item .detail-list-head .type-item span::before {
  content: "";
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  background: #fff;
  border-radius: 50vw;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .section-top-info .info-item .detail-list-head .type-item span::before {
    width: 3.6rem;
    height: 3.6rem;
    background-size: 3.6rem;
  }
}
.section-top-info .info-item .detail-list-head .type-item.od span::before {
  background-image: url("data:image/svg+xml,%3Csvg id='ic-ondemand' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='56' height='56' viewBox='0 0 56 56'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_103' data-name='長方形 103' width='35.593' height='30.143' fill='%23104fa1'/%3E%3C/clipPath%3E%3C/defs%3E%3Ccircle id='bg' cx='28' cy='28' r='28' fill='%23fff'/%3E%3Cg id='ic_monitor' transform='translate(10.04 14.822)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_331' data-name='パス 331' d='M33.228,0H2.365A2.364,2.364,0,0,0,0,2.365V22.106A2.365,2.365,0,0,0,2.365,24.47H15.294V25a2.365,2.365,0,0,1-2.365,2.365H9.454v2.781H26.139V27.362H22.664A2.364,2.364,0,0,1,20.3,25V24.47H33.228a2.364,2.364,0,0,0,2.365-2.365V2.365A2.364,2.364,0,0,0,33.228,0m-.972,19.233a.789.789,0,0,1-.789.789H4.125a.789.789,0,0,1-.789-.789V4.125a.789.789,0,0,1,.789-.789H31.468a.789.789,0,0,1,.789.789V19.233Z' transform='translate(0 0)' fill='%23104fa1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.section-top-info .info-item .detail-list-head .type-item.tm span::before {
  background-image: url("data:image/svg+xml,%3Csvg id='演習' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='56' height='56' viewBox='0 0 56 56'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_354' data-name='長方形 354' width='32' height='36' fill='%23104fa1'/%3E%3C/clipPath%3E%3C/defs%3E%3Ccircle id='bg' cx='28' cy='28' r='28' fill='%23fff'/%3E%3Cg id='ic_ftf' transform='translate(12 9)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_10245' data-name='パス 10245' d='M13.5,36,9.506,27.593a6.288,6.288,0,0,0,3.249-3.12l-5.089-.627,5.272-4a6.4,6.4,0,0,0-7.1-4A6.118,6.118,0,0,0,4.068,27.437L0,36Z' fill='%23104fa1'/%3E%3Cpath id='パス_10246' data-name='パス 10246' d='M32,36l-4.068-8.563a6.118,6.118,0,0,0-1.768-11.593,6.4,6.4,0,0,0-7.1,4l5.272,4-5.089.627a6.288,6.288,0,0,0,3.249,3.12L18.5,36Z' fill='%23104fa1'/%3E%3Cpath id='パス_10247' data-name='パス 10247' d='M16,0C10.408,0,5.875,3.022,5.875,6.75A5.892,5.892,0,0,0,8.84,11.523a12.466,12.466,0,0,0,5.538,1.868L16,16.2l1.622-2.809c4.816-.52,8.5-3.283,8.5-6.641C26.125,3.022,21.592,0,16,0M11.5,8.122A1.125,1.125,0,1,1,12.625,7,1.125,1.125,0,0,1,11.5,8.122m4.5,0A1.125,1.125,0,1,1,17.125,7,1.125,1.125,0,0,1,16,8.122m4.5,0A1.125,1.125,0,1,1,21.625,7,1.125,1.125,0,0,1,20.5,8.122' fill='%23104fa1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.section-top-info .info-item .detail-list-body dl {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .section-top-info .info-item .detail-list-body dl {
    font-size: 1.4rem;
  }
}
.section-top-info .info-item .detail-list-body dl dt {
  font-weight: 500;
  display: inline;
}
.section-top-info .info-item .detail-list-body dl dd {
  display: inline;
}
.section-top-info .info-item .detail-list-body dl dd::before {
  content: "：";
  display: inline;
}
.section-top-info .info-item .btn {
  /* position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%); */
  margin: 2em auto .5em;
}
@media only screen and (max-width: 767px) {
  .section-top-info .info-item .btn {
    margin: 1.5em auto .5em;
  }
}
.section-top-info .info-item .btn a {
  min-width: 32rem;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .section-top-info .info-item .btn a {
    min-width: 28rem;
    min-height: 4.8rem;
    font-size: 1.6rem;
  }
}

.section-top-news {
  padding-top: 9.5rem;
  padding-bottom: 15.5rem;
}
@media only screen and (max-width: 767px) {
  .section-top-news {
    padding-top: 5.4rem;
    padding-bottom: 9rem;
  }
}
.section-top-news .news-contents {
  margin-top: 4rem;
}
@media only screen and (min-width: 768px) {
  .section-top-news .news-list-wrap {
    min-height: 50rem;
  }
}
.section-top-news .news-list-wrap .news-list__item .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.section-top-news .content {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .section-top-news .content > .btn {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
@media only screen and (max-width: 767px) {
  .section-top-news .content > .btn {
    margin-top: 3rem;
  }
}
.section-top-news .content > .btn a {
  font-size: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .section-top-news .content > .btn a {
    min-width: 40rem;
    min-height: 7.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-news .content > .btn a {
    font-size: 1.6rem;
    min-width: auto;
    width: 100%;
    max-width: 100%;
    min-height: 4.8rem;
  }
}
.section-top-news .btns {
  display: none;
}

.article-work .work-intro {
  border: 1px solid #104FA1;
  background: #fff;
  box-shadow: 1.6rem 1.6rem 0px rgba(0, 89, 204, 0.1490196078);
  border-radius: 2.4rem;
  opacity: 1;
  margin-top: 6.4rem;
  padding: 4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5rem 3.4rem;
}
@media only screen and (max-width: 767px) {
  .article-work .work-intro {
    margin-top: 2.5rem;
    border-radius: 1.2rem;
    padding: 1.4rem;
    gap: 0;
  }
}
.article-work .work-intro .images {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .article-work .work-intro .images {
    width: 39.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-work .work-intro .images {
    flex-flow: row wrap;
    gap: 0.2rem;
    border-radius: 0.8rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 1.5rem;
  }
}
.article-work .work-intro .images .img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .article-work .work-intro .images .img {
    border-radius: 1.6rem;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
}
@media only screen and (max-width: 767px) {
  .article-work .work-intro .images .img {
    flex: 1;
  }
}
.article-work .work-intro .text {
  flex: 1;
}
.article-work .work-intro .text-box:not(:last-of-type), .article-work .work-intro .text-box--full:not(:last-of-type) {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .article-work .work-intro .text-box:not(:last-of-type), .article-work .work-intro .text-box--full:not(:last-of-type) {
    margin-bottom: 4.1rem;
  }
}
.article-work .work-intro .text-box .title, .article-work .work-intro .text-box--full .title {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 1rem;
  border-left: 0.6rem solid #104FA1;
  line-height: 1.4;
  padding-bottom: 0.3rem;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .article-work .work-intro .text-box .title, .article-work .work-intro .text-box--full .title {
    font-size: 1.6rem;
    border-width: 0.4rem;
    padding-left: 0.7rem;
    margin-bottom: 0.6rem;
  }
}
.article-work .work-intro .text-box p, .article-work .work-intro .text-box--full p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .article-work .work-intro .text-box p, .article-work .work-intro .text-box--full p {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}
.article-work .work-intro .text-box p:not(:last-of-type), .article-work .work-intro .text-box--full p:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .article-work .work-intro .text-box p:not(:last-of-type), .article-work .work-intro .text-box--full p:not(:last-of-type) {
    margin-bottom: 2.1rem;
  }
}
.article-work .work-intro .text-box p strong, .article-work .work-intro .text-box--full p strong {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .article-work .work-intro .text-box p strong.bold, .article-work .work-intro .text-box--full p strong.bold {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-work .work-intro .text-box p strong.bold, .article-work .work-intro .text-box--full p strong.bold {
    font-size: 1.6rem;
  }
}
.article-work .work-intro .text-box--full {
  width: 100%;
}
/* @media only screen and (max-width: 767px) {
  .article-work .work-intro .text-box--full {
    margin-top: 4.1rem;
  }
} */
.article-work .article-block-intro {
  padding-bottom: 8rem;
}
.article-work .article-block-system {
  background: #FFF8E6;
  padding-top: 5rem;
  padding-bottom: 12.3rem;
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-system {
    padding-top: 2.8rem;
    padding-bottom: 4rem;
  }
}
.article-work .article-block-system .c-title span {
  background: #FFF8E6;
}
.article-work .article-block-system .lead {
  font-size: 1.8rem;
  margin-top: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-system .lead {
    font-size: 1.4rem;
    margin-top: 2.6rem;
  }
}
.article-work .article-block-system .lead p {
  line-height: 1.5;
}
.article-work .article-block-system .system-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 6.4rem;
  margin-top: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-system .system-list {
    flex-flow: column;
    max-width: 24.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.4rem;
    gap: 5.2rem;
  }
}
.article-work .article-block-system .system-list .item {
  flex: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  align-items: stretch;
  position: relative;
}
.article-work .article-block-system .system-list .item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 6.4rem;
  height: 3.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='32' viewBox='0 0 64 32'%3E%3Cpath id='多角形_1' data-name='多角形 1' d='M30.586,1.414a2,2,0,0,1,2.828,0L60.586,28.586A2,2,0,0,1,59.172,32H4.828a2,2,0,0,1-1.414-3.414Z' transform='translate(64 32) rotate(180)' fill='%23104fa1'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .article-work .article-block-system .system-list .item:not(:last-of-type)::after {
    top: 50%;
    right: -0.5rem;
    transform: translate(100%, -50%) rotate(-90deg);
  }
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-system .system-list .item:not(:last-of-type)::after {
    width: 4.8rem;
    height: 2.4rem;
    bottom: -1.5rem;
    left: 50%;
    transform: translate(-50%, 100%);
  }
}
.article-work .article-block-system .system-list .item .inner {
  width: 100%;
  border: 1px solid #104FA1;
  background: #fff;
  box-shadow: 0.8rem 0.8rem 0px rgba(0, 0, 0, 0.1215686275);
  border-radius: 0.8rem;
  padding: 3.7rem 1.6rem 1.6rem 1.6rem;
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-system .system-list .item .inner {
    padding: 1.4rem 3rem 1.4rem 3.5rem;
  }
}
.article-work .article-block-system .system-list .item .inner-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .article-work .article-block-system .system-list .item .inner-bottom {
    transform: translateY(100%);
  }
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-system .system-list .item .inner-bottom {
    padding-top: 0.8rem;
  }
}
.article-work .article-block-system .system-list .item .step, .article-work .article-block-system .system-list .item .step04, .article-work .article-block-system .system-list .item .step03, .article-work .article-block-system .system-list .item .step02, .article-work .article-block-system .system-list .item .step01 {
  display: block;
  width: 6rem;
  height: 6rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50vw;
  border: 1px solid #104FA1;
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-system .system-list .item .step, .article-work .article-block-system .system-list .item .step04, .article-work .article-block-system .system-list .item .step03, .article-work .article-block-system .system-list .item .step02, .article-work .article-block-system .system-list .item .step01 {
    width: 5.2rem;
    height: 5.2rem;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
  }
}
.article-work .article-block-system .system-list .item .step01 {
  background-image: url(../img/common/icon-step01.svg);
}
.article-work .article-block-system .system-list .item .step02 {
  background-image: url(../img/common/icon-step02.svg);
}
.article-work .article-block-system .system-list .item .step03 {
  background-image: url(../img/common/icon-step03.svg);
}
.article-work .article-block-system .system-list .item .step04 {
  background-image: url(../img/common/icon-step04.svg);
}
.article-work .article-block-system .system-list .item .ttl {
  background: #E5EEFD;
  border-radius: 0.2rem;
  min-height: 5.2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-system .system-list .item .ttl {
    font-size: 1.6rem;
    min-height: 3.6rem;
  }
}
.article-work .article-block-system .system-list .item ul {
  margin-bottom: auto;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-system .system-list .item ul {
    font-size: 1.4rem;
  }
}
.article-work .article-block-system .system-list .item ul li {
  position: relative;
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-system .system-list .item ul li {
    line-height: 1.5;
  }
}
.article-work .article-block-system .system-list .item ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.article-work .article-block-system .system-list .item .ex {
  text-align: right;
  display: block;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-system .system-list .item .ex {
    font-size: 1.4rem;
    margin-top: -1.5em;
  }
}
.article-work .article-block-system .system-list .item .system-link {
  font-size: 1.8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-system .system-list .item .system-link {
    font-size: 1.4rem;
    margin-top: 0.2rem;
  }
}
.article-work .article-block-system .system-list .item .system-link a {
  font-weight: bold;
  color: #104FA1;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media only screen and (min-width: 768px) {
  .article-work .article-block-system .system-list .item .system-link a:hover {
    text-decoration: none;
  }
}
.article-work .article-block-system .system-list .item .system-link::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.131' height='20.414' viewBox='0 0 20.131 20.414'%3E%3Cg id='グループ_137' data-name='グループ 137' transform='translate(-3.204 16.971) rotate(-45)'%3E%3Cpath id='パス_143' data-name='パス 143' d='M1240.922,947.914h-12a1,1,0,0,1,0-2h12a1,1,0,0,1,0,2Z' transform='translate(-1218.921 -942.415)' fill='%23104fa1'/%3E%3Cpath id='パス_144' data-name='パス 144' d='M9,5.5a1,1,0,0,1-.707-.293L4.5,1.414.707,5.207a1,1,0,0,1-1.414,0,1,1,0,0,1,0-1.414l4.5-4.5a1,1,0,0,1,1.414,0l4.5,4.5A1,1,0,0,1,9,5.5Z' transform='translate(22 0) rotate(90)' fill='%23104fa1'/%3E%3Cpath id='パス_729' data-name='パス 729' d='M995.133,238.115h-11a1,1,0,0,1-1-1v-11a1,1,0,0,1,1-1h5.5a1,1,0,0,1,0,2h-4.5v9h9V231.6a1,1,0,1,1,2,0v5.514A1,1,0,0,1,995.133,238.115Z' transform='translate(-526.976 -858.852) rotate(45)' fill='%23104fa1'/%3E%3C/g%3E%3C/svg%3E%0A");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.838rem;
  width: 1.838rem;
  height: 2.317rem;
  margin-bottom: 0.4rem;
  margin-left: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-system .system-list .item .system-link::after {
    margin-bottom: 0.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-work .article-block-system .system-list .item .system-link .small {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-system .system-list .item.bottom {
    padding-bottom: 3.38rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-system .system-list .item.bottom .step, .article-work .article-block-system .system-list .item.bottom .step01, .article-work .article-block-system .system-list .item.bottom .step02, .article-work .article-block-system .system-list .item.bottom .step03, .article-work .article-block-system .system-list .item.bottom .step04 {
    top: calc(50% - 1.7rem);
  }
}
.article-work .article-block-policy {
  padding-top: 9.5rem;
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-policy {
    padding-top: 5.4rem;
  }
}
.article-work .article-block-policy .policy-box {
  border: 1px solid #104FA1;
  background: #fff;
  box-shadow: 1.6rem 1.6rem 0px rgba(0, 89, 204, 0.1490196078);
  border-radius: 2.4rem;
  opacity: 1;
  padding: 4rem;
  margin-top: 4.6rem;
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-policy .policy-box {
    margin-top: 2.8rem;
    border-radius: 1.2rem;
    padding: 1.4rem 1.4rem 1.8rem;
  }
}
.article-work .article-block-policy .policy-box .detail p {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-policy .policy-box .detail p {
    font-size: 1.4rem;
  }
}
.article-work .article-block-policy .policy-box .detail p:not(:last-of-type) {
  margin-bottom: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-policy .policy-box .detail p:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.article-work .article-block-policy .policy-box .btn {
  text-align: center;
  margin-top: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-policy .policy-box .btn {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-work .article-block-policy .policy-box .btn a {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-work .article-block-policy .policy-box .btn a {
    min-height: 4.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .page--ariake .fix-btn-wrap {
    height: calc(100% - 31.3vw);
  }
}

.article-introduction .article-block-guidance {
  background: #EBF3FF;
  padding-top: 5.5rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance {
    padding-top: 2.7rem;
    padding-bottom: 4rem;
  }
}
.article-introduction .article-block-guidance .c-title span {
  background: #EBF3FF;
}
.article-introduction .article-block-guidance .head-lead {
  font-size: 1.8rem;
  margin-top: 3.8rem;
}
@media only screen and (min-width: 768px) {
  .article-introduction .article-block-guidance .head-lead {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .head-lead {
    font-size: 1.3rem;
    margin-top: 1.6rem;
  }
}
.article-introduction .article-block-guidance .info {
  max-width: 102.6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.7rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info {
    margin-top: 1.3rem;
  }
}
.article-introduction .article-block-guidance .info-item {
  position: relative;
}
.article-introduction .article-block-guidance .info-item:not(:last-of-type) {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info-item:not(:last-of-type) {
    margin-bottom: 5.5rem;
  }
}
.article-introduction .article-block-guidance .info-item .inner {
  flex: 1;
  border: 1px solid #104FA1;
  background: #fff;
  padding: 3.2rem;
  /* padding-bottom: 6.3rem; */
  border-radius: 2.4rem;
  display: flex;
  flex-flow: column;
  justify-content: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info-item .inner {
    border-radius: 1.6rem;
    padding: 1.4rem;
    /* padding-bottom: 3.2rem; */
  }
}
.article-introduction .article-block-guidance .info-item .img {
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-radius: 1.2rem;
  margin-bottom: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info-item .img {
    border-radius: 0.8rem;
    margin-bottom: 1.1rem;
  }
}
.article-introduction .article-block-guidance .info-item .detail-title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #104FA1;
  border-bottom: 1px solid #7998C2;
  padding-bottom: 1.1rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info-item .detail-title {
    font-size: 2rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0.9rem;
  }
}
.article-introduction .article-block-guidance .info-item .detail-lead {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info-item .detail-lead {
    font-size: 1.6rem;
  }
}
.article-introduction .article-block-guidance .info-item .detail-lead p:not(:last-of-type) {
  margin-bottom: 1.8rem;
}
.article-introduction .article-block-guidance .info-item .detail-list {
  margin-top: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info-item .detail-list {
    margin-top: 1.5rem;
  }
}
.article-introduction .article-block-guidance .info-item .detail-list__item {
  background: #FFF8E6;
  padding: 1.6rem;
  border-radius: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info-item .detail-list__item {
    padding: 1.4rem;
  }
}
.article-introduction .article-block-guidance .info-item .detail-list__item:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info-item .detail-list__item:not(:last-of-type) {
    margin-bottom: 1.4rem;
  }
}
.article-introduction .article-block-guidance .info-item .detail-list-head {
  margin-bottom: 1.8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info-item .detail-list-head {
    margin-bottom: 1rem;
    gap: 0.5rem;
  }
}

.article-introduction .article-block-guidance .info-item .detail-list-head .type {
  -webkit-box-align: start;
  align-items:flex-start;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info-item .detail-list-head .type-item span {
    text-align: center;
    line-height: 1.2;
  }
  .article-introduction .article-block-guidance .info-item .detail-list-head .type-item strong.ls-sp{
    letter-spacing: -.1em;
  }
}

.article-introduction .article-block-guidance .info-item .detail-list-head.between {
  justify-content: space-between;
}
.article-introduction .article-block-guidance .info-item .detail-list-head.between .type {
  flex: none;
}
@media only screen and (min-width: 768px) {
  .article-introduction .article-block-guidance .info-item .detail-list-head.between .type {
    margin-right: 6.5rem;
  }
}
.article-introduction .article-block-guidance .info-item .detail-list-head.between .type-item span {
  gap: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info-item .detail-list-head.between .type-item span {
    letter-spacing: 0;
  }
}




.article-introduction .article-block-guidance .info-item .detail-list-head .ttl {
  font-size: 3rem;
  font-weight: bold;
  border-left: 6px solid #F09400;
  line-height: 1.4;
  padding-bottom: 0.3rem;
  padding-left: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .article-introduction .article-block-guidance .info-item .detail-list-head .ttl {
    margin-left: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info-item .detail-list-head .ttl {
    font-size: 1.8rem;
    padding-left: 0.9rem;
    border-width: 4px;
  }
}
.article-introduction .article-block-guidance .info-item .detail-list-head .type {
  flex: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items:flex-start;
  gap: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info-item .detail-list-head .type {
    gap: 0.7rem;
  }
}
.article-introduction .article-block-guidance .info-item .detail-list-head .type-item span {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info-item .detail-list-head .type-item span {
    flex-flow: column;
    gap: 0.2rem;
    font-size: 1rem;
  }
}
.article-introduction .article-block-guidance .info-item .detail-list-head .type-item span::before {
  content: "";
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  background: #fff;
  border-radius: 50vw;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info-item .detail-list-head .type-item span::before {
    width: 3.6rem;
    height: 3.6rem;
    background-size: 3.6rem;
  }
}
.article-introduction .article-block-guidance .info-item .detail-list-head .type-item.od span::before {
  background-image: url("data:image/svg+xml,%3Csvg id='ic-ondemand' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='56' height='56' viewBox='0 0 56 56'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_103' data-name='長方形 103' width='35.593' height='30.143' fill='%23104fa1'/%3E%3C/clipPath%3E%3C/defs%3E%3Ccircle id='bg' cx='28' cy='28' r='28' fill='%23fff'/%3E%3Cg id='ic_monitor' transform='translate(10.04 14.822)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_331' data-name='パス 331' d='M33.228,0H2.365A2.364,2.364,0,0,0,0,2.365V22.106A2.365,2.365,0,0,0,2.365,24.47H15.294V25a2.365,2.365,0,0,1-2.365,2.365H9.454v2.781H26.139V27.362H22.664A2.364,2.364,0,0,1,20.3,25V24.47H33.228a2.364,2.364,0,0,0,2.365-2.365V2.365A2.364,2.364,0,0,0,33.228,0m-.972,19.233a.789.789,0,0,1-.789.789H4.125a.789.789,0,0,1-.789-.789V4.125a.789.789,0,0,1,.789-.789H31.468a.789.789,0,0,1,.789.789V19.233Z' transform='translate(0 0)' fill='%23104fa1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.article-introduction .article-block-guidance .info-item .detail-list-head .type-item.tm span::before {
  background-image: url("data:image/svg+xml,%3Csvg id='演習' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='56' height='56' viewBox='0 0 56 56'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_354' data-name='長方形 354' width='32' height='36' fill='%23104fa1'/%3E%3C/clipPath%3E%3C/defs%3E%3Ccircle id='bg' cx='28' cy='28' r='28' fill='%23fff'/%3E%3Cg id='ic_ftf' transform='translate(12 9)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_10245' data-name='パス 10245' d='M13.5,36,9.506,27.593a6.288,6.288,0,0,0,3.249-3.12l-5.089-.627,5.272-4a6.4,6.4,0,0,0-7.1-4A6.118,6.118,0,0,0,4.068,27.437L0,36Z' fill='%23104fa1'/%3E%3Cpath id='パス_10246' data-name='パス 10246' d='M32,36l-4.068-8.563a6.118,6.118,0,0,0-1.768-11.593,6.4,6.4,0,0,0-7.1,4l5.272,4-5.089.627a6.288,6.288,0,0,0,3.249,3.12L18.5,36Z' fill='%23104fa1'/%3E%3Cpath id='パス_10247' data-name='パス 10247' d='M16,0C10.408,0,5.875,3.022,5.875,6.75A5.892,5.892,0,0,0,8.84,11.523a12.466,12.466,0,0,0,5.538,1.868L16,16.2l1.622-2.809c4.816-.52,8.5-3.283,8.5-6.641C26.125,3.022,21.592,0,16,0M11.5,8.122A1.125,1.125,0,1,1,12.625,7,1.125,1.125,0,0,1,11.5,8.122m4.5,0A1.125,1.125,0,1,1,17.125,7,1.125,1.125,0,0,1,16,8.122m4.5,0A1.125,1.125,0,1,1,21.625,7,1.125,1.125,0,0,1,20.5,8.122' fill='%23104fa1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.article-introduction .article-block-guidance .info-item .detail-list .inr-lead p {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info-item .detail-list .inr-lead p {
    font-size: 1.4rem;
  }
}
.article-introduction .article-block-guidance .info-item .detail-list-body {
  margin-top: 1.5rem;
}
.article-introduction .article-block-guidance .info-item .detail-list-body dl {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
.article-introduction .article-block-guidance .info-item .detail-list-body dl::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: #F09402;
  border-radius: 50vw;
  position: relative;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info-item .detail-list-body dl::before {
    width: 1.3rem;
    height: 1.3rem;
    top: 0.2rem;
    margin-right: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info-item .detail-list-body dl {
    font-size: 1.4rem;
  }
}
.article-introduction .article-block-guidance .info-item .detail-list-body dl dt {
  font-weight: 500;
  display: inline;
}
.article-introduction .article-block-guidance .info-item .detail-list-body dl dd {
  display: inline;
}
.article-introduction .article-block-guidance .info-item .detail-list-body dl dd::before {
  content: "：";
  display: inline;
}
.article-introduction .article-block-guidance .info-item .btn {
  /* position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%); */
  margin: 2em auto .5em;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info-item .btn {
    margin: 1.5em auto .5em;
  }
}
.article-introduction .article-block-guidance .info-item .btn a {
  min-width: 32rem;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .info-item .btn a {
    min-height: 4.8rem;
    font-size: 1.6rem;
    min-width: 28rem;
  }
}
.article-introduction .article-block-guidance .howto {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
  margin-top: 7.8rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .howto {
    flex-flow: column;
    align-items: stretch;
    margin-top: 6.3rem;
    gap: 5rem;
  }
}
.article-introduction .article-block-guidance .howto-item, .article-introduction .article-block-guidance .howto-item-twin {
  border: 1px solid #104FA1;
  border-radius: 2.4rem;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .article-introduction .article-block-guidance .howto-item, .article-introduction .article-block-guidance .howto-item-twin {
    flex: 1;
    padding: 1.7rem 1.6rem 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .howto-item, .article-introduction .article-block-guidance .howto-item-twin {
    padding: 1.1rem 1.4rem 2.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-introduction .article-block-guidance .howto-item-twin {
    flex: 2;
  }
}
.article-introduction .article-block-guidance .howto-title {
  font-size: 3.2rem;
  text-align: center;
  color: #104FA1;
  border-bottom: 1px solid #104FA1;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .howto-title {
    font-size: 2.6rem;
  }
}
.article-introduction .article-block-guidance .howto-title .small {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .howto-title .small {
    font-size: 2rem;
  }
}
.article-introduction .article-block-guidance .howto-title .line {
  background: linear-gradient(to bottom, transparent, transparent 65%, #FFF8D9 65%);
}
.article-introduction .article-block-guidance .howto .box-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .howto .box-grid {
    flex-flow: column;
    gap: 4.2rem;
    width: 100%;
  }
}
.article-introduction .article-block-guidance .howto .box-title {
  border: 2px solid #104FA1;
  background: #fff;
  min-height: 12.2rem;
  border-radius: 0.2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.35;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .howto .box-title {
    max-width: 28.4rem;
    min-height: 9.8rem;
    font-size: 2.4rem;
  }
}
.article-introduction .article-block-guidance .howto .box-title::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: #fff;
  border-bottom: 2px solid #104FA1;
  border-right: 2px solid #104FA1;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .howto .box-title::after {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.article-introduction .article-block-guidance .howto .box-title .line {
  line-height: 1.35;
  background: linear-gradient(to bottom, transparent, transparent 65%, #FFF8D9 65%);
}
.article-introduction .article-block-guidance .howto .box-title .small {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .howto .box-title .small {
    font-size: 2rem;
  }
}
.article-introduction .article-block-guidance .howto .box .user-icon {
  width: 21rem;
  height: 21rem;
  border-radius: 50vw;
  margin-left: auto;
  margin-right: auto;
  background: #EBF3FF;
  margin-top: 4.3rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .howto .box .user-icon {
    width: 18rem;
    height: 18rem;
    margin-top: 3.3rem;
  }
}
.article-introduction .article-block-guidance .howto .box .btn {
  text-align: center;
  margin-top: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .howto .box .btn {
    margin-top: 1.8rem;
  }
}
.article-introduction .article-block-guidance .howto .box .btn a {
  font-size: 2.4rem;
  min-width: 34.8rem;
  min-height: 7.2rem;
}
@media only screen and (max-width: 767px) {
  .article-introduction .article-block-guidance .howto .box .btn a {
    font-size: 1.8rem;
    min-width: 100%;
    min-height: 5.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-introduction .article-block-guidance .howto .box .btn a {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.article-block-report {
  padding-top: 9.4rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .article-block-report {
    padding-top: 5.6rem;
    padding-bottom: 0.3rem;
  }
}
.article-block-report .head-lead {
  font-size: 1.8rem;
  margin-top: 3.5rem;
}
@media only screen and (min-width: 768px) {
  .article-block-report .head-lead {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-report .head-lead {
    font-size: 1.4rem;
    margin-top: 2.5rem;
  }
}
.article-block-report .toggle-area {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3.2rem;
  background: #104FA1;
  border: 1px solid #fff;
  overflow: hidden;
  margin-top: 3.1rem;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.1215686275);
  transition: 200ms;
}
@media only screen and (max-width: 767px) {
  .article-block-report .toggle-area {
    border-radius: 2.4rem;
    margin-top: 2rem;
  }
}
.article-block-report .toggle-area.is-active {
  border-color: #104FA1;
}
.article-block-report .toggle-area button,
.article-block-report .toggle-area 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;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  color: #fff;
  display: block;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  min-height: 6.2rem;
  position: relative;
  cursor: pointer;
  transition: 200ms;
}
@media only screen and (max-width: 767px) {
  .article-block-report .toggle-area button,
  .article-block-report .toggle-area input[type=submit] {
    font-size: 1.6rem;
    min-height: 4.4rem;
  }
}
.article-block-report .toggle-area button.is-active,
.article-block-report .toggle-area input[type=submit].is-active {
  background: #fff;
  color: #104FA1;
}
.article-block-report .toggle-area button.is-active::after,
.article-block-report .toggle-area input[type=submit].is-active::after {
  opacity: 0;
}
.article-block-report .toggle-area button::before, .article-block-report .toggle-area button::after,
.article-block-report .toggle-area input[type=submit]::before,
.article-block-report .toggle-area input[type=submit]::after {
  content: "";
  display: block;
  width: 1.7rem;
  height: 2.3rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 767px) {
  .article-block-report .toggle-area button::before, .article-block-report .toggle-area button::after,
  .article-block-report .toggle-area input[type=submit]::before,
  .article-block-report .toggle-area input[type=submit]::after {
    width: 1.2rem;
    height: 1.6rem;
  }
}
.article-block-report .toggle-area button::before,
.article-block-report .toggle-area input[type=submit]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='23' viewBox='0 0 17 23'%3E%3Cg id='arrow' transform='translate(13.5 -9.5)'%3E%3Cpath id='パス_144' data-name='パス 144' d='M16,8,8,0,0,8Z' transform='translate(3 32) rotate(180)' fill='%23104FA1'/%3E%3Cpath id='パス_144_-_アウトライン' data-name='パス 144 - アウトライン' d='M16,8.5H0a.5.5,0,0,1-.462-.309.5.5,0,0,1,.108-.545l8-8A.5.5,0,0,1,8-.5a.5.5,0,0,1,.354.146l8,8A.5.5,0,0,1,16,8.5ZM1.207,7.5H14.793L8,.707Z' transform='translate(3 32) rotate(180)' fill='%23104FA1'/%3E%3Cpath id='パス_881' data-name='パス 881' d='M16,0,8,8,0,0Z' transform='translate(3 18) rotate(180)' fill='%23104FA1'/%3E%3Cpath id='パス_881_-_アウトライン' data-name='パス 881 - アウトライン' d='M0-.5H16a.5.5,0,0,1,.462.309.5.5,0,0,1-.108.545l-8,8a.5.5,0,0,1-.707,0l-8-8A.5.5,0,0,1-.462-.191.5.5,0,0,1,0-.5ZM14.793.5H1.207L8,7.293Z' transform='translate(3 18) rotate(180)' fill='%23104FA1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.article-block-report .toggle-area button::after,
.article-block-report .toggle-area input[type=submit]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='23' viewBox='0 0 17 23'%3E%3Cg id='arrow' transform='translate(13.5 -9.5)'%3E%3Cpath id='パス_144' data-name='パス 144' d='M16,8,8,0,0,8Z' transform='translate(3 32) rotate(180)' fill='%23fff'/%3E%3Cpath id='パス_144_-_アウトライン' data-name='パス 144 - アウトライン' d='M16,8.5H0a.5.5,0,0,1-.462-.309.5.5,0,0,1,.108-.545l8-8A.5.5,0,0,1,8-.5a.5.5,0,0,1,.354.146l8,8A.5.5,0,0,1,16,8.5ZM1.207,7.5H14.793L8,.707Z' transform='translate(3 32) rotate(180)' fill='%23fff'/%3E%3Cpath id='パス_881' data-name='パス 881' d='M16,0,8,8,0,0Z' transform='translate(3 18) rotate(180)' fill='%23fff'/%3E%3Cpath id='パス_881_-_アウトライン' data-name='パス 881 - アウトライン' d='M0-.5H16a.5.5,0,0,1,.462.309.5.5,0,0,1-.108.545l-8,8a.5.5,0,0,1-.707,0l-8-8A.5.5,0,0,1-.462-.191.5.5,0,0,1,0-.5ZM14.793.5H1.207L8,7.293Z' transform='translate(3 18) rotate(180)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.article-block-report .toggle-area .report-list {
  font-size: 2rem;
  background: #fff;
  padding-bottom: 3.2rem;
  display: none;
}
@media only screen and (max-width: 767px) {
  .article-block-report .toggle-area .report-list {
    padding-bottom: 2.5rem;
  }
}
.article-block-report .toggle-area .report-list__item {
  background: #104FA1;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.article-block-report .toggle-area .report-list__item a {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 5.6rem;
  padding-left: 2rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .article-block-report .toggle-area .report-list__item a:hover::after {
    right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-report .toggle-area .report-list__item a {
    font-size: 1.4rem;
    min-height: 3.6rem;
  }
}
.article-block-report .toggle-area .report-list__item a::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14'%3E%3Cg id='arrow' transform='translate(-9 1)'%3E%3Cpath id='パス_143' data-name='パス 143' d='M1244.922,947.914h-16a1,1,0,0,1,0-2h16a1,1,0,0,1,0,2Z' transform='translate(-1218.922 -940.914)' fill='%23fff'/%3E%3Cpath id='パス_144' data-name='パス 144' d='M12,7a1,1,0,0,1-.707-.293L6,1.414.707,6.707a1,1,0,0,1-1.414,0,1,1,0,0,1,0-1.414l6-6a1,1,0,0,1,1.414,0l6,6A1,1,0,0,1,12,7Z' transform='translate(26) rotate(90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0%, -50%);
  transition: 200ms;
}
@media only screen and (max-width: 767px) {
  .article-block-report .toggle-area .report-list__item a::after {
    width: 1.35rem;
    height: 1.15rem;
  }
}

.article-block-learn .learn-lead {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .article-block-learn .learn-lead {
    font-size: 1.4rem;
    margin-bottom: 3.1rem;
  }
}
.article-block-learn .learn-title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.article-block-learn .learn-title .top {
  font-size: 2.4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .article-block-learn .learn-title .top {
    font-size: 1.6rem;
  }
}
.article-block-learn .learn-title .top::before, .article-block-learn .learn-title .top::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background: #111111;
}
@media only screen and (max-width: 767px) {
  .article-block-learn .learn-title .top::before, .article-block-learn .learn-title .top::after {
    width: 1.6rem;
  }
}
.article-block-learn .learn-title .bottom {
  font-size: 3.2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .article-block-learn .learn-title .bottom {
    font-size: 2rem;
  }
}
.article-block-learn .learn-detail {
  margin-bottom: 6rem;
  border: 1px solid #F09402;
  padding: 2.2rem 2.6rem 2.6rem;
  border-radius: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .article-block-learn .learn-detail {
    border-radius: 1.2rem;
    margin-bottom: 3.7rem;
    padding: 1rem 1.5rem 1.3rem;
  }
}
.article-block-learn .learn-detail .detail-data {
  margin-top: 1.8rem;
}
.article-block-learn .learn-detail .detail-data table {
  background: #FEBE16;
  border-spacing: 1px;
  width: 100%;
}
.article-block-learn .learn-detail .detail-data table tr {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .article-block-learn .learn-detail .detail-data table tr {
    display: block;
    width: 100%;
  }
}
.article-block-learn .learn-detail .detail-data table tr:nth-of-type(even) td {
  background: #FFF8E6;
}
@media only screen and (max-width: 767px) {
  .article-block-learn .learn-detail .detail-data table tr:not(:first-child) th {
    border-top: 1px solid #FEBE16;
    margin-top: -1px;
  }
  .article-block-learn .learn-detail .detail-data table tr td {
    border-bottom: 1px solid #FEBE16;
  }
  .page--ariake .article-block-learn .learn-detail .detail-data table tr:last-of-type td:last-of-type {
    border-bottom: none;
  }
}
.article-block-learn .learn-detail .detail-data table th, .article-block-learn .learn-detail .detail-data table td {
  padding: 0.25rem 1rem 0.25rem;
  font-size: 2.1rem;
}
@media only screen and (max-width: 767px) {
  .article-block-learn .learn-detail .detail-data table th, .article-block-learn .learn-detail .detail-data table td {
    font-size: 1.4rem;
    display: block;
    width: 100%;
  }
}
.article-block-learn .learn-detail .detail-data table th {
  background: #FFE195;
  text-align: left;
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .article-block-learn .learn-detail .detail-data table th {
    width: 31.5%;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-learn .learn-detail .detail-data table th {
    border-bottom: 1px solid #FEBE16;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-learn .learn-detail .detail-data table td {
    padding: 0.14rem 1rem 0.14rem;
  }
}
.page--area .article-block-learn .learn-detail .detail-data table{
  table-layout:fixed;
}
@media only screen and (min-width: 768px) {
  .page--area .article-block-learn .learn-detail .detail-data table tr:nth-of-type(odd) td:nth-of-type(odd),
  .page--area .article-block-learn .learn-detail .detail-data table tr:nth-of-type(even) td:nth-of-type(even) {
    background: #FFF;
  }
  .page--area .article-block-learn .learn-detail .detail-data table tr:nth-of-type(odd) td:nth-of-type(even),
  .page--area .article-block-learn .learn-detail .detail-data table tr:nth-of-type(even) td:nth-of-type(odd) {
    background: #FFF8E6;
  }
}
@media only screen and (max-width: 767px) {
  .page--area .article-block-learn .learn-detail .detail-data table tr td:nth-of-type(odd) {
    background: #FFF;
  }
  .page--area .article-block-learn .learn-detail .detail-data table tr td:nth-of-type(even) {
    background: #FFF8E6;
  }
  .page--area .article-block-learn .learn-detail .detail-data table tr:last-of-type td:last-of-type {
    border-bottom:none;
  }
}

.article-block-learn .learn-detail .detail-data .small {
  font-size: 1.4rem;
  margin-top: 1.5rem;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .article-block-learn .learn-detail .detail-data .small {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-learn .learn-detail .detail-data .small {
    font-size: 1.2rem;
  }
}
.article-block-learn .learn-schedule {
  margin-top: 6rem;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .article-block-learn .learn-schedule {
    margin-top: 3.7rem;
    margin-bottom: 6.5rem;
  }
}
.article-block-learn .learn-schedule .schedule-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  /* gap: 2.6rem; */
  gap: .8rem;
  margin-top: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .article-block-learn .learn-schedule .schedule-list {
    flex-flow: column;
    align-items: stretch;
    margin-top: 1.4rem;
    /* gap: 2.35rem; */
    gap: 2.35rem .35rem;
  }
}
.article-block-learn .learn-schedule .schedule-list__item {
  flex: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1.8rem;
  position: relative;
  border-radius:1rem;
}
@media only screen and (max-width: 767px) {
  .article-block-learn .learn-schedule .schedule-list__item {
    padding: 1.6rem;
    gap: 0.5rem;
  }
}
.article-block-learn .learn-schedule .schedule-list__item.state-future::before,
.article-block-learn .learn-schedule .schedule-list__item.state-future::after,
.article-block-learn .learn-schedule .schedule-list__item.state-past::before,
.article-block-learn .learn-schedule .schedule-list__item.state-past::after{
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin: auto;
}
.article-block-learn .learn-schedule .schedule-list__item.state-future::before,
.article-block-learn .learn-schedule .schedule-list__item.state-past::before{
  width:4em;
  height:1.8em;
  padding:.4em;
  text-align: center;
  z-index: 1;
  font-size:1.8em;
  font-weight: 700;
  color:#204F8C;
  border-radius: 100vh;
  line-height: 1;
  text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff,0 0 5px #fff;
}
.article-block-learn .learn-schedule .schedule-list__item.state-future::before{
  content: '予定';
}
.article-block-learn .learn-schedule .schedule-list__item.state-past::before{
  content: '終了';
}
.article-block-learn .learn-schedule .schedule-list__item.state-future::after,
.article-block-learn .learn-schedule .schedule-list__item.state-past::after {
  content: '';
  width:calc(100% - 4px);
  height:calc(100% - 4px);
  border-radius:.8rem;
  text-align: center;
}
.article-block-learn .learn-schedule .schedule-list__item.state-future::after {
  background: rgba(235,243,255, .5);

}
.article-block-learn .learn-schedule .schedule-list__item.state-past::after {
  background: rgba(227,227,227, .6);
}
.article-block-learn .learn-schedule .schedule-list__item.state-current {
  box-shadow:0 0 .5rem 1px rgba(0,0,0,.15),0 0 0 2px rgba(32,79,140,1)inset;
	-webkit-box-shadow:0 0 .5rem 1px rgba(0,0,0,.15),0 0 0 2px rgba(32,79,140,1)inset;
	-moz-box-shadow:0 0 .5rem 1px rgba(0,0,0,.15),0 0 0 2px rgba(32,79,140,1)inset;
}
@media only screen and (max-width: 767px) {
  .article-block-learn .learn-schedule .schedule-list__item.state-current {
    border-radius:.8rem;
  }
  .article-block-learn .learn-schedule .schedule-list__item.state-current::after{
    right:0;
    left:0;
  }
}

@media only screen and (max-width: 767px) {
  .article-block-learn .learn-schedule .schedule-list__item {
    gap: 0.3rem 0.7rem;
  }
}
.article-block-learn .learn-schedule .schedule-list__item .title {
  border: 1px solid #204F8C;
  border-radius: 0.4rem;
  display: flex;
  flex-flow: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
}
.article-block-learn .learn-schedule .schedule-list__item .title span {
  background: #F7F7F7;
  border: 2px solid #fff;
  border-radius: 0.4rem;
  display: block;
  min-height: 4.3rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  /* font-size: 2.2rem; */
  font-size: 2.1rem;
  color: #204F8C;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .article-block-learn .learn-schedule .schedule-list__item .title span {
    /* font-size: 1.8rem; */
    font-size: 1.7rem;
    min-height: 3.6rem;
  }
}
.article-block-learn .learn-schedule .schedule-list__item .flow, 
.article-block-learn .learn-schedule .schedule-list__item .flow-execution, 
.article-block-learn .learn-schedule .schedule-list__item .flow-recruit {
  color: #204F8C;
}
.article-block-learn .learn-schedule .schedule-list__item .flow .ttl, 
.article-block-learn .learn-schedule .schedule-list__item .flow-execution .ttl, 
.article-block-learn .learn-schedule .schedule-list__item .flow-recruit .ttl {
  /* font-size: 1.8rem; */
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .article-block-learn .learn-schedule .schedule-list__item .flow .ttl, 
  .article-block-learn .learn-schedule .schedule-list__item .flow-execution .ttl, 
  .article-block-learn .learn-schedule .schedule-list__item .flow-recruit .ttl {
    /* font-size: 1.5rem; */
    font-size: 1.4rem;
  }
}
.article-block-learn .learn-schedule .schedule-list__item .flow .arrow, 
.article-block-learn .learn-schedule .schedule-list__item .flow-execution .arrow, 
.article-block-learn .learn-schedule .schedule-list__item .flow-recruit .arrow {
  margin-right: 1.9rem;
  /* font-size: 2rem; */
  font-size: 1.9rem;
  font-weight: bold;
  min-height: 4.8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .article-block-learn .learn-schedule .schedule-list__item .flow .arrow, 
  .article-block-learn .learn-schedule .schedule-list__item .flow-execution .arrow, 
  .article-block-learn .learn-schedule .schedule-list__item .flow-recruit .arrow {
    font-size: 1.6rem;
    min-height: 3.6rem;
    min-width: 14.7rem;
    margin-top: 0.4rem;
  }
  .article-block-learn .learn-schedule .schedule-list__item .flow-recruit .arrow{
    min-width:13.5rem;
  }
}
.article-block-learn .learn-schedule .schedule-list__item .flow .arrow::before, 
.article-block-learn .learn-schedule .schedule-list__item .flow-execution .arrow::before, 
.article-block-learn .learn-schedule .schedule-list__item .flow-recruit .arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.4rem 0 2.4rem 2rem;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 0.05rem;
  transform: translate(100%, -50%);
}
@media only screen and (max-width: 767px) {
  .article-block-learn .learn-schedule .schedule-list__item .flow .arrow::before, .article-block-learn .learn-schedule .schedule-list__item .flow-execution .arrow::before, .article-block-learn .learn-schedule .schedule-list__item .flow-recruit .arrow::before {
    border-width: 1.8rem 0 1.8rem 1.3rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .article-block-learn .learn-schedule .schedule-list__item .flow .arrow::before, .article-block-learn .learn-schedule .schedule-list__item .flow-execution .arrow::before, .article-block-learn .learn-schedule .schedule-list__item .flow-recruit .arrow::before {
    right: 0.02rem;
  }
}
.article-block-learn .learn-schedule .schedule-list__item .flow-recruit .arrow {
  background: #204F8D;
  color: #fff;
}
.article-block-learn .learn-schedule .schedule-list__item .flow-recruit .arrow::before {
  border-color: transparent transparent transparent #204F8D;
}
.article-block-learn .learn-schedule .schedule-list__item .flow-execution {
  flex: 1;
}
.article-block-learn .learn-schedule .schedule-list__item .flow-execution .arrow {
  background: #E5EEFD;
  color: #204F8D;
}
.article-block-learn .learn-schedule .schedule-list__item .flow-execution .arrow::before {
  border-color: transparent transparent transparent #E5EEFD;
}



.article-block-introduction {
  padding-top: 9.5rem;
  padding-bottom: 17.6rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction {
    padding-top: 5.5rem;
    padding-bottom: 11rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-block-introduction .c-lead {
    line-height: 1.7777;
  }
}
.article-block-introduction .tabarea {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 0 4rem;
  margin-top: 4.1rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea {
    margin-top: 2.7rem;
    gap: 0 0.4rem;
  }
}
.article-block-introduction .tabarea::before {
  content: "";
  display: block;
  width: 90%;
  height: 1rem;
  background: #fff;
  position: absolute;
  top: calc(6.3rem + 2px);
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea::before {
    top: calc(4rem + 2px);
    height: 1.2rem;
    width: 93%;
  }
}
.article-block-introduction .tabarea input[type=radio] {
  display: none;
}
.article-block-introduction .tabarea input[type=radio]:checked + .label {
  z-index: 1;
  border-color: #104FA1 !important;
  color: #111111;
  background: #fff;
  pointer-events: none;
}
.article-block-introduction .tabarea input[type=radio]:checked + .label span::after {
  opacity: 1;
}
.article-block-introduction .tabarea .label {
  width: 32rem;
  display: block;
  text-align: center;
  /* border-top: 1px solid #104FA1;
  border-left: 1px solid #104FA1;
  border-right: 1px solid #104FA1; */
  padding-bottom:calc(1rem - 2px);
  margin-bottom:  calc(-1rem + 2px);
  /* border-radius: 2.4rem 2.4rem 0 0; */
  /* background: #104FA1;
  color: #fff; */
  overflow: hidden;
  cursor: pointer;
}
.article-block-introduction .tabarea input[type=radio]:checked + .label {
  margin-top:0;
 padding-bottom:0;
  margin-bottom:  -2px;
}
@media only screen and (min-width: 768px) {
  .article-block-introduction .tabarea .label {
    transition: 200ms;
  }
  .article-block-introduction .tabarea .label:hover span {
    background: #fff;
    color: #104FA1;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea .label {
    /* border-radius: 1.2rem 1.2rem 0 0; */
    width: 10.8rem;
  }
}
.article-block-introduction .tabarea .label > span {
  display: block;
  /* font-size: 2.4rem; */
  font-size: 1.7rem;
  font-weight: bold;
  /* min-height: 6.3rem; */
  min-height: 4.6rem;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  margin-top: 1.7rem;
  border-radius: 2.4rem 2.4rem 0 0;
  border-top: 1px solid #104FA1;
  border-left: 1px solid #104FA1;
  border-right: 1px solid #104FA1;
  border-bottom:none;
  background: #104FA1;
  color: #fff;
}
.article-block-introduction .tabarea input[type=radio]:checked + .label > span {
  font-size: 2.4rem;
  min-height: 6.3rem;
  margin-top:0;
  margin-bottom: 0;
    background: #fff;
    color: #104FA1;
}
@media only screen and (min-width: 768px) {
  .article-block-introduction .tabarea .label > span {
    transition: 200ms;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea .label > span {
    /* font-size: 1.2rem; */
    font-size: 1rem;
    line-height: 1.16;
    margin-top:1.2rem;
    min-height: 2.8rem;
    border-radius: 1.2rem 1.2rem 0 0;
  }
  .article-block-introduction .tabarea input[type=radio]:checked + .label > span {
    font-size: 1.5rem;
    min-height: 4rem;
    margin-top:0;
    margin-bottom: 0;
  }
}
.article-block-introduction .tabarea .label > span::after {
  content: "";
  display: block;
  width: calc(100% - 1.5rem);
  height: 1px;
  background: #D5E0F3;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .article-block-introduction .tabarea .label > span .small {
    font-size: 2.1rem;
  }
}
.article-block-introduction .tabarea #tab01:checked ~ #introduction01 {
  position: static;
  opacity: 1;
  visibility: inherit;
}
.article-block-introduction .tabarea #tab02:checked ~ #introduction02 {
  position: static;
  opacity: 1;
  visibility: inherit;
}
.article-block-introduction .tabarea #tab03:checked ~ #introduction03 {
  position: static;
  opacity: 1;
  visibility: inherit;
}
.article-block-introduction .tabarea-introduction, .article-block-introduction .tabarea-introduction03, .article-block-introduction .tabarea-introduction02, .article-block-introduction .tabarea-introduction01 {
  width: 100%;
  border: 1px solid #104FA1;
  border-radius: 2.4rem;
  box-shadow: 1.6rem 1.6rem 0 #DAE7FD;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding: 4rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction, .article-block-introduction .tabarea-introduction03, .article-block-introduction .tabarea-introduction02, .article-block-introduction .tabarea-introduction01 {
    border-radius: 1.2rem;
    padding: 2rem 1.3rem;
  }
}
.article-block-introduction .tabarea-introduction .inner-top .title, .article-block-introduction .tabarea-introduction03 .inner-top .title, .article-block-introduction .tabarea-introduction02 .inner-top .title, .article-block-introduction .tabarea-introduction01 .inner-top .title {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 1rem;
  border-left: 5px solid #F09402;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .inner-top .title, .article-block-introduction .tabarea-introduction03 .inner-top .title, .article-block-introduction .tabarea-introduction02 .inner-top .title, .article-block-introduction .tabarea-introduction01 .inner-top .title {
    font-size: 1.6rem;
    border-width: 4px;
  }
}
.article-block-introduction .tabarea-introduction .inner-top .lead, .article-block-introduction .tabarea-introduction03 .inner-top .lead, .article-block-introduction .tabarea-introduction02 .inner-top .lead, .article-block-introduction .tabarea-introduction01 .inner-top .lead {
  margin-top: 1.6rem;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .inner-top .lead, .article-block-introduction .tabarea-introduction03 .inner-top .lead, .article-block-introduction .tabarea-introduction02 .inner-top .lead, .article-block-introduction .tabarea-introduction01 .inner-top .lead {
    font-size: 1.4rem;
    margin-top: 0.9rem;
  }
}
.article-block-introduction .tabarea-introduction .inner-top dl, .article-block-introduction .tabarea-introduction03 .inner-top dl, .article-block-introduction .tabarea-introduction02 .inner-top dl, .article-block-introduction .tabarea-introduction01 .inner-top dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .inner-top dl, .article-block-introduction .tabarea-introduction03 .inner-top dl, .article-block-introduction .tabarea-introduction02 .inner-top dl, .article-block-introduction .tabarea-introduction01 .inner-top dl {
    flex-flow: column;
    align-items: flex-start;
    gap: 0;
  }
}
.article-block-introduction .tabarea-introduction .inner-top dl:not(:last-of-type), .article-block-introduction .tabarea-introduction03 .inner-top dl:not(:last-of-type), .article-block-introduction .tabarea-introduction02 .inner-top dl:not(:last-of-type), .article-block-introduction .tabarea-introduction01 .inner-top dl:not(:last-of-type) {
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .inner-top dl:not(:last-of-type), .article-block-introduction .tabarea-introduction03 .inner-top dl:not(:last-of-type), .article-block-introduction .tabarea-introduction02 .inner-top dl:not(:last-of-type), .article-block-introduction .tabarea-introduction01 .inner-top dl:not(:last-of-type) {
    margin-bottom: 1.2rem;
  }
}
.article-block-introduction .tabarea-introduction .inner-top dl dt, .article-block-introduction .tabarea-introduction03 .inner-top dl dt, .article-block-introduction .tabarea-introduction02 .inner-top dl dt, .article-block-introduction .tabarea-introduction01 .inner-top dl dt {
  background: #E5EEFD;
  min-height: 4.1rem;
  min-width: 15.6rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .inner-top dl dt, .article-block-introduction .tabarea-introduction03 .inner-top dl dt, .article-block-introduction .tabarea-introduction02 .inner-top dl dt, .article-block-introduction .tabarea-introduction01 .inner-top dl dt {
    min-height: 3.1rem;
    min-width: 9rem;
    font-size: 1.4rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 0.3rem;
  }
}
.article-block-introduction .tabarea-introduction .inner-top dl dd, .article-block-introduction .tabarea-introduction03 .inner-top dl dd, .article-block-introduction .tabarea-introduction02 .inner-top dl dd, .article-block-introduction .tabarea-introduction01 .inner-top dl dd {
  flex: 1;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .inner-top dl dd, .article-block-introduction .tabarea-introduction03 .inner-top dl dd, .article-block-introduction .tabarea-introduction02 .inner-top dl dd, .article-block-introduction .tabarea-introduction01 .inner-top dl dd {
    font-size: 1.4rem;
  }
}
.article-block-introduction .tabarea-introduction .inner-data, .article-block-introduction .tabarea-introduction03 .inner-data, .article-block-introduction .tabarea-introduction02 .inner-data, .article-block-introduction .tabarea-introduction01 .inner-data {
  background: #F5F9FF;
  border: 1px solid #104FA1;
  border-radius: 0.2rem;
  padding: 2.1rem 2.4rem 2.4rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .inner-data, .article-block-introduction .tabarea-introduction03 .inner-data, .article-block-introduction .tabarea-introduction02 .inner-data, .article-block-introduction .tabarea-introduction01 .inner-data {
    margin-top: 1.5rem;
    padding: 1.4rem;
  }
}
.article-block-introduction .tabarea-introduction .inner-data-title, .article-block-introduction .tabarea-introduction03 .inner-data-title, .article-block-introduction .tabarea-introduction02 .inner-data-title, .article-block-introduction .tabarea-introduction01 .inner-data-title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.article-block-introduction .tabarea-introduction .inner-data-title span, .article-block-introduction .tabarea-introduction03 .inner-data-title span, .article-block-introduction .tabarea-introduction02 .inner-data-title span, .article-block-introduction .tabarea-introduction01 .inner-data-title span {
  font-size: 2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .inner-data-title span, .article-block-introduction .tabarea-introduction03 .inner-data-title span, .article-block-introduction .tabarea-introduction02 .inner-data-title span, .article-block-introduction .tabarea-introduction01 .inner-data-title span {
    font-size: 1.6rem;
  }
}
.article-block-introduction .tabarea-introduction .inner-data-title span::before, .article-block-introduction .tabarea-introduction03 .inner-data-title span::before, .article-block-introduction .tabarea-introduction02 .inner-data-title span::before, .article-block-introduction .tabarea-introduction01 .inner-data-title span::before, .article-block-introduction .tabarea-introduction .inner-data-title span::after, .article-block-introduction .tabarea-introduction03 .inner-data-title span::after, .article-block-introduction .tabarea-introduction02 .inner-data-title span::after, .article-block-introduction .tabarea-introduction01 .inner-data-title span::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background: #111111;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .inner-data-title span::before, .article-block-introduction .tabarea-introduction03 .inner-data-title span::before, .article-block-introduction .tabarea-introduction02 .inner-data-title span::before, .article-block-introduction .tabarea-introduction01 .inner-data-title span::before, .article-block-introduction .tabarea-introduction .inner-data-title span::after, .article-block-introduction .tabarea-introduction03 .inner-data-title span::after, .article-block-introduction .tabarea-introduction02 .inner-data-title span::after, .article-block-introduction .tabarea-introduction01 .inner-data-title span::after {
    width: 1.6rem;
  }
}
.article-block-introduction .tabarea-introduction .inner-data-lead, .article-block-introduction .tabarea-introduction03 .inner-data-lead, .article-block-introduction .tabarea-introduction02 .inner-data-lead, .article-block-introduction .tabarea-introduction01 .inner-data-lead {
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .inner-data-lead, .article-block-introduction .tabarea-introduction03 .inner-data-lead, .article-block-introduction .tabarea-introduction02 .inner-data-lead, .article-block-introduction .tabarea-introduction01 .inner-data-lead {
    font-size: 1.4rem;
    margin-top: 0.4rem;
  }
}
.article-block-introduction .tabarea-introduction .inner-data-btns, .article-block-introduction .tabarea-introduction03 .inner-data-btns, .article-block-introduction .tabarea-introduction02 .inner-data-btns, .article-block-introduction .tabarea-introduction01 .inner-data-btns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .inner-data-btns, .article-block-introduction .tabarea-introduction03 .inner-data-btns, .article-block-introduction .tabarea-introduction02 .inner-data-btns, .article-block-introduction .tabarea-introduction01 .inner-data-btns {
    flex-flow: column;
    margin-top: 1.3rem;
    gap: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .inner-data-btns .btn--line, .article-block-introduction .tabarea-introduction03 .inner-data-btns .btn--line, .article-block-introduction .tabarea-introduction02 .inner-data-btns .btn--line, .article-block-introduction .tabarea-introduction01 .inner-data-btns .btn--line {
    width: 100%;
  }
}
.article-block-introduction .tabarea-introduction .inner-data-btns .btn--line a, .article-block-introduction .tabarea-introduction03 .inner-data-btns .btn--line a, .article-block-introduction .tabarea-introduction02 .inner-data-btns .btn--line a, .article-block-introduction .tabarea-introduction01 .inner-data-btns .btn--line a {
  font-size: 1.8rem;
  min-height: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .inner-data-btns .btn--line a, .article-block-introduction .tabarea-introduction03 .inner-data-btns .btn--line a, .article-block-introduction .tabarea-introduction02 .inner-data-btns .btn--line a, .article-block-introduction .tabarea-introduction01 .inner-data-btns .btn--line a {
    font-size: 1.6rem;
    min-height: 4.2rem;
    width: 100%;
  }
}
.article-block-introduction .tabarea-introduction .recruit-check, .article-block-introduction .tabarea-introduction03 .recruit-check, .article-block-introduction .tabarea-introduction02 .recruit-check, .article-block-introduction .tabarea-introduction01 .recruit-check {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .recruit-check, .article-block-introduction .tabarea-introduction03 .recruit-check, .article-block-introduction .tabarea-introduction02 .recruit-check, .article-block-introduction .tabarea-introduction01 .recruit-check {
    margin-top: 2.7rem;
  }
}
.article-block-introduction .tabarea-introduction .recruit-check .btn, .article-block-introduction .tabarea-introduction03 .recruit-check .btn, .article-block-introduction .tabarea-introduction02 .recruit-check .btn, .article-block-introduction .tabarea-introduction01 .recruit-check .btn,
.article-block-introduction .tabarea-introduction .recruit-check .btn--none,
.article-block-introduction .tabarea-introduction03 .recruit-check .btn--none,
.article-block-introduction .tabarea-introduction02 .recruit-check .btn--none,
.article-block-introduction .tabarea-introduction01 .recruit-check .btn--none {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .recruit-check .btn, .article-block-introduction .tabarea-introduction03 .recruit-check .btn, .article-block-introduction .tabarea-introduction02 .recruit-check .btn, .article-block-introduction .tabarea-introduction01 .recruit-check .btn,
  .article-block-introduction .tabarea-introduction .recruit-check .btn--none,
  .article-block-introduction .tabarea-introduction03 .recruit-check .btn--none,
  .article-block-introduction .tabarea-introduction02 .recruit-check .btn--none,
  .article-block-introduction .tabarea-introduction01 .recruit-check .btn--none {
    font-size: 1.5rem;
  }
}
.article-block-introduction .tabarea-introduction .recruit-check .btn > *, .article-block-introduction .tabarea-introduction03 .recruit-check .btn > *, .article-block-introduction .tabarea-introduction02 .recruit-check .btn > *, .article-block-introduction .tabarea-introduction01 .recruit-check .btn > *,
.article-block-introduction .tabarea-introduction .recruit-check .btn--none > *,
.article-block-introduction .tabarea-introduction03 .recruit-check .btn--none > *,
.article-block-introduction .tabarea-introduction02 .recruit-check .btn--none > *,
.article-block-introduction .tabarea-introduction01 .recruit-check .btn--none > * {
  min-width: 40rem;
  min-height: 7rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .recruit-check .btn > *, .article-block-introduction .tabarea-introduction03 .recruit-check .btn > *, .article-block-introduction .tabarea-introduction02 .recruit-check .btn > *, .article-block-introduction .tabarea-introduction01 .recruit-check .btn > *,
  .article-block-introduction .tabarea-introduction .recruit-check .btn--none > *,
  .article-block-introduction .tabarea-introduction03 .recruit-check .btn--none > *,
  .article-block-introduction .tabarea-introduction02 .recruit-check .btn--none > *,
  .article-block-introduction .tabarea-introduction01 .recruit-check .btn--none > * {
    min-width: 27.8rem;
    min-height: 4.8rem;
  }
}
.article-block-introduction .tabarea-introduction .recruit-check .btn + .recruit-check-lead, .article-block-introduction .tabarea-introduction03 .recruit-check .btn + .recruit-check-lead, .article-block-introduction .tabarea-introduction02 .recruit-check .btn + .recruit-check-lead, .article-block-introduction .tabarea-introduction01 .recruit-check .btn + .recruit-check-lead {
  display: none;
}
.article-block-introduction .tabarea-introduction .recruit-check-lead, .article-block-introduction .tabarea-introduction03 .recruit-check-lead, .article-block-introduction .tabarea-introduction02 .recruit-check-lead, .article-block-introduction .tabarea-introduction01 .recruit-check-lead {
  margin-top: 3.3rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .recruit-check-lead, .article-block-introduction .tabarea-introduction03 .recruit-check-lead, .article-block-introduction .tabarea-introduction02 .recruit-check-lead, .article-block-introduction .tabarea-introduction01 .recruit-check-lead {
    margin-top: 2.7rem;
  }
}
.article-block-introduction .tabarea-introduction .recruit-check-lead p, .article-block-introduction .tabarea-introduction03 .recruit-check-lead p, .article-block-introduction .tabarea-introduction02 .recruit-check-lead p, .article-block-introduction .tabarea-introduction01 .recruit-check-lead p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .recruit-check-lead p, .article-block-introduction .tabarea-introduction03 .recruit-check-lead p, .article-block-introduction .tabarea-introduction02 .recruit-check-lead p, .article-block-introduction .tabarea-introduction01 .recruit-check-lead p {
    font-size: 1.4rem;
  }
}
.article-block-introduction .tabarea-introduction .recruit-check-lead p span, .article-block-introduction .tabarea-introduction03 .recruit-check-lead p span, .article-block-introduction .tabarea-introduction02 .recruit-check-lead p span, .article-block-introduction .tabarea-introduction01 .recruit-check-lead p span {
  color: #D25A00;
}
.article-block-introduction .tabarea-introduction .detail-title, .article-block-introduction .tabarea-introduction01 .detail-title, .article-block-introduction .tabarea-introduction02 .detail-title, .article-block-introduction .tabarea-introduction03 .detail-title {
  font-size: 3.2rem;
  font-weight: bold;
  color: #104FA1;
  border-bottom: 1px solid #7998C2;
  padding-bottom: 1.1rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-title, .article-block-introduction .tabarea-introduction01 .detail-title, .article-block-introduction .tabarea-introduction02 .detail-title, .article-block-introduction .tabarea-introduction03 .detail-title {
    font-size: 2rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0.9rem;
  }
}
.article-block-introduction .tabarea-introduction .detail-lead, .article-block-introduction .tabarea-introduction01 .detail-lead, .article-block-introduction .tabarea-introduction02 .detail-lead, .article-block-introduction .tabarea-introduction03 .detail-lead {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-lead, .article-block-introduction .tabarea-introduction01 .detail-lead, .article-block-introduction .tabarea-introduction02 .detail-lead, .article-block-introduction .tabarea-introduction03 .detail-lead {
    font-size: 1.6rem;
  }
}
.article-block-introduction .tabarea-introduction .detail-lead p:not(:last-of-type), .article-block-introduction .tabarea-introduction01 .detail-lead p:not(:last-of-type), .article-block-introduction .tabarea-introduction02 .detail-lead p:not(:last-of-type), .article-block-introduction .tabarea-introduction03 .detail-lead p:not(:last-of-type) {
  margin-bottom: 1.8rem;
}
.article-block-introduction .tabarea-introduction .detail-list, .article-block-introduction .tabarea-introduction01 .detail-list, .article-block-introduction .tabarea-introduction02 .detail-list, .article-block-introduction .tabarea-introduction03 .detail-list {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list, .article-block-introduction .tabarea-introduction01 .detail-list, .article-block-introduction .tabarea-introduction02 .detail-list, .article-block-introduction .tabarea-introduction03 .detail-list {
    margin-top: 3rem;
  }
}
.article-block-introduction .tabarea-introduction .detail-list__item, .article-block-introduction .tabarea-introduction01 .detail-list__item, .article-block-introduction .tabarea-introduction02 .detail-list__item, .article-block-introduction .tabarea-introduction03 .detail-list__item {
  background: #FFF8E6;
  padding: 2rem 1.6rem 1.6rem;
  border-radius: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list__item, .article-block-introduction .tabarea-introduction01 .detail-list__item, .article-block-introduction .tabarea-introduction02 .detail-list__item, .article-block-introduction .tabarea-introduction03 .detail-list__item {
    padding: 1.4rem 1.3rem;
  }
}
.article-block-introduction .tabarea-introduction .detail-list__item:not(:last-of-type), .article-block-introduction .tabarea-introduction01 .detail-list__item:not(:last-of-type), .article-block-introduction .tabarea-introduction02 .detail-list__item:not(:last-of-type), .article-block-introduction .tabarea-introduction03 .detail-list__item:not(:last-of-type) {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list__item:not(:last-of-type), .article-block-introduction .tabarea-introduction01 .detail-list__item:not(:last-of-type), .article-block-introduction .tabarea-introduction02 .detail-list__item:not(:last-of-type), .article-block-introduction .tabarea-introduction03 .detail-list__item:not(:last-of-type) {
    margin-bottom: 1.4rem;
  }
}
.article-block-introduction .tabarea-introduction .detail-list__item .box, .article-block-introduction .tabarea-introduction01 .detail-list__item .box, .article-block-introduction .tabarea-introduction02 .detail-list__item .box, .article-block-introduction .tabarea-introduction03 .detail-list__item .box {
  font-size: 1.8rem;
  line-height: 1.5;
  background: #fff;
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) {
  .article-block-introduction .tabarea-introduction .detail-list__item .box, .article-block-introduction .tabarea-introduction01 .detail-list__item .box, .article-block-introduction .tabarea-introduction02 .detail-list__item .box, .article-block-introduction .tabarea-introduction03 .detail-list__item .box {
    padding: 1.8rem;
    border: 1px solid #104FA1;
    box-shadow: 0.2rem 0.2rem 0px rgba(0, 0, 0, 0.1607843137);
  }
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list__item .box, .article-block-introduction .tabarea-introduction01 .detail-list__item .box, .article-block-introduction .tabarea-introduction02 .detail-list__item .box, .article-block-introduction .tabarea-introduction03 .detail-list__item .box {
    font-size: 1.4rem;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1607843137);
  }
}
.article-block-introduction .tabarea-introduction .detail-list__item .box-btn, .article-block-introduction .tabarea-introduction01 .detail-list__item .box-btn, .article-block-introduction .tabarea-introduction02 .detail-list__item .box-btn, .article-block-introduction .tabarea-introduction03 .detail-list__item .box-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;
  font-size: 1.8rem;
  color: #104FA1;
  font-weight: bold;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #D5E0F3;
  padding-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list__item .box-btn, .article-block-introduction .tabarea-introduction01 .detail-list__item .box-btn, .article-block-introduction .tabarea-introduction02 .detail-list__item .box-btn, .article-block-introduction .tabarea-introduction03 .detail-list__item .box-btn {
    font-size: 1.4rem;
    border: 1px solid #104FA1;
    padding: 0.9rem 1.3rem;
  }
}
.article-block-introduction .tabarea-introduction .detail-list__item .box-btn.is-active .close::after, .article-block-introduction .tabarea-introduction01 .detail-list__item .box-btn.is-active .close::after, .article-block-introduction .tabarea-introduction02 .detail-list__item .box-btn.is-active .close::after, .article-block-introduction .tabarea-introduction03 .detail-list__item .box-btn.is-active .close::after {
  transform: rotate(0deg);
}
.article-block-introduction .tabarea-introduction .detail-list__item .box-btn span.close, .article-block-introduction .tabarea-introduction01 .detail-list__item .box-btn span.close, .article-block-introduction .tabarea-introduction02 .detail-list__item .box-btn span.close, .article-block-introduction .tabarea-introduction03 .detail-list__item .box-btn span.close {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.63rem;
}
.article-block-introduction .tabarea-introduction .detail-list__item .box-btn span.close::after, .article-block-introduction .tabarea-introduction01 .detail-list__item .box-btn span.close::after, .article-block-introduction .tabarea-introduction02 .detail-list__item .box-btn span.close::after, .article-block-introduction .tabarea-introduction03 .detail-list__item .box-btn span.close::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9.143' viewBox='0 0 16 9.143'%3E%3Cpath id='arrow_b' d='M0,1.143a1.14,1.14,0,0,0,.335.808L6.384,8,.335,14.049a1.143,1.143,0,0,0,1.616,1.616L8.808,8.808a1.143,1.143,0,0,0,0-1.616L1.951.335A1.143,1.143,0,0,0,0,1.143Z' transform='translate(0 9.143) rotate(-90)' fill='%23104fa1'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.6rem;
  width: 1.6rem;
  height: 0.914rem;
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list__item .box-btn span.close::after, .article-block-introduction .tabarea-introduction01 .detail-list__item .box-btn span.close::after, .article-block-introduction .tabarea-introduction02 .detail-list__item .box-btn span.close::after, .article-block-introduction .tabarea-introduction03 .detail-list__item .box-btn span.close::after {
    background-size: 1.4rem;
    width: 1.4rem;
    height: 0.8rem;
  }
}
.article-block-introduction .tabarea-introduction .detail-list__item .box-data:not(:last-child), .article-block-introduction .tabarea-introduction01 .detail-list__item .box-data:not(:last-child), .article-block-introduction .tabarea-introduction02 .detail-list__item .box-data:not(:last-child), .article-block-introduction .tabarea-introduction03 .detail-list__item .box-data:not(:last-child) {
  margin-bottom: 1.2rem;
}
.article-block-introduction .tabarea-introduction .detail-list__item .box-data-wrap, .article-block-introduction .tabarea-introduction01 .detail-list__item .box-data-wrap, .article-block-introduction .tabarea-introduction02 .detail-list__item .box-data-wrap, .article-block-introduction .tabarea-introduction03 .detail-list__item .box-data-wrap {
  margin-top: 1.2rem;
  display: none;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list__item .box-data-wrap, .article-block-introduction .tabarea-introduction01 .detail-list__item .box-data-wrap, .article-block-introduction .tabarea-introduction02 .detail-list__item .box-data-wrap, .article-block-introduction .tabarea-introduction03 .detail-list__item .box-data-wrap {
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #104FA1;
  }
}
.article-block-introduction .tabarea-introduction .detail-list__item .box-data-wrap span, .article-block-introduction .tabarea-introduction01 .detail-list__item .box-data-wrap span, .article-block-introduction .tabarea-introduction02 .detail-list__item .box-data-wrap span, .article-block-introduction .tabarea-introduction03 .detail-list__item .box-data-wrap span {
  font-weight: normal;
}
.article-block-introduction .tabarea-introduction .detail-list__item .box-data-wrap span.ttl, .article-block-introduction .tabarea-introduction01 .detail-list__item .box-data-wrap span.ttl, .article-block-introduction .tabarea-introduction02 .detail-list__item .box-data-wrap span.ttl, .article-block-introduction .tabarea-introduction03 .detail-list__item .box-data-wrap span.ttl {
  background: #E9F1FD;
  min-width: 7.2rem;
  min-height: 2.6rem;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-right: 2rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list__item .box-data-wrap span.ttl, .article-block-introduction .tabarea-introduction01 .detail-list__item .box-data-wrap span.ttl, .article-block-introduction .tabarea-introduction02 .detail-list__item .box-data-wrap span.ttl, .article-block-introduction .tabarea-introduction03 .detail-list__item .box-data-wrap span.ttl {
    min-width: 5.8rem;
    min-height: 2rem;
    margin-right: 1.5rem;
  }
}
.article-block-introduction .tabarea-introduction .detail-list-head, .article-block-introduction .tabarea-introduction01 .detail-list-head, .article-block-introduction .tabarea-introduction02 .detail-list-head, .article-block-introduction .tabarea-introduction03 .detail-list-head {
  margin-bottom: 1.8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list-head, .article-block-introduction .tabarea-introduction01 .detail-list-head, .article-block-introduction .tabarea-introduction02 .detail-list-head, .article-block-introduction .tabarea-introduction03 .detail-list-head {
    margin-bottom: 1rem;
    gap: 0.5rem;
  }
}
.article-block-introduction .tabarea-introduction .detail-list-head.between, .article-block-introduction .tabarea-introduction01 .detail-list-head.between, .article-block-introduction .tabarea-introduction02 .detail-list-head.between, .article-block-introduction .tabarea-introduction03 .detail-list-head.between {
  justify-content: space-between;
}
.article-block-introduction .tabarea-introduction .detail-list-head.between .type, .article-block-introduction .tabarea-introduction01 .detail-list-head.between .type, .article-block-introduction .tabarea-introduction02 .detail-list-head.between .type, .article-block-introduction .tabarea-introduction03 .detail-list-head.between .type {
  flex: none;
}
@media only screen and (min-width: 768px) {
  .article-block-introduction .tabarea-introduction .detail-list-head.between .type, .article-block-introduction .tabarea-introduction01 .detail-list-head.between .type, .article-block-introduction .tabarea-introduction02 .detail-list-head.between .type, .article-block-introduction .tabarea-introduction03 .detail-list-head.between .type {
    margin-right: 6.5rem;
  }
}
.article-block-introduction .tabarea-introduction .detail-list-head.between .type-item span, .article-block-introduction .tabarea-introduction01 .detail-list-head.between .type-item span, .article-block-introduction .tabarea-introduction02 .detail-list-head.between .type-item span, .article-block-introduction .tabarea-introduction03 .detail-list-head.between .type-item span {
  gap: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list-head.between .type-item span, .article-block-introduction .tabarea-introduction01 .detail-list-head.between .type-item span, .article-block-introduction .tabarea-introduction02 .detail-list-head.between .type-item span, .article-block-introduction .tabarea-introduction03 .detail-list-head.between .type-item span {
    letter-spacing: 0;
  }
}
.article-block-introduction .tabarea-introduction .detail-list-head .ttl, .article-block-introduction .tabarea-introduction01 .detail-list-head .ttl, .article-block-introduction .tabarea-introduction02 .detail-list-head .ttl, .article-block-introduction .tabarea-introduction03 .detail-list-head .ttl {
  font-size: 3rem;
  font-weight: bold;
  border-left: 6px solid #F09400;
  line-height: 1.4;
  padding-bottom: 0.3rem;
  padding-left: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .article-block-introduction .tabarea-introduction .detail-list-head .ttl, .article-block-introduction .tabarea-introduction01 .detail-list-head .ttl, .article-block-introduction .tabarea-introduction02 .detail-list-head .ttl, .article-block-introduction .tabarea-introduction03 .detail-list-head .ttl {
    margin-left: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list-head .ttl, .article-block-introduction .tabarea-introduction01 .detail-list-head .ttl, .article-block-introduction .tabarea-introduction02 .detail-list-head .ttl, .article-block-introduction .tabarea-introduction03 .detail-list-head .ttl {
    font-size: 1.8rem;
    padding-left: 0.9rem;
    border-width: 4px;
  }
}
.article-block-introduction .tabarea-introduction .detail-list-head .type, .article-block-introduction .tabarea-introduction01 .detail-list-head .type, .article-block-introduction .tabarea-introduction02 .detail-list-head .type, .article-block-introduction .tabarea-introduction03 .detail-list-head .type {
  flex: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  /* align-items: center; */
  -webkit-box-align: start;
  align-items:flex-start;
  gap: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list-head .type, .article-block-introduction .tabarea-introduction01 .detail-list-head .type, .article-block-introduction .tabarea-introduction02 .detail-list-head .type, .article-block-introduction .tabarea-introduction03 .detail-list-head .type {
    gap: 0.7rem;
  }
}
.article-block-introduction .tabarea-introduction .detail-list-head .type-item span, .article-block-introduction .tabarea-introduction01 .detail-list-head .type-item span, .article-block-introduction .tabarea-introduction02 .detail-list-head .type-item span, .article-block-introduction .tabarea-introduction03 .detail-list-head .type-item span {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
  text-align: center;
    line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list-head .type-item span, .article-block-introduction .tabarea-introduction01 .detail-list-head .type-item span, .article-block-introduction .tabarea-introduction02 .detail-list-head .type-item span, .article-block-introduction .tabarea-introduction03 .detail-list-head .type-item span {
    flex-flow: column;
    gap: 0.2rem;
    font-size: 1rem;
  }
 .article-block-introduction .detail-list-head .type-item strong.ls-sp{
    letter-spacing: -.1em;
  }
}
.article-block-introduction .tabarea-introduction .detail-list-head .type-item span::before, .article-block-introduction .tabarea-introduction01 .detail-list-head .type-item span::before, .article-block-introduction .tabarea-introduction02 .detail-list-head .type-item span::before, .article-block-introduction .tabarea-introduction03 .detail-list-head .type-item span::before {
  content: "";
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  background: #fff;
  border-radius: 50vw;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list-head .type-item span::before, .article-block-introduction .tabarea-introduction01 .detail-list-head .type-item span::before, .article-block-introduction .tabarea-introduction02 .detail-list-head .type-item span::before, .article-block-introduction .tabarea-introduction03 .detail-list-head .type-item span::before {
    width: 3.6rem;
    height: 3.6rem;
    background-size: 3.6rem;
  }
}
.article-block-introduction .tabarea-introduction .detail-list-head .type-item.od span::before, .article-block-introduction .tabarea-introduction01 .detail-list-head .type-item.od span::before, .article-block-introduction .tabarea-introduction02 .detail-list-head .type-item.od span::before, .article-block-introduction .tabarea-introduction03 .detail-list-head .type-item.od span::before {
  background-image: url("data:image/svg+xml,%3Csvg id='ic-ondemand' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='56' height='56' viewBox='0 0 56 56'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_103' data-name='長方形 103' width='35.593' height='30.143' fill='%23104fa1'/%3E%3C/clipPath%3E%3C/defs%3E%3Ccircle id='bg' cx='28' cy='28' r='28' fill='%23fff'/%3E%3Cg id='ic_monitor' transform='translate(10.04 14.822)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_331' data-name='パス 331' d='M33.228,0H2.365A2.364,2.364,0,0,0,0,2.365V22.106A2.365,2.365,0,0,0,2.365,24.47H15.294V25a2.365,2.365,0,0,1-2.365,2.365H9.454v2.781H26.139V27.362H22.664A2.364,2.364,0,0,1,20.3,25V24.47H33.228a2.364,2.364,0,0,0,2.365-2.365V2.365A2.364,2.364,0,0,0,33.228,0m-.972,19.233a.789.789,0,0,1-.789.789H4.125a.789.789,0,0,1-.789-.789V4.125a.789.789,0,0,1,.789-.789H31.468a.789.789,0,0,1,.789.789V19.233Z' transform='translate(0 0)' fill='%23104fa1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.article-block-introduction .tabarea-introduction .detail-list-head .type-item.tm span::before, .article-block-introduction .tabarea-introduction01 .detail-list-head .type-item.tm span::before, .article-block-introduction .tabarea-introduction02 .detail-list-head .type-item.tm span::before, .article-block-introduction .tabarea-introduction03 .detail-list-head .type-item.tm span::before {
  background-image: url("data:image/svg+xml,%3Csvg id='演習' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='56' height='56' viewBox='0 0 56 56'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_354' data-name='長方形 354' width='32' height='36' fill='%23104fa1'/%3E%3C/clipPath%3E%3C/defs%3E%3Ccircle id='bg' cx='28' cy='28' r='28' fill='%23fff'/%3E%3Cg id='ic_ftf' transform='translate(12 9)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_10245' data-name='パス 10245' d='M13.5,36,9.506,27.593a6.288,6.288,0,0,0,3.249-3.12l-5.089-.627,5.272-4a6.4,6.4,0,0,0-7.1-4A6.118,6.118,0,0,0,4.068,27.437L0,36Z' fill='%23104fa1'/%3E%3Cpath id='パス_10246' data-name='パス 10246' d='M32,36l-4.068-8.563a6.118,6.118,0,0,0-1.768-11.593,6.4,6.4,0,0,0-7.1,4l5.272,4-5.089.627a6.288,6.288,0,0,0,3.249,3.12L18.5,36Z' fill='%23104fa1'/%3E%3Cpath id='パス_10247' data-name='パス 10247' d='M16,0C10.408,0,5.875,3.022,5.875,6.75A5.892,5.892,0,0,0,8.84,11.523a12.466,12.466,0,0,0,5.538,1.868L16,16.2l1.622-2.809c4.816-.52,8.5-3.283,8.5-6.641C26.125,3.022,21.592,0,16,0M11.5,8.122A1.125,1.125,0,1,1,12.625,7,1.125,1.125,0,0,1,11.5,8.122m4.5,0A1.125,1.125,0,1,1,17.125,7,1.125,1.125,0,0,1,16,8.122m4.5,0A1.125,1.125,0,1,1,21.625,7,1.125,1.125,0,0,1,20.5,8.122' fill='%23104fa1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.article-block-introduction .tabarea-introduction .detail-list .inr-lead p, .article-block-introduction .tabarea-introduction01 .detail-list .inr-lead p, .article-block-introduction .tabarea-introduction02 .detail-list .inr-lead p, .article-block-introduction .tabarea-introduction03 .detail-list .inr-lead p {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list .inr-lead p, .article-block-introduction .tabarea-introduction01 .detail-list .inr-lead p, .article-block-introduction .tabarea-introduction02 .detail-list .inr-lead p, .article-block-introduction .tabarea-introduction03 .detail-list .inr-lead p {
    font-size: 1.4rem;
  }
}
.article-block-introduction .tabarea-introduction .detail-list-body, .article-block-introduction .tabarea-introduction01 .detail-list-body, .article-block-introduction .tabarea-introduction02 .detail-list-body, .article-block-introduction .tabarea-introduction03 .detail-list-body {
  margin-top: 1.5rem;
}
.article-block-introduction .tabarea-introduction .detail-list-body dl, .article-block-introduction .tabarea-introduction01 .detail-list-body dl, .article-block-introduction .tabarea-introduction02 .detail-list-body dl, .article-block-introduction .tabarea-introduction03 .detail-list-body dl {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
.article-block-introduction .tabarea-introduction .detail-list-body dl::before, .article-block-introduction .tabarea-introduction01 .detail-list-body dl::before, .article-block-introduction .tabarea-introduction02 .detail-list-body dl::before, .article-block-introduction .tabarea-introduction03 .detail-list-body dl::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: #F09402;
  border-radius: 50vw;
  position: relative;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list-body dl::before, .article-block-introduction .tabarea-introduction01 .detail-list-body dl::before, .article-block-introduction .tabarea-introduction02 .detail-list-body dl::before, .article-block-introduction .tabarea-introduction03 .detail-list-body dl::before {
    width: 1.3rem;
    height: 1.3rem;
    top: 0.2rem;
    margin-right: 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list-body dl, .article-block-introduction .tabarea-introduction01 .detail-list-body dl, .article-block-introduction .tabarea-introduction02 .detail-list-body dl, .article-block-introduction .tabarea-introduction03 .detail-list-body dl {
    font-size: 1.4rem;
  }
}
.article-block-introduction .tabarea-introduction .detail-list-body dl dt, .article-block-introduction .tabarea-introduction01 .detail-list-body dl dt, .article-block-introduction .tabarea-introduction02 .detail-list-body dl dt, .article-block-introduction .tabarea-introduction03 .detail-list-body dl dt {
  font-weight: 500;
  display: inline;
}
.article-block-introduction .tabarea-introduction .detail-list-body dl dd, .article-block-introduction .tabarea-introduction01 .detail-list-body dl dd, .article-block-introduction .tabarea-introduction02 .detail-list-body dl dd, .article-block-introduction .tabarea-introduction03 .detail-list-body dl dd {
  display: inline;
}
.article-block-introduction .tabarea-introduction .detail-list-body dl dd::before, .article-block-introduction .tabarea-introduction01 .detail-list-body dl dd::before, .article-block-introduction .tabarea-introduction02 .detail-list-body dl dd::before, .article-block-introduction .tabarea-introduction03 .detail-list-body dl dd::before {
  content: "：";
  display: inline;
}
.article-block-introduction .tabarea-introduction .detail-list-white, .article-block-introduction .tabarea-introduction01 .detail-list-white, .article-block-introduction .tabarea-introduction02 .detail-list-white, .article-block-introduction .tabarea-introduction03 .detail-list-white {
  padding: 2rem 1.8rem 1.8rem;
  background: #fff;
  border-radius: 0.2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list-white, .article-block-introduction .tabarea-introduction01 .detail-list-white, .article-block-introduction .tabarea-introduction02 .detail-list-white, .article-block-introduction .tabarea-introduction03 .detail-list-white {
    padding: 1.4rem;
  }
}
.article-block-introduction .tabarea-introduction .detail-list-white .title, .article-block-introduction .tabarea-introduction01 .detail-list-white .title, .article-block-introduction .tabarea-introduction02 .detail-list-white .title, .article-block-introduction .tabarea-introduction03 .detail-list-white .title {
  padding-left: 0.9rem;
  border-left: 3px solid #F09402;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list-white .title, .article-block-introduction .tabarea-introduction01 .detail-list-white .title, .article-block-introduction .tabarea-introduction02 .detail-list-white .title, .article-block-introduction .tabarea-introduction03 .detail-list-white .title {
    font-size: 1.4rem;
    padding-left: 0.7rem;
  }
}
.article-block-introduction .tabarea-introduction .detail-list-white .lead, .article-block-introduction .tabarea-introduction01 .detail-list-white .lead, .article-block-introduction .tabarea-introduction02 .detail-list-white .lead, .article-block-introduction .tabarea-introduction03 .detail-list-white .lead {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list-white .lead, .article-block-introduction .tabarea-introduction01 .detail-list-white .lead, .article-block-introduction .tabarea-introduction02 .detail-list-white .lead, .article-block-introduction .tabarea-introduction03 .detail-list-white .lead {
    font-size: 1.4rem;
  }
}
.article-block-introduction .tabarea-introduction .detail-list-white .lead dl, .article-block-introduction .tabarea-introduction01 .detail-list-white .lead dl, .article-block-introduction .tabarea-introduction02 .detail-list-white .lead dl, .article-block-introduction .tabarea-introduction03 .detail-list-white .lead dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.article-block-introduction .tabarea-introduction .detail-list-white .lead dl dt::before, .article-block-introduction .tabarea-introduction01 .detail-list-white .lead dl dt::before, .article-block-introduction .tabarea-introduction02 .detail-list-white .lead dl dt::before, .article-block-introduction .tabarea-introduction03 .detail-list-white .lead dl dt::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: #F09402;
  border-radius: 50vw;
  position: relative;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list-white .lead dl dt::before, .article-block-introduction .tabarea-introduction01 .detail-list-white .lead dl dt::before, .article-block-introduction .tabarea-introduction02 .detail-list-white .lead dl dt::before, .article-block-introduction .tabarea-introduction03 .detail-list-white .lead dl dt::before {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.article-block-introduction .tabarea-introduction .detail-list-white .lead dl dt::after, .article-block-introduction .tabarea-introduction01 .detail-list-white .lead dl dt::after, .article-block-introduction .tabarea-introduction02 .detail-list-white .lead dl dt::after, .article-block-introduction .tabarea-introduction03 .detail-list-white .lead dl dt::after {
  content: "：";
}
.article-block-introduction .tabarea-introduction .detail-list-white .lead dl dd, .article-block-introduction .tabarea-introduction01 .detail-list-white .lead dl dd, .article-block-introduction .tabarea-introduction02 .detail-list-white .lead dl dd, .article-block-introduction .tabarea-introduction03 .detail-list-white .lead dl dd {
  line-height: 1.5;
  font-weight: normal;
}
.article-block-introduction .tabarea-introduction .detail-list-white-inner + .detail-list-white-inner, .article-block-introduction .tabarea-introduction01 .detail-list-white-inner + .detail-list-white-inner, .article-block-introduction .tabarea-introduction02 .detail-list-white-inner + .detail-list-white-inner, .article-block-introduction .tabarea-introduction03 .detail-list-white-inner + .detail-list-white-inner {
  margin-top: 2.7rem;
}
.article-block-introduction .tabarea-introduction .detail-list-note, .article-block-introduction .tabarea-introduction01 .detail-list-note, .article-block-introduction .tabarea-introduction02 .detail-list-note, .article-block-introduction .tabarea-introduction03 .detail-list-note {
  font-size: 1.8rem;
  margin-top: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list-note, .article-block-introduction .tabarea-introduction01 .detail-list-note, .article-block-introduction .tabarea-introduction02 .detail-list-note, .article-block-introduction .tabarea-introduction03 .detail-list-note {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
.article-block-introduction .tabarea-introduction .detail-list-note .color-red, .article-block-introduction .tabarea-introduction01 .detail-list-note .color-red, .article-block-introduction .tabarea-introduction02 .detail-list-note .color-red, .article-block-introduction .tabarea-introduction03 .detail-list-note .color-red {
  color: #DB0000;
  font-weight: 400;
}
.article-block-introduction .tabarea-introduction .detail-list-note .note-item, .article-block-introduction .tabarea-introduction01 .detail-list-note .note-item, .article-block-introduction .tabarea-introduction02 .detail-list-note .note-item, .article-block-introduction .tabarea-introduction03 .detail-list-note .note-item {
  margin-top: 0.2rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list-note .note-item, .article-block-introduction .tabarea-introduction01 .detail-list-note .note-item, .article-block-introduction .tabarea-introduction02 .detail-list-note .note-item, .article-block-introduction .tabarea-introduction03 .detail-list-note .note-item {
    position: relative;
    margin-top: 0.5rem;
    padding-left: 8.6rem;
  }
}
.article-block-introduction .tabarea-introduction .detail-list-note .note-item span.ttl, .article-block-introduction .tabarea-introduction01 .detail-list-note .note-item span.ttl, .article-block-introduction .tabarea-introduction02 .detail-list-note .note-item span.ttl, .article-block-introduction .tabarea-introduction03 .detail-list-note .note-item span.ttl {
  width: 10.7rem;
  height: 2.7rem;
  background: #fff;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .tabarea-introduction .detail-list-note .note-item span.ttl, .article-block-introduction .tabarea-introduction01 .detail-list-note .note-item span.ttl, .article-block-introduction .tabarea-introduction02 .detail-list-note .note-item span.ttl, .article-block-introduction .tabarea-introduction03 .detail-list-note .note-item span.ttl {
    width: 7.8rem;
    height: 2.1rem;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.article-block-introduction .area-introduction-top {
  border-radius: 0.2rem;
  background: #F5F9FF;
  border: 1px solid #104FA1;
  padding: 4.2rem 3.2rem 3.2rem;
  position: relative;
  margin-top: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .area-introduction-top {
    margin-top: 4.4rem;
    padding: 3.1rem 1.5rem 1.3rem;
  }
}
.article-block-introduction .area-introduction-top .title {
  max-width: 40rem;
  width: 100%;
  min-height: 4.8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #104FA1;
  font-size: 1.8rem;
  border-radius: 50vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .area-introduction-top .title {
    max-width: 20rem;
    min-height: 3.6rem;
    font-size: 1.6rem;
  }
}
.article-block-introduction .area-introduction-top .lead {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .area-introduction-top .lead {
    font-size: 1.4rem;
  }
}
.article-block-introduction .area-introduction-bottom {
  box-shadow: 1.6rem 1.6rem 0 #DAE7FD;
  padding: 4rem;
  border-radius: 2.4rem;
  border: 1px solid #104FA1;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .area-introduction-bottom {
    margin-top: 2.3rem;
    border-radius: 1.2rem;
    padding: 1.8rem 1.4rem;
  }
}
.article-block-introduction .area-introduction-bottom .head {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .area-introduction-bottom .head {
    margin-bottom: 2rem;
  }
}
.article-block-introduction .area-introduction-bottom .head dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .area-introduction-bottom .head dl {
    flex-flow: column;
    align-items: flex-start;
    gap: 0;
  }
}
.article-block-introduction .area-introduction-bottom .head dl:not(:last-of-type) {
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .area-introduction-bottom .head dl:not(:last-of-type) {
    margin-bottom: 2.1rem;
  }
}
.article-block-introduction .area-introduction-bottom .head dl dt {
  background: #E5EEFD;
  font-weight: bold;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .article-block-introduction .area-introduction-bottom .head dl dt {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    min-height: 4.1rem;
    min-width: 15.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .area-introduction-bottom .head dl dt {
    min-height: 3.2rem;
    min-width: 9rem;
    font-size: 1.6rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 0.6rem;
    width: 100%;
    text-align: center;
  }
}
.article-block-introduction .area-introduction-bottom .head dl dd {
  flex: 1;
  line-height: 1.5;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .area-introduction-bottom .head dl dd {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .area-introduction-bottom .detail-title {
    margin-top: 2rem;
  }
}
.article-block-introduction .area-introduction-bottom .detail-title .title {
  text-align: center;
}
.article-block-introduction .area-introduction-bottom .detail-title .title span {
  border-radius: 0.2rem;
  background: #E5EEFD;
  font-size: 2rem;
  max-width: 35.6rem;
  width: 100%;
  min-height: 4.1rem;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .area-introduction-bottom .detail-title .title span {
    min-height: 3.2rem;
    min-width: 9rem;
    font-size: 1.6rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 0.3rem;
    width: 100%;
    text-align: center;
  }
}
.article-block-introduction .area-introduction-bottom .detail-title .small {
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .area-introduction-bottom .detail-title .small {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.article-block-introduction .area-introduction-bottom .detail-table {
  margin-top: 1rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .area-introduction-bottom .detail-table {
    margin-top: 2.2rem;
    font-size: 1rem;
  }
}
.article-block-introduction .area-introduction-bottom .detail-table table {
  background: #6E7172;
  border-spacing: 1px;
  width: 100%;
  line-height: 1.5;
}
.article-block-introduction .area-introduction-bottom .detail-table table colgroup .col1 {
  /* width: 8.94%; */
  width:13%
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .area-introduction-bottom .detail-table table colgroup .col1 {
    /* width: 14.74%; */
    width: 17.87%;
  }
}
.article-block-introduction .area-introduction-bottom .detail-table table colgroup .col2 {
  /* width: 33.63%; */
  width: 33%;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .area-introduction-bottom .detail-table table colgroup .col2 {
    /* width: 38.13%; */
    width: 35%;
  }
}
.article-block-introduction .area-introduction-bottom .detail-table table colgroup .col4 {
  width: 13.41%;
}
.article-block-introduction .area-introduction-bottom .detail-table table th, .article-block-introduction .area-introduction-bottom .detail-table table td {
  padding: 0.8rem 0.9rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .area-introduction-bottom .detail-table table th, .article-block-introduction .area-introduction-bottom .detail-table table td {
    padding: 0.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-block-introduction .area-introduction-bottom .detail-table table thead {
    text-align: left;
  }
}
.article-block-introduction .area-introduction-bottom .detail-table table thead tr:nth-of-type(1) {
  background: #FFBD15;
}
.article-block-introduction .area-introduction-bottom .detail-table table thead tr:nth-of-type(2) {
  background: #FFE195;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .area-introduction-bottom .detail-table table thead tr th {
    line-height: 1.2;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
}
.article-block-introduction .area-introduction-bottom .detail-table table tbody tr:nth-of-type(even) td {
  background: #FFF8E6;
}
.article-block-introduction .area-introduction-bottom .detail-table table tbody td:nth-of-type(1) {
  font-size:1.2em;
  font-weight: 700;
}
.article-block-introduction .area-introduction-bottom .detail-table table tbody tr td {
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .area-introduction-bottom .detail-table table tbody tr td {
    line-height: 1.4;
  }
}
.article-block-introduction .area-introduction-bottom .detail-table table tbody tr td .btn--line {
  text-align: center;
}
.article-block-introduction .area-introduction-bottom .detail-table table tbody tr td .btn--line a {
  min-width: 11.2rem;
  min-height: 3.2rem;
  padding-left: 1rem;
  padding-right: 3rem;
  line-height: 1;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1215686275);
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .area-introduction-bottom .detail-table table tbody tr td .btn--line a {
    border-radius: 0.8rem;
    font-size: 1.2rem;
    min-width: 5.4rem;
    min-height: 2.8rem;
    padding-left: 0.8rem;
    padding-right: 2rem;
  }
}
.article-block-introduction .area-introduction-bottom .detail-table table tbody tr td .btn--line a::before, .article-block-introduction .area-introduction-bottom .detail-table table tbody tr td .btn--line a::after {
  background-size: 1.2rem;
  width: 1.2rem;
  height: 1.6rem;
  right: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .article-block-introduction .area-introduction-bottom .detail-table table tbody tr td .btn--line a::before, .article-block-introduction .area-introduction-bottom .detail-table table tbody tr td .btn--line a::after {
    right: 0.7rem;
    background-size: 0.9rem;
    width: 0.9rem;
    height: 1.2rem;
  }
}

.article-block-flow {
  background: #EBF3FF;
  padding-top: 4rem;
  padding-bottom: 6rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .article-block-flow {
    padding-top: 0.9rem;
    padding-bottom: 4.6rem;
  }
}
.article-block-flow::before {
  content: "";
  display: block;
  width: 32rem;
  height: 32rem;
  background: #EBF3FF;
  position: absolute;
  top: -6rem;
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 50vw;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .article-block-flow::before {
    width: 16rem;
    height: 16rem;
    top: -3.2rem;
  }
}
.article-block-flow .c-title span {
  background: #EBF3FF;
}
.article-block-flow .trainingflow-list {
  margin-top: 4.4rem;
}
@media only screen and (max-width: 767px) {
  .article-block-flow .trainingflow-list {
    margin-top: 7.6rem;
  }
}
.article-block-flow .trainingflow-list__item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .article-block-flow .trainingflow-list__item {
    margin-left: 7.5rem;
  }
}
.article-block-flow .trainingflow-list__item:not(:last-of-type) {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .article-block-flow .trainingflow-list__item:not(:last-of-type) {
    margin-bottom: 10.9rem;
  }
}
.article-block-flow .trainingflow-list__item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 6.4rem;
  height: 3.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='32' viewBox='0 0 64 32'%3E%3Cg id='矢印' transform='translate(-258.941 -17.941)'%3E%3Cpath id='多角形_1' data-name='多角形 1' d='M30.586,1.414a2,2,0,0,1,2.828,0L60.586,28.586A2,2,0,0,1,59.172,32H4.828a2,2,0,0,1-1.414-3.414Z' transform='translate(322.941 49.941) rotate(180)' fill='%23104fa1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  bottom: -1.6rem;
  transform: translate(-50%, 100%);
}
@media only screen and (min-width: 768px) {
  .article-block-flow .trainingflow-list__item:not(:last-of-type)::after {
    left: calc(50% - 4.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .article-block-flow .trainingflow-list__item:not(:last-of-type)::after {
    left: 50%;
  }
}
.article-block-flow .trainingflow-list__item .inner {
  border-radius: 2.5rem;
  border: 1px solid #104FA1;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 2rem 3.6rem 2rem 8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
  box-shadow: 8px 8px 0px rgba(16, 79, 161, 0.1607843137);
}
@media only screen and (max-width: 767px) {
  .article-block-flow .trainingflow-list__item .inner {
    border-radius: 1.2rem;
    flex-flow: column;
    padding: 5.2rem 1.3rem 1.3rem 1.3rem;
    gap: 0.3rem;
  }
}
.article-block-flow .trainingflow-list__item::before {
  content: "";
  display: block;
  width: 15rem;
  height: 15rem;
  border: 1px solid #104FA1;
  background: #fff;
  border-radius: 50vw;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .article-block-flow .trainingflow-list__item::before {
    width: 9.8rem;
    height: 9.8rem;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.article-block-flow .trainingflow-list__item .step {
  display: block;
  width: calc(15rem - 2px);
  height: calc(15rem - 2px);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 13rem;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translate(-50%, -50%);
  border-radius: 50vw;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .article-block-flow .trainingflow-list__item .step {
    width: calc(9.8rem - 2px);
    height: calc(9.8rem - 2px);
    background-size: 8.2rem;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.article-block-flow .trainingflow-list__item .step.step01 {
  background-image: url("../img/common/icon-step01.svg");
}
.article-block-flow .trainingflow-list__item .step.step02 {
  background-image: url("../img/common/icon-step02.svg");
}
.article-block-flow .trainingflow-list__item .step.step03 {
  background-image: url("../img/common/icon-step03.svg");
}
.article-block-flow .trainingflow-list__item .step.step04 {
  background-image: url("../img/common/icon-step04.svg");
}
.article-block-flow .trainingflow-list__item .step.step05 {
  background-image: url("../img/common/icon-step05.svg");
}
.article-block-flow .trainingflow-list__item .step.step06 {
  background-image: url("../img/common/icon-step06.svg");
}
.article-block-flow .trainingflow-list__item .step.step07 {
  background-image: url("../img/common/icon-step07.svg");
}
.article-block-flow .trainingflow-list__item .img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .article-block-flow .trainingflow-list__item .img img {
    max-width: 18.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-flow .trainingflow-list__item .img img {
    height: 16rem;
  }
}
.article-block-flow .trainingflow-list__item .text {
  flex: 1;

  width:100%;
}
.article-block-flow .trainingflow-list__item .text-head {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
  border-bottom: 1px solid #7998C2;
  padding-bottom: 1.3rem;
  margin-bottom: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .article-block-flow .trainingflow-list__item .text-head {
    padding-bottom: 0.4rem;
    margin-bottom: 0.9rem;
    gap: 1.6rem;
  }
}
.article-block-flow .trainingflow-list__item .text-head .title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .article-block-flow .trainingflow-list__item .text-head .title {
    font-size: 1.6rem;
  }
}
.article-block-flow .trainingflow-list__item .text-head .type {
  
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .article-block-flow .trainingflow-list__item .text-head .type {
    gap: 0.7rem;
  }
}
.article-block-flow .trainingflow-list__item .text-head .type-item span {
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .article-block-flow .trainingflow-list__item .text-head .type-item span {
    flex-flow: column;
    gap: 0.2rem;
    font-size: 1rem;
    text-align: center;
    line-height: 1.2;
  }
  .article-block-flow .trainingflow-list__item .text-head .type-item strong.ls-sp{
    letter-spacing: -.1em;
  }
}
.article-block-flow .trainingflow-list__item .text-head .type-item span::before {
  content: "";
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  background: #fff;
  border-radius: 50vw;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 5.6rem;
  border: 1px solid #104FA1;
}
@media only screen and (max-width: 767px) {
  .article-block-flow .trainingflow-list__item .text-head .type-item span::before {
    width: 3.6rem;
    height: 3.6rem;
    background-size: 3.6rem;
  }
}
.article-block-flow .trainingflow-list__item .text-head .type-item.od span::before {
  background-image: url("data:image/svg+xml,%3Csvg id='ic-ondemand' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='56' height='56' viewBox='0 0 56 56'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_103' data-name='長方形 103' width='35.593' height='30.143' fill='%23104fa1'/%3E%3C/clipPath%3E%3C/defs%3E%3Ccircle id='bg' cx='28' cy='28' r='28' fill='%23fff'/%3E%3Cg id='ic_monitor' transform='translate(10.04 14.822)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_331' data-name='パス 331' d='M33.228,0H2.365A2.364,2.364,0,0,0,0,2.365V22.106A2.365,2.365,0,0,0,2.365,24.47H15.294V25a2.365,2.365,0,0,1-2.365,2.365H9.454v2.781H26.139V27.362H22.664A2.364,2.364,0,0,1,20.3,25V24.47H33.228a2.364,2.364,0,0,0,2.365-2.365V2.365A2.364,2.364,0,0,0,33.228,0m-.972,19.233a.789.789,0,0,1-.789.789H4.125a.789.789,0,0,1-.789-.789V4.125a.789.789,0,0,1,.789-.789H31.468a.789.789,0,0,1,.789.789V19.233Z' transform='translate(0 0)' fill='%23104fa1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.article-block-flow .trainingflow-list__item .text-head .type-item.tm span::before {
  background-image: url("data:image/svg+xml,%3Csvg id='演習' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='56' height='56' viewBox='0 0 56 56'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_354' data-name='長方形 354' width='32' height='36' fill='%23104fa1'/%3E%3C/clipPath%3E%3C/defs%3E%3Ccircle id='bg' cx='28' cy='28' r='28' fill='%23fff'/%3E%3Cg id='ic_ftf' transform='translate(12 9)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_10245' data-name='パス 10245' d='M13.5,36,9.506,27.593a6.288,6.288,0,0,0,3.249-3.12l-5.089-.627,5.272-4a6.4,6.4,0,0,0-7.1-4A6.118,6.118,0,0,0,4.068,27.437L0,36Z' fill='%23104fa1'/%3E%3Cpath id='パス_10246' data-name='パス 10246' d='M32,36l-4.068-8.563a6.118,6.118,0,0,0-1.768-11.593,6.4,6.4,0,0,0-7.1,4l5.272,4-5.089.627a6.288,6.288,0,0,0,3.249,3.12L18.5,36Z' fill='%23104fa1'/%3E%3Cpath id='パス_10247' data-name='パス 10247' d='M16,0C10.408,0,5.875,3.022,5.875,6.75A5.892,5.892,0,0,0,8.84,11.523a12.466,12.466,0,0,0,5.538,1.868L16,16.2l1.622-2.809c4.816-.52,8.5-3.283,8.5-6.641C26.125,3.022,21.592,0,16,0M11.5,8.122A1.125,1.125,0,1,1,12.625,7,1.125,1.125,0,0,1,11.5,8.122m4.5,0A1.125,1.125,0,1,1,17.125,7,1.125,1.125,0,0,1,16,8.122m4.5,0A1.125,1.125,0,1,1,21.625,7,1.125,1.125,0,0,1,20.5,8.122' fill='%23104fa1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.article-block-flow .trainingflow-list__item .text-head .type-item.online span::before {
  background-image: url("data:image/svg+xml,%3Csvg id='ic-online' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='56' height='56' viewBox='0 0 56 56'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_194' data-name='長方形 194' width='36.129' height='25.902' fill='%23104fa1'/%3E%3C/clipPath%3E%3C/defs%3E%3Ccircle id='bg' cx='28' cy='28' r='28' transform='translate(0 0)' fill='%23fff'/%3E%3Cg id='ic-chat' transform='translate(10.04 15.049)'%3E%3Cg id='グループ_81' data-name='グループ 81' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_800' data-name='パス 800' d='M20.468,10.114a2.933,2.933,0,1,0-1.707,0A4.525,4.525,0,0,0,16.015,14.1v2.007h7.2V14.1a4.525,4.525,0,0,0-2.746-3.986' transform='translate(-1.55 -0.424)' fill='%23104fa1'/%3E%3Cpath id='パス_801' data-name='パス 801' d='M36.009,22.55l-3.218-4.044V1.49A1.489,1.489,0,0,0,31.3,0H4.835A1.489,1.489,0,0,0,3.346,1.49V18.506L.127,22.55A.586.586,0,0,0,0,22.924v1.793A1.184,1.184,0,0,0,1.186,25.9H34.943a1.184,1.184,0,0,0,1.186-1.186V22.924A.6.6,0,0,0,36,22.55ZM5.448,2.1H30.68V16.4H5.448ZM21.462,24.491h-6.79v-1.8h6.79Z' transform='translate(0 -0.001)' fill='%23104fa1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.article-block-flow .trainingflow-list__item .text-body p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .article-block-flow .trainingflow-list__item .text-body p {
    font-size: 1.4rem;
  }
}
.article-block-flow .trainingflow-list__item .text-body p a {
  color: #104FA1;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .article-block-flow .trainingflow-list__item .text-body p a:hover {
    text-decoration: none;
  }
}

.article-archive .innerlink {
  margin-bottom: 9.2rem;
}
@media only screen and (max-width: 767px) {
  .article-archive .innerlink {
    margin-bottom: 5.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-archive .innerlink-title .top {
    font-size: 1.6rem;
  }
}
.article-archive .article-block-archive:not(:last-of-type) {
  margin-bottom: 10.9rem;
}
@media only screen and (max-width: 767px) {
  .article-archive .article-block-archive:not(:last-of-type) {
    margin-bottom: 6.9rem;
  }
}
.article-archive .archive-detail {
  box-shadow: 1.6rem 1.6rem 0 #dae7fd;
  padding: 5rem 4.7rem;
  border-radius: 2.4rem;
  border: 1px solid #104fa1;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .article-archive .archive-detail {
    margin-top: 2.3rem;
    border-radius: 1.2rem;
    padding: 1.8rem 1.4rem;
  }
}
.article-archive .archive-detail .detail-table {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .article-archive .archive-detail .detail-table {
    font-size: 1rem;
  }
}
.article-archive .archive-detail .detail-table table {
  background: #6e7172;
  border-spacing: 1px;
  width: 100%;
  line-height: 1.4;
}
.article-archive .archive-detail .detail-table table colgroup .col1 {
  width: 16.44%;
}
@media only screen and (max-width: 767px) {
  .article-archive .archive-detail .detail-table table colgroup .col1 {
    width: 20.3%;
  }
}
@media only screen and (max-width: 767px) {
  .article-archive .archive-detail .detail-table table colgroup .col1.wide {
    width: 16.5%;
  }
}
.article-archive .archive-detail .detail-table table colgroup .col2 {
  width: 11.53%;
}
@media only screen and (max-width: 767px) {
  .article-archive .archive-detail .detail-table table colgroup .col2 {
    width: 19.8%;
  }
}
.article-archive .archive-detail .detail-table table colgroup .col2.wide {
  width: 20.2%;
}
@media only screen and (max-width: 767px) {
  .article-archive .archive-detail .detail-table table colgroup .col2.wide {
    width: 22%;
  }
}
.article-archive .archive-detail .detail-table table colgroup .col4 {
  width: 13%;
}
@media only screen and (max-width: 767px) {
  .article-archive .archive-detail .detail-table table colgroup .col4 {
    width: 19.6%;
  }
}
.article-archive .archive-detail .detail-table table th,
.article-archive .archive-detail .detail-table table td {
  padding: 0.8rem 0.9rem;
}
@media only screen and (max-width: 767px) {
  .article-archive .archive-detail .detail-table table th,
  .article-archive .archive-detail .detail-table table td {
    padding: 0.3rem 0.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-archive .archive-detail .detail-table table thead {
    text-align: left;
  }
}
.article-archive .archive-detail .detail-table table thead tr {
  background: #ffe195;
}
@media only screen and (max-width: 767px) {
  .article-archive .archive-detail .detail-table table thead tr th {
    line-height: 1.2;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
}
.article-archive .archive-detail .detail-table table tbody tr.bg td {
  background: #fff8e6;
}
.article-archive .archive-detail .detail-table table tbody tr.bg td:not([rowspan]) {
  position: relative;
}
.article-archive .archive-detail .detail-table table tbody tr.bg td:not([rowspan])::after {
  background: #A89C75;
}
.article-archive .archive-detail .detail-table table tbody tr.last td::after {
  background: #6e7172 !important;
}
.article-archive .archive-detail .detail-table table tbody tr td {
  background: #fff;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .article-archive .archive-detail .detail-table table tbody tr td {
    line-height: 1.4;
  }
}
.article-archive .archive-detail .detail-table table tbody tr td:not([rowspan]) {
  position: relative;
}
.article-archive .archive-detail .detail-table table tbody tr td:not([rowspan])::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #A5AEB1;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(1px);
}
.article-archive .archive-detail .detail-table table tbody tr td:first-of-type[rowspan] {
  vertical-align: top;
}
.article-archive .archive-detail .detail-table table tbody tr td .btn--line {
  text-align: center;
}
.article-archive .archive-detail .detail-table table tbody tr td .btn--line a {
  min-width: 11.2rem;
  min-height: 3.2rem;
  padding-left: 1rem;
  padding-right: 3rem;
  line-height: 1;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1215686275);
}
@media only screen and (max-width: 767px) {
  .article-archive .archive-detail .detail-table table tbody tr td .btn--line a {
    border-radius: 0.8rem;
    font-size: 1.2rem;
    min-width: 5.4rem;
    min-height: 2.8rem;
    padding-left: 0.8rem;
    padding-right: 2rem;
  }
}
.article-archive .archive-detail .detail-table table tbody tr td .btn--line a::before, .article-archive .archive-detail .detail-table table tbody tr td .btn--line a::after {
  background-size: 1.2rem;
  width: 1.2rem;
  height: 1.6rem;
  right: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .article-archive .archive-detail .detail-table table tbody tr td .btn--line a::before, .article-archive .archive-detail .detail-table table tbody tr td .btn--line a::after {
    right: 0.7rem;
    background-size: 0.9rem;
    width: 0.9rem;
    height: 1.2rem;
  }
}
.article-archive .archive-detail .detail-table table + .btn--line {
  text-align: center;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .article-archive .archive-detail .detail-table table + .btn--line {
    margin-top: 1.3rem;
  }
}
.article-archive .archive-detail .detail-table table + .btn--line a {
  min-height: 4.8rem;
  min-width: 27rem;
  padding-left: 0.8rem;
  padding-right: 3rem;
}
@media only screen and (max-width: 767px) {
  .article-archive .archive-detail .detail-table table + .btn--line a {
    font-size: 1.4rem;
    min-width: 21rem;
    min-height: 4rem;
  }
}
.article-archive .archive-detail .detail-table table + .btn--line a::before, .article-archive .archive-detail .detail-table table + .btn--line a::after {
  background-size: 1.3rem;
  width: 1.8rem;
  height: 1.8rem;
  right: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .article-archive .archive-detail .detail-table table + .btn--line a::before, .article-archive .archive-detail .detail-table table + .btn--line a::after {
    right: 2.5rem;
    background-size: 1.2rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.page--e-learning .article-block-learn {
  padding-bottom: 16rem;
}
@media only screen and (max-width: 767px) {
  .page--e-learning .article-block-learn {
    padding-bottom: 9rem;
  }
}
@media only screen and (min-width: 768px) {
  .page--e-learning .article-block-learn .learn-detail .detail-data table th {
    width: 33.3%;
  }
}
.page--e-learning .article-block-learn .learn-detail-bottom p {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .page--e-learning .article-block-learn .learn-detail-bottom p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.page--e-learning .article-block-learn .learn-detail-bottom p:not(:last-of-type) {
  margin-bottom: 3.32rem;
}
@media only screen and (max-width: 767px) {
  .page--e-learning .article-block-learn .learn-detail-bottom p:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.page--e-learning .article-block-learn .learn-detail-bottom p strong {
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .page--e-learning .article-block-learn .learn-detail-bottom p strong {
    font-size: 1.6rem;
  }
}
.page--e-learning .article-block-learn .learn-detail .detail-data .small {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .page--e-learning .article-block-learn .learn-detail .detail-data .small {
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .page--e-learning .article-block-learn .learn-detail .detail-data .small {
    font-size: 1.4rem;
  }
}

/* .section-headline--e-learning-top {
  padding-top: 3.2rem;
} */
@media only screen and (max-width: 767px) {
  .section-headline--e-learning-top {
    padding-top: 1.4rem;
  }
}
.section-headline--e-learning-top .inner {
  position: relative;
}
.section-headline--e-learning-top .img {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: block;
  border-radius: 2rem;
}
@media only screen and (max-width: 767px) {
  .section-headline--e-learning-top .img {
    border-radius: 1.2rem;
  }
}
.section-headline--e-learning-top .img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section-headline--e-learning-top .img img {
    aspect-ratio: 362/204;
    object-fit: cover;
  }
}
.section-headline--e-learning-top .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(90deg, rgba(0, 0, 0, 0.3450980392) 0%, rgba(0, 0, 0, 0.3647058824) 43%, rgba(0, 0, 0, 0.6588235294) 100%) 0% 0%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-headline--e-learning-top .text {
  color: #fff;
  top:0;
  left:0;
  position: absolute;
  padding:4.6rem 5.3rem;
  /* bottom: 0;
  right: 0; 
  max-width: 54.3rem;*/
}
/* @media only screen and (min-width: 768px) {
  .section-headline--e-learning-top .text {
    bottom: 5.5rem;
    right: 6rem;
  }
} */
@media only screen and (max-width: 767px) {
  .section-headline--e-learning-top .text {
    padding: 2rem;
  }
}
.section-headline--e-learning-top .text > * {
  filter: drop-shadow(0 0 0.6rem #000);
}
.section-headline--e-learning-top .text .page-title {
  font-size: 5.1rem;
}
@media only screen and (max-width: 767px) {
  .section-headline--e-learning-top .text .page-title {
    font-size: 2rem;
  }
}
.section-headline--e-learning-top .text .page-lead {
  font-size: 1.8rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .section-headline--e-learning-top .text .page-lead {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.article-block-about {
  padding-top: 4.4rem;
  padding-bottom: 17.8rem;
}
@media only screen and (max-width: 767px) {
  .article-block-about {
    padding-top: 1.4rem;
    padding-bottom: 10.8rem;
  }
}
.article-block-about .detail {
  padding: 6rem 4.8rem;
  box-shadow: 1.6rem 1.6rem 0px #DAE7FD;
  border: 1px solid #104FA1;
  border-radius: 2.4rem;
  margin-top: 4.1rem;
}
@media only screen and (max-width: 767px) {
  .article-block-about .detail {
    margin-top: 2.7rem;
    padding: 1.4rem;
    border-radius: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-block-about .detail-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    /* align-items: stretch; */
     -webkit-box-align: start;
    align-items:flex-start;
    gap: 3.6rem;
  }
}
.article-block-about .detail-img {
  display: block;
  position: relative;
  z-index: 0;
  border-radius: 1.6rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .article-block-about .detail-img {
    max-width: 42rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-about .detail-img {
    border-radius: 0.8rem;
  }
}
.article-block-about .detail-text {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .article-block-about .detail-text {
    margin-top: 1.6rem;
  }
}
.article-block-about .detail-title {
  font-size: 2.4rem;
  font-weight: bold;
  border-left: 6px solid #104FA1;
  padding-left: 1.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .article-block-about .detail-title {
    font-size: 1.6rem;
    border-width: 4px;
    line-height: 1.35;
  }
}
.article-block-about .detail-title .small {
  font-size: 1.8rem;
}
.article-block-about .detail-lead {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .article-block-about .detail-lead {
    margin-top: 0.8rem;
  }
}
.article-block-about .detail-lead p {
  line-height: 1.7778;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .article-block-about .detail-lead p {
    font-size: 1.2rem;
    line-height: 1.65;
  }
}
.article-block-about .detail .btn--line {
  /* text-align: right; */
  text-align: left;
  margin-top: 1.5rem;
}
.article-block-about .detail .btn--line a {
  line-height: 1.3125;
  text-align: left;
  min-height: 7.2rem;
  padding-left: 5rem;
  padding-right: 7rem;
}
@media only screen and (max-width: 767px) {
  .article-block-about .detail .btn--line a {
    font-size: 1.2rem;
    min-height: 5rem;
    padding-left: 2rem;
    padding-right: 3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-about .detail .btn--line a::before, .article-block-about .detail .btn--line a::after {
    background-size: 1.353rem;
    width: 1.353rem;
    height: 0.955rem;
    right: 1.5rem;
  }
}
.article-block-about .detail-bottom {
  margin-top: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .article-block-about .detail-bottom {
    margin-top: 3.7rem;
  }
}
.article-block-about .detail-bottom-title {
  font-size: 3.1rem;
  background: #EBF3FF;
  filter: drop-shadow(0.8rem 0.8rem 0 rgba(0, 0, 0, 0.1215686275));
  border: 1px solid #104FA1;
  border-radius: 0.8rem;
  text-align: center;
  color: #104FA1;
  min-height: 8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom:3.2rem;
}
@media only screen and (max-width: 767px) {
  .article-block-about .detail-bottom-title {
    font-size: 1.8rem;
    line-height: 1.2;
    padding: 1.2rem 1.6rem;
    text-align: left;
    min-height: 7.7rem;
  }
}
.article-block-about .detail-bottom-title::after {
  content: "0";
  color:rgba(0,0,0,0);
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  font-size:3.2rem;
  background: #EBF3FF;
  border-bottom: 1px solid #104FA1;
  border-right: 1px solid #104FA1;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg) skew(-5deg, -5deg);
}
@media only screen and (max-width: 767px) {
  .article-block-about .detail-bottom-title::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.article-block-about .detail-bottom-title .small {
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .article-block-about .detail-bottom-title .small {
    font-size: 1.5rem;
  }
}
.article-block-about .detail-bottom-title .line {
  background: linear-gradient(to bottom, transparent, transparent 65%, #fff 65%);
}
@media only screen and (max-width: 767px) {
  .article-block-about .detail-bottom-title .line {
    line-height: 1.2;
  }
}
.article-block-about .detail-bottom-btns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 10.6rem;
  margin-top: 4.2rem;
}
@media only screen and (max-width: 767px) {
  .article-block-about .detail-bottom-btns {
    margin-top: 3.2rem;
    flex-flow: column;
    gap: 2.4rem;
  }
}
.article-block-about .detail-bottom-btns .btn-box {
  position: relative;
  z-index: 0;
}
.article-block-about .detail-bottom-btns .btn-box::before {
  content: "";
  display: block;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border: 2px solid #D5E0F3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .article-block-about .detail-bottom-btns .btn-box::before {
    width: calc(100% - 1.5rem);
    height: calc(100% - 1.5rem);
    border-width: 1px;
  }
}
.article-block-about .detail-bottom-btns .btn-box a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 14rem;
  box-shadow: 1.2rem 1.2rem 0px #104FA1;
  border: 1px solid #104FA1;
  border-radius: 0.8rem;
  transition: 200ms;
}
@media only screen and (min-width: 768px) {
  .article-block-about .detail-bottom-btns .btn-box a:hover {
    box-shadow: 1.2rem 1.2rem 0px rgba(16, 79, 161, 0.7490196078);
  }
  .article-block-about .detail-bottom-btns .btn-box a:hover::after {
    opacity: 0;
  }
  .article-block-about .detail-bottom-btns .btn-box a:hover .inner span {
    border-bottom-color: #104FA1;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-about .detail-bottom-btns .btn-box a {
    width: 29.2rem;
    height: 10.2rem;
    box-shadow: 0.6rem 0.6rem 0px #104FA1;
  }
}
.article-block-about .detail-bottom-btns .btn-box a::before, .article-block-about .detail-bottom-btns .btn-box a::after {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #104FA1;
  background-repeat: no-repeat;
  background-size: 0.655rem;
  background-position: 50% 50%;
  border-radius: 50vw;
  border: 1px solid #104FA1;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translate(0%, -50%);
}
@media only screen and (min-width: 768px) {
  .article-block-about .detail-bottom-btns .btn-box a::before, .article-block-about .detail-bottom-btns .btn-box a::after {
    background-position: calc(50% + 0.1rem) 50%;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-about .detail-bottom-btns .btn-box a::before, .article-block-about .detail-bottom-btns .btn-box a::after {
    width: 2.4rem;
    height: 2.4rem;
    background-size: 0.527rem;
    right: 2.2rem;
  }
}
.article-block-about .detail-bottom-btns .btn-box a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.551' height='11.101' viewBox='0 0 6.551 11.101'%3E%3Cpath id='パス_289' data-name='パス 289' d='M9.1,5.551a1,1,0,0,1-.707-.293L4.551,1.414.707,5.258a1,1,0,0,1-1.414,0,1,1,0,0,1,0-1.414L3.844-.707a1,1,0,0,1,1.414,0L9.808,3.844A1,1,0,0,1,9.1,5.551Z' transform='translate(5.551 1) rotate(90)' fill='%23104FA1'/%3E%3C/svg%3E%0A");
  background-color: #fff;
}
.article-block-about .detail-bottom-btns .btn-box a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.551' height='11.101' viewBox='0 0 6.551 11.101'%3E%3Cpath id='パス_289' data-name='パス 289' d='M9.1,5.551a1,1,0,0,1-.707-.293L4.551,1.414.707,5.258a1,1,0,0,1-1.414,0,1,1,0,0,1,0-1.414L3.844-.707a1,1,0,0,1,1.414,0L9.808,3.844A1,1,0,0,1,9.1,5.551Z' transform='translate(5.551 1) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
  transition: 200ms;
}
.article-block-about .detail-bottom-btns .btn-box a > span.inner {
  line-height: 1.4;
  color: #104FA1;
  font-weight: bold;
  margin-right: 2rem;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.article-block-about .detail-bottom-btns .btn-box a > span span {
  border-bottom: 0.1rem solid transparent;
}
.article-block-about .detail-bottom-btns .btn-box a > span span.top {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .article-block-about .detail-bottom-btns .btn-box a > span span.top {
    font-size: 1.8rem;
  }
}
.article-block-about .detail-bottom-btns .btn-box a > span span.bottom {
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .article-block-about .detail-bottom-btns .btn-box a > span span.bottom {
    font-size: 2.2rem;
  }
}
.article-block-about .detail-bottom-lead {
  margin-top: 4.2rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .article-block-about .detail-bottom-lead {
    margin-top: 3.3rem;
    font-size: 1.2rem;
  }
}

.article-block-wp {
  background: #EBF3FF;
  padding-top: 5.9rem;
  padding-bottom: 9rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .article-block-wp {
    padding-top: 2.9rem;
    padding-bottom: 4.6rem;
  }
}
.article-block-wp::before {
  content: "";
  display: block;
  width: 32rem;
  height: 32rem;
  background: #EBF3FF;
  position: absolute;
  top: -6rem;
  left: 50%;
  transform: translate(-50%, 0%);
  border-radius: 50vw;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .article-block-wp::before {
    width: 16rem;
    height: 16rem;
    top: -3.2rem;
  }
}
.article-block-wp .c-title span {
  background: #EBF3FF;
  line-height: 1.476;
}
@media only screen and (min-width: 768px) {
  .article-block-wp .c-lead {
    margin-top: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-wp .c-lead {
    margin-top: 2.3rem;
  }
}
.article-block-wp .wp-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3.6rem 4.4rem;
  max-width: 104.4rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .article-block-wp .wp-list {
    margin-top: 4rem;
    flex-flow: column;
    gap: 2rem;
  }
}
.article-block-wp .wp-list__item {
  flex: 0 0 calc((100% - 4.4rem) / 2);
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  align-items: stretch;
}
.article-block-wp .wp-list__item a {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  flex-flow: row wrap;
  /* display: block; */
  background: #FFFFFF;
  box-shadow: 0.8rem 0.8rem 0px #104FA1;
  border: 1px solid #FFFFFF;
  padding: 2.3rem 2.4rem;
  position: relative;
  border-radius: 0.4rem;
  width: 100%;
}
.article-block-wp .wp-list__item a.adjust {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .article-block-wp .wp-list__item a:hover {
    box-shadow: 0.8rem 0.8rem 0px rgba(16, 79, 161, 0.5019607843);
  }
  .article-block-wp .wp-list__item a:hover .title span {
    border-color: #104FA1;
  }
  .article-block-wp .wp-list__item a:hover .title-area:after {
    opacity: 0;
  }
  .article-block-wp .wp-list__item a:hover .tag {
    background: #104FA1;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-wp .wp-list__item a {
    padding: 1.5rem 1.6rem 1.3rem 1.6rem;
    box-shadow: 0.4rem 0.4rem 0px #104FA1;
  }
}
.article-block-wp .wp-list__item .title-area{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap:1rem;
  padding-right: 4rem;
  position: relative;
  width:100%;
}

.article-block-wp .wp-list__item .title-area::before, .article-block-wp .wp-list__item .title-area::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background-color: #104FA1;
  background-repeat: no-repeat;
  background-position: calc(50% + 0.1rem) 50%;
  background-size: 0.655rem;
  border-radius: 50vw;
  border: 1px solid #104FA1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
@media only screen and (max-width: 767px) {
  .article-block-wp .wp-list__item .title-area::before, .article-block-wp .wp-list__item .title-area::after {
    width: 2.2rem;
    height: 2.2rem;
    background-size: 0.558rem;
  }
}
.article-block-wp .wp-list__item .title-area::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.551' height='11.101' viewBox='0 0 6.551 11.101'%3E%3Cpath id='パス_289' data-name='パス 289' d='M9.1,5.551a1,1,0,0,1-.707-.293L4.551,1.414.707,5.258a1,1,0,0,1-1.414,0,1,1,0,0,1,0-1.414L3.844-.707a1,1,0,0,1,1.414,0L9.808,3.844A1,1,0,0,1,9.1,5.551Z' transform='translate(5.551 1) rotate(90)' fill='%23104FA1'/%3E%3C/svg%3E%0A");
  background-color: #fff;
}
.article-block-wp .wp-list__item .title-area::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.551' height='11.101' viewBox='0 0 6.551 11.101'%3E%3Cpath id='パス_289' data-name='パス 289' d='M9.1,5.551a1,1,0,0,1-.707-.293L4.551,1.414.707,5.258a1,1,0,0,1-1.414,0,1,1,0,0,1,0-1.414L3.844-.707a1,1,0,0,1,1.414,0L9.808,3.844A1,1,0,0,1,9.1,5.551Z' transform='translate(5.551 1) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
  transition: 200ms;
}
.article-block-wp .wp-list__item .title-area span {
  border-bottom: 1px solid transparent;
  transition: 200ms;
  line-height:1.3
}
.article-block-wp .wp-list__item .title-area span::before {
  margin-right: 0.2em;
}
.article-block-wp .wp-list__item .title-area .title  {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.article-block-wp .wp-list__item a .timestamp {
  padding-left:2.8em;
  margin-top:.5em;
  font-size:.875em;
  font-weight:500;
  color:#111;
  line-height:1.1;
}
.article-block-wp .wp-list__item .title-area .title-num .font-l {
  font-size:1.75em;
}
.article-block-wp .wp-list__item :hover .title-area .title-num .font-l {
  border-bottom: 1px solid transparent;
}

.article-block-wp .wp-list__item .lead {
  font-size: 1.8rem;
  margin-top: 1.1rem;
  line-height: 1.5;
}

.article-block-wp .wp-list__item .tag {
  width: 9.4rem;
  /* height: 2.9rem; */
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding:.25em .9em;
  line-height: 1.1;
  border-radius: 50vw;
  background: #D05B01;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .article-block-wp .wp-list__item .tag {
    font-size: 1.4rem;
    padding:.25em .9em;
    width: 8rem;
    height: 2.3rem;
  }
  .article-block-wp .wp-list__item a .timestamp {
    padding-left:2.5em;
    font-size:.75em;
  }
}
.article-block-wp .wp-list__item .tag span {
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .article-block-wp .wp-list__item .tag span {
    font-size: 1.3rem;
  }
}
.article-block-wp .wp-list__item .title {
  display: -webkit-box;
  display: flex;
  gap:.25em;
  font-size: 2.4rem;
  font-weight: bold;
  color: #104FA1;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .article-block-wp .wp-list__item .title {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-wp .wp-list__item .lead {
    font-size: 1.3rem;
    margin-top: 0.1rem;
  }
}
.article-block-wp .btn {
  margin: 4em auto 0;
  text-align: center;
}
.article-block-wp .btn a {
  min-width: 40rem;
  font-size: 2.4rem;
  min-height: 7.2rem;
}
@media only screen and (max-width: 767px) {
  .article-block-wp .btn {
    margin: 3em auto 0;
    text-align: center;
  }
  .article-block-wp .btn a {
    min-width: 28rem;
    font-size: 1.6rem;
    min-height: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-wp .btn a::before, .article-block-wp .btn a::after {
    right: 1.8rem;
  }
}

.article-block-interview {
  padding-top: 13.6rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .article-block-interview {
    padding-top: 8.7rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-block-interview .c-title {
    scroll-margin-top: 13rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-interview .c-title {
    scroll-margin-top: 6rem;
  }
}
.article-block-interview .c-title span {
  line-height: 1.476;
}
.article-block-interview .c-lead {
  max-width: 102.4rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .article-block-interview .c-lead {
    margin-top: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-interview .c-lead {
    line-height: 1.5;
  }
}
.article-block-interview .c-lead p:not(:last-of-type) {
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .article-block-interview .c-lead p:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-block-interview .c-lead .bold {
    font-size: 2rem;
  }
}
.article-block-interview .interview-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3.9rem 3rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .article-block-interview .interview-list {
    margin-top: 2.8rem;
    flex-flow: column;
    gap: 1.4rem;
  }
}
.article-block-interview .interview-list__item {
  flex: 0 0 calc((100% - 6rem) / 3);
}
.article-block-interview .interview-list__item a {
  display: block;
  background: #EDF2F8;
  border-radius: 1.6rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .article-block-interview .interview-list__item a:hover .img img {
    transform: scale(1.05);
  }
}
.article-block-interview .interview-list__item .img {
  position: relative;
  overflow: hidden;
}
.article-block-interview .interview-list__item .img img {
  transition: 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.article-block-interview .interview-list__item .img .playtime {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  min-width: 15.8rem;
  min-height: 3.4rem;
  font-size: 1.4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .article-block-interview .interview-list__item .img .playtime {
    font-size: 1.2rem;
    min-width: 13.35rem;
    min-height: 3.42em;
  }
}
.article-block-interview .interview-list__item .text {
  padding: 1.3rem 1.6rem 1.6rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.8rem;
}
.article-block-interview .interview-list__item .text > * {
  flex: 1;
}
.article-block-interview .interview-list__item .text-head .position {
  font-size: 1.6rem;
  font-weight: bold;
}
.article-block-interview .interview-list__item .text-head .name {
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .article-block-interview .interview-list__item .text-head .name {
    font-size: 1.6rem;
  }
}
.article-block-interview .interview-list__item .text-head .name span {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .article-block-interview .interview-list__item .text-head .name span {
    font-size: 2.2rem;
  }
}
.article-block-interview .interview-list__item .text-body {
  font-size: 1.4rem;
  line-height: 1.5;
}
.article-block-interview .btn {
  text-align: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .article-block-interview .btn {
    margin-top: 3.6rem;
  }
}
.article-block-interview .btn a {
  min-width: 60rem;
  font-size: 2.4rem;
  min-height: 7.2rem;
}
@media only screen and (max-width: 767px) {
  .article-block-interview .btn a {
    min-height: 4.8rem;
    font-size: 1.6rem;
    min-width: 36.2rem;
    padding-left:1rem;
    padding-right:1rem;
  }
}
  .article-block-interview .interview-list__item small{
    font-size: 1.4rem;
    color:#777
  }
  .article-block-interview .interview-list__item small.realtime{
    position: absolute;
    display: block;
    right:1.6rem;
    bottom:1.2rem;
  }



.article-block-operation {
  background: #FFF8E6;
  padding-top: 10rem;
  padding-bottom: 8.2rem;
}
@media only screen and (max-width: 767px) {
  .article-block-operation {
    padding-top: 2.8rem;
    padding-bottom: 3.2rem;
  }
}
.article-block-operation .c-title span {
  background: #FFF8E6;
}
@media only screen and (min-width: 768px) {
  .article-block-operation .c-lead {
    line-height: 1.8;
  }
}
.article-block-operation .video {
  margin-left: auto;
  margin-right: auto;
  width: 60rem;
  margin-top: 4.7rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .article-block-operation .video {
    width: 100%;
    margin-top: 2.8rem;
  }
}
.article-block-operation .video .playtime {
  position: absolute;
  top: 0;
  right: 0;
  width: 15rem;
  height: 3.3rem;
  background: rgba(0, 0, 0, 0.74);
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.article-block-operation .video video {
  width: 100%;
  display: block;
  aspect-ratio: 600/337;
}
.article-block-operation .btn--line {
  text-align: center;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .article-block-operation .btn--line {
    margin-top: 1.5rem;
  }
}
.article-block-operation .btn--line a {
  font-size: 2.4rem;
  min-height: 7.2rem;
}

@media only screen and (min-width: 768px) {
  .article-block-operation .btn--line a {
    min-width: 60rem;
  }
  .article-block-operation .btn--line a .small{
  font-size: 1.92rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-operation .btn--line a {
    font-size: 1.6rem;
    min-height: 4.2rem;
    min-width: 34.6rem;
  }
  .article-block-operation .btn--line a .small{
  font-size: 1.28rem;
  }
}
.article-block-operation .btn--line a::before, .article-block-operation .btn--line a::after {
  right: 3rem;
}

@media only screen and (max-width: 767px) {
  .article-block-operation .btn--line a::before, .article-block-operation .btn--line a::after {
    width: 1rem;
    height: 1.4rem;
    background-size: 1rem;
    right: 1.8rem;
  }
}

.article-block-e-learning-new {
  padding-top: 9.3rem;
  padding-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .article-block-e-learning-new {
    padding-top: 5.2rem;
  }
}
.article-block-e-learning-new .news-list-wrap {
  margin-top: 5.5rem;
  background: #FFFFFF;
  box-shadow: 1.6rem 1.6rem 0px #DAE7FD;
  border: 1px solid #104FA1;
  border-radius: 2.4rem;
  padding: 6.4rem 4rem 4rem;
}
@media only screen and (min-width: 768px) {
  .article-block-e-learning-new .news-list-wrap {
    max-width: 106.4rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-e-learning-new .news-list-wrap {
    margin-top: 2.2rem;
    border-radius: 1.2rem;
    padding: 3rem 1.4rem 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-e-learning-new .news-list__item {
    padding-bottom: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-e-learning-new .news-list__item:not(:last-of-type) {
    margin-bottom: 0.9rem;
  }
}
.article-block-e-learning-new .news-list__item:last-child {
  border-bottom: 1px solid #D4DDE1;
}
@media only screen and (max-width: 767px) {
  .article-block-e-learning-new .news-list-meta time {
    font-size: 1.6rem;
  }
}
.article-block-e-learning-new .news-list .title {
  font-size: 1.6rem;
}

.article-block-e-learning-flow {
  background: #FFF8E6;
  padding-top: 6rem;
  padding-bottom: 8.2rem;
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .article-block-e-learning-flow {
    margin-top: 6rem;
    padding-top: 4.1rem;
    padding-bottom: 3.2rem;
  }
}
.article-block-e-learning-flow .c-title {
  line-height: 1.476;
}
.article-block-e-learning-flow .c-title span {
  background: #FFF8E6;
}
.article-block-e-learning-flow .e-learning-flow-list {
  margin-top: 4.4rem;
}
@media only screen and (max-width: 767px) {
  .article-block-e-learning-flow .e-learning-flow-list {
    margin-top: 7.6rem;
  }
}
.article-block-e-learning-flow .e-learning-flow-list__item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .article-block-e-learning-flow .e-learning-flow-list__item {
    margin-left: 7.5rem;
  }
}
.article-block-e-learning-flow .e-learning-flow-list__item:not(:last-of-type) {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .article-block-e-learning-flow .e-learning-flow-list__item:not(:last-of-type) {
    margin-bottom: 10.9rem;
  }
}
.article-block-e-learning-flow .e-learning-flow-list__item:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 6.4rem;
  height: 3.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='32' viewBox='0 0 64 32'%3E%3Cg id='矢印' transform='translate(-258.941 -17.941)'%3E%3Cpath id='多角形_1' data-name='多角形 1' d='M30.586,1.414a2,2,0,0,1,2.828,0L60.586,28.586A2,2,0,0,1,59.172,32H4.828a2,2,0,0,1-1.414-3.414Z' transform='translate(322.941 49.941) rotate(180)' fill='%23104fa1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  bottom: -1.6rem;
  transform: translate(-50%, 100%);
}
@media only screen and (min-width: 768px) {
  .article-block-e-learning-flow .e-learning-flow-list__item:not(:last-of-type)::after {
    left: calc(50% - 4.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .article-block-e-learning-flow .e-learning-flow-list__item:not(:last-of-type)::after {
    left: 50%;
  }
}
.article-block-e-learning-flow .e-learning-flow-list__item .inner {
  border-radius: 2.5rem;
  border: 1px solid #104FA1;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 2rem 3.6rem 2rem 8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.1019607843);
}
@media only screen and (max-width: 767px) {
  .article-block-e-learning-flow .e-learning-flow-list__item .inner {
    border-radius: 1.2rem;
    flex-flow: column;
    padding: 5.2rem 1.3rem 1.3rem 1.3rem;
    gap: 0.3rem;
  }
}
.article-block-e-learning-flow .e-learning-flow-list__item::before {
  content: "";
  display: block;
  width: 15rem;
  height: 15rem;
  border: 1px solid #104FA1;
  background: #fff;
  border-radius: 50vw;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .article-block-e-learning-flow .e-learning-flow-list__item::before {
    width: 9.8rem;
    height: 9.8rem;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.article-block-e-learning-flow .e-learning-flow-list__item .step {
  display: block;
  width: calc(15rem - 2px);
  height: calc(15rem - 2px);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 13rem;
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translate(-50%, -50%);
  border-radius: 50vw;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .article-block-e-learning-flow .e-learning-flow-list__item .step {
    width: calc(9.8rem - 2px);
    height: calc(9.8rem - 2px);
    background-size: 8.2rem;
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.article-block-e-learning-flow .e-learning-flow-list__item .step.step01 {
  background-image: url("../img/common/icon-step01.svg");
}
.article-block-e-learning-flow .e-learning-flow-list__item .step.step02 {
  background-image: url("../img/common/icon-step02.svg");
}
.article-block-e-learning-flow .e-learning-flow-list__item .step.step03 {
  background-image: url("../img/common/icon-step03.svg");
}
.article-block-e-learning-flow .e-learning-flow-list__item .step.step04 {
  background-image: url("../img/common/icon-step04.svg");
}
.article-block-e-learning-flow .e-learning-flow-list__item .step.step05 {
  background-image: url("../img/common/icon-step05.svg");
}
.article-block-e-learning-flow .e-learning-flow-list__item .step.step06 {
  background-image: url("../img/common/icon-step06.svg");
}
.article-block-e-learning-flow .e-learning-flow-list__item .step.step07 {
  background-image: url("../img/common/icon-step07.svg");
}
.article-block-e-learning-flow .e-learning-flow-list__item .img {
  display: block;
}
.article-block-e-learning-flow .e-learning-flow-list__item .img img {
  max-width: 30rem;
  aspect-ratio: 300/200;
}
.article-block-e-learning-flow .e-learning-flow-list__item .text {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .article-block-e-learning-flow .e-learning-flow-list__item .text {
    margin-top: 1rem;
  }
}
.article-block-e-learning-flow .e-learning-flow-list__item .text-head {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
  border-bottom: 1px solid #7998C2;
  padding-bottom: 1.3rem;
  margin-bottom: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .article-block-e-learning-flow .e-learning-flow-list__item .text-head {
    padding-bottom: 0.4rem;
    margin-bottom: 0.9rem;
    gap: 1.6rem;
  }
}
.article-block-e-learning-flow .e-learning-flow-list__item .text-head .title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .article-block-e-learning-flow .e-learning-flow-list__item .text-head .title {
    font-size: 1.6rem;
  }
}
.article-block-e-learning-flow .e-learning-flow-list__item .text-head .type {
  flex: 1;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .article-block-e-learning-flow .e-learning-flow-list__item .text-head .type {
    gap: 0.7rem;
  }
}
.article-block-e-learning-flow .e-learning-flow-list__item .text-head .type-item span {
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .article-block-e-learning-flow .e-learning-flow-list__item .text-head .type-item span {
    flex-flow: column;
    gap: 0.2rem;
    font-size: 1rem;
  }
}
.article-block-e-learning-flow .e-learning-flow-list__item .text-head .type-item span::before {
  content: "";
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  background: #fff;
  border-radius: 50vw;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 5.6rem;
  border: 1px solid #104FA1;
}
@media only screen and (max-width: 767px) {
  .article-block-e-learning-flow .e-learning-flow-list__item .text-head .type-item span::before {
    width: 3.6rem;
    height: 3.6rem;
    background-size: 3.6rem;
  }
}
.article-block-e-learning-flow .e-learning-flow-list__item .text-head .type-item.od span::before {
  background-image: url("data:image/svg+xml,%3Csvg id='ic-ondemand' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='56' height='56' viewBox='0 0 56 56'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_103' data-name='長方形 103' width='35.593' height='30.143' fill='%23104fa1'/%3E%3C/clipPath%3E%3C/defs%3E%3Ccircle id='bg' cx='28' cy='28' r='28' fill='%23fff'/%3E%3Cg id='ic_monitor' transform='translate(10.04 14.822)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_331' data-name='パス 331' d='M33.228,0H2.365A2.364,2.364,0,0,0,0,2.365V22.106A2.365,2.365,0,0,0,2.365,24.47H15.294V25a2.365,2.365,0,0,1-2.365,2.365H9.454v2.781H26.139V27.362H22.664A2.364,2.364,0,0,1,20.3,25V24.47H33.228a2.364,2.364,0,0,0,2.365-2.365V2.365A2.364,2.364,0,0,0,33.228,0m-.972,19.233a.789.789,0,0,1-.789.789H4.125a.789.789,0,0,1-.789-.789V4.125a.789.789,0,0,1,.789-.789H31.468a.789.789,0,0,1,.789.789V19.233Z' transform='translate(0 0)' fill='%23104fa1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.article-block-e-learning-flow .e-learning-flow-list__item .text-head .type-item.tm span::before {
  background-image: url("data:image/svg+xml,%3Csvg id='演習' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='56' height='56' viewBox='0 0 56 56'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_354' data-name='長方形 354' width='32' height='36' fill='%23104fa1'/%3E%3C/clipPath%3E%3C/defs%3E%3Ccircle id='bg' cx='28' cy='28' r='28' fill='%23fff'/%3E%3Cg id='ic_ftf' transform='translate(12 9)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_10245' data-name='パス 10245' d='M13.5,36,9.506,27.593a6.288,6.288,0,0,0,3.249-3.12l-5.089-.627,5.272-4a6.4,6.4,0,0,0-7.1-4A6.118,6.118,0,0,0,4.068,27.437L0,36Z' fill='%23104fa1'/%3E%3Cpath id='パス_10246' data-name='パス 10246' d='M32,36l-4.068-8.563a6.118,6.118,0,0,0-1.768-11.593,6.4,6.4,0,0,0-7.1,4l5.272,4-5.089.627a6.288,6.288,0,0,0,3.249,3.12L18.5,36Z' fill='%23104fa1'/%3E%3Cpath id='パス_10247' data-name='パス 10247' d='M16,0C10.408,0,5.875,3.022,5.875,6.75A5.892,5.892,0,0,0,8.84,11.523a12.466,12.466,0,0,0,5.538,1.868L16,16.2l1.622-2.809c4.816-.52,8.5-3.283,8.5-6.641C26.125,3.022,21.592,0,16,0M11.5,8.122A1.125,1.125,0,1,1,12.625,7,1.125,1.125,0,0,1,11.5,8.122m4.5,0A1.125,1.125,0,1,1,17.125,7,1.125,1.125,0,0,1,16,8.122m4.5,0A1.125,1.125,0,1,1,21.625,7,1.125,1.125,0,0,1,20.5,8.122' fill='%23104fa1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.article-block-e-learning-flow .e-learning-flow-list__item .text-head .type-item.online span::before {
  background-image: url("data:image/svg+xml,%3Csvg id='ic-online' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='56' height='56' viewBox='0 0 56 56'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_194' data-name='長方形 194' width='36.129' height='25.902' fill='%23104fa1'/%3E%3C/clipPath%3E%3C/defs%3E%3Ccircle id='bg' cx='28' cy='28' r='28' transform='translate(0 0)' fill='%23fff'/%3E%3Cg id='ic-chat' transform='translate(10.04 15.049)'%3E%3Cg id='グループ_81' data-name='グループ 81' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_800' data-name='パス 800' d='M20.468,10.114a2.933,2.933,0,1,0-1.707,0A4.525,4.525,0,0,0,16.015,14.1v2.007h7.2V14.1a4.525,4.525,0,0,0-2.746-3.986' transform='translate(-1.55 -0.424)' fill='%23104fa1'/%3E%3Cpath id='パス_801' data-name='パス 801' d='M36.009,22.55l-3.218-4.044V1.49A1.489,1.489,0,0,0,31.3,0H4.835A1.489,1.489,0,0,0,3.346,1.49V18.506L.127,22.55A.586.586,0,0,0,0,22.924v1.793A1.184,1.184,0,0,0,1.186,25.9H34.943a1.184,1.184,0,0,0,1.186-1.186V22.924A.6.6,0,0,0,36,22.55ZM5.448,2.1H30.68V16.4H5.448ZM21.462,24.491h-6.79v-1.8h6.79Z' transform='translate(0 -0.001)' fill='%23104fa1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.article-block-e-learning-flow .e-learning-flow-list__item .text-body p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .article-block-e-learning-flow .e-learning-flow-list__item .text-body p {
    font-size: 1.4rem;
  }
}
.article-block-e-learning-flow .e-learning-flow-list__item .text-body p a {
  color: #104FA1;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .article-block-e-learning-flow .e-learning-flow-list__item .text-body p a:hover {
    text-decoration: none;
  }
}

.article-block-prepare .theme-flow-wrap {
  border-radius: 2.4rem;
  box-shadow: 1.6rem 1.6rem 0px #DAE7FD;
  border: 1px solid #104FA1;
  padding: 4.3rem 4.8rem 4.8rem;
  margin-top: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-wrap {
    padding: 2.1rem 1.4rem;
    border-radius: 1.2rem;
  }
}
.article-block-prepare .theme-flow-wrap .theme-flow-title {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.article-block-prepare .theme-flow-wrap .theme-flow-title .top {
  font-size: 3.2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-wrap .theme-flow-title .top {
    font-size: 1.8rem;
  }
}
.article-block-prepare .theme-flow-wrap .theme-flow-title .top::before, .article-block-prepare .theme-flow-wrap .theme-flow-title .top::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background: #111111;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-wrap .theme-flow-title .top::before, .article-block-prepare .theme-flow-wrap .theme-flow-title .top::after {
    width: 1.6rem;
  }
}
.article-block-prepare .theme-flow-wrap .theme-flow-title .bottom {
  font-size: 3.2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-wrap .theme-flow-title .bottom {
    font-size: 2rem;
  }
}
.article-block-prepare .theme-flow-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.6rem;
  margin-top: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list {
    flex-flow: column;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    margin-top: 3.7rem;
    gap: 4.4rem;
  }
}
.article-block-prepare .theme-flow-list__item, .article-block-prepare .theme-flow-list__item04, .article-block-prepare .theme-flow-list__item03, .article-block-prepare .theme-flow-list__item02, .article-block-prepare .theme-flow-list__item01 {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .article-block-prepare .theme-flow-list__item, .article-block-prepare .theme-flow-list__item04, .article-block-prepare .theme-flow-list__item03, .article-block-prepare .theme-flow-list__item02, .article-block-prepare .theme-flow-list__item01 {
    flex: 0 0 calc((100% - 4.8rem) / 4);
  }
}
.article-block-prepare .theme-flow-list__item::before, .article-block-prepare .theme-flow-list__item04::before, .article-block-prepare .theme-flow-list__item03::before, .article-block-prepare .theme-flow-list__item02::before, .article-block-prepare .theme-flow-list__item01::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 6rem;
  position: absolute;
  top: 0%;
  left: calc(50% - 0.6rem);
  transform: translate(-50%, -50%);
  z-index: 8;
  border: 1px solid #104FA1;
  border-radius: 50vw;
  box-shadow: 0 0 0 1.5px #fff;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list__item::before, .article-block-prepare .theme-flow-list__item04::before, .article-block-prepare .theme-flow-list__item03::before, .article-block-prepare .theme-flow-list__item02::before, .article-block-prepare .theme-flow-list__item01::before {
    background-size: 5.2rem;
    width: 5.2rem;
    height: 5.2rem;
    left: 50%;
  }
}
.article-block-prepare .theme-flow-list__item a, .article-block-prepare .theme-flow-list__item04 a, .article-block-prepare .theme-flow-list__item03 a, .article-block-prepare .theme-flow-list__item02 a, .article-block-prepare .theme-flow-list__item01 a {
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list__item a::before, .article-block-prepare .theme-flow-list__item04 a::before, .article-block-prepare .theme-flow-list__item03 a::before, .article-block-prepare .theme-flow-list__item02 a::before, .article-block-prepare .theme-flow-list__item01 a::before {
    content: "";
    display: block;
    width: 1.3rem;
    height: 0.7em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7'%3E%3Cg id='arrow' transform='translate(0.5 0.5)'%3E%3Cpath id='パス_144' data-name='パス 144' d='M12,6,6,0,0,6Z' transform='translate(12 6) rotate(180)' fill='%23fff'/%3E%3Cpath id='パス_144_-_アウトライン' data-name='パス 144 - アウトライン' d='M12,6.5H0a.5.5,0,0,1-.462-.309.5.5,0,0,1,.108-.545l6-6A.5.5,0,0,1,6-.5a.5.5,0,0,1,.354.146l6,6A.5.5,0,0,1,12,6.5ZM1.207,5.5h9.586L6,.707Z' transform='translate(12 6) rotate(180)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 1.3rem;
    position: absolute;
    bottom: -0.4rem;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
.article-block-prepare .theme-flow-list__item a .inner, .article-block-prepare .theme-flow-list__item04 a .inner, .article-block-prepare .theme-flow-list__item03 a .inner, .article-block-prepare .theme-flow-list__item02 a .inner, .article-block-prepare .theme-flow-list__item01 a .inner {
  font-weight: bold;
  background: #fff;
  width: 100%;
  min-height: 9rem;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .article-block-prepare .theme-flow-list__item a .inner, .article-block-prepare .theme-flow-list__item04 a .inner, .article-block-prepare .theme-flow-list__item03 a .inner, .article-block-prepare .theme-flow-list__item02 a .inner, .article-block-prepare .theme-flow-list__item01 a .inner {
    transition: 200ms;
  padding-right: 1em;
  }
  .article-block-prepare .theme-flow-list__item a .inner:hover, .article-block-prepare .theme-flow-list__item04 a .inner:hover, .article-block-prepare .theme-flow-list__item03 a .inner:hover, .article-block-prepare .theme-flow-list__item02 a .inner:hover, .article-block-prepare .theme-flow-list__item01 a .inner:hover {
    color: #104FA1;
  }
  .article-block-prepare .theme-flow-list__item a .inner:hover::after, .article-block-prepare .theme-flow-list__item04 a .inner:hover::after, .article-block-prepare .theme-flow-list__item03 a .inner:hover::after, .article-block-prepare .theme-flow-list__item02 a .inner:hover::after, .article-block-prepare .theme-flow-list__item01 a .inner:hover::after {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list__item a .inner, .article-block-prepare .theme-flow-list__item04 a .inner, .article-block-prepare .theme-flow-list__item03 a .inner, .article-block-prepare .theme-flow-list__item02 a .inner, .article-block-prepare .theme-flow-list__item01 a .inner {
    border-bottom: 1px solid #104FA1;
    background: #104FA1;
    border-radius: 0.8rem;
    min-height: 7.6rem;
    padding-top: 2.8rem;
  }
}
.article-block-prepare .theme-flow-list__item a .inner::before, .article-block-prepare .theme-flow-list__item04 a .inner::before, .article-block-prepare .theme-flow-list__item03 a .inner::before, .article-block-prepare .theme-flow-list__item02 a .inner::before, .article-block-prepare .theme-flow-list__item01 a .inner::before, .article-block-prepare .theme-flow-list__item a .inner::after, .article-block-prepare .theme-flow-list__item04 a .inner::after, .article-block-prepare .theme-flow-list__item03 a .inner::after, .article-block-prepare .theme-flow-list__item02 a .inner::after, .article-block-prepare .theme-flow-list__item01 a .inner::after {
  content: "";
  display: block;
  width: 26.4rem;
  height: 9rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .article-block-prepare .theme-flow-list__item a .inner::before, .article-block-prepare .theme-flow-list__item04 a .inner::before, .article-block-prepare .theme-flow-list__item03 a .inner::before, .article-block-prepare .theme-flow-list__item02 a .inner::before, .article-block-prepare .theme-flow-list__item01 a .inner::before {
    background-image: url(../img/e-learning/theme-flow-list-bg-w.svg);
  }
}
@media only screen and (min-width: 768px) {
  .article-block-prepare .theme-flow-list__item a .inner::after, .article-block-prepare .theme-flow-list__item04 a .inner::after, .article-block-prepare .theme-flow-list__item03 a .inner::after, .article-block-prepare .theme-flow-list__item02 a .inner::after, .article-block-prepare .theme-flow-list__item01 a .inner::after {
    background-image: url(../img/e-learning/theme-flow-list-bg.svg);
    transition: 200ms;
  }
}
.article-block-prepare .theme-flow-list__item a .inner > span, .article-block-prepare .theme-flow-list__item04 a .inner > span, .article-block-prepare .theme-flow-list__item03 a .inner > span, .article-block-prepare .theme-flow-list__item02 a .inner > span, .article-block-prepare .theme-flow-list__item01 a .inner > span {
  font-size: 2rem;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list__item a .inner > span, .article-block-prepare .theme-flow-list__item04 a .inner > span, .article-block-prepare .theme-flow-list__item03 a .inner > span, .article-block-prepare .theme-flow-list__item02 a .inner > span, .article-block-prepare .theme-flow-list__item01 a .inner > span {
    font-size: 1.8rem;
  }
}
.article-block-prepare .theme-flow-list__item a .inner > span .small, .article-block-prepare .theme-flow-list__item04 a .inner > span .small, .article-block-prepare .theme-flow-list__item03 a .inner > span .small, .article-block-prepare .theme-flow-list__item02 a .inner > span .small, .article-block-prepare .theme-flow-list__item01 a .inner > span .small {
  font-size: 1.6rem;
}
.article-block-prepare .theme-flow-list__item01::before {
  background-image: url(../img/common/icon-step01.svg);
}
.article-block-prepare .theme-flow-list__item02::before {
  background-image: url(../img/common/icon-step02.svg);
}
.article-block-prepare .theme-flow-list__item03::before {
  background-image: url(../img/common/icon-step03.svg);
}
.article-block-prepare .theme-flow-list__item04::before {
  background-image: url(../img/common/icon-step04.svg);
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list__item:last-child .inner, .article-block-prepare .theme-flow-list__item01:last-child .inner, .article-block-prepare .theme-flow-list__item02:last-child .inner, .article-block-prepare .theme-flow-list__item03:last-child .inner, .article-block-prepare .theme-flow-list__item04:last-child .inner {
    min-height: 9.2rem;
    padding-top: 0.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-block-prepare .theme-flow-list__item:last-child::before, .article-block-prepare .theme-flow-list__item01:last-child::before, .article-block-prepare .theme-flow-list__item02:last-child::before, .article-block-prepare .theme-flow-list__item03:last-child::before, .article-block-prepare .theme-flow-list__item04:last-child::before {
    left: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .article-block-prepare .theme-flow-list__item:last-child a::before, .article-block-prepare .theme-flow-list__item01:last-child a::before, .article-block-prepare .theme-flow-list__item02:last-child a::before, .article-block-prepare .theme-flow-list__item03:last-child a::before, .article-block-prepare .theme-flow-list__item04:last-child a::before {
    background-image: url(../img/e-learning/theme-flow-list-bg-last-w.svg);
  }
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list__item:last-child a::before, .article-block-prepare .theme-flow-list__item01:last-child a::before, .article-block-prepare .theme-flow-list__item02:last-child a::before, .article-block-prepare .theme-flow-list__item03:last-child a::before, .article-block-prepare .theme-flow-list__item04:last-child a::before {
    bottom: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-block-prepare .theme-flow-list__item:last-child a::after, .article-block-prepare .theme-flow-list__item01:last-child a::after, .article-block-prepare .theme-flow-list__item02:last-child a::after, .article-block-prepare .theme-flow-list__item03:last-child a::after, .article-block-prepare .theme-flow-list__item04:last-child a::after {
    background-image: url(../img/e-learning/theme-flow-list-bg-last.svg);
  }
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list__item:not(:last-of-type)::after, .article-block-prepare .theme-flow-list__item01:not(:last-of-type)::after, .article-block-prepare .theme-flow-list__item02:not(:last-of-type)::after, .article-block-prepare .theme-flow-list__item03:not(:last-of-type)::after, .article-block-prepare .theme-flow-list__item04:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 25.8rem;
    height: 2.05rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='258' height='20.5' viewBox='0 0 258 20.5'%3E%3Cpath id='bg-after' d='M129,0,258,20.5H0Z' transform='translate(258 20.5) rotate(180)' fill='%23104fa1'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 25.8rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: -0.5px;
  }
}
.article-block-prepare .theme-flow-list__item .bottom, .article-block-prepare .theme-flow-list__item01 .bottom, .article-block-prepare .theme-flow-list__item02 .bottom, .article-block-prepare .theme-flow-list__item03 .bottom, .article-block-prepare .theme-flow-list__item04 .bottom {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list__item .bottom, .article-block-prepare .theme-flow-list__item01 .bottom, .article-block-prepare .theme-flow-list__item02 .bottom, .article-block-prepare .theme-flow-list__item03 .bottom, .article-block-prepare .theme-flow-list__item04 .bottom {
    display: none;
  }
}
.article-block-prepare .theme-flow-list__item .bottom a, .article-block-prepare .theme-flow-list__item01 .bottom a, .article-block-prepare .theme-flow-list__item02 .bottom a, .article-block-prepare .theme-flow-list__item03 .bottom a, .article-block-prepare .theme-flow-list__item04 .bottom a {
  display: inline;
  color: #104FA1;
  text-decoration: underline;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .article-block-prepare .theme-flow-list__item .bottom a:hover, .article-block-prepare .theme-flow-list__item01 .bottom a:hover, .article-block-prepare .theme-flow-list__item02 .bottom a:hover, .article-block-prepare .theme-flow-list__item03 .bottom a:hover, .article-block-prepare .theme-flow-list__item04 .bottom a:hover {
    text-decoration: none;
  }
}
.article-block-prepare .theme-flow-list-column {
  padding-left: 7.3rem;
  margin-top: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list-column {
    margin-top: 4.5rem;
    padding-left: 6.4rem;
  }
}
.article-block-prepare .theme-flow-list-column .item, .article-block-prepare .theme-flow-list-column .item04, .article-block-prepare .theme-flow-list-column .item03, .article-block-prepare .theme-flow-list-column .item02, .article-block-prepare .theme-flow-list-column .item01 {
  font-size: 1.8rem;
  position: relative;
}
.article-block-prepare .theme-flow-list-column .item:not(:last-of-type), .article-block-prepare .theme-flow-list-column .item04:not(:last-of-type), .article-block-prepare .theme-flow-list-column .item03:not(:last-of-type), .article-block-prepare .theme-flow-list-column .item02:not(:last-of-type), .article-block-prepare .theme-flow-list-column .item01:not(:last-of-type) {
  padding-bottom: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list-column .item:not(:last-of-type), .article-block-prepare .theme-flow-list-column .item04:not(:last-of-type), .article-block-prepare .theme-flow-list-column .item03:not(:last-of-type), .article-block-prepare .theme-flow-list-column .item02:not(:last-of-type), .article-block-prepare .theme-flow-list-column .item01:not(:last-of-type) {
    padding-bottom: 4.1rem;
  }
}
.article-block-prepare .theme-flow-list-column .item:not(:last-of-type)::before, .article-block-prepare .theme-flow-list-column .item04:not(:last-of-type)::before, .article-block-prepare .theme-flow-list-column .item03:not(:last-of-type)::before, .article-block-prepare .theme-flow-list-column .item02:not(:last-of-type)::before, .article-block-prepare .theme-flow-list-column .item01:not(:last-of-type)::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 100%;
  background: #104FA1;
  position: absolute;
  top: 0;
  left: -4.3rem;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list-column .item:not(:last-of-type)::before, .article-block-prepare .theme-flow-list-column .item04:not(:last-of-type)::before, .article-block-prepare .theme-flow-list-column .item03:not(:last-of-type)::before, .article-block-prepare .theme-flow-list-column .item02:not(:last-of-type)::before, .article-block-prepare .theme-flow-list-column .item01:not(:last-of-type)::before {
    width: 0.4rem;
    left: -3.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list-column .item > *, .article-block-prepare .theme-flow-list-column .item04 > *, .article-block-prepare .theme-flow-list-column .item03 > *, .article-block-prepare .theme-flow-list-column .item02 > *, .article-block-prepare .theme-flow-list-column .item01 > * {
    margin-left: -2rem;
  }
}
.article-block-prepare .theme-flow-list-column .item .title, .article-block-prepare .theme-flow-list-column .item04 .title, .article-block-prepare .theme-flow-list-column .item03 .title, .article-block-prepare .theme-flow-list-column .item02 .title, .article-block-prepare .theme-flow-list-column .item01 .title {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list-column .item .title, .article-block-prepare .theme-flow-list-column .item04 .title, .article-block-prepare .theme-flow-list-column .item03 .title, .article-block-prepare .theme-flow-list-column .item02 .title, .article-block-prepare .theme-flow-list-column .item01 .title {
    font-size: 1.8rem;
    margin-left: 0;
  }
}
.article-block-prepare .theme-flow-list-column .item .title::before, .article-block-prepare .theme-flow-list-column .item04 .title::before, .article-block-prepare .theme-flow-list-column .item03 .title::before, .article-block-prepare .theme-flow-list-column .item02 .title::before, .article-block-prepare .theme-flow-list-column .item01 .title::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 6rem;
  position: absolute;
  top: -0.75rem;
  left: -1.3rem;
  transform: translateX(-100%);
  border-radius: 50vw;
  border: 1px solid #104FA1;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list-column .item .title::before, .article-block-prepare .theme-flow-list-column .item04 .title::before, .article-block-prepare .theme-flow-list-column .item03 .title::before, .article-block-prepare .theme-flow-list-column .item02 .title::before, .article-block-prepare .theme-flow-list-column .item01 .title::before {
    background-size: 5.2rem;
    width: 5.2rem;
    height: 5.2rem;
  }
}
.article-block-prepare .theme-flow-list-column .item .lead, .article-block-prepare .theme-flow-list-column .item04 .lead, .article-block-prepare .theme-flow-list-column .item03 .lead, .article-block-prepare .theme-flow-list-column .item02 .lead, .article-block-prepare .theme-flow-list-column .item01 .lead {
  margin-top: 0.6rem;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list-column .item .lead, .article-block-prepare .theme-flow-list-column .item04 .lead, .article-block-prepare .theme-flow-list-column .item03 .lead, .article-block-prepare .theme-flow-list-column .item02 .lead, .article-block-prepare .theme-flow-list-column .item01 .lead {
    margin-top: 1.6rem;
  }
}
.article-block-prepare .theme-flow-list-column .item .lead p, .article-block-prepare .theme-flow-list-column .item04 .lead p, .article-block-prepare .theme-flow-list-column .item03 .lead p, .article-block-prepare .theme-flow-list-column .item02 .lead p, .article-block-prepare .theme-flow-list-column .item01 .lead p {
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list-column .item .lead p, .article-block-prepare .theme-flow-list-column .item04 .lead p, .article-block-prepare .theme-flow-list-column .item03 .lead p, .article-block-prepare .theme-flow-list-column .item02 .lead p, .article-block-prepare .theme-flow-list-column .item01 .lead p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.article-block-prepare .theme-flow-list-column .item .lead p a, .article-block-prepare .theme-flow-list-column .item04 .lead p a, .article-block-prepare .theme-flow-list-column .item03 .lead p a, .article-block-prepare .theme-flow-list-column .item02 .lead p a, .article-block-prepare .theme-flow-list-column .item01 .lead p a {
  display: inline;
  color: #104FA1;
  text-decoration: underline;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .article-block-prepare .theme-flow-list-column .item .lead p a:hover, .article-block-prepare .theme-flow-list-column .item04 .lead p a:hover, .article-block-prepare .theme-flow-list-column .item03 .lead p a:hover, .article-block-prepare .theme-flow-list-column .item02 .lead p a:hover, .article-block-prepare .theme-flow-list-column .item01 .lead p a:hover {
    text-decoration: none;
  }
}
.article-block-prepare .theme-flow-list-column .item .btns, .article-block-prepare .theme-flow-list-column .item04 .btns, .article-block-prepare .theme-flow-list-column .item03 .btns, .article-block-prepare .theme-flow-list-column .item02 .btns, .article-block-prepare .theme-flow-list-column .item01 .btns {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  margin-top: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list-column .item .btns, .article-block-prepare .theme-flow-list-column .item04 .btns, .article-block-prepare .theme-flow-list-column .item03 .btns, .article-block-prepare .theme-flow-list-column .item02 .btns, .article-block-prepare .theme-flow-list-column .item01 .btns {
    flex-flow: column;
    gap: 1.4rem;
    margin-top: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list-column .item .btns .btn--line, .article-block-prepare .theme-flow-list-column .item04 .btns .btn--line, .article-block-prepare .theme-flow-list-column .item03 .btns .btn--line, .article-block-prepare .theme-flow-list-column .item02 .btns .btn--line, .article-block-prepare .theme-flow-list-column .item01 .btns .btn--line {
    width: 100%;
  }
}
.article-block-prepare .theme-flow-list-column .item .btns .btn--line a, .article-block-prepare .theme-flow-list-column .item04 .btns .btn--line a, .article-block-prepare .theme-flow-list-column .item03 .btns .btn--line a, .article-block-prepare .theme-flow-list-column .item02 .btns .btn--line a, .article-block-prepare .theme-flow-list-column .item01 .btns .btn--line a {
  font-weight: bold;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .article-block-prepare .theme-flow-list-column .item .btns .btn--line a, .article-block-prepare .theme-flow-list-column .item04 .btns .btn--line a, .article-block-prepare .theme-flow-list-column .item03 .btns .btn--line a, .article-block-prepare .theme-flow-list-column .item02 .btns .btn--line a, .article-block-prepare .theme-flow-list-column .item01 .btns .btn--line a {
    min-width: 36rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list-column .item .btns .btn--line a, .article-block-prepare .theme-flow-list-column .item04 .btns .btn--line a, .article-block-prepare .theme-flow-list-column .item03 .btns .btn--line a, .article-block-prepare .theme-flow-list-column .item02 .btns .btn--line a, .article-block-prepare .theme-flow-list-column .item01 .btns .btn--line a {
    font-size: 1.6rem;
    min-height: 4.2rem;
    width: 100%;
  }
}
.article-block-prepare .theme-flow-list-column .item .btns .btn--line a .small, .article-block-prepare .theme-flow-list-column .item04 .btns .btn--line a .small, .article-block-prepare .theme-flow-list-column .item03 .btns .btn--line a .small, .article-block-prepare .theme-flow-list-column .item02 .btns .btn--line a .small, .article-block-prepare .theme-flow-list-column .item01 .btns .btn--line a .small {
  font-size: 1.6rem;
  padding-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list-column .item .btns .btn--line a .small, .article-block-prepare .theme-flow-list-column .item04 .btns .btn--line a .small, .article-block-prepare .theme-flow-list-column .item03 .btns .btn--line a .small, .article-block-prepare .theme-flow-list-column .item02 .btns .btn--line a .small, .article-block-prepare .theme-flow-list-column .item01 .btns .btn--line a .small {
    font-size: 1.4rem;
  }
}
.article-block-prepare .theme-flow-list-column .item .videos, .article-block-prepare .theme-flow-list-column .item04 .videos, .article-block-prepare .theme-flow-list-column .item03 .videos, .article-block-prepare .theme-flow-list-column .item02 .videos, .article-block-prepare .theme-flow-list-column .item01 .videos {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 2.7rem;
}
@media only screen and (min-width: 768px) {
  .article-block-prepare .theme-flow-list-column .item .videos, .article-block-prepare .theme-flow-list-column .item04 .videos, .article-block-prepare .theme-flow-list-column .item03 .videos, .article-block-prepare .theme-flow-list-column .item02 .videos, .article-block-prepare .theme-flow-list-column .item01 .videos {
    gap: calc(3rem - 2px);
  }
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list-column .item .videos, .article-block-prepare .theme-flow-list-column .item04 .videos, .article-block-prepare .theme-flow-list-column .item03 .videos, .article-block-prepare .theme-flow-list-column .item02 .videos, .article-block-prepare .theme-flow-list-column .item01 .videos {
    margin-top: 1.3rem;
  }
}
.article-block-prepare .theme-flow-list-column .item .videos .video, .article-block-prepare .theme-flow-list-column .item04 .videos .video, .article-block-prepare .theme-flow-list-column .item03 .videos .video, .article-block-prepare .theme-flow-list-column .item02 .videos .video, .article-block-prepare .theme-flow-list-column .item01 .videos .video {
  border: 1px solid #7998C2;
  border-radius: 1.2rem;
  padding: 1.6rem 1.6rem 1.9rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.6rem;
  max-width: 50rem;
  box-shadow: 0px 0.4rem 0.2rem rgba(0, 0, 0, 0.1607843137);
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list-column .item .videos .video, .article-block-prepare .theme-flow-list-column .item04 .videos .video, .article-block-prepare .theme-flow-list-column .item03 .videos .video, .article-block-prepare .theme-flow-list-column .item02 .videos .video, .article-block-prepare .theme-flow-list-column .item01 .videos .video {
    padding: 1.2rem 1.6rem 1.4rem;
    gap: 1.3rem;
  }
  .article-block-prepare .theme-flow-list-column .videos.f-direction{
    flex-direction:column;
    gap:1.6rem
  }
}
.article-block-prepare .theme-flow-list-column .item .videos .video .img, .article-block-prepare .theme-flow-list-column .item04 .videos .video .img, .article-block-prepare .theme-flow-list-column .item03 .videos .video .img, .article-block-prepare .theme-flow-list-column .item02 .videos .video .img, .article-block-prepare .theme-flow-list-column .item01 .videos .video .img {
  display: block;
  width: 18rem;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list-column .item .videos .video .img, .article-block-prepare .theme-flow-list-column .item04 .videos .video .img, .article-block-prepare .theme-flow-list-column .item03 .videos .video .img, .article-block-prepare .theme-flow-list-column .item02 .videos .video .img, .article-block-prepare .theme-flow-list-column .item01 .videos .video .img {
    width: 14rem;
  }
}
.article-block-prepare .theme-flow-list-column .item .videos .video-text, .article-block-prepare .theme-flow-list-column .item04 .videos .video-text, .article-block-prepare .theme-flow-list-column .item03 .videos .video-text, .article-block-prepare .theme-flow-list-column .item02 .videos .video-text, .article-block-prepare .theme-flow-list-column .item01 .videos .video-text {
  flex: 1;
}
.article-block-prepare .theme-flow-list-column .item .videos .video-title, .article-block-prepare .theme-flow-list-column .item04 .videos .video-title, .article-block-prepare .theme-flow-list-column .item03 .videos .video-title, .article-block-prepare .theme-flow-list-column .item02 .videos .video-title, .article-block-prepare .theme-flow-list-column .item01 .videos .video-title {
  font-size: 2.1rem;
  font-weight: bold;
  border-bottom: 1px solid #7998C2;
  padding-bottom: 0.35rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .article-block-prepare .theme-flow-list-column .item .videos .video-title, .article-block-prepare .theme-flow-list-column .item04 .videos .video-title, .article-block-prepare .theme-flow-list-column .item03 .videos .video-title, .article-block-prepare .theme-flow-list-column .item02 .videos .video-title, .article-block-prepare .theme-flow-list-column .item01 .videos .video-title {
    margin-top: -0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list-column .item .videos .video-title, .article-block-prepare .theme-flow-list-column .item04 .videos .video-title, .article-block-prepare .theme-flow-list-column .item03 .videos .video-title, .article-block-prepare .theme-flow-list-column .item02 .videos .video-title, .article-block-prepare .theme-flow-list-column .item01 .videos .video-title {
    font-size: 1.6rem;
  }
}
.article-block-prepare .theme-flow-list-column .item .videos .video-lead, .article-block-prepare .theme-flow-list-column .item04 .videos .video-lead, .article-block-prepare .theme-flow-list-column .item03 .videos .video-lead, .article-block-prepare .theme-flow-list-column .item02 .videos .video-lead, .article-block-prepare .theme-flow-list-column .item01 .videos .video-lead {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list-column .item .videos .video-lead, .article-block-prepare .theme-flow-list-column .item04 .videos .video-lead, .article-block-prepare .theme-flow-list-column .item03 .videos .video-lead, .article-block-prepare .theme-flow-list-column .item02 .videos .video-lead, .article-block-prepare .theme-flow-list-column .item01 .videos .video-lead {
    font-size: 1.4rem;
  }
}
.article-block-prepare .theme-flow-list-column .item .videos .video .btn, .article-block-prepare .theme-flow-list-column .item04 .videos .video .btn, .article-block-prepare .theme-flow-list-column .item03 .videos .video .btn, .article-block-prepare .theme-flow-list-column .item02 .videos .video .btn, .article-block-prepare .theme-flow-list-column .item01 .videos .video .btn {
  margin-top: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list-column .item .videos .video .btn, .article-block-prepare .theme-flow-list-column .item04 .videos .video .btn, .article-block-prepare .theme-flow-list-column .item03 .videos .video .btn, .article-block-prepare .theme-flow-list-column .item02 .videos .video .btn, .article-block-prepare .theme-flow-list-column .item01 .videos .video .btn {
    margin-top: 1.4rem;
  }
}
.article-block-prepare .theme-flow-list-column .item .videos .video .btn a, .article-block-prepare .theme-flow-list-column .item04 .videos .video .btn a, .article-block-prepare .theme-flow-list-column .item03 .videos .video .btn a, .article-block-prepare .theme-flow-list-column .item02 .videos .video .btn a, .article-block-prepare .theme-flow-list-column .item01 .videos .video .btn a {
  min-height: 4rem;
  font-size: 1.8rem;
  box-shadow: 0px 0.2rem 0.1rem rgba(0, 0, 0, 0.1607843137);
  border-color: #104FA1;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list-column .item .videos .video .btn a, .article-block-prepare .theme-flow-list-column .item04 .videos .video .btn a, .article-block-prepare .theme-flow-list-column .item03 .videos .video .btn a, .article-block-prepare .theme-flow-list-column .item02 .videos .video .btn a, .article-block-prepare .theme-flow-list-column .item01 .videos .video .btn a {
    font-size: 1.6rem;
    min-height: 4.2rem;
  }
}
.article-block-prepare .theme-flow-list-column .item .videos .video .btn a span, .article-block-prepare .theme-flow-list-column .item04 .videos .video .btn a span, .article-block-prepare .theme-flow-list-column .item03 .videos .video .btn a span, .article-block-prepare .theme-flow-list-column .item02 .videos .video .btn a span, .article-block-prepare .theme-flow-list-column .item01 .videos .video .btn a span {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .article-block-prepare .theme-flow-list-column .item .videos .video .btn a span, .article-block-prepare .theme-flow-list-column .item04 .videos .video .btn a span, .article-block-prepare .theme-flow-list-column .item03 .videos .video .btn a span, .article-block-prepare .theme-flow-list-column .item02 .videos .video .btn a span, .article-block-prepare .theme-flow-list-column .item01 .videos .video .btn a span {
    font-size: 1.4rem;
  }
}
.article-block-prepare .theme-flow-list-column .item01 .title::before {
  background-image: url(../img/common/icon-step01.svg);
}
.article-block-prepare .theme-flow-list-column .item02 .title::before {
  background-image: url(../img/common/icon-step02.svg);
}
.article-block-prepare .theme-flow-list-column .item03 .title::before {
  background-image: url(../img/common/icon-step03.svg);
}
.article-block-prepare .theme-flow-list-column .item04 .title::before {
  background-image: url(../img/common/icon-step04.svg);
}

.article-block-systematic {
  padding-top: 11.3rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .article-block-systematic {
    padding-top: 6.8rem;
    padding-bottom: 7.3rem;
  }
}
.article-block-systematic .c-lead {
  text-align: left;
  max-width: 102.4rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7778;
}
@media only screen and (max-width: 767px) {
  .article-block-systematic .c-lead {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  .article-block-systematic .table-scroll-check {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-systematic .table-scroll-check {
    width: 17.4rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
  }
}
.article-block-systematic .systematic-table {
  border-radius: 3.2rem;
  overflow: hidden;
  background: #111;
  border: 2px solid #111;
}
@media only screen and (max-width: 767px) {
  .article-block-systematic .systematic-table {
    width: 78.4rem;
  }
}
.article-block-systematic .systematic-table-wrap {
  margin-top: 2.7rem;
}
@media only screen and (max-width: 767px) {
  .article-block-systematic .systematic-table-wrap {
    width: 100%;
    max-height: 55.4rem;
    overflow: auto;
    margin-top: 1.4rem;
  }
}
.article-block-systematic .systematic-table table {
  background: #111;
  border-spacing: 2px;
  width: calc(100% + 4px);
  margin: -2px;
  table-layout: fixed;
  line-height: 1.5;
}
.article-block-systematic .systematic-table table colgroup .col01 {
  background: #D1E4FE;
}
.article-block-systematic .systematic-table table colgroup .col02 {
  background: #fff;
}
.article-block-systematic .systematic-table table colgroup .col03 {
  background: #EBF3FF;
}
.article-block-systematic .systematic-table table colgroup .col04 {
  background: #F7F7F7;
  width: 30.3%;
}
@media only screen and (max-width: 767px) {
  .article-block-systematic .systematic-table table colgroup .col04 {
    width: 34.7%;
  }
}
.article-block-systematic .systematic-table table thead th {
  font-size: 2rem;
  padding: 1.5rem 0.8rem;
}
@media only screen and (max-width: 767px) {
  .article-block-systematic .systematic-table table thead th {
    font-size: 1.6rem;
    padding: 0.55rem 0.6rem;
  }
}
.article-block-systematic .systematic-table table tbody td {
  padding: 0.7rem 0.8rem;
  vertical-align: top;
  position: relative;
}
.article-block-systematic .systematic-table table tbody td .btn {
  text-align: center;
  margin-top: 0.8rem;
}
.article-block-systematic .systematic-table table tbody td .btn a {
  min-height: 3.6rem;
  min-width: 21.2rem;
  background: #D05B01;
  border-color: #D05B01;
  box-shadow: 0px 0.2rem 0.1rem rgba(0, 0, 0, 0.1607843137);
}
@media only screen and (min-width: 768px) {
  .article-block-systematic .systematic-table table tbody td .btn a:hover {
    background: #fff;
    color: #D05B01;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-systematic .systematic-table table tbody td .btn a {
    font-size: 1.2rem;
    min-width: auto;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.article-block-systematic .systematic-table table tbody td .btn a::before, .article-block-systematic .systematic-table table tbody td .btn a::after {
  width: 1.6rem;
  height: 1.6rem;
  background-size: 0.8rem;
  background-position: 0.5rem 50%;
  right: 1rem;
}
@media only screen and (max-width: 767px) {
  .article-block-systematic .systematic-table table tbody td .btn a::before, .article-block-systematic .systematic-table table tbody td .btn a::after {
    width: 1rem;
    height: 1rem;
    background-size: 0.5rem;
    background-position: 0.3rem 50%;
    right: 0.7rem;
  }
}
.article-block-systematic .systematic-table table tbody td .btn a::before {
  background-color: #D05B01;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.739' height='8.845' viewBox='0 0 7.739 8.845'%3E%3Cpath id='tri' d='M4.423,0,8.845,7.739H0Z' transform='translate(7.739) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.article-block-systematic .systematic-table table tbody td .btn a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.739' height='8.845' viewBox='0 0 7.739 8.845'%3E%3Cpath id='tri' d='M4.423,0,8.845,7.739H0Z' transform='translate(7.739) rotate(90)' fill='%23D05B01'/%3E%3C/svg%3E%0A");
  background-color: #fff;
}
.article-block-systematic .systematic-table table tbody td .btn a span {
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .article-block-systematic .systematic-table table tbody td .btn a span {
    font-size: 1rem;
  }
}
.article-block-systematic .systematic-table table tbody td::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(2px);
}
.article-block-systematic .systematic-table table tbody td.td-border01::after {
  background: #89A8D3;
}
.article-block-systematic .systematic-table table tbody td.td-border02::after {
  background: #D0D0D0;
}
.article-block-systematic .systematic-table table tbody td.td-border03::after {
  background: #A5B6D0;
}
.article-block-systematic .systematic-table table tbody td.td-border04::after {
  background: #B5B4B4;
}

.article-block-wpvideo {
  background: #FFF8E6;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .article-block-wpvideo {
    padding-top: 3.5rem;
  }
}
.article-block-wpvideo {
  padding-bottom: 5rem;
}
.article-block-wpvideo .c-title span {
  background: #FFF8E6;
}
.article-block-wpvideo .c-lead {
  text-align: left;
  max-width: 102.4rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7778;
}
@media only screen and (max-width: 767px) {
  .article-block-wpvideo .c-lead {
    line-height: 1.7;
    display: none;
  }
}
.article-block-wpvideo .c-lead p a {
  color: #104FA1;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .article-block-wpvideo .c-lead p a:hover {
    text-decoration: underline;
  }
}
.article-block-wpvideo .c-lead p .line {
  background: linear-gradient(to bottom, transparent, transparent 65%, #fff 65%);
}
.article-block-wpvideo .c-lead p .arrow::before {
  content: "";
  width: 1.35rem;
  height: 1.05rem;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.5' height='10.5' viewBox='0 0 13.5 10.5'%3E%3Cg id='arrow' transform='translate(-9.25 0.75)'%3E%3Cpath id='パス_143' data-name='パス 143' d='M1240.921,947.664h-12a.75.75,0,0,1,0-1.5h12a.75.75,0,0,1,0,1.5Z' transform='translate(-1218.922 -942.414)' fill='%230b3892'/%3E%3Cpath id='パス_144' data-name='パス 144' d='M9,5.25a.748.748,0,0,1-.53-.22L4.5,1.061.53,5.03a.75.75,0,0,1-1.061,0,.75.75,0,0,1,0-1.061l4.5-4.5a.75.75,0,0,1,1.061,0l4.5,4.5A.75.75,0,0,1,9,5.25Z' transform='translate(22 0) rotate(90)' fill='%230b3892'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.35rem;
  margin-right: 0.8rem;
}
.article-block-wpvideo .title {
  background: #D1E4FE;
  border: 1px solid #89A8D3;
  min-height: 4.1rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .article-block-wpvideo .title {
    min-height: 3.6rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
.article-block-wpvideo .title .inner {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .article-block-wpvideo .title .inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-wpvideo .title .inner {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 768px) {
  .article-block-wpvideo .title .inner span {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-wpvideo .title .inner span {
    font-size: 1.6rem;
    margin-right: 0.5rem;
  }
}
.article-block-wpvideo .wpvideo-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .article-block-wpvideo .wpvideo-list {
    flex-flow: column;
  }
}
.article-block-wpvideo .wpvideo-list__item {
  border-radius: 0.8rem;
  background: #FFFFFF;
  padding: 1.6rem;
  box-shadow: 0px 0.4rem 0.2rem rgba(0, 0, 0, 0.1215686275);
}
@media only screen and (min-width: 768px) {
  .article-block-wpvideo .wpvideo-list__item {
    flex: 0 0 calc((100% - 2rem) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .article-block-wpvideo .wpvideo-list__item {
    min-height: 5.6rem;
    padding: 1.4rem;
    width: 100%;
  }
}
.article-block-wpvideo .wpvideo-list__item .btns {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6rem;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .article-block-wpvideo .wpvideo-list__item .btns {
    margin-top: 0.9rem;
    gap: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-wpvideo .wpvideo-list__item .btns .icon--play {
    flex: 1;
  }
}
.article-block-wpvideo .wpvideo-list__item .btns .icon--play a {
  min-height: 4rem;
  min-width: auto;
  background: #D05B01;
  border-color: #D05B01;
  box-shadow: 0px 0.2rem 0.1rem rgba(0, 0, 0, 0.1607843137);
  padding-left: 2.4rem;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .article-block-wpvideo .wpvideo-list__item .btns .icon--play a:hover {
    background: #fff;
    color: #D05B01;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-wpvideo .wpvideo-list__item .btns .icon--play a {
    font-size: 1.6rem;
    min-width: auto;
    width: 100%;
    padding-left: 0.7rem;
    padding-right: 3rem;
  }
}
.article-block-wpvideo .wpvideo-list__item .btns .icon--play a::before, .article-block-wpvideo .wpvideo-list__item .btns .icon--play a::after {
  width: 1.8rem;
  height: 1.8rem;
  background-size: 0.8rem;
  background-position: 0.6rem 50%;
  right: 1rem;
}
@media only screen and (max-width: 767px) {
  .article-block-wpvideo .wpvideo-list__item .btns .icon--play a::before, .article-block-wpvideo .wpvideo-list__item .btns .icon--play a::after {
    width: 1.6rem;
    height: 1.6rem;
    background-size: 0.7rem;
    background-position: 0.5rem 50%;
  }
}
.article-block-wpvideo .wpvideo-list__item .btns .icon--play a::before {
  background-color: #D05B01;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.739' height='8.845' viewBox='0 0 7.739 8.845'%3E%3Cpath id='tri' d='M4.423,0,8.845,7.739H0Z' transform='translate(7.739) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.article-block-wpvideo .wpvideo-list__item .btns .icon--play a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.739' height='8.845' viewBox='0 0 7.739 8.845'%3E%3Cpath id='tri' d='M4.423,0,8.845,7.739H0Z' transform='translate(7.739) rotate(90)' fill='%23D05B01'/%3E%3C/svg%3E%0A");
  background-color: #fff;
}
.article-block-wpvideo .wpvideo-list__item .btns .icon--play a span {
  font-weight: 400;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .article-block-wpvideo .wpvideo-list__item .btns .icon--play a span {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-wpvideo .wpvideo-list__item .btns .icon--pdf {
    width: 12rem;
  }
}
.article-block-wpvideo .wpvideo-list__item .btns .icon--pdf a {
  min-height: 4rem;
  min-width: auto;
  color: #D05B01;
  border-color: #D05B01;
  box-shadow: 0px 0.2rem 0.1rem rgba(0, 0, 0, 0.1607843137);
  padding-left: 2.4rem;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .article-block-wpvideo .wpvideo-list__item .btns .icon--pdf a:hover {
    background: #D05B01;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-wpvideo .wpvideo-list__item .btns .icon--pdf a {
    font-size: 1.8rem;
    padding-left: 1.4rem;
    padding-right: 3.5rem;
    width: 100%;
  }
}
.article-block-wpvideo .wpvideo-list__item .btns .icon--pdf a::before, .article-block-wpvideo .wpvideo-list__item .btns .icon--pdf a::after {
  width: 1.2rem;
  height: 1.6rem;
  background-size: 1.2rem;
  background-position: 50% 50%;
  right: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .article-block-wpvideo .wpvideo-list__item .btns .icon--pdf a::before, .article-block-wpvideo .wpvideo-list__item .btns .icon--pdf a::after {
    right: 1.5rem;
  }
}
.article-block-wpvideo .wpvideo-list__item .btns .icon--pdf a::before {
  background-image: url(../img/common/icon-pdf-orange-w.svg);
}
.article-block-wpvideo .wpvideo-list__item .btns .icon--pdf a::after {
  background-image: url(../img/common/icon-pdf-orange.svg);
}
@media only screen and (max-width: 767px) {
  .article-block-wpvideo .wpvideo-list__item .btns .icon--pdf a span {
    font-size: 1.6rem;
  }
}

.article-block-investigation {
  padding-top: 9.6rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .article-block-investigation {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}
.article-block-investigation .btn {
  text-align: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .article-block-investigation .btn {
    margin-top: 3.6rem;
  }
}
.article-block-investigation .btn a {
  min-width: 60rem;
  font-size: 2.4rem;
  min-height: 7.2rem;
}
@media only screen and (max-width: 767px) {
  .article-block-investigation .btn a {
    min-height: 4.8rem;
    font-size: 1.6rem;
    min-width: 36.2rem;
  }
}

.article-block-recommend {
  padding-top: 5.2rem;
}
@media only screen and (max-width: 767px) {
  .article-block-recommend {
    padding-top: 3.7rem;
  }
}
.article-block-recommend::before,.article-block-nexttheme::before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .article-block-recommend .wp-list {
    /* max-width: 102.4rem; */
    max-width: 103.4rem;
    /* gap: 6.4rem; */
    gap:4.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-block-recommend .wp-list__item {
    /* flex: 0 0 calc((100% - 6.4rem) / 2); */
    flex: 0 0 calc((100% - 4.4rem) / 2);
  }
}
.article-block-recommend .wp-list__item .title span::before {
  display: none;
}
/*次のテーマ*/
.article-block-wp.article-block-nexttheme, .article-block-wp.article-block-nexttheme .c-title span{
  background: #F5F9FF;
}
.article-block-nexttheme .wp-list{
    -webkit-box-pack: center;
  justify-content: center;
}

.article-block-link .link-wrap {
  width: 100%;
  border: 1px solid #104FA1;
  border-radius: 2.4rem;
  box-shadow: 1.6rem 1.6rem 0 #DAE7FD;
  padding: 4.8rem 4.8rem;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .article-block-link .link-wrap {
    padding: 2rem 1.4rem;
    border-radius: 1.2rem;
  }
}
.article-block-link .link-box:not(:last-of-type) {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .article-block-link .link-box:not(:last-of-type) {
    margin-bottom: 4.2rem;
  }
}
.article-block-link .link-title {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 1rem;
  border-left: 0.6rem solid #104FA1;
  line-height: 1.4;
  padding-bottom: 0.3rem;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .article-block-link .link-title {
    font-size: 1.6rem;
    border-width: 0.4rem;
    padding-left: 0.7rem;
    margin-bottom: 0.6rem;
  }
}
.article-block-link .link-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  margin-top: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .article-block-link .link-list {
    gap: 3.6rem 1.4rem;
    justify-content: flex-start;
    margin-top: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-link .link-list__item {
    flex: 0 0 calc((100% - 1.4rem) / 2);
  }
}
.article-block-link .link-list__item a {
  border: 1px solid #104FA1;
  border-radius: 0.8rem;
  overflow: hidden;
  display: inline-block;
  max-width: 30rem;
  box-shadow: 0.8rem 0.8rem 0px rgba(16, 79, 161, 0.1019607843);
}
@media only screen and (min-width: 768px) {
  .article-block-link .link-list__item a {
    transition: 200ms;
  }
  .article-block-link .link-list__item a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .article-block-link .link-list__item a {
    box-shadow: 0.4rem 0.4rem 0px rgba(16, 79, 161, 0.1019607843);
  }
}

.article-block-sitemap .sitemap-wrap {
  width: 100%;
  border: 1px solid #104FA1;
  border-radius: 2.4rem;
  box-shadow: 1.6rem 1.6rem 0 #DAE7FD;
  padding: 4.8rem 4.8rem;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .article-block-sitemap .sitemap-wrap {
    padding: 1.5rem;
    border-radius: 1.2rem;
  }
}
.article-block-sitemap .sitemap-list__item a, .article-block-sitemap .sitemap-list__item span {
  max-width: 24rem;
  min-height: 4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #104FA1;
  border-radius: 50vw;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .article-block-sitemap .sitemap-list__item a, .article-block-sitemap .sitemap-list__item span {
    max-width: 14rem;
    min-height: 2.8rem;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .article-block-sitemap .sitemap-list__item a {
    transition: 200ms;
  }
  .article-block-sitemap .sitemap-list__item a:hover {
    background: #104FA1;
    color: #fff;
  }
}
.article-block-sitemap .sitemap-list__item span {
  background: #F5F9FF;
  border-color: #A8B7CC;
}
.article-block-sitemap .sitemap-list__item ul {
  margin-left: 12rem;
  margin-top: 1rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .article-block-sitemap .sitemap-list__item ul {
    margin-left: 3.5rem;
  }
}
.article-block-sitemap .sitemap-list__item ul > li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .article-block-sitemap .sitemap-list__item ul > li {
    margin-bottom: 0.6rem;
  }
}
.article-block-sitemap .sitemap-list__item ul > li > a, .article-block-sitemap .sitemap-list__item ul > li span {
  position: relative;
}
.article-block-sitemap .sitemap-list__item ul > li > a::after, .article-block-sitemap .sitemap-list__item ul > li span::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background: #111;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
}
.article-block-sitemap .sitemap-list__item ul > li:first-of-type {
  position: relative;
}
.article-block-sitemap .sitemap-list__item ul > li:first-of-type::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #111;
  position: absolute;
  top: -2rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .article-block-sitemap .sitemap-list__item ul > li:first-of-type::before {
    top: -1.4rem;
  }
}
.article-block-sitemap .sitemap-list__item ul > li:not(:last-of-type) {
  position: relative;
}
.article-block-sitemap .sitemap-list__item ul > li:not(:last-of-type)::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 4rem);
  background: #111;
  position: absolute;
  top: -1rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .article-block-sitemap .sitemap-list__item ul > li:not(:last-of-type)::before {
    height: calc(100% + 3.2rem);
    top: -1.1rem;
  }
}
.article-block-sitemap .sitemap-list__item .first {
  position: relative;
}
.article-block-sitemap .sitemap-list__item .first::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #111;
  position: absolute;
  top: -2rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .article-block-sitemap .sitemap-list__item .first::before {
    top: -2rem;
  }
}


.article-block-sitemap .sitemap-list__item .el-intro-list::before{
 content: "";
  display: block;
  width: 1px;
  height: 13rem;
  background: #111;
  position: absolute;
  top: 0;
  left: 14rem;
}
.article-block-sitemap .sitemap-list__item .el-theme-list::before{
 content: "";
  display: block;
  width: 1px;
  height: calc(100% - 8rem);
  background: #111;
  position: absolute;
  top: 0;
  left: 14rem;
}
@media only screen and (max-width: 767px) {
  .article-block-sitemap .sitemap-list__item .el-intro-list::before{
    left: 5.5rem;
  }
  .article-block-sitemap .sitemap-list__item .el-theme-list::before {
    height: calc(100% - 6rem);
    left: 5.5rem;
  }
}

.article-block-privacypolicy .privacypolicy-wrap {
  width: 100%;
  border: 1px solid #104FA1;
  border-radius: 2.4rem;
  box-shadow: 1.6rem 1.6rem 0 #DAE7FD;
  padding: 4.8rem 4.8rem;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .article-block-privacypolicy .privacypolicy-wrap {
    padding: 1.5rem;
    border-radius: 1.2rem;
  }
}
.article-block-privacypolicy .privacypolicy-box:not(:last-of-type) {
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .article-block-privacypolicy .privacypolicy-box:not(:last-of-type) {
    margin-bottom: 4.2rem;
  }
}
.article-block-privacypolicy .privacypolicy-title {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 1rem;
  border-left: 0.6rem solid #104FA1;
  line-height: 1.4;
  padding-bottom: 0.3rem;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .article-block-privacypolicy .privacypolicy-title {
    font-size: 1.6rem;
    border-width: 0.4rem;
    padding-left: 0.7rem;
    margin-bottom: 0.6rem;
  }
}
.article-block-privacypolicy .lead {
  font-size: 1.8rem;
  line-height: 1.7778;
}
@media only screen and (max-width: 767px) {
  .article-block-privacypolicy .lead {
    font-size: 1.4rem;
    line-height: 1.714;
  }
}
.article-block-privacypolicy .lead a {
  color: #104FA1;
  font-weight: bold;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .article-block-privacypolicy .lead a:hover {
    text-decoration: none;
  }
}
.article-block-privacypolicy .lead a[target]::after {
  content: "";
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.13' height='20.414' viewBox='0 0 20.13 20.414'%3E%3Cg id='ic-external' transform='translate(-3.204 16.971) rotate(-45)'%3E%3Cpath id='パス_143' data-name='パス 143' d='M1240.922,947.914h-12a1,1,0,0,1,0-2h12a1,1,0,0,1,0,2Z' transform='translate(-1218.922 -942.414)' fill='%23104fa1'/%3E%3Cpath id='パス_144' data-name='パス 144' d='M9,5.5a1,1,0,0,1-.707-.293L4.5,1.414.707,5.207a1,1,0,0,1-1.414,0,1,1,0,0,1,0-1.414l4.5-4.5a1,1,0,0,1,1.414,0l4.5,4.5A1,1,0,0,1,9,5.5Z' transform='translate(22 0) rotate(90)' fill='%23104fa1'/%3E%3Cpath id='パス_729' data-name='パス 729' d='M995.133,238.115h-11a1,1,0,0,1-1-1v-11a1,1,0,0,1,1-1h5.5a1,1,0,0,1,0,2h-4.5v9h9V231.6a1,1,0,1,1,2,0v5.514A1,1,0,0,1,995.133,238.115Z' transform='translate(-526.977 -858.852) rotate(45)' fill='%23104fa1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.7rem;
}

.detail-block {
  border: 1px solid #104FA1;
  border-radius: 2.4rem;
  box-shadow: 1.6rem 1.6rem 0 #DAE7FD;
  padding: 3.2rem;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .detail-block {
    padding: 1.3rem;
    border-radius: 1.2rem;
  }
}
.detail-block .detail-meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .detail-block .detail-meta {
    gap: 0.88rem;
  }
}
@media only screen and (max-width: 767px) {
  .detail-block .detail-meta time {
    font-size: 1.2rem;
  }
}
.detail-block .detail-meta .category {
  color: #fff;
  padding: 0 .85em;
  margin-left:.5em;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  border: 1px solid #000;
  width:6.5em;
  height:2em;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  transition: 200ms background-color;
}
@media only screen and (max-width: 767px) {
  .detail-block .detail-meta .category {
    flex-flow: column;
    font-size: 1.2rem;
    width: 7.8rem;
    height: 2.2rem;
  }
}
.detail-block .detail-meta .category01 {
  background: #D15B00;
  border-color: #D15B00;
}
.detail-block .detail-meta .category02 {
  background: #104FA1;
  border-color: #104FA1;
}
.detail-block .detail-meta .category03 {
  background: #058470;
  border-color: #058470;
}
.detail-meta .training-category {
  font-size:1.6rem;
  color:#111;
  font-weight:600;
  border: 1px solid #D4DDE1;
  width:11em;
  height:2em;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .detail-meta .training-category {
    font-size: 1.2rem;
  }
}
.detail-meta .training-category.noncate {
  border: 1px solid #fff;
}

.detail-block .detail-title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #D4DDE1;
  margin-top: 1.7rem;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .detail-block .detail-title {
    font-size: 1.6rem;
    padding-bottom: 0.9rem;
    margin-top: 1.5rem;
    margin-bottom: 1.4rem;
  }
}
.detail-block .detail-body {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .detail-block .detail-body {
    font-size: 1.4rem;
  }
}
.detail-block .option-link {
  text-align: right;
  color: #104fa1;
  font-weight: bold;
  margin-top: 2.6rem;
}
.detail-block .option-link-btn a {
  font-size: 1.8rem;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 2px solid transparent;
}
@media only screen and (min-width: 768px) {
  .detail-block .option-link-btn a:hover {
    border-bottom-color: #104FA1;
  }
}
@media only screen and (max-width: 767px) {
  .detail-block .option-link-btn a {
    font-size: 1.4rem;
  }
}
.detail-block .option-link-btn:not(.surround) a::before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.131' height='20.414' viewBox='0 0 20.131 20.414'%3E%3Cg id='グループ_137' data-name='グループ 137' transform='translate(-3.204 16.971) rotate(-45)'%3E%3Cpath id='パス_143' data-name='パス 143' d='M1240.922,947.914h-12a1,1,0,0,1,0-2h12a1,1,0,0,1,0,2Z' transform='translate(-1218.921 -942.415)' fill='%23104fa1'/%3E%3Cpath id='パス_144' data-name='パス 144' d='M9,5.5a1,1,0,0,1-.707-.293L4.5,1.414.707,5.207a1,1,0,0,1-1.414,0,1,1,0,0,1,0-1.414l4.5-4.5a1,1,0,0,1,1.414,0l4.5,4.5A1,1,0,0,1,9,5.5Z' transform='translate(22 0) rotate(90)' fill='%23104fa1'/%3E%3Cpath id='パス_729' data-name='パス 729' d='M995.133,238.115h-11a1,1,0,0,1-1-1v-11a1,1,0,0,1,1-1h5.5a1,1,0,0,1,0,2h-4.5v9h9V231.6a1,1,0,1,1,2,0v5.514A1,1,0,0,1,995.133,238.115Z' transform='translate(-526.976 -858.852) rotate(45)' fill='%23104fa1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.838rem;
  width: 1.838rem;
  height: 2.317rem;
}
@media only screen and (max-width: 767px) {
  .detail-block .option-link-btn:not(.surround) a::before {
    background-size: 1.6rem;
    width: 1.6rem;
    height: 1.717rem;
  }
}
.detail-block .option-link-btn.surround a {
  border: 1px solid #104FA1;
  border-radius: 0.4rem;
  min-width: 17rem;
  min-height: 4rem;
  padding: 0 1.3rem;
  padding-left: 4rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .detail-block .option-link-btn.surround a {
    min-height: 4.2rem;
  }
}
.detail-block .option-link-btn.surround a::before, .detail-block .option-link-btn.surround a::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.838rem;
  width: 1.838rem;
  height: 2.317rem;
  position: absolute;
  top: 50%;
  left: 1.3rem;
  transform: translate(0, -50%);
}
.detail-block .option-link-btn.surround a::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.5' height='10.5' viewBox='0 0 13.5 10.5'%3E%3Cg id='ic-arrow_r' transform='translate(0.75 0.75)'%3E%3Cpath id='パス_143' data-name='パス 143' d='M1240.921,947.664h-12a.75.75,0,0,1,0-1.5h12a.75.75,0,0,1,0,1.5Z' transform='translate(-1228.922 -942.414)' fill='%23104fa1'/%3E%3Cpath id='パス_144' data-name='パス 144' d='M9,5.25a.748.748,0,0,1-.53-.22L4.5,1.061.53,5.03a.75.75,0,0,1-1.061,0,.75.75,0,0,1,0-1.061l4.5-4.5a.75.75,0,0,1,1.061,0l4.5,4.5A.75.75,0,0,1,9,5.25Z' transform='translate(12 0) rotate(90)' fill='%23104fa1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.detail-block .option-link-btn.surround a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.5' height='10.5' viewBox='0 0 13.5 10.5'%3E%3Cg id='ic-arrow_r' transform='translate(0.75 0.75)'%3E%3Cpath id='パス_143' data-name='パス 143' d='M1240.921,947.664h-12a.75.75,0,0,1,0-1.5h12a.75.75,0,0,1,0,1.5Z' transform='translate(-1228.922 -942.414)' fill='%23fff'/%3E%3Cpath id='パス_144' data-name='パス 144' d='M9,5.25a.748.748,0,0,1-.53-.22L4.5,1.061.53,5.03a.75.75,0,0,1-1.061,0,.75.75,0,0,1,0-1.061l4.5-4.5a.75.75,0,0,1,1.061,0l4.5,4.5A.75.75,0,0,1,9,5.25Z' transform='translate(12 0) rotate(90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  transition: 200ms;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .detail-block .option-link-btn.surround a {
    transition: 200ms;
  }
  .detail-block .option-link-btn.surround a:hover {
    color: #fff;
    background: #104FA1;
  }
  .detail-block .option-link-btn.surround a:hover::after {
    opacity: 1;
  }
}
.detail-block + .btn {
  margin-top: 3.2rem;
  text-align: center;
}
.detail-block + .btn a {
  font-size: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .detail-block + .btn a {
    min-width: 40rem;
    min-height: 7.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .detail-block + .btn a {
    font-size: 1.6rem;
    min-width: 12rem;
    min-height: 4.8rem;
  }
}/*# sourceMappingURL=style.css.map */

a.pdf_dead{
  opacity: .6;
  background: #ccc;
  pointer-events: none;
}
.article-block-learn .ic-type,.article-block-introduction .ic-type{
  margin-left: .5em;
  vertical-align: middle;
  width:1.75em;
  height:1.75em;
}
.article-block-learn .learn-detail a{
  font-weight: 700;
  color:#104FA1;
}
.article-block-learn .learn-detail a:hover{
  text-decoration: underline;
}

.inner-data .btn.icon--recruit {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin:3.5rem auto 1rem;
}
.inner-data .btn.icon--recruit a,.inner-data .btn.icon--recruit .btn--none {
  min-width: 40rem;
  min-height: 7rem;
}
.inner-data .btn.icon--recruit .btn--none > * {
    min-width: 40rem;
  }

@media only screen and (max-width: 767px) {
  .inner-data .btn.icon--recruit {
    font-size: 1.5rem;
  }
  .inner-data .btn.icon--recruit a,.inner-data .btn.icon--recruit .btn--none {
    min-width: auto;
    width:100%;
    min-height: 4.8rem;
  }
  .inner-data .btn.icon--recruit .btn--none > * {
    width:100%;
    min-width:auto;
    min-height: 4.4rem;
  }
}



a.app-closed {
  pointer-events:none;
  cursor:default;
  text-decoration:none !important;
}