@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/* ベース：グレー */
/*テキスト：ブラック*/
/*ブルー*/
/*ライトブルー*/
/*イエロー*/
/*ボーダー*/
/* other */
/*transition-timing-function*/
.wp-block-buttons a {
  position: relative;
  display: block;
  background-color: #ebba36 !important;
  font-weight: bold;
  border-radius: 100px;
  color: #000;
  text-decoration: none;
}
.wp-block-buttons a::after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
}

main a {
  color: #5659f1;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.5;
}

.pageTitleWrap {
  width: 100%;
}
.pageTitleWrap .pageTitleInner {
  display: grid;
  place-content: center;
  place-items: center;
  height: 100%;
}
.pageTitleWrap .pageTitleInner.pageOther {
  display: grid;
  place-content: center;
  place-items: center;
  height: 100%;
}
.pageTitleWrap .pageTitle {
  text-align: center;
}
.pageTitleWrap .pageTitleJp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #fff;
}
.pageTitleWrap .pageTitleEn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb li {
  position: relative;
  font-weight: 500;
  font-size: 14px;
}
.breadcrumb li a {
  color: #2e4c92;
  text-decoration: none;
}
.breadcrumb li.home span a {
  color: #2e4c92;
  text-decoration: underline;
}
.breadcrumb li.home span a:hover {
  text-decoration: none;
}

li.post.post-page.current-item:before {
  content: ">";
  position: absolute;
  top: 1px;
  left: -15px;
}

#contents {
  line-height: 1.8;
}
#contents.bgGray {
  background-color: #f8f8f8;
}

#rcIntro {
  text-align: center;
}
#rcIntro .inner {
  position: relative;
}
#rcIntro .inner::after {
  content: "";
  display: block;
  position: absolute;
}
#rcIntro h2.rcTitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #2e4c92;
  line-height: 1.7;
}
#rcIntro .txt {
  margin: 0;
  letter-spacing: 0.05em;
}

#rcPoint {
  position: relative;
  background-color: #f4f6f9;
}
#rcPoint .titleBlock {
  position: relative;
  background-color: #2e4c92;
  color: #fff;
  text-align: center;
  display: grid;
  place-content: center;
  place-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#rcPoint .titleBlock::after {
  content: "";
  display: block;
  background: url(../images/home/line.svg) no-repeat center/100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#rcPoint h2.rcTitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#rcPoint .txt {
  margin: 0;
}
#rcPoint .pointList .pointImg {
  z-index: 10;
}
#rcPoint .pointList .pointWrap {
  z-index: 10;
}
#rcPoint .pointList .pointWrap .pointTxt dt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #2e4c92;
  line-height: 1;
}
#rcPoint .pointList .pointWrap .pointTxt dt .number {
  font-weight: 400;
}
#rcPoint .pointList .pointWrap .pointTxt dt .accent.kana {
  letter-spacing: -0.1em;
}
#rcPoint .pointList .pointWrap .checkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#rcPoint .pointList .pointWrap .checkList li {
  position: relative;
  font-weight: 500;
  -webkit-text-decoration: underline 1px #2e4c92;
          text-decoration: underline 1px #2e4c92;
  text-underline-offset: 8px;
}
#rcPoint .pointList .pointWrap .checkList li::after {
  content: "";
  display: block;
  background: url(../images/common/icon_check.svg) no-repeat center/100%;
  position: absolute;
}
#rcPoint .pointList > li {
  position: relative;
}
#rcInfo {
  background-color: #2e4c92;
  color: #fff;
  text-align: center;
}
#rcInfo h2.rcTitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#rcInfo .txt {
  letter-spacing: 0.02em;
}
#rcInfo .infoList {
  display: flex;
  flex-wrap: wrap;
}
#rcWelfare {
  background-color: #f4f6f9;
  text-align: center;
}
#rcWelfare h2.rcTitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #2e4c92;
  letter-spacing: 0.05em;
}
#rcWelfare .txt {
  letter-spacing: 0.02em;
}
#rcWelfare .welfareList {
  display: flex;
  flex-wrap: wrap;
}
#rcWelfare .welfareList li {
  display: flex;
  align-items: center;
  background-color: #fff;
}
#rcWelfare .welfareList li .listIcon {
  display: grid;
  place-content: center;
  place-items: center;
}
#rcWelfare .welfareList li .kind {
  font-weight: 700;
  margin: 0;
}
#rcCareer {
  text-align: center;
  background: url(../images/second/career_bg.jpg) no-repeat center/cover;
}
#rcCareer .inner {
  background-color: #fff;
}
#rcCareer h2.rcTitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #2e4c92;
}
#rcVoice {
  text-align: center;
}
#rcVoice h2.rcTitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #2e4c92;
}
#rcVoice .txt {
  letter-spacing: 0.02em;
}
#rcVoice .voiceList {
  text-align: left;
}
#rcVoice .voiceList div {
  background-color: #f4f6f9;
}
#rcVoice .voiceList dt {
  font-weight: 700;
  padding-left: 2.2em;
  text-indent: -2.2em;
}
#rcVoice .voiceList dt span {
  font-family: "Zen Old Mincho", serif;
  color: #2e4c92;
}
#rcVoice .voiceList dd {
  background-color: #fff;
}
#rcVoice .voiceList dd .txtList li {
  padding-left: 1em;
  text-indent: -1em;
}
#rcRoutine {
  color: #fff;
  text-align: center;
}
#rcRoutine h2.rcTitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#rcRoutine .txt {
  letter-spacing: 0.02em;
}
#rcRoutine .timeTable div {
  display: flex;
}
#rcRoutine .timeTable dt {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
#rcRoutine .timeTable dd {
  position: relative;
  text-align: left;
  border-left: solid 1px #fff;
}
#rcRoutine .timeTable dd img {
  display: inline-block;
  position: absolute;
}

#rcDetails h2.rcTitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #2e4c92;
  text-align: center;
}

.dlList {
  border: solid 1px #dfdfdf;
}
.dlList .txtList li {
  padding-left: 1em;
  text-indent: -1em;
}
.dlList > div {
  display: flex;
}
.dlList > div:not(:last-of-type) {
  border-bottom: solid 1px #dfdfdf;
}

.dlList > div > dt {
  font-weight: 600;
  background-color: #f4f6f9;
}

.dlList > div > dd span {
  display: block;
}

#notFound h1 {
  text-align: center;
  position: relative;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: 600;
}
#notFound h1::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: solid 1px #2e4c92;
  width: 40px;
  top: 64px;
}
#notFound p {
  text-align: center;
  margin-top: 70px;
}
#notFound div {
  margin-top: 40px;
}
#notFound div .commonBtn {
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
}
#notFound div .commonBtn::after {
  content: none;
}

.forURL {
  word-wrap: break-word;
}

h2.title {
  position: relative;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}
h2.title::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translate(-50%, -50%);
}

h3.title {
  font-weight: 600;
  position: relative;
  text-align: left;
  font-family: "Zen Old Mincho", serif;
}
h3.title::before {
  position: absolute;
  content: "";
  left: 0;
}

h4.title {
  font-weight: 600;
  position: relative;
  font-family: "Zen Old Mincho", serif;
}

ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
ol li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.4em;
  color: #2e4c92;
}
ol li:not(:first-of-type) {
  margin-top: 10px;
}
ol ol {
  padding-left: 1em;
}

.colorBox {
  background-color: #f8f8f8;
}
.colorBox .title {
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
}
.colorBox .title:after {
  content: "";
  display: inline-block;
  background-color: #f4f6f9;
  height: 1px;
  width: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

a.icon {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
a.icon:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: absolute;
  right: 0px;
  top: 0.2em;
}
a.icon[href$=pdf]:after {
  background-image: url(../images/second/icon_pdf.svg);
}
a.icon[href$=doc]:after, a.icon[href$=docx]:after {
  background-image: url(../images/second/icon_word.svg);
}
a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
  background-image: url(../images/second/icon_excel.svg);
}
a.icon.front {
  padding-left: 25px;
  padding-right: 0;
}
a.icon.front:after {
  left: 0px;
}

.iconBlank {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../images/second/icon_blank.svg") no-repeat 0 0;
  background-size: cover;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -3px;
}

.commonTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: inherit;
  border-top: 1px solid #3d3d3d;
}
.commonTable th {
  text-align: center;
  font-weight: normal;
  border-bottom: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
  background-color: #494a81;
  color: #fff;
}
.commonTable th:last-child {
  margin-bottom: 0;
  border-right: none;
}
.commonTable th.sub {
  background-color: #f8f8f8;
  color: #f4f6f9;
}
.commonTable th.null {
  border-top: 1px solid #3d3d3d;
  border-left: 1px solid #3d3d3d;
  background-color: #fff;
}
.commonTable td {
  border-bottom: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
  word-break: break-all;
}
.commonTable td:last-child {
  margin-bottom: 0;
  border-right: none;
}
.commonTable td.null {
  border-top: 1px solid #3d3d3d;
  border-left: 1px solid #3d3d3d;
}

.scrollTable {
  overflow: auto;
}
.scrollText {
  font-size: 12px;
  display: block;
  text-align: right;
  margin: 30px 0 -20px;
}

.commonTableBlock table {
  width: 100%;
}
.commonTableBlock table tbody tr {
  text-align: left;
}
.commonTableBlock table tbody tr th {
  width: 18.5%;
  border-bottom: solid 1px #2e4c92;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 100px;
  vertical-align: top;
}
.commonTableBlock table tbody tr td {
  border-bottom: solid 1px #dfdfdf;
  width: 81.5%;
  padding-top: 24px;
  padding-bottom: 24px;
}
.commonTableBlock table tbody tr td a {
  color: #2e4c92;
}

.addBg tbody tr th {
  background-color: #f3f4f9;
  border-bottom: solid 1px #dfdfdf !important;
  border-left: solid 1px #dfdfdf !important;
  width: 19.4%;
  font-weight: normal;
  padding-left: 30px !important;
}
.addBg tbody tr td {
  width: 80.6%;
  border-bottom: solid 1px #dfdfdf !important;
}
.addBg tbody tr:first-child th {
  border-top: solid 1px #dfdfdf !important;
}
.addBg tbody tr:first-child td {
  border-top: solid 1px #dfdfdf !important;
}

.mapWrap {
  text-align: center;
  width: 100%;
  padding-bottom: 56%;
  position: relative;
}
.mapWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* common class */
.pointerNone {
  cursor: default;
  text-decoration: none;
}

.bold {
  font-weight: bold !important;
}

.underline {
  text-decoration: underline !important;
}

.marker {
  background: linear-gradient(transparent 60%, #ffd4d5 60%) !important;
}

.taC {
  text-align: center !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.Center {
  margin: 0 auto !important;
}

.ovh {
  overflow: hidden !important;
}

.mw100 {
  max-width: 100% !important;
  width: auto !important;
}

.w100p {
  width: 100% !important;
}

.pT0 {
  padding-top: 0 !important;
}

.mB0 {
  margin-bottom: 0 !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mT0 {
  margin-top: 0 !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mR50 {
  margin-right: 50px !important;
}

.singleContents .inner > *:first-child {
  margin-top: 70px;
  margin-bottom: 48px;
}
.singleContents .breadcrumb {
  display: flex;
  flex-wrap: wrap;
}
.singleContents .breadcrumb li {
  position: relative;
  color: #000;
  font-weight: 500;
}
.singleContents .breadcrumb li a {
  color: #000;
  text-decoration: none;
}
.singleContents .breadcrumb li::before {
  background: none;
}
.singleContents h2.wp-block-heading {
  position: relative;
  text-align: center;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}
.singleContents h2.wp-block-heading::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translate(-50%, -50%);
}
.singleContents h3.wp-block-heading {
  font-weight: 600;
  position: relative;
  text-align: left;
  font-family: "Zen Old Mincho", serif;
  padding-bottom: 5px;
}
.singleContents h3.wp-block-heading::before {
  position: absolute;
  content: "";
  left: 0;
}
.singleContents h4.wp-block-heading {
  font-weight: 600;
  position: relative;
  font-family: "Zen Old Mincho", serif;
}
.singleContents ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.singleContents ol li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.singleContents ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.4em;
  color: #2e4c92;
}
.singleContents ol li:not(:first-of-type) {
  margin-top: 10px;
}
.singleContents ol ol {
  padding-left: 1em;
}
.singleContents p + .wp-block-gallery {
  margin-top: 10px;
}
.singleContents .wp-block-buttons a, .singleContents .wp-block-buttons .wp-block-button__link {
  position: relative;
  display: block;
  background-color: #ebba36 !important;
  font-weight: bold;
  border-radius: 100px;
  color: #000;
  text-decoration: none;
}
.singleContents .wp-block-buttons a::after, .singleContents .wp-block-buttons .wp-block-button__link::after {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
}
.singleContents .c-textCenterBtn > .wp-block-button__link {
  padding-right: 0 !important;
}
.singleContents .c-textCenterBtn > .wp-block-button__link::after {
  content: none;
}
.singleContents .wp-block-table tbody tr:first-child td {
  background-color: #f3f4f9;
  border-bottom: none;
}
.singleContents .wp-block-table tbody tr th {
  text-align: center;
  font-weight: normal;
  border: solid 1px #dfdfdf !important;
}
.singleContents .wp-block-table tbody tr th:last-child {
  margin-bottom: 0;
}
.singleContents .wp-block-table tbody tr td {
  width: 33.3%;
  text-align: center;
  border: solid 1px #dfdfdf !important;
}
.singleContents .wp-block-table tbody tr td:last-child {
  margin-bottom: 0;
}
.singleContents .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.singleContents .wp-block-table td {
  border: solid 1px #dfdfdf !important;
}
.singleContents .wp-block-columns {
  display: flex;
  gap: 55px;
}
.singleContents .wp-block-columns .wp-block-image {
  margin-top: 10px;
  margin-bottom: 10px;
}
.singleContents p.col2_set {
  color: #37528f;
  font-family: "Zen Old Mincho", serif;
}
.singleContents .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0 !important;
}
.singleContents .wp-block-media-text .wp-block-media-text__content > p {
  margin-top: 0;
}
.singleContents .colorBox {
  background-color: #f8f8f8;
}
.singleContents .colorBox .title {
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
}
.singleContents .colorBox .title:after {
  content: "";
  display: inline-block;
  background-color: #f4f6f9;
  height: 1px;
  width: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .wp-block-buttons {
    margin-top: 40px;
  }
  .wp-block-buttons a {
    position: relative;
    display: block;
    background-color: #ebba36 !important;
    font-weight: bold;
    border-radius: 100px;
    color: #000;
    text-decoration: none;
    width: 295px;
    padding: 18px;
    letter-spacing: 0.1rem;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
  }
  .wp-block-buttons a::after {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    background-image: url(../images/common/icon_btn_arrow_sp.svg);
    height: 7px;
    width: 29px;
    right: 30px;
  }
  .pageTitleWrap {
    padding-top: 75px;
    min-height: 158px;
  }
  .pageTitleWrap .pageTitleInner {
    background: url(../images/second/title_bg_recruit.jpg) no-repeat center/cover;
    background-position: 65% 50%;
    min-height: 158px;
  }
  .pageTitleWrap .pageTitleInner.pageOther {
    background: url(../images/second/title_bg_recruit-other.jpg) no-repeat center/cover !important;
    background-position: 65% 50%;
    min-height: 158px;
  }
  .pageTitleWrap .pageTitleJp {
    font-size: 30px;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
  }
  .pageTitleWrap .pageTitleEn {
    font-size: 13px;
  }
  .breadcrumb {
    padding: 10px 25px;
    font-size: 12px;
  }
  .breadcrumb li.home {
    font-size: 12px;
  }
  .breadcrumb li.home span a {
    color: #2e4c92;
    text-decoration: underline;
  }
  .breadcrumb li.home span a:hover {
    text-decoration: none;
  }
  .breadcrumb + li {
    margin-left: 30px;
  }
  .breadcrumb + li:before {
    content: ">";
    position: absolute;
    top: 1px;
    left: -15px;
  }
  li.post.post-page.current-item {
    margin-left: 22px;
    font-size: 12px;
  }
  li.post.post-page.current-item:before {
    left: -15px;
  }
  #contents {
    padding: 0px 0 50px;
  }
  .inner {
    padding: 0 25px;
    max-width: 600px;
    margin-inline: auto;
  }
  .inner.col2 > div:first-of-type {
    margin-bottom: 40px;
  }
  #rcIntro {
    text-align: center;
    padding: 40px 0 60px;
  }
  #rcIntro .inner {
    position: relative;
  }
  #rcIntro .inner::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/second/rc_emb_sp.png) no-repeat center/cover;
    width: 225px;
    height: 285px;
    top: -80px;
    right: 0;
  }
  #rcIntro h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: #2e4c92;
    line-height: 1.7;
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  #rcIntro .txt {
    margin: 0;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  #rcPoint {
    position: relative;
    background-color: #f4f6f9;
    padding: 275px 0 60px;
  }
  #rcPoint .titleBlock {
    position: relative;
    background-color: #2e4c92;
    color: #fff;
    text-align: center;
    display: grid;
    place-content: center;
    place-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 215px;
    top: 0;
  }
  #rcPoint .titleBlock::after {
    content: "";
    display: block;
    background: url(../images/home/line.svg) no-repeat center/100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 45px;
    bottom: -22.5px;
  }
  #rcPoint h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 24px;
    margin-bottom: 15px;
  }
  #rcPoint .txt {
    margin: 0;
    letter-spacing: 0.05em;
    line-height: 1.85;
  }
  #rcPoint .pointList .pointImg {
    z-index: 10;
  }
  #rcPoint .pointList .pointWrap {
    z-index: 10;
    background-color: #fff;
    padding: 30px 20px;
  }
  #rcPoint .pointList .pointWrap .pointTxt dt {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: #2e4c92;
    line-height: 1;
  }
  #rcPoint .pointList .pointWrap .pointTxt dt .number {
    font-weight: 400;
  }
  #rcPoint .pointList .pointWrap .pointTxt dt .accent.kana {
    letter-spacing: -0.1em;
  }
  #rcPoint .pointList .pointWrap .pointTxt dt.forSP {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  #rcPoint .pointList .pointWrap .pointTxt dt.forSP .number {
    width: 58px;
    font-size: 32px;
    letter-spacing: 0.1em;
  }
  #rcPoint .pointList .pointWrap .pointTxt dt.forSP .spTtl {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    padding-left: 18px;
    border-left: solid 1px #2e4c92;
  }
  #rcPoint .pointList .pointWrap .pointTxt dt.forSP .spTtl .accent {
    font-size: 26px;
  }
  #rcPoint .pointList .pointWrap .pointTxt dd {
    letter-spacing: -0.03em;
    line-height: 1.85;
  }
  #rcPoint .pointList .pointWrap .checkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 306px;
    margin-top: 20px;
  }
  #rcPoint .pointList .pointWrap .checkList li {
    position: relative;
    font-weight: 500;
    -webkit-text-decoration: underline 1px #2e4c92;
            text-decoration: underline 1px #2e4c92;
    text-underline-offset: 8px;
    margin-left: 15px;
    font-size: 13px;
  }
  #rcPoint .pointList .pointWrap .checkList li:nth-child(-n+3) {
    margin-bottom: 10px;
  }
  #rcPoint .pointList .pointWrap .checkList li::after {
    content: "";
    display: block;
    background: url(../images/common/icon_check.svg) no-repeat center/100%;
    position: absolute;
    width: 9px;
    height: 8px;
    top: 5px;
    left: -15px;
  }
  #rcPoint .pointList > li {
    position: relative;
  }
  #rcPoint .pointList > li:not(:last-child) {
    margin-bottom: 25px;
  }
  #rcInfo {
    background-color: #2e4c92;
    color: #fff;
    text-align: center;
    padding: 50px 0 70px;
  }
  #rcInfo h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 24px;
    margin-bottom: 20px;
  }
  #rcInfo .txt {
    letter-spacing: 0.02em;
    margin-bottom: 35px;
  }
  #rcInfo .infoList {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  #rcInfo .infoList li {
    width: calc(50% - 6px);
  }
  #rcWelfare {
    background-color: #f4f6f9;
    text-align: center;
    padding: 55px 0 60px;
  }
  #rcWelfare h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: #2e4c92;
    letter-spacing: 0.05em;
    font-size: 24px;
    margin-bottom: 15px;
  }
  #rcWelfare .txt {
    letter-spacing: 0.02em;
    line-height: 2;
    margin-top: 0;
    margin-bottom: 35px;
  }
  #rcWelfare .welfareList {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 8px;
  }
  #rcWelfare .welfareList li {
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 53px;
    width: calc(50% - 4px);
  }
  #rcWelfare .welfareList li .listIcon {
    display: grid;
    place-content: center;
    place-items: center;
    width: 44px;
  }
  #rcWelfare .welfareList li .listIcon img {
    width: 32px;
    height: 32px;
  }
  #rcWelfare .welfareList li .kind {
    font-weight: 700;
    margin: 0;
    text-align: center;
    width: calc(100% - 58px);
  }
  #rcWelfare .welfareList li .kind span {
    font-size: 12px;
  }
  #rcCareer {
    text-align: center;
    background: url(../images/second/career_bg.jpg) no-repeat center/cover;
    padding: 60px 25px 40px;
  }
  #rcCareer .inner {
    background-color: #fff;
    padding: 40px 30px;
  }
  #rcCareer h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: #2e4c92;
    letter-spacing: -0.05em;
    font-size: 24px;
    margin-bottom: 20px;
  }
  #rcCareer .txt {
    line-height: 1.85;
    margin-bottom: 20px;
  }
  #rcVoice {
    text-align: center;
    padding: 55px 0 60px;
  }
  #rcVoice h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: #2e4c92;
    font-size: 24px;
    margin-bottom: 15px;
  }
  #rcVoice .txt {
    letter-spacing: 0.02em;
    line-height: 2;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #rcVoice .voiceList {
    text-align: left;
  }
  #rcVoice .voiceList div {
    background-color: #f4f6f9;
    padding: 20px;
  }
  #rcVoice .voiceList div:not(:last-of-type) {
    margin-bottom: 25px;
  }
  #rcVoice .voiceList dt {
    font-weight: 700;
    padding-left: 2.2em;
    text-indent: -2.2em;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
  }
  #rcVoice .voiceList dt span {
    font-family: "Zen Old Mincho", serif;
    color: #2e4c92;
    font-size: 18px;
    letter-spacing: 0.15em;
    margin-right: 7px;
  }
  #rcVoice .voiceList dd {
    background-color: #fff;
    line-height: 1.7;
    padding: 15px;
  }
  #rcVoice .voiceList dd .txtList li {
    padding-left: 1em;
    text-indent: -1em;
  }
  #rcVoice .voiceList dd .txtList li:not(:last-child) {
    margin-bottom: 5px;
  }
  #rcRoutine {
    color: #fff;
    text-align: center;
    background: #2e4c92;
    padding: 55px 0 65px;
  }
  #rcRoutine h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 24px;
    margin-bottom: 20px;
  }
  #rcRoutine .txt {
    letter-spacing: 0.02em;
    margin-bottom: 35px;
  }
  #rcRoutine .timeTable div {
    display: flex;
  }
  #rcRoutine .timeTable dt {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    width: 18.5%;
    padding: 10px 10px 10px 0;
  }
  #rcRoutine .timeTable dd {
    position: relative;
    text-align: left;
    border-left: solid 1px #fff;
    line-height: 2;
    letter-spacing: -0.02em;
    width: 81.5%;
    padding: 5px 10px 5px 20px;
  }
  #rcRoutine .timeTable dd img {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -10px;
    width: 20px;
  }
  #rcDetails {
    padding: 60px 0;
  }
  #rcDetails h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: #2e4c92;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .dlList {
    border: solid 1px #dfdfdf;
  }
  .dlList .txtList li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .dlList .txtList li:not(:last-child) {
    margin-bottom: 5px;
  }
  .dlList > div {
    display: flex;
  }
  .dlList > div:not(:last-of-type) {
    border-bottom: solid 1px #dfdfdf;
  }
  .dlList > div > dt {
    font-weight: 600;
    background-color: #f4f6f9;
    width: 27.7%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
  }
  .dlList > div > dd {
    width: 72.3%;
    padding: 25px 20px;
    line-height: 1.7;
  }
  .dlList > div > dd span {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .dlInnerList div:not(:last-of-type) {
    margin-bottom: 15px;
  }
  #notFound {
    margin-top: 0;
    padding-top: 100px;
  }
  #notFound h1 {
    text-align: center;
    position: relative;
    text-align: center;
    letter-spacing: 0.03em;
    font-weight: 600;
  }
  #notFound h1::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: solid 1px #2e4c92;
    width: 40px;
    top: 64px;
  }
  #notFound p {
    text-align: center;
    margin-top: 70px;
    margin-top: 40px;
  }
  #notFound div {
    margin-top: 40px;
  }
  #notFound div .commonBtn {
    color: #000;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
  }
  #notFound div .commonBtn::after {
    content: none;
  }
  .forURL {
    word-wrap: break-word;
  }
  * + p {
    margin-top: 20px;
  }
  h2 + p,
  h3 + p,
  h4 + p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  * + h2.title,
  * + h2.title2 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  * + h3.title {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  * + h4.title {
    margin-top: 35px;
    margin-bottom: 15px;
  }
  * + .commonList,
  * + .linkList,
  * + .colorBox,
  * + ol,
  * + .commonTable {
    margin-top: 30px;
  }
  h2.title {
    font-size: 24px;
    padding-bottom: 15px;
  }
  h2.title::before {
    width: 20px;
    bottom: -2px;
    border: solid 1px #2e4c92;
  }
  h3.title {
    font-size: 20px;
    padding-left: 15px;
  }
  h3.title::before {
    top: 3px;
    height: 69%;
    width: 2px;
    background: #2e4c92;
  }
  h4.title {
    font-size: 18px;
  }
  ul.commonList li {
    padding-left: 20px;
    position: relative;
  }
  ul.commonList li:not(:first-of-type) {
    margin-top: 10px;
  }
  ul.commonList li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #37528f;
    position: absolute;
    left: 3px;
    top: 10px;
  }
  ul.commonList li ul {
    margin-bottom: 0.8em;
  }
  ul.commonList .commonChecklist {
    padding-left: 25px;
    position: relative;
  }
  ul.commonList .commonChecklist:not(:first-of-type) {
    margin-top: 10px;
  }
  ul.commonList .commonChecklist:before {
    content: "";
    display: inline-block;
    background-image: url(../images/common/check-icon.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 7px;
    width: 14px;
    height: 15px;
  }
  ul.commonList .commonChecklist ul {
    margin-bottom: 0.8em;
  }
  .colorBox {
    padding: 20px;
  }
  .colorBox .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  a.icon {
    display: inline-block;
    position: relative;
    padding-right: 25px;
  }
  a.icon:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: absolute;
    right: 0px;
    top: 0.2em;
  }
  a.icon[href$=pdf]:after {
    background-image: url(../images/second/icon_pdf.svg);
  }
  a.icon[href$=doc]:after, a.icon[href$=docx]:after {
    background-image: url(../images/second/icon_word.svg);
  }
  a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
    background-image: url(../images/second/icon_excel.svg);
  }
  a.icon.front {
    padding-left: 25px;
    padding-right: 0;
  }
  a.icon.front:after {
    left: 0px;
  }
  .iconBlank {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../images/second/icon_blank.svg") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -3px;
  }
  .commonTable td.wFix,
  .commonTable th.wFix {
    width: 120px;
  }
  .commonTable th {
    padding: 20px 20px;
  }
  .commonTable th.null {
    border-top: 1px solid #3d3d3d;
    border-left: 1px solid #3d3d3d;
    background-color: #fff;
  }
  .commonTable td {
    padding: 20px 20px;
  }
  .scrollTable {
    margin-top: 30px;
  }
  .scrollTable table {
    white-space: nowrap;
  }
  .scrollText {
    font-size: 12px;
    display: block;
    text-align: right;
    margin: 30px 0 -20px;
  }
  .commonTableBlock {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .commonTableBlock table {
    width: 100%;
  }
  .commonTableBlock table tbody tr th {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: top;
  }
  .commonTableBlock table tbody tr td {
    padding-left: 30px;
    padding-right: 30px;
  }
  .commonTableBlock table tbody tr td a {
    color: #2e4c92;
  }
  .addBg tbody tr td {
    border-right: solid 1px #dfdfdf !important;
    padding-left: 50px !important;
  }
  .addBg tbody tr:first-child th {
    border-top: solid 1px #dfdfdf !important;
  }
  .addBg tbody tr:first-child td {
    border-top: solid 1px #dfdfdf !important;
  }
  .mapWrap {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mapWrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .mapWrap + p {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  /* common class */
  .mB0 {
    margin-bottom: 0 !important;
  }
  .mB5_sp {
    margin-bottom: 5px !important;
  }
  .mB10_sp {
    margin-bottom: 10px !important;
  }
  .mB20_sp {
    margin-bottom: 20px !important;
  }
  .mB30_sp {
    margin-bottom: 30px !important;
  }
  .mB40_sp {
    margin-bottom: 40px !important;
  }
  .mB50_sp {
    margin-bottom: 50px !important;
  }
  .mT0 {
    margin-top: 0 !important;
  }
  .mT5_sp {
    margin-top: 5px !important;
  }
  .mT10_sp {
    margin-top: 10px !important;
  }
  .mT20_sp {
    margin-top: 20px !important;
  }
  .mT30_sp {
    margin-top: 30px !important;
  }
  .mT40_sp {
    margin-top: 40px !important;
  }
  .mT50_sp {
    margin-top: 50px !important;
  }
  .mL0_sp {
    margin-left: 0px !important;
  }
  .mL5_sp {
    margin-left: 5px !important;
  }
  .mL10_sp {
    margin-left: 10px !important;
  }
  .mL20_sp {
    margin-left: 20px !important;
  }
  .mL30_sp {
    margin-left: 30px !important;
  }
  .mL40_sp {
    margin-left: 40px !important;
  }
  .mL50_sp {
    margin-left: 50px !important;
  }
  .mR0_sp {
    margin-right: 0px !important;
  }
  .mR5_sp {
    margin-right: 5px !important;
  }
  .mR10_sp {
    margin-right: 10px !important;
  }
  .mR20_sp {
    margin-right: 20px !important;
  }
  .mR30_sp {
    margin-right: 30px !important;
  }
  .mR40_sp {
    margin-right: 40px !important;
  }
  .mR50_sp {
    margin-right: 50px !important;
  }
  .size12_sp {
    font-size: 12px !important;
  }
  .size14_sp {
    font-size: 14px !important;
  }
  .size16_sp {
    font-size: 16px !important;
  }
  .size18_sp {
    font-size: 18px !important;
  }
  .size20_sp {
    font-size: 20px !important;
  }
  .w50p_sp {
    width: 50% !important;
  }
  .singleContents .inner > *:first-child {
    margin-top: 70px;
    margin-bottom: 48px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .singleContents .breadcrumb {
    padding: 10px 24px;
  }
  .singleContents .breadcrumb li + li {
    margin-left: 30px;
  }
  .singleContents .breadcrumb li + li:before {
    content: ">";
    position: absolute;
    top: 1px;
    left: -20px;
  }
  .singleContents .breadcrumb li::before {
    background: none;
  }
  .singleContents p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .singleContents * + h2 {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .singleContents * + h3 {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  .singleContents * + h4 {
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .singleContents h2.wp-block-heading {
    font-size: 24px;
    padding-bottom: 15px;
    margin-top: 60px;
  }
  .singleContents h2.wp-block-heading::before {
    width: 20px;
    bottom: -2px;
    border: solid 1px #2e4c92;
  }
  .singleContents h3.wp-block-heading {
    font-size: 20px;
    padding-left: 15px;
    padding-bottom: 5px;
  }
  .singleContents h3.wp-block-heading::before {
    top: 3px;
    height: 69%;
    width: 2px;
    background: #2e4c92;
  }
  .singleContents h4.wp-block-heading {
    font-size: 18px;
  }
  .singleContents ul li {
    padding-left: 20px;
    position: relative;
  }
  .singleContents ul li:not(:first-of-type) {
    margin-top: 10px;
  }
  .singleContents ul li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #37528f;
    position: absolute;
    left: 3px;
    top: 10px;
  }
  .singleContents ul li ul {
    margin-bottom: 0.8em;
  }
  .singleContents ul .commonChecklist {
    padding-left: 25px;
    position: relative;
  }
  .singleContents ul .commonChecklist:not(:first-of-type) {
    margin-top: 10px;
  }
  .singleContents ul .commonChecklist:before {
    content: "";
    display: inline-block;
    background-image: url(../images/common/check-icon.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 7px;
    width: 14px;
    height: 15px;
  }
  .singleContents ul .commonChecklist ul {
    margin-bottom: 0.8em;
  }
  .singleContents * + ul,
  .singleContents * + ol {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .singleContents p + .wp-block-gallery {
    margin-top: 10px;
  }
  .singleContents .wp-block-buttons {
    margin-top: 40px;
  }
  .singleContents .wp-block-buttons a, .singleContents .wp-block-buttons .wp-block-button__link {
    position: relative;
    display: block;
    background-color: #ebba36 !important;
    font-weight: bold;
    border-radius: 100px;
    color: #000;
    text-decoration: none;
    width: 295px;
    padding: 16px !important;
    letter-spacing: 0.1rem;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    border: solid 1px #ebba36 !important;
  }
  .singleContents .wp-block-buttons a::after, .singleContents .wp-block-buttons .wp-block-button__link::after {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    background-image: url(../images/common/icon_btn_arrow_sp.svg);
    height: 7px;
    width: 29px;
    right: 30px;
  }
  .singleContents .c-textCenterBtn > .wp-block-button__link {
    padding-right: 0 !important;
  }
  .singleContents .c-textCenterBtn > .wp-block-button__link::after {
    content: none;
  }
  .singleContents .wp-block-table {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .singleContents .wp-block-table tbody tr:first-child td {
    background-color: #f3f4f9;
    border-bottom: none;
  }
  .singleContents .wp-block-table tbody tr th {
    padding: 20px 20px;
  }
  .singleContents .wp-block-table tbody tr td {
    padding: 30px 20px;
  }
  .singleContents .wp-block-table td {
    border: solid 1px #dfdfdf !important;
  }
  .singleContents .wp-block-image {
    margin-bottom: 30px;
  }
  .singleContents .wp-block-columns {
    display: flex;
    gap: 55px;
    gap: 30px;
  }
  .singleContents p.col2_set {
    font-size: 18px !important;
    margin-top: 30px !important;
    margin-bottom: 20px;
  }
  .singleContents .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0 !important;
  }
  .singleContents .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }
  .singleContents .wp-block-media-text .wp-block-media-text__content > p {
    margin-top: 20px;
  }
  .singleContents .wp-block-media-text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .singleContents .wp-block-group {
    margin-bottom: 30px;
  }
  .singleContents .colorBox {
    padding: 20px;
  }
  .singleContents .colorBox .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .wp-block-buttons {
    margin-top: 45px;
  }
  .wp-block-buttons a {
    position: relative;
    display: block;
    background-color: #ebba36 !important;
    font-weight: bold;
    border-radius: 100px;
    color: #000;
    text-decoration: none;
    width: 246px;
    height: 54px;
    padding: 13px 13px 13px 30px;
    border: solid 1px #ebba36;
    letter-spacing: 0.15rem;
    transition: 0.3s;
    font-size: 16px;
  }
  .wp-block-buttons a::after {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    background-image: url(../images/common/icon_btn_arrow.svg);
    height: 10px;
    width: 40px;
    right: 40px;
    margin-top: 2px;
    transition: 0.15s;
  }
  main a:hover {
    text-decoration: none;
  }
  .secSecond {
    padding-top: 120px;
  }
  .pageTitleWrap {
    padding-top: 122px;
    min-height: 265px;
  }
  .pageTitleWrap .pageTitleInner {
    background: url(../images/second/title_bg_recruit.jpg) no-repeat center/cover;
    min-height: 265px;
  }
  .pageTitleWrap .pageTitleInner.pageOther {
    background: url(../images/second/title_bg_recruit-other.jpg) no-repeat center/cover !important;
    min-height: 265px;
  }
  .pageTitleWrap .pageTitleJp {
    font-size: 36px;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
  }
  .pageTitleWrap .pageTitleEn {
    font-size: 18px;
  }
  .breadcrumb {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    margin-top: 25px;
    padding: 10px 25px;
    font-size: 16px;
  }
  .breadcrumb li.home span a {
    color: #2e4c92;
    text-decoration: underline;
  }
  .breadcrumb li.home span a:hover {
    text-decoration: none;
  }
  .breadcrumb + li {
    margin-left: 22px;
  }
  .breadcrumb + li:before {
    content: ">";
    position: absolute;
    top: 1px;
    left: -15px;
  }
  li.post.post-page.current-item {
    margin-left: 22px;
    margin-top: 0;
  }
  #contents {
    padding: 0px 0px 80px;
  }
  .inner {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .inner.narrow {
    max-width: 1080px;
  }
  .inner.middle {
    max-width: 960px;
  }
  .inner.col2 {
    display: flex;
  }
  .inner.col2 > div {
    width: 50%;
  }
  .inner.col2 > div:first-of-type {
    padding-right: 4vw;
  }
  #rcIntro {
    text-align: center;
    padding: 70px 0 200px;
  }
  #rcIntro .inner {
    position: relative;
  }
  #rcIntro .inner::after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/second/rc_emb.png) no-repeat center/cover;
    width: 525px;
    height: 485px;
    top: -135px;
    right: -30px;
  }
  #rcIntro h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: #2e4c92;
    line-height: 1.7;
    font-size: 32px;
    letter-spacing: 0.1em;
    margin: 0 0 35px 0;
  }
  #rcIntro .txt {
    margin: 0;
    letter-spacing: 0.05em;
    font-size: 18px;
    line-height: 2.4;
  }
  #rcPoint {
    position: relative;
    background-color: #f4f6f9;
    padding: 400px 0 200px;
  }
  #rcPoint .titleBlock {
    position: relative;
    background-color: #2e4c92;
    color: #fff;
    text-align: center;
    display: grid;
    place-content: center;
    place-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    height: 315px;
    top: -85px;
  }
  #rcPoint .titleBlock::after {
    content: "";
    display: block;
    background: url(../images/home/line.svg) no-repeat center/100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 60px;
    bottom: -30px;
  }
  #rcPoint h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 32px;
    margin-bottom: 25px;
  }
  #rcPoint .txt {
    margin: 0;
    letter-spacing: 0.2em;
    line-height: 2.1;
  }
  #rcPoint .pointList li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #rcPoint .pointList .pointImg {
    z-index: 10;
    width: 43%;
  }
  #rcPoint .pointList .pointWrap {
    z-index: 10;
    width: 50%;
    padding: 0 7.8% 0 0;
  }
  #rcPoint .pointList .pointWrap .pointTxt dt {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: #2e4c92;
    line-height: 1;
    font-size: 24px;
    letter-spacing: 0.05em;
    margin-bottom: 45px;
  }
  #rcPoint .pointList .pointWrap .pointTxt dt .number {
    font-weight: 400;
    font-size: 50px;
    letter-spacing: 0.05em;
  }
  #rcPoint .pointList .pointWrap .pointTxt dt .line {
    font-weight: 400;
    font-size: 30px;
  }
  #rcPoint .pointList .pointWrap .pointTxt dt .accent {
    font-size: 32px;
    letter-spacing: 0.05em;
  }
  #rcPoint .pointList .pointWrap .pointTxt dt .accent.kana {
    letter-spacing: -0.1em;
  }
  #rcPoint .pointList .pointWrap .pointTxt dd {
    letter-spacing: -0.03em;
    line-height: 2.1;
  }
  #rcPoint .pointList .pointWrap .checkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 448px;
    margin-top: 35px;
  }
  #rcPoint .pointList .pointWrap .checkList li {
    position: relative;
    font-weight: 500;
    -webkit-text-decoration: underline 1px #2e4c92;
            text-decoration: underline 1px #2e4c92;
    text-underline-offset: 8px;
    margin-left: 25px;
    font-size: 18px;
  }
  #rcPoint .pointList .pointWrap .checkList li:nth-child(-n+3) {
    margin-bottom: 25px;
  }
  #rcPoint .pointList .pointWrap .checkList li::after {
    content: "";
    display: block;
    background: url(../images/common/icon_check.svg) no-repeat center/100%;
    position: absolute;
    width: 17px;
    height: 14px;
    top: 10px;
    left: -25px;
  }
  #rcPoint .pointList > li {
    position: relative;
  }
  #rcPoint .pointList > li:nth-child(even) {
    flex-direction: row-reverse;
  }
  #rcPoint .pointList > li:nth-child(even):after {
    left: 0;
  }
  #rcPoint .pointList > li:nth-child(even) > .pointWrap {
    padding: 0 0 0 6%;
  }
  #rcPoint .pointList > li:not(:last-child) {
    margin-bottom: 200px;
  }
  #rcPoint .pointList > li::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 67%;
    height: 475px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
  }
  #rcInfo {
    background-color: #2e4c92;
    color: #fff;
    text-align: center;
    padding: 110px 0 120px;
  }
  #rcInfo h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 32px;
    margin-bottom: 25px;
  }
  #rcInfo .txt {
    letter-spacing: 0.02em;
    margin-bottom: 55px;
  }
  #rcInfo .infoList {
    display: flex;
    flex-wrap: wrap;
    max-width: 1080px;
    width: 90%;
    margin-inline: auto;
    gap: 15px;
  }
  #rcInfo .infoList li {
    width: calc(33.3333333333% - 10px);
  }
  #rcWelfare {
    background-color: #f4f6f9;
    text-align: center;
    padding: 110px 0 120px;
  }
  #rcWelfare h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: #2e4c92;
    letter-spacing: 0.05em;
    font-size: 32px;
    margin-bottom: 25px;
  }
  #rcWelfare .txt {
    letter-spacing: 0.02em;
    margin-bottom: 55px;
  }
  #rcWelfare .welfareList {
    display: flex;
    flex-wrap: wrap;
    max-width: 1080px;
    width: 90%;
    margin-inline: auto;
    gap: 15px 20px;
  }
  #rcWelfare .welfareList li {
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 85px;
    width: calc(25% - 15px);
  }
  #rcWelfare .welfareList li .listIcon {
    display: grid;
    place-content: center;
    place-items: center;
    width: 28%;
  }
  #rcWelfare .welfareList li .listIcon img {
    width: 48px;
    height: 48px;
  }
  #rcWelfare .welfareList li .kind {
    font-weight: 700;
    margin: 0;
    text-align: left;
    font-size: 18px;
  }
  #rcWelfare .welfareList li .kind span {
    font-size: 14px;
    margin-left: -10px;
  }
  #rcCareer {
    text-align: center;
    background: url(../images/second/career_bg.jpg) no-repeat center/cover;
    padding: 120px 0;
  }
  #rcCareer .inner {
    background-color: #fff;
    padding: 80px 100px;
  }
  #rcCareer h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: #2e4c92;
    letter-spacing: 0.05em;
    font-size: 32px;
    margin-bottom: 25px;
  }
  #rcCareer .txt {
    line-height: 2.1;
    margin-bottom: 65px;
  }
  #rcCareer .careerImg {
    width: 65%;
    min-width: 500px;
    margin-inline: auto;
  }
  #rcVoice {
    text-align: center;
    padding: 110px 0 120px;
  }
  #rcVoice h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: #2e4c92;
    font-size: 36px;
    margin-bottom: 25px;
  }
  #rcVoice .txt {
    letter-spacing: 0.02em;
    margin-bottom: 55px;
  }
  #rcVoice .voiceList {
    text-align: left;
    max-width: 1080px;
    width: 90%;
    margin-inline: auto;
  }
  #rcVoice .voiceList div {
    background-color: #f4f6f9;
    padding: 20px 30px 30px;
  }
  #rcVoice .voiceList div:not(:last-of-type) {
    margin-bottom: 30px;
  }
  #rcVoice .voiceList dt {
    font-weight: 700;
    padding-left: 2.2em;
    text-indent: -2.2em;
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
  #rcVoice .voiceList dt span {
    font-family: "Zen Old Mincho", serif;
    color: #2e4c92;
    font-size: 30px;
    letter-spacing: 0.15em;
    margin-right: 10px;
  }
  #rcVoice .voiceList dd {
    background-color: #fff;
    line-height: 2.1;
    padding: 25px 50px 30px;
  }
  #rcVoice .voiceList dd .txtList li {
    padding-left: 1em;
    text-indent: -1em;
  }
  #rcRoutine {
    color: #fff;
    text-align: center;
    background: url(../images/second/routine_bg.jpg) no-repeat center/cover;
    padding: 85px 0 75px;
  }
  #rcRoutine h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 32px;
    margin-bottom: 25px;
  }
  #rcRoutine .txt {
    letter-spacing: 0.02em;
    margin-bottom: 55px;
  }
  #rcRoutine .tableWrap {
    max-width: 1080px;
    width: 90%;
    margin-inline: auto;
    display: flex;
  }
  #rcRoutine .timeTable {
    width: 50%;
  }
  #rcRoutine .timeTable div {
    display: flex;
  }
  #rcRoutine .timeTable dt {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.05em;
    width: 21.5%;
    padding: 16px;
  }
  #rcRoutine .timeTable dd {
    position: relative;
    text-align: left;
    border-left: solid 1px #fff;
    line-height: 2;
    letter-spacing: -0.02em;
    width: 78.5%;
    padding: 12px 12px 12px 35px;
  }
  #rcRoutine .timeTable dd img {
    display: inline-block;
    position: absolute;
    top: 12px;
    left: -15px;
    width: 30px;
  }
  #rcDetails {
    padding: 110px 0 160px;
  }
  #rcDetails h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: #2e4c92;
    text-align: center;
    font-size: 32px;
    letter-spacing: 0.15em;
    margin-bottom: 35px;
  }
  .dlList {
    border: solid 1px #dfdfdf;
    max-width: 1080px;
    width: 90%;
    margin-inline: auto;
  }
  .dlList .txtList li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .dlList > div {
    display: flex;
  }
  .dlList > div:not(:last-of-type) {
    border-bottom: solid 1px #dfdfdf;
  }
  .dlList > div > dt {
    font-weight: 600;
    background-color: #f4f6f9;
    width: 19.5%;
    padding: 35px 40px;
  }
  .dlList > div > dd {
    width: 80.5%;
    padding: 35px 65px;
    line-height: 2;
  }
  .dlList > div > dd span {
    display: block;
    font-size: 13px;
    line-height: 1.84;
    margin-top: 15px;
  }
  .dlInnerList div {
    display: flex;
  }
  .dlInnerList div:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .dlInnerList dt {
    width: 19%;
    min-width: 180px;
  }
  #notFound {
    margin-top: 0;
    padding-top: 200px;
  }
  #notFound h1 {
    text-align: center;
    position: relative;
    text-align: center;
    letter-spacing: 0.03em;
    font-weight: 600;
  }
  #notFound h1::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: solid 1px #2e4c92;
    width: 40px;
    top: 64px;
  }
  #notFound p {
    text-align: center;
    margin-top: 70px;
  }
  #notFound div {
    margin-top: 40px;
  }
  #notFound div .commonBtn {
    color: #000;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
  }
  #notFound div .commonBtn::after {
    content: none;
  }
  .forURL {
    word-wrap: break-word;
  }
  * + p {
    margin-top: 30px;
  }
  h2 + p,
  h3 + p,
  h4 + p {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  * + h2.title,
  * + h2.title2 {
    margin-top: 80px;
    margin-bottom: 48px;
  }
  * + h3.title {
    margin-top: 50px;
    margin-bottom: 5px;
  }
  * + h4.title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  * + .commonList,
  * + .linkList,
  * + .colorBox,
  * + ol,
  * + .commonTable {
    margin-top: 40px;
  }
  h2.title {
    font-size: 32px;
    padding-bottom: 20px;
  }
  h2.title::before {
    border: solid 1px #2e4c92;
    width: 40px;
    top: 64px;
  }
  h3.title {
    font-size: 24px;
    padding-left: 20px;
  }
  h3.title::before {
    height: 28px;
    width: 2px;
    top: 5px;
    background: #2e4c92;
  }
  h4.title {
    font-size: 20px;
  }
  ul.commonList li {
    padding-left: 20px;
    position: relative;
  }
  ul.commonList li:not(:first-of-type) {
    margin-top: 10px;
  }
  ul.commonList li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #37528f;
    position: absolute;
    left: 0;
    top: 12px;
  }
  ul.commonList li ul {
    margin-bottom: 0.8em;
  }
  ul.commonList .commonChecklist {
    padding-left: 20px;
    position: relative;
  }
  ul.commonList .commonChecklist:not(:first-of-type) {
    margin-top: 10px;
  }
  ul.commonList .commonChecklist:before {
    content: "";
    display: inline-block;
    background-image: url(../images/common/check-icon.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 7px;
    width: 14px;
    height: 15px;
    border-radius: unset;
  }
  ul.commonList .commonChecklist ul {
    margin-bottom: 0.8em;
  }
  .colorBox {
    padding: 40px;
  }
  .colorBox .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  a.icon {
    display: inline-block;
    position: relative;
    padding-right: 25px;
  }
  a.icon:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: absolute;
    right: 0px;
    top: 0.2em;
  }
  a.icon[href$=pdf]:after {
    background-image: url(../images/second/icon_pdf.svg);
  }
  a.icon[href$=doc]:after, a.icon[href$=docx]:after {
    background-image: url(../images/second/icon_word.svg);
  }
  a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
    background-image: url(../images/second/icon_excel.svg);
  }
  a.icon.front {
    padding-left: 25px;
    padding-right: 0;
  }
  a.icon.front:after {
    left: 0px;
  }
  .iconBlank {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../images/second/icon_blank.svg") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -3px;
  }
  .commonTable td.wFix,
  .commonTable th.wFix {
    width: 150px;
  }
  .commonTable th {
    padding: 25px 40px;
  }
  .commonTable th.null {
    border-top: 1px solid #3d3d3d;
    border-left: 1px solid #3d3d3d;
    background-color: #fff;
  }
  .commonTable td {
    padding: 25px 40px;
  }
  .scrollTable {
    margin-top: 40px;
  }
  .scrollText {
    font-size: 12px;
    display: block;
    text-align: right;
    margin: 30px 0 -20px;
  }
  .commonTableBlock {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .commonTableBlock table {
    width: 100%;
  }
  .commonTableBlock table tbody tr td {
    padding-left: 60px;
  }
  .commonTableBlock table tbody tr td a {
    color: #2e4c92;
  }
  .addBg tbody tr td {
    padding-left: 50px !important;
  }
  .addBg tbody tr:first-child th {
    border-top: solid 1px #dfdfdf !important;
  }
  .addBg tbody tr:first-child td {
    border-top: solid 1px #dfdfdf !important;
  }
  .mapWrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .mapWrap + p {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* common class */
  .mB0_pc {
    margin-bottom: 0 !important;
  }
  .mB5_pc {
    margin-bottom: 5px !important;
  }
  .mB10_pc {
    margin-bottom: 10px !important;
  }
  .mB20_pc {
    margin-bottom: 20px !important;
  }
  .mB30_pc {
    margin-bottom: 30px !important;
  }
  .mB40_pc {
    margin-bottom: 40px !important;
  }
  .mB50_pc {
    margin-bottom: 50px !important;
  }
  .mT0_pc {
    margin-top: 0 !important;
  }
  .mT5_pc {
    margin-top: 5px !important;
  }
  .mT10_pc {
    margin-top: 10px !important;
  }
  .mT20_pc {
    margin-top: 20px !important;
  }
  .mT30_pc {
    margin-top: 30px !important;
  }
  .mT40_pc {
    margin-top: 40px !important;
  }
  .mT50_pc {
    margin-top: 50px !important;
  }
  .mL0_pc {
    margin-left: 0px !important;
  }
  .mL5_pc {
    margin-left: 5px !important;
  }
  .mL10_pc {
    margin-left: 10px !important;
  }
  .mL20_pc {
    margin-left: 20px !important;
  }
  .mL30_pc {
    margin-left: 30px !important;
  }
  .mL40_pc {
    margin-left: 40px !important;
  }
  .mL50_pc {
    margin-left: 50px !important;
  }
  .mR0_pc {
    margin-right: 0px !important;
  }
  .mR5_pc {
    margin-right: 5px !important;
  }
  .mR10_pc {
    margin-right: 10px !important;
  }
  .mR20_pc {
    margin-right: 20px !important;
  }
  .mR30_pc {
    margin-right: 30px !important;
  }
  .mR40_pc {
    margin-right: 40px !important;
  }
  .mR50_pc {
    margin-right: 50px !important;
  }
  .size12 {
    font-size: 12px !important;
  }
  .size14 {
    font-size: 14px !important;
  }
  .size16 {
    font-size: 16px !important;
  }
  .size18 {
    font-size: 18px !important;
  }
  .size20 {
    font-size: 20px !important;
  }
  .singleContents {
    padding-top: 25px;
  }
  .singleContents .inner > *:first-child {
    margin-top: 70px;
    margin-bottom: 48px;
  }
  .singleContents .breadcrumbWrap + h2.wp-block-heading {
    margin-top: 70px !important;
  }
  .singleContents .breadcrumb {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    margin-top: 25px !important;
    padding: 20px 0;
  }
  .singleContents .breadcrumb li {
    font-size: 16px;
  }
  .singleContents .breadcrumb li + li {
    margin-left: 35px;
  }
  .singleContents .breadcrumb li + li:before {
    content: ">";
    position: absolute;
    top: 1px;
    left: -22px;
  }
  .singleContents .breadcrumb li::before {
    background: none;
  }
  .singleContents .breadcrumb li.post.post-page.current-item {
    margin-top: 0;
  }
  .singleContents p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .singleContents * + h2 {
    margin-top: 80px;
    margin-bottom: 48px;
  }
  .singleContents * + h3 {
    margin-top: 50px;
    margin-bottom: 5px;
  }
  .singleContents * + h4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .singleContents h3.wp-block-heading + p {
    margin-top: 20px;
  }
  .singleContents h4.wp-block-heading + p {
    margin-top: 10px;
  }
  .singleContents h2.wp-block-heading {
    font-size: 32px;
    padding-bottom: 20px;
    margin-top: 120px;
  }
  .singleContents h2.wp-block-heading::before {
    border: solid 1px #2e4c92;
    width: 40px;
    top: 64px;
  }
  .singleContents h3.wp-block-heading {
    font-size: 24px;
    padding-left: 20px;
    padding-bottom: 5px;
  }
  .singleContents h3.wp-block-heading::before {
    height: 28px;
    width: 2px;
    top: 5px;
    background: #2e4c92;
  }
  .singleContents h4.wp-block-heading {
    font-size: 20px;
  }
  .singleContents ul li {
    padding-left: 20px;
    position: relative;
  }
  .singleContents ul li:not(:first-of-type) {
    margin-top: 10px;
  }
  .singleContents ul li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #37528f;
    position: absolute;
    left: 0;
    top: 12px;
  }
  .singleContents ul li ul {
    margin-bottom: 0.8em;
  }
  .singleContents ul .commonChecklist {
    padding-left: 20px;
    position: relative;
  }
  .singleContents ul .commonChecklist:not(:first-of-type) {
    margin-top: 10px;
  }
  .singleContents ul .commonChecklist:before {
    content: "";
    display: inline-block;
    background-image: url(../images/common/check-icon.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 7px;
    width: 14px;
    height: 15px;
    border-radius: unset;
  }
  .singleContents ul .commonChecklist ul {
    margin-bottom: 0.8em;
  }
  .singleContents * + ul,
  .singleContents * + ol {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .singleContents p + .wp-block-gallery {
    margin-top: 10px;
  }
  .singleContents .wp-block-buttons {
    margin-top: 45px;
  }
  .singleContents .wp-block-buttons a, .singleContents .wp-block-buttons .wp-block-button__link {
    position: relative;
    display: block;
    background-color: #ebba36 !important;
    font-weight: bold;
    border-radius: 100px;
    color: #000;
    text-decoration: none;
    width: 246px;
    height: 54px;
    line-height: 1.3;
    padding: 15px 100px 15px 0 !important;
    border: solid 1px #ebba36 !important;
    letter-spacing: 0.15rem;
    transition: 0.3s;
    font-size: 16px;
  }
  .singleContents .wp-block-buttons a::after, .singleContents .wp-block-buttons .wp-block-button__link::after {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    background-image: url(../images/common/icon_btn_arrow.svg);
    height: 10px;
    width: 40px;
    right: 40px;
    margin-top: 2px;
    transition: 0.15s;
  }
  .singleContents .wp-block-buttons a:hover, .singleContents .wp-block-buttons .wp-block-button__link:hover {
    background-color: #fff !important;
    transition: 0.3s;
  }
  .singleContents .wp-block-buttons a:hover::after, .singleContents .wp-block-buttons .wp-block-button__link:hover::after {
    background-image: url(../images/common/icon_btn_arrow_hover.svg);
    width: 53px;
    right: 25px;
    transition: 0.15s;
  }
  .singleContents .c-textCenterBtn > .wp-block-button__link {
    padding-right: 0 !important;
  }
  .singleContents .c-textCenterBtn > .wp-block-button__link::after {
    content: none;
  }
  .singleContents .wp-block-table {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .singleContents .wp-block-table tbody tr:first-child td {
    background-color: #f3f4f9;
    border-bottom: none;
  }
  .singleContents .wp-block-table tbody tr th {
    padding: 25px 40px;
  }
  .singleContents .wp-block-table tbody tr td {
    padding: 25px 40px;
  }
  .singleContents .wp-block-table td {
    border: solid 1px #dfdfdf !important;
  }
  .singleContents .wp-block-image {
    margin-bottom: 40px;
  }
  .singleContents .wp-block-columns {
    display: flex;
    gap: 55px;
  }
  .singleContents p.col2_set {
    font-size: 24px !important;
  }
  .singleContents .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0 !important;
  }
  .singleContents .wp-block-media-text {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .singleContents .wp-block-group {
    margin-bottom: 40px;
  }
  .singleContents .colorBox {
    padding: 40px;
  }
  .singleContents .colorBox .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .wp-block-buttons a {
    position: relative;
    display: block;
    background-color: #ebba36 !important;
    font-weight: bold;
    border-radius: 100px;
    color: #000;
    text-decoration: none;
  }
  .wp-block-buttons a::after {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
  }
  .breadcrumb li.home span a {
    color: #2e4c92;
    text-decoration: underline;
  }
  .breadcrumb li.home span a:hover {
    text-decoration: none;
  }
  #rcIntro {
    text-align: center;
  }
  #rcIntro .inner {
    position: relative;
  }
  #rcIntro .inner::after {
    content: "";
    display: block;
    position: absolute;
  }
  #rcIntro h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: #2e4c92;
    line-height: 1.7;
  }
  #rcIntro .txt {
    margin: 0;
    letter-spacing: 0.05em;
  }
  #rcPoint {
    position: relative;
    background-color: #f4f6f9;
  }
  #rcPoint .titleBlock {
    position: relative;
    background-color: #2e4c92;
    color: #fff;
    text-align: center;
    display: grid;
    place-content: center;
    place-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #rcPoint .titleBlock::after {
    content: "";
    display: block;
    background: url(../images/home/line.svg) no-repeat center/100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #rcPoint h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  #rcPoint .txt {
    margin: 0;
  }
  #rcPoint .pointList .pointImg {
    z-index: 10;
  }
  #rcPoint .pointList .pointWrap {
    z-index: 10;
    padding: 0 6% 0 0;
  }
  #rcPoint .pointList .pointWrap .pointTxt dt {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: #2e4c92;
    line-height: 1;
  }
  #rcPoint .pointList .pointWrap .pointTxt dt .number {
    font-weight: 400;
  }
  #rcPoint .pointList .pointWrap .pointTxt dt .accent.kana {
    letter-spacing: -0.1em;
  }
  #rcPoint .pointList .pointWrap .checkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
  }
  #rcPoint .pointList .pointWrap .checkList li {
    position: relative;
    font-weight: 500;
    -webkit-text-decoration: underline 1px #2e4c92;
            text-decoration: underline 1px #2e4c92;
    text-underline-offset: 8px;
  }
  #rcPoint .pointList .pointWrap .checkList li::after {
    content: "";
    display: block;
    background: url(../images/common/icon_check.svg) no-repeat center/100%;
    position: absolute;
  }
  #rcPoint .pointList > li {
    position: relative;
  }
  #rcInfo {
    background-color: #2e4c92;
    color: #fff;
    text-align: center;
  }
  #rcInfo h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  #rcInfo .txt {
    letter-spacing: 0.02em;
  }
  #rcInfo .infoList {
    display: flex;
    flex-wrap: wrap;
  }
  #rcWelfare {
    background-color: #f4f6f9;
    text-align: center;
  }
  #rcWelfare h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: #2e4c92;
    letter-spacing: 0.05em;
  }
  #rcWelfare .txt {
    letter-spacing: 0.02em;
  }
  #rcWelfare .welfareList {
    display: flex;
    flex-wrap: wrap;
  }
  #rcWelfare .welfareList li {
    display: flex;
    align-items: center;
    background-color: #fff;
  }
  #rcWelfare .welfareList li .listIcon {
    display: grid;
    place-content: center;
    place-items: center;
  }
  #rcWelfare .welfareList li .kind {
    font-weight: 700;
    margin: 0;
    font-size: 16px;
  }
  #rcCareer {
    text-align: center;
    background: url(../images/second/career_bg.jpg) no-repeat center/cover;
  }
  #rcCareer .inner {
    background-color: #fff;
  }
  #rcCareer h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: #2e4c92;
  }
  #rcVoice {
    text-align: center;
  }
  #rcVoice h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: #2e4c92;
  }
  #rcVoice .txt {
    letter-spacing: 0.02em;
  }
  #rcVoice .voiceList {
    text-align: left;
  }
  #rcVoice .voiceList div {
    background-color: #f4f6f9;
  }
  #rcVoice .voiceList dt {
    font-weight: 700;
    padding-left: 2.2em;
    text-indent: -2.2em;
  }
  #rcVoice .voiceList dt span {
    font-family: "Zen Old Mincho", serif;
    color: #2e4c92;
  }
  #rcVoice .voiceList dd {
    background-color: #fff;
  }
  #rcVoice .voiceList dd .txtList li {
    padding-left: 1em;
    text-indent: -1em;
  }
  #rcRoutine {
    color: #fff;
    text-align: center;
  }
  #rcRoutine h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  #rcRoutine .txt {
    letter-spacing: 0.02em;
  }
  #rcRoutine .timeTable div {
    display: flex;
  }
  #rcRoutine .timeTable dt {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
  }
  #rcRoutine .timeTable dd {
    position: relative;
    text-align: left;
    border-left: solid 1px #fff;
  }
  #rcRoutine .timeTable dd img {
    display: inline-block;
    position: absolute;
  }
  #rcDetails h2.rcTitle {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    color: #2e4c92;
    text-align: center;
  }
  .dlList {
    border: solid 1px #dfdfdf;
  }
  .dlList .txtList li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .dlList > div {
    display: flex;
  }
  .dlList > div:not(:last-of-type) {
    border-bottom: solid 1px #dfdfdf;
  }
  .dlList > div > dt {
    font-weight: 600;
    background-color: #f4f6f9;
  }
  .dlList > div > dd span {
    display: block;
  }
  #notFound h1 {
    text-align: center;
    position: relative;
    text-align: center;
    letter-spacing: 0.03em;
    font-weight: 600;
  }
  #notFound h1::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: solid 1px #2e4c92;
    width: 40px;
    top: 64px;
  }
  #notFound p {
    text-align: center;
    margin-top: 70px;
  }
  #notFound div {
    margin-top: 40px;
  }
  #notFound div .commonBtn {
    color: #000;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
  }
  #notFound div .commonBtn::after {
    content: none;
  }
  .forURL {
    word-wrap: break-word;
  }
  a.icon {
    display: inline-block;
    position: relative;
    padding-right: 25px;
  }
  a.icon:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: absolute;
    right: 0px;
    top: 0.2em;
  }
  a.icon[href$=pdf]:after {
    background-image: url(../images/second/icon_pdf.svg);
  }
  a.icon[href$=doc]:after, a.icon[href$=docx]:after {
    background-image: url(../images/second/icon_word.svg);
  }
  a.icon[href$=xls]:after, a.icon[href$=xlsx]:after {
    background-image: url(../images/second/icon_excel.svg);
  }
  a.icon.front {
    padding-left: 25px;
    padding-right: 0;
  }
  a.icon.front:after {
    left: 0px;
  }
  .iconBlank {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../images/second/icon_blank.svg") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -3px;
  }
  .commonTable th.null {
    border-top: 1px solid #3d3d3d;
    border-left: 1px solid #3d3d3d;
    background-color: #fff;
  }
  .scrollText {
    font-size: 12px;
    display: block;
    text-align: right;
    margin: 30px 0 -20px;
  }
  .commonTableBlock table {
    width: 100%;
  }
  .commonTableBlock table tbody tr td a {
    color: #2e4c92;
  }
  .addBg tbody tr:first-child th {
    border-top: solid 1px #dfdfdf !important;
  }
  .addBg tbody tr:first-child td {
    border-top: solid 1px #dfdfdf !important;
  }
  .mapWrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  /* common class */
  .singleContents .inner > *:first-child {
    margin-top: 70px;
    margin-bottom: 48px;
  }
  .singleContents .breadcrumb li::before {
    background: none;
  }
  .singleContents h3.wp-block-heading {
    padding-bottom: 5px;
  }
  .singleContents p + .wp-block-gallery {
    margin-top: 10px;
  }
  .singleContents .wp-block-buttons a, .singleContents .wp-block-buttons .wp-block-button__link {
    position: relative;
    display: block;
    background-color: #ebba36 !important;
    font-weight: bold;
    border-radius: 100px;
    color: #000;
    text-decoration: none;
  }
  .singleContents .wp-block-buttons a::after, .singleContents .wp-block-buttons .wp-block-button__link::after {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
  }
  .singleContents .c-textCenterBtn > .wp-block-button__link {
    padding-right: 0 !important;
  }
  .singleContents .c-textCenterBtn > .wp-block-button__link::after {
    content: none;
  }
  .singleContents .wp-block-table tbody tr:first-child td {
    background-color: #f3f4f9;
    border-bottom: none;
  }
  .singleContents .wp-block-table td {
    border: solid 1px #dfdfdf !important;
  }
  .singleContents .wp-block-columns {
    display: flex;
    gap: 55px;
  }
  .singleContents .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0 !important;
  }
}
/*# sourceMappingURL=map/second.css.map */
