@charset "UTF-8";
/* ANCHOR */
.btn-type01 > a {
  display: inline-block;
  font-weight: 500;
  line-height: 1.55;
  color: #007e6b;
  border: 1px solid #007e6b;
  padding: 10px 57px 10px 20px;
  text-decoration: none;
  position: relative;
}
.btn-type01 > a:hover {
  opacity: 0.6;
}
.btn-type01 > a:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 8px;
  background-image: url(../images/common/arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(calc(-50% - 1px));
}

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

.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;
}

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

.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: #151c53;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 15px !important;
  border-color: #151c53 !important;
}
.pagenavi-box .wp-pagenavi span.current {
  color: #fff;
  background: #151c53;
}

.scroll-arrow {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}

.scroll-arrow:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  background-color: #151c53;
  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(calc(-50% + 1.5px));
}

.scroll-arrow:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 10px;
  background-color: #151c53;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(calc(-50% + 1.5px));
}

.scroll-arrow .inner {
  display: inline-block;
  font-weight: 700;
  font-size: 93.75%; /* 15px */
  padding: 0 15px;
  color: #151c53;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

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

figure.image figcaption {
  text-align: center;
  padding-top: 10px;
}

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

.list-type01 > li {
  position: relative;
  padding-left: 12px;
}
.list-type01 > li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  top: 15px;
  left: 2px;
}
.list-type01.type_link > li a {
  color: #007e6b;
  text-decoration: none;
}
.list-type01.type_link > li a:hover {
  text-decoration: underline;
}

@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@media print, all and (min-width: 751px) {
  .mb_text {
    margin-bottom: 30px;
  }
  .bibtn-area {
    display: grid;
    grid-template-columns: repeat(2, 384px);
    justify-content: center;
    gap: 0 80px;
  }
  .bibtn-area .btn {
    margin-bottom: 0;
  }
  .bibtn-area .btn > a {
    display: grid;
    place-items: center;
    color: #ffffff;
    padding: 20px 20px 16px;
    background-color: #007e6b;
    text-decoration: none;
    line-height: 1.45;
    text-align: center;
    transition: opacity 0.3s ease-in-out;
    box-sizing: border-box;
  }
  .bibtn-area .btn > a .text {
    display: inline-block;
    font-size: 131.25%; /* 21px */
    font-weight: 700;
    margin-bottom: 2px;
    position: relative;
  }
  .bibtn-area .btn > a .text:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 12px;
    background-image: url(../images/common/blank_icon.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 16px auto;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(calc(-50% + 1px));
  }
  .bibtn-area .btn > a .sub_text {
    display: block;
  }
  .bibtn-area .btn > a:hover {
    opacity: 0.8;
  }
  /* ↓ title-level */
  .title-level01 {
    font-size: 187.5%; /* 30px */
    font-weight: 700;
    color: #1d2088;
    text-align: center;
    line-height: 1.65;
    padding-bottom: 20px;
    margin-bottom: 54px;
    position: relative;
  }
  .title-level01:after {
    content: "";
    display: block;
    width: 45px;
    height: 15.5px;
    background-color: #1d2088;
    clip-path: polygon(0 0, 50% 50%, 100% 0, 100% 100%, 50% 50%, 0% 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .title-level02 {
    font-size: 168.75%; /* 27px */
    font-weight: 700;
    line-height: 1.65;
    margin-bottom: 25px;
    color: #007e6b;
  }
  .title-level03 {
    font-size: 131.25%; /* 21px */
    font-weight: 700;
    line-height: 1.65;
    padding: 0 1px 5px;
    margin-bottom: 13px;
    border-bottom: 1px solid #007e6b;
  }
  /* ↓ 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%;
  }
  /* 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.625;
  }
  table.type01 thead th {
    background-color: #e7e8ed;
    font-weight: 700;
    text-align: center;
    padding: 10px 15px;
    border-top: 1px solid #151c53;
    border-right: 1px solid #151c53;
    box-sizing: border-box;
  }
  table.type01 thead th:first-of-type {
    border-left: 1px solid #151c53;
  }
  table.type01 tbody tr th {
    font-weight: 700;
    padding: 11px 15px;
    border-left: 1px solid #151c53;
    border-right: 1px solid #151c53;
    border-bottom: 1px solid #151c53;
    text-align: center;
  }
  table.type01 tbody tr td {
    padding: 11px 15px;
    border-right: 1px solid #151c53;
    border-bottom: 1px solid #151c53;
  }
  table.type01 tbody tr:first-of-type th, table.type01 tbody tr:first-of-type td {
    border-top: 1px solid #151c53;
  }
  table.type01 tbody.td_center td {
    text-align: center;
  }
  table.type01 tbody.not-th tr td:first-of-type {
    border-left: 1px solid #151c53;
  }
  table.type01 tbody.th_left tr th {
    text-align: left;
  }
  table.type01 tbody.th_fw_normal tr th {
    font-weight: normal;
  }
  table.type01 tbody.td_fw tr td {
    font-weight: 700;
  }
  table.type01 tbody.td_text_center tr td {
    text-align: center;
  }
  table.type01 tbody.td_text_right tr td {
    text-align: right;
  }
  table.type01.column05 {
    width: 100%;
  }
  table.type01.column05 th, table.type01.column05 td {
    width: 20%;
  }
  table.type01.column06 {
    width: 100%;
  }
  table.type01.column06 th, table.type01.column06 td {
    width: 16.6666666667%;
  }
  /* TYPE02 */
  /* TYPE03 */
  table.type03 tbody tr th {
    padding: 15px 25px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 112.5%; /* 18px */
    font-weight: 700;
    background-color: #418b80;
    border-bottom: 1px solid #ffffff;
  }
  table.type03 tbody tr td {
    border-bottom: 1px solid #007e6b;
    padding: 15px 25px;
    box-sizing: border-box;
  }
  table.type03 tbody tr:first-of-type th {
    border-top: 1px solid #007e6b;
  }
  table.type03 tbody tr:first-of-type td {
    border-top: 1px solid #007e6b;
  }
  table.type03 tbody tr:last-of-type th {
    border-bottom: 1px solid #007e6b;
  }
  .blur {
    transition: all 0.2s ease-out;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
  }
  .flow_l-box .image {
    display: block;
    float: left;
    margin: 0 30px 30px 0;
  }
  .flow_l-box .image img {
    vertical-align: middle;
  }
  .flow_r-box .image {
    display: block;
    float: right;
    margin: 0 0 30px 30px;
  }
  .flow_r-box .image img {
    vertical-align: middle;
  }
  .c_images-box {
    display: flex;
    justify-content: center;
    gap: 0 50px;
  }
  .c_images-box .image {
    margin-bottom: 0;
  }
  .c_images-box .image img {
    vertical-align: middle;
  }
  .c_images-box.js-between {
    gap: 0;
    justify-content: space-between;
  }
  .c_images-box.gap0 {
    gap: 0;
  }
  .c_images-box.gap02 {
    gap: 0 30px;
  }
  .c_images-box.gap03 {
    gap: 0 70px;
  }
  .variable-box {
    display: flex;
    gap: 0 50px;
  }
  .variable-box .stretch-box {
    flex: 1;
  }
  .variable-box .image {
    margin-bottom: 0;
  }
  .variable-box .image img {
    vertical-align: middle;
  }
  .c_contact-box {
    color: #ffffff;
    background-color: #007e6b;
    padding: 40px 70px 60px;
    box-sizing: border-box;
    text-align: center;
  }
  .c_contact-box a {
    display: inline-block;
    color: #ffffff;
  }
  .c_contact-box .title {
    font-size: 175%; /* 28px */
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 15px;
    text-align: center;
  }
  .c_contact-box .d-text {
    font-size: 112.5%; /* 18px */
    font-weight: 700;
    margin-bottom: 37px;
  }
  .c_contact-box .contact-info {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 0 110px;
    line-height: 1.65;
  }
  .c_contact-box .contact-info .tel {
    padding-left: 50px;
    margin-bottom: 0;
    font-weight: 500;
    position: relative;
  }
  .c_contact-box .contact-info .tel .tellink {
    font-size: 162.5%; /* 26px */
  }
  .c_contact-box .contact-info .tel .s_text {
    font-size: 112.5%; /* 18px */
  }
  .c_contact-box .contact-info .tel:before {
    content: "";
    display: inline-block;
    width: 39px;
    height: 37px;
    background-image: url(../images/common/icon_tel.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 6px;
    left: 0;
  }
  .c_contact-box .contact-info .tel:after {
    content: "";
    display: block;
    width: 1px;
    height: 58px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
  }
  .c_contact-box .contact-info .mail {
    margin-bottom: 0;
    font-size: 143.75%; /* 23px */
    font-weight: 500;
    padding: 0 0 0 52px;
    margin-top: 4px;
    position: relative;
  }
  .c_contact-box .contact-info .mail a {
    text-decoration: none;
  }
  .c_contact-box .contact-info .mail a:hover {
    text-decoration: underline;
  }
  .c_contact-box .contact-info .mail:before {
    content: "";
    display: inline-block;
    width: 39px;
    height: 37px;
    background-image: url(../images/common/icon_mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: 0;
  }
  .c_flowbox > .one-block {
    display: grid;
    gap: 0 33px;
    grid-template-columns: 140px 1fr;
    align-items: center;
  }
  .c_flowbox > .one-block:not(:last-of-type) {
    margin-bottom: 7px;
  }
  .c_flowbox > .one-block .label-area {
    display: grid;
    place-items: center;
    height: 100%;
    min-height: 70px;
    padding: 8px 15px;
    background-color: #007e6b;
    box-sizing: border-box;
  }
  .c_flowbox > .one-block .label-area .label {
    color: #ffffff;
    line-height: 1.45;
    font-size: 125%; /* 20px */
    font-weight: 700;
    margin-bottom: 0;
  }
  .c_flowbox > .one-block .label-area .label .st_text {
    font-size: 135%; /* 27px */
    margin-right: 4px;
  }
  .c_flowbox > .one-block .flow-cnt > *:last-child {
    margin-bottom: 0;
  }
  .news-box.type-archive .news-list {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 0 12px;
    font-weight: 500;
  }
  .news-box.type-archive .news-list dd {
    margin-bottom: 20px;
  }
  .news-box.type-archive .news-list dd .title {
    margin-bottom: 2px;
    color: #007e6b;
  }
  .news-box.type-archive .news-list dd .title a {
    color: #007e6b;
  }
  .news-box.type-archive .news-list dd .cntbox > *:last-child {
    margin-bottom: 0;
  }
  .news-box.type-archive .news-list dd .cntbox img, .news-box.type-archive .news-list dd .cntbox video {
    display: none;
  }
  .news-box.type-single .article-box {
    margin-bottom: 90px;
  }
  .news-box.type-single .article-box .titles-box {
    padding: 0 5px 18px;
    margin-bottom: 40px;
    border-bottom: 1px solid #007e6b;
  }
  .news-box.type-single .article-box .titles-box .time {
    display: block;
    line-height: 1.55;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .news-box.type-single .article-box .titles-box .title {
    line-height: 1.65;
    font-size: 125%; /* 20px */
    color: #007e6b;
    font-weight: 700;
    margin-bottom: 0;
  }
  .staff-box .staff-list.layout01 {
    margin-bottom: 140px;
  }
  .staff-box .staff-list.layout01 > li:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .staff-box .staff-list.layout01 > li:has(.image-box) {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 0 70px;
  }
  .staff-box .staff-list.layout01 > li:has(.image-box) .image-box .image {
    margin-bottom: 0;
  }
  .staff-box .staff-list.layout01 > li:has(.image-box) .image-box .image img {
    vertical-align: middle;
  }
  .staff-box .staff-list.layout01 > li:not(:has(.image-box)) .text-box {
    margin-left: 330px;
  }
  .staff-box .staff-list.layout02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 90px 60px;
  }
  .staff-box .staff-list .text-box .name-box {
    color: #151c53;
    margin-bottom: 15px;
  }
  .staff-box .staff-list .text-box .name-box .status {
    display: inline-block;
    margin-bottom: 4px;
  }
  .staff-box .staff-list .text-box .name-box .name-area {
    line-height: 1.55;
  }
  .staff-box .staff-list .text-box .name-box .name-area .name {
    font-size: 156.25%; /* 25px */
    font-weight: 700;
    margin-right: 22px;
  }
  .staff-box .staff-list .text-box .detail-list {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 0 10px;
  }
  .staff-box .staff-list .text-box .detail-list dt {
    color: #007e6b;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .staff-box .staff-list .text-box .detail-list dd {
    margin-bottom: 15px;
  }
  .c_year-box {
    max-width: 1008px;
    margin-inline: auto;
    text-align: center;
    margin-bottom: 55px;
  }
  .c_year-box .year-list {
    display: inline-flex;
    flex-wrap: wrap;
    line-height: 1.6;
    margin: 0;
  }
  .c_year-box .year-list > li .inner {
    display: inline-block;
    width: 144px;
    padding: 9px 10px;
    font-size: 112.5%; /* 18px */
    font-weight: 700;
    border-right: 1px solid #1d2088;
    border-bottom: 1px solid #1d2088;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .c_year-box .year-list > li .inner:hover {
    color: #ffffff;
    background-color: #1d2088;
  }
  .c_year-box .year-list > li.on .inner {
    color: #ffffff;
    background-color: #1d2088;
  }
  .c_year-box .year-list > li:nth-child(7n+1) .inner {
    border-left: 1px solid #1d2088;
  }
  .c_year-box .year-list > li:nth-child(-n+7) .inner {
    border-top: 1px solid #1d2088;
  }
}
@media only screen and (max-width: 750px) {
  /* COMMON */
  .mb_text {
    margin-bottom: 25px;
  }
  .bibtn-area {
    max-width: 384px;
    margin-inline: auto;
  }
  .bibtn-area .btn {
    margin-bottom: 0;
  }
  .bibtn-area .btn:not(:last-of-type) {
    margin-bottom: 18px;
  }
  .bibtn-area .btn > a {
    display: grid;
    place-items: center;
    color: #ffffff;
    padding: 18px 22px 14px;
    background-color: #007e6b;
    text-decoration: none;
    line-height: 1.45;
    text-align: center;
    transition: opacity 0.3s ease-in-out;
    box-sizing: border-box;
  }
  .bibtn-area .btn > a .text {
    display: inline-block;
    font-size: 125%; /* 20px */
    font-weight: 700;
    margin-bottom: 2px;
    position: relative;
  }
  .bibtn-area .btn > a .text:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    background-image: url(../images/common/blank_icon.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 14px auto;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(calc(-50% + 1px));
  }
  .bibtn-area .btn > a .sub_text {
    display: block;
  }
  .bibtn-area .btn > a:hover {
    opacity: 0.8;
  }
  /* ANCHOR */
  /* BTN */
  /* listmark */
  /* title-level */
  .title-level01 {
    font-size: 156.25%; /* 25px */
    font-weight: 700;
    color: #1d2088;
    text-align: center;
    line-height: 1.65;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
  }
  .title-level01:after {
    content: "";
    display: block;
    width: 45px;
    height: 15.5px;
    background-color: #1d2088;
    clip-path: polygon(0 0, 50% 50%, 100% 0, 100% 100%, 50% 50%, 0% 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .title-level02 {
    font-size: 137.5%; /* 22px */
    font-weight: 700;
    line-height: 1.65;
    margin-bottom: 23px;
    color: #007e6b;
  }
  .title-level03 {
    font-size: 118.75%; /* 19px */
    font-weight: 700;
    line-height: 1.65;
    padding: 0 1px 5px;
    margin-bottom: 13px;
    border-bottom: 1px solid #007e6b;
  }
  /* 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;
  }
  /* 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 */
  .tscroller {
    overflow: auto;
  }
  .tscroller table {
    min-width: 850px;
  }
  .tscroller.table-size600 table {
    min-width: 600px;
  }
  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.fs_size14 {
    font-size: 87.5%; /* 14px */
  }
  /* TABLE */
  /* TYPE01 */
  table.type01 {
    line-height: 1.625;
  }
  table.type01 thead th {
    background-color: #e7e8ed;
    font-weight: 700;
    text-align: center;
    padding: 10px 15px;
    border-top: 1px solid #151c53;
    border-right: 1px solid #151c53;
    box-sizing: border-box;
  }
  table.type01 thead th:first-of-type {
    border-left: 1px solid #151c53;
  }
  table.type01 tbody tr th {
    font-weight: 700;
    padding: 11px 15px;
    border-left: 1px solid #151c53;
    border-right: 1px solid #151c53;
    border-bottom: 1px solid #151c53;
    text-align: center;
  }
  table.type01 tbody tr td {
    padding: 11px 15px;
    border-right: 1px solid #151c53;
    border-bottom: 1px solid #151c53;
  }
  table.type01 tbody tr:first-of-type th, table.type01 tbody tr:first-of-type td {
    border-top: 1px solid #151c53;
  }
  table.type01 tbody.td_center td {
    text-align: center;
  }
  table.type01 tbody.not-th tr td:first-of-type {
    border-left: 1px solid #151c53;
  }
  table.type01 tbody.th_left tr th {
    text-align: left;
  }
  table.type01 tbody.th_fw_normal tr th {
    font-weight: normal;
  }
  table.type01 tbody.td_fw tr td {
    font-weight: 700;
  }
  table.type01 tbody.td_text_center tr td {
    text-align: center;
  }
  table.type01 tbody.td_text_right tr td {
    text-align: right;
  }
  table.type01.column05 {
    width: 100%;
  }
  table.type01.column05 th, table.type01.column05 td {
    width: 20%;
  }
  table.type01.column06 {
    width: 100%;
  }
  table.type01.column06 th, table.type01.column06 td {
    width: 16.6666666667%;
  }
  /* TYPE02 */
  /* TYPE03 */
  table.type03 tbody tr th {
    display: inline-block;
    padding: 8px 15px;
    width: 100%;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 106.25%; /* 17px */
    font-weight: 700;
    background-color: #418b80;
  }
  table.type03 tbody tr td {
    display: inline-block;
    width: 100%;
    padding: 20px 20px 20px;
    box-sizing: border-box;
  }
  table.type03 tbody tr:first-of-type th {
    border-top: 1px solid #007e6b;
  }
  table.type03 tbody tr:first-of-type td {
    border-top: 1px solid #007e6b;
  }
  table.type03 tbody tr:last-of-type th {
    border-bottom: 1px solid #007e6b;
  }
  /* 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;
  }
  .flow_l-box .image, .flow_r-box .image {
    margin-bottom: 25px;
  }
  .flow_l-box .image img, .flow_r-box .image img {
    vertical-align: middle;
  }
  .c_images-box .image {
    margin-bottom: 0;
  }
  .c_images-box .image:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .c_images-box .image img {
    vertical-align: middle;
  }
  .variable-box .stretch-box {
    margin-bottom: 25px;
  }
  .variable-box .image {
    margin-bottom: 0;
  }
  .variable-box .image img {
    vertical-align: middle;
  }
  .variable-box.sp_imgup {
    display: flex;
    flex-direction: column-reverse;
  }
  .variable-box.sp_imgup .stretch-box {
    margin-bottom: 0;
  }
  .variable-box.sp_imgup .fix-box {
    margin-bottom: 25px;
  }
  .c_contact-box {
    color: #ffffff;
    background-color: #007e6b;
    padding: 35px 30px 45px;
    box-sizing: border-box;
    text-align: center;
  }
  .c_contact-box a {
    display: inline-block;
    color: #ffffff;
  }
  .c_contact-box .title {
    font-size: 156.25%; /* 25px */
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 20px;
    text-align: center;
  }
  .c_contact-box .d-text {
    font-size: 106.25%; /* 18px */
    font-weight: 700;
    margin-bottom: 30px;
  }
  .c_contact-box .contact-info {
    line-height: 1.65;
  }
  .c_contact-box .contact-info .tel {
    display: inline-block;
    padding: 0 20px 20px 50px;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
  }
  .c_contact-box .contact-info .tel .tellink {
    display: inline-block;
    font-size: 162.5%; /* 26px */
  }
  .c_contact-box .contact-info .tel .s_text {
    display: inline-block;
    font-size: 112.5%; /* 18px */
  }
  .c_contact-box .contact-info .tel:before {
    content: "";
    display: inline-block;
    width: 39px;
    height: 37px;
    background-image: url(../images/common/icon_tel.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 6px;
    left: 0;
  }
  .c_contact-box .contact-info .tel:after {
    content: "";
    display: block;
    width: calc(100% + 40px);
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .c_contact-box .contact-info .mail {
    display: inline-block;
    margin-bottom: 0;
    font-size: 125%; /* 20px */
    font-weight: 500;
    padding: 0 0 0 44px;
    position: relative;
  }
  .c_contact-box .contact-info .mail a {
    text-decoration: none;
  }
  .c_contact-box .contact-info .mail a:hover {
    text-decoration: underline;
  }
  .c_contact-box .contact-info .mail:before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 26px;
    background-image: url(../images/common/icon_mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px auto;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .c_flowbox > .one-block:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .c_flowbox > .one-block .label-area {
    display: grid;
    place-items: center;
    width: 140px;
    padding: 8px 15px;
    margin: 0 auto 10px;
    background-color: #007e6b;
    box-sizing: border-box;
  }
  .c_flowbox > .one-block .label-area .label {
    color: #ffffff;
    line-height: 1.45;
    font-size: 112.5%; /* 18px */
    font-weight: 700;
    margin-bottom: 0;
  }
  .c_flowbox > .one-block .label-area .label .st_text {
    font-size: 133.333333%; /* 24px */
    margin-right: 4px;
  }
  .c_flowbox > .one-block .flow-cnt > *:last-child {
    margin-bottom: 0;
  }
  .news-box.type-archive .news-list {
    font-weight: 500;
  }
  .news-box.type-archive .news-list dd {
    margin-bottom: 25px;
  }
  .news-box.type-archive .news-list dd .title {
    margin-bottom: 2px;
    color: #007e6b;
  }
  .news-box.type-archive .news-list dd .title a {
    color: #007e6b;
  }
  .news-box.type-archive .news-list dd .cntbox > *:last-child {
    margin-bottom: 0;
  }
  .news-box.type-archive .news-list dd .cntbox img, .news-box.type-archive .news-list dd .cntbox video {
    display: none;
  }
  .news-box.type-single .article-box {
    margin-bottom: 80px;
  }
  .news-box.type-single .article-box .titles-box {
    padding: 0 4px 16px;
    margin-bottom: 35px;
    border-bottom: 1px solid #007e6b;
  }
  .news-box.type-single .article-box .titles-box .time {
    display: block;
    line-height: 1.55;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .news-box.type-single .article-box .titles-box .title {
    line-height: 1.65;
    font-size: 112.5%; /* 18px */
    color: #007e6b;
    font-weight: 700;
    margin-bottom: 0;
  }
  .news-box.type-single .article-box .cnt-box img {
    margin-bottom: 10px;
  }
  .staff-box .staff-list.layout01 {
    margin-bottom: 110px;
  }
  .staff-box .staff-list.layout01 > li:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .staff-box .staff-list.layout01 > li .image-box {
    margin-bottom: 13px;
  }
  .staff-box .staff-list.layout01 > li .image-box .image {
    margin-bottom: 0;
    text-align: center;
  }
  .staff-box .staff-list.layout01 > li .image-box .image img {
    width: 190px;
    vertical-align: middle;
  }
  .staff-box .staff-list.layout02 > li:not(:last-of-type) {
    margin-bottom: 45px;
  }
  .staff-box .staff-list .text-box .name-box {
    color: #151c53;
    text-align: center;
    margin-bottom: 20px;
  }
  .staff-box .staff-list .text-box .name-box .name-area {
    line-height: 1.55;
  }
  .staff-box .staff-list .text-box .name-box .name-area .name {
    display: block;
    font-size: 156.25%; /* 25px */
    font-weight: 700;
  }
  .staff-box .staff-list .text-box .name-box .name-area .en-name {
    display: block;
  }
  .staff-box .staff-list .text-box .detail-list dt {
    color: #007e6b;
    font-weight: 700;
  }
  .staff-box .staff-list .text-box .detail-list dd {
    margin-bottom: 15px;
  }
  .c_year-box {
    text-align: center;
    margin-bottom: 65px;
  }
  .c_year-box .year-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 10px;
    margin: 0;
  }
  .c_year-box .year-list > li .inner {
    display: block;
    width: 100%;
    padding: 6px 8px;
    box-sizing: border-box;
    text-align: center;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 106.25%;
    font-weight: bold;
    border: 1px solid #1d2088;
    transition: 0.3s ease-in-out;
  }
  .c_year-box .year-list > li .inner:hover {
    color: #ffffff;
    background-color: #1d2088;
  }
  .c_year-box .year-list > li.on .inner {
    color: #ffffff;
    background-color: #1d2088;
  }
  @-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 */
