@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/Lato-Bold.ttf);
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: bold;
  src: url(/assets/fonts/ZenKakuGothicNew-Bold.ttf);
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

body.js__active {
  height: 100%;
  overflow: hidden;
}
body header .header__inner {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  display: flex;
}
@media screen and (min-width: 951px) {
  body header .header__inner {
    height: 80px;
    justify-content: space-between;
    padding-left: 40px;
  }
}
@media screen and (max-width: 950px) {
  body header .header__inner {
    height: 60px;
    align-items: center;
    padding: 0 18px;
  }
}
body header .header__inner .header__logo {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 951px) {
  body header .header__inner .header__logo {
    gap: 8px;
  }
}
@media screen and (max-width: 950px) {
  body header .header__inner .header__logo {
    gap: 10px;
  }
}
body header .header__inner .header__logo .header__logo--image {
  background-image: url(/assets/images/common/logo_blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 951px) {
  body header .header__inner .header__logo .header__logo--image {
    width: calc(150 / 1440 * 100vw);
    height: calc(36 / 1440 * 100vw);
  }
}
@media screen and (min-width: 951px) and (min-width: 1440px) {
  body header .header__inner .header__logo .header__logo--image {
    width: calc(150 / 1440 * 1440 * 1px);
  }
}
@media screen and (min-width: 951px) and (min-width: 1440px) {
  body header .header__inner .header__logo .header__logo--image {
    height: calc(36 / 1440 * 1440 * 1px);
  }
}
@media screen and (max-width: 950px) {
  body header .header__inner .header__logo .header__logo--image {
    width: 120px;
    height: 30px;
  }
}
body header .header__inner .header__logo .header__logo--lead {
  color: #0072BC;
}
@media screen and (min-width: 951px) {
  body header .header__inner .header__logo .header__logo--lead {
    font-size: calc(13 / 1440 * 100vw);
    line-height: 1.615em;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 951px) and (min-width: 1440px) {
  body header .header__inner .header__logo .header__logo--lead {
    font-size: calc(13 / 1440 * 1440 * 1px);
  }
}
@media screen and (max-width: 950px) {
  body header .header__inner .header__logo .header__logo--lead {
    font-size: 8px;
    line-height: 1.65;
  }
}
body header .header__inner .gnav {
  color: #fff;
}
@media screen and (min-width: 951px) {
  body header .header__inner .gnav {
    display: flex;
    height: 100%;
  }
  body header .header__inner .gnav .gnav__item > p,
  body header .header__inner .gnav .gnav__item > a {
    text-decoration: none;
    font-weight: 700;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(16 / 1440 * 100vw);
    letter-spacing: -0.06em;
    color: #2E404D;
  }
}
@media screen and (min-width: 951px) and (min-width: 1440px) {
  body header .header__inner .gnav .gnav__item > p,
  body header .header__inner .gnav .gnav__item > a {
    font-size: calc(16 / 1440 * 1440 * 1px);
  }
}
@media screen and (min-width: 951px) {
  body header .header__inner .gnav .gnav__item > a:hover {
    color: #0072BC;
  }
  body header .header__inner .gnav .gnav__item.gnav--parent {
    position: relative;
  }
  body header .header__inner .gnav .gnav__item.gnav--parent:hover .gnav--sub {
    transform: scaleY(1);
  }
  body header .header__inner .gnav .gnav__item .gnav--sub {
    transform: scaleY(0);
    transform-origin: center top;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    background: #E4F5FC;
    min-width: 260px;
    padding: 15px 0 10px 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  body header .header__inner .gnav .gnav__item .gnav--sub .gnav--sub__item {
    position: relative;
    margin-bottom: 6px;
  }
  body header .header__inner .gnav .gnav__item .gnav--sub .gnav--sub__item p,
  body header .header__inner .gnav .gnav__item .gnav--sub .gnav--sub__item a {
    font-weight: 400;
    padding: 0;
    font-size: 14px;
    padding-left: 20px;
  }
  body header .header__inner .gnav .gnav__item .gnav--sub .gnav--sub__item p:hover,
  body header .header__inner .gnav .gnav__item .gnav--sub .gnav--sub__item a:hover {
    cursor: pointer;
  }
  body header .header__inner .gnav .gnav__item .gnav--sub .gnav--sub__item::before {
    content: "";
    height: 1px;
    width: 10px;
    background: #0072BC;
    position: absolute;
    left: 0;
    top: 50%;
  }
  body header .header__inner .gnav .gnav__item .gnav--sub::before {
    content: "";
    position: absolute;
    right: 0;
    top: -15px;
    left: 36px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-color: #E4F5FC transparent transparent transparent;
    border-width: 15px 15px 0 15px;
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 951px) and (min-width: 951px) {
  body header .header__inner .gnav .gnav__item.gnav__item--text p,
  body header .header__inner .gnav .gnav__item.gnav__item--text a {
    padding: calc(20 / 1440 * 100vw);
  }
}
@media screen and (min-width: 951px) and (min-width: 951px) and (min-width: 1440px) {
  body header .header__inner .gnav .gnav__item.gnav__item--text p,
  body header .header__inner .gnav .gnav__item.gnav__item--text a {
    padding: calc(20 / 1440 * 1440 * 1px);
  }
}
@media screen and (min-width: 951px) and (max-width: 1440px) {
  body header .header__inner .gnav .gnav__item.gnav__item--text p,
  body header .header__inner .gnav .gnav__item.gnav__item--text a {
    padding-left: calc(10 / 1440 * 100vw);
    padding-right: calc(10 / 1440 * 100vw);
  }
}
@media screen and (min-width: 951px) and (max-width: 1440px) and (min-width: 1440px) {
  body header .header__inner .gnav .gnav__item.gnav__item--text p,
  body header .header__inner .gnav .gnav__item.gnav__item--text a {
    padding-left: calc(10 / 1440 * 1440 * 1px);
  }
}
@media screen and (min-width: 951px) and (max-width: 1440px) and (min-width: 1440px) {
  body header .header__inner .gnav .gnav__item.gnav__item--text p,
  body header .header__inner .gnav .gnav__item.gnav__item--text a {
    padding-right: calc(10 / 1440 * 1440 * 1px);
  }
}
@media screen and (min-width: 951px) and (min-width: 951px) {
  body header .header__inner .gnav .gnav__item:nth-last-child(1 of .gnav__item--text) p,
  body header .header__inner .gnav .gnav__item:nth-last-child(1 of .gnav__item--text) a {
    padding-right: calc(55 / 1440 * 100vw);
  }
}
@media screen and (min-width: 951px) and (min-width: 951px) and (min-width: 1440px) {
  body header .header__inner .gnav .gnav__item:nth-last-child(1 of .gnav__item--text) p,
  body header .header__inner .gnav .gnav__item:nth-last-child(1 of .gnav__item--text) a {
    padding-right: calc(55 / 1440 * 1440 * 1px);
  }
}
@media screen and (min-width: 951px) and (min-width: 951px) {
  body header .header__inner .gnav .gnav__item.gnav__item--btnWrap {
    display: flex;
    width: calc(390 / 1440 * 100vw);
    color: #fff;
  }
}
@media screen and (min-width: 951px) and (min-width: 951px) and (min-width: 1440px) {
  body header .header__inner .gnav .gnav__item.gnav__item--btnWrap {
    width: calc(390 / 1440 * 1440 * 1px);
  }
}
@media screen and (min-width: 951px) and (min-width: 951px) {
  body header .header__inner .gnav .gnav__item.gnav__item--btn p,
  body header .header__inner .gnav .gnav__item.gnav__item--btn a {
    width: calc(130 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    color: #fff;
    text-align: center;
    line-height: 1.4;
  }
}
@media screen and (min-width: 951px) and (min-width: 951px) and (min-width: 1440px) {
  body header .header__inner .gnav .gnav__item.gnav__item--btn p,
  body header .header__inner .gnav .gnav__item.gnav__item--btn a {
    width: calc(130 / 1440 * 1440 * 1px);
  }
}
@media screen and (min-width: 951px) and (min-width: 951px) and (min-width: 1440px) {
  body header .header__inner .gnav .gnav__item.gnav__item--btn p,
  body header .header__inner .gnav .gnav__item.gnav__item--btn a {
    font-size: calc(15 / 1440 * 1440 * 1px);
  }
}
@media screen and (min-width: 951px) {
  body header .header__inner .gnav .gnav__item.gnav__item--btn.gnav__item--btn--01 {
    background: #005B96;
  }
  body header .header__inner .gnav .gnav__item.gnav__item--btn.gnav__item--btn--02 {
    background: #2E404D;
  }
  body header .header__inner .gnav .gnav__item.gnav__item--btn.gnav__item--btn--03 {
    background: #1EA1FC;
  }
}
@media screen and (max-width: 950px) {
  body header .header__inner .gnav .entrySelect {
    margin-top: 30px;
    height: auto;
  }
  body header .header__inner .gnav .entrySelect .entrySelect__text {
    position: static;
    color: #fff;
    text-align: left;
  }
  body header .header__inner .gnav .entrySelect select {
    padding: 0;
    width: 100%;
    -moz-text-align-last: center;
    text-align-last: center;
    height: 70px;
  }
  body header .header__inner .gnav .entrySelect:before {
    top: 50%;
  }
}
@media screen and (max-width: 950px) {
  body header {
    position: relative;
  }
  body header .header__logo {
    z-index: 30;
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    padding-left: 20px;
    background: #fff;
  }
  body header .header__hamburger {
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
  }
  body header .header__hamburger span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    right: 16px;
    height: 3px;
    border-radius: 2px;
    background-color: #0072BC;
    width: 18px;
  }
  body header .header__hamburger span:nth-of-type(1) {
    top: 25px;
  }
  body header .header__hamburger span:nth-of-type(2) {
    top: 31px;
  }
  body header .gnav {
    z-index: 20;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: -150%;
    left: 0;
    background-color: #0072BC;
    padding-top: 60px;
    padding-bottom: 200px;
    transition: all 0.3s;
    border-top: 1px solid #fff;
    overflow: hidden;
    display: flex;
    flex-flow: column nowrap;
    overflow-y: scroll;
  }
  body header .gnav .gnav__item.gnav__item--text {
    font-weight: 700;
    order: 2;
    padding: 17px 0;
    margin: 0 20px;
    position: relative;
  }
  body header .gnav .gnav__item.gnav__item--text > p {
    opacity: 0.6;
  }
  body header .gnav .gnav__item.gnav__item--text:first-child {
    padding-top: 30px;
  }
  body header .gnav .gnav__item.gnav__item--text:not(.gnav__item--splast)::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.5;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  body header .gnav .gnav__item.gnav__item--text a {
    color: #fff;
    padding: 0 20px;
    position: relative;
  }
  body header .gnav .gnav__item.gnav__item--text a::after {
    content: "";
    height: 2px;
    width: 10px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
  }
  body header .gnav .gnav__item.gnav__item--text.gnav--parent .gnav--sub .gnav--sub__item {
    font-size: 12px;
    margin-top: 17px;
    font-weight: 400;
  }
  body header .gnav .gnav__item.gnav__item--btnWrap {
    padding: 30px 20px;
    order: 1;
    background: #005EA3;
  }
  body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--02, body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--03 {
    background: #2E404D;
    margin: 20px auto 0;
    position: relative;
    transition: all 0.3s ease;
    height: 70px;
    position: relative;
    text-align: center;
    transition: 0.3s ease-in-out;
  }
  body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--02 a, body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--03 a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--02::before, body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--02::after, body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--03::before, body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--03::after {
    content: "";
    display: block;
    position: absolute;
  }
  body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--02::before, body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--03::before {
    border-radius: 50%;
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    top: calc(50% - 12.5px);
  }
}
@media screen and (max-width: 950px) and (min-width: 951px) {
  body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--02::before, body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--03::before {
    right: 11px;
  }
}
@media screen and (max-width: 950px) and (max-width: 950px) {
  body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--02::before, body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--03::before {
    right: 20px;
  }
}
@media screen and (max-width: 950px) {
  body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--02::after, body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--03::after {
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 2px);
    width: 4.5px;
    height: 4.5px;
  }
}
@media screen and (max-width: 950px) and (min-width: 951px) {
  body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--02::after, body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--03::after {
    right: 23px;
  }
}
@media screen and (max-width: 950px) and (max-width: 950px) {
  body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--02::after, body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--03::after {
    right: 32px;
  }
}
@media screen and (max-width: 950px) {
  body header .gnav .gnav__item.gnav__item--btnWrap .gnav__item--btn.gnav__item--btn--03 {
    background-color: #1EA1FC;
    margin-bottom: 20px;
  }
  body header.js__active .header__inner .header__logo {
    background: #0072BC;
    overflow-y: scroll;
  }
  body header.js__active .header__inner .header__logo .header__logo--image {
    background-image: url(/assets/images/common/logo_white.png);
  }
  body header.js__active .header__inner .header__logo .header__logo--lead {
    color: #fff;
  }
  body header.js__active .header__inner .header__logo .header__hamburger span {
    background-color: #fff;
  }
  body header.js__active .header__inner .header__logo .header__hamburger span:nth-of-type(1) {
    top: 22px;
    transform: translateY(6px) rotate(-45deg);
    width: 18px;
  }
  body header.js__active .header__inner .header__logo .header__hamburger span:nth-of-type(2) {
    top: 34px;
    transform: translateY(-6px) rotate(45deg);
    width: 18px;
  }
  body header.js__active .gnav {
    top: 0;
    left: 0;
  }
}
body footer {
  position: relative;
}
body footer .breadcrumbs {
  background: #fff;
  border-top: 1px solid #949494;
}
body footer .footernav {
  background: #2E404D;
}
@media screen and (min-width: 951px) {
  body footer .footernav {
    padding: 84px 40px 40px 40px;
  }
}
@media screen and (max-width: 950px) {
  body footer .footernav {
    padding: 60px 20px 15px 20px;
  }
}
@media screen and (min-width: 951px) {
  body footer .footernav .footernav__inner {
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 951px) {
  body footer .footernav .footernav__inner .footernav__content .footernav__logo {
    width: 254px;
  }
}
@media screen and (max-width: 950px) {
  body footer .footernav .footernav__inner .footernav__content .footernav__logo {
    width: 200px;
  }
}
body footer .footernav .footernav__inner .footernav__content .footernav__title {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 950px) {
  body footer .footernav .footernav__inner .footernav__content .footernav__title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 951px) {
  body footer .footernav .footernav__inner .footernav__content .fnavWrap {
    display: flex;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media screen and (min-width: 951px) {
  body footer .footernav .footernav__inner .footernav__content .fnavWrap .fnav {
    margin-top: 40px;
  }
}
@media screen and (max-width: 950px) {
  body footer .footernav .footernav__inner .footernav__content .fnavWrap .fnav {
    position: relative;
    padding: 25px 0;
  }
  body footer .footernav .footernav__inner .footernav__content .fnavWrap .fnav::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.5;
    bottom: 0;
    position: absolute;
  }
}
body footer .footernav .footernav__inner .footernav__content .fnavWrap .fnav .fnav__item {
  line-height: 1;
  color: #fff;
}
body footer .footernav .footernav__inner .footernav__content .fnavWrap .fnav .fnav__item a {
  color: #fff;
}
@media screen and (max-width: 950px) {
  body footer .footernav .footernav__inner .footernav__content .fnavWrap .fnav .fnav__item a {
    position: relative;
    padding: 0 20px;
  }
  body footer .footernav .footernav__inner .footernav__content .fnavWrap .fnav .fnav__item a::after {
    content: "";
    height: 2px;
    width: 10px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
  }
}
body footer .footernav .footernav__inner .footernav__content .fnavWrap .fnav .fnav__item.fnav__item--parent {
  font-weight: 700;
}
@media screen and (min-width: 951px) {
  body footer .footernav .footernav__inner .footernav__content .fnavWrap .fnav .fnav__item.fnav__item--parent {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 951px) {
  body footer .footernav .footernav__inner .footernav__content .fnavWrap .fnav .fnav__item.fnav__item--child {
    font-size: 14px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 950px) {
  body footer .footernav .footernav__inner .footernav__content .fnavWrap .fnav .fnav__item.fnav__item--child {
    font-size: 12px;
    margin-top: 26px;
  }
}
body footer .footernav .footernav__inner .footernav__copyright {
  width: 100%;
  color: #fff;
  letter-spacing: -0.04em;
  opacity: 0.5;
}
@media screen and (min-width: 951px) {
  body footer .footernav .footernav__inner .footernav__copyright {
    margin-top: 144px;
    text-align: right;
  }
}
@media screen and (max-width: 950px) {
  body footer .footernav .footernav__inner .footernav__copyright {
    margin-top: 14px;
    font-size: 12px;
  }
}
body footer .pagetop {
  position: fixed;
  z-index: 10;
}
@media screen and (min-width: 951px) {
  body footer .pagetop {
    right: 40px;
  }
}
@media screen and (max-width: 950px) {
  body footer .pagetop {
    right: 20px;
  }
}
body footer .pagetop a {
  background: #0072BC;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
body footer .pagetop a span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
body footer .pagetop a::before {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  height: 8.26px;
  width: 8.26px;
  transform: rotate(135deg);
  transform-origin: center 8px;
  position: absolute;
  top: calc(50% - 7.5px);
  left: calc(50% - 7.5px);
  margin: auto;
  pointer-events: none;
}
body footer .pagetop.js__active {
  position: absolute;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.01em;
  color: #2E404D;
}
body a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #0072BC;
}
body a:hover {
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0.8;
}
body picture {
  display: block;
}
body img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
body strong,
body b {
  font-weight: bold;
}
@media screen and (max-width: 950px) {
  body .pc_only {
    display: none;
  }
}
@media screen and (min-width: 951px) {
  body .sp_only {
    display: none;
  }
}
body .link--alpha {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
body .link--alpha:hover {
  opacity: 0.6;
}
body .link--arrow:hover i {
  animation: arrowMove 0.8s forwards;
}
body .link--underline {
  text-decoration: underline;
}
body .link--underline:hover {
  opacity: 0.6;
}
body .link--line {
  background: linear-gradient(currentColor, currentColor) 0 100%/0 1px no-repeat;
  padding-bottom: 0.25em;
  transition: background 0.3s ease;
}
body .link--line:hover {
  background-size: 100% 1px;
}
body .entrySelect {
  position: relative;
  text-align: center;
  transition: 0.3s ease-in-out;
  height: 70px;
}
@media screen and (min-width: 951px) {
  body .entrySelect {
    width: calc(320 / 1060 * 100vw);
  }
}
@media screen and (min-width: 951px) and (min-width: 1060px) {
  body .entrySelect {
    width: calc(320 / 1060 * 1060 * 1px);
  }
}
@media screen and (min-width: 951px) {
  body .entrySelect .entrySelect__text {
    position: absolute;
    top: calc(12 / 1060 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 13px;
    color: #0072BC;
    font-weight: 500;
  }
}
@media screen and (min-width: 951px) and (min-width: 1060px) {
  body .entrySelect .entrySelect__text {
    top: calc(12 / 1060 * 1060 * 1px);
  }
}
@media screen and (max-width: 950px) {
  body .entrySelect .entrySelect__text {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 13px;
    color: #0072BC;
    font-weight: 500;
  }
}
body .entrySelect select {
  font-weight: 700;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0072BC;
  cursor: pointer;
  background: #fff;
  position: relative;
  font-size: 16px;
}
@media screen and (min-width: 951px) {
  body .entrySelect select {
    font-size: 16px;
    padding-top: calc(38 / 1060 * 100vw);
    padding-bottom: calc(15 / 1060 * 100vw);
    -moz-text-align-last: center;
    text-align-last: center;
  }
}
@media screen and (min-width: 951px) and (min-width: 1060px) {
  body .entrySelect select {
    padding-top: calc(38 / 1060 * 1060 * 1px);
  }
}
@media screen and (min-width: 951px) and (min-width: 1060px) {
  body .entrySelect select {
    padding-bottom: calc(15 / 1060 * 1060 * 1px);
  }
}
@media screen and (max-width: 950px) {
  body .entrySelect select {
    padding: 26px 73px 26px 0;
    width: 100%;
    -moz-text-align-last: right;
    text-align-last: right;
    box-sizing: border-box;
  }
}
body .entrySelect select span {
  font-weight: 500;
  font-size: 13px;
}
body .entrySelect::before {
  border-left: 2px solid #0072BC;
  border-bottom: 2px solid #0072BC;
  content: "";
  height: 10px;
  width: 10px;
  transform: rotate(315deg);
  transform-origin: center 8px;
  position: absolute;
  top: calc(50% - 10px);
  right: 26px;
  pointer-events: none;
  z-index: 10;
}
body .entrySelect:hover {
  transition: 0.3s ease-in-out;
  opacity: 0.8;
}
body .color--red {
  color: #E42600;
}
body .color--blue {
  color: #0072BC;
}
body .text--underline {
  text-decoration: underline;
}
body .inner--02 {
  margin: 0 auto;
}
@media screen and (min-width: 951px) {
  body .inner--02 {
    max-width: 1300px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 950px) {
  body .inner--02 {
    padding: 0 20px;
  }
}
body .inner--02pc {
  margin: 0 auto;
}
@media screen and (min-width: 951px) {
  body .inner--02pc {
    max-width: 1300px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 951px) {
  body .list--disc {
    margin-top: 46px;
    font-size: 20px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 950px) {
  body .list--disc {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.75;
  }
}
body .list--disc > li {
  position: relative;
  margin-left: 30px;
}
body .list--disc > li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0072BC;
  position: absolute;
  top: 0.75em;
  left: -20px;
}
@media screen and (min-width: 951px) {
  body .list--disc > li + li {
    margin-top: 14px;
  }
}
@media screen and (max-width: 950px) {
  body .list--disc > li + li {
    margin-top: 12px;
  }
}
body .btnArrow {
  margin: 0 auto;
  position: relative;
  transition: all 0.3s ease;
}
body .btnArrow a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .btnArrow:hover {
  transition: all 0.3s ease;
}
body .btnArrow::before, body .btnArrow::after {
  content: "";
  display: block;
  position: absolute;
}
body .btnArrow::before {
  border-radius: 50%;
  border: 1px solid #0072BC;
  width: 25px;
  height: 25px;
  top: calc(50% - 12.5px);
}
@media screen and (min-width: 951px) {
  body .btnArrow::before {
    right: 11px;
  }
}
@media screen and (max-width: 950px) {
  body .btnArrow::before {
    right: 20px;
  }
}
body .btnArrow::after {
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 2px);
  width: 4.5px;
  height: 4.5px;
}
@media screen and (min-width: 951px) {
  body .btnArrow::after {
    right: 23px;
  }
}
@media screen and (max-width: 950px) {
  body .btnArrow::after {
    right: 32px;
  }
}
body .btnArrow.btnArrow--navy {
  background: #2E404D;
}
body .btnArrow.btnArrow--navy a {
  color: #fff;
}
body .btnArrow.btnArrow--navy::before {
  border-color: #fff;
}
body .btnArrow.btnArrow--light-blue {
  background: #1EA1FC;
}
body .btnArrow.btnArrow--light-blue a {
  color: #fff;
}
body .btnArrow.btnArrow--light-blue::before {
  border-color: #fff;
}
body .btnArrow.btnArrow--dark-blue {
  background: #0072BC;
}
body .btnArrow.btnArrow--dark-blue a {
  color: #fff;
}
body .btnArrow.btnArrow--dark-blue::before {
  border-color: #fff;
}
body .btnArrow.btnArrow--white {
  background-color: #fff;
}
body .btnArrow.btnArrow--white a {
  color: #0072BC;
}
body .btnArrow.btnArrow--white::before, body .btnArrow.btnArrow--white::after {
  border-color: #0072BC;
}
body .btnArrow.btnArrow--white:hover {
  background: #005B95;
}
body .btnArrow.btnArrow--white:hover a {
  color: #fff;
}
body .btnArrow.btnArrow--white:hover::before {
  background: #fff;
  border-color: #fff;
}
body .btnArrow.btnArrow--border {
  background-color: none;
  border: 1px solid #fff;
}
body .btnArrow.btnArrow--border::before {
  width: 14px;
  height: 14px;
  top: calc(50% - 8px);
}
@media screen and (min-width: 951px) {
  body .btnArrow.btnArrow--border::before {
    right: 15px;
  }
}
@media screen and (max-width: 950px) {
  body .btnArrow.btnArrow--border::before {
    right: 9px;
  }
}
body .btnArrow.btnArrow--border::after {
  width: 3px;
  height: 3px;
}
@media screen and (min-width: 951px) {
  body .btnArrow.btnArrow--border::after {
    right: 22px;
  }
}
@media screen and (max-width: 950px) {
  body .btnArrow.btnArrow--border::after {
    right: 16px;
  }
}
body .btnArrow.btnArrow--border:hover {
  opacity: 0.8;
}
body .btnArrow.btnArrow--border.btnArrow--borderW {
  border-color: #fff;
}
body .btnArrow.btnArrow--border.btnArrow--borderW::before, body .btnArrow.btnArrow--border.btnArrow--borderW::after {
  border-color: #fff;
}
body .btnArrow.btnArrow--border.btnArrow--borderB {
  border-color: #0072BC;
}
body .btnArrow.btnArrow--border.btnArrow--borderB::before, body .btnArrow.btnArrow--border.btnArrow--borderB::after {
  border-color: #0072BC;
}
body .entry {
  color: #fff;
  background-color: #005EA3;
}
@media screen and (min-width: 951px) {
  body .entry {
    background-size: 82.45px;
    background-position: right 95.6px bottom 0;
  }
}
@media screen and (max-width: 950px) {
  body .entry {
    background-size: 37.65px;
    background-position: right 91px top 16.8px;
  }
}
@media screen and (min-width: 951px) {
  body .entry .entry__inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 57px 0 60px;
  }
}
@media screen and (max-width: 950px) {
  body .entry .entry__inner {
    padding: 68px 20px 80px;
  }
}
body .entry .entry__inner .entry__title--wrapper {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 951px) {
  body .entry .entry__inner .entry__title--wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 950px) {
  body .entry .entry__inner .entry__title--wrapper {
    margin-bottom: 36px;
    justify-content: space-between;
  }
}
body .entry .entry__inner .entry__title--link {
  color: #fff;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 10px;
  font-weight: bold;
}
@media screen and (min-width: 951px) {
  body .entry .entry__inner .entry__title--link {
    font-size: 16px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 950px) {
  body .entry .entry__inner .entry__title--link {
    font-size: 14px;
  }
}
body .entry .entry__inner .entry__title {
  font-weight: 700;
}
@media screen and (min-width: 951px) {
  body .entry .entry__inner .entry__title {
    font-size: 51px;
    line-height: 1.31372549;
  }
}
@media screen and (max-width: 950px) {
  body .entry .entry__inner .entry__title {
    font-size: 30px;
    line-height: 1;
  }
}
body .entry .entry__inner .entry__list {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 951px) {
  body .entry .entry__inner .entry__list {
    max-width: 1060px;
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-width: 951px) {
  body .entry .entry__inner .entry__list > .entry__list__item:nth-child(2) {
    position: relative;
    margin-left: calc(30 / 1060 * 100vw);
    padding-left: calc(30 / 1060 * 100vw);
  }
}
@media screen and (min-width: 951px) and (min-width: 1060px) {
  body .entry .entry__inner .entry__list > .entry__list__item:nth-child(2) {
    margin-left: calc(30 / 1060 * 1060 * 1px);
  }
}
@media screen and (min-width: 951px) and (min-width: 1060px) {
  body .entry .entry__inner .entry__list > .entry__list__item:nth-child(2) {
    padding-left: calc(30 / 1060 * 1060 * 1px);
  }
}
@media screen and (min-width: 951px) {
  body .entry .entry__inner .entry__list > .entry__list__item:nth-child(2)::after {
    content: "";
    width: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: #fff;
    height: 100%;
    opacity: 0.4;
  }
}
@media screen and (max-width: 950px) {
  body .entry .entry__inner .entry__list > .entry__list__item:nth-child(2) {
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
  }
  body .entry .entry__inner .entry__list > .entry__list__item:nth-child(2)::after {
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    position: absolute;
    z-index: 1;
    background: #fff;
    opacity: 0.4;
  }
}
@media screen and (min-width: 951px) {
  body .entry .entry__inner .entry__list > .entry__list__item:nth-child(3) {
    margin-left: calc(20 / 1060 * 100vw);
  }
}
@media screen and (min-width: 951px) and (min-width: 1060px) {
  body .entry .entry__inner .entry__list > .entry__list__item:nth-child(3) {
    margin-left: calc(20 / 1060 * 1060 * 1px);
  }
}
@media screen and (max-width: 950px) {
  body .entry .entry__inner .entry__list > .entry__list__item:nth-child(3) {
    margin-top: 16px;
  }
}
body .entry .entry__inner .entry__list > .entry__list__item .entry__lead {
  font-weight: 500;
}
@media screen and (max-width: 950px) {
  body .entry .entry__inner .entry__list > .entry__list__item .entry__lead {
    margin-top: 19px;
    line-height: 1.65;
  }
}
@media screen and (min-width: 951px) {
  body .entry .entry__inner .entry__list > .entry__list__item .entry__lead.entry__lead--job {
    font-size: 22px;
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 951px) {
  body .entry .entry__inner .entry__list > .entry__list__item .entry__lead.entry__lead--career {
    font-size: 13px;
    line-height: 1.65;
    margin-top: 10px;
  }
}
@media screen and (max-width: 950px) {
  body .entry .entry__inner .entry__list > .entry__list__item .entry__lead.entry__lead--career {
    font-size: 13px;
  }
}
body .entry .entry__inner .entry__list > .entry__list__item .btnArrow {
  height: 70px;
}
@media screen and (min-width: 951px) {
  body .entry .entry__inner .entry__list > .entry__list__item .btnArrow {
    width: calc(320 / 1060 * 100vw);
  }
}
@media screen and (min-width: 951px) and (min-width: 1060px) {
  body .entry .entry__inner .entry__list > .entry__list__item .btnArrow {
    width: calc(320 / 1060 * 1060 * 1px);
  }
}
body .articleTag {
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (min-width: 951px) {
  body .articleTag {
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 10px;
  }
}
body .articleTag > li {
  line-height: 1;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 950px) {
  body .articleTag > li {
    height: 22px;
  }
}
body .articleTag > li span {
  display: inline-block;
  border: 1px solid #005B97;
  color: #005B97;
  line-height: 1;
  border-radius: 4px;
}
@media screen and (min-width: 951px) {
  body .articleTag > li span {
    padding: 5px 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 950px) {
  body .articleTag > li span {
    padding: 5px 13px;
    font-size: 10px;
  }
}
@media screen and (max-width: 950px) {
  body .articleTag > li + li {
    margin-top: 4px;
  }
}
body .accordion {
  background-color: #F5F5F5;
}
@media screen and (min-width: 951px) {
  body .accordion {
    padding: 38px 59.5px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 950px) {
  body .accordion {
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
body .accordion .accordion__title {
  color: #0072BC;
  font-weight: 700;
  text-align: left;
  position: relative;
  padding-right: 2em;
}
@media screen and (min-width: 951px) {
  body .accordion .accordion__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 950px) {
  body .accordion .accordion__title {
    line-height: 1.65;
  }
}
body .accordion .accordion__title::before, body .accordion .accordion__title::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: #0072BC;
  position: absolute;
  top: 50%;
  right: 0;
  transition: transform 0.3s;
  transform: translateY(-50%);
}
@media screen and (max-width: 950px) {
  body .accordion .accordion__title::before, body .accordion .accordion__title::after {
    width: 14px;
    right: -5px;
  }
}
body .accordion .accordion__title::after {
  transform: translateY(-50%) rotate(90deg);
}
body .accordion .accordion__title.js__accordion__open::after {
  transform: translateY(-50%) rotate(180deg);
}
body .accordion .accordion__content .accordion__content__inner {
  border-top: 1px solid #949494;
}
@media screen and (min-width: 951px) {
  body .accordion .accordion__content .accordion__content__inner {
    margin-top: 25px;
    padding-top: 28px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 950px) {
  body .accordion .accordion__content .accordion__content__inner {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 951px) {
  body .accordion.accordion--heading {
    padding-top: 43px;
    padding-bottom: 44px;
  }
}
@media screen and (min-width: 951px) {
  body .accordion.accordion--heading .accordion__title {
    font-size: 26px;
  }
}
@media screen and (max-width: 950px) {
  body .accordion.accordion--heading .accordion__title {
    font-size: 20px;
  }
}
body .accordion.accordion--heading .accordion__content .accordion__content__inner {
  border-top: none;
}
@media screen and (min-width: 951px) {
  body .accordion.accordion--heading .accordion__content .accordion__content__inner {
    padding-top: 0;
    margin-top: 5px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 950px) {
  body .accordion.accordion--heading .accordion__content .accordion__content__inner {
    margin-top: 0;
    padding-bottom: 0;
  }
}
body .accordion.accordion--heading .accordion__content .accordion__content__inner .detail__heading__nav > li a {
  font-weight: 700;
  color: #2E404D;
}
@media screen and (min-width: 951px) {
  body .accordion.accordion--heading .accordion__content .accordion__content__inner .detail__heading__nav > li a {
    font-size: 20px;
  }
}
body .accordion.accordion--heading .accordion__content .accordion__content__inner .detail__heading__nav > li:not(:last-child) {
  border-bottom: 1px solid #949494;
}
@media screen and (min-width: 951px) {
  body .accordion.accordion--heading .accordion__content .accordion__content__inner .detail__heading__nav > li:not(:last-child) {
    padding: 20px 0 23px;
  }
}
@media screen and (max-width: 950px) {
  body .accordion.accordion--heading .accordion__content .accordion__content__inner .detail__heading__nav > li:not(:last-child) {
    padding: 10px 0;
  }
}
@media screen and (min-width: 951px) {
  body .accordion.accordion--heading .accordion__content .accordion__content__inner .detail__heading__nav > li:last-child {
    padding-top: 20px;
  }
}
@media screen and (max-width: 950px) {
  body .accordion.accordion--heading .accordion__content .accordion__content__inner .detail__heading__nav > li:last-child {
    padding-top: 10px;
  }
}
@media screen and (min-width: 951px) {
  body .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 950px) {
  body .text {
    font-size: 15px;
    line-height: 1.75;
  }
}
body .text.text--min {
  line-height: 1.65;
}
@media screen and (min-width: 951px) {
  body .text.text--min {
    font-size: 14px;
  }
}
@media screen and (max-width: 950px) {
  body .text.text--min {
    font-size: 11px;
  }
}
@media screen and (min-width: 951px) {
  body .text + .text {
    margin-top: 21px;
  }
}
@media screen and (max-width: 950px) {
  body .text + .text {
    margin-top: 20px;
  }
}
body .breadcrumbs {
  background: #FAFAFA;
}
body .breadcrumbs .breadcrumbs__list {
  display: flex;
}
@media screen and (min-width: 951px) {
  body .breadcrumbs .breadcrumbs__list {
    padding: 16px 40px 18px 40px;
  }
}
@media screen and (max-width: 950px) {
  body .breadcrumbs .breadcrumbs__list {
    padding: 11px 20px 12px 20px;
  }
}
body .breadcrumbs .breadcrumbs__list .breadcrumbs__list__item {
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 951px) {
  body .breadcrumbs .breadcrumbs__list .breadcrumbs__list__item {
    padding-right: 14px;
    margin-right: 13px;
    font-size: 12px;
  }
}
@media screen and (max-width: 950px) {
  body .breadcrumbs .breadcrumbs__list .breadcrumbs__list__item {
    padding-right: 14px;
    margin-right: 13px;
    font-size: 11px;
  }
}
body .breadcrumbs .breadcrumbs__list .breadcrumbs__list__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 5.215px;
  height: 5.215px;
  border: 0px;
  border-top: solid 1px #949494;
  border-right: solid 1px #949494;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
}
body .breadcrumbs .breadcrumbs__list .breadcrumbs__list__item.breadcrumbs__list__item--active a {
  color: #2E404D;
  pointer-events: none;
}
body .pagettl {
  font-weight: 700;
  color: #0072BC;
  background-repeat: no-repeat;
}
@media screen and (min-width: 951px) {
  body .pagettl {
    padding-top: 63px;
    padding-bottom: 46px;
  }
}
@media screen and (max-width: 950px) {
  body .pagettl {
    padding-top: 52px;
    padding-bottom: 16px;
  }
}
body .pagettl > span {
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 951px) {
  body .pagettl .pagettl__sub {
    font-size: 26px;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 950px) {
  body .pagettl .pagettl__sub {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 951px) {
  body .pagettl .pagettl__main {
    font-size: 40px;
  }
}
@media screen and (max-width: 950px) {
  body .pagettl .pagettl__main {
    font-size: 25px;
  }
}
body .pagettl.pagettl--list {
  background-image: url(/assets/images/list/img_title.png);
}
@media screen and (min-width: 951px) {
  body .pagettl.pagettl--list {
    background-size: 109px;
    background-position: left 34% bottom;
  }
}
@media screen and (max-width: 950px) {
  body .pagettl.pagettl--list {
    background-size: 75px;
    background-position: left 22px bottom;
  }
}
body .articleList {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 951px) {
  body .articleList {
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 80px;
  }
}
@media screen and (max-width: 950px) {
  body .articleList {
    -moz-column-gap: 13px;
    column-gap: 13px;
    row-gap: 40px;
  }
}
body .articleList > .articleList__item article,
body .articleList > .articleList__item a {
  display: block;
  height: 100%;
}
@media screen and (min-width: 951px) {
  body .articleList > .articleList__item .articleList__image {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 950px) {
  body .articleList > .articleList__item .articleList__image {
    margin-bottom: 16px;
  }
}
body .articleList > .articleList__item .articleList__content .articleList__date {
  color: #2E404D;
}
@media screen and (min-width: 951px) {
  body .articleList > .articleList__item .articleList__content .articleList__date {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 950px) {
  body .articleList > .articleList__item .articleList__content .articleList__date {
    font-size: 12px;
    line-height: 1.65;
    margin-bottom: 1px;
  }
}
body .articleList > .articleList__item .articleList__content .articleList__title {
  color: #2E404D;
}
@media screen and (min-width: 951px) {
  body .articleList > .articleList__item .articleList__content .articleList__title {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 950px) {
  body .articleList > .articleList__item .articleList__content .articleList__title {
    font-size: 12px;
    line-height: 1.65;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 951px) {
  body .articleList > .articleList__item .articleList__content .articleTag {
    row-gap: 8px;
  }
}
body .buttonArrow {
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (min-width: 951px) {
  body .buttonArrow {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 950px) {
  body .buttonArrow {
    width: 33px;
    height: 33px;
  }
}
body .buttonArrow span {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
body .buttonArrow:hover {
  transition: opacity 0.3s ease;
  cursor: pointer;
  opacity: 0.8;
}
body .buttonArrow::before, body .buttonArrow::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none !important;
}
body .buttonArrow::before {
  border-radius: 50%;
  border: 1px solid #0072BC;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body .buttonArrow::after {
  border: 0px;
  border-top: solid 1px #0072BC;
  border-right: solid 1px #0072BC;
  transform: rotate(-135deg);
  position: absolute;
  top: calc(50% - 4px);
  width: 8.43px;
  height: 8.43px;
  left: calc(50% - 2px);
}
@media screen and (max-width: 950px) {
  body .buttonArrow::after {
    width: 6.64px;
    height: 6.64px;
    top: calc(50% - 3px);
    left: calc(50% - 1.5px);
  }
}
body .buttonArrow.buttonArrow--next::after {
  transform: rotate(45deg);
  left: calc(50% - 5.5px);
}
@media screen and (max-width: 950px) {
  body .buttonArrow.buttonArrow--next::after {
    left: calc(50% - 4.5px);
  }
}
body .buttonArrow.buttonArrow--white::before, body .buttonArrow.buttonArrow--white::after {
  border-color: #fff;
}
body .sliderWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
body .sliderWrap .swiper-pagination {
  bottom: -40px;
  z-index: 1;
  transition: 0.3s;
}
@media screen and (max-width: 950px) {
  body .sliderWrap .swiper-pagination {
    bottom: -47px;
  }
}
body .sliderWrap .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: none;
  border: 1px solid #fff;
  margin: 0 10px;
}
body .sliderWrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
body .sliderWrap .buttonArrow {
  position: absolute;
}
body .sliderWrap .buttonArrow.buttonArrow--prev {
  left: 0;
}
body .sliderWrap .buttonArrow.buttonArrow--next {
  right: 0;
}
body .divpagettl {
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 951px) {
  body .divpagettl {
    height: 360px;
    padding-left: 116px;
  }
}
@media screen and (max-width: 950px) {
  body .divpagettl {
    height: 188px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .divpagettl .divpagettl__inner {
  color: #fff;
  font-weight: 700;
}
body .divpagettl .divpagettl__inner .divpagettl__sub {
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (min-width: 951px) {
  body .divpagettl .divpagettl__inner .divpagettl__sub {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 950px) {
  body .divpagettl .divpagettl__inner .divpagettl__sub {
    font-size: 20px;
    margin-bottom: 11px;
  }
}
body .divpagettl .divpagettl__inner .divpagettl__main {
  line-height: 1;
}
@media screen and (min-width: 951px) {
  body .divpagettl .divpagettl__inner .divpagettl__main {
    font-size: 40px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 950px) {
  body .divpagettl .divpagettl__inner .divpagettl__main {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 951px) {
  body .divpagettl .divpagettl__inner .divpagettl__leadLarge {
    font-size: 26px;
  }
}
@media screen and (max-width: 950px) {
  body .divpagettl .divpagettl__inner .divpagettl__leadLarge {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 951px) {
  body .divpagettl .divpagettl__inner .divpagettl__lead {
    line-height: 1.5;
  }
}
@media screen and (max-width: 950px) {
  body .divpagettl .divpagettl__inner .divpagettl__lead {
    font-size: 12px;
    line-height: 1.65;
  }
}
@media screen and (max-width: 950px) {
  body .divpagettl.divpagettl--lead2 .divpagettl__sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 950px) {
  body .divpagettl.divpagettl--lead2 .divpagettl__main {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 950px) {
  body .divpagettl.divpagettl--lead2 .divpagettl__leadLarge {
    line-height: 1.4;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 950px) {
  body .divpagettl.divpagettl--lead2 .divpagettl__lead {
    font-size: 10px;
  }
}
body .secttl {
  color: #0072BC;
  border-bottom: 2px solid #0072BC;
  font-weight: 700;
}
@media screen and (min-width: 951px) {
  body .secttl {
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 950px) {
  body .secttl {
    padding-bottom: 19px;
    margin-bottom: 30px;
  }
}
body .secttl .secttl__sub {
  text-transform: uppercase;
}
@media screen and (min-width: 951px) {
  body .secttl .secttl__sub {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 950px) {
  body .secttl .secttl__sub {
    display: block;
    font-size: 20px;
    margin-bottom: 6px;
  }
}
body .secttl .secttl__main {
  display: block;
}
@media screen and (min-width: 951px) {
  body .secttl .secttl__main {
    font-size: 36px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 950px) {
  body .secttl .secttl__main {
    font-size: 25px;
    line-height: 1.5;
  }
}
body .secttl.secttl--w {
  color: #fff;
  border-bottom-color: #fff;
}
body .hereWrap {
  background-color: #F5F5F5;
}
@media screen and (min-width: 951px) {
  body .hereWrap {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 950px) {
  body .hereWrap {
    padding: 50px 20px;
  }
}
body .hereWrap .hereWrap__inner {
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media screen and (min-width: 951px) {
  body .hereWrap .hereWrap__inner {
    max-width: 612px;
    min-height: 200px;
    background-position: center right;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
  }
}
@media screen and (max-width: 950px) {
  body .hereWrap .hereWrap__inner {
    background-position: top center;
    padding-top: 220px;
  }
}
body .hereWrap .hereWrap__inner .hereWrap__title {
  font-weight: 700;
}
@media screen and (min-width: 951px) {
  body .hereWrap .hereWrap__inner .hereWrap__title {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 950px) {
  body .hereWrap .hereWrap__inner .hereWrap__title {
    text-align: center;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 17px;
  }
}
body .hereWrap .hereWrap__inner .btnArrow {
  height: 40px;
  font-size: 12px;
}
@media screen and (min-width: 951px) {
  body .hereWrap .hereWrap__inner .btnArrow {
    margin: 0;
    width: 250px;
  }
}
@media screen and (max-width: 950px) {
  body .hereWrap .hereWrap__inner .btnArrow {
    width: 230px;
  }
}

@media screen and (min-width: 951px) {
  .divpagettl.divpagettl--index {
    background-image: url(/assets/images/requirements/bg_title.jpg);
  }
}
@media screen and (max-width: 950px) {
  .divpagettl.divpagettl--index {
    background-image: url(/assets/images/requirements/bg_title-sp.jpg);
  }
}

@media screen and (min-width: 951px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  .pc_only {
    display: none;
  }
}

b {
  font-weight: bold;
}

@media screen and (min-width: 951px) {
  #requirements {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 950px) {
  #requirements {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 951px) {
  #requirements .intro {
    margin-top: 80px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .intro {
    margin-top: 30px;
  }
}
#requirements summary {
  list-style: none;
}
#requirements summary::-webkit-details-marker {
  display: none;
}
#requirements .requirements__accordion {
  background: #E4F3FC;
}
@media screen and (min-width: 951px) {
  #requirements .requirements__accordion {
    border-radius: 20px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .requirements__accordion {
    border-radius: 10px;
  }
}
@media screen and (min-width: 951px) {
  #requirements .requirements__accordion:not(:first-of-type) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .requirements__accordion:not(:first-of-type) {
    margin-top: 10px;
  }
}
#requirements .requirements__accordion[open] .accordion__summary--arrow {
  transform: translateY(-50%) rotate(180deg);
}
#requirements .requirements__accordion[open] .accordion__contents {
  opacity: 1;
}
#requirements .accordion__summary {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 951px) {
  #requirements .accordion__summary {
    cursor: pointer;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .accordion__summary {
    padding: 20px 5.9701492537%;
  }
}
#requirements .accordion__summary--number {
  color: #0072BC;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 951px) {
  #requirements .accordion__summary--number {
    font-size: 20px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .accordion__summary--number {
    font-size: 14px;
  }
}
#requirements .accordion__summary--number::before {
  content: "";
  display: block;
  background: #0072BC;
}
@media screen and (min-width: 951px) {
  #requirements .accordion__summary--number::before {
    width: 14px;
    height: 4px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .accordion__summary--number::before {
    width: 8px;
    height: 2px;
    margin-right: 3px;
  }
}
#requirements .accordion__summary--title {
  color: #0072BC;
  font-weight: bold;
}
@media screen and (min-width: 951px) {
  #requirements .accordion__summary--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .accordion__summary--title {
    font-size: 18px;
  }
}
#requirements .accordion__summary--arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 951px) {
  #requirements .accordion__summary--arrow {
    right: 50px;
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease;
    background: url(../../images/requirements/accordion__summary--arrow.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 950px) {
  #requirements .accordion__summary--arrow {
    width: 30px;
    height: 30px;
    right: 20px;
    background: url(../../images/requirements/accordion__summary--arrow.sp.png) no-repeat center/cover;
  }
}
@media screen and (min-width: 951px) {
  #requirements .accordion__contents {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
    transition: opacity 0.5s ease;
    opacity: 0;
  }
}
@media screen and (max-width: 950px) {
  #requirements .accordion__contents {
    padding-left: 5.9701492537%;
    padding-right: 5.9701492537%;
    padding-bottom: 30px;
  }
}
#requirements .accordion__contents--inner {
  background-color: #fff;
}
@media screen and (min-width: 951px) {
  #requirements .accordion__contents--inner {
    padding: 40px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .accordion__contents--inner {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 6.7796610169%;
    padding-right: 6.7796610169%;
  }
}
@media screen and (min-width: 951px) {
  #requirements .description {
    margin-top: 120px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .description {
    margin-top: 60px;
  }
}
@media screen and (min-width: 951px) {
  #requirements .description__block {
    margin-top: 50px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .description__block {
    margin-top: 30px;
  }
}
#requirements .description__block--title {
  font-weight: bold;
}
@media screen and (min-width: 951px) {
  #requirements .description__block--title {
    font-size: 20px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .description__block--title {
    font-size: 16px;
  }
}
#requirements .description__block--list {
  display: flex;
}
@media screen and (min-width: 951px) {
  #requirements .description__block--list {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .description__block--list {
    margin-top: 10px;
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (min-width: 951px) {
  #requirements .description__block--item {
    width: 320px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .description__block--item {
    width: 100%;
  }
}
@media screen and (min-width: 951px) {
  #requirements .description__block--item .btnArrow {
    height: 70px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .description__block--item .btnArrow {
    height: 64px;
  }
}
@media screen and (min-width: 951px) {
  #requirements .description__text--right {
    margin-top: 20px;
    text-align: right;
  }
}
@media screen and (max-width: 950px) {
  #requirements .description__text--right {
    margin-top: 30px;
  }
}
#requirements .description__text--link {
  text-decoration: underline;
}
@media screen and (min-width: 951px) {
  #requirements .process {
    margin-top: 120px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .process {
    margin-top: 60px;
  }
}
@media screen and (min-width: 951px) {
  #requirements .process__image {
    max-width: 996px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 950px) {
  #requirements .process__image {
    margin-inline: auto;
    width: 85.9701492537%;
  }
}
#requirements .process__text--right {
  text-align: right;
  font-size: 10px;
  margin-inline: auto;
}
@media screen and (min-width: 951px) {
  #requirements .process__text--right {
    max-width: 996px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .process__text--right {
    width: 85.9701492537%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 951px) {
  #requirements .recruit {
    margin-top: 120px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .recruit {
    margin-top: 60px;
    padding-left: 5.3333333333%;
    padding-right: 5.3333333333%;
  }
}
#requirements .recruit .secttl {
  border: none;
}
@media screen and (max-width: 950px) {
  #requirements .recruit .secttl {
    padding-bottom: 0;
  }
}
#requirements .recruit__inner {
  border: 3px solid #0072BC;
  border-radius: 20px;
}
@media screen and (min-width: 951px) {
  #requirements .recruit__inner {
    max-width: 1200px;
    margin-inline: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 950px) {
  #requirements .recruit__inner {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 5.9701492537%;
    padding-right: 5.9701492537%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 950px) {
  #requirements .secttl__main {
    font-size: 18px;
  }
}
@media screen and (min-width: 951px) {
  #requirements .recruit__block {
    display: flex;
  }
}
@media screen and (min-width: 951px) {
  #requirements .recruit__block:not(:first-of-type) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .recruit__block:not(:first-of-type) {
    margin-top: 40px;
  }
}
#requirements .recruit__block--title {
  font-weight: bold;
}
@media screen and (min-width: 951px) {
  #requirements .recruit__block--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .recruit__block--title {
    font-size: 16px;
  }
}
@media screen and (min-width: 951px) {
  #requirements .recruit__block--text {
    margin-top: 15px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .recruit__block--text {
    margin-top: 10px;
    font-size: 15px;
  }
}
@media screen and (min-width: 951px) {
  #requirements .recruit__block--sub {
    margin-top: 40px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .recruit__block--sub {
    margin-top: 30px;
  }
}
#requirements .recruit__block--note {
  font-size: 10px;
  margin-top: 10px;
}
#requirements .recruit__block--link {
  text-decoration: underline;
}
@media screen and (max-width: 950px) {
  #requirements .recruit__block--link {
    font-size: 15px;
  }
}
@media screen and (min-width: 951px) {
  #requirements .recruit__block--image {
    flex-shrink: 0;
    width: 65.8333333333%;
  }
}
@media screen and (max-width: 950px) {
  #requirements .recruit__block--image {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
#requirements .recruit__block--wrapper {
  display: flex;
}
@media screen and (min-width: 951px) {
  #requirements .recruit__block--wrapper {
    gap: 15px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .recruit__block--wrapper {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 951px) {
  #requirements .recruit__button {
    width: 260px;
    height: 40px;
  }
}
@media screen and (max-width: 950px) {
  #requirements .recruit__button {
    width: 100%;
    height: 40px;
  }
}
#requirements .recruit__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
}
#requirements .recruit__button.dark-blue {
  background: #0072BC;
}
#requirements .recruit__button.dark-blue a {
  color: #fff;
}
#requirements .recruit__button.border {
  border: 1px solid #0072BC;
  color: #0072BC;
}

@media screen and (min-width: 951px) {
  .editor * + *:not(li) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 950px) {
  .editor * + *:not(li) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 951px) {
  .editor p {
    font-size: 16px;
  }
}
@media screen and (max-width: 950px) {
  .editor p {
    font-size: 15px;
  }
}
@media screen and (min-width: 951px) {
  .editor ul {
    font-size: 16px;
  }
}
@media screen and (max-width: 950px) {
  .editor ul {
    font-size: 15px;
  }
}
.editor ul li {
  padding-left: 1.3em;
  text-indent: -1.1em;
}
@media screen and (min-width: 951px) {
  .editor ul li:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 950px) {
  .editor ul li:not(:first-child) {
    margin-top: 10px;
  }
}
.editor ul li::before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #0072BC;
  position: relative;
  top: -0.1em;
  vertical-align: middle;
  margin-right: 0.5em;
}