<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.d__color--notice {
  color: #f15900;
}

.d__font-size--l {
  font-size: 120%;
}

.d__font-size--s {
  font-size: 88%;
}

.d__icon--external {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0.5em;
  background: url("../img/decor/icon/external.png") center center no-repeat;
  background-size: 14px 14px;
}

.d__icon--external--white {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 0.5em;
  background: url("../img/decor/icon/external--white.png") center center no-repeat;
  background-size: 14px 14px;
}

.d__icon--pdf {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin: 0 0.5em;
  background: url("../img/decor/icon/pdf.png") center center no-repeat;
  background-size: 16px 20px;
  vertical-align: middle;
}

.d__icon--pdf--white {
  display: inline-block;
  width: 16px;
  height: 20px;
  margin: 0 0.5em;
  background: url("../img/decor/icon/pdf--white.png") center center no-repeat;
  background-size: 16px 20px;
  vertical-align: middle;
}

.m__page-header {
  padding: 50px 20px 1em;
  background: #eaf6fc;
}
.m__page-header &gt; .breadcrumb &gt; ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0.75em 0;
  margin: 0 auto;
}
.m__page-header &gt; .breadcrumb &gt; ol &gt; li {
  margin: 0.15em 0.5em 0.15em 0;
  line-height: 1.5;
  font-size: 1.2rem;
}
.m__page-header &gt; .breadcrumb &gt; ol &gt; li + li::before {
  content: "/";
  margin: 0 0.5em 0 0;
}
.m__page-header &gt; .breadcrumb &gt; ol &gt; li &gt; span {
  font-weight: 700;
}
.m__page-header &gt; .breadcrumb &gt; ol &gt; li &gt; a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
}
.m__page-header &gt; .breadcrumb &gt; ol &gt; li &gt; a:hover {
  text-decoration: none;
}
.m__page-header &gt; .title {
  width: 100%;
  padding: 1em 0;
}
.m__page-header &gt; .title &gt; h1,
.m__page-header &gt; .title &gt; h2 {
  margin: 0 auto;
  font-size: 2.8rem;
  font-weight: 700;
}

.m__page-cnt .anchor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1em 1.5em;
  background: rgba(234, 246, 252, 0.5);
}
.m__page-cnt .anchor-list &gt; li {
  position: relative;
  margin: 0.5em 1em;
  padding-left: 1em;
  line-height: 1.5;
  font-size: 1.2rem;
}
.m__page-cnt .anchor-list &gt; li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 4px solid #1e3b79;
}
.m__page-cnt .anchor-list &gt; li &gt; a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
}
.m__page-cnt .anchor-list &gt; li &gt; a:hover {
  text-decoration: none;
}
.m__page-cnt .heading--deco {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.m__page-cnt .heading--deco &gt; span:first-child {
  font-family: "Lato", Meiryo, sans-serif;
  font-size: 3.2rem;
  font-style: italic;
  font-weight: 300;
  color: #1e3b79;
}
.m__page-cnt .heading--deco &gt; span:first-child + span {
  position: relative;
  margin-left: 1.25em;
  padding-left: 1em;
  padding-top: 0.75em;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
}
.m__page-cnt .heading--deco &gt; span:first-child + span::before {
  content: "";
  position: absolute;
  bottom: -0.15em;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 1.5em;
  background: rgba(30, 59, 121, 0.5);
  transform: rotate(30deg);
}
.m__page-cnt .heading--h2 {
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
}
.m__page-cnt .heading--h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 0.15em;
  background-image: linear-gradient(to right, #1e3b79 0%, #1e3b79 20%, #e5e5e5 20%, #e5e5e5 100%);
}
.m__page-cnt .heading--h3 {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
}
.m__page-cnt .heading--h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0.15em;
  background-image: linear-gradient(to right, #1e3b79 0%, #1e3b79 20%, #e5e5e5 20%, #e5e5e5 100%);
}
.m__page-cnt .heading--h4 {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}
.m__page-cnt .heading--h5 {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
}
.m__page-cnt .heading--h6 {
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1e3b79;
}
.m__page-cnt .text {
  text-align: left;
  line-height: 2;
  font-size: 1.4rem;
}
.m__page-cnt .text a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
  word-break: break-all;
}
.m__page-cnt .text a:hover {
  text-decoration: none;
}
.m__page-cnt .text--center {
  text-align: center;
  line-height: 2;
  font-size: 1.4rem;
}
.m__page-cnt .text--center a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
  word-break: break-all;
}
.m__page-cnt .text--center a:hover {
  text-decoration: none;
}
.m__page-cnt .text--right {
  text-align: right;
  line-height: 2;
  font-size: 1.4rem;
}
.m__page-cnt .text--right a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
  word-break: break-all;
}
.m__page-cnt .text--right a:hover {
  text-decoration: none;
}
.m__page-cnt .list {
  margin-left: 1.75em;
}
.m__page-cnt .list &gt; li {
  line-height: 1.714;
  font-size: 1.4rem;
}
.m__page-cnt .list &gt; li + li {
  margin-top: 1em;
}
.m__page-cnt .list &gt; li a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
  word-break: break-all;
}
.m__page-cnt .list &gt; li a:hover {
  text-decoration: none;
}
.m__page-cnt .list &gt; li {
  position: relative;
}
.m__page-cnt .list &gt; li::before {
  content: "";
  position: absolute;
  left: -1.25em;
  top: 0.55em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: #bde3f6;
  transform: rotate(45deg);
}
.m__page-cnt .list--order {
  margin-left: 1.75em;
}
.m__page-cnt .list--order &gt; li {
  line-height: 1.714;
  font-size: 1.4rem;
}
.m__page-cnt .list--order &gt; li + li {
  margin-top: 1em;
}
.m__page-cnt .list--order &gt; li a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
  word-break: break-all;
}
.m__page-cnt .list--order &gt; li a:hover {
  text-decoration: none;
}
.m__page-cnt .list--order &gt; li {
  list-style: desc;
}
.m__page-cnt .list--arrow {
  margin-left: 1.75em;
}
.m__page-cnt .list--arrow &gt; li {
  line-height: 1.714;
  font-size: 1.4rem;
}
.m__page-cnt .list--arrow &gt; li + li {
  margin-top: 1em;
}
.m__page-cnt .list--arrow &gt; li a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
  word-break: break-all;
}
.m__page-cnt .list--arrow &gt; li a:hover {
  text-decoration: none;
}
.m__page-cnt .list--arrow &gt; li {
  position: relative;
}
.m__page-cnt .list--arrow &gt; li::before {
  content: "";
  position: absolute;
  left: -0.85em;
  top: 0.55em;
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 4px solid #1e3b79;
}
.m__page-cnt .list--arrow &gt; li &gt; a {
  text-decoration: underline;
  color: #496db4;
}
.m__page-cnt .list--caption {
  margin-left: 1em;
}
.m__page-cnt .list--caption &gt; li {
  line-height: 1.714;
  font-size: 1.2rem;
}
.m__page-cnt .list--caption &gt; li + li {
  margin-top: 1em;
}
.m__page-cnt .list--caption &gt; li a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
  word-break: break-all;
}
.m__page-cnt .list--caption &gt; li a:hover {
  text-decoration: none;
}
.m__page-cnt .list--caption &gt; li {
  position: relative;
}
.m__page-cnt .list--caption &gt; li::before {
  content: "※";
  position: absolute;
  left: -1.25em;
  top: 0;
}
.m__page-cnt .list--caption &gt; li + li {
  margin-top: 0.75em;
}
.m__page-cnt .btn &gt; a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0.6875em 2.5em;
  text-align: center;
  line-height: 1.714;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #496db4;
  border: #496db4 1px solid;
}
.m__page-cnt .btn &gt; a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25em;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(255, 255, 255, 0.75);
  transform: rotate(45deg);
}
.m__page-cnt .btn &gt; a:hover {
  transition: opacity 0.5s;
  opacity: 1;
}
.m__page-cnt .btn &gt; a:hover:hover {
  opacity: 0.5;
}
.m__page-cnt .btn--line &gt; a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0.6875em 2.5em;
  text-align: center;
  line-height: 1.714;
  font-size: 1.4rem;
  font-weight: 700;
  color: #496db4;
  background: transparent;
  border: #496db4 1px solid;
}
.m__page-cnt .btn--line &gt; a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25em;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid rgba(73, 109, 180, 0.75);
  border-right: 1px solid rgba(73, 109, 180, 0.75);
  transform: rotate(45deg);
}
.m__page-cnt .btn--line &gt; a:hover {
  transition: opacity 0.5s;
  opacity: 1;
}
.m__page-cnt .btn--line &gt; a:hover:hover {
  opacity: 0.5;
}
.m__page-cnt .btn--cv &gt; a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0.6875em 2.5em;
  text-align: center;
  line-height: 1.714;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #f15900;
  border: #f15900 1px solid;
}
.m__page-cnt .btn--cv &gt; a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25em;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(255, 255, 255, 0.75);
  transform: rotate(45deg);
}
.m__page-cnt .btn--cv &gt; a:hover {
  transition: opacity 0.5s;
  opacity: 1;
}
.m__page-cnt .btn--cv &gt; a:hover:hover {
  opacity: 0.5;
}
.m__page-cnt .btn--line--cv &gt; a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0.6875em 2.5em;
  text-align: center;
  line-height: 1.714;
  font-size: 1.4rem;
  font-weight: 700;
  color: #f15900;
  background: transparent;
  border: #f15900 1px solid;
}
.m__page-cnt .btn--line--cv &gt; a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25em;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid rgba(241, 89, 0, 0.75);
  border-right: 1px solid rgba(241, 89, 0, 0.75);
  transform: rotate(45deg);
}
.m__page-cnt .btn--line--cv &gt; a:hover {
  transition: opacity 0.5s;
  opacity: 1;
}
.m__page-cnt .btn--line--cv &gt; a:hover:hover {
  opacity: 0.5;
}
.m__page-cnt .x-scroll-cnt {
  overflow-x: scroll;
  margin-right: -20px;
}
.m__page-cnt .x-scroll-cnt .table {
  width: 100%;
  border: #1e3b79 1px solid;
  width: 200%;
}
.m__page-cnt .x-scroll-cnt .table th,
.m__page-cnt .x-scroll-cnt .table td {
  padding: 0.675em;
  line-height: 1.714;
  font-size: 1.4rem;
}
.m__page-cnt .x-scroll-cnt .table &gt; thead &gt; tr &gt; th,
.m__page-cnt .x-scroll-cnt .table &gt; thead &gt; tr &gt; td {
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #1e3b79;
  border-left: rgba(73, 109, 180, 0.75) 1px solid;
}
.m__page-cnt .x-scroll-cnt .table &gt; thead &gt; tr &gt; th:first-child,
.m__page-cnt .x-scroll-cnt .table &gt; thead &gt; tr &gt; td:first-child {
  border-left: none;
}
.m__page-cnt .x-scroll-cnt .table &gt; tbody &gt; tr &gt; th,
.m__page-cnt .x-scroll-cnt .table &gt; tbody &gt; tr &gt; td {
  border-left: rgba(73, 109, 180, 0.75) 1px solid;
}
.m__page-cnt .x-scroll-cnt .table &gt; tbody &gt; tr &gt; th:first-child,
.m__page-cnt .x-scroll-cnt .table &gt; tbody &gt; tr &gt; td:first-child {
  border-left: none;
}
.m__page-cnt .x-scroll-cnt .table &gt; tbody &gt; tr &gt; th {
  font-weight: 700;
  background: #d4ecf9;
}
.m__page-cnt .x-scroll-cnt .table &gt; tbody &gt; tr &gt; td {
  text-align: center;
  background: #fff;
}
.m__page-cnt .x-scroll-cnt .table &gt; tbody &gt; tr:nth-of-type(2n) &gt; th {
  background: #bde3f6;
}
.m__page-cnt .x-scroll-cnt .table &gt; tbody &gt; tr:nth-of-type(2n) &gt; td {
  background: #eaf6fc;
}
.m__page-cnt .x-scroll-cnt .table + figcaption {
  margin-top: 1em;
  font-size: 1.2rem;
}
.m__page-cnt .img {
  text-align: center;
}
.m__page-cnt .img &gt; a {
  transition: opacity 0.5s;
  opacity: 1;
  display: inline-block;
}
.m__page-cnt .img &gt; a:hover {
  opacity: 0.5;
}
.m__page-cnt .img figcaption {
  margin-top: 1em;
  font-size: 1.2rem;
}
.m__page-cnt .img figcaption a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
}
.m__page-cnt .img figcaption a:hover {
  text-decoration: none;
}
.m__page-cnt .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.m__page-cnt .youtube &gt; iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.m__page-cnt .card-list &gt; li {
  transition: all 0.5s;
  transform: translate(0, -2px);
  box-shadow: 0 2px 8px -2px rgba(51, 51, 51, 0.35);
  position: relative;
  background: #fff;
}
.m__page-cnt .card-list &gt; li:hover {
  transform: translate(0, 0);
  box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.35);
}
.m__page-cnt .card-list &gt; li + li {
  margin-top: 0.75em;
}
.m__page-cnt .card-list &gt; li &gt; a {
  transition: opacity 0.5s;
  opacity: 1;
  display: flex;
}
.m__page-cnt .card-list &gt; li &gt; a:hover {
  opacity: 0.5;
}
.m__page-cnt .card-list &gt; li &gt; a &gt; figure {
  width: 100px;
  height: 100px;
}
.m__page-cnt .card-list &gt; li &gt; a &gt; div {
  flex: 1;
  box-sizing: border-box;
  padding: 15px 15px 40px 15px;
}
.m__page-cnt .card-list &gt; li &gt; a &gt; div &gt; .title {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1e3b79;
}
.m__page-cnt .card-list &gt; li &gt; a &gt; div &gt; .text {
  margin-top: 0.5em;
  line-height: 1.714;
  font-size: 1.2rem;
  color: #333;
}
.m__page-cnt .card-list &gt; li &gt; a &gt; div &gt; .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.m__page-cnt .card-list &gt; li &gt; a &gt; div &gt; .btn &gt; span {
  display: flex;
  align-items: center;
  padding: 0.75em 1em;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #496db4;
}
.m__page-cnt .card-list &gt; li &gt; a &gt; div &gt; .btn &gt; span::after {
  content: "";
  right: 0;
  display: block;
  width: 8px;
  height: 6px;
  margin-left: 0.5em;
  background: url("/jewel/src/img/mixin/btn/list-btn-arrow.png") no-repeat center center;
  background-size: 100%;
}
.m__page-cnt .event-list {
  width: 100%;
}
.m__page-cnt .event-list &gt; li {
  background: #fff;
  box-shadow: 0 2px 8px -2px rgba(51, 51, 51, 0.35);
}
.m__page-cnt .event-list &gt; li + li {
  margin-top: 1.5em;
}
.m__page-cnt .event-list &gt; li &gt; div {
  display: block;
  width: 100%;
}
.m__page-cnt .event-list &gt; li &gt; div &gt; figure {
  text-align: center;
}
.m__page-cnt .event-list &gt; li &gt; div &gt; figure &gt; a {
  transition: opacity 0.5s;
  opacity: 1;
}
.m__page-cnt .event-list &gt; li &gt; div &gt; figure &gt; a:hover {
  opacity: 0.5;
}
.m__page-cnt .event-list &gt; li &gt; div &gt; figure img {
  width: 100%;
}
.m__page-cnt .event-list &gt; li &gt; div &gt; div {
  box-sizing: border-box;
  padding: 0 15px 15px;
}
.m__page-cnt .event-list &gt; li &gt; div &gt; div &gt; .category {
  margin-bottom: 1em;
}
.m__page-cnt .event-list &gt; li &gt; div &gt; div &gt; .category &gt; span {
  display: inline-block;
  padding: 0.5em 0.75em;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background: #496db4;
}
.m__page-cnt .event-list &gt; li &gt; div &gt; div &gt; .category &gt; span.seminar {
  background: #496db4;
}
.m__page-cnt .event-list &gt; li &gt; div &gt; div &gt; .category &gt; span.symposium {
  background: #1e3b79;
}
.m__page-cnt .event-list &gt; li &gt; div &gt; div &gt; .title {
  padding-bottom: 0.75em;
  margin-bottom: 1.25em;
  line-height: 1.714;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  border-bottom: #e5e5e5 1px solid;
}
.m__page-cnt .event-list &gt; li &gt; div &gt; div &gt; table {
  width: 100%;
  line-height: 1.714;
}
.m__page-cnt .event-list &gt; li &gt; div &gt; div &gt; table tr + tr {
  border-top: #fff 10px solid;
}
.m__page-cnt .event-list &gt; li &gt; div &gt; div &gt; table th {
  width: 3em;
  padding: 0.15em 0.75em;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  background: #9fd1f1;
}
.m__page-cnt .event-list &gt; li &gt; div &gt; div &gt; table td {
  padding: 0 1em;
  font-size: 1.4rem;
  color: #333;
}
.m__page-cnt .event-list &gt; li &gt; div &gt; div &gt; table td a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
}
.m__page-cnt .event-list &gt; li &gt; div &gt; div &gt; table td a:hover {
  text-decoration: none;
}
.m__page-cnt .event-list &gt; li &gt; div &gt; div &gt; .btn {
  margin-top: 1em;
}
.m__page-cnt .event-list &gt; li &gt; div &gt; div &gt; .btn &gt; a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0.6875em 2.5em;
  text-align: center;
  line-height: 1.714;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #496db4;
  border: #496db4 1px solid;
}
.m__page-cnt .event-list &gt; li &gt; div &gt; div &gt; .btn &gt; a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25em;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(255, 255, 255, 0.75);
  transform: rotate(45deg);
}
.m__page-cnt .event-list &gt; li &gt; div &gt; div &gt; .btn &gt; a:hover {
  transition: opacity 0.5s;
  opacity: 1;
}
.m__page-cnt .event-list &gt; li &gt; div &gt; div &gt; .btn &gt; a:hover:hover {
  opacity: 0.5;
}
.m__page-cnt .news-list &gt; li {
  transition: all 0.5s;
  transform: translate(0, -2px);
  box-shadow: 0 2px 8px -2px rgba(51, 51, 51, 0.35);
  position: relative;
  width: 100%;
  background: #fff;
}
.m__page-cnt .news-list &gt; li:hover {
  transform: translate(0, 0);
  box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.35);
}
.m__page-cnt .news-list &gt; li + li {
  margin-top: 1em;
}
.m__page-cnt .news-list &gt; li &gt; a {
  display: block;
}
.m__page-cnt .news-list &gt; li &gt; a &gt; figure {
  text-align: center;
}
.m__page-cnt .news-list &gt; li &gt; a &gt; figure &gt; img {
  width: 100%;
}
.m__page-cnt .news-list &gt; li &gt; a &gt; div {
  flex: 1;
  box-sizing: border-box;
  padding: 15px 15px 40px;
}
.m__page-cnt .news-list &gt; li &gt; a &gt; div &gt; time {
  display: block;
  margin-bottom: 0.75em;
  font-size: 1.2rem;
  font-weight: 700;
  color: #888;
}
.m__page-cnt .news-list &gt; li &gt; a &gt; div &gt; .title {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}
.m__page-cnt .news-list &gt; li &gt; a &gt; div &gt; .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.m__page-cnt .news-list &gt; li &gt; a &gt; div &gt; .btn &gt; span {
  display: flex;
  align-items: center;
  padding: 0.75em 1em;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #496db4;
}
.m__page-cnt .news-list &gt; li &gt; a &gt; div &gt; .btn &gt; span::after {
  content: "";
  right: 0;
  display: block;
  width: 8px;
  height: 6px;
  margin-left: 0.5em;
  background: url("/jewel/src/img/mixin/btn/list-btn-arrow.png") no-repeat center center;
  background-size: 100%;
}
.m__page-cnt .flow-list {
  counter-reset: item;
}
.m__page-cnt .flow-list &gt; li {
  display: flex;
  align-items: center;
  line-height: 1.714;
  border: #eaf6fc 2px solid;
}
.m__page-cnt .flow-list &gt; li + li {
  position: relative;
  margin-top: 2em;
}
.m__page-cnt .flow-list &gt; li + li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border: 10px solid transparent;
  border-top: 10px solid #496db4;
}
.m__page-cnt .flow-list &gt; li &gt; div {
  flex: 1;
  box-sizing: border-box;
  padding: 1.5em 20px;
  background: #eaf6fc;
}
.m__page-cnt .flow-list &gt; li &gt; div a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
}
.m__page-cnt .flow-list &gt; li &gt; div a:hover {
  text-decoration: none;
}
.m__page-cnt .flow-list &gt; li::before {
  counter-increment: item;
  content: counter(item);
  display: flex;
  justify-content: center;
  width: 3em;
  height: 100%;
  font-size: 1.8rem;
  color: #1e3b79;
}
.m__page-cnt *[class^=col] &gt; * + * {
  margin-top: 1.5em;
}

.m__form-cnt .heading--h2 {
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  color: #333;
}
.m__form-cnt .heading--h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 0.15em;
  background-image: linear-gradient(to right, #1e3b79 0%, #1e3b79 20%, #e5e5e5 20%, #e5e5e5 100%);
}
.m__form-cnt .heading--h3 {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
}
.m__form-cnt .heading--h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 0.15em;
  background-image: linear-gradient(to right, #1e3b79 0%, #1e3b79 20%, #e5e5e5 20%, #e5e5e5 100%);
}
.m__form-cnt .heading--h4 {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}
.m__form-cnt .heading--h5 {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
}
.m__form-cnt .heading--h6 {
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1e3b79;
}
.m__form-cnt .text {
  text-align: justify;
  line-height: 2;
  font-size: 1.4rem;
}
.m__form-cnt .text a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
  word-break: break-all;
}
.m__form-cnt .text a:hover {
  text-decoration: none;
}
.m__form-cnt .text--center {
  text-align: center;
  line-height: 2;
  font-size: 1.4rem;
}
.m__form-cnt .text--center a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
  word-break: break-all;
}
.m__form-cnt .text--center a:hover {
  text-decoration: none;
}
.m__form-cnt .text--right {
  text-align: right;
  line-height: 2;
  font-size: 1.4rem;
}
.m__form-cnt .text--right a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
  word-break: break-all;
}
.m__form-cnt .text--right a:hover {
  text-decoration: none;
}
.m__form-cnt .error {
  text-align: justify;
  line-height: 2;
  font-size: 1.4rem;
  font-weight: 700;
  color: #f00;
}
.m__form-cnt .error a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
  word-break: break-all;
}
.m__form-cnt .error a:hover {
  text-decoration: none;
}
.m__form-cnt .list {
  margin-left: 2em;
}
.m__form-cnt .list &gt; li {
  line-height: 1.714;
  font-size: 1.4rem;
}
.m__form-cnt .list &gt; li + li {
  margin-top: 1em;
}
.m__form-cnt .list &gt; li a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
  word-break: break-all;
}
.m__form-cnt .list &gt; li a:hover {
  text-decoration: none;
}
.m__form-cnt .list &gt; li {
  position: relative;
}
.m__form-cnt .list &gt; li::before {
  content: "";
  position: absolute;
  left: -1.25em;
  top: 0.55em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: #bde3f6;
  transform: rotate(45deg);
}
.m__form-cnt .btn {
  text-align: center;
}
.m__form-cnt .btn &gt; button {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0.6875em 2.5em;
  text-align: center;
  line-height: 1.714;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background: #496db4;
  border: #496db4 1px solid;
  cursor: pointer;
  width: 100%;
}
.m__form-cnt .btn &gt; button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25em;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(255, 255, 255, 0.75);
  transform: rotate(45deg);
}
.m__form-cnt .btn &gt; button:hover {
  transition: opacity 0.5s;
  opacity: 1;
}
.m__form-cnt .btn &gt; button:hover:hover {
  opacity: 0.5;
}
.m__form-cnt .btn &gt; a {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0.6875em 2.5em;
  text-align: center;
  line-height: 1.714;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background: #496db4;
  border: #496db4 1px solid;
  width: 100%;
}
.m__form-cnt .btn &gt; a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.25em;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(255, 255, 255, 0.75);
  transform: rotate(45deg);
}
.m__form-cnt .btn &gt; a:hover {
  transition: opacity 0.5s;
  opacity: 1;
}
.m__form-cnt .btn &gt; a:hover:hover {
  opacity: 0.5;
}
.m__form-cnt header {
  margin-bottom: 2em;
}
.m__form-cnt .flow {
  counter-reset: item;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2em 0;
}
.m__form-cnt .flow &gt; li {
  position: relative;
  flex: 1;
  padding: 1em 0;
  text-align: center;
  background: rgba(73, 109, 180, 0.15);
}
.m__form-cnt .flow &gt; li + li {
  margin-left: 1em;
}
.m__form-cnt .flow &gt; li &gt; span {
  font-weight: 700;
}
.m__form-cnt .flow &gt; li::before {
  counter-increment: item;
  content: counter(item);
  display: block;
  margin-bottom: 0.25em;
  text-align: center;
  font-size: 2rem;
  color: #1e3b79;
}
.m__form-cnt .flow &gt; li::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: transparent 10px solid;
  border-left: rgba(73, 109, 180, 0.15) 10px solid;
}
.m__form-cnt .flow &gt; li:last-of-type::after {
  content: none;
}
.m__form-cnt .flow &gt; li.active {
  color: #fff;
  background: #1e3b79;
}
.m__form-cnt .flow &gt; li.active::before {
  color: #fff;
}
.m__form-cnt .flow &gt; li.active::after {
  border-left: #1e3b79 10px solid;
}
.m__form-cnt .caption {
  box-sizing: border-box;
  padding: 1.5em;
  border: #bcbcbc 1px solid;
}
.m__form-cnt .caption ul {
  margin-top: 1em;
}
.m__form-cnt .input-set {
  margin-top: 2em;
}
.m__form-cnt .input-set &gt; div + div {
  margin-top: 1em;
}
.m__form-cnt .input-set label {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  display: block;
  margin-bottom: 0.5em;
}
.m__form-cnt .input-set label + p {
  text-align: left;
  line-height: 2;
  font-size: 1.4rem;
}
.m__form-cnt .input-set label + p a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
  word-break: break-all;
}
.m__form-cnt .input-set label + p a:hover {
  text-decoration: none;
}
.m__form-cnt .input-set input[type=text],
.m__form-cnt .input-set input[type=email],
.m__form-cnt .input-set input[type=tel] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border: #bcbcbc 1px solid;
  border-radius: 5px;
}
.m__form-cnt .agreement {
  margin-top: 2em;
}
.m__form-cnt .agreement .error {
  text-align: center;
}

.m__recruiting-box {
  z-index: 0;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  background: center center no-repeat;
  background-size: cover;
  background: #e4e2e1 url("/jewel/src/img/module/recruiting-box/bg--small.jpg") no-repeat center top;
  background-size: 100% auto;
}
.m__recruiting-box::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.m__recruiting-box::before {
  background-image: linear-gradient(rgba(30, 59, 121, 0.9), rgba(30, 59, 121, 0.8));
}
.m__recruiting-box &gt; div &gt; h2 {
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1em;
}
.m__recruiting-box &gt; div &gt; ul &gt; li {
  transition: all 0.5s;
  transform: translate(0, -2px);
  box-shadow: 0 2px 8px -2px rgba(51, 51, 51, 0.35);
  position: relative;
  background: #fff;
}
.m__recruiting-box &gt; div &gt; ul &gt; li:hover {
  transform: translate(0, 0);
  box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.35);
}
.m__recruiting-box &gt; div &gt; ul &gt; li + li {
  margin-top: 0.75em;
}
.m__recruiting-box &gt; div &gt; ul &gt; li &gt; a {
  transition: opacity 0.5s;
  opacity: 1;
  display: flex;
}
.m__recruiting-box &gt; div &gt; ul &gt; li &gt; a:hover {
  opacity: 0.5;
}
.m__recruiting-box &gt; div &gt; ul &gt; li &gt; a &gt; figure {
  width: 100px;
  height: 100px;
}
.m__recruiting-box &gt; div &gt; ul &gt; li &gt; a &gt; div {
  flex: 1;
  box-sizing: border-box;
  padding: 15px 15px 40px 15px;
}
.m__recruiting-box &gt; div &gt; ul &gt; li &gt; a &gt; div &gt; .title {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1e3b79;
}
.m__recruiting-box &gt; div &gt; ul &gt; li &gt; a &gt; div &gt; .text {
  margin-top: 0.5em;
  line-height: 1.714;
  font-size: 1.2rem;
  color: #333;
}
.m__recruiting-box &gt; div &gt; ul &gt; li &gt; a &gt; div &gt; .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.m__recruiting-box &gt; div &gt; ul &gt; li &gt; a &gt; div &gt; .btn &gt; span {
  display: flex;
  align-items: center;
  padding: 0.75em 1em;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #496db4;
}
.m__recruiting-box &gt; div &gt; ul &gt; li &gt; a &gt; div &gt; .btn &gt; span::after {
  content: "";
  right: 0;
  display: block;
  width: 8px;
  height: 6px;
  margin-left: 0.5em;
  background: url("/jewel/src/img/mixin/btn/list-btn-arrow.png") no-repeat center center;
  background-size: 100%;
}</pre></body></html>