@charset "UTF-8";
/* ANCHOR */
.btn-type01 {
  text-align: center;
}
.btn-type01 > a {
  display: inline-block;
  text-decoration: none;
  font-size: 112.5%; /* 18px */
  font-weight: 600;
  line-height: 1.4;
  padding: 12px 22px 12px 42px;
  color: #ffffff;
  background-color: #002f7b;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
.btn-type01 > a:hover {
  opacity: 0.6;
}
.btn-type01 > a:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 7px;
  background-image: url(../images/common/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.btn-type01.size01 > a {
  width: 190px;
}

/* TABLE */
table.t100p {
  width: 100%;
}
table.alltc th, table.alltc td {
  text-align: center;
}
table.equality {
  table-layout: fixed;
}
table.thtc th {
  text-align: center;
}
table.tdtc th {
  text-align: center;
}
table.thtr th {
  text-align: right;
}
table.tdtr td {
  text-align: right;
}
table.vat th, table.vat td {
  vertical-align: top !important;
}
table.bdl {
  border-left: 1px solid #000000 !important;
}
table.bdr {
  border-right: 1px solid #000000 !important;
}
table.text_s th, table.text_s td {
  font-size: 87.5%;
}
table.thstr th {
  color: #008bd5;
  font-weight: bold;
}
table th.bold,
table td.bold {
  font-weight: bold;
}
table tr.boldrow th, table tr.boldrow td {
  font-weight: bold;
}
table .tls {
  text-align: center;
  letter-spacing: 1em;
  text-indent: 1em;
}

.iframe-wrapper {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.pagenavi-box {
  text-align: center;
}
.pagenavi-box .wp-pagenavi {
  clear: both;
  text-align: center;
  display: inline-block;
  margin: 50px 0 0;
}
.pagenavi-box .wp-pagenavi a,
.pagenavi-box .wp-pagenavi span {
  display: inline-block;
  color: #22b573;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 15px !important;
  border-color: #22b573 !important;
  transition: background-color 0.3s ease-in-out;
}
.pagenavi-box .wp-pagenavi a:hover {
  color: #ffffff;
  background-color: #22b573;
}
.pagenavi-box .wp-pagenavi span.current {
  color: #fff;
  background: #22b573;
}

/* TEXT */
.rq {
  color: #ff0000;
  font-weight: bold;
}

.rq_s {
  color: #ff0000;
}

.str {
  color: #011B6A;
  font-weight: bold;
}

.str_s {
  color: #011B6A;
}

.str02 {
  color: #008BD5;
  font-weight: bold;
}

.str02_s {
  color: #008BD5;
}

.small {
  font-size: 87.5%;
}

.small02 {
  font-size: 75%;
}

.large {
  font-size: 106.25%;
}

.large02 {
  font-size: 112.5%;
}

.caption {
  font-size: 87.5%;
}

.caption02 {
  margin-bottom: 2px;
  text-align: left;
}

sub {
  vertical-align: bottom;
  margin-bottom: 3px;
}

sup {
  vertical-align: top;
  margin-top: 3px;
}

sub,
sup {
  display: inline-block;
  font-size: 56.25%;
}

picture {
  display: block;
}

/* wrodpress Editer */
#content .wp-editor {
  overflow: hidden;
}
#content .wp-editor strong {
  font-weight: bold;
}
#content .wp-editor em {
  font-style: italic;
}
#content .wp-editor img {
  max-width: 100%;
  height: auto;
}
#content .wp-editor ul:not([class]) {
  margin-left: 20px;
  list-style: disc;
}
#content .wp-editor ol:not([class]) {
  margin-left: 30px;
  list-style: decimal;
}
#content .wp-editor h1 {
  font-size: 2em;
  font-weight: bold;
}
#content .wp-editor h2 {
  font-size: 1.5em;
  font-weight: bold;
}
#content .wp-editor h3 {
  font-size: 1.17em;
  font-weight: bold;
}
#content .wp-editor h4 {
  font-weight: bold;
}
#content .wp-editor h5 {
  font-size: 0.83em;
  font-weight: bold;
}
#content .wp-editor h6 {
  font-size: 0.67em;
  font-weight: bold;
}

/* LISE */
.listmark-type01 > li {
  position: relative;
  padding-left: 18px;
}
.listmark-type01 > li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #22b573;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}

/* common */
.c_numb-colum {
  counter-reset: c_numb-colum;
}
.c_numb-colum > .one-block {
  position: relative;
}
.c_numb-colum > .one-block:not(:last-of-type) {
  margin-bottom: 2px;
}
.c_numb-colum > .one-block .s_title {
  font-size: 106.25%; /* 17px */
  font-weight: bold;
  color: #22b573;
  line-height: 1.65;
  padding-left: 30px;
  margin-bottom: 2px;
  position: relative;
}
.c_numb-colum > .one-block .s_title:before {
  counter-increment: c_numb-colum;
  content: counter(c_numb-colum);
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  padding-top: 1px;
  box-sizing: border-box;
  line-height: 1;
  font-size: 94.117647%; /* 16px */
  color: #ffffff;
  background-color: #22b573;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 50%;
}
.c_numb-colum > .one-block .cntbox {
  padding-left: 30px;
}
.c_numb-colum > .one-block .cntbox > *:last-child {
  margin-bottom: 0;
}

/* RIPPLE */
.ripple {
  position: relative;
  overflow: hidden;
}
.ripple .rp-effect {
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
  transform: scale(0);
  background: #FFF;
  animation: ripple 700ms;
  pointer-events: none;
}

@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@media print, all and (min-width: 751px) {
  /* ↓ listmark */
  /* ↓ title-level */
  .title-level01 {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 175%; /* 28px */
    font-weight: 600;
    line-height: 1.65;
    padding-bottom: 10px;
    margin-bottom: 38px;
    text-align: center;
    color: #002f7b;
    position: relative;
  }
  .title-level01:before {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #22b573;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .title-level01.marg02 {
    margin-bottom: 80px;
  }
  .title-level02 {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 150%; /* 24px */
    font-weight: 600;
    line-height: 1.65;
    letter-spacing: 0.025em;
    margin-bottom: 4px;
    color: #22b573;
  }
  .title-level02.marg02 {
    margin-bottom: 25px;
  }
  .title-level03 {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 125%; /* 20px */
    font-weight: 600;
    line-height: 1.65;
    padding-left: 23px;
    margin-bottom: 11px;
    letter-spacing: 0.025em;
    color: #22b573;
    position: relative;
  }
  .title-level03:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 3px solid #22b573;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
  }
  .title-level04 {
    font-size: 112.5%; /* 18px */
    font-weight: 600;
    line-height: 1.55;
  }
  /* ↓ box */
  .bd-box {
    padding: 20px 30px 10px;
    border: 1px solid #000000;
  }
  .w-box {
    padding: 20px 30px 10px;
    background-color: #ffffff;
  }
  .tri-box > .box01 {
    float: left;
    width: 300px;
    margin-right: 30px;
  }
  .tri-box > .box02 {
    float: left;
    width: 300px;
  }
  .tri-box > .box03 {
    float: right;
    width: 300px;
  }
  .tri-box > .image {
    margin-bottom: 0;
    text-align: center;
  }
  #main .tri-box > .box01,
  #main .tri-box > .box02,
  #main .tri-box > .box03 {
    width: 200px;
  }
  .half-box > .boxl {
    float: left;
    width: 460px;
  }
  .half-box > .boxr {
    float: right;
    width: 460px;
  }
  .half-box .image {
    margin-bottom: 0;
    text-align: center;
  }
  #main .half-box > .boxl,
  #main .half-box > .boxr {
    width: 310px;
  }
  .imgr-box > .text {
    float: left;
    width: 500px;
  }
  .imgr-box > .text p {
    text-align: justify;
  }
  .imgr-box > .image {
    float: right;
    width: 426px;
  }
  .imgr-box .image {
    margin-bottom: 0;
    text-align: center;
  }
  .imgl-box .text {
    float: right;
    width: 500px;
  }
  .imgl-box .text p {
    text-align: justify;
  }
  .imgl-box > .image {
    float: left;
    width: 426px;
  }
  .imgl-box .image {
    margin-bottom: 0;
    text-align: center;
  }
  .river-box > .boxr {
    float: right;
    padding-left: 10px;
  }
  .river-box > .boxl {
    float: left;
    padding-right: 10px;
  }
  /* DSIB */
  .dsib-list > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .dsib-list > li:last-child {
    margin-right: 0;
  }
  .dsib-list.type_spread > li {
    margin-right: 30px;
  }
  .dsib-list.type_spread02 > li {
    margin-right: 40px;
  }
  .dsib-list.type_spread03 > li {
    margin-right: 50px;
  }
  .dsib-list.type_spread04 > li {
    margin-right: 60px;
  }
  .dsib-list.col02 > li {
    width: 48%;
    margin-right: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dsib-list.col02 > li:nth-child(even) {
    margin-right: 0;
  }
  .dsib-list.col03 > li {
    width: 30%;
    margin-right: 3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dsib-list.col03 > li:nth-child(3n) {
    margin-right: 0;
  }
  .dsib-box {
    letter-spacing: -0.4em;
  }
  .dsib-box.type_center {
    text-align: center;
  }
  .dsib-box.type_right_pc {
    text-align: right;
  }
  .dsib-box > .items {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 10px;
    letter-spacing: normal;
  }
  .dsib-box > .items:last-child {
    margin-right: 0;
  }
  .dsib-box.type_shrink > .items {
    margin-right: 10px;
  }
  .dsib-box.type_spread > .items {
    margin-right: 30px;
  }
  .dsib-box.type_spread02 > .items {
    margin-right: 40px;
  }
  .dsib-box.type_spread03 > .items {
    margin-right: 50px;
  }
  .dsib-box.type_spread04 > .items {
    margin-right: 60px;
  }
  .dsib-box.type_spread05 > .items {
    margin-right: 70px;
  }
  .dsib-box.col02 > .items {
    width: 46%;
    margin-right: 4% !important;
  }
  .dsib-box.col02 > .items:nth-child(even) {
    margin-right: 0;
  }
  .dsib-box.col02 > .items:last-child {
    margin-right: 0;
  }
  .dsib-box.type_vamd > .items {
    vertical-align: middle;
  }
  .dsib-box.type_vabtm > .items {
    vertical-align: bottom;
  }
  .dsib-box.type_mb0 > .items {
    margin-bottom: 0 !important;
  }
  .dsib-box.type_pcmb0 > .items {
    margin-bottom: 0 !important;
  }
  .dsib-box.type_mb_extends > .items {
    margin-bottom: 25px !important;
  }
  .dsib-box.col02.type_spread03 > .items {
    width: 50%;
  }
  .standard-imgbox {
    display: flex;
    gap: 0 50px;
  }
  .standard-imgbox .text-box {
    flex: 1;
  }
  .standard-imgbox .image-box {
    padding-top: 5px;
  }
  .standard-imgbox .image-box .image {
    margin-bottom: 0;
  }
  .standard-imgbox .image-box .image img {
    vertical-align: middle;
  }
  .standard-imgbox.reverse {
    flex-direction: row-reverse;
  }
  .variable-box {
    display: flex;
    gap: 0 50px;
  }
  .variable-box .text-box {
    flex: 1;
  }
  .variable-box.gap02 {
    gap: 0 85px;
  }
  .c_standard-columbox .standard-imgbox:not(:last-of-type) {
    margin-bottom: 95px;
  }
  .c_standard-columbox .standard-imgbox:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .c_imagesbox {
    display: flex;
    justify-content: space-between;
  }
  .c_imagesbox .images {
    margin-bottom: 0;
  }
  .c_imagesbox .images img {
    vertical-align: middle;
  }
  .c_imagesbox.type_center {
    justify-content: center;
    gap: 0 30px;
  }
  .c_label-colum {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 35px;
  }
  .c_label-colum > .item {
    width: 285px;
    height: 125px;
    background-color: #22b573;
    display: grid;
    place-items: center;
  }
  .c_label-colum > .item .text {
    color: #ffffff;
    font-size: 112.5%; /* 18px */
    font-weight: bold;
    text-align: center;
    line-height: 1.777777;
  }
  .c_contactbox {
    background-color: #ecf4e3;
    text-align: center;
    padding: 37px 10px 47px;
  }
  .c_contactbox .cnt-title {
    font-size: 143.75%; /* 23px */
    font-weight: 600;
    color: #22b573;
    letter-spacing: 0.025em;
    line-height: 1.65;
    margin-bottom: 34px;
  }
  .c_contactbox .link-btn {
    margin-bottom: 0;
    line-height: 1.55;
  }
  .c_contactbox .link-btn > a {
    display: inline-block;
    width: 663px;
    padding: 24px 10px 20px;
    font-size: 143.75%; /* 23px */
    font-weight: 600;
    color: #22b573;
    letter-spacing: 0.025em;
    color: #ffffff;
    background-color: #002f7b;
    text-decoration: none;
    position: relative;
    transition: filter 0.3s ease-in-out;
  }
  .c_contactbox .link-btn > a:hover {
    filter: brightness(0.8);
  }
  .c_contactbox .link-btn > a:before {
    content: "";
    width: 37px;
    height: 12px;
    background-image: url(../images/common/arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .c_contactbox .link-btn > a:after {
    content: "";
    width: 42px;
    height: 40px;
    background-image: url(../images/common/icon_contact-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(calc(-50% + 3px));
  }
  .voice-box {
    counter-reset: recruit_voice;
  }
  .voice-box > .one-block:not(:last-of-type) {
    margin-bottom: 82px;
  }
  .voice-box > .one-block .visual-area {
    display: grid;
    grid-template-columns: 440px 520px;
    margin-bottom: 55px;
  }
  .voice-box > .one-block .visual-area .text-box {
    color: #ffffff;
    background-color: #22b573;
    padding: 60px 36px 0 36px;
    position: relative;
  }
  .voice-box > .one-block .visual-area .text-box .voice_num {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 218.75%; /* 35px */
    font-weight: 700;
    font-style: italic;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin-bottom: 11px;
  }
  .voice-box > .one-block .visual-area .text-box .voice_num:after {
    counter-increment: recruit_voice;
    content: "0" counter(recruit_voice);
    display: inline-block;
    font-size: 128.571428%; /* 45px */
    margin-left: 7px;
  }
  .voice-box > .one-block .visual-area .text-box .head-area .title {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 175%; /* 28px */
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .voice-box > .one-block .visual-area .text-box .name-box {
    width: 100%;
    text-align: right;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.65;
    padding-bottom: 19px;
    position: absolute;
    right: 36px;
    bottom: 0;
  }
  .voice-box > .one-block .visual-area .text-box .name-box .name-area {
    font-size: 143.75%; /* 23px */
    margin-bottom: 0;
  }
  .voice-box > .one-block .visual-area .text-box .name-box .name-area .name {
    margin-left: 10px;
    font-size: 130.434782%; /* 30px */
  }
  .voice-box > .one-block .visual-area .text-box .name-box .name-en {
    font-size: 368.75%; /* 59px */
    font-family: "Roboto", sans-serif;
    font-style: italic;
    line-height: 1;
    margin-bottom: 0;
    position: absolute;
    bottom: -9px;
    right: -556px;
  }
  .voice-box > .one-block .visual-area .text-box .name-box .join {
    font-size: 112.5%; /* 18px */
  }
  .voice-box > .one-block .visual-area .image-box .image {
    margin-bottom: 0;
  }
  .voice-box > .one-block .visual-area .image-box .image img {
    vertical-align: middle;
  }
  .voice-box > .one-block .text-area .item:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .voice-box > .one-block .text-area .s_title {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 112.5%; /* 18px */
    font-weight: 600;
    color: #22b573;
    line-height: 1.65;
    margin-bottom: 3px;
  }
  .voice-box > .one-block .text-area .img_flowbox .flow-image {
    float: right;
    margin: 35px 0 37px 37px;
  }
  .voice-box > .one-block .text-area .img_flowbox .flow-image img {
    vertical-align: middle;
  }
  .faq-box > .one-block:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .faq-box > .one-block .f-title {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 112.5%; /* 18px */
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #22b573;
    min-height: 48px;
    padding: 7px 0 0 60px;
    margin-bottom: 16px;
    box-sizing: border-box;
    position: relative;
  }
  .faq-box > .one-block .f-title:before {
    content: "Q";
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding-top: 3px;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #002f7b;
    font-family: "Roboto", sans-serif;
    font-size: 166.666666%; /* 30px */
    line-height: 1;
    display: grid;
    place-items: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .faq-box > .one-block .a_box {
    background-color: #ecf4e3;
    padding: 22px 30px;
  }
  .faq-box > .one-block .a_box > *:last-child {
    margin-bottom: 0;
  }
  .news-box.type_archive .news-list {
    margin-bottom: 45px;
  }
  .news-box.type_archive .news-list > li {
    line-height: 1.6875;
  }
  .news-box.type_archive .news-list > li:not(:last-of-type) {
    margin-bottom: 17px;
  }
  .news-box.type_archive .news-list > li time {
    display: inline-block;
    font-size: 87.5%; /* 14px */
    font-weight: bold;
  }
  .news-box.type_archive .news-list > li .title {
    font-weight: bold;
    color: #22b573;
    margin-bottom: 0;
  }
  .news-box.type_archive .news-list > li .title .link {
    display: inline-block;
    color: #22b573;
  }
  .news-box.type_archive .news-list > li .cntbox {
    line-height: 1.6875;
  }
  .news-box.type_archive .news-list > li .cntbox .morelink a {
    color: #22b573;
  }
  .news-box.type_archive .news-list > li .cntbox > *:last-child {
    margin-bottom: 0;
  }
  .news-box.type_single .article-box {
    margin-bottom: 80px;
  }
  .news-box.type_single .article-box .titles-box {
    margin-bottom: 50px;
  }
  .news-box.type_single .article-box .titles-box time {
    display: inline-block;
    color: #22b573;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .news-box.type_single .article-box .titles-box .title {
    font-size: 150%; /* 24px */
    font-weight: 600;
    line-height: 1.65;
    padding-bottom: 11px;
    color: #002f7b;
    position: relative;
  }
  .news-box.type_single .article-box .titles-box .title:before {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #22b573;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .staff-box .staff-list > li:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .staff-box .staff-list > li:has(.image-box) {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 0 50px;
  }
  .staff-box .staff-list > li .image-box .image {
    margin-bottom: 0;
  }
  .staff-box .staff-list > li .image-box .image img {
    vertical-align: middle;
  }
  .staff-box .staff-list > li .text-box .name-box {
    line-height: 1.55;
    margin-bottom: 43px;
  }
  .staff-box .staff-list > li .text-box .name-box .status {
    display: inline-block;
    color: #22b573;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .staff-box .staff-list > li .text-box .name-box .name-area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0 30px;
  }
  .staff-box .staff-list > li .text-box .name-box .name-area .name {
    font-size: 187.5%; /* 30px */
    font-weight: bold;
    margin-bottom: 0;
  }
  .staff-box .staff-list > li .text-box .name-box .name-area .name-en {
    padding-bottom: 6px;
    margin-bottom: 0;
  }
  .staff-box .staff-list > li .text-box .detail-area {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 0 10px;
  }
  .staff-box .staff-list > li .text-box .detail-area dt {
    color: #22b573;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .staff-box .staff-list > li .text-box .detail-area dd {
    margin-bottom: 15px;
  }
  .staff-box .staff-list > li .text-box .detail-area dd .license-list li {
    position: relative;
    padding-left: 18px;
  }
  .staff-box .staff-list > li .text-box .detail-area dd .license-list li:before {
    content: "";
    display: inline-block;
    width: 2.5px;
    height: 2.5px;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
    top: 15px;
    left: 6px;
  }
  .staff-box .staff-list > li:not(:has(.image-box)) .text-box {
    margin-left: 300px;
  }
  .staff-box .staff-list_lay02 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 50px;
    line-height: 1.55;
  }
  .staff-box .staff-list_lay02 > li .name {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 137.5%; /* 22px */
    margin: 0;
  }
  /* EDITOR */
  .alignleft {
    float: left;
  }
  .alignright {
    float: right;
  }
  .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  blockquote.alignleft,
  img.alignleft {
    margin: 0px 24px 10px 0;
  }
  .wp-caption.alignleft {
    margin: 0 24px 10px 0;
  }
  blockquote.alignright,
  img.alignright {
    margin: 0 0 10px 24px;
  }
  .wp-caption.alignright {
    margin: 10px 0 10px 24px;
  }
  blockquote.aligncenter,
  img.aligncenter,
  .wp-caption.aligncenter {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .content-article img {
    max-width: 100%;
    height: auto;
  }
  /* table */
  table.pc-t100p {
    width: 100%;
  }
  /* TABLE */
  /* TYPE01 */
  table.type01 {
    line-height: 1.4;
  }
  table.type01 thead tr th {
    color: #ffffff;
    background-color: #22b573;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    text-align: center;
    box-sizing: border-box;
    padding: 11px 5px;
  }
  table.type01 thead tr th:first-of-type {
    border-left: 1px solid #000000;
  }
  table.type01 tbody tr th {
    color: #ffffff;
    background-color: #22b573;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    text-align: center;
    box-sizing: border-box;
    padding: 11px 5px;
  }
  table.type01 tbody tr td {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    box-sizing: border-box;
    padding: 11px 5px;
  }
  table.type01.type_med {
    width: 100%;
  }
  table.type01.type_med thead tr th {
    width: 10%;
  }
  table.type01.type_med tbody tr th.height-line02 {
    height: 68px;
  }
  table.type01.type_med tbody tr td {
    text-align: center;
  }
  table.type01.type_med .text_l {
    display: inline-block;
    text-align: left;
  }
  table.type01.type_flow {
    width: 100%;
    color: #002f7b;
    text-align: center;
  }
  table.type01.type_flow thead tr th {
    width: 73.9166666667px;
  }
  table.type01.type_flow thead tr th.blank {
    width: 73px;
  }
  table.type01.type_flow .bg_01 {
    background-color: #cee5bb;
  }
  table.type01.type_flow .bg_02 {
    background-color: #fffde3;
  }
  /* TYPE02 */
  /* TYPE03 */
  .blur {
    transition: all 0.2s ease-out;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
  }
}
@media only screen and (max-width: 750px) {
  /* COMMON */
  /* ANCHOR */
  /* BTN */
  /* listmark */
  /* title-level */
  .title-level01 {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 137.5%; /* 22px */
    font-weight: 600;
    line-height: 1.65;
    padding-bottom: 8px;
    margin-bottom: 28px;
    text-align: center;
    color: #002f7b;
    position: relative;
  }
  .title-level01:before {
    content: "";
    width: 45px;
    height: 3px;
    background-color: #22b573;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .title-level01.marg02 {
    margin-bottom: 70px;
  }
  .title-level02 {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 112.5%; /* 18px */
    font-weight: 600;
    line-height: 1.65;
    letter-spacing: 0.025em;
    margin-bottom: 8px;
    color: #22b573;
  }
  .title-level02.marg02 {
    margin-bottom: 12px;
  }
  .title-level03 {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 125%; /* 20px */
    font-weight: 600;
    line-height: 1.65;
    padding-left: 23px;
    letter-spacing: 0.025em;
    color: #22b573;
    position: relative;
  }
  .title-level03:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 3px solid #22b573;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
  }
  .title-level04 {
    font-size: 106.25%; /* 17px */
    font-weight: 600;
    line-height: 1.55;
  }
  /* box */
  .bd-box {
    padding: 10px 15px;
    border: 1px solid #000000;
  }
  .w-box {
    padding: 10px 15px;
    background-color: #ffffff;
  }
  .tri-box > .box01, .tri-box > .box02, .tri-box > .box03 {
    margin-bottom: 20px;
  }
  .tri-box .image {
    margin-bottom: 0;
    text-align: center;
  }
  .tri-box > .boxl, .tri-box > .boxr {
    margin-bottom: 20px;
  }
  .tri-box .image {
    margin-bottom: 0;
    text-align: center;
  }
  .standard-imgbox .text-box {
    margin-bottom: 20px;
  }
  .standard-imgbox .image-box .image {
    margin-bottom: 0;
  }
  .standard-imgbox .image-box .image img {
    vertical-align: middle;
  }
  .variable-box .text-box {
    margin-bottom: 25px;
  }
  .c_standard-columbox .standard-imgbox:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .c_imagesbox .images {
    margin-bottom: 0;
  }
  .c_imagesbox .images:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .c_imagesbox .images img {
    vertical-align: middle;
  }
  .c_label-colum > .item {
    width: 100%;
    max-width: 285px;
    height: 90px;
    margin-inline: auto;
    background-color: #22b573;
    display: grid;
    place-items: center;
  }
  .c_label-colum > .item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .c_label-colum > .item .text {
    color: #ffffff;
    font-size: 106.25%; /* 17px */
    font-weight: bold;
    text-align: center;
    line-height: 1.777777;
  }
  .c_contactbox {
    margin-inline: -30px;
    padding: 30px 30px 32px;
    background-color: #ecf4e3;
    text-align: center;
  }
  .c_contactbox .cnt-title {
    font-size: 131.25%; /* 21px */
    font-weight: 600;
    margin-bottom: 22px;
    color: #22b573;
    letter-spacing: 0.025em;
    line-height: 1.65;
  }
  .c_contactbox .link-btn {
    margin-bottom: 0;
    line-height: 1.45;
  }
  .c_contactbox .link-btn > a {
    display: inline-block;
    width: 100%;
    max-width: 315px;
    padding: 15px 10px 15px;
    margin-inline: auto;
    font-size: 112.5%; /* 18px */
    font-weight: 600;
    color: #22b573;
    letter-spacing: 0.025em;
    color: #ffffff;
    background-color: #002f7b;
    text-decoration: none;
    position: relative;
    transition: filter 0.3s ease-in-out;
  }
  .c_contactbox .link-btn > a:hover {
    filter: brightness(0.8);
  }
  .c_contactbox .link-btn > a:before {
    content: "";
    width: 31px;
    height: 10px;
    background-image: url(../images/common/arrow-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .c_contactbox .link-btn > a:after {
    content: "";
    width: 34px;
    height: 33px;
    background-image: url(../images/common/icon_contact-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(calc(-50% + 2px));
  }
  .voice-box {
    counter-reset: recruit_voice;
  }
  .voice-box > .one-block:not(:last-of-type) {
    margin-bottom: 110px;
  }
  .voice-box > .one-block .visual-area {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 -30px 28px;
  }
  .voice-box > .one-block .visual-area .text-box {
    color: #ffffff;
    background-color: #22b573;
    padding: 27px 30px 25px 30px;
    position: relative;
  }
  .voice-box > .one-block .visual-area .text-box .voice_num {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 193.75%; /* 31px */
    font-weight: 700;
    font-style: italic;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin-bottom: 4px;
  }
  .voice-box > .one-block .visual-area .text-box .voice_num:after {
    counter-increment: recruit_voice;
    content: "0" counter(recruit_voice);
    display: inline-block;
    font-size: 127.419354%; /* 39.5px */
    margin-left: 7px;
  }
  .voice-box > .one-block .visual-area .text-box .head-area {
    margin-bottom: 27px;
  }
  .voice-box > .one-block .visual-area .text-box .head-area .title {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 150%; /* 24px */
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .voice-box > .one-block .visual-area .text-box .name-box {
    width: 100%;
    text-align: right;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 1.65;
  }
  .voice-box > .one-block .visual-area .text-box .name-box .name-area {
    font-size: 118.75%; /* 19px */
    margin-bottom: 0;
  }
  .voice-box > .one-block .visual-area .text-box .name-box .name-area .name {
    margin-left: 10px;
    font-size: 126.315789%; /* 24px */
  }
  .voice-box > .one-block .visual-area .text-box .name-box .name-en {
    font-size: 300%; /* 48px */
    font-family: "Roboto", sans-serif;
    font-style: italic;
    line-height: 1;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(calc(-100% + 7px));
  }
  .voice-box > .one-block .visual-area .text-box .name-box .join {
    font-size: 112.5%; /* 18px */
    margin-bottom: 0;
  }
  .voice-box > .one-block .visual-area .image-box {
    max-height: 280px;
  }
  .voice-box > .one-block .visual-area .image-box .image {
    margin-bottom: 0;
  }
  .voice-box > .one-block .visual-area .image-box .image img {
    width: 100%;
    height: 280px;
    vertical-align: middle;
    object-fit: cover;
    object-position: center top;
  }
  .voice-box > .one-block .text-area .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .voice-box > .one-block .text-area .s_title {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 112.5%; /* 18px */
    font-weight: 600;
    color: #22b573;
    line-height: 1.65;
    margin-bottom: 3px;
  }
  .voice-box > .one-block .text-area .img_flowbox .flow-image {
    margin-bottom: 34px;
    text-align: center;
  }
  .voice-box > .one-block .text-area .img_flowbox .flow-image img {
    vertical-align: middle;
  }
  .faq-box > .one-block:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .faq-box > .one-block .f-title {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 112.5%; /* 18px */
    font-weight: 600;
    line-height: 1.65;
    letter-spacing: 0.025em;
    color: #22b573;
    min-height: 40px;
    padding: 4px 0 0 55px;
    margin-bottom: 14px;
    box-sizing: border-box;
    position: relative;
  }
  .faq-box > .one-block .f-title:before {
    content: "Q";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 3px;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #002f7b;
    font-family: "Roboto", sans-serif;
    font-size: 150%; /* 27px */
    line-height: 1;
    display: grid;
    place-items: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .faq-box > .one-block .a_box {
    background-color: #ecf4e3;
    padding: 22px 30px;
  }
  .faq-box > .one-block .a_box > *:last-child {
    margin-bottom: 0;
  }
  .news-box.type_archive .news-list {
    margin-bottom: 45px;
  }
  .news-box.type_archive .news-list > li {
    line-height: 1.6875;
  }
  .news-box.type_archive .news-list > li:not(:last-of-type) {
    margin-bottom: 37px;
  }
  .news-box.type_archive .news-list > li time {
    display: inline-block;
    font-size: 87.5%; /* 14px */
    font-weight: bold;
  }
  .news-box.type_archive .news-list > li .title {
    font-weight: bold;
    color: #22b573;
    margin-bottom: 0;
  }
  .news-box.type_archive .news-list > li .title .link {
    display: inline-block;
    color: #22b573;
  }
  .news-box.type_archive .news-list > li .cntbox {
    line-height: 1.6875;
  }
  .news-box.type_archive .news-list > li .cntbox > *:last-child {
    margin-bottom: 0;
  }
  .news-box.type_archive .news-list > li .cntbox .morelink a {
    color: #22b573;
  }
  .news-box.type_single .article-box {
    margin-bottom: 80px;
  }
  .news-box.type_single .article-box .titles-box {
    margin-bottom: 50px;
  }
  .news-box.type_single .article-box .titles-box time {
    display: inline-block;
    color: #22b573;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .news-box.type_single .article-box .titles-box .title {
    font-size: 125%; /* 20px */
    font-weight: 600;
    line-height: 1.65;
    padding-bottom: 14px;
    color: #002f7b;
    position: relative;
  }
  .news-box.type_single .article-box .titles-box .title:before {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #22b573;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .staff-box .staff-list > li:not(:last-of-type) {
    margin-bottom: 70px;
  }
  .staff-box .staff-list > li .image-box {
    text-align: center;
    margin-bottom: 10px;
  }
  .staff-box .staff-list > li .image-box .image {
    width: 180px;
    margin: 0 auto;
  }
  .staff-box .staff-list > li .image-box .image img {
    vertical-align: middle;
  }
  .staff-box .staff-list > li .text-box .name-box {
    line-height: 1.55;
    margin-bottom: 12px;
    text-align: center;
  }
  .staff-box .staff-list > li .text-box .name-box .status {
    display: inline-block;
    color: #22b573;
    font-size: 93.75%; /* 15px */
    font-weight: 600;
    margin-bottom: 0;
  }
  .staff-box .staff-list > li .text-box .name-box .name-area .name {
    font-size: 162.5%; /* 26px */
    font-weight: bold;
    margin-bottom: 0;
  }
  .staff-box .staff-list > li .text-box .name-box .name-area .name-en {
    font-size: 93.75%; /* 15px */
    margin-bottom: 0;
  }
  .staff-box .staff-list > li .text-box .detail-area dt {
    display: block;
    color: #22b573;
    font-weight: bold;
  }
  .staff-box .staff-list > li .text-box .detail-area dd {
    margin-bottom: 5px;
  }
  .staff-box .staff-list > li .text-box .detail-area dd .license-list {
    margin-bottom: 0;
  }
  .staff-box .staff-list > li .text-box .detail-area dd .license-list li {
    position: relative;
    padding-left: 18px;
  }
  .staff-box .staff-list > li .text-box .detail-area dd .license-list li:before {
    content: "";
    display: inline-block;
    width: 2.5px;
    height: 2.5px;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
    top: 15px;
    left: 6px;
  }
  .staff-box .staff-list_lay02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 30px;
    line-height: 1.55;
  }
  .staff-box .staff-list_lay02 > li .name {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 125%; /* 20px */
    margin: 0;
  }
  /* EDITOR */
  .alignleft,
  .alignright,
  .aligncenter,
  .alignnone {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  blockquote.alignleft,
  img.alignleft {
    margin-bottom: 10px;
  }
  .wp-caption.alignleft {
    margin-bottom: 10px;
  }
  blockquote.alignright,
  img.alignright {
    margin-bottom: 10px;
  }
  .wp-caption.alignright {
    margin-bottom: 10px;
  }
  blockquote.aligncenter,
  img.aligncenter,
  .wp-caption.aligncenter {
    margin-bottom: 10px;
  }
  /* table */
  table.t100p {
    width: 100%;
  }
  table.tls {
    text-align: center;
    letter-spacing: 1em;
    text-indent: 1em;
  }
  table.alltc th, table.alltc td {
    text-align: center;
  }
  table.equality {
    table-layout: fixed;
  }
  .scroll-arrow {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
  }
  .scroll-arrow:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 10px;
    background-color: #808080;
    clip-path: polygon(0 50%, 9px 0, 9px 4.5px, 100% 4.5px, 100% 5.5px, 9px 5.5px, 9px 100%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .scroll-arrow:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 10px;
    background-color: #808080;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .scroll-arrow .inner {
    display: inline-block;
    font-size: 93.75%; /* 15px */
    padding: 0 15px;
    color: #808080;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  #content .sp_table-scroller {
    overflow: auto;
  }
  #content .sp_table-scroller table {
    min-width: 880px;
  }
  #content .sp_table-scroller.size02 table {
    min-width: 780px;
  }
  /* TABLE */
  /* TYPE01 */
  table.type01 {
    line-height: 1.4;
  }
  table.type01 thead tr th {
    color: #ffffff;
    background-color: #22b573;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    text-align: center;
    box-sizing: border-box;
    padding: 11px 5px;
  }
  table.type01 thead tr th:first-of-type {
    border-left: 1px solid #000000;
  }
  table.type01 tbody tr th {
    color: #ffffff;
    background-color: #22b573;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    text-align: center;
    box-sizing: border-box;
    padding: 11px 5px;
  }
  table.type01 tbody tr td {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    box-sizing: border-box;
    padding: 11px 5px;
  }
  table.type01.type_med {
    width: 100%;
  }
  table.type01.type_med thead tr th {
    width: 10%;
  }
  table.type01.type_med tbody tr th.height-line02 {
    height: 68px;
  }
  table.type01.type_med tbody tr td {
    text-align: center;
  }
  table.type01.type_med .text_l {
    display: inline-block;
    text-align: left;
  }
  table.type01.type_flow {
    width: 100%;
    color: #002f7b;
    text-align: center;
  }
  table.type01.type_flow thead tr th {
    width: 73.9166666667px;
  }
  table.type01.type_flow thead tr th.blank {
    width: 73px;
  }
  table.type01.type_flow .bg_01 {
    background-color: #cee5bb;
  }
  table.type01.type_flow .bg_02 {
    background-color: #fffde3;
  }
  /* TYPE02 */
  /* TYPE03 */
  /* TEXT */
  .rq {
    color: #ff0000;
    font-weight: bold;
  }
  .fl-cont .image {
    display: block;
    margin: 20px auto 10px auto;
  }
  /* RIPPLE */
  .ripple {
    position: relative;
    overflow: hidden;
  }
  .ripple .rp-effect {
    position: absolute;
    border-radius: 50%;
    opacity: 0.35;
    transform: scale(0);
    background: #FFF;
    animation: ripple 700ms;
    pointer-events: none;
  }
  @-webkit-keyframes ripple {
    to {
      opacity: 0;
      transform: scale(2);
    }
  }
  @keyframes ripple {
    to {
      opacity: 0;
      transform: scale(2);
    }
  }
  .blur {
    transition: all 0.2s ease-out;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
  }
}

/*# sourceMappingURL=snippets.css.map */
