@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: 15px;
  height: 15px;
  margin: 0 0.5em;
  background: url("../img/decor/icon/external.png") center center no-repeat;
  background-size: 15px 15px;
}

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

.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;
}

.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;
}

.m__page-header {
  width: 100%;
  min-width: 1080px;
  background: #eaf6fc;
  padding: 150px 0 1em;
}
.m__page-header > .breadcrumb > ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 1080px;
  padding: 1em 0;
  margin: 0 auto;
}
.m__page-header > .breadcrumb > ol > li {
  font-size: 1.2rem;
}
.m__page-header > .breadcrumb > ol > li + li::before {
  content: "/";
  margin: 0 0.5em;
}
.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 {
  padding: 1.5em 0;
}
.m__page-header > .title > h1,
.m__page-header > .title > h2 {
  width: 1080px;
  margin: 0 auto;
  font-size: 4rem;
  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.4rem;
}
.m__page-cnt .anchor-list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  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 > span:first-child {
  font-family: "Lato", Meiryo, sans-serif;
  font-size: 5.6rem;
  font-style: italic;
  font-weight: 300;
  color: #1e3b79;
}
.m__page-cnt .heading--deco > span:first-child + span {
  position: relative;
  margin-left: 1.75em;
  padding-left: 1.25em;
  font-size: 1.6rem;
  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.75em;
  background: rgba(30, 59, 121, 0.5);
  transform: rotate(30deg);
}
.m__page-cnt .heading--h2 {
  line-height: 1.5;
  font-size: 3.2rem;
  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 10%, #e5e5e5 10%, #e5e5e5 100%);
}
.m__page-cnt .heading--h3 {
  line-height: 1.5;
  font-size: 2.4rem;
  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 10%, #e5e5e5 10%, #e5e5e5 100%);
}
.m__page-cnt .heading--h4 {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
}
.m__page-cnt .heading--h5 {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}
.m__page-cnt .heading--h6 {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1e3b79;
}
.m__page-cnt .text {
  text-align: justify;
  line-height: 2;
  font-size: 1.6rem;
}
.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.6rem;
}
.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.6rem;
}
.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: 2em;
}
.m__page-cnt .list > li {
  line-height: 1.714;
  font-size: 1.6rem;
}
.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.45em;
  height: 0.45em;
  background: #bde3f6;
  transform: rotate(45deg);
}
.m__page-cnt .list--order {
  margin-left: 2em;
}
.m__page-cnt .list--order > li {
  line-height: 1.714;
  font-size: 1.6rem;
}
.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: 2em;
}
.m__page-cnt .list--arrow > li {
  line-height: 1.714;
  font-size: 1.6rem;
}
.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.4rem;
}
.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: inline-block;
  box-sizing: border-box;
  padding: 0.6875em 3em 0.6875em 2em;
  text-align: center;
  line-height: 1.714;
  font-size: 1.6rem;
  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.5em;
  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: inline-block;
  box-sizing: border-box;
  padding: 0.6875em 3em 0.6875em 2em;
  text-align: center;
  line-height: 1.714;
  font-size: 1.6rem;
  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.5em;
  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: inline-block;
  box-sizing: border-box;
  padding: 0.6875em 3em 0.6875em 2em;
  text-align: center;
  line-height: 1.714;
  font-size: 1.6rem;
  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.5em;
  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: inline-block;
  box-sizing: border-box;
  padding: 0.6875em 3em 0.6875em 2em;
  text-align: center;
  line-height: 1.714;
  font-size: 1.6rem;
  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.5em;
  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 .btn-list,
.m__page-cnt .btn-list--right {
  display: flex;
  flex-wrap: wrap;
}
.m__page-cnt .btn-list--right {
  justify-content: flex-end;
}
.m__page-cnt .table {
  width: 100%;
  border: #1e3b79 1px solid;
}
.m__page-cnt .table th,
.m__page-cnt .table td {
  padding: 0.675em;
  line-height: 1.714;
  font-size: 1.6rem;
}
.m__page-cnt .table > thead > tr > th,
.m__page-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 .table > thead > tr > th:first-child,
.m__page-cnt .table > thead > tr > td:first-child {
  border-left: none;
}
.m__page-cnt .table > tbody > tr > th,
.m__page-cnt .table > tbody > tr > td {
  border-left: rgba(73, 109, 180, 0.75) 1px solid;
}
.m__page-cnt .table > tbody > tr > th:first-child,
.m__page-cnt .table > tbody > tr > td:first-child {
  border-left: none;
}
.m__page-cnt .table > tbody > tr > th {
  font-weight: 700;
  background: #d4ecf9;
}
.m__page-cnt .table > tbody > tr > td {
  text-align: center;
  background: #fff;
}
.m__page-cnt .table > tbody > tr:nth-of-type(2n) > th {
  background: #bde3f6;
}
.m__page-cnt .table > tbody > tr:nth-of-type(2n) > td {
  background: #eaf6fc;
}
.m__page-cnt .table + figcaption {
  margin-top: 1em;
  text-align: right;
  font-size: 1.4rem;
}
.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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.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;
  width: calc((100% - (20px * 2)) / 2);
}
.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:nth-of-type(2n) {
  margin-left: 40px;
}
.m__page-cnt .card-list > li:nth-of-type(n+3) {
  margin-top: 1em;
}
.m__page-cnt .card-list > li > a {
  display: flex;
}
.m__page-cnt .card-list > li > a > figure {
  width: 180px;
  height: 180px;
}
.m__page-cnt .card-list > li > a > div {
  flex: 1;
  box-sizing: border-box;
  padding: 22.5px 30px 30px;
}
.m__page-cnt .card-list > li > a > div > .title {
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  color: #1e3b79;
}
.m__page-cnt .card-list > li > a > div > .text {
  margin-top: 1em;
  line-height: 1.714;
  font-size: 1.4rem;
  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: 1.2rem;
  font-weight: 700;
  color: #fff;
  background: #496db4;
}
.m__page-cnt .card-list > li > a > div > .btn > span::after {
  content: "";
  right: 0;
  display: block;
  width: 10px;
  height: 8px;
  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: flex;
  justify-content: flex-start;
  width: 100%;
}
.m__page-cnt .event-list > li > div > figure {
  width: 340px;
  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 {
  position: relative;
  flex: 1;
  box-sizing: border-box;
  padding: 45px 40px 120px;
}
.m__page-cnt .event-list > li > div > div > .category {
  position: absolute;
  top: 0;
}
.m__page-cnt .event-list > li > div > div > .category > span {
  display: 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: 2.4rem;
  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: 7em;
  padding: 0.15em 0.75em;
  text-align: center;
  vertical-align: middle;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  background: #9fd1f1;
}
.m__page-cnt .event-list > li > div > div > table td {
  padding: 0 1em;
  font-size: 1.6rem;
  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 {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.m__page-cnt .event-list > li > div > div > .btn > a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.6875em 3em 0.6875em 2em;
  text-align: center;
  line-height: 1.714;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #496db4;
  border: #496db4 1px solid;
  padding: 0.6875em 5em 0.6875em 4em;
}
.m__page-cnt .event-list > li > div > div > .btn > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.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: calc((100% - (30px * 2)) / 3);
  margin-left: 30px;
  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:nth-of-type(3n-2) {
  margin-left: 0;
}
.m__page-cnt .news-list > li:nth-of-type(n+4) {
  margin-top: 2em;
}
.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: 2rem;
  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: 1.2rem;
  font-weight: 700;
  color: #fff;
  background: #496db4;
}
.m__page-cnt .news-list > li > a > div > .btn > span::after {
  content: "";
  right: 0;
  display: block;
  width: 10px;
  height: 8px;
  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 2em;
  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: 100px;
  height: 100%;
  font-size: 2.4rem;
  color: #1e3b79;
}
.m__page-cnt .col--2 {
  display: flex;
  justify-content: flex-start;
}
.m__page-cnt .col--2 > * + * {
  margin-left: 40px;
}
.m__page-cnt .col--2 > * {
  width: calc((100% - (20px * 2)) / 2);
}
.m__page-cnt .col--left-large {
  display: flex;
  justify-content: flex-start;
}
.m__page-cnt .col--left-large > * + * {
  margin-left: 40px;
}
.m__page-cnt .col--left-large > *:first-child {
  width: calc(60.5% - (20px));
}
.m__page-cnt .col--left-large > *:last-child {
  width: calc(39.5% - (20px));
}
.m__page-cnt .col--right-large {
  display: flex;
  justify-content: flex-start;
}
.m__page-cnt .col--right-large > * + * {
  margin-left: 40px;
}
.m__page-cnt .col--right-large > *:first-child {
  width: calc(39.5% - (20px));
}
.m__page-cnt .col--right-large > *:last-child {
  width: calc(60.5% - (20px));
}
.m__page-cnt .col--3 {
  display: flex;
  justify-content: flex-start;
}
.m__page-cnt .col--3 > * + * {
  margin-left: 40px;
}
.m__page-cnt .col--3 > * {
  width: calc((100% - (30px * 2)) / 3);
}
.m__page-cnt .col--3 > * + * {
  margin-left: 30px;
}

.m__form-cnt .heading--h2 {
  line-height: 1.5;
  font-size: 3.2rem;
  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 10%, #e5e5e5 10%, #e5e5e5 100%);
}
.m__form-cnt .heading--h3 {
  line-height: 1.5;
  font-size: 2.4rem;
  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 10%, #e5e5e5 10%, #e5e5e5 100%);
}
.m__form-cnt .heading--h4 {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
  color: #333;
}
.m__form-cnt .heading--h5 {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
}
.m__form-cnt .heading--h6 {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1e3b79;
}
.m__form-cnt .text {
  text-align: justify;
  line-height: 2;
  font-size: 1.6rem;
}
.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.6rem;
}
.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.6rem;
}
.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.6rem;
  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.6rem;
}
.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.45em;
  height: 0.45em;
  background: #bde3f6;
  transform: rotate(45deg);
}
.m__form-cnt .btn {
  text-align: center;
}
.m__form-cnt .btn > a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.6875em 3em 0.6875em 2em;
  text-align: center;
  line-height: 1.714;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #496db4;
  border: #496db4 1px solid;
}
.m__form-cnt .btn > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  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 .btn > button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.6875em 3em 0.6875em 2em;
  text-align: center;
  line-height: 1.714;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #496db4;
  border: #496db4 1px solid;
  cursor: pointer;
}
.m__form-cnt .btn > button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5em;
  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 header {
  margin-bottom: 2em;
}
.m__form-cnt .flow {
  counter-reset: item;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2em 60px;
}
.m__form-cnt .flow > li {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  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);
  margin-right: 0.5em;
  font-size: 2.4rem;
  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 .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.8rem;
  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.6rem;
}
.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 .caption {
  box-sizing: border-box;
  padding: 1.5em;
  border: #bcbcbc 1px solid;
}
.m__form-cnt .caption ul {
  margin-top: 1em;
}
.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--large.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 {
  width: 1080px;
  margin: 0 auto;
}
.m__recruiting-box > div > h2 {
  line-height: 1.5;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.25em;
}
.m__recruiting-box > div > h2::after {
  content: "";
  display: block;
  width: 60px;
  padding-top: 0.75em;
  border-bottom: #bde3f6 2px solid;
}
.m__recruiting-box > div > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.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;
  width: calc((100% - (20px * 2)) / 2);
}
.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:nth-of-type(2n) {
  margin-left: 40px;
}
.m__recruiting-box > div > ul > li:nth-of-type(n+3) {
  margin-top: 1em;
}
.m__recruiting-box > div > ul > li > a {
  display: flex;
}
.m__recruiting-box > div > ul > li > a > figure {
  width: 180px;
  height: 180px;
}
.m__recruiting-box > div > ul > li > a > div {
  flex: 1;
  box-sizing: border-box;
  padding: 22.5px 30px 30px;
}
.m__recruiting-box > div > ul > li > a > div > .title {
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  color: #1e3b79;
}
.m__recruiting-box > div > ul > li > a > div > .text {
  margin-top: 1em;
  line-height: 1.714;
  font-size: 1.4rem;
  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: 1.2rem;
  font-weight: 700;
  color: #fff;
  background: #496db4;
}
.m__recruiting-box > div > ul > li > a > div > .btn > span::after {
  content: "";
  right: 0;
  display: block;
  width: 10px;
  height: 8px;
  margin-left: 0.5em;
  background: url("/jewel/src/img/mixin/btn/list-btn-arrow.png") no-repeat center center;
  background-size: 100%;
}