@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 > .breadcrumb > ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0.75em 0;
  margin: 0 auto;
}
.m__page-header > .breadcrumb > ol > li {
  margin: 0.15em 0.5em 0.15em 0;
  line-height: 1.5;
  font-size: 1.2rem;
}
.m__page-header > .breadcrumb > ol > li + li::before {
  content: "/";
  margin: 0 0.5em 0 0;
}
.m__page-header > .breadcrumb > ol > li > span {
  font-weight: 700;
}
.m__page-header > .breadcrumb > ol > li > a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
}
.m__page-header > .breadcrumb > ol > li > a:hover {
  text-decoration: none;
}
.m__page-header > .title {
  width: 100%;
  padding: 1em 0;
}
.m__page-header > .title > h1,
.m__page-header > .title > 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 > li {
  position: relative;
  margin: 0.5em 1em;
  padding-left: 1em;
  line-height: 1.5;
  font-size: 1.2rem;
}
.m__page-cnt .anchor-list > 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 > li > a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
}
.m__page-cnt .anchor-list > li > a:hover {
  text-decoration: none;
}
.m__page-cnt .heading--deco {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.m__page-cnt .heading--deco > 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 > 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 > 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 > li {
  line-height: 1.714;
  font-size: 1.4rem;
}
.m__page-cnt .list > li + li {
  margin-top: 1em;
}
.m__page-cnt .list > li a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
  word-break: break-all;
}
.m__page-cnt .list > li a:hover {
  text-decoration: none;
}
.m__page-cnt .list > li {
  position: relative;
}
.m__page-cnt .list > 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 > li {
  line-height: 1.714;
  font-size: 1.4rem;
}
.m__page-cnt .list--order > li + li {
  margin-top: 1em;
}
.m__page-cnt .list--order > li a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
  word-break: break-all;
}
.m__page-cnt .list--order > li a:hover {
  text-decoration: none;
}
.m__page-cnt .list--order > li {
  list-style: desc;
}
.m__page-cnt .list--arrow {
  margin-left: 1.75em;
}
.m__page-cnt .list--arrow > li {
  line-height: 1.714;
  font-size: 1.4rem;
}
.m__page-cnt .list--arrow > li + li {
  margin-top: 1em;
}
.m__page-cnt .list--arrow > li a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
  word-break: break-all;
}
.m__page-cnt .list--arrow > li a:hover {
  text-decoration: none;
}
.m__page-cnt .list--arrow > li {
  position: relative;
}
.m__page-cnt .list--arrow > 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 > li > a {
  text-decoration: underline;
  color: #496db4;
}
.m__page-cnt .list--caption {
  margin-left: 1em;
}
.m__page-cnt .list--caption > li {
  line-height: 1.714;
  font-size: 1.2rem;
}
.m__page-cnt .list--caption > li + li {
  margin-top: 1em;
}
.m__page-cnt .list--caption > li a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
  word-break: break-all;
}
.m__page-cnt .list--caption > li a:hover {
  text-decoration: none;
}
.m__page-cnt .list--caption > li {
  position: relative;
}
.m__page-cnt .list--caption > li::before {
  content: "※";
  position: absolute;
  left: -1.25em;
  top: 0;
}
.m__page-cnt .list--caption > li + li {
  margin-top: 0.75em;
}
.m__page-cnt .btn > 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 > 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 > a:hover {
  transition: opacity 0.5s;
  opacity: 1;
}
.m__page-cnt .btn > a:hover:hover {
  opacity: 0.5;
}
.m__page-cnt .btn--line > 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 > 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 > a:hover {
  transition: opacity 0.5s;
  opacity: 1;
}
.m__page-cnt .btn--line > a:hover:hover {
  opacity: 0.5;
}
.m__page-cnt .btn--cv > 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 > 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 > a:hover {
  transition: opacity 0.5s;
  opacity: 1;
}
.m__page-cnt .btn--cv > a:hover:hover {
  opacity: 0.5;
}
.m__page-cnt .btn--line--cv > 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 > 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 > a:hover {
  transition: opacity 0.5s;
  opacity: 1;
}
.m__page-cnt .btn--line--cv > 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 > thead > tr > th,
.m__page-cnt .x-scroll-cnt .table > thead > tr > 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 > thead > tr > th:first-child,
.m__page-cnt .x-scroll-cnt .table > thead > tr > td:first-child {
  border-left: none;
}
.m__page-cnt .x-scroll-cnt .table > tbody > tr > th,
.m__page-cnt .x-scroll-cnt .table > tbody > tr > td {
  border-left: rgba(73, 109, 180, 0.75) 1px solid;
}
.m__page-cnt .x-scroll-cnt .table > tbody > tr > th:first-child,
.m__page-cnt .x-scroll-cnt .table > tbody > tr > td:first-child {
  border-left: none;
}
.m__page-cnt .x-scroll-cnt .table > tbody > tr > th {
  font-weight: 700;
  background: #d4ecf9;
}
.m__page-cnt .x-scroll-cnt .table > tbody > tr > td {
  text-align: center;
  background: #fff;
}
.m__page-cnt .x-scroll-cnt .table > tbody > tr:nth-of-type(2n) > th {
  background: #bde3f6;
}
.m__page-cnt .x-scroll-cnt .table > tbody > tr:nth-of-type(2n) > 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 > a {
  transition: opacity 0.5s;
  opacity: 1;
  display: inline-block;
}
.m__page-cnt .img > 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 > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.m__page-cnt .card-list > 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 > li:hover {
  transform: translate(0, 0);
  box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.35);
}
.m__page-cnt .card-list > li + li {
  margin-top: 0.75em;
}
.m__page-cnt .card-list > li > a {
  transition: opacity 0.5s;
  opacity: 1;
  display: flex;
}
.m__page-cnt .card-list > li > a:hover {
  opacity: 0.5;
}
.m__page-cnt .card-list > li > a > figure {
  width: 100px;
  height: 100px;
}
.m__page-cnt .card-list > li > a > div {
  flex: 1;
  box-sizing: border-box;
  padding: 15px 15px 40px 15px;
}
.m__page-cnt .card-list > li > a > div > .title {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1e3b79;
}
.m__page-cnt .card-list > li > a > div > .text {
  margin-top: 0.5em;
  line-height: 1.714;
  font-size: 1.2rem;
  color: #333;
}
.m__page-cnt .card-list > li > a > div > .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.m__page-cnt .card-list > li > a > div > .btn > 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 > li > a > div > .btn > 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 > li {
  background: #fff;
  box-shadow: 0 2px 8px -2px rgba(51, 51, 51, 0.35);
}
.m__page-cnt .event-list > li + li {
  margin-top: 1.5em;
}
.m__page-cnt .event-list > li > div {
  display: block;
  width: 100%;
}
.m__page-cnt .event-list > li > div > figure {
  text-align: center;
}
.m__page-cnt .event-list > li > div > figure > a {
  transition: opacity 0.5s;
  opacity: 1;
}
.m__page-cnt .event-list > li > div > figure > a:hover {
  opacity: 0.5;
}
.m__page-cnt .event-list > li > div > figure img {
  width: 100%;
}
.m__page-cnt .event-list > li > div > div {
  box-sizing: border-box;
  padding: 0 15px 15px;
}
.m__page-cnt .event-list > li > div > div > .category {
  margin-bottom: 1em;
}
.m__page-cnt .event-list > li > div > div > .category > 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 > li > div > div > .category > span.seminar {
  background: #496db4;
}
.m__page-cnt .event-list > li > div > div > .category > span.symposium {
  background: #1e3b79;
}
.m__page-cnt .event-list > li > div > div > .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 > li > div > div > table {
  width: 100%;
  line-height: 1.714;
}
.m__page-cnt .event-list > li > div > div > table tr + tr {
  border-top: #fff 10px solid;
}
.m__page-cnt .event-list > li > div > div > 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 > li > div > div > table td {
  padding: 0 1em;
  font-size: 1.4rem;
  color: #333;
}
.m__page-cnt .event-list > li > div > div > table td a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
}
.m__page-cnt .event-list > li > div > div > table td a:hover {
  text-decoration: none;
}
.m__page-cnt .event-list > li > div > div > .btn {
  margin-top: 1em;
}
.m__page-cnt .event-list > li > div > div > .btn > 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 > li > div > div > .btn > 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 > li > div > div > .btn > a:hover {
  transition: opacity 0.5s;
  opacity: 1;
}
.m__page-cnt .event-list > li > div > div > .btn > a:hover:hover {
  opacity: 0.5;
}
.m__page-cnt .news-list > 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 > li:hover {
  transform: translate(0, 0);
  box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.35);
}
.m__page-cnt .news-list > li + li {
  margin-top: 1em;
}
.m__page-cnt .news-list > li > a {
  display: block;
}
.m__page-cnt .news-list > li > a > figure {
  text-align: center;
}
.m__page-cnt .news-list > li > a > figure > img {
  width: 100%;
}
.m__page-cnt .news-list > li > a > div {
  flex: 1;
  box-sizing: border-box;
  padding: 15px 15px 40px;
}
.m__page-cnt .news-list > li > a > div > time {
  display: block;
  margin-bottom: 0.75em;
  font-size: 1.2rem;
  font-weight: 700;
  color: #888;
}
.m__page-cnt .news-list > li > a > div > .title {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}
.m__page-cnt .news-list > li > a > div > .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.m__page-cnt .news-list > li > a > div > .btn > 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 > li > a > div > .btn > 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 > li {
  display: flex;
  align-items: center;
  line-height: 1.714;
  border: #eaf6fc 2px solid;
}
.m__page-cnt .flow-list > li + li {
  position: relative;
  margin-top: 2em;
}
.m__page-cnt .flow-list > 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 > li > div {
  flex: 1;
  box-sizing: border-box;
  padding: 1.5em 20px;
  background: #eaf6fc;
}
.m__page-cnt .flow-list > li > div a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
}
.m__page-cnt .flow-list > li > div a:hover {
  text-decoration: none;
}
.m__page-cnt .flow-list > 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] > * + * {
  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 > li {
  line-height: 1.714;
  font-size: 1.4rem;
}
.m__form-cnt .list > li + li {
  margin-top: 1em;
}
.m__form-cnt .list > li a {
  transition: color 0.5s;
  text-decoration: underline;
  color: #496db4;
  word-break: break-all;
}
.m__form-cnt .list > li a:hover {
  text-decoration: none;
}
.m__form-cnt .list > li {
  position: relative;
}
.m__form-cnt .list > 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 > 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 > 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 > button:hover {
  transition: opacity 0.5s;
  opacity: 1;
}
.m__form-cnt .btn > button:hover:hover {
  opacity: 0.5;
}
.m__form-cnt .btn > 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 > 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 > a:hover {
  transition: opacity 0.5s;
  opacity: 1;
}
.m__form-cnt .btn > 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 > li {
  position: relative;
  flex: 1;
  padding: 1em 0;
  text-align: center;
  background: rgba(73, 109, 180, 0.15);
}
.m__form-cnt .flow > li + li {
  margin-left: 1em;
}
.m__form-cnt .flow > li > span {
  font-weight: 700;
}
.m__form-cnt .flow > 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 > 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 > li:last-of-type::after {
  content: none;
}
.m__form-cnt .flow > li.active {
  color: #fff;
  background: #1e3b79;
}
.m__form-cnt .flow > li.active::before {
  color: #fff;
}
.m__form-cnt .flow > 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 > 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 > div > h2 {
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1em;
}
.m__recruiting-box > div > ul > 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 > div > ul > li:hover {
  transform: translate(0, 0);
  box-shadow: 0 2px 8px 0 rgba(51, 51, 51, 0.35);
}
.m__recruiting-box > div > ul > li + li {
  margin-top: 0.75em;
}
.m__recruiting-box > div > ul > li > a {
  transition: opacity 0.5s;
  opacity: 1;
  display: flex;
}
.m__recruiting-box > div > ul > li > a:hover {
  opacity: 0.5;
}
.m__recruiting-box > div > ul > li > a > figure {
  width: 100px;
  height: 100px;
}
.m__recruiting-box > div > ul > li > a > div {
  flex: 1;
  box-sizing: border-box;
  padding: 15px 15px 40px 15px;
}
.m__recruiting-box > div > ul > li > a > div > .title {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1e3b79;
}
.m__recruiting-box > div > ul > li > a > div > .text {
  margin-top: 0.5em;
  line-height: 1.714;
  font-size: 1.2rem;
  color: #333;
}
.m__recruiting-box > div > ul > li > a > div > .btn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.m__recruiting-box > div > ul > li > a > div > .btn > span {
  display: flex;
  align-items: center;
  padding: 0.75em 1em;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: #496db4;
}
.m__recruiting-box > div > ul > li > a > div > .btn > 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%;
}