@charset "UTF-8";
/* ANCHOR */
.btn-type01 > a {
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.4;
  padding: 14px 50px 14px 33px;
  box-sizing: border-box;
  background: url(../images/common/frame.svg) no-repeat top 3.5px left 3.5px/29px auto;
  background-color: #549cd1;
  position: relative;
  transition: filter 0.3s ease-in-out;
}
.btn-type01 > a:hover {
  filter: brightness(0.8);
}
.btn-type01 > a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 13px;
  background: url(../images/common/arrow.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(calc(-50% + 1px));
}
.btn-type01.size_large > a {
  font-size: 162.5%; /* 26px */
  padding: 25px 72px 25px 75px;
  background-image: url(../images/common/frame_l.svg);
  background-size: 48px auto;
}
.btn-type01.size_large > a:after {
  width: 12px;
  height: 21px;
  background-image: url(../images/common/arrow_l.svg);
  right: 45px;
}

.btn-type02 > a {
  display: inline-block;
  padding: 12px 58px 12px 45px;
  background-color: #f22313;
  text-decoration: none;
  letter-spacing: 0.04em;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
  transition: filter 0.3s ease-in-out;
}
.btn-type02 > a:hover {
  filter: brightness(0.8);
}
.btn-type02 > a:before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 16px;
  background: url(../images/common/frame.svg) no-repeat center/contain;
  position: absolute;
  top: 3.5px;
  left: 3.5px;
}
.btn-type02 > a:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 13px;
  background: url(../images/common/arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.btn-type02.size01 > a {
  width: 225px;
  text-align: center;
}

/* 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;
}

.mb_extends > li {
  margin-bottom: 10px !important;
}

.mb_extends02 > li {
  margin-bottom: 15px !important;
}

.alphabet-list {
  list-style-type: upper-alpha;
  padding-left: 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: #ffffff;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 15px !important;
  border: none;
  background-color: #549cd1;
  transition: 0.3s ease-in-out;
}
.pagenavi-box .wp-pagenavi a:hover {
  font-weight: bold;
  background-color: #f22313;
}
.pagenavi-box .wp-pagenavi span.current {
  font-weight: bold;
  background-color: #f22313;
}

#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;
}
#content .wp-editor.mode-archive img, #content .wp-editor.mode-archive video {
  display: none;
}

/* 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%;
}

/* 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;
}

figure {
  margin: 0;
}

@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@media print, all and (min-width: 751px) {
  /* ↓ listmark */
  /* ↓ title-level */
  .title-level01 {
    font-size: 187.5%; /* 34px */
    line-height: 1.65;
    font-weight: bold;
    padding: 8px 25px 8px 32px;
    margin-block: 5px 37px;
    border-left: 5px solid #c7000b;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5) 100%);
    position: relative;
    z-index: 2;
  }
  .title-level01:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/title01_bg.png) repeat-y bottom -50px right/478px auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
  }
  .title-level01:before {
    content: "";
    display: block;
    width: calc(100% + 5px);
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: -5px;
    right: 0;
  }
  .title-level01.size02 {
    display: flex;
    align-items: center;
    min-height: 93px;
    box-sizing: border-box;
    font-size: 175%; /* 28px */
    line-height: 1.375;
  }
  .title-level01_type02 {
    font-size: 212.5%; /* 34px */
    font-weight: bold;
    margin-bottom: 52px;
    line-height: 1.65;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .title-level01_type02 .inner {
    display: inline-block;
    padding-inline: 102px;
    position: relative;
  }
  .title-level01_type02 .inner:before, .title-level01_type02 .inner:after {
    content: "";
    display: inline-block;
    width: 78px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
  }
  .title-level01_type02 .inner:before {
    left: 0;
  }
  .title-level01_type02 .inner:after {
    right: 0;
  }
  .title-box01:has(.title-level01_type03) {
    text-align: center;
    margin-bottom: 40px;
  }
  .title-box01:has(.title-level01_type03) .en-text {
    display: block;
    font-size: 543.75%; /* 87px */
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: -4px;
  }
  .title-box01:has(.title-level01_type03) .title-level01_type03 {
    font-size: 212.5%; /* 34px */
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .title-level01_type04 {
    font-size: 225%; /* 36px */
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  .title-level02 {
    font-size: 137.5%; /* 22px */
    font-weight: bold;
    margin-bottom: 25px;
  }
  /* ↓ box */
  .bd-box {
    padding: 20px 30px 10px;
    border: 1px solid #000000;
  }
  .w-box {
    padding: 20px 30px 10px;
    background-color: #ffffff;
  }
  .c_back_bg {
    padding-block: 85px 110px;
    position: relative;
    z-index: 2;
  }
  .c_back_bg:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(10, 89, 151, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  figure figcaption {
    font-size: 87.5%; /* 14px */
  }
  figure figcaption .st {
    font-size: 112.5%; /* 18px */
    font-weight: 500;
  }
  .river-box:after {
    content: "";
    display: block;
    clear: both;
  }
  .river-box.type_r .image {
    float: right;
    margin: 0 0 15px 40px;
  }
  .river-box.type_r .image img {
    vertical-align: middle;
  }
  .std_image-box {
    display: grid;
    grid-template-columns: 1fr 427px;
    gap: 28px;
  }
  .variable-box {
    display: flex;
    gap: 0 30px;
  }
  .variable-box .stretch-box {
    flex: 1;
  }
  .variable-box .image img {
    vertical-align: middle;
  }
  .variable-box.pc_reverse {
    flex-direction: row-reverse;
  }
  .c_images-box {
    display: flex;
    justify-content: center;
    gap: 0 50px;
  }
  .c_images-box.gap10 {
    gap: 10px;
  }
  .c_images-box.gap20 {
    gap: 20px;
  }
  /* 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 {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  table.type01 thead tr th {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    box-sizing: border-box;
    padding: 6px 12px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    color: #002d6b;
    font-weight: bold;
  }
  table.type01 thead tr th:first-of-type {
    border-left: 1px solid #ffffff;
  }
  table.type01 tbody tr th {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 7px 18px;
    box-sizing: border-box;
    font-weight: bold;
  }
  table.type01 tbody tr td {
    border-right: 1px solid #ffffff;
    box-sizing: border-box;
    padding: 7px 18px;
    text-align: center;
  }
  table.type01 tbody tr:not(:last-of-type) th, table.type01 tbody tr:not(:last-of-type) td {
    border-bottom: 1px solid #ffffff;
  }
  table.type01 tbody tr.total-row th, table.type01 tbody tr.total-row td {
    border-image: linear-gradient(to top, #ffffff 1px, transparent 1px, transparent 7px) 1;
  }
  table.type01 tbody tr.total-row td {
    font-weight: bold;
  }
  /* TYPE02 */
  /* TYPE03 */
  .blur {
    transition: all 0.2s ease-out;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
  }
  .loading-box {
    min-height: 400px;
    background: url(../css/ajax-loader.gif) no-repeat center/80px auto;
  }
  .c_year-box {
    margin-bottom: 80px;
  }
  .c_year-box .year-list {
    display: inline-grid;
    grid-template-columns: repeat(6, 150px);
    gap: 10px;
    line-height: 1.6;
  }
  .c_year-box .year-list .item .inner {
    display: block;
    color: #FFFFFF;
    font-size: 112.5%; /* 18px */
    font-weight: 500;
    border: 1px solid #ffffff;
    text-align: center;
    padding: 10px 12px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .c_year-box .year-list .item .inner:hover {
    background-color: #f22313;
    border-color: #f22313;
  }
  .c_year-box .year-list .item.on .inner {
    background-color: #f22313;
    border-color: #f22313;
  }
  .c_line-frame {
    position: relative;
    padding-top: 30px;
  }
  .c_line-frame .line-top {
    width: calc(100% + 39px);
    height: 1px;
    background: linear-gradient(to left, #f22313 0, #f22313 78px, #ffffff 78px, #ffffff 100%);
    position: absolute;
    top: 0;
    right: 0;
  }
  .c_line-frame .line-top:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 50px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c_line-frame .line-side {
    width: 1px;
    height: calc(100% + 6px);
    background-color: #ffffff;
    position: absolute;
    top: -6px;
    left: -33px;
  }
  .c_line-frame .line-side:after {
    content: "";
    display: inline-block;
    width: 246px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c_line-column {
    border-top: 1px solid #ffffff;
  }
  .c_line-column > li {
    display: grid;
    grid-template-columns: 73px 1fr;
    border-bottom: 1px solid #ffffff;
    padding: 6px 17px 10px 17px;
    gap: 0 10px;
  }
  .c_line-column > li .year {
    display: inline-block;
    font-weight: bold;
  }
  .c_line-column > li .year .num {
    margin-right: 3px;
  }
  .c_line-column > li .cntbox > *:last-child {
    margin-bottom: 0;
  }
  .relation-list {
    border-top: 1px solid #ffffff;
  }
  .relation-list > li {
    display: grid;
    grid-template-columns: 370px 1fr;
    gap: 0 20px;
    padding-block: 8px;
    border-bottom: 1px solid #ffffff;
  }
  .relation-list > li .label {
    font-weight: bold;
    position: relative;
    padding-left: 16px;
    margin-left: 12px;
    text-decoration: none;
  }
  .relation-list > li .label:hover {
    text-decoration: underline;
  }
  .relation-list > li .label:before {
    content: "";
    display: block;
    width: 7px;
    height: 13px;
    background: url(../images/common/arrow.svg) no-repeat center/contain;
    position: absolute;
    top: 9px;
    left: 0;
  }
  .relation-list > li .cnt-area > *:last-child {
    margin-bottom: 0;
  }
  .relation-list > li .cnt-area .info {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 0 10px;
  }
  .faq-box .faq-list > li:not(:last-of-type) {
    margin-bottom: 105px;
  }
  .faq-box .faq-list > li .a-title {
    margin-bottom: 30px;
  }
  .voice-box {
    overflow-x: clip;
  }
  .voice-box .container-inner {
    width: 1080px;
  }
  .voice-box .voice-block:not(:last-of-type) {
    margin-bottom: 125px;
  }
  .voice-box .voice-block .visual-box {
    background-color: #ffffff;
    padding-inline: 60px;
    height: 375px;
    position: relative;
    z-index: 2;
  }
  .voice-box .voice-block .visual-box .visual {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .voice-box .voice-block .visual-box .visual img {
    vertical-align: middle;
  }
  .voice-box .voice-block .visual-box .visual:before {
    content: "";
    display: block;
    width: 100px;
    height: 100%;
    background: linear-gradient(to left, #ffffff 0, rgba(255, 255, 255, 0.95) 10px, transparent);
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
  }
  .voice-box .voice-block .visual-box .text-area {
    display: flex;
    justify-content: flex-end;
  }
  .voice-box .voice-block .visual-box .text-area .inner {
    color: #002d6b;
    text-align: center;
    padding: 50px 0 0 0;
  }
  .voice-box .voice-block .visual-box .text-area .inner .en-name {
    font-size: 425%; /* 68px */
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.04em;
    margin-bottom: 13px;
  }
  .voice-box .voice-block .visual-box .text-area .inner .en-name::first-letter {
    color: #f22313;
  }
  .voice-box .voice-block .visual-box .text-area .inner .voice-title {
    font-size: 150%; /* 24px */
    font-weight: bold;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
  }
  .voice-box .voice-block .visual-box .text-area .inner .name {
    font-size: 187.5%; /* 30px */
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 3px;
  }
  .voice-box .voice-block .cntbox {
    padding: 50px 60px 50px;
    background-color: rgba(98, 164, 213, 0.4);
    position: relative;
    z-index: 2;
  }
  .voice-box .voice-block .cntbox .text {
    margin-bottom: 35px;
  }
  .voice-box .voice-block .cntbox:before {
    content: "";
    display: block;
    width: 1239px;
    height: 1424px;
    background: url(../images/common/lifestrium.png) no-repeat center/contain;
    transform: rotateY(180deg);
    position: absolute;
    top: -510px;
    right: -600px;
    z-index: -1;
    pointer-events: none;
  }
  .voice-box .voice-block:nth-of-type(even) .visual-box .visual {
    left: auto;
    right: 0;
  }
  .voice-box .voice-block:nth-of-type(even) .visual-box .visual:before {
    background: linear-gradient(to right, #ffffff 0, rgba(255, 255, 255, 0.95) 10px, transparent);
    position: absolute;
    left: 0;
    right: auto;
  }
  .voice-box .voice-block:nth-of-type(even) .visual-box .text-area {
    justify-content: flex-start;
  }
  .voice-box .voice-block:nth-of-type(even) .cntbox:before {
    content: "";
    display: block;
    width: 1239px;
    height: 1424px;
    background: url(../images/common/lifestrium.png) no-repeat center/contain;
    transform: rotateY(0deg);
    position: absolute;
    top: -530px;
    right: auto;
    left: -635px;
    z-index: -1;
    pointer-events: none;
  }
  .voice-box .voice-block .line-side {
    z-index: 5;
  }
  .news-box.type-archive .news-list > li {
    display: grid;
    grid-template-columns: 118px 1fr;
    gap: 0 6px;
  }
  .news-box.type-archive .news-list > li .time-area {
    border-bottom: 1px solid #f22313;
    padding: 17px 8px;
  }
  .news-box.type-archive .news-list > li .time-area time {
    display: block;
    font-weight: bold;
    text-align: center;
    margin-top: 2px;
  }
  .news-box.type-archive .news-list > li .cntbox {
    padding: 17px 14px;
    border-bottom: 1px solid #ffffff;
  }
  .news-box.type-archive .news-list > li .cntbox a {
    text-decoration-thickness: 1px;
  }
  .news-box.type-archive .news-list > li .cntbox .title {
    font-size: 112.5%; /* 18px */
    font-weight: bold;
    margin-bottom: 4px;
  }
  .news-box.type-archive .news-list > li .cntbox .wp-editor > *:last-child {
    margin-bottom: 0;
  }
  .news-box.type-archive .news-list > li:first-of-type .time-area {
    border-top: 1px solid #f22313;
  }
  .news-box.type-archive .news-list > li:first-of-type .cntbox {
    border-top: 1px solid #ffffff;
  }
  .news-box.type-single {
    padding-bottom: 35px;
  }
  .news-box.type-single article {
    margin-bottom: 60px;
  }
  .news-box.type-single article .title-area .title {
    font-size: 156.25%; /* 25px */
    margin-bottom: 58px;
  }
  .news-box.type-single article .title-area .title .inner {
    text-align: left;
  }
  .news-box.type-single article .cnt-area {
    padding-bottom: 35px;
  }
  .news-box.type-single article .cnt-area time {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .news-box.type-single article .cnt-area .news-cnt {
    margin-bottom: 65px;
  }
  .news-box.type-single article .cnt-area .toback-box .btns {
    margin-bottom: 0;
  }
  .staff-box .staff-list > li {
    position: relative;
  }
  .staff-box .staff-list > li:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .staff-box .staff-list > li:before {
    content: "";
    display: block;
    width: calc(100% + 33px + 6px);
    height: 1px;
    background: linear-gradient(to left, #f22313 0%, #f22313 78px, #ffffff 78px, #ffffff 100%);
    position: absolute;
    top: 0;
    right: 0;
  }
  .staff-box .staff-list > li:after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background-color: #ffffff;
    position: absolute;
    left: -39px;
    top: 0;
  }
  .staff-box .staff-list > li .inner {
    padding-top: 27px;
    position: relative;
  }
  .staff-box .staff-list > li .inner:has(.image) {
    display: grid;
    grid-template-columns: 247px 1fr;
    gap: 0 40px;
  }
  .staff-box .staff-list > li .inner:before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 6px);
    background-color: #ffffff;
    position: absolute;
    top: -6px;
    left: -33px;
  }
  .staff-box .staff-list > li .inner:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: -33px;
    top: -6px;
  }
  .staff-box .staff-list > li .inner .image {
    height: 393px;
    margin-bottom: 0;
    position: relative;
  }
  .staff-box .staff-list > li .inner .image:after {
    content: "";
    display: block;
    width: 588px;
    height: 425px;
    background: url(../images/about/staff/staff_bg.png) no-repeat left top/588px auto;
    position: absolute;
    top: -27px;
    left: -32px;
    z-index: -1;
  }
  .staff-box .staff-list > li .inner .image img {
    vertical-align: middle;
  }
  .staff-box .staff-list > li .inner .text-box .name-box {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
    padding-bottom: 15px;
    margin-bottom: 27px;
    border-bottom: 1px solid #ffffff;
  }
  .staff-box .staff-list > li .inner .text-box .name-box .name-area {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
  .staff-box .staff-list > li .inner .text-box .name-box .name-area .name {
    font-size: 187.5%; /* 30px */
    font-weight: bold;
    margin-bottom: 0;
  }
  .staff-box .staff-list > li .inner .text-box .name-box .name-area .en_name {
    font-size: 185.714285%; /* 26px */
  }
  .staff-box .staff-list > li .inner .text-box .name-box .en_name {
    display: block;
    font-size: 162.5%; /* 26px */
    font-weight: bold;
    letter-spacing: -0.06em;
  }
  .staff-box .staff-list > li .inner .text-box {
    /* name-box */
  }
  .staff-box .staff-list > li .inner .text-box .detail-list {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 0 12px;
    line-height: 1.8125;
  }
  .staff-box .staff-list > li .inner .text-box .detail-list dt {
    max-width: 150px;
    color: #002d6b;
    background-color: #ffffff;
    font-weight: bold;
    border-radius: 50px;
    padding: 0 12px;
    margin-top: 3px;
    text-align: center;
    line-height: 1.55;
  }
  .staff-box .staff-list > li .inner .text-box .detail-list dt:not(:last-child) {
    margin-bottom: 12px;
  }
  .staff-box .staff-list > li .inner .text-box .detail-list dd {
    font-weight: 500;
  }
  .staff-box .staff-list > li .inner .text-box .detail-list dd:not(:last-child) {
    margin-bottom: 12px;
  }
  .staff-box .staff-list > li .inner .text-box .detail-list dd .license-list {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  /* common */
  .btn-type02 > a {
    font-size: 107.142857%;
  }
  figure figcaption {
    font-size: 89.285714%; /* 12.5px */
    margin-top: 3px;
  }
  figure figcaption .st {
    font-size: 112.5%; /* 18px */
    font-weight: 500;
  }
  .btn-type01.size_large > a {
    font-size: 128.571428%; /* 18px */
    padding: 18px 60px 18px 55px;
    background-size: 48px auto;
  }
  .btn-type01.size_large > a:after {
    width: 10px;
    height: 18px;
    background-image: url(../images/common/arrow_l.svg);
    background-repeat: no-repeat;
    right: 31px;
  }
  /* title-level */
  .title-level01 {
    font-size: 142.857142%; /* 20px */
    line-height: 1.55;
    font-weight: bold;
    border-left: 4px solid #c7000b;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5) 100%);
    padding: 6px 15px 6px 16px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
  }
  .title-level01:before {
    content: "";
    display: block;
    width: calc(100% + 4px);
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: -5px;
    right: 0;
  }
  .title-level01:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/title01_bg_sp.png) repeat-y top 73px right/278px auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
  }
  .title-level01_type02 {
    font-size: 164.285714%; /* 23px */
    font-weight: bold;
    line-height: 1.55;
    letter-spacing: 0.04em;
    margin-bottom: 40px;
    text-align: center;
  }
  .title-level01_type02 .inner {
    display: inline-block;
    padding-inline: 58px;
    position: relative;
  }
  .title-level01_type02 .inner:before, .title-level01_type02 .inner:after {
    content: "";
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
  }
  .title-level01_type02 .inner:before {
    left: 0;
  }
  .title-level01_type02 .inner:after {
    right: 0;
  }
  .title-box01:has(.title-level01_type03) {
    text-align: center;
    margin-bottom: 28px;
  }
  .title-box01:has(.title-level01_type03) .en-text {
    display: block;
    font-size: 428.571428%; /* 60px */
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.3);
  }
  .title-box01:has(.title-level01_type03) .title-level01_type03 {
    font-size: 178.571428%; /* 25px */
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .title-level01_type04 {
    font-size: 171.428571%; /* 24px */
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
  }
  .title-level02 {
    font-size: 121.428571%; /* 17px */
    font-weight: bold;
    margin-bottom: 15px;
  }
  /* box */
  .bd-box {
    padding: 10px 15px;
    border: 1px solid #000000;
  }
  .w-box {
    padding: 10px 15px;
    background-color: #ffffff;
  }
  .c_back_bg {
    padding-block: 65px 90px;
    position: relative;
    z-index: 2;
  }
  .c_back_bg:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(10, 89, 151, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .c_back_bg.sp_pad02 {
    padding-block: 45px;
  }
  .river-box .image {
    margin-bottom: 15px;
  }
  .river-box .image img {
    vertical-align: middle;
  }
  .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;
  }
  /* 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;
  }
  .t-scroller {
    overflow: auto;
  }
  .t-scroller::-webkit-scrollbar {
    height: 3px;
  }
  .t-scroller::-webkit-scrollbar-thumb {
    background: #d1d1d1;
  }
  .t-scroller::-webkit-scrollbar-track {
    background: transparent;
  }
  .t-scroller table {
    min-width: 600px;
    margin-inline: auto;
  }
  .t-scroller.size02 table {
    min-width: 450px;
  }
  .scroll-arrow {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
  }
  .scroll-arrow:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 10px;
    background-color: #ffffff;
    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: #ffffff;
    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: #ffffff;
    background-color: #002d6b;
    position: relative;
    z-index: 2;
  }
  /* 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;
  }
  /* TABLE */
  /* TYPE01 */
  table.type01 {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  table.type01 thead tr th {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    box-sizing: border-box;
    padding: 6px 8px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    color: #002d6b;
    font-weight: bold;
  }
  table.type01 thead tr th:first-of-type {
    border-left: 1px solid #ffffff;
  }
  table.type01 tbody tr th {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    padding: 7px 10px;
    box-sizing: border-box;
    font-weight: bold;
  }
  table.type01 tbody tr td {
    border-right: 1px solid #ffffff;
    box-sizing: border-box;
    padding: 7px 10px;
    text-align: center;
  }
  table.type01 tbody tr:not(:last-of-type) th, table.type01 tbody tr:not(:last-of-type) td {
    border-bottom: 1px solid #ffffff;
  }
  table.type01 tbody tr.total-row {
    position: relative;
  }
  table.type01 tbody tr.total-row:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 8px;
    left: 0;
  }
  table.type01 tbody tr.total-row th {
    padding-top: 15px;
  }
  table.type01 tbody tr.total-row td {
    padding-top: 15px;
    font-weight: bold;
  }
  /* TYPE01 */
  /* 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);
  }
  .loading-box {
    min-height: 200px;
    background: url(../css/ajax-loader.gif) no-repeat center/60px auto;
  }
  .c_year-box {
    margin-bottom: 70px;
  }
  .c_year-box .year-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 10px;
    margin: 0;
    line-height: 1.6;
  }
  .c_year-box .year-list .item .inner {
    display: block;
    color: #FFFFFF;
    font-size: 110.714285%; /* 15.5px */
    font-weight: 500;
    border: 1px solid #ffffff;
    text-align: center;
    padding: 8px 6px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .c_year-box .year-list .item .inner:hover {
    background-color: #f22313;
    border-color: #f22313;
  }
  .c_year-box .year-list .item.on .inner {
    background-color: #f22313;
    border-color: #f22313;
  }
  .c_line-frame {
    position: relative;
    padding-top: 25px;
  }
  .c_line-frame .line-top {
    width: calc(100% + 18px);
    height: 1px;
    background: linear-gradient(to left, #f22313 0, #f22313 78px, #ffffff 78px, #ffffff 100%);
    position: absolute;
    top: 0;
    right: 0;
  }
  .c_line-frame .line-top:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 50px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c_line-frame .line-side {
    width: 1px;
    height: calc(100% + 6px);
    background-color: #ffffff;
    position: absolute;
    top: -6px;
    left: -12px;
  }
  .c_line-frame .line-side:after {
    content: "";
    display: inline-block;
    width: 160px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .std_image-box .text-box {
    margin-bottom: 25px;
  }
  .variable-box .stretch-box {
    margin-bottom: 25px;
  }
  .c_line-column {
    border-top: 1px solid #ffffff;
  }
  .c_line-column > li {
    border-bottom: 1px solid #ffffff;
    padding: 6px 12px 10px 12px;
  }
  .c_line-column > li .year {
    display: inline-block;
    font-weight: bold;
  }
  .c_line-column > li .year .num {
    margin-right: 3px;
  }
  .c_line-column > li .cntbox > *:last-child {
    margin-bottom: 0;
  }
  .c_images-box .image:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .c_images-box .image img {
    vertical-align: middle;
  }
  .relation-list {
    border-top: 1px solid #ffffff;
  }
  .relation-list > li {
    padding: 11px 9px;
    border-bottom: 1px solid #ffffff;
  }
  .relation-list > li .label {
    display: block;
    font-weight: bold;
    position: relative;
    padding-left: 16px;
    margin-bottom: 1px;
  }
  .relation-list > li .label:before {
    content: "";
    display: block;
    width: 6px;
    height: 13px;
    background: url(../images/common/arrow.svg) no-repeat center/contain;
    position: absolute;
    top: 5.5px;
    left: 0;
  }
  .relation-list > li .cnt-area > *:last-child {
    margin-bottom: 0;
  }
  .relation-list > li .cnt-area .info {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0 10px;
  }
  .faq-box .faq-list > li:not(:last-of-type) {
    margin-bottom: 70px;
  }
  .faq-box .faq-list > li .a-title {
    margin-bottom: 15px;
  }
  .voice-box .voice-block:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .voice-box .voice-block .visual-box {
    margin-inline: -11px 0;
    color: #002d6b;
    background-color: #ffffff;
  }
  .voice-box .voice-block .visual-box .visual {
    margin-bottom: 0;
    height: 260px;
  }
  .voice-box .voice-block .visual-box .visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    vertical-align: middle;
  }
  .voice-box .voice-block .visual-box .text-area .inner {
    color: #002d6b;
    text-align: center;
    padding: 30px 15px 25px;
  }
  .voice-box .voice-block .visual-box .text-area .inner .en-name {
    font-size: 300%; /* 42px */
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 15px;
  }
  .voice-box .voice-block .visual-box .text-area .inner .en-name::first-letter {
    color: #f22313;
  }
  .voice-box .voice-block .visual-box .text-area .inner .voice-title {
    font-size: 135.714285%; /* 19px */
    font-weight: bold;
    letter-spacing: 0.04em;
    margin-bottom: 15px;
  }
  .voice-box .voice-block .visual-box .text-area .inner .name {
    font-size: 178.571428%; /* 25px */
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .voice-box .voice-block .visual-box .text-area .inner .status {
    margin-bottom: 0;
  }
  .voice-box .voice-block .cntbox {
    padding: 30px 20px 30px;
    margin-inline: -11px 0;
    background-color: rgba(98, 164, 213, 0.4);
    position: relative;
    z-index: 2;
  }
  .voice-box .voice-block .cntbox .text {
    margin-bottom: 20px;
  }
  .news-box.type-archive .news-list {
    border-top: 1px solid #ffffff;
    margin-inline: -15px;
  }
  .news-box.type-archive .news-list > li {
    border-bottom: 1px solid #ffffff;
    padding: 15px 15px 20px;
  }
  .news-box.type-archive .news-list > li .time-area time {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
  }
  .news-box.type-archive .news-list > li .cntbox a {
    text-decoration-thickness: 1px;
  }
  .news-box.type-archive .news-list > li .cntbox .title {
    font-size: 112.5%; /* 18px */
    font-weight: bold;
    margin-bottom: 6px;
  }
  .news-box.type-archive .news-list > li .cntbox .wp-editor > *:last-child {
    margin-bottom: 0;
  }
  .news-box.type-single {
    padding-bottom: 35px;
  }
  .news-box.type-single article {
    margin-bottom: 60px;
  }
  .news-box.type-single article .title-area {
    margin-inline: -15px;
  }
  .news-box.type-single article .title-area .title {
    font-size: 128.571428%; /* 18px */
    margin-bottom: 40px;
  }
  .news-box.type-single article .title-area .title .inner {
    padding-inline: 38px;
    text-align: left;
  }
  .news-box.type-single article .title-area .title .inner:before, .news-box.type-single article .title-area .title .inner:after {
    width: 25px;
  }
  .news-box.type-single article .cnt-area {
    padding-bottom: 35px;
  }
  .news-box.type-single article .cnt-area time {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .news-box.type-single article .cnt-area .news-cnt {
    margin-bottom: 65px;
  }
  .news-box.type-single article .cnt-area .toback-box .btns {
    margin-bottom: 0;
  }
  #content:has(.staff-box) {
    overflow-x: clip;
  }
  .staff-box .staff-list > li {
    position: relative;
    z-index: 2;
  }
  .staff-box .staff-list > li:not(:last-of-type) {
    margin-bottom: 85px;
  }
  .staff-box .staff-list > li:before {
    content: "";
    display: block;
    width: calc(100% + 18px);
    height: 1px;
    background: linear-gradient(to left, #f22313 0%, #f22313 55px, #ffffff 55px, #ffffff 100%);
    position: absolute;
    top: 0;
    right: 0;
  }
  .staff-box .staff-list > li:after {
    content: "";
    display: block;
    width: 1px;
    height: 35px;
    background-color: #ffffff;
    position: absolute;
    left: -18px;
    top: 0;
  }
  .staff-box .staff-list > li .inner {
    padding-block: 32px 8px;
    overflow-y: clip;
  }
  .staff-box .staff-list > li .inner:before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 5px);
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: -13px;
  }
  .staff-box .staff-list > li .inner:after {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: -13px;
    top: -5px;
  }
  .staff-box .staff-list > li .inner .image {
    text-align: center;
    margin-bottom: 14px;
    position: relative;
  }
  .staff-box .staff-list > li .inner .image:after {
    content: "";
    display: block;
    min-width: 490px;
    width: 120%;
    aspect-ratio: 588/425;
    background: url(../images/about/staff/staff_bg.png) no-repeat center/contain;
    position: absolute;
    top: -32px;
    left: -13px;
    z-index: -1;
  }
  .staff-box .staff-list > li .inner .image img {
    width: 160px;
    vertical-align: middle;
  }
  .staff-box .staff-list > li .inner .text-box .name-box {
    text-align: center;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
    margin-bottom: 25px;
    line-height: 1.65;
  }
  .staff-box .staff-list > li .inner .text-box .name-box .name-area .name {
    font-size: 143.75%; /* 23px */
    font-weight: bold;
    margin-bottom: 3px;
  }
  .staff-box .staff-list > li .inner .text-box .name-box .name-area .status {
    display: block;
    font-size: 107.142857%; /* 15px */
    margin-bottom: -2px;
  }
  .staff-box .staff-list > li .inner .text-box .name-box .en_name {
    display: block;
    font-size: 143.75%; /* 23px */
    font-weight: bold;
    letter-spacing: -0.06em;
  }
  .staff-box .staff-list > li .inner .text-box .detail-list {
    margin-bottom: 35px;
  }
  .staff-box .staff-list > li .inner .text-box .detail-list dt {
    width: 120px;
    color: #002d6b;
    background-color: #ffffff;
    font-weight: bold;
    border-radius: 50px;
    padding: 2px 12px;
    margin-bottom: 8px;
    box-sizing: border-box;
    text-align: center;
  }
  .staff-box .staff-list > li .inner .text-box .detail-list dd:not(:last-child) {
    margin-bottom: 18px;
  }
}
@media print, all and (min-width: 501px) and (max-width: 750px) {
  .scroll-arrow:has(+ .t-scroller.size02) {
    display: none;
  }
}

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