@charset "UTF-8";
@media screen and (min-width: 768px) {
  .cmBody {
    padding: 93px calc(50% - 500px) 170px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .cmBody {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cmCrumbs_list {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .lst_anc01_block::before {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .rbHead_block01 .cmCrumbs_list {
    padding: 17px 0 14px;
  }
}
@media screen and (min-width: 768px) {
  .rbHead_block03 .cmCrumbs_list {
    padding: 43px 0 0;
  }
}
.rbHeader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 7500;
}

.rbHeader_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .rbHeader_inner {
    height: 70px;
  }
  .fixed .rbHeader_inner {
    background: rgba(255, 255, 255, 0.6);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .rbHeader_inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .rbHeader_inner {
    height: 37px;
  }
}
.rbHeader_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  height: 100%;
  line-height: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .rbHeader_logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16.5%;
    max-width: 231px;
    z-index: 5;
  }
  .rbHeader_logo img {
    width: 71.429%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .rbHeader_logo {
    position: absolute;
    width: 20%;
    height: 43%;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .rbHeader_logo {
    width: 112px;
    z-index: 9000;
  }
  .rbHeader_logo img {
    width: 79.018%;
  }
}
.rbHeader_logo > a {
  display: block;
  width: 100%;
}

.rbHeader_logo > a:hover {
  opacity: 0.5;
}

.rbHeader_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #005bab;
  height: 100%;
  line-height: 1;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .rbHeader_index {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16.5%;
    max-width: 231px;
    font-size: 15px;
    z-index: 5;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .rbHeader_index {
    position: absolute;
    width: 20%;
    height: 43%;
    left: 20%;
    top: 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .rbHeader_index {
    z-index: 9000;
    width: 112px;
    margin-right: auto;
    font-size: 10px;
  }
}
.rbHeader_index a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.rbHeader_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .rbHeader_navi {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 2.858% 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .rbHeader_navi {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .rbHeader_navi {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    background: #0060b5;
    width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    overflow-y: scroll;
    -webkit-transform: translate(0, -110%);
    -ms-transform: translate(0, -110%);
        transform: translate(0, -110%);
    -webkit-transition: -webkit-transform 420ms ease-in-out 0ms;
    transition: -webkit-transform 420ms ease-in-out 0ms;
    transition: transform 420ms ease-in-out 0ms;
    transition: transform 420ms ease-in-out 0ms, -webkit-transform 420ms ease-in-out 0ms;
    pointer-events: none;
  }
  .rbHeader_navi.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    pointer-events: auto;
  }
}
.rbHeader_lang {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .rbHeader_lang {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 15px 0 55px;
    font-size: 13px;
  }
  .active + .rbHeader_lang {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .rbHeader_lang {
    position: absolute;
    right: 38px;
    top: 19px;
  }
  .active + .rbHeader_lang {
    right: 248px;
  }
}
@media screen and (max-width: 767px) {
  .rbHeader_lang {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 20px 0 0;
    padding: 0 0 65px;
    font-size: 13px;
  }
}
.rbHeader_lang > li {
  display: block;
  position: relative;
  color: #b9b9b9;
}

.rbHeader_lang > li + li {
  margin-left: 0.5em;
  padding-left: 1em;
}

.rbHeader_lang > li + li::before {
  content: "/";
  position: absolute;
  left: 0;
  top: 50%;
  color: #b9b9b9;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

.rbHeader_lang > li.current {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .rbHeader_lang > li.current {
    color: #0060b5;
  }
}
@media screen and (max-width: 767px) {
  .rbHeader_lang > li.current {
    color: #fff;
  }
}
.rbHeader_lang > li > a {
  text-decoration: none;
  color: inherit;
}

.rbHeader_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  color: transparent;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .rbHeader_search {
    background: #0060b5;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .rbHeader_search {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    background: #fff;
    height: 36px;
    margin: 40px 0 65px;
    z-index: 10;
  }
}
.rbHeader_search::after {
  content: "";
  position: absolute;
  border: 1px solid #0060b5;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.rbHeader_search > a,
.rbHeader_search .submit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  color: transparent;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .rbHeader_search > a,
  .rbHeader_search .submit {
    background-color: #0060b5;
    background-image: url(../img/common/btn_search01.svg);
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .rbHeader_search > a,
  .rbHeader_search .submit {
    background-color: #fff;
    background-image: url(../img/common/btn_search02.svg);
    width: 36px;
    height: 36px;
  }
}
.rbHeader_search > a::-moz-selection,
.rbHeader_search .submit::-moz-selection {
  background: transparent;
  color: transparent;
}

.rbHeader_search > a::-moz-selection, .rbHeader_search .submit::-moz-selection {
  background: transparent;
  color: transparent;
}

.rbHeader_search > a::selection,
.rbHeader_search .submit::selection {
  background: transparent;
  color: transparent;
}

.rbHeader_search .text,
.rbHeader_search .submit {
  display: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.rbHeader_search .text:focus,
.rbHeader_search .submit:focus {
  outline: none;
}

.rbHeader_search .text {
  background: #fff;
  padding: 0 0.5em;
}

@media screen and (min-width: 768px) {
  .rbHeader_search .text {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .rbHeader_search .text {
    border-right: 2px solid #0060b5;
    width: 100%;
    font-size: 11px;
    border-radius: 0;
  }
  .rbHeader_search .text::-webkit-input-placeholder {
    color: #ccc;
  }
  .rbHeader_search .text:-ms-input-placeholder {
    color: #ccc;
  }
  .rbHeader_search .text::-ms-input-placeholder {
    color: #ccc;
  }
  .rbHeader_search .text::-moz-placeholder {
    color: #ccc;
  }
  .rbHeader_search .text::placeholder {
    color: #ccc;
  }
}
@media screen and (max-width: 767px) {
  .rbHeader_search.active {
    width: 54.4%;
  }
}
.rbHeader_search.active > a {
  display: none;
}

.rbHeader_search.active .text,
.rbHeader_search.active .submit {
  display: block;
}

.rbHeader_list {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .rbHeader_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: -3px 0 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .rbHeader_list {
    -webkit-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
        transform: translate(10px, 0);
  }
}
@media screen and (max-width: 767px) {
  .rbHeader_list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin: 0 auto;
    padding: 70px 30px 20px;
    font-size: 14px;
    border-bottom: 1px solid #4d90cb;
  }
}
.rbHeader_list > li {
  position: relative;
}

@media screen and (min-width: 768px) {
  .rbHeader_list > li {
    display: block;
  }
  .rbHeader_list > li:nth-child(n+2) {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .rbHeader_list > li.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #fff;
  }
}
.rbHeader_list > li > a {
  position: relative;
  letter-spacing: 0.07em;
  line-height: inherit;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .rbHeader_list > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    padding: 0 10px;
    white-space: nowrap;
  }
  .rbHeader_list > li > a::before,
  .rbHeader_list > li > a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    color: #0060b5;
    opacity: 0;
    pointer-events: none;
  }
  .rbHeader_list > li > a::before {
    border-left: 8px solid transparent;
    border-right: 8px solid;
    border-top: 23px solid transparent;
    border-bottom: 23px solid;
    right: 100%;
  }
  .rbHeader_list > li > a::after {
    border-left: 8px solid;
    border-right: 8px solid transparent;
    border-top: 23px solid;
    border-bottom: 23px solid transparent;
    left: 100%;
  }
}
@media screen and (max-width: 767px) {
  .rbHeader_list > li > a {
    display: block;
    line-height: 1.715em;
  }
}
@media screen and (min-width: 768px) {
  .rbHeader.fixed .rbHeader_list > li > a {
    color: inherit;
  }
}
.rbHeader_list .rbHeader_child > a {
  margin: 6px 0 0;
  padding: 0 0 0 1em;
  line-height: 1.539em;
  font-size: 13px;
  font-weight: normal;
}

.rbHeader_list .rbHeader_child > a::before {
  border-bottom: 1px solid;
  top: 0.77em;
  margin: 0 0 0 2px;
  content: "";
  display: block;
  position: absolute;
  width: 0.35em;
  height: 0;
  left: 0;
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
      transform: translate(0, -1px);
}

.rbHeader_list .rbHeader_child > ul {
  padding: 8px 0 3px 25px;
}

.rbHeader_list .rbHeader_child > ul > li {
  font-size: 12px;
}

.rbHeader_list .rbHeader_child > ul > li a {
  text-decoration: none;
  color: #fff;
  line-height: 1.25em;
}

.rbHeader_list .rbHeader_child > ul > li + li {
  margin-top: 11px;
}

@media screen and (min-width: 768px) {
  .rbHeader_switch {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .rbHeader_switch {
    display: block;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 37px;
    height: 37px;
    right: 0;
    top: 0;
    color: transparent;
    overflow: hidden;
    cursor: pointer;
  }
  .rbHeader_switch.open {
    background-color: #fff;
    background-image: url(../img/recruit/common/btn_header_navi01.svg);
  }
  .rbHeader_switch.close {
    background-image: url(../img/recruit/common/btn_header_navi02.svg);
  }
  .rbHeader_switch:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  .rbHead_block02 {
    width: 100vw;
    min-width: 1030px;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
  }
}
.rbHead_hero {
  position: relative;
}

.rbHead_hero > figure {
  position: relative;
  margin: 0 auto 0 50%;
  line-height: 0;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .rbHead_hero > figure {
    width: 100vw;
    min-width: 1030px;
    height: 36.786vw;
    max-height: 515px;
    min-height: 379px;
  }
}
@media screen and (max-width: 767px) {
  .rbHead_hero > figure {
    width: 100vw;
    height: 53.334vw;
  }
}
.rbHead_hero > figure > img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .rbHead_hero > figure > img {
    position: absolute;
    height: auto;
    max-height: none;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
  }
}
.rbHead_hero > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .rbHead_hero > div {
    padding-top: 17px;
  }
}
.rbHead_hero > div > h2 {
  letter-spacing: 0.16em;
  line-height: 1;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .rbHead_hero > div > h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  .rbHead_hero > div > h2 {
    font-size: 11px;
  }
}
.rbHead_hero > div > h1 {
  position: relative;
  letter-spacing: 0.16em;
  line-height: 1;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .rbHead_hero > div > h1 {
    margin: 13px 0 15px;
    padding-bottom: 14px;
    font-size: 51px;
  }
}
@media screen and (max-width: 767px) {
  .rbHead_hero > div > h1 {
    margin: 4px 0 7px;
    padding-bottom: 8px;
    font-size: 28px;
  }
}
.rbHead_hero > div > h1::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .rbHead_hero > div > h1::before {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .rbHead_hero > div > h1::before {
    width: 20px;
  }
}
.rbHead_hero > div > p {
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .rbHead_hero > div > p {
    margin-bottom: 7px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .rbHead_hero > div > p {
    margin-bottom: 3px;
    font-size: 8px;
  }
}
.rbHead_hero > div > h3 {
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .rbHead_hero > div > h3 {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .rbHead_hero > div > h3 {
    font-size: 9px;
  }
}
.rbHead_hero.col01 {
  color: #fff;
  text-shadow: 0 0 5px rgba(8, 64, 102, 0.8);
}

.rbHead_hero + .cmCrumbs_list {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .rbBody_block01 {
    width: 100vw;
    min-width: 1030px;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767px) {
  .rbBody_block02 {
    padding: 0 5.334%;
  }
}
.rtHero {
  position: relative;
  overflow: hidden;
}

.rtHero_slider {
  position: relative;
  line-height: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .rtHero_slider {
    height: 55.715vw;
    max-height: 780px;
    min-height: 573px;
  }
}
@media screen and (max-width: 767px) {
  .rtHero_slider {
    width: 100vw;
    height: 177.867vw;
  }
}
.rtHero_slider .slick-list {
  height: 100%;
}

.rtHero_slider .slick-track {
  height: 100%;
}

.rtHero_slider .slick-slide {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  height: 100%;
  overflow: hidden;
}

.rtHero_slider .slick-slide figure {
  display: block !important;
}

.rtHero_slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
}

.rtHero_slider .slick-dots > li {
  display: block;
  position: relative;
  background: #fff;
  width: 6px;
  height: 6px;
  margin: 0 4.5px;
  opacity: 0.5;
  cursor: pointer;
}

.rtHero_slider .slick-dots > li > button {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  cursor: pointer;
}

.rtHero_slider .slick-dots > li.slick-active {
  opacity: 1;
}

.rtHero_cap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  color: #fff;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .rtHero_cap {
    padding-top: 17px;
  }
}
.rtHero_cap::after {
  content: "";
  display: block;
  width: 0;
  border-left: 1px solid;
  margin: 0 auto;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .rtHero_cap::after {
    height: 50px;
    margin-top: 52px;
  }
}
@media screen and (max-width: 767px) {
  .rtHero_cap::after {
    height: 57px;
    margin-top: 16px;
  }
}
.rtHero_cap > h1 {
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .rtHero_cap > h1 {
    line-height: 1.18em;
    font-size: 50px;
    text-shadow: 0 0 4px #0068b7;
  }
  .rtHero_cap > h1 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .rtHero_cap > h1 > *:not(div):first-child {
    margin-top: -0.09em;
  }
  .rtHero_cap > h1 > *:not(div):last-child {
    margin-bottom: -0.09em;
  }
}
@media screen and (max-width: 767px) {
  .rtHero_cap > h1 {
    line-height: 1.186em;
    font-size: 35px;
    text-shadow: 0 0 3px #0068b7;
  }
  .rtHero_cap > h1 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .rtHero_cap > h1 > *:not(div):first-child {
    margin-top: -0.092em;
  }
  .rtHero_cap > h1 > *:not(div):last-child {
    margin-bottom: -0.092em;
  }
}
.rtHero_cap > p {
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .rtHero_cap > p {
    margin: 15px 0 7px;
    font-size: 10px;
    text-shadow: 0 0 4px #0068b7;
  }
}
@media screen and (max-width: 767px) {
  .rtHero_cap > p {
    margin: 16px 0 8px;
    font-size: 8px;
    text-shadow: 0 0 3px #0068b7;
  }
}
.rtHero_cap > h2 {
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) {
  .rtHero_cap > h2 {
    font-size: 19px;
    text-shadow: 0 0 4px #0068b7;
  }
}
@media screen and (max-width: 767px) {
  .rtHero_cap > h2 {
    font-size: 12.5px;
    text-shadow: 0 0 3px #0068b7;
  }
}
.rtHero.col01 {
  color: #fff;
  text-shadow: 0 0 5px rgba(8, 64, 102, 0.8);
}

.rtHero + .cmCrumbs_list {
  margin-top: 0;
}

.rtIndex {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 1;
  z-index: 10;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #00428d;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .rtIndex {
    max-width: 1400px;
    padding-left: 60px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .rtIndex {
    padding-left: 29px;
    font-size: 8px;
  }
}
.rtIndex > p {
  display: inline-block;
  position: relative;
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
      transform: rotateZ(90deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
      transform-origin: left center;
}

@media screen and (min-width: 768px) {
  .rtIndex > p {
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .rtIndex > p {
    padding-left: 35px;
  }
}
.rtIndex > p::before {
  content: "";
  position: absolute;
  border-top: 1px solid;
  height: 0;
  left: 0;
  top: 0.308em;
}

@media screen and (min-width: 768px) {
  .rtIndex > p::before {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .rtIndex > p::before {
    width: 25px;
  }
}
.rtHead01 {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .rtHead01 {
    margin-bottom: 394px;
    padding: 140px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .rtHead01 {
    width: 85.334%;
    margin: 0 auto 160px;
    padding: 60px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .rtHead01 .rtIndex {
    top: 165px;
  }
}
@media screen and (max-width: 767px) {
  .rtHead01 .rtIndex {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .rtHead01 .hn_def02 {
    line-height: 1.5em;
    font-size: 36px;
    text-align: center;
  }
  .rtHead01 .hn_def02 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .rtHead01 .hn_def02 > *:not(div):first-child {
    margin-top: -0.25em;
  }
  .rtHead01 .hn_def02 > *:not(div):last-child {
    margin-bottom: -0.25em;
  }
}
@media screen and (max-width: 767px) {
  .rtHead01 .hn_def02 {
    letter-spacing: 0.14em;
    line-height: 1.5em;
    font-size: 20px;
    text-align: left;
  }
  .rtHead01 .hn_def02 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .rtHead01 .hn_def02 > *:not(div):first-child {
    margin-top: -0.25em;
  }
  .rtHead01 .hn_def02 > *:not(div):last-child {
    margin-bottom: -0.25em;
  }
}
.rtHead01 .txt_def01 {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .rtHead01 .txt_def01 {
    width: 690px;
    padding-top: 42px;
    line-height: 2.5em;
    font-size: 14px;
  }
  .rtHead01 .txt_def01 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .rtHead01 .txt_def01 > *:not(div):first-child {
    margin-top: -0.75em;
  }
  .rtHead01 .txt_def01 > *:not(div):last-child {
    margin-bottom: -0.75em;
  }
}
@media screen and (max-width: 767px) {
  .rtHead01 .txt_def01 {
    padding-top: 35px;
  }
}
.rtBody01 {
  position: relative;
  background-size: 100% auto, 100% auto;
  background-position: center top, center bottom;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .rtBody01 {
    background-image: url(../img/recruit/top/body01_bg01_pc.jpg), url(../img/recruit/top/body01_bg02_pc.jpg);
    margin-bottom: -170px;
    padding-bottom: 286px;
  }
}
@media screen and (max-width: 767px) {
  .rtBody01 {
    background-image: url(../img/recruit/top/body01_bg01_sp.jpg), url(../img/recruit/top/body01_bg02_sp.jpg);
    margin-bottom: -80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .rtBody01 .rtIndex.pos01 {
    top: 430px;
  }
}
@media screen and (max-width: 767px) {
  .rtBody01 .rtIndex.pos01 {
    top: 143px;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .rtBody01 .rtIndex.pos02 {
    top: 1646px;
  }
}
@media screen and (max-width: 767px) {
  .rtBody01 .rtIndex.pos02 {
    top: 1080px;
  }
}
.rtBody01_movie {
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .rtBody01_movie {
    width: 900px;
    height: 506px;
    margin: -40px auto 0;
    -webkit-transform: translate(0, -214px);
    -ms-transform: translate(0, -214px);
        transform: translate(0, -214px);
  }
}
@media screen and (max-width: 767px) {
  .rtBody01_movie {
    width: 85.334vw;
    height: 48vw;
    margin: 0 auto;
    -webkit-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
        transform: translate(0, -100px);
  }
}
.rtBody01_movie > iframe,
.rtBody01_movie > video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.rtBody01_movie .img_def01::after {
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url(../img/recruit/top/body01_image01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .rtBody01_movie + .rtBody01_block {
    margin-top: 161px;
  }
}
@media screen and (max-width: 767px) {
  .rtBody01_movie + .rtBody01_block {
    margin-top: 42.934%;
  }
}
.rtBody01_block {
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .rtBody01_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 calc(50% - 500px);
  }
  .rtBody01_block.left dl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .rtBody01_block.left dl::before {
    right: -38.328%;
  }
  .rtBody01_block.left dl dt,
  .rtBody01_block.left dl dd {
    width: 85.591%;
  }
  .rtBody01_block.right dl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .rtBody01_block.right dl::before {
    left: -38.328%;
  }
  .rtBody01_block.right dl dt,
  .rtBody01_block.right dl dd {
    width: 71.182%;
  }
}
@media screen and (max-width: 767px) {
  .rtBody01_block.left .img_def01 {
    right: 0;
  }
  .rtBody01_block.left dl {
    margin: 0 auto 0 0;
  }
  .rtBody01_block.right .img_def01 {
    left: 0;
  }
  .rtBody01_block.right dl {
    margin: 0 0 0 auto;
  }
}
.rtBody01_block .img_def01 {
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .rtBody01_block .img_def01 {
    position: relative;
    width: 65.3%;
    -webkit-transform: translate(0, -74px);
    -ms-transform: translate(0, -74px);
        transform: translate(0, -74px);
  }
}
@media screen and (max-width: 767px) {
  .rtBody01_block .img_def01 {
    position: absolute;
    width: 85.334%;
    max-width: 500px;
    top: -35.466vw;
  }
}
.rtBody01_block dl {
  position: relative;
}

@media screen and (min-width: 768px) {
  .rtBody01_block dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34.7%;
    padding: 0 0 10px;
  }
  .rtBody01_block dl::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100vw;
    top: 0;
    bottom: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .rtBody01_block dl {
    background: #fff;
    width: 90.667%;
    padding: 90px 0 55px 82px;
  }
}
.rtBody01_block dl dt {
  position: relative;
  line-height: 1;
}

.rtBody01_block dl dt > h2 {
  letter-spacing: 0.16em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 768px) {
  .rtBody01_block dl dt > h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .rtBody01_block dl dt > h2 {
    font-size: 20.5px;
  }
}
.rtBody01_block dl dt > h3 {
  letter-spacing: 0.07em;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

@media screen and (min-width: 768px) {
  .rtBody01_block dl dt > h3 {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .rtBody01_block dl dt > h3 {
    margin-top: 8px;
    font-size: 8px;
  }
}
.rtBody01_block dl dd {
  position: relative;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .rtBody01_block + .rtBody01_block {
    margin-top: 157px;
  }
}
@media screen and (max-width: 767px) {
  .rtBody01_block + .rtBody01_block {
    margin-top: 58.4%;
  }
}
.rtBanner01 {
  position: relative;
  background: #e6f0fa;
  color: #0060b5;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .rtBanner01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    margin: 250px auto 0;
    padding: 86px 0;
  }
}
@media screen and (max-width: 767px) {
  .rtBanner01 {
    width: 90.667%;
    margin: 118px auto 0;
    padding: 50px 0;
  }
}
.rtBanner01 .head {
  letter-spacing: 0.16em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 768px) {
  .rtBanner01 .head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 400px;
    padding-left: 146px;
    line-height: 1.334em;
    font-size: 30px;
  }
  .rtBanner01 .head > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .rtBanner01 .head > *:not(div):first-child {
    margin-top: -0.166em;
  }
  .rtBanner01 .head > *:not(div):last-child {
    margin-bottom: -0.166em;
  }
}
@media screen and (max-width: 767px) {
  .rtBanner01 .head {
    line-height: 1.318em;
    font-size: 20.5px;
    text-align: center;
  }
  .rtBanner01 .head > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .rtBanner01 .head > *:not(div):first-child {
    margin-top: -0.158em;
  }
  .rtBanner01 .head > *:not(div):last-child {
    margin-bottom: -0.158em;
  }
}
@media screen and (min-width: 768px) {
  .rtBanner01 .txt_def02 {
    padding: 7px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .rtBanner01 .txt_def02 {
    padding: 30px 0 14px;
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .rtBanner01 .img_def01 {
    width: 284px;
  }
}
@media screen and (max-width: 767px) {
  .rtBanner01 .img_def01 {
    width: 196px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .rtBanner01 .img_def01 + .btn_line01 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .rtBanner01 .txt_def01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
  }
}
.rtBanner01 .txt_def01 a {
  text-decoration: none;
  color: inherit;
}

.rtBanner01 .txt_def01 a:hover {
  text-decoration: underline;
}

.rtBanner01 .txt_def01 p + p {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .rtBanner01 .txt_def01 + .btn_line01 {
    margin-top: 47px;
  }
}
@media screen and (max-width: 767px) {
  .rtBanner01 .btn_line01 {
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .rtBanner01 + .rtBanner01 {
    margin-top: 47px;
  }
}
@media screen and (max-width: 767px) {
  .rtBanner01 + .rtBanner01 {
    margin-top: 13px;
  }
}
.caBlock01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px;
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .caBlock01 {
    padding-bottom: 0;
    margin-bottom: 70px;
  }
}
.caBlock01 .center {
  text-align: center;
}

.caBlock01 .caLink01 {
  width: 25%;
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 767px) {
  .caBlock01 .caLink01 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .caBlock01 .caLink01:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .caBlock01 .caLink01:nth-of-type(n + 3) {
    margin-top: 55px;
  }
  .caBlock01 .caLink01:nth-of-type(n + 4) {
    margin-top: 55px;
  }
}
@media screen and (min-width: 768px) {
  .caBlock01 .caLink01 > div {
    padding: 30px 10px 0 11.429%;
  }
}
.caBlock01 .caLink01 h2 {
  position: static;
  color: #0060b5;
  letter-spacing: 0.07em;
  line-height: 1;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 768px) {
  .caBlock01 .caLink01 h2 {
    font-size: 23px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .caBlock01 .caLink01 h2 {
    font-size: 14px;
    margin: 15px 0 8px 15px;
  }
}
.caBlock01 .caLink01 h3 {
  letter-spacing: 0.14em;
  line-height: 1;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .caBlock01 .caLink01 h3 {
    margin: 30px 0 13px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .caBlock01 .caLink01 h3 {
    margin: 15px 0 8px 15px;
    font-size: 14.5px;
  }
}
.caBlock01 .caLink01 p {
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #0060b5;
}

@media screen and (min-width: 768px) {
  .caBlock01 .caLink01 p {
    padding-left: 18px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .caBlock01 .caLink01 p {
    margin-left: 15px;
    padding-left: 16px;
    font-size: 9px;
  }
}
.caBlock01 .caLink01 p::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/common/icn_arrow01.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .caBody_block {
    padding: 0 5.334%;
  }
}
.caBlock02.center,
.caBlock02 .center {
  text-align: center;
}

.caBlock02 .txt_def04 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .caBlock02 .txt_def04 {
    margin-bottom: 70px;
    font-size: 13px;
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .caBlock02 .lst_anc01 .lst_anc01_item:nth-of-type(2)::after {
    content: "";
    position: absolute;
    border-left-width: 1px;
    border-left-style: solid;
    width: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    -webkit-transform: rotateZ(10deg);
    -ms-transform: rotate(10deg);
        transform: rotateZ(10deg);
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .caBlock02 .lst_anc01 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.caBlock02 .lst_anc01.col01 {
  margin-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .caBlock02 .lst_anc01.col01 {
    margin-bottom: 70px;
  }
}
.caBlock02 .lst_anc01.col01 .lst_anc01_link {
  color: #0060b5;
}

.caBlock03 .center {
  text-align: center;
}

.caBlock03 .caBlock03_contents {
  margin-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .caBlock03 .caBlock03_contents {
    margin-bottom: 70px;
  }
}
.caBlock03 .caBlock03_contents .caBlock03_ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .caBlock03 .caBlock03_contents .caBlock03_ttl {
    margin-bottom: 40px;
  }
}
.caBlock03 .caBlock03_contents .caBlock03_ttl h2 {
  letter-spacing: 0.16em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  color: #0060b5;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .caBlock03 .caBlock03_contents .caBlock03_ttl h2 {
    font-size: 30px;
  }
}
.caBlock03 .caBlock03_contents .hn_line04 {
  font-size: 28px;
  color: #0060b5;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .caBlock03 .caBlock03_contents .hn_line04 {
    font-size: 20px;
  }
}
.caBlock03 .caBlock03_contents .tbl_def01 {
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .caBlock03 .caBlock03_contents .tbl_def01 {
    font-size: 12px;
    margin-bottom: 65px;
    line-height: 17px;
  }
  .caBlock03 .caBlock03_contents .tbl_def01_body {
    text-align: justify;
  }
}
.caBlock03 .caBlock03_contents .tbl_def01 .clm01 {
  width: 16%;
}

@media screen and (max-width: 767px) {
  .caBlock03 .caBlock03_contents .tbl_def01 .clm01 {
    width: 25%;
  }
}
.caBlock03 .caBlock03_contents .ca_ul_child {
  padding-left: 30px;
}

@media screen and (min-width: 768px) {
  .rnBlock01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.rnBlock01_link {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 768px) {
  .rnBlock01_link {
    width: 50%;
  }
  .rnBlock01_link:nth-of-type(n + 4) {
    margin-top: 120px;
  }
  .rnBlock01_link:nth-of-type(even) h2,
  .rnBlock01_link:nth-of-type(even) h3,
  .rnBlock01_link:nth-of-type(even) p {
    max-width: 700px;
    margin-left: auto;
  }
  .rnBlock01_link:nth-of-type(even) h2 {
    padding-left: calc(100% - 700px);
  }
}
@media screen and (max-width: 767px) {
  .rnBlock01_link:nth-of-type(n + 2) {
    margin-top: 55px;
  }
}
.rnBlock01_link h2 {
  position: absolute;
  letter-spacing: 0.07em;
  line-height: 1;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0 0 2px rgba(8, 64, 102, 0.25);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .rnBlock01_link h2 {
    left: 0;
    bottom: 102px;
    font-size: 32px;
    -webkit-transform: translate(90px, 0);
    -ms-transform: translate(90px, 0);
        transform: translate(90px, 0);
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .rnBlock01_link h2 {
    left: 15px;
    bottom: 58px;
    font-size: 24px;
  }
}
.rnBlock01_link h3 {
  letter-spacing: 0.14em;
  line-height: 1;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .rnBlock01_link h3 {
    margin: 30px 0 13px;
    font-size: 24px;
    -webkit-transform: translate(90px, 0);
    -ms-transform: translate(90px, 0);
        transform: translate(90px, 0);
  }
}
@media screen and (max-width: 767px) {
  .rnBlock01_link h3 {
    margin: 15px 0 8px 15px;
    font-size: 14px;
  }
}
.rnBlock01_link p {
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #0060b5;
}

@media screen and (min-width: 768px) {
  .rnBlock01_link p {
    padding-left: 18px;
    font-size: 12px;
    -webkit-transform: translate(90px, 0);
    -ms-transform: translate(90px, 0);
        transform: translate(90px, 0);
  }
}
@media screen and (max-width: 767px) {
  .rnBlock01_link p {
    margin-left: 15px;
    padding-left: 16px;
    font-size: 9px;
  }
}
.rnBlock01_link p::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/common/icn_arrow01.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.rnBlock01 .link01 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .rnBlock01 .link01 > div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-580px, -50%);
    -ms-transform: translate(-580px, -50%);
        transform: translate(-580px, -50%);
  }
  .rnBlock01 .link01 > div h2 {
    position: static;
    margin-left: 0;
  }
  .rnBlock01 .link01 > div h2,
  .rnBlock01 .link01 > div h3,
  .rnBlock01 .link01 > div p {
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
  }
}
.rnBlock01 .link01 > div h2 {
  text-shadow: none;
  color: #0060b5;
}

@media screen and (min-width: 768px) {
  .rnBlock01 .link01 > div h3 {
    margin-top: 20px;
  }
}
.rnBanner01 {
  background: #e6f0fa;
  color: #0060b5;
}

@media screen and (min-width: 768px) {
  .rnBanner01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 117px;
    padding: 86px 0;
  }
}
@media screen and (max-width: 767px) {
  .rnBanner01 {
    margin-top: 70px;
    padding: 50px 0;
  }
}
.rnBanner01 .head {
  letter-spacing: 0.16em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 768px) {
  .rnBanner01 .head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 400px;
    padding-left: 146px;
    line-height: 1.334em;
    font-size: 30px;
  }
  .rnBanner01 .head > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .rnBanner01 .head > *:not(div):first-child {
    margin-top: -0.166em;
  }
  .rnBanner01 .head > *:not(div):last-child {
    margin-bottom: -0.166em;
  }
}
@media screen and (max-width: 767px) {
  .rnBanner01 .head {
    line-height: 1.318em;
    font-size: 20.5px;
    text-align: center;
  }
  .rnBanner01 .head > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .rnBanner01 .head > *:not(div):first-child {
    margin-top: -0.158em;
  }
  .rnBanner01 .head > *:not(div):last-child {
    margin-bottom: -0.158em;
  }
}
@media screen and (min-width: 768px) {
  .rnBanner01 .txt_def02 {
    padding: 7px 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .rnBanner01 .txt_def02 {
    padding: 30px 0 14px;
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .rnBanner01 .img_def01 {
    width: 284px;
  }
}
@media screen and (max-width: 767px) {
  .rnBanner01 .img_def01 {
    width: 196px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .rnBanner01 .img_def01 + .btn_line01 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .rnBanner01 .txt_def01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
  }
}
.rnBanner01 .txt_def01 a {
  text-decoration: none;
  color: inherit;
}

.rnBanner01 .txt_def01 a:hover {
  text-decoration: underline;
}

.rnBanner01 .txt_def01 p + p {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .rnBanner01 .txt_def01 + .btn_line01 {
    margin-top: 47px;
  }
}
@media screen and (max-width: 767px) {
  .rnBanner01 .btn_line01 {
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .rnBanner01 + .rnBanner01 {
    margin-top: 47px;
  }
}
@media screen and (max-width: 767px) {
  .rnBanner01 + .rnBanner01 {
    margin-top: 13px;
  }
}
.pwHead01 {
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pwHead01 {
    padding-top: 140px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .pwHead01 {
    padding-top: 70px;
    margin-bottom: 30px;
  }
}
.pwHead01 > h1 {
  letter-spacing: 0.16em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #0060b5;
}

@media screen and (min-width: 768px) {
  .pwHead01 > h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .pwHead01 > h1 {
    font-size: 30px;
  }
}
.pwHead01 > p {
  letter-spacing: 0.07em;
}

@media screen and (min-width: 768px) {
  .pwHead01 > p {
    padding-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .pwHead01 > p {
    padding-top: 5px;
    font-size: 13.5px;
  }
}
@media screen and (min-width: 768px) {
  .pwHead01 .txt_def01 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pwHead01 .txt_def01 {
    width: 89.334%;
    margin: 0 auto;
    padding-top: 48px;
    line-height: 1.63em;
    font-size: 13.5px;
    text-align: left;
  }
  .pwHead01 .txt_def01 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .pwHead01 .txt_def01 > *:not(div):first-child {
    margin-top: -0.314em;
  }
  .pwHead01 .txt_def01 > *:not(div):last-child {
    margin-bottom: -0.314em;
  }
}
@media screen and (min-width: 768px) {
  .pwBlock01 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .pwBlock01 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .pwBlock01 > .txt_def02 {
    padding: 100px 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .pwBlock01 > .txt_def02 {
    padding: 35px 0 6px;
  }
}
.pwTable01 {
  position: relative;
}

.pwTable01 > .txt_def01 {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .pwTable01 > .txt_def01 {
    position: absolute;
    left: 214px;
    top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .pwTable01 > .txt_def01 {
    font-size: 10px;
  }
}
.pwTable01 > .txt_def01 > span {
  color: #0068b7;
}

@media screen and (max-width: 767px) {
  .pwTable01 .tbl_def01 {
    padding-top: 20px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .pwTable01 .tbl_def01_switch {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pwTable01 .tbl_def01_switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    width: 18.637em;
    height: 2.91em;
    margin-top: 19px;
    font-size: 11px;
    z-index: 10;
    overflow: hidden;
  }
  .pwTable01 .tbl_def01_switch::before {
    content: "";
    position: absolute;
    border: 1px solid #0560a5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
  }
  .pwTable01 .tbl_def01_switch::after {
    content: "";
    position: absolute;
    background-color: #0560a5;
    background-image: url(../img/common/icn_arrow08.svg);
    background-position: center 55%;
    background-repeat: no-repeat;
    background-size: 34.375% auto;
    width: 2.91em;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
  }
  .pwTable01 .tbl_def01_switch.active {
    overflow: visible;
  }
  .pwTable01 .tbl_def01_switch > li {
    background: #fff;
    border: 1px solid #0560a5;
    border-top: none;
    width: 100%;
    height: 2.91em;
  }
  .pwTable01 .tbl_def01_switch > li.current {
    -webkit-box-ordinal-group: -9;
    -ms-flex-order: -10;
    order: -10;
  }
  .pwTable01 .tbl_def01_switch > li > a,
  .pwTable01 .tbl_def01_switch > li > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0 17px;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
  }
}
.pwTable01 .index01 {
  position: relative;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .pwTable01 .index01 {
    height: 5em;
  }
}
.pwTable01 .index01::before {
  content: "";
  position: absolute;
  border-top: 1px solid;
  width: 90%;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotateZ(30deg);
  -ms-transform: rotate(30deg);
      transform: rotateZ(30deg);
  pointer-events: none;
}

.pwTable01 .index01 > p {
  position: absolute;
}

.pwTable01 .index01 > p:nth-child(1) {
  right: 0.8em;
  top: 0.8em;
}

.pwTable01 .index01 > p:nth-child(2) {
  left: 0.8em;
  bottom: 0.8em;
}

@media screen and (min-width: 768px) {
  .pwTable01 .clm01 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pwTable01 .clm01 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 113px;
  }
}
.pwTable01 .clm02 {
  width: 100%;
}

.pwTable01 .tbl_def01_head {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .pwTable01 .tbl_def01_head .clm01 {
    height: 5em;
  }
}
.pwTable01 .tbl_def01_head .clm02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .pwTable01 .tbl_def01_head .clm02 {
    display: none;
  }
  .pwTable01 .tbl_def01_head .clm02.current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.pwTable01 .tbl_def01_head a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 767px) {
  .pwTable01 .tbl_def01_head a {
    font-size: 13px;
  }
}
.pwTable01 .tbl_def01_head a::after {
  content: "";
  display: block;
  background-image: url(../img/common/icn_arrow04.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.5em;
  height: 1em;
  margin-left: 0.358em;
}

.pwTable01 .tbl_def01_title a {
  text-decoration: none;
  color: inherit;
}

.pwTable01 .tbl_def01_detail {
  display: block;
  text-align: center;
  color: #0068b7;
}

@media screen and (min-width: 768px) {
  .pwTable01 .tbl_def01_detail {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pwTable01 .tbl_def01_detail {
    display: none;
    border-left: none !important;
    font-size: 17px;
  }
  .pwTable01 .tbl_def01_detail.current {
    display: block;
  }
}
.pwList01 {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .pwList01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .pwList01 {
    width: 89.334%;
  }
}
.pwList01 > li {
  display: block;
}

@media screen and (min-width: 768px) {
  .pwList01 > li {
    width: 306px;
  }
  .pwList01 > li:last-child:nth-child(3n+1) {
    margin-right: auto;
  }
  .pwList01 > li:last-child:nth-child(3n+2) {
    margin-left: 41px;
    margin-right: auto;
  }
  .pwList01 > li:nth-child(n+4) {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .pwList01 > li:nth-child(n+2) {
    margin-top: 55px;
  }
}
.pwList01 > li > div {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .pwList01 .img_def01 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pwList01 .img_def01 {
    margin-bottom: 28px;
  }
}
.pwList01 dl {
  text-align: justify;
}

.pwList01 dl dt {
  font-weight: bold;
  color: #0068b7;
}

@media screen and (min-width: 768px) {
  .pwList01 dl dt {
    margin-bottom: 22px;
    line-height: 1.25em;
    font-size: 24px;
  }
  .pwList01 dl dt > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .pwList01 dl dt > *:not(div):first-child {
    margin-top: -0.125em;
  }
  .pwList01 dl dt > *:not(div):last-child {
    margin-bottom: -0.125em;
  }
}
@media screen and (max-width: 767px) {
  .pwList01 dl dt {
    margin-bottom: 20px;
    line-height: 1.25em;
    font-size: 22px;
  }
  .pwList01 dl dt > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .pwList01 dl dt > *:not(div):first-child {
    margin-top: -0.125em;
  }
  .pwList01 dl dt > *:not(div):last-child {
    margin-bottom: -0.125em;
  }
}
.pwLink01 {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .pwLink01 {
    margin-top: 17px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pwLink01 {
    margin-top: 20px;
    font-size: 10px;
  }
}
.pwLink01 > p {
  display: block;
  position: relative;
  text-decoration: none;
  color: #0068b7;
}

@media screen and (min-width: 768px) {
  .pwLink01 > p {
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pwLink01 > p {
    padding-left: 16px;
  }
}
.pwLink01 > p::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/icn_arrow01.svg);
  background-position: center 40%;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .pwLink01 > p::before {
    width: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pwLink01 > p::before {
    width: 11px;
  }
}
@media screen and (min-width: 768px) {
  #lst_anc01_07 {
    padding-bottom: 170px;
  }
}
@media screen and (min-width: 768px) {
  .pwBlock03 {
    margin-bottom: -170px;
  }
}
@media screen and (max-width: 767px) {
  .pwBlock03 {
    margin-bottom: -80px;
  }
}
.pwBlock03 .lst_anc01 + .lst_anc01_block {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .pwBlock03 .lst_anc01_item:nth-child(-n+3) {
    width: 33.3333333333%;
  }
  .pwBlock03 .lst_anc01_item:nth-child(odd)::after {
    content: none;
  }
  .pwBlock03 .lst_anc01_item:nth-child(1)::after,
  .pwBlock03 .lst_anc01_item:nth-child(even)::after {
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .pwBlock03 .lst_anc01_block {
    padding: 70px 0;
  }
}
.pwBlock03 .hn_def01 {
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pwBlock03 .hn_def01 {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pwList02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .pwList02::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  .pwList02 > li {
    float: left;
    width: 33.3333333333%;
    margin-top: 80px;
    padding: 0 40px;
  }
  .pwList02 > li:nth-of-type(3n + 1) {
    clear: left;
  }
}
@media all and (-ms-high-contrast: none) {
  .pwList02 > li {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .pwList02 > li {
    width: 44.777%;
    margin-top: 21px;
  }
}
.pwList02 > li > a {
  display: block;
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 768px) {
  .pwList02 .img_def01 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pwList02 .img_def01 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .pwList02 .txt_def01 {
    line-height: 1.5em;
    font-size: 12px;
  }
  .pwList02 .txt_def01 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .pwList02 .txt_def01 > *:not(div):first-child {
    margin-top: -0.25em;
  }
  .pwList02 .txt_def01 > *:not(div):last-child {
    margin-bottom: -0.25em;
  }
}
.pwModal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: justify;
  z-index: 9000;
}

@media screen and (min-width: 768px) {
  .pwModal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .pwModal.active {
    display: block;
  }
}
.pwModal_bg {
  position: absolute;
  background: rgba(0, 66, 141, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pwModal_detail {
  display: none;
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .pwModal_detail {
    padding: 40px 0;
  }
}
.pwModal_detail.active {
  display: block;
}

.pwModal_detail > div {
  position: relative;
  background: #fff;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .pwModal_detail > div {
    width: 900px;
    padding: 110px 140px;
  }
}
@media screen and (max-width: 767px) {
  .pwModal_detail > div {
    padding: 70px 20px;
  }
}
.pwModal_detail > div > .js-pwModalClose {
  display: block;
  cursor: pointer;
}

.pwModal_detail > div > .js-pwModalClose::before,
.pwModal_detail > div > .js-pwModalClose::after {
  content: "";
  position: absolute;
  border-top: 1px solid;
  height: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
}

.pwModal_detail > div > .js-pwModalClose.top {
  background: #0068b7;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .pwModal_detail > div > .js-pwModalClose.top {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pwModal_detail > div > .js-pwModalClose.top {
    width: 40px;
    height: 40px;
  }
}
.pwModal_detail > div > .js-pwModalClose.top::before,
.pwModal_detail > div > .js-pwModalClose.top::after {
  border-top: 1px solid;
  width: 60%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pwModal_detail > div > .js-pwModalClose.top::before {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
      transform: rotateZ(45deg);
}

.pwModal_detail > div > .js-pwModalClose.top::after {
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotateZ(-45deg);
}

.pwModal_detail > div > .js-pwModalClose.bottom {
  position: relative;
  width: 6em;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 4.5em auto 0;
  padding-top: 4.5em;
  font-size: 10px;
  text-align: center;
  color: #0068b7;
}

.pwModal_detail > div > .js-pwModalClose.bottom::before,
.pwModal_detail > div > .js-pwModalClose.bottom::after {
  border-top: 1px solid;
  width: 4.5em;
  top: 2em;
  margin: 0 auto;
  opacity: 0.8;
}

.pwModal_detail > div > .js-pwModalClose.bottom::before {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
      transform: rotateZ(45deg);
}

.pwModal_detail > div > .js-pwModalClose.bottom::after {
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotateZ(-45deg);
}

.pwModal_detail > div > .hn_def01 {
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pwModal_detail > div > .hn_def01 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pwModal_detail > div > .hn_def01 {
    margin-bottom: 32px;
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .pwModal_detail > div > .img_def01 {
    float: left;
    width: 268px;
  }
}
@media screen and (max-width: 767px) {
  .pwModal_detail > div > .img_def01 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .pwModal_detail > div > .txt_def01 {
    float: right;
    width: 306px;
  }
}
.pwModal_detail > div > h3 {
  line-height: 1;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pwModal_detail > div > h3 {
    margin-bottom: 54px;
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .pwModal_detail > div > h3 {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
.pwList03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: normal;
}

@media screen and (min-width: 768px) {
  .pwList03 {
    clear: both;
    padding: 56px 0 54px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .pwList03 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 0 77px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .pwList03 > li {
    margin: 12px 9px 0 0;
  }
}
.pwList03 > li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}

.pwList03 > li input {
  background-color: transparent;
  background-image: url(../img/common/btn_radio01_off.svg);
  border: none;
  margin: 0 6px 0 0;
  opacity: 0.75;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (min-width: 768px) {
  .pwList03 > li input {
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .pwList03 > li input {
    width: 15px;
    height: 15px;
  }
}
.pwList03 > li input + span {
  display: block;
  color: #0068b7;
  opacity: 0.5;
}

.pwList03 > li input:checked {
  background-image: url(../img/common/btn_radio01_on.svg);
  opacity: 1;
}

.pwList03 > li input:checked + span {
  opacity: 1;
}

.pwList03 > li input:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  .pwList03 > li + li {
    margin-left: 12px;
  }
}
.pwList04 {
  border-top: 1px solid #e6e6e6;
}

@media screen and (min-width: 768px) {
  .pwList04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-bottom: 1px solid #e6e6e6;
  }
}
.pwList04 > li {
  display: block;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 768px) {
  .pwList04 > li {
    width: 50%;
    padding: 40px 0 46px;
  }
  .pwList04 > li:nth-child(odd) {
    padding-right: 3.226%;
  }
  .pwList04 > li:nth-child(even) {
    padding-left: 3.226%;
  }
  .pwList04 > li:last-child {
    border-bottom: none;
  }
  .pwList04 > li:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .pwList04 > li {
    padding: 25px 0 33px;
  }
}
.pwList04 > li::after {
  content: "";
  display: block;
  clear: both;
}

.pwList04 > li > a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.pwList04 > li .img_def01 {
  float: left;
}

@media screen and (min-width: 768px) {
  .pwList04 > li .img_def01 {
    width: 36.552%;
  }
}
@media screen and (max-width: 767px) {
  .pwList04 > li .img_def01 {
    width: 29.254%;
  }
}
.pwList04 > li .txt_def01 {
  float: right;
  letter-spacing: normal;
}

@media screen and (min-width: 768px) {
  .pwList04 > li .txt_def01 {
    width: 57.242%;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .pwList04 > li .txt_def01 {
    width: 65.374%;
    line-height: 1.455em;
    font-size: 11px;
  }
  .pwList04 > li .txt_def01 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .pwList04 > li .txt_def01 > *:not(div):first-child {
    margin-top: -0.227em;
  }
  .pwList04 > li .txt_def01 > *:not(div):last-child {
    margin-bottom: -0.227em;
  }
}
.pwList04 > li .pwLink01 {
  float: right;
  clear: right;
  margin-top: 10px;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .pwList04 > li .pwLink01 {
    width: 57.242%;
  }
}
@media screen and (max-width: 767px) {
  .pwList04 > li .pwLink01 {
    width: 65.374%;
  }
}
.ivHead01 {
  padding: 0 20px;
  background: #005ba8;
}

.ivHead01 .cmCrumbs_list {
  background: #005ba8;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .ivHead01 .cmCrumbs_list {
    padding: 25px calc(50% - 670px);
  }
}
.ivHero01 {
  position: relative;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .ivHero01 {
    background: #005ba8;
    padding: 76px 0 110px;
  }
}
@media screen and (max-width: 767px) {
  .ivHero01 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(59.038%, #005ba8), color-stop(59.038%, #fff));
    background: linear-gradient(to bottom, #005ba8 59.038%, #fff 59.038%);
    padding-top: 74px;
  }
}
@media screen and (min-width: 768px) {
  .ivHero01 .img_def01 {
    position: absolute;
    width: 530px;
    right: 50%;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .ivHero01 .img_def01 {
    width: 48%;
    max-width: 360px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .ivHero01 > div {
    max-width: 500px;
    margin-left: 50%;
    padding-left: 100px;
  }
}
.ivHero01 .hn_def01 {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .ivHero01 .hn_def01 {
    margin-bottom: 30px;
    padding-bottom: 25px;
    font-size: 51px;
  }
}
@media screen and (max-width: 767px) {
  .ivHero01 .hn_def01 {
    margin-bottom: 20px;
    padding-bottom: 18px;
    font-size: 19px;
  }
}
.ivHero01 .hn_def01::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .ivHero01 .hn_def01::after {
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ivHero01 .hn_def01::after {
    border-radius: 2px;
    width: 25px;
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .ivHero01 .txt_def02 {
    padding-top: 21px;
    line-height: 1.584em;
    font-size: 12px;
    color: #005ba8;
  }
  .ivHero01 .txt_def02 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .ivHero01 .txt_def02 > *:not(div):first-child {
    margin-top: -0.291em;
  }
  .ivHero01 .txt_def02 > *:not(div):last-child {
    margin-bottom: -0.291em;
  }
}
.ivBody01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: num01;
}

@media screen and (min-width: 768px) {
  .ivBody01 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 20px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .ivBody01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0 35px;
  }
}
@media screen and (min-width: 768px) {
  .ivBody01_block01 {
    width: 50%;
    margin-left: 50%;
    padding: 70px calc(50% - 475px) 70px 100px;
  }
}
@media screen and (max-width: 767px) {
  .ivBody01_block01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 89.334%;
    margin: 0 auto;
    padding: 35px 0;
  }
}
@media screen and (min-width: 768px) {
  .ivBody01_block02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    padding: 70px 100px 70px calc(50% - 475px);
  }
}
@media screen and (max-width: 767px) {
  .ivBody01_block02 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 89.334%;
    margin: 0 auto;
    padding: 35px 0;
  }
}
@media screen and (min-width: 768px) {
  .ivBody01_block03 {
    width: 50%;
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .ivBody01_block03 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 89.334%;
    margin: 0 auto;
    padding: 35px 0;
  }
}
@media screen and (min-width: 768px) {
  .ivBody01_block04 {
    width: 50%;
    padding: 70px 100px 70px calc(50% - 475px);
  }
}
@media screen and (max-width: 767px) {
  .ivBody01_block04 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 89.334%;
    margin: 0 auto;
    padding: 35px 0;
  }
}
@media screen and (min-width: 768px) {
  .ivBody01_block05 {
    width: 50%;
    padding: 70px calc(50% - 475px) 70px 100px;
  }
}
@media screen and (max-width: 767px) {
  .ivBody01_block05 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 89.334%;
    margin: 0 auto;
    padding: 35px 0;
  }
}
.ivBody01 .hn_def02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .ivBody01 .hn_def02 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
@media screen and (max-width: 767px) {
  .ivBody01 .hn_def02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.ivBody01 .hn_def02::before {
  content: counter(num01, decimal-leading-zero);
  counter-increment: num01;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  letter-spacing: 0.075em;
  color: #0060b5;
}

@media screen and (min-width: 768px) {
  .ivBody01 .hn_def02::before {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .ivBody01 .hn_def02::before {
    font-size: 28px;
  }
}
.ivBody01 .hn_def02::after {
  content: "interview";
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  letter-spacing: 0.07em;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", "Meiryo", sans-serif;
  color: #0060b5;
}

@media screen and (min-width: 768px) {
  .ivBody01 .hn_def02::after {
    margin-left: 3px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .ivBody01 .hn_def02::after {
    padding-top: 4px;
    font-size: 10px;
  }
}
.ivBody01 .hn_def02 > h2 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  margin: 0 !important;
  line-height: 1.5 !important;
}

@media screen and (min-width: 768px) {
  .ivBody01 .hn_def02 > h2 {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .ivBody01 .hn_def02 > h2 {
    padding-top: 4px;
  }
}
.ivBody01 .txt_def01 {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .ivBody01 .txt_def01 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ivBody01 .txt_def01 {
    padding-top: 33px;
  }
}
.ivBody01 .txt_note01 {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .ivBody01 .txt_note01 {
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .ivBody01 .txt_note01 {
    padding-top: 25px;
  }
}
.ivFoot01 {
  background: #e6f0fa;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .ivFoot01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -170px;
  }
}
@media screen and (max-width: 767px) {
  .ivFoot01 {
    margin-bottom: -80px;
    padding: 70px 0 100px;
  }
}
@media screen and (min-width: 768px) {
  .ivFoot01 > div {
    width: 50%;
    padding: 0 calc(50% - 475px) 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .ivFoot01 > div {
    width: 80%;
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .ivFoot01 > div.img_def01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 500px;
  }
}
@media screen and (min-width: 768px) {
  .ivFoot01 .img_def01 {
    width: 50%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .ivFoot01 .img_def01 {
    width: 80%;
    margin: 0 auto;
  }
}
.ivFoot01 .hn_def02 {
  line-height: 1;
}

.ivFoot01 .hn_def02::before {
  content: "interview";
  display: block;
  letter-spacing: 0.07em;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", "Meiryo", sans-serif;
  color: #0060b5;
}

@media screen and (min-width: 768px) {
  .ivFoot01 .hn_def02::before {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .ivFoot01 .hn_def02::before {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .ivFoot01 .hn_def02 > h2 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ivFoot01 .hn_def02 > h2 {
    padding-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .ivFoot01 .txt_def01 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ivFoot01 .txt_def01 {
    padding-top: 33px;
  }
}
@media screen and (min-width: 768px) {
  .htList01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .htList01 {
    padding-top: 78px;
  }
}
@media screen and (min-width: 768px) {
  .htList01 > li {
    width: 50%;
  }
  .htList01 > li:nth-child(n+3) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .htList01 > li:nth-child(n+2) {
    margin-top: 55px;
  }
  .htList01 > li:nth-child(3) .hn_def02 {
    margin-bottom: 27px;
  }
}
.htList01 > li > a {
  line-height: 1;
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 768px) {
  .htList01 > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .htList01 > li > a {
    display: block;
  }
}
.htList01 > li > a .img_def01 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .htList01 > li > a .img_def01 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .htList01 > li > a .img_def01 {
    margin-bottom: 22px;
  }
}
.htList01 > li > a .hn_def02 {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .htList01 > li > a .hn_def02 {
    width: 154px;
  }
  .htList01 > li > a .hn_def02.l_auto {
    width: auto;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .htList01 > li > a .txt_note01 {
    margin-top: 11px;
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .htList01 > li > a .txt_def01 {
    width: calc(100% - 154px);
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .htList01 > li > a .txt_def01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12.5px;
  }
}
.htList01 > li > a + .txt_def01 {
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .htList01 > li > a + .txt_def01 {
    width: 100%;
    margin-top: 20px;
    padding-left: 178px;
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .htList01 > li > a + .txt_def01 .htLink01 {
    margin: 29px 68px 0 11px;
  }
}
.htLink01 {
  display: block;
  position: relative;
  text-decoration: none;
  color: #0068b7;
}

@media screen and (min-width: 768px) {
  .htLink01 {
    padding-left: 1.053em;
  }
}
@media screen and (max-width: 767px) {
  .htLink01 {
    padding-left: 14px;
  }
}
.htLink01::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/icn_arrow01.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .htLink01::before {
    width: 0.632em;
  }
}
@media screen and (max-width: 767px) {
  .htLink01::before {
    width: 8px;
  }
}
@media screen and (min-width: 768px) {
  .htLink01 + .htLink01 {
    margin-top: 18px;
  }
}
.etHead01 {
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .etHead01 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .etHead01 {
    padding-top: 105px;
  }
}
.etHead01 > h1 {
  letter-spacing: 0.16em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #0060b5;
}

@media screen and (min-width: 768px) {
  .etHead01 > h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .etHead01 > h1 {
    font-size: 30px;
  }
}
.etHead01 > p {
  letter-spacing: 0.07em;
}

@media screen and (min-width: 768px) {
  .etHead01 > p {
    padding-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .etHead01 > p {
    padding-top: 5px;
    font-size: 13.5px;
  }
}
.etBody01 .hn_def01 {
  display: block;
}

@media screen and (min-width: 768px) {
  .etBody01 .hn_def01 {
    padding-top: 47px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .etBody01 .hn_def01 {
    padding-top: 50px;
    line-height: 1;
    font-size: 22px;
  }
}
.etBody01 > .txt_def01 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .etBody01 > .txt_def01 {
    padding: 22px 0 34px;
  }
}
@media screen and (max-width: 767px) {
  .etBody01 > .txt_def01 {
    width: 89.334%;
    margin: 0 auto;
    padding: 20px 0 30px;
    line-height: 1.63em;
    font-size: 13.5px;
    text-align: left;
  }
  .etBody01 > .txt_def01 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .etBody01 > .txt_def01 > *:not(div):first-child {
    margin-top: -0.314em;
  }
  .etBody01 > .txt_def01 > *:not(div):last-child {
    margin-bottom: -0.314em;
  }
}
.etBody01 > .txt_def02 {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .etBody01 > .txt_def02 {
    max-width: 1000px;
    padding-bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  .etBody01 > .txt_def02 {
    width: 89.334%;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .etBody01 > .img_def01 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .etBody01 > .img_def01 {
    margin-top: 22px;
  }
}
.etBody01 .tbl_def01 {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .etBody01 .tbl_def01 {
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .etBody01 .tbl_def01 {
    width: 89.334%;
    overflow: hidden;
  }
}
.etBody01 .tbl_def01 > div {
  position: relative;
}

@media screen and (max-width: 767px) {
  .etBody01 .tbl_def01 .tbl_def01_title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.etBody01 .tbl_def01 .tbl_def01_head .clm03 {
  padding-left: 10px;
}

.etBody01 .tbl_def01 .clm01 {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .etBody01 .tbl_def01 .clm01 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 156px;
    line-height: 1.25em;
    font-size: 16px;
  }
  .etBody01 .tbl_def01 .clm01 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .etBody01 .tbl_def01 .clm01 > *:not(div):first-child {
    margin-top: -0.125em;
  }
  .etBody01 .tbl_def01 .clm01 > *:not(div):last-child {
    margin-bottom: -0.125em;
  }
}
@media screen and (max-width: 767px) {
  .etBody01 .tbl_def01 .clm01 {
    width: 59px;
    line-height: 1.292em;
    font-size: 12px;
  }
  .etBody01 .tbl_def01 .clm01 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .etBody01 .tbl_def01 .clm01 > *:not(div):first-child {
    margin-top: -0.145em;
  }
  .etBody01 .tbl_def01 .clm01 > *:not(div):last-child {
    margin-bottom: -0.145em;
  }
}
.etBody01 .tbl_def01 .clm02 {
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .etBody01 .tbl_def01 .clm02 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 156px;
    line-height: 1.25em;
    font-size: 16px;
  }
  .etBody01 .tbl_def01 .clm02 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .etBody01 .tbl_def01 .clm02 > *:not(div):first-child {
    margin-top: -0.125em;
  }
  .etBody01 .tbl_def01 .clm02 > *:not(div):last-child {
    margin-bottom: -0.125em;
  }
}
@media screen and (max-width: 767px) {
  .etBody01 .tbl_def01 .clm02 {
    width: 81px;
    line-height: 1.292em;
    font-size: 12px;
  }
  .etBody01 .tbl_def01 .clm02 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .etBody01 .tbl_def01 .clm02 > *:not(div):first-child {
    margin-top: -0.145em;
  }
  .etBody01 .tbl_def01 .clm02 > *:not(div):last-child {
    margin-bottom: -0.145em;
  }
}
.etBody01 .tbl_def01 .clm03 {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .etBody01 .tbl_def01 .clm03 {
    padding-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .etBody01 .tbl_def01 .clm03 {
    line-height: 1.417em;
    font-size: 12px;
  }
  .etBody01 .tbl_def01 .clm03 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .etBody01 .tbl_def01 .clm03 > *:not(div):first-child {
    margin-top: -0.208em;
  }
  .etBody01 .tbl_def01 .clm03 > *:not(div):last-child {
    margin-bottom: -0.208em;
  }
}
.etBody01 .tbl_def01 .clm04 {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .etBody01 .tbl_def01 .clm04 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 312px;
    line-height: 1.25em;
    font-size: 16px;
  }
  .etBody01 .tbl_def01 .clm04 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .etBody01 .tbl_def01 .clm04 > *:not(div):first-child {
    margin-top: -0.125em;
  }
  .etBody01 .tbl_def01 .clm04 > *:not(div):last-child {
    margin-bottom: -0.125em;
  }
}
@media screen and (max-width: 767px) {
  .etBody01 .tbl_def01 .clm04 {
    width: 140px;
    line-height: 1.292em;
    font-size: 12px;
  }
  .etBody01 .tbl_def01 .clm04 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .etBody01 .tbl_def01 .clm04 > *:not(div):first-child {
    margin-top: -0.145em;
  }
  .etBody01 .tbl_def01 .clm04 > *:not(div):last-child {
    margin-bottom: -0.145em;
  }
}
.etBody01 .tbl_def01 .tp {
  position: relative;
  z-index: 7;
}

.etBody01 .tbl_def01 .height01 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .etBody01 .tbl_def01 .height01 {
    height: 885px;
  }
}
@media screen and (max-width: 767px) {
  .etBody01 .tbl_def01 .height01 {
    height: 1134.178%;
  }
}
.etBody02 .hn_def01 {
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .etBody02 .hn_def01 {
    padding: 114px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .etBody02 .hn_def01 {
    padding: 70px 0 35px;
  }
}
.etList01 {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .etList01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .etList01 {
    width: 89.334%;
  }
}
.etList01 > li {
  display: block;
}

@media screen and (min-width: 768px) {
  .etList01 > li {
    width: 306px;
  }
  .etList01 > li:last-child:nth-child(3n+1) {
    margin-right: auto;
  }
  .etList01 > li:last-child:nth-child(3n+2) {
    margin-left: 41px;
    margin-right: auto;
  }
  .etList01 > li:nth-child(n+4) {
    margin-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .etList01 > li:nth-child(n+2) {
    margin-top: 55px;
  }
}
@media screen and (min-width: 768px) {
  .etList01 .img_def01 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .etList01 .img_def01 {
    margin-bottom: 28px;
  }
}
.etDesc01 > dt {
  font-weight: bold;
  color: #0068b7;
}

@media screen and (min-width: 768px) {
  .etDesc01 > dt {
    margin-bottom: 22px;
    letter-spacing: 0.07em;
    line-height: 1.25em;
    font-size: 24px;
  }
  .etDesc01 > dt > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .etDesc01 > dt > *:not(div):first-child {
    margin-top: -0.125em;
  }
  .etDesc01 > dt > *:not(div):last-child {
    margin-bottom: -0.125em;
  }
}
@media screen and (max-width: 767px) {
  .etDesc01 > dt {
    margin-bottom: 20px;
    letter-spacing: -0.01em;
    line-height: 1.228em;
    font-size: 22px;
  }
  .etDesc01 > dt > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .etDesc01 > dt > *:not(div):first-child {
    margin-top: -0.113em;
  }
  .etDesc01 > dt > *:not(div):last-child {
    margin-bottom: -0.113em;
  }
}
.etDesc01 > dd .txt_def01 {
  text-align: justify;
}

.etBox01 {
  background: #f4f4f4;
}

@media screen and (min-width: 768px) {
  .etBox01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1000px;
    margin: 106px auto 60px;
  }
}
@media screen and (max-width: 767px) {
  .etBox01 {
    width: 89.334%;
    margin: 70px auto 20px;
    padding: 5px 0 55px;
  }
}
@media screen and (min-width: 768px) {
  .etBox01 .img_def01 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 454px;
  }
}
@media screen and (max-width: 767px) {
  .etBox01 .img_def01 {
    width: 95.523%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .etBox01 dl {
    width: 362px;
    margin-left: 47px;
  }
}
@media screen and (max-width: 767px) {
  .etBox01 dl {
    width: 86.568%;
    margin: 28px auto 0;
  }
}
.etBox02 {
  background: #f4f4f4;
}

@media screen and (min-width: 768px) {
  .etBox02 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 76px 0;
  }
}
@media screen and (max-width: 767px) {
  .etBox02 {
    width: 89.334%;
    margin: 0 auto;
    padding: 50px 0 55px;
  }
}
@media screen and (min-width: 768px) {
  .etBox02 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .etBox02 dl {
    width: 86.568%;
    margin: 0 auto;
  }
}
.etBox02 dl dd {
  position: relative;
}

@media screen and (min-width: 768px) {
  .etBox02 dl dd {
    border-left: 1px solid #0068b7;
    width: 480px;
    margin-left: 69px;
    padding-left: 71px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .etBox02 dl dd {
    border-top: 1px solid #0068b7;
    margin-top: 39px;
    padding-top: 46px;
  }
}
@media screen and (min-width: 768px) {
  .etBox02 dl .lst_dot02 {
    line-height: 1.723em;
    font-size: 18px;
  }
  .etBox02 dl .lst_dot02 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .etBox02 dl .lst_dot02 > *:not(div):first-child {
    margin-top: -0.361em;
  }
  .etBox02 dl .lst_dot02 > *:not(div):last-child {
    margin-bottom: -0.361em;
  }
}
@media screen and (max-width: 767px) {
  .etBox02 dl .lst_dot02 {
    line-height: 1.5em;
    font-size: 16px;
  }
  .etBox02 dl .lst_dot02 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .etBox02 dl .lst_dot02 > *:not(div):first-child {
    margin-top: -0.25em;
  }
  .etBox02 dl .lst_dot02 > *:not(div):last-child {
    margin-bottom: -0.25em;
  }
}
.stHead01 {
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .stHead01 {
    padding-top: 100px;
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .stHead01 {
    padding-top: 105px;
    margin-bottom: 30px;
  }
}
.stHead01 > h1 {
  letter-spacing: 0.16em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #0060b5;
}

@media screen and (min-width: 768px) {
  .stHead01 > h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .stHead01 > h1 {
    font-size: 30px;
  }
}
.stHead01 > p {
  letter-spacing: 0.07em;
}

@media screen and (min-width: 768px) {
  .stHead01 > p {
    padding-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .stHead01 > p {
    padding-top: 5px;
    font-size: 13.5px;
  }
}
@media screen and (min-width: 768px) {
  .stHead01 .txt_def01 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .stHead01 .txt_def01 {
    width: 89.334%;
    margin: 0 auto;
    padding-top: 48px;
    line-height: 1.63em;
    font-size: 13.5px;
    text-align: left;
  }
  .stHead01 .txt_def01 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .stHead01 .txt_def01 > *:not(div):first-child {
    margin-top: -0.314em;
  }
  .stHead01 .txt_def01 > *:not(div):last-child {
    margin-bottom: -0.314em;
  }
}
.stBlock01 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .stBlock01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .stBlock01 {
    width: 89.334%;
    margin: 0 auto;
    padding: 62px 0 55px;
  }
}
@media screen and (min-width: 768px) {
  .stBlock01.right dl::before {
    right: 0;
  }
  .stBlock01.right dl dt,
  .stBlock01.right dl dd {
    margin: 0 calc(100% - 500px) 0 auto;
  }
  .stBlock01.left dl::before {
    left: 0;
  }
  .stBlock01.left dl dt,
  .stBlock01.left dl dd {
    margin: 0 auto 0 calc(100% - 500px);
  }
}
.stBlock01 .img_def01 {
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .stBlock01 .img_def01 {
    position: relative;
    width: 50%;
    -webkit-transform: translate(0, -65px);
    -ms-transform: translate(0, -65px);
        transform: translate(0, -65px);
  }
}
@media screen and (max-width: 767px) {
  .stBlock01 .img_def01 {
    position: absolute;
    width: 86.568%;
    max-width: 320px;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
  }
}
.stBlock01 dl {
  position: relative;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .stBlock01 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    padding-bottom: 65px;
  }
  .stBlock01 dl::before {
    content: "";
    position: absolute;
    background: #e3eaf0;
    width: 121.429%;
    top: 0;
    bottom: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .stBlock01 dl {
    background: #e3eaf0;
    padding: 121px 22px 55px;
  }
}
.stBlock01 dl dt {
  position: relative;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .stBlock01 dl dt {
    width: 370px;
  }
}
.stBlock01 dl dt .lnk_line01 {
  color: #0068b7;
}

@media screen and (min-width: 768px) {
  .stBlock01 dl dt .lnk_line01 {
    font-size: 28px;
  }
}
.stBlock01 dl dd {
  position: relative;
}

@media screen and (min-width: 768px) {
  .stBlock01 dl dd {
    width: 370px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .stBlock01 dl dd {
    padding-top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .stBlock01 dl dd .txt_def01 {
    line-height: 1.77em;
    font-size: 13px;
  }
  .stBlock01 dl dd .txt_def01 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .stBlock01 dl dd .txt_def01 > *:not(div):first-child {
    margin-top: -0.384em;
  }
  .stBlock01 dl dd .txt_def01 > *:not(div):last-child {
    margin-bottom: -0.384em;
  }
}
@media screen and (min-width: 768px) {
  .stBlock01 + .stBlock01 {
    margin-top: 175px;
  }
}
.stFoot01 {
  background: #e3eaf0;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .stFoot01 {
    margin: 290px 0 -170px;
    padding: 160px 0 200px;
  }
}
@media screen and (max-width: 767px) {
  .stFoot01 {
    margin-bottom: -100px;
    padding: 54px 0 100px;
  }
}
.stFoot01 dl {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .stFoot01 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .stFoot01 dl {
    width: 89.334%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .stFoot01 dl > div {
    position: relative;
    width: 306px;
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .stFoot01 dl > div {
    margin-bottom: 55px;
  }
  .stFoot01 dl > div::after {
    content: "";
    display: block;
    clear: both;
  }
  .stFoot01 dl > div:nth-child(odd) dd {
    float: left;
  }
  .stFoot01 dl > div:nth-child(odd) dd ~ dt,
  .stFoot01 dl > div:nth-child(odd) dd ~ dd {
    float: right;
  }
  .stFoot01 dl > div:nth-child(even) dd {
    float: right;
  }
  .stFoot01 dl > div:nth-child(even) dd ~ dt,
  .stFoot01 dl > div:nth-child(even) dd ~ dd {
    float: left;
  }
}
.stFoot01 dl dt {
  color: #0068b7;
}

@media screen and (min-width: 768px) {
  .stFoot01 dl dt {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .stFoot01 dl .img_def01 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
  }
}
@media screen and (max-width: 767px) {
  .stFoot01 dl .hn_def03 {
    letter-spacing: 0.07em;
    font-size: 22px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .stFoot01 dl + dl {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .stFoot01_desc01 dt {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .stFoot01_desc01 dt {
    padding-bottom: 20px;
  }
  .stFoot01_desc01 dt .hn_def03 {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .stFoot01_desc01 dd {
    width: 37.314%;
  }
  .stFoot01_desc01 dd ~ dt,
  .stFoot01_desc01 dd ~ dd {
    width: 55.224%;
  }
}
.stFoot01_desc02 {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .stFoot01_desc02 {
    padding: 70px 100px 70px 70px;
  }
}
@media screen and (max-width: 767px) {
  .stFoot01_desc02 {
    padding: 45px 30px;
  }
}
@media screen and (min-width: 768px) {
  .stFoot01_desc02 dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .stFoot01_desc02 dt {
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 18px;
  }
  .stFoot01_desc02 dt::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid;
    width: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .stFoot01_desc02 dd {
    border-left: 1px solid;
    width: 653px;
    padding-left: 50px;
  }
}
.evHead01 {
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .evHead01 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .evHead01 {
    padding-top: 105px;
  }
}
.evHead01 > h1 {
  letter-spacing: 0.16em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #0060b5;
}

@media screen and (min-width: 768px) {
  .evHead01 > h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .evHead01 > h1 {
    font-size: 30px;
  }
}
.evHead01 > p {
  letter-spacing: 0.07em;
}

@media screen and (min-width: 768px) {
  .evHead01 > p {
    padding-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .evHead01 > p {
    padding-top: 5px;
    font-size: 13.5px;
  }
}
@media screen and (min-width: 768px) {
  .evHead01 .txt_def01 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .evHead01 .txt_def01 {
    padding-top: 48px;
    line-height: 1.63em;
    font-size: 13.5px;
  }
  .evHead01 .txt_def01 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .evHead01 .txt_def01 > *:not(div):first-child {
    margin-top: -0.314em;
  }
  .evHead01 .txt_def01 > *:not(div):last-child {
    margin-bottom: -0.314em;
  }
}
@media screen and (min-width: 768px) {
  .evBlock01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(37.856%, #e3eaf0), color-stop(37.856%, #fff));
    background: linear-gradient(to top, #e3eaf0 37.856%, #fff 37.856%);
    margin: 70px auto -170px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .evBlock01 {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(27.414%, #e3eaf0), color-stop(27.414%, #fff));
    background: linear-gradient(to top, #e3eaf0 27.414%, #fff 27.414%);
    margin: 50px auto -80px;
    padding-bottom: 100px;
    color: inherit;
  }
}
.evLink01 {
  display: block;
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 768px) {
  .evLink01 {
    width: 50%;
  }
  .evLink01:nth-child(n+3) {
    margin-top: 120px;
  }
  .evLink01:nth-child(3) .img_def01 > p {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767px) {
  .evLink01:nth-child(n+2) {
    margin-top: 55px;
  }
  .evLink01:nth-child(3) .img_def01 {
    width: 86.667%;
    margin: 0 auto;
  }
  .evLink01:nth-child(3) .img_def01 > p {
    left: 21px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  }
}
.evLink01 .img_def01 {
  position: relative;
}

.evLink01 .img_def01 > p {
  position: absolute;
  line-height: 1;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .evLink01 .img_def01 > p {
    left: 90px;
    bottom: 24px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .evLink01 .img_def01 > p {
    left: 30px;
    bottom: 12px;
    font-size: 24px;
  }
}
.evLink01 > h2 {
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .evLink01 > h2 {
    margin: 34px 0 12px 90px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .evLink01 > h2 {
    margin: 15px 0 8px 30px;
    font-size: 14.5px;
  }
}
.evLink01 > p {
  position: relative;
  color: #0068b7;
}

@media screen and (min-width: 768px) {
  .evLink01 > p {
    margin-left: 90px;
    padding-left: 1.053em;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .evLink01 > p {
    margin-left: 30px;
    padding-left: 14px;
    font-size: 10px;
  }
}
.evLink01 > p::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/icn_arrow01.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .evLink01 > p::before {
    width: 0.632em;
  }
}
@media screen and (max-width: 767px) {
  .evLink01 > p::before {
    width: 8px;
  }
}
.otSection01 {
  counter-reset: otHead;
}

@media screen and (min-width: 768px) {
  .otSection01 {
    margin-bottom: -170px;
  }
}
@media screen and (max-width: 767px) {
  .otSection01 {
    margin-bottom: -80px;
  }
}
.otSection_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .otSection_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .otSection_block .left {
    -webkit-box-ordinal-group: -4;
    -ms-flex-order: -5;
    order: -5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    width: 50%;
  }
  .otSection_block .left .otHead,
  .otSection_block .left .otBody {
    padding-left: 15px;
  }
  .otSection_block .left .img_def01::before {
    width: 10.715%;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .otSection_block .left .img_def01::after {
    border-right: 16px solid #fff;
    left: auto;
    right: -1px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
  }
}
@media screen and (min-width: 768px) {
  .otSection_block .right {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    width: 50%;
  }
  .otSection_block .right .otHead,
  .otSection_block .right .otBody {
    padding-left: 11%;
  }
  .otSection_block .right .img_def01::before {
    width: 19.286%;
    left: 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
        transform: scale(-1, 1);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .otSection_block .right .img_def01::after {
    border-left: 16px solid #fff;
    left: -1px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
  }
}
@media screen and (min-width: 768px) {
  .otSection_block .img_def01::before {
    position: absolute;
    background: -webkit-gradient(linear, right top, left top, from(#08559d), to(rgba(8, 85, 157, 0)));
    background: linear-gradient(to left, #08559d, rgba(8, 85, 157, 0));
    top: 0;
    bottom: 0;
    opacity: 0.1;
    pointer-events: none;
  }
}
@media screen and (min-width: 1000px) {
  .otSection_block .left .otHead,
  .otSection_block .left .otBody {
    margin-left: calc(100% - 500px);
  }
}
@media screen and (max-width: 767px) {
  .otSection_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .otSection_block .img_def01 {
    height: 100%;
  }
  .otSection_block .img_def01 figure {
    height: 100%;
  }
  .otSection_block .img_def01 figure img {
    height: 100%;
  }
}
.otSection_block .img_def01::after {
  content: none;
  position: absolute;
  background: transparent;
  width: 0;
  height: 0;
  bottom: auto;
  opacity: 1;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .otSection_block .img_def01::after {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
  }
}
@media screen and (max-width: 767px) {
  .otSection_block .img_def01::after {
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: 21px solid #fff;
    left: 50%;
    top: -1px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 768px) {
  .otHead {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .otHead {
    width: 89.334%;
    margin: 0 auto;
    padding-top: 70px;
  }
}
.otHead .hn_def02 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .otHead .hn_def02 {
    padding: 0 0 33px;
    line-height: 1.308em;
    font-size: 26px;
  }
  .otHead .hn_def02 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .otHead .hn_def02 > *:not(div):first-child {
    margin-top: -0.153em;
  }
  .otHead .hn_def02 > *:not(div):last-child {
    margin-bottom: -0.153em;
  }
}
@media screen and (max-width: 767px) {
  .otHead .hn_def02 {
    padding: 0 0 26px;
  }
}
.otHead .hn_def02::before,
.otHead .hn_def02::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.otHead .hn_def02::before {
  border-color: #d3d3d3;
}

@media screen and (min-width: 768px) {
  .otHead .hn_def02::before {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .otHead .hn_def02::before {
    width: 32vw;
  }
}
.otHead .hn_def02::after {
  border-color: #0060b5;
}

@media screen and (min-width: 768px) {
  .otHead .hn_def02::after {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .otHead .hn_def02::after {
    width: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .otHead .hn_def02 > h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    letter-spacing: 0.1em;
    text-align: left;
    white-space: nowrap;
  }
}
.otHead .hn_def02 > h2::before {
  content: counter(otHead, decimal-leading-zero);
  counter-increment: otHead;
  display: block;
  color: #0068b7;
}

@media screen and (min-width: 768px) {
  .otHead .hn_def02 > h2::before {
    margin-bottom: 28px;
    font-size: 1.924em;
  }
}
@media screen and (max-width: 767px) {
  .otHead .hn_def02 > h2::before {
    margin-right: 0.286em;
    font-size: 1.75em;
  }
}
@media screen and (min-width: 768px) {
  .otBody {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .otBody {
    width: 89.334%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
.otBody .txt_def01 {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .otBody .txt_def01 {
    max-width: 374px;
    padding-top: 34px;
    line-height: 2.143em;
    font-size: 14px;
  }
  .otBody .txt_def01 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .otBody .txt_def01 > *:not(div):first-child {
    margin-top: -0.571em;
  }
  .otBody .txt_def01 > *:not(div):last-child {
    margin-bottom: -0.571em;
  }
}
@media screen and (max-width: 767px) {
  .otBody .txt_def01 {
    padding-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .otBody .img_def01 {
    padding-top: 7.565%;
  }
}
@media screen and (max-width: 767px) {
  .otBody .img_def01 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .otBlock01 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .otBlock01 .otHead {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .otBlock01 .left .img_def01::before {
    content: "";
  }
}
.otBlock01 .left .img_def01::after {
  content: "";
}

@media screen and (min-width: 768px) {
  .otBlock01 .right .img_def01 {
    width: 53.429%;
  }
}
@media all and (-ms-high-contrast: none) {
  .otBlock01 .right .img_def01 {
    width: 360px;
    height: 204.06417px;
  }
}
@media screen and (max-width: 767px) {
  .otBlock01 .right .img_def01 {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .otBlock02 .otHead .hn_def02 > h2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .otBlock02 .right .img_def01::before {
    content: "";
  }
}
.otBlock02 .right .img_def01::after {
  content: "";
}

@media screen and (min-width: 768px) {
  .otBlock03 .left .img_def01::before {
    content: "";
  }
}
.otBlock03 .left .img_def01::after {
  content: "";
}

@media screen and (min-width: 768px) {
  .otBlock03 .right .img_def01 {
    width: 53.429%;
  }
}
@media all and (-ms-high-contrast: none) {
  .otBlock03 .right .img_def01 {
    width: 360px;
    height: 205px;
  }
}
@media screen and (min-width: 768px) {
  .otBlock04 .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .otBlock04 .left .img_def01 {
    width: 26.715%;
  }
}
@media all and (-ms-high-contrast: none) {
  .otBlock04 .left .img_def01 {
    width: 180px;
    height: 143px;
  }
}
@media screen and (max-width: 767px) {
  .otBlock04 .left .img_def01 {
    width: 89.553%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .otBlock04 .right .img_def01::before {
    content: "";
  }
}
.otBlock04 .right .img_def01::after {
  content: "";
}

.otBanner01 {
  background: #e3eaf0;
}

@media screen and (min-width: 768px) {
  .otBanner01 {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .otBanner01 {
    padding: 70px 0;
  }
}
.otBanner01 > div {
  background: #fff;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .otBanner01 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1000px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .otBanner01 > div {
    width: 89.334%;
    padding: 25px 22.5px 55px;
  }
}
@media screen and (min-width: 768px) {
  .otBanner01 .img_def01 {
    width: 340px;
    margin-right: 96px;
  }
}
.otBanner01 .hn_def01 {
  text-align: left;
  color: #0068b7;
}

@media screen and (max-width: 767px) {
  .otBanner01 .hn_def01 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 27px;
    font-size: 22px;
  }
}
.otBanner01 .txt_def01 {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .otBanner01 .txt_def01 {
    padding-top: 28px;
    line-height: 2.143em;
    font-size: 14px;
  }
  .otBanner01 .txt_def01 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .otBanner01 .txt_def01 > *:not(div):first-child {
    margin-top: -0.571em;
  }
  .otBanner01 .txt_def01 > *:not(div):last-child {
    margin-bottom: -0.571em;
  }
}
@media screen and (max-width: 767px) {
  .otBanner01 .txt_def01 {
    padding-top: 22px;
    line-height: 1.77em;
    font-size: 13px;
  }
  .otBanner01 .txt_def01 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .otBanner01 .txt_def01 > *:not(div):first-child {
    margin-top: -0.384em;
  }
  .otBanner01 .txt_def01 > *:not(div):last-child {
    margin-bottom: -0.384em;
  }
}
@media screen and (min-width: 768px) {
  .roRead01 {
    margin-bottom: 10px;
    padding-top: 100px;
  }
  .roRead01 > p {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.8235294118em;
    text-align: center;
    color: #0068b7;
  }
  .roRead01 > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .roRead01 > dl + dl {
    margin-top: 40px;
  }
  .roRead01 > dl > dt {
    padding-right: 20px;
    font-size: 15px;
  }
  .roRead01 > dl > dt span {
    font-weight: 700;
    color: #0068b7;
  }
  .roRead01 > dl > dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .roRead01 > dl > dd > a {
    display: block;
  }
  .roRead01 > table {
    margin: 80px auto 0;
    font-size: 14px;
  }
  .roRead01 > table caption {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .roRead01 > table th, .roRead01 > table td {
    padding: 16px 20px 17px;
  }
  .roRead01 > table th {
    font-weight: 400;
    background-color: #e6f0fa;
  }
  .roRead01 > table td {
    border-bottom: solid 1px #e0e0e0;
  }
  .roRead01 > table td + td {
    border-left: solid 1px #e0e0e0;
  }
  .caBody_block .roRead01 {
    margin-top: -50px;
    margin-bottom: 100px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .roRead01 {
    padding-top: 50px;
  }
  .roRead01 > p {
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.6em;
    text-align: left;
    color: #0068b7;
  }
  .roRead01 > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .roRead01 > dl + dl {
    margin-top: 20px;
  }
  .roRead01 > dl > dt {
    padding-right: 20px;
    font-size: 12.5px;
  }
  .roRead01 > dl > dt span {
    font-weight: 700;
    color: #0068b7;
  }
  .roRead01 > dl > dd {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .roRead01 > table {
    margin: 40px auto 0;
    font-size: 12px;
  }
  .roRead01 > table caption {
    padding-bottom: 10px;
  }
  .roRead01 > table th, .roRead01 > table td {
    padding: 12px 3px 12px 11px;
  }
  .roRead01 > table th {
    font-weight: 400;
    background-color: #e6f0fa;
  }
  .roRead01 > table td {
    border-bottom: solid 1px #e0e0e0;
  }
  .roRead01 > table td + td {
    border-left: solid 1px #e0e0e0;
  }
  .caBody_block .roRead01 {
    margin-top: -20px;
    margin-bottom: 50px;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .roList01 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .roList01 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .roList01 .lst_anc01 > li {
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  .roList01 .lst_anc01 > li {
    width: 33.3333333333%;
  }
  .roList01 .lst_anc01 > li:nth-child(even)::after {
    content: "";
  }
}
.roHead01 {
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .roHead01 {
    padding-top: 90px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .roHead01 {
    padding-top: 70px;
    margin-bottom: 28px;
  }
}
.roHead01 > h1 {
  letter-spacing: 0.16em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #0060b5;
}

@media screen and (min-width: 768px) {
  .roHead01 > h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .roHead01 > h1 {
    font-size: 30px;
  }
}
.roHead01 > p {
  letter-spacing: 0.07em;
}

@media screen and (min-width: 768px) {
  .roHead01 > p {
    padding-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .roHead01 > p {
    padding-top: 5px;
    font-size: 13.5px;
  }
}
@media screen and (min-width: 768px) {
  .roHead01 > p.mt02 {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .roHead01 > p.mt02 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .roHead01 .txt_def01 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .roHead01 .txt_def01 {
    padding-top: 45px;
    padding-bottom: 10px;
    line-height: 1.63em;
    font-size: 13.5px;
    text-align: left;
  }
  .roHead01 .txt_def01 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .roHead01 .txt_def01 > *:not(div):first-child {
    margin-top: -0.314em;
  }
  .roHead01 .txt_def01 > *:not(div):last-child {
    margin-bottom: -0.314em;
  }
}
@media screen and (min-width: 768px) {
  .roBody01 .lst_anc01 > li {
    width: 280px;
  }
}
@media screen and (min-width: 768px) {
  .roBody01 .lst_anc01 + .hn_def01 {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .roBody01 .tbl_def01 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .roBody01 .tbl_def01 .clm01 {
    width: 132px;
  }
}
@media screen and (max-width: 767px) {
  .roBody01 .tbl_def01 .clm01 {
    width: 110px;
  }
}
@media screen and (max-width: 359px) {
  .roBody01 .tbl_def01 .clm01 {
    width: 100px;
  }
}
.roBody01 .tbl_def01 .txt_def01 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .roBody01 .tbl_def01 .txt_def01 > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .roBody01 .tbl_def01 .txt_def01 > p > span {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .roBody01 .tbl_def01 .txt_def01 {
    line-height: 1.417em;
    font-size: 12px;
  }
  .roBody01 .tbl_def01 .txt_def01 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .roBody01 .tbl_def01 .txt_def01 > *:not(div):first-child {
    margin-top: -0.208em;
  }
  .roBody01 .tbl_def01 .txt_def01 > *:not(div):last-child {
    margin-bottom: -0.208em;
  }
  .roBody01 .tbl_def01 .txt_def01 > p + p {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .roBody01 .lst_desc01 {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .roBody01 .lst_desc01.wid01 .lst_desc01_head {
    width: 5em;
  }
}
@media screen and (max-width: 767px) {
  .roBody01 .lst_desc01.wid01 .lst_desc01_head {
    width: 4em;
  }
}
@media screen and (max-width: 767px) {
  .roBody01 .lst_desc01 > div.nr {
    white-space: nowrap;
  }
  .roBody01 .lst_desc01 > div.nr + .nr {
    margin-top: 10px;
  }
}
.roBody01 .lst_desc01 .lst_desc01_body {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .roBody01 .hn_def01 {
    display: block;
    padding-top: 70px;
    text-align: left;
  }
}
.roBody01 .txt_def01 > div + .lst_desc01 {
  margin-top: 5px;
}

.roBody01 .txt_def01 > p + p {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .roBody01 .lst_steps02 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .roBody01 .lst_steps02 .mynavi {
    display: block;
    width: 280px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .roBody01 .lst_steps02 .mynavi {
    display: block;
    width: 79.76%;
    margin: 1em auto 0;
  }
}
@media screen and (min-width: 768px) {
  .roBody01 .lst_acc01 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .roBody01 .lst_acc01 {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .roBody01 .lst_acc01 .txt_def01 {
    line-height: 1.8em;
    font-size: 12.5px;
  }
  .roBody01 .lst_acc01 .txt_def01 > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .roBody01 .lst_acc01 .txt_def01 > *:not(div):first-child {
    margin-top: -0.4em;
  }
  .roBody01 .lst_acc01 .txt_def01 > *:not(div):last-child {
    margin-bottom: -0.4em;
  }
}
@media screen and (min-width: 768px) {
  .roBody01 .lst_acc01 + .hn_def01 {
    margin-top: 90px;
  }
}
.caBlock03 .caBlock03_tbl {
  width: 100%;
  border-collapse: collapse;
}
.caBlock03 .caBlock03_tbl caption {
  font-weight: bold;
}
.caBlock03 .caBlock03_tbl th, .caBlock03 .caBlock03_tbl td {
  font-size: 14px;
  line-height: 25px;
  padding: 23px 20px 22px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .caBlock03 .caBlock03_tbl th, .caBlock03 .caBlock03_tbl td {
    font-size: 12px;
    line-height: 17px;
    padding: 17px 3px 16px 11px;
  }
}
.caBlock03 .caBlock03_tbl th {
  width: 16%;
  background-color: #e6f0fa;
  letter-spacing: 0.07em;
  font-weight: normal;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .caBlock03 .caBlock03_tbl th {
    width: 25%;
  }
}
.caBlock03 .caBlock03_tbl td {
  text-align: center;
  border-right: dashed 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}
.caBlock03 .caBlock03_tbl td:last-child {
  border-right: none;
}
.caBlock03 .caBlock03_tbl thead th {
  border-top: solid 1px #e6f0fa;
}
.caBlock03 .caBlock03_tbl thead td {
  border-top: solid 1px #e1e1e1;
}
.caBlock03 .caBlock03_tbl tbody th {
  border-color: #e6f0fa;
}
.caBlock03 .caBlock03_tbl_date {
  font-size: 12px;
  text-align: right;
  line-height: 31.5px;
  letter-spacing: 0.07em;
}

.rbHead_block01.symposium {
  position: relative;
  z-index: 1;
}
.rbHead_block01.symposium .lst_crumb01 > li + li::before {
  color: #0068B7;
}

@media screen and (min-width: 768px) {
  .symposium .cmCrumbs_list {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .symposium_container {
    margin-top: -63px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_container {
    padding-bottom: 16.667vw;
  }
}
.symposium_container .js-fadeItem {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.symposium_container .js-fadeItem.is-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.symposium_container .js-fadeItem-left {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}
.symposium_container .js-fadeItem-right {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.symposium_container .js-fadeItem-bottom {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.symposium_hero {
  position: relative;
}
@media screen and (min-width: 768px) {
  .symposium_hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_hero {
    padding-top: 18.667vw;
    padding-bottom: 22.667vw;
  }
}
.symposium_hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .symposium_hero::before {
    min-width: 1030px;
    height: 500px;
    background-image: url(../img/recruit/newgraduate/discussion/symposium_hero_bg_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .symposium_hero::before {
    height: 100%;
    background-image: url(../img/recruit/newgraduate/discussion/symposium_hero_bg_sp.jpg);
  }
}
.symposium_hero_block {
  position: relative;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .symposium_hero_block {
    line-height: 1.143em;
    font-size: 28px;
  }
  .symposium_hero_block > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_hero_block > *:not(div):first-child {
    margin-top: -0.071em;
  }
  .symposium_hero_block > *:not(div):last-child {
    margin-bottom: -0.071em;
  }
}
@media screen and (max-width: 767px) {
  .symposium_hero_block {
    line-height: 1.023em;
    font-size: 44px;
  }
  .symposium_hero_block > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_hero_block > *:not(div):first-child {
    margin-top: -0.011em;
  }
  .symposium_hero_block > *:not(div):last-child {
    margin-bottom: -0.011em;
  }
  .symposium_hero_block {
    font-size: 5.867vw;
  }
}
.symposium_hero_block > h1 {
  text-align: center;
}
.symposium_hero_block > h1 .en {
  display: block;
  color: #0068b7;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .symposium_hero_block > h1 .en {
    margin-bottom: 25px;
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_hero_block > h1 .en {
    margin-bottom: 4.667vw;
    font-size: 8vw;
  }
}
.symposium_lead_block {
  position: relative;
}
@media screen and (min-width: 768px) {
  .symposium_lead_block {
    padding-top: 45px;
    line-height: 1.786em;
    font-size: 14px;
  }
  .symposium_lead_block > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_lead_block > *:not(div):first-child {
    margin-top: -0.392em;
  }
  .symposium_lead_block > *:not(div):last-child {
    margin-bottom: -0.392em;
  }
  .symposium_lead_block {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .symposium_lead_block {
    width: 67.734vw;
    margin: 8vw auto 0;
    line-height: 1.924em;
    font-size: 13px;
  }
  .symposium_lead_block > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_lead_block > *:not(div):first-child {
    margin-top: -0.461em;
  }
  .symposium_lead_block > *:not(div):last-child {
    margin-bottom: -0.461em;
  }
  .symposium_lead_block {
    text-align: justify;
  }
}
.symposium_member_block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .symposium_member_block {
    width: 920px;
    margin-top: -75px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_member_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 77.334vw;
    margin: -14.133vw auto 0;
  }
}
.symposium_member_person {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .symposium_member_person {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_member_person {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .symposium_member_person:nth-of-type(n+3) {
    margin-top: 6.667vw;
  }
}
.symposium_member_img {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .symposium_member_img {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_member_img {
    width: 75.173%;
  }
}
.symposium_member_img figcaption {
  font-family: "Noto Serif JP", serif;
  color: #0068b7;
}
@media screen and (min-width: 768px) {
  .symposium_member_img figcaption {
    line-height: 1.067em;
    font-size: 30px;
  }
  .symposium_member_img figcaption > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_member_img figcaption > *:not(div):first-child {
    margin-top: -0.033em;
  }
  .symposium_member_img figcaption > *:not(div):last-child {
    margin-bottom: -0.033em;
  }
}
@media screen and (max-width: 767px) {
  .symposium_member_img figcaption {
    line-height: 1.056em;
    font-size: 18px;
  }
  .symposium_member_img figcaption > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_member_img figcaption > *:not(div):first-child {
    margin-top: -0.027em;
  }
  .symposium_member_img figcaption > *:not(div):last-child {
    margin-bottom: -0.027em;
  }
}
@media screen and (min-width: 768px) {
  .symposium_member_txt {
    line-height: 1.462em;
    font-size: 13px;
  }
  .symposium_member_txt > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_member_txt > *:not(div):first-child {
    margin-top: -0.23em;
  }
  .symposium_member_txt > *:not(div):last-child {
    margin-bottom: -0.23em;
  }
  .symposium_member_txt {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_member_txt {
    line-height: 1.5em;
    font-size: 12px;
  }
  .symposium_member_txt > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_member_txt > *:not(div):first-child {
    margin-top: -0.25em;
  }
  .symposium_member_txt > *:not(div):last-child {
    margin-bottom: -0.25em;
  }
}
@media screen and (min-width: 768px) {
  .symposium_pageLst {
    margin-top: 50px;
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_pageLst {
    width: 88.534vw;
    margin: 11.467vw auto 13.334vw;
  }
}
@media screen and (max-width: 767px) {
  .symposium_pageLst .lst_anc01 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .symposium_pageLst .lst_anc01_item {
    width: auto;
    padding-left: 5.934vw;
    padding-right: 5.934vw;
  }
  .symposium_pageLst .lst_anc01_item:nth-of-type(2)::after, .symposium_pageLst .lst_anc01_item:nth-of-type(4)::after {
    content: "";
  }
  .symposium_pageLst .lst_anc01_item:nth-of-type(3)::after {
    content: none;
  }
  .symposium_pageLst .lst_anc01_item:nth-of-type(5) {
    padding-left: 10.267vw;
    padding-right: 10.267vw;
  }
}
@media screen and (min-width: 768px) {
  .symposium_pageLst .lst_anc01_link {
    line-height: 1.358em;
    font-size: 14px;
  }
  .symposium_pageLst .lst_anc01_link > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_pageLst .lst_anc01_link > *:not(div):first-child {
    margin-top: -0.178em;
  }
  .symposium_pageLst .lst_anc01_link > *:not(div):last-child {
    margin-bottom: -0.178em;
  }
  .symposium_pageLst .lst_anc01_link {
    min-height: 72px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_pageLst .lst_anc01_link {
    line-height: 1.36em;
    font-size: 12.5px;
  }
  .symposium_pageLst .lst_anc01_link > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_pageLst .lst_anc01_link > *:not(div):first-child {
    margin-top: -0.18em;
  }
  .symposium_pageLst .lst_anc01_link > *:not(div):last-child {
    margin-bottom: -0.18em;
  }
}
@media screen and (min-width: 768px) {
  .symposium_idBlock {
    padding: 0 10px 120px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_idBlock {
    padding: 0 5.334% 18.667%;
  }
}
.symposium_idBlock:last-child {
  padding-bottom: 0;
}
.symposium_idBlock::before {
  content: "";
  display: block;
  width: 100vw;
  margin: 0 auto 0 50%;
  background-size: 100% auto;
  background-position: center top;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .symposium_idBlock::before {
    min-width: 1030px;
    aspect-ratio: 2800/628;
  }
}
@media screen and (max-width: 767px) {
  .symposium_idBlock::before {
    height: 35.734vw;
  }
}
.symposium_idBlock01::before {
  background-image: url(../img/recruit/newgraduate/discussion/symposium_idBlock_01.jpg);
}
@media screen and (max-width: 767px) {
  .symposium_idBlock01::before {
    background-image: url(../img/recruit/newgraduate/discussion/symposium_idBlock_01_sp.jpg);
  }
}
.symposium_idBlock01 .symposium_secTtl_block::before {
  background-color: #F4F9FA;
}
.symposium_idBlock02::before {
  background-image: url(../img/recruit/newgraduate/discussion/symposium_idBlock_02.jpg);
}
@media screen and (max-width: 767px) {
  .symposium_idBlock02::before {
    background-image: url(../img/recruit/newgraduate/discussion/symposium_idBlock_02_sp.jpg);
  }
}
.symposium_idBlock02 .symposium_secTtl_block::before {
  background-color: #F8FAF5;
}
.symposium_idBlock03::before {
  background-image: url(../img/recruit/newgraduate/discussion/symposium_idBlock_03.jpg);
}
@media screen and (max-width: 767px) {
  .symposium_idBlock03::before {
    background-image: url(../img/recruit/newgraduate/discussion/symposium_idBlock_03_sp.jpg);
  }
}
.symposium_idBlock03 .symposium_secTtl_block::before {
  background-color: #FEF4F3;
}
.symposium_idBlock04::before {
  background-image: url(../img/recruit/newgraduate/discussion/symposium_idBlock_04.jpg);
}
@media screen and (max-width: 767px) {
  .symposium_idBlock04::before {
    background-image: url(../img/recruit/newgraduate/discussion/symposium_idBlock_04_sp.jpg);
  }
}
.symposium_idBlock04 .symposium_secTtl_block::before {
  background-color: #FEF5F7;
}
.symposium_idBlock05::before {
  background-image: url(../img/recruit/newgraduate/discussion/symposium_idBlock_05.jpg);
}
@media screen and (max-width: 767px) {
  .symposium_idBlock05::before {
    background-image: url(../img/recruit/newgraduate/discussion/symposium_idBlock_05_sp.jpg);
  }
}
.symposium_idBlock05 .symposium_secTtl_block::before {
  background-color: #FEF8F2;
}
.symposium_idBlock01 .symposium_secTtl_block h2 .num::before {
  background-color: #74B2C5;
}
.symposium_idBlock01 .symposium_q_num {
  color: #74B2C5;
}
.symposium_idBlock02 .symposium_secTtl_block h2 .num::before {
  background-color: #A4C37C;
}
.symposium_idBlock02 .symposium_q_num {
  color: #A4C37C;
}
.symposium_idBlock03 .symposium_secTtl_block h2 .num::before {
  background-color: #F86D61;
}
.symposium_idBlock03 .symposium_q_num {
  color: #F86D61;
}
.symposium_idBlock04 .symposium_secTtl_block h2 .num::before {
  background-color: #F47D98;
}
.symposium_idBlock04 .symposium_q_num {
  color: #F47D98;
}
.symposium_idBlock05 .symposium_secTtl_block h2 .num::before {
  background-color: #F7AC57;
}
.symposium_idBlock05 .symposium_q_num {
  color: #F7AC57;
}
@media screen and (min-width: 768px) {
  .symposium_idBlock01::before {
    aspect-ratio: 2800/828;
  }
}
@media screen and (max-width: 767px) {
  .symposium_idBlock01::before {
    height: 45.867vw;
  }
}
.symposium_secTtl {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .symposium_secTtl {
    line-height: 1.786em;
    font-size: 28px;
  }
  .symposium_secTtl > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_secTtl > *:not(div):first-child {
    margin-top: -0.392em;
  }
  .symposium_secTtl > *:not(div):last-child {
    margin-bottom: -0.392em;
  }
  .symposium_secTtl {
    padding-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_secTtl {
    line-height: 1.25em;
    font-size: 20px;
  }
  .symposium_secTtl > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_secTtl > *:not(div):first-child {
    margin-top: -0.125em;
  }
  .symposium_secTtl > *:not(div):last-child {
    margin-bottom: -0.125em;
  }
  .symposium_secTtl {
    padding-left: 6.667vw;
  }
}
.symposium_secTtl_block {
  position: relative;
}
@media screen and (min-width: 768px) {
  .symposium_secTtl_block {
    margin: 0 -10px;
  }
}
.symposium_secTtl_block::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.symposium_secTtl_block h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.symposium_secTtl_block h2 .num {
  position: relative;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  line-height: 1;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .symposium_secTtl_block h2 .num {
    padding: 26px 40px 26px 0;
    font-size: 69px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .symposium_secTtl_block h2 .num {
    padding: 5.334vw 6.667vw 5.334vw 0;
    font-size: 7.467vw;
  }
}
.symposium_secTtl_block h2 .num::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  z-index: -1;
}
.symposium_secTtl_block h2 .num .talk {
  display: block;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .symposium_secTtl_block h2 .num .talk {
    margin-top: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_secTtl_block h2 .num .talk {
    margin-top: 1.334vw;
    font-size: 2.534vw;
  }
}
.symposium_q_block {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .symposium_q_block {
    margin-top: 48px;
    margin-bottom: 45px;
    line-height: 1.389em;
    font-size: 18px;
  }
  .symposium_q_block > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_q_block > *:not(div):first-child {
    margin-top: -0.194em;
  }
  .symposium_q_block > *:not(div):last-child {
    margin-bottom: -0.194em;
  }
}
@media screen and (max-width: 767px) {
  .symposium_q_block {
    position: relative;
    margin-top: 12.687%;
    margin-bottom: 9.702%;
    padding-left: 10vw;
    line-height: 1.394em;
    font-size: 16.5px;
  }
  .symposium_q_block > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_q_block > *:not(div):first-child {
    margin-top: -0.196em;
  }
  .symposium_q_block > *:not(div):last-child {
    margin-bottom: -0.196em;
  }
}
@media screen and (min-width: 768px) {
  .symposium_q_block06 {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_q_block06 {
    margin-top: 16.418%;
  }
}
@media screen and (min-width: 768px) {
  .symposium_q_block08 {
    margin-top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_q_block08 {
    margin-top: 20.896%;
  }
}
@media screen and (min-width: 768px) {
  .symposium_q_num {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_q_num {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.symposium_answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .symposium_answer {
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .symposium_answer_block + .symposium_answer_block {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer_block + .symposium_answer_block {
    margin-top: 17.911%;
  }
}
.symposium_answer_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .symposium_answer_img {
    width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer_img {
    width: 17.911%;
  }
}
.symposium_answer_name {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #0068b7;
}
@media screen and (min-width: 768px) {
  .symposium_answer_name {
    line-height: 1.25em;
    font-size: 20px;
  }
  .symposium_answer_name > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_answer_name > *:not(div):first-child {
    margin-top: -0.125em;
  }
  .symposium_answer_name > *:not(div):last-child {
    margin-bottom: -0.125em;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer_name {
    line-height: 1.2em;
    font-size: 15px;
  }
  .symposium_answer_name > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_answer_name > *:not(div):first-child {
    margin-top: -0.1em;
  }
  .symposium_answer_name > *:not(div):last-child {
    margin-bottom: -0.1em;
  }
}
.symposium_answer_bubble {
  position: relative;
}
@media screen and (min-width: 768px) {
  .symposium_answer_bubble {
    width: calc(100% - 140px - 35px);
    padding-top: 46px;
    padding-left: 46px;
    line-height: 1.786em;
    font-size: 14px;
  }
  .symposium_answer_bubble > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_answer_bubble > *:not(div):first-child {
    margin-top: -0.392em;
  }
  .symposium_answer_bubble > *:not(div):last-child {
    margin-bottom: -0.392em;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer_bubble {
    width: 68vw;
    padding-top: 6.934vw;
    padding-left: 4.8vw;
    line-height: 1.924em;
    font-size: 13px;
  }
  .symposium_answer_bubble > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_answer_bubble > *:not(div):first-child {
    margin-top: -0.461em;
  }
  .symposium_answer_bubble > *:not(div):last-child {
    margin-bottom: -0.461em;
  }
}
.symposium_answer_bubble::before, .symposium_answer_bubble::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}
.symposium_answer_bubble::before {
  top: 0;
  left: 0;
  width: 100%;
  border-top: solid 1px #BFCAD1;
  border-left: solid 1px #BFCAD1;
}
@media screen and (min-width: 768px) {
  .symposium_answer_bubble::before {
    height: 105px;
    border-top-left-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer_bubble::before {
    height: 22vw;
    border-top-left-radius: 8px;
  }
}
.symposium_answer_bubble > p {
  text-align: justify;
}
.symposium_answer_bubble > p::before, .symposium_answer_bubble > p::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .symposium_answer_bubble > p::before, .symposium_answer_bubble > p::after {
    top: 54px;
    border-width: 6px 15px 6px 0;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer_bubble > p::before, .symposium_answer_bubble > p::after {
    top: 8.534vw;
    border-width: 0.667vw 2.134vw 0.667vw 0;
  }
}
.symposium_answer_bubble > p::before {
  border-color: transparent #fff transparent transparent;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .symposium_answer_bubble > p::before {
    left: -12px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer_bubble > p::before {
    left: -1.6vw;
  }
}
.symposium_answer_bubble > p::after {
  border-color: transparent #BFCAD1 transparent transparent;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .symposium_answer_bubble > p::after {
    left: -14px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer_bubble > p::after {
    left: -2.133vw;
  }
}
.symposium_answer.img_right {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .symposium_answer.img_right {
    padding-left: 40px;
  }
}
.symposium_answer.img_right .symposium_answer_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.symposium_answer.img_right .symposium_answer_bubble {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .symposium_answer.img_right .symposium_answer_bubble {
    padding-right: 46px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer.img_right .symposium_answer_bubble {
    padding-right: 4.8vw;
  }
}
.symposium_answer.img_right .symposium_answer_bubble::before {
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
  border-left: none;
  border-right: solid 1px #BFCAD1;
}
@media screen and (min-width: 768px) {
  .symposium_answer.img_right .symposium_answer_bubble > p::before, .symposium_answer.img_right .symposium_answer_bubble > p::after {
    border-width: 6px 0 6px 15px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer.img_right .symposium_answer_bubble > p::before, .symposium_answer.img_right .symposium_answer_bubble > p::after {
    border-width: 0.667vw 0 0.667vw 2.134vw;
  }
}
.symposium_answer.img_right .symposium_answer_bubble > p::before {
  border-color: transparent transparent transparent #fff;
  left: auto;
}
@media screen and (min-width: 768px) {
  .symposium_answer.img_right .symposium_answer_bubble > p::before {
    right: -12px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer.img_right .symposium_answer_bubble > p::before {
    right: -1.6vw;
  }
}
.symposium_answer.img_right .symposium_answer_bubble > p::after {
  border-color: transparent transparent transparent #BFCAD1;
  left: auto;
}
@media screen and (min-width: 768px) {
  .symposium_answer.img_right .symposium_answer_bubble > p::after {
    right: -14px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer.img_right .symposium_answer_bubble > p::after {
    right: -2.133vw;
  }
}
.symposium_answer_block_wrap-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.symposium_answer_block_wrap-col2 .symposium_answer {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .symposium_answer_block_wrap-col2 .symposium_answer {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .symposium_answer_block_wrap-col2 .symposium_answer_block {
    width: 46.4285714286%;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer_block_wrap-col2 .symposium_answer_block {
    width: 44.777%;
  }
}
.symposium_answer_block_wrap-col2 .symposium_answer_block + .symposium_answer_block {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .symposium_answer_block_wrap-col2 .symposium_answer_block:nth-of-type(n + 3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer_block_wrap-col2 .symposium_answer_block:nth-of-type(n + 3) {
    margin-top: 10.448%;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer_block_wrap-col2 .symposium_answer_img {
    width: 40%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer_block_wrap-col2 .symposium_answer_bubble {
    width: 100%;
    margin-top: 10%;
    padding-top: 15%;
    padding-left: 0;
  }
  .symposium_answer_block_wrap-col2 .symposium_answer_bubble::before {
    border-left: none;
    border-top-left-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer_block_wrap-col2 .symposium_answer_bubble > p::before, .symposium_answer_block_wrap-col2 .symposium_answer_bubble > p::after {
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-width: 0 0.8vw 2.134vw 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer_block_wrap-col2 .symposium_answer_bubble > p::before {
    top: -1.866vw;
    border-color: transparent transparent #fff transparent;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer_block_wrap-col2 .symposium_answer_bubble > p::after {
    top: -2.133vw;
    border-color: transparent transparent #BFCAD1 transparent;
  }
}
@media screen and (min-width: 768px) {
  .symposium_answer_system {
    min-height: 190px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer_system {
    margin-bottom: 23.334%;
  }
}
.symposium_answer_system_ttl {
  position: relative;
  background-color: #FEF5F7;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .symposium_answer_system_ttl {
    padding: 27px 30px;
    border-radius: 10px;
    line-height: 1.25em;
    font-size: 20px;
  }
  .symposium_answer_system_ttl > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_answer_system_ttl > *:not(div):first-child {
    margin-top: -0.125em;
  }
  .symposium_answer_system_ttl > *:not(div):last-child {
    margin-bottom: -0.125em;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer_system_ttl {
    padding: 11.667% 8.334%;
    border-radius: 5px;
    line-height: 1.539em;
    font-size: 13px;
  }
  .symposium_answer_system_ttl > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_answer_system_ttl > *:not(div):first-child {
    margin-top: -0.269em;
  }
  .symposium_answer_system_ttl > *:not(div):last-child {
    margin-bottom: -0.269em;
  }
}
.symposium_answer_system_ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FEF5F7 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .symposium_answer_system_ttl::before {
    border-width: 15px 9px 0 9px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer_system_ttl::before {
    border-width: 2.667vw 1.467vw 0 1.467vw;
  }
}
.symposium_answer_system_ttl > p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.symposium_answer_system_ttl > p::before {
  content: url(../img/recruit/newgraduate/discussion/icon_check.svg);
  display: block;
}
@media screen and (min-width: 768px) {
  .symposium_answer_system_ttl > p::before {
    width: 24px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer_system_ttl > p::before {
    width: 4.267vw;
    margin-right: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .symposium_answer_system_txt {
    margin-top: 27px;
    line-height: 1.786em;
    font-size: 14px;
  }
  .symposium_answer_system_txt > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_answer_system_txt > *:not(div):first-child {
    margin-top: -0.392em;
  }
  .symposium_answer_system_txt > *:not(div):last-child {
    margin-bottom: -0.392em;
  }
}
@media screen and (max-width: 767px) {
  .symposium_answer_system_txt {
    margin-top: 10%;
    line-height: 1.924em;
    font-size: 13px;
  }
  .symposium_answer_system_txt > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_answer_system_txt > *:not(div):first-child {
    margin-top: -0.461em;
  }
  .symposium_answer_system_txt > *:not(div):last-child {
    margin-bottom: -0.461em;
  }
}
@media screen and (min-width: 768px) {
  .symposium_closingWords {
    margin-top: 54px;
    line-height: 1.924em;
    font-size: 13px;
  }
  .symposium_closingWords > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_closingWords > *:not(div):first-child {
    margin-top: -0.461em;
  }
  .symposium_closingWords > *:not(div):last-child {
    margin-bottom: -0.461em;
  }
}
@media screen and (max-width: 767px) {
  .symposium_closingWords {
    margin-top: 14.926%;
    line-height: 2.084em;
    font-size: 12px;
  }
  .symposium_closingWords > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_closingWords > *:not(div):first-child {
    margin-top: -0.541em;
  }
  .symposium_closingWords > *:not(div):last-child {
    margin-bottom: -0.541em;
  }
}
.symposium_closingWords > p {
  text-align: right;
}
.symposium_linkBlock {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .symposium_linkBlock {
    margin-top: 130px;
    padding: 40px 35px 36px;
    border-radius: 20px;
    background-image: url(../img/recruit/newgraduate/discussion/symposium_linkBlock_bg_pc.jpg);
  }
}
@media screen and (max-width: 767px) {
  .symposium_linkBlock {
    margin-top: 19.334vw;
    padding: 10.4vw 5.734vw;
    border-radius: 1.867vw;
    background-image: url(../img/recruit/newgraduate/discussion/symposium_linkBlock_bg_sp.jpg);
  }
}
.symposium_linkBlock_head {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  .symposium_linkBlock_head {
    line-height: 1.067em;
    font-size: 30px;
  }
  .symposium_linkBlock_head > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_linkBlock_head > *:not(div):first-child {
    margin-top: -0.033em;
  }
  .symposium_linkBlock_head > *:not(div):last-child {
    margin-bottom: -0.033em;
  }
}
@media screen and (max-width: 767px) {
  .symposium_linkBlock_head {
    line-height: 1.455em;
    font-size: 22px;
  }
  .symposium_linkBlock_head > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_linkBlock_head > *:not(div):first-child {
    margin-top: -0.227em;
  }
  .symposium_linkBlock_head > *:not(div):last-child {
    margin-bottom: -0.227em;
  }
}
.symposium_linkBlock_link {
  display: grid;
}
@media screen and (min-width: 768px) {
  .symposium_linkBlock_link {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_linkBlock_link {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 2.667vw;
    padding-top: 5.334vw;
  }
}
.symposium_linkBlock_link > li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: #209ab3;
  font-family: "Noto Serif JP", serif;
  overflow: hidden;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .symposium_linkBlock_link > li a {
    padding: 35px 0;
    line-height: 1.5em;
    font-size: 20px;
  }
  .symposium_linkBlock_link > li a > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_linkBlock_link > li a > *:not(div):first-child {
    margin-top: -0.25em;
  }
  .symposium_linkBlock_link > li a > *:not(div):last-child {
    margin-bottom: -0.25em;
  }
  .symposium_linkBlock_link > li a {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_linkBlock_link > li a {
    padding: 6vw 0;
    line-height: 1.429em;
    font-size: 14px;
  }
  .symposium_linkBlock_link > li a > *:not(div) {
    line-height: inherit !important;
    font: inherit !important;
  }
  .symposium_linkBlock_link > li a > *:not(div):first-child {
    margin-top: -0.214em;
  }
  .symposium_linkBlock_link > li a > *:not(div):last-child {
    margin-bottom: -0.214em;
  }
  .symposium_linkBlock_link > li a {
    border-radius: 1.734vw;
  }
}
.symposium_linkBlock_link > li a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: url(../img/recruit/newgraduate/discussion/symposium_linkBlock_link_ico.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .symposium_linkBlock_link > li a::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_linkBlock_link > li a::before {
    width: 5.334vw;
    height: 5.334vw;
  }
}
.symposium_closingicon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .symposium_closingicon {
    margin-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_closingicon {
    margin-top: 16vw;
  }
}
@media screen and (min-width: 768px) {
  .symposium_closingicon_img {
    width: 212px;
  }
}
@media screen and (max-width: 767px) {
  .symposium_closingicon_img {
    width: 37.334vw;
  }
}

@media screen and (min-width: 768px) {
  .ban_seminar {
    width: 580px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .ban_seminar {
    width: 90%;
    margin: 10px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .ban_seminar + dl {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .ban_seminar + dl {
    margin-top: 20px;
  }
}