@charset "UTF-8";
/* ANCHOR */
.btn-type01 > a {
  display: inline-block;
  position: relative;
  font-size: 112.5%; /* 18px */
  font-weight: bold;
  padding: 12px 25px 12px 41px;
  color: #231815;
  background-color: #46bef1;
  line-height: 1.45;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}
.btn-type01 > a:hover {
  opacity: 0.7;
}
.btn-type01 > a:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 7px;
  background-image: url(../images/common/arrow02_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.btn-type01 > a[target=_blank] {
  padding-right: 63px;
}
.btn-type01 > a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 16px;
  background-image: url(../images/common/blank_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.btn-type02 > a {
  display: inline-block;
  font-size: 112.5%; /* 18px */
  font-weight: bold;
  line-height: 1.45;
  text-decoration: none;
  color: #000;
  background-color: #46bef1;
  padding: 12px 25px 12px 40px;
  position: relative;
}
.btn-type02 > a:hover {
  opacity: 0.7;
}
.btn-type02 > a:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 7px;
  background-image: url(../images/common/arrow02_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.btn-type02.co02 > a {
  background-color: #78ce56;
}
.btn-type02.size02 > a {
  width: 195px;
  box-sizing: border-box;
}

.btn-type03 > a {
  display: inline-block;
  line-height: 1.55;
  font-family: YuGothic, "Noto Sans JP", sans-serif;
  font-size: 137.5%; /* 22px */
  font-weight: 600;
  padding: 15px 35px;
  color: #000;
  background-color: #46bef1;
  text-decoration: none;
  border-radius: 10px;
  position: relative;
  transition: filter 0.3s ease-in-out;
}
.btn-type03 > a:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 7px;
  background-image: url(../images/common/arrow02_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% - 1px));
}
.btn-type03 > a:hover {
  filter: brightness(0.8);
}
.btn-type03.size02 > a {
  width: 280px;
  padding-block: 28px;
  box-sizing: border-box;
  text-align: center;
}
.btn-type03.co02 > a {
  background-color: #78ce56;
}

/* 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-pagenavi {
  clear: both;
  text-align: center;
  display: inline-block;
  margin: 0 0 10px;
}
.wp-pagenavi a {
  display: inline-block;
  color: #494949;
  font-size: 14px;
  text-decoration: none;
  border-right: 1px solid #7D6A2E;
  padding: 0 15px;
}
.wp-pagenavi a:first-child {
  border-left: 1px solid #7D6A2E;
}
.wp-pagenavi span {
  display: inline-block;
  color: #494949;
  font-size: 14px;
  text-decoration: none;
  border-right: 1px solid #7D6A2E;
  padding: 0 15px;
}
.wp-pagenavi span:first-child {
  border-left: 1px solid #7D6A2E;
}
.wp-pagenavi span.current {
  color: #7D6A2E;
}

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

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

.rq_s {
  color: #ff0000;
}

.str {
  color: #46bef1;
  font-weight: bold;
}

.str_s {
  color: #46bef1;
}

.str02 {
  color: #00326c;
  font-weight: bold;
}

.str02_s {
  color: #00326c;
}

.str02_b {
  color: #00326c;
  font-size: 112.5%;
  font-weight: bold;
}

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

.c_space01 {
  letter-spacing: 0.75em;
}

.c_space01_center {
  letter-spacing: 0.75em;
  text-indent: 0.75em;
  text-align: center;
}

.listmark-type01 > li {
  position: relative;
  padding-left: 17px;
}
.listmark-type01 > li:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #46bef1;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}
.listmark-type01 > li a[target=_blank] {
  display: inline-block;
}
.listmark-type01 > li a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 16px;
  background-image: url(../images/common/blank_icon_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin: 0 0 3px 5px;
}
.listmark-type01.st > li {
  font-weight: bold;
  color: #00326c;
}
.listmark-type01.st_b > li {
  font-size: 106.25%;
  font-weight: bold;
  color: #00326c;
}
.listmark-type01.st_b > li:before {
  top: 11.5px;
}
.listmark-type01.co02 > li:before {
  background-color: #78ce56;
}

.anc_w-list {
  line-height: 1.777777;
}
.anc_w-list > li:not(:last-of-type) {
  margin-bottom: 18px;
}
.anc_w-list > li a {
  display: inline-block;
  position: relative;
  font-size: 112.5%; /* 18px */
  color: #000;
  padding-left: 20px;
  text-decoration: none;
}
.anc_w-list > li a:hover {
  text-decoration: underline;
}
.anc_w-list > li a:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background-image: url(../images/common/ancer_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 9px;
  left: 0;
}
.anc_w-list > li a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 22px;
  background-image: url(../images/common/blank_icon02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin: 0 0 5px 10px;
}
.anc_w-list > li a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 30px;
  background-image: url(../images/common/pdf_icon_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin: 0 0 4px 10px;
}

/* 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) {
  .c_clinkarea {
    display: flex;
    justify-content: center;
    gap: 0 20px;
  }
  /* ↓ listmark */
  .listmark-type01.lay_colum03 {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 0 8px;
  }
  .listmark-type01.lay_colum-auto {
    display: flex;
    flex-wrap: wrap;
    gap: 0 18px;
  }
  .c_list-colum {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
  }
  .c_list-colum ul {
    margin-bottom: 0;
  }
  .c_list-colum.type_auto {
    grid-template-columns: repeat(2, auto);
  }
  /* ↓ title-level */
  .title-level01 {
    font-size: 162.5%; /* 26px */
    line-height: 1.65;
    padding-top: 62px;
    margin-bottom: 37px;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .title-level01:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 50px;
    background: linear-gradient(to bottom, #46bef1 50%, #78ce56 50%, #78ce56 100%);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .title-level01.space01 {
    letter-spacing: 0.75em;
    text-indent: 0.75em;
  }
  .title-level01_en {
    font-family: "Philosopher", sans-serif;
    font-style: italic;
    font-size: 375%; /* 60px */
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: #46bef1;
    text-align: center;
    margin-bottom: 43px;
  }
  .title-level02 {
    font-size: 137.5%; /* 22px */
    font-weight: bold;
    line-height: 1.65;
    margin-bottom: 20px;
    color: #00326c;
    text-align: center;
  }
  .title-level02_sq {
    color: #00326c;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 125%; /* 20px */
    font-weight: 600;
    line-height: 1.65;
    padding-left: 16px;
    margin-bottom: 11px;
    position: relative;
  }
  .title-level02_sq:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #78ce56;
    position: absolute;
    top: 11px;
    left: 0;
  }
  .title-level02_sq.marg02 {
    margin-bottom: 20px;
  }
  /* ↓ box */
  .bd-box {
    padding: 20px 30px 10px;
    border: 1px solid #000000;
  }
  .w-box {
    padding: 20px 30px 10px;
    background-color: #ffffff;
  }
  .c_colors-box {
    padding: 20px 18px;
    background-color: #ebf8e6;
  }
  .c_colors-box > *:last-child {
    margin-bottom: 0;
  }
  .c_colors-box.pad02 {
    padding: 35px 30px 30px;
  }
  .river-box .image img {
    vertical-align: middle;
  }
  .river-box.type_l .image {
    float: left;
    margin: 0 30px 15px 0;
  }
  /* 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;
  }
  /* 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: 0 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 */
  /* TYPE02 */
  /* TYPE03 */
  .blur {
    transition: all 0.2s ease-out;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
  }
  .c_imagesbox {
    display: flex;
    justify-content: center;
    gap: 0 5px;
  }
  .c_imagesbox .image {
    margin-bottom: 0;
  }
  .c_imagesbox .image img {
    vertical-align: middle;
  }
  .c_imagesbox.clom03 {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 10px;
  }
  .c_imagesbox.gap45 {
    gap: 0 45px;
  }
  .c_imagesbox.gap70 {
    gap: 0 70px;
  }
  .c_flowlist {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 0 25px;
    line-height: 1.65;
  }
  .c_flowlist dt {
    padding: 19px 12px 15px;
    font-weight: bold;
    box-sizing: border-box;
    color: #00326c;
    background-color: #ebf8e6;
  }
  .c_flowlist dd {
    padding: 19px 0 10px;
    box-sizing: border-box;
  }
  .c_flowlist dd:not(:last-child) {
    position: relative;
  }
  .c_flowlist dd:not(:last-child):before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 23px;
    background-image: url(../images/common/arrow03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -12px;
    left: 0;
  }
  .c_flowlist.type_year dt {
    padding-block: 12px;
  }
  .c_flowlist.type_year dt .num {
    display: inline-block;
    font-size: 137.5%; /* 22px */
    transform: translateY(1px);
    padding-right: 1px;
  }
  .c_flowlist.co02 dt {
    background-color: #e3f5fd;
  }
  .c_flowlist.co02 dd:not(:last-child):before {
    background-image: url(../images/common/arrow03-blue.svg);
  }
  .c_batch-imagebox {
    width: 580px;
    margin: 0 auto;
    position: relative;
  }
  .c_batch-imagebox .batch {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 106px;
    background-image: url("../images/common/grade_batch.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .c_batch-imagebox .batch.type01 {
    line-height: 1.5;
    font-size: 125%; /* 20px */
  }
  .c_batch-imagebox .image {
    padding-top: 53px;
    margin-bottom: 0;
  }
  .c_batch-imagebox .image img {
    vertical-align: middle;
  }
  .c_circle-num {
    display: grid;
    grid-template-columns: repeat(3, 200px);
    justify-content: center;
    gap: 0 40px;
  }
  .c_circle-num > .item {
    width: 200px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 15px 0;
  }
  .c_circle-num > .item .label {
    display: grid;
    place-items: center;
    text-align: center;
    line-height: 1.555555;
    font-size: 112.5%; /* 18px */
    font-weight: bold;
  }
  .c_circle-num > .item .circle {
    width: 160px;
    height: 160px;
    margin-inline: auto;
    color: #ffffff;
    font-size: 168.75%; /* 27px */
    text-align: center;
    font-weight: bold;
    line-height: 1.35;
    padding-top: 54px;
    box-sizing: border-box;
    background-image: url(../images/common/grade_batch.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .c_circle-num > .item .circle .num {
    font-size: 140.74074%; /* 38px */
  }
  .c_circle-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px;
  }
  .c_circle-link > .item {
    display: grid;
    place-items: center;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 2px solid #78ce56;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: opacity 0.3s ease-in-out;
  }
  .c_circle-link > .item:hover {
    opacity: 0.7;
  }
  .c_circle-link > .item .inner {
    display: inline-block;
    font-size: 137.5%; /* 22px */
    line-height: 1.454545;
    padding-bottom: 10px;
    color: #78ce56;
    font-weight: bold;
  }
  .c_circle-link > .item:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 7px;
    background-image: url(../images/common/arrow02-green_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
  }
  .c_ga-links {
    display: grid;
    grid-template-columns: repeat(2, 455px);
    gap: 35px 50px;
  }
  .c_ga-links > .one-block {
    display: block;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
  }
  .c_ga-links > .one-block:hover {
    opacity: 0.7;
  }
  .c_ga-links > .one-block .arrow-btn {
    display: block;
    text-align: center;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 137.5%; /* 22px */
    margin-bottom: 6px;
    position: relative;
  }
  .c_ga-links > .one-block .arrow-btn:before {
    content: "";
    display: inline-block;
    width: 54px;
    height: 8px;
    background-image: url("../images/common/arrow_icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 18px;
    left: 0;
  }
  .c_ga-links > .one-block .l_image {
    margin-bottom: 0;
  }
  .c_ga-links > .one-block .l_image img {
    vertical-align: middle;
  }
  .c_colum-link {
    background-color: #e3f5fd;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    gap: 0 15px;
  }
  .c_colum-link.a_center {
    align-items: center;
  }
  .c_colum-link .text-area {
    flex: 1;
  }
  .c_colum-link .text-area > *:last-child {
    margin-bottom: 0;
  }
  .c_colum-link .text-area .text_st {
    color: #00326c;
    font-size: 137.5%; /* 22px */
    font-weight: bold;
  }
  .c_colum-link .btn {
    margin-bottom: 0;
  }
  .c_colos-list {
    line-height: 1.875;
  }
  .c_colos-list > li {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 0 20px;
    padding: 13px 20px;
  }
  .c_colos-list > li:nth-of-type(odd) {
    background-color: #e3f5fd;
  }
  .c_colos-list > li .label {
    align-self: center;
  }
  .c_colos-list > li .cntbox > *:last-child {
    margin-bottom: 0;
  }
  .c_rowcolum {
    width: 300px;
  }
  .c_rowcolum .label {
    font-size: 112.5%; /* 18px */
    font-weight: bold;
    line-height: 1.45;
    padding: 7px 15px;
    margin-bottom: 0;
    text-align: center;
    color: #ffffff;
    background-color: #78ce56;
  }
  .c_rowcolum .cntbox {
    text-align: center;
    background-color: #ebf8e6;
    line-height: 1.555555;
    padding: 15px 0 27px;
  }
  .c_rowcolum .cntbox .s_title {
    font-size: 112.5%; /* 18px */
    font-weight: bold;
    color: #78ce56;
    margin-bottom: 14px;
  }
  .c_rowcolum .cntbox .rowar-list {
    margin-bottom: 0;
  }
  .c_rowcolum .cntbox .rowar-list > li {
    color: #00326c;
    font-size: 125%; /* 20px */
    padding-inline: 10px;
    margin-bottom: 3px;
    font-weight: bold;
  }
  .c_rowcolum .cntbox .rowar-list > li:not(:last-of-type) {
    position: relative;
    padding-bottom: 24px;
  }
  .c_rowcolum .cntbox .rowar-list > li:not(:last-of-type):before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 23px;
    background-image: url(../images/common/arrow03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
  }
  .c_rowcolum .cntbox .rowar-list > li .s_text {
    font-size: 80%; /* 16px */
  }
  .c_rowcolum.co02 .label {
    background-color: #46bef1;
  }
  .c_rowcolum.co02 .cntbox {
    background-color: #e3f5fd;
  }
  .c_rowcolum.co02 .cntbox .s_title {
    color: #46bef1;
  }
  .c_rowcolum.co02 .cntbox .rowar-list > li:not(:last-of-type):before {
    background-image: url(../images/common/arrow03-blue.svg);
  }
  .c_rowcolum-box .c_rowcolum {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
  .c_rowcolum-box.clom03 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
  }
  .c_rowcolum-box.s_title_line02 .s_title {
    min-height: 56px;
    display: grid;
    place-items: center;
  }
  .c_rowcolum-box.s_title_line03 .s_title {
    min-height: 84px;
    display: grid;
    place-items: center;
  }
  .c_rowcolum-box .c_rowcolum:nth-of-type(even) .label {
    background-color: #46bef1;
  }
  .c_rowcolum-box .c_rowcolum:nth-of-type(even) .cntbox {
    background-color: #e3f5fd;
  }
  .c_rowcolum-box .c_rowcolum:nth-of-type(even) .cntbox .s_title {
    color: #46bef1;
  }
  .c_rowcolum-box .c_rowcolum:nth-of-type(even) .cntbox .rowar-list > li:not(:last-of-type):before {
    background-image: url(../images/common/arrow03-blue.svg);
  }
  .c_colors-linkslist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 100px;
  }
  .c_colors-linkslist > li > a {
    display: block;
    font-size: 125%; /* 20px */
    font-weight: bold;
    line-height: 1.55;
    padding: 10px 25px 10px 41px;
    background-color: #e3f5fd;
    text-decoration: none;
    position: relative;
    transition: opacity 0.3s ease-in-out;
  }
  .c_colors-linkslist > li > a:hover {
    opacity: 0.7;
  }
  .c_colors-linkslist > li > a:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 7px;
    background-image: url("../images/common/arrow02-blue_icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .c_colors-linkslist > li > a[target=_blank] {
    padding-right: 63px;
  }
  .c_colors-linkslist > li > a[target=_blank]:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 30px;
    background-image: url(../images/common/pdf_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .c_harfbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 50px;
  }
  .variable-box {
    display: flex;
    gap: 0 45px;
  }
  .variable-box .text-box {
    flex: 1;
    margin-bottom: 20px;
  }
  .variable-box .image-box .image img {
    vertical-align: middle;
  }
  .imgwrap-box {
    max-width: 1280px;
    margin-inline: auto;
    position: relative;
    display: flex;
  }
  .imgwrap-box .image-box {
    width: 50%;
    padding-right: 120px;
    box-sizing: border-box;
  }
  .imgwrap-box .image-box .image {
    margin-bottom: 0;
  }
  .imgwrap-box .image-box .image img {
    vertical-align: middle;
  }
  .imgwrap-box .text-box {
    width: 550px;
    margin-left: -70px;
  }
  .imgwrap-box.img_right {
    justify-content: flex-end;
  }
  .imgwrap-box.img_right .image-box {
    padding: 0 0 0 120px;
    order: 2;
  }
  .imgwrap-box.img_right .text-box {
    order: 1;
    margin-right: -70px;
  }
  .c_contactbox {
    background-color: #ebf8e6;
    padding: 30px 40px 40px;
  }
  .c_contactbox .contact_title {
    text-align: center;
    font-size: 137.5%; /* 22px */
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.65;
    color: #00326c;
  }
  .c_contactbox .text_st {
    font-size: 125%; /* 20px */
    font-weight: bold;
    margin-bottom: 0;
  }
  .c_contactbox .info-area .adress {
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .c_contactbox .info-area .tel {
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .c_contactbox .info-area .fax {
    display: inline-block;
    margin: 0;
  }
  .voice-box > .one-block:not(:last-of-type) {
    margin-bottom: 85px;
  }
  .voice-box .c_batch-imagebox {
    margin-bottom: 25px;
  }
  .voice-box .cntbox .info {
    color: #00326c;
    text-align: center;
    font-weight: bold;
    margin-bottom: 21px;
  }
  .voice-box .cntbox .info .status {
    font-size: 150%; /* 24px */
    line-height: 1.65;
  }
  .voice-box .cntbox .info .status.space01 {
    display: inline-block;
    letter-spacing: 1em;
    text-indent: 1em;
    margin-right: -1em;
  }
  .voice-box .comment-box .comment-list {
    margin-bottom: 0;
    line-height: 1.65;
  }
  .voice-box .comment-box .comment-list > li:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .voice-box .comment-box .comment-list > li .q, .voice-box .comment-box .comment-list > li .a {
    font-size: 112.5%; /* 18px */
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 4px;
    position: relative;
  }
  .voice-box .comment-box .comment-list > li .q:before, .voice-box .comment-box .comment-list > li .a:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 42px;
    position: absolute;
    top: 10px;
  }
  .voice-box .comment-box .comment-list > li .q:after, .voice-box .comment-box .comment-list > li .a:after {
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 18px;
  }
  .voice-box .comment-box .comment-list > li .q {
    background-color: #e3f5fd;
    color: #46bef1;
    margin: 0 0 15px 60px;
  }
  .voice-box .comment-box .comment-list > li .q:before {
    left: -54px;
    background-image: url(../images/common/silhouette_people_blue.svg);
  }
  .voice-box .comment-box .comment-list > li .q:after {
    background-color: #e3f5fd;
    left: -15px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
  }
  .voice-box .comment-box .comment-list > li .a {
    background-color: #ebf8e6;
    color: #78ce56;
    margin: 0 60px 0 0;
  }
  .voice-box .comment-box .comment-list > li .a:before {
    right: -54px;
    background-image: url(../images/common/silhouette_people_green.svg);
  }
  .voice-box .comment-box .comment-list > li .a:after {
    background-color: #ebf8e6;
    right: -15px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .voice-box .comment-box.double {
    display: grid;
    grid-template-columns: repeat(2, 445px);
    gap: 0 70px;
    line-height: 1.4;
  }
  .c_ms-visual {
    width: calc(100% - (100% - 960px) / 2 - 70px);
    margin-left: auto;
    position: relative;
    z-index: 2;
  }
  .c_ms-visual .visual-box {
    max-width: 1110px;
    height: 600px;
    margin-bottom: 50px;
  }
  .c_ms-visual .visual-box .visual {
    width: 100%;
    max-width: 1110px;
    height: 600px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .c_ms-visual .visual-box .visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
  }
  .c_ms-visual .visual-box .catch {
    position: absolute;
    top: -97px;
    left: -218px;
  }
  .news-box .news-list {
    line-height: 1.6875;
  }
  .news-box .news-list > li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .news-box .news-list > li time {
    display: block;
    color: #46bef1;
    font-size: 87.5%;
    font-weight: bold;
  }
  .news-box .news-list > li .title {
    color: #00326c;
    font-weight: bold;
    margin-bottom: 0;
  }
  .news-box .news-list > li .newscnt > *:last-child {
    margin-bottom: 0;
  }
  .news-box.type-single .article-box {
    margin-bottom: 55px;
  }
  .news-box.type-single .article-box .titles-box {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #46bef1;
  }
  .news-box.type-single .article-box .titles-box time {
    display: block;
    color: #46bef1;
    font-weight: bold;
  }
  .news-box.type-single .article-box .titles-box .title {
    font-size: 150%; /* 24px */
    font-weight: bold;
    line-height: 1.65;
    margin-bottom: 0;
  }
  .staff-box .staff-list > li:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .staff-box .staff-list > li .name-box {
    margin-bottom: 25px;
  }
  .staff-box .staff-list > li .name-box .status {
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.45;
  }
  .staff-box .staff-list > li .name-box .name-area {
    line-height: 1.45;
  }
  .staff-box .staff-list > li .name-box .name-area .name {
    display: inline-block;
    font-size: 162.5%; /* 26px */
    letter-spacing: 0.04em;
    margin-right: 20px;
  }
  .staff-box .staff-list > li .name-box .name-area .en-name {
    display: inline-block;
    color: #46bef1;
    font-size: 150%; /* 24px */
    font-family: "Philosopher", sans-serif;
    font-style: italic;
    letter-spacing: -0.025em;
  }
  .staff-box .staff-list > li .detail-area {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: flex-start;
    gap: 24px 15px;
    margin-bottom: 0;
  }
  .staff-box .staff-list > li .detail-area dt {
    line-height: 1.45;
    padding: 4px 5px;
    box-sizing: border-box;
    background-color: #46bef1;
    text-align: center;
  }
  .staff-box .staff-list > li .detail-area dd {
    min-height: 31px;
    line-height: 1.875;
  }
  .staff-box .staff-list > li .detail-area dd .specialty-list,
  .staff-box .staff-list > li .detail-area dd .research-list,
  .staff-box .staff-list > li .detail-area dd .qualification-list {
    margin-bottom: 0;
  }
  .creport-outframe {
    display: grid;
    grid-template-columns: 700px 210px;
    gap: 0 50px;
  }
  .creport-outframe .main-box .creport-list > li {
    display: flex;
    gap: 0 25px;
  }
  .creport-outframe .main-box .creport-list > li:not(:last-of-type) {
    margin-bottom: 37px;
  }
  .creport-outframe .main-box .creport-list > li .text-area {
    width: 560px;
  }
  .creport-outframe .main-box .creport-list > li .text-area .title {
    line-height: 1.65;
    margin-bottom: 0;
  }
  .creport-outframe .main-box .creport-list > li .text-area .title .link {
    font-size: 125%; /* 20px */
    font-weight: bold;
    color: #00326c;
    text-decoration: none;
  }
  .creport-outframe .main-box .creport-list > li .text-area .title .link:hover {
    text-decoration: underline;
  }
  .creport-outframe .main-box .article-box {
    margin-bottom: 70px;
  }
  .creport-outframe .main-box .article-box .head-area {
    margin-bottom: 35px;
    position: relative;
  }
  .creport-outframe .main-box .article-box .head-area .title-box {
    display: grid;
    grid-template-columns: 1fr 80px;
    gap: 0 15px;
  }
  .creport-outframe .main-box .article-box .head-area .title-box .title {
    font-size: 162.5%; /* 26px */
    font-weight: bold;
    line-height: 1.55;
    color: #00326c;
    margin-bottom: 14px;
  }
  .creport-outframe .main-box .article-box .head-area .title-box .catbox {
    width: 80px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .creport-outframe .main-box .article-box .head-area .period {
    margin-bottom: 1px;
  }
  .creport-outframe .main-box .article-box .head-area .period .label {
    width: 80px;
    display: inline-block;
    line-height: 1.45;
    padding: 5px 3px;
    margin-right: 6px;
    font-size: 87.5%; /* 14px */
    font-weight: bold;
    color: #00326c;
    background-color: #d6f0cc;
    box-sizing: border-box;
    border-radius: 30px;
    text-align: center;
  }
  .creport-outframe .main-box .article-box .head-area .name-area {
    font-weight: bold;
    line-height: 1.55;
    margin-bottom: 0;
  }
  .creport-outframe .main-box .article-box .head-area .name-area .univ {
    display: inline-block;
    margin-right: 15px;
  }
  .creport-outframe .main-box .article-box .head-area .name-area .name {
    display: inline-block;
    font-size: 150%; /* 24px */
  }
  .creport-outframe .main-box .catbox .cat {
    width: 80px;
    font-size: 87.5%; /* 14px */
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: #78ce56;
    text-align: center;
    font-weight: bold;
    line-height: 1.45;
    padding: 5px 3px;
    box-sizing: border-box;
    border-radius: 50px;
    transition: filter 0.3s ease-in-out;
  }
  .creport-outframe .main-box .catbox .cat:hover {
    filter: brightness(0.8);
  }
}
@media print, all and (min-width: 751px) and (max-width: 1250px) {
  .c_ms-visual .visual-box .catch {
    left: -180px;
    z-index: -1;
  }
}
@media only screen and (max-width: 750px) {
  /* COMMON */
  /* ANCHOR */
  /* BTN */
  .btn-type03.size02 > a {
    font-size: 87.5%; /* 14px */
    padding-block: 12px;
  }
  /* listmark */
  /* title-level */
  .title-level01 {
    font-size: 125%; /* 20px */
    line-height: 1.65;
    padding-top: 33px;
    margin-bottom: 35px;
    font-weight: bold;
    text-align: center;
    position: relative;
  }
  .title-level01:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 30px;
    background: linear-gradient(to bottom, #46bef1 50%, #78ce56 50%, #78ce56 100%);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 50%;
  }
  .title-level01.space01 {
    letter-spacing: 0.75em;
    text-indent: 0.75em;
  }
  .title-level01_en {
    font-family: "Philosopher", sans-serif;
    font-style: italic;
    font-size: 300%; /* 48px */
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: #46bef1;
    text-align: center;
    margin-bottom: 35px;
  }
  .title-level02 {
    font-size: 112.5%; /* 18px */
    font-weight: bold;
    line-height: 1.65;
    color: #00326c;
    text-align: center;
  }
  .title-level02_sq {
    color: #00326c;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 112.5%; /* 18px */
    font-weight: 600;
    line-height: 1.65;
    padding-left: 16px;
    position: relative;
  }
  .title-level02_sq:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #78ce56;
    position: absolute;
    top: 11px;
    left: 0;
  }
  .title-level02_sq.marg02 {
    margin-bottom: 15px;
  }
  /* box */
  .bd-box {
    padding: 10px 15px;
    border: 1px solid #000000;
  }
  .w-box {
    padding: 10px 15px;
    background-color: #ffffff;
  }
  .c_colors-box {
    background-color: #ebf8e6;
    padding: 20px;
  }
  .c_colors-box > *:last-child {
    margin-bottom: 0;
  }
  .c_colors-box.pad02 {
    padding: 30px 20px 25px;
  }
  .river-box .image img {
    vertical-align: middle;
  }
  .river-box.type_l.sp_reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .river-box.type_l.sp_reverse .image {
    margin: 20px 0 0 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;
  }
  /* TABLE */
  /* TYPE01 */
  /* TYPE02 */
  /* TYPE03 */
  /* TEXT */
  .rq {
    color: #ff0000;
    font-weight: bold;
  }
  .fl-cont .image {
    display: block;
    margin: 20px auto 10px auto;
  }
  .wp-editor img:not(:last-of-type) {
    padding-bottom: 10px;
  }
  /* 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);
  }
  .c_imagesbox .image {
    text-align: center;
  }
  .c_imagesbox .image img {
    vertical-align: middle;
  }
  .c_imagesbox.sp_w80 .image {
    width: 80%;
    margin-inline: auto;
  }
  .c_flowlist {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 0 25px;
  }
  .c_flowlist dt {
    padding: 15px 12px 13px;
    font-weight: bold;
    box-sizing: border-box;
    color: #00326c;
    background-color: #ebf8e6;
  }
  .c_flowlist dd {
    padding: 16px 0 11px;
    box-sizing: border-box;
  }
  .c_flowlist dd:not(:last-child) {
    position: relative;
  }
  .c_flowlist dd:not(:last-child):before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 23px;
    background-image: url(../images/common/arrow03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -12px;
    left: 0;
  }
  .c_flowlist.type_year dt {
    padding-block: 8px;
  }
  .c_flowlist.type_year dt .num {
    display: inline-block;
    font-size: 137.5%; /* 22px */
    transform: translateY(1px);
    padding-right: 1px;
  }
  .c_flowlist.co02 dt {
    background-color: #e3f5fd;
  }
  .c_flowlist.co02 dd:not(:last-child):before {
    background-image: url(../images/common/arrow03-blue.svg);
  }
  .c_batch-imagebox {
    max-width: 440px;
    margin-inline: auto;
    position: relative;
  }
  .c_batch-imagebox .batch {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-image: url("../images/common/grade_batch.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .c_batch-imagebox .batch.type01 {
    line-height: 1.4;
    font-size: 112.5%; /* 18px */
  }
  .c_batch-imagebox .image {
    padding-top: 45px;
    margin: 0 -30px;
  }
  .c_batch-imagebox .image img {
    vertical-align: middle;
  }
  .c_circle-num > .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .c_circle-num > .item .label {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.555555;
    font-size: 112.5%; /* 18px */
    font-weight: bold;
  }
  .c_circle-num > .item .circle {
    width: 160px;
    height: 160px;
    margin-inline: auto;
    color: #ffffff;
    font-size: 168.75%; /* 27px */
    text-align: center;
    font-weight: bold;
    line-height: 1.35;
    padding-top: 54px;
    box-sizing: border-box;
    background-image: url(../images/common/grade_batch.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .c_circle-num > .item .circle .num {
    font-size: 140.74074%; /* 38px */
  }
  .c_circle-link {
    max-width: 300px;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .c_circle-link > .item {
    display: grid;
    place-items: center;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 2px solid #78ce56;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: opacity 0.3s ease-in-out;
  }
  .c_circle-link > .item:hover {
    opacity: 0.7;
  }
  .c_circle-link > .item .inner {
    display: inline-block;
    font-size: 112.5%; /* 18px */
    line-height: 1.333333;
    padding-bottom: 10px;
    color: #78ce56;
    font-weight: bold;
  }
  .c_circle-link > .item:after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 7px;
    background-image: url(../images/common/arrow02-green_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 50%;
    bottom: 23px;
    transform: translateX(-50%);
  }
  .c_ga-links > .one-block {
    display: block;
    color: #00326c;
    max-width: 420px;
    margin-inline: auto;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
  }
  .c_ga-links > .one-block:hover {
    opacity: 0.7;
  }
  .c_ga-links > .one-block:not(:last-of-type) {
    margin-bottom: 23px;
  }
  .c_ga-links > .one-block .arrow-btn {
    display: block;
    text-align: center;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-size: 112.5%; /* 18px */
    margin-bottom: 4px;
    position: relative;
  }
  .c_ga-links > .one-block .arrow-btn:before {
    content: "";
    display: inline-block;
    width: 44px;
    height: 7px;
    background-image: url("../images/common/arrow_icon.svg");
    background-size: 44px auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 14px;
    left: 0;
  }
  .c_ga-links > .one-block .l_image {
    margin-bottom: 0;
  }
  .c_ga-links > .one-block .l_image img {
    vertical-align: middle;
  }
  .c_colum-link {
    background-color: #e3f5fd;
    padding: 25px 20px;
  }
  .c_colum-link.a_center {
    align-items: center;
  }
  .c_colum-link .text-area {
    margin-bottom: 20px;
  }
  .c_colum-link .text-area > *:last-child {
    margin-bottom: 0;
  }
  .c_colum-link .text-area .text_st {
    color: #00326c;
    font-size: 112.5%; /* 18px */
    font-weight: bold;
    line-height: 1.85;
  }
  .c_colum-link .btn {
    text-align: center;
    margin-bottom: 0;
  }
  .c_colos-list {
    line-height: 1.875;
    margin-inline: -30px;
  }
  .c_colos-list > li {
    padding: 17px 30px;
  }
  .c_colos-list > li:nth-of-type(odd) {
    background-color: #e3f5fd;
  }
  .c_colos-list > li .label {
    align-self: center;
  }
  .c_colos-list > li .cntbox > *:last-child {
    margin-bottom: 0;
  }
  .c_rowcolum .label {
    font-size: 112.5%; /* 18px */
    font-weight: bold;
    line-height: 1.45;
    padding: 7px 15px;
    margin-bottom: 0;
    text-align: center;
    color: #ffffff;
    background-color: #78ce56;
  }
  .c_rowcolum .cntbox {
    text-align: center;
    background-color: #ebf8e6;
    line-height: 1.555555;
    padding: 15px 0 27px;
  }
  .c_rowcolum .cntbox .s_title {
    font-size: 112.5%; /* 18px */
    font-weight: bold;
    color: #78ce56;
    margin-bottom: 14px;
  }
  .c_rowcolum .cntbox .rowar-list {
    margin-bottom: 0;
  }
  .c_rowcolum .cntbox .rowar-list > li {
    color: #00326c;
    font-size: 125%; /* 20px */
    padding-inline: 10px;
    margin-bottom: 3px;
    font-weight: bold;
  }
  .c_rowcolum .cntbox .rowar-list > li:not(:last-of-type) {
    position: relative;
    padding-bottom: 24px;
  }
  .c_rowcolum .cntbox .rowar-list > li:not(:last-of-type):before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 23px;
    background-image: url(../images/common/arrow03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
  }
  .c_rowcolum .cntbox .rowar-list > li .s_text {
    font-size: 80%; /* 16px */
  }
  .c_rowcolum.co02 .label {
    background-color: #46bef1;
  }
  .c_rowcolum.co02 .cntbox {
    background-color: #e3f5fd;
  }
  .c_rowcolum.co02 .cntbox .s_title {
    color: #46bef1;
  }
  .c_rowcolum.co02 .cntbox .rowar-list > li:not(:last-of-type):before {
    background-image: url(../images/common/arrow03-blue.svg);
  }
  .c_rowcolum-box .c_rowcolum:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .c_rowcolum-box .c_rowcolum:nth-of-type(even) .label {
    background-color: #46bef1;
  }
  .c_rowcolum-box .c_rowcolum:nth-of-type(even) .cntbox {
    background-color: #e3f5fd;
  }
  .c_rowcolum-box .c_rowcolum:nth-of-type(even) .cntbox .s_title {
    color: #46bef1;
  }
  .c_rowcolum-box .c_rowcolum:nth-of-type(even) .cntbox .rowar-list > li:not(:last-of-type):before {
    background-image: url(../images/common/arrow03-blue.svg);
  }
  .c_colors-linkslist > li:not(:last-of-type) {
    margin-bottom: 22px;
  }
  .c_colors-linkslist > li > a {
    display: block;
    font-size: 112.5%; /* 18px */
    font-weight: bold;
    line-height: 1.55;
    padding: 12px 25px 12px 41px;
    background-color: #e3f5fd;
    text-decoration: none;
    position: relative;
    transition: opacity 0.3s ease-in-out;
  }
  .c_colors-linkslist > li > a:hover {
    opacity: 0.7;
  }
  .c_colors-linkslist > li > a:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 7px;
    background-image: url("../images/common/arrow02-blue_icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .c_colors-linkslist > li > a[target=_blank] {
    padding-right: 63px;
  }
  .c_colors-linkslist > li > a[target=_blank]:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 30px;
    background-image: url(../images/common/pdf_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .c_harfbox .left-box {
    margin-bottom: 45px;
  }
  .variable-box .text-box {
    margin-bottom: 20px;
  }
  .variable-box .image-box .image img {
    vertical-align: middle;
  }
  .variable-box.sp_imgup {
    display: flex;
    flex-direction: column-reverse;
  }
  .variable-box.sp_imgup .text-box {
    margin: 0;
  }
  .variable-box.sp_imgup .image-box {
    margin-bottom: 20px;
  }
  .imgwrap-box .image-box {
    padding-inline: 30px;
    margin-bottom: 20px;
  }
  .imgwrap-box .image-box .image img {
    vertical-align: middle;
  }
  .imgwrap-box .text-box {
    padding-inline: 30px;
  }
  .c_contactbox {
    background-color: #ebf8e6;
    padding: 30px 40px 40px;
  }
  .c_contactbox .contact_title {
    text-align: center;
    font-size: 137.5%; /* 22px */
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.65;
    color: #00326c;
  }
  .c_contactbox .text_st {
    font-size: 125%; /* 20px */
    font-weight: bold;
    margin-bottom: 0;
  }
  .c_contactbox .info-area .adress {
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .c_contactbox .info-area .tel {
    display: inline-block;
    margin: 0 15px 0 0;
  }
  .c_contactbox .info-area .fax {
    display: inline-block;
    margin: 0;
  }
  .voice-box > .one-block:not(:last-of-type) {
    margin-bottom: 70px;
  }
  .voice-box .c_batch-imagebox {
    margin-bottom: 15px;
  }
  .voice-box .cntbox .info {
    color: #00326c;
    text-align: center;
    font-size: 93.75%; /* 15px */
    font-weight: bold;
    margin-bottom: 18px;
  }
  .voice-box .cntbox .info .status {
    font-size: 146.666666%; /* 22px */
    line-height: 1.65;
  }
  .voice-box .cntbox .info .status.space01 {
    display: inline-block;
    letter-spacing: 1em;
    text-indent: 1em;
    margin-right: -1em;
  }
  .voice-box .comment-box .comment-list {
    margin-bottom: 0;
    line-height: 1.65;
  }
  .voice-box .comment-box .comment-list > li:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .voice-box .comment-box .comment-list > li .q, .voice-box .comment-box .comment-list > li .a {
    font-weight: bold;
    padding: 13px 17px;
    border-radius: 4px;
    position: relative;
  }
  .voice-box .comment-box .comment-list > li .q:before, .voice-box .comment-box .comment-list > li .a:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 42px;
    position: absolute;
    top: 10px;
  }
  .voice-box .comment-box .comment-list > li .q:after, .voice-box .comment-box .comment-list > li .a:after {
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 18px;
  }
  .voice-box .comment-box .comment-list > li .q {
    background-color: #e3f5fd;
    color: #46bef1;
    margin: 0 0 15px 40px;
  }
  .voice-box .comment-box .comment-list > li .q:before {
    left: -54px;
    background-image: url(../images/common/silhouette_people_blue.svg);
  }
  .voice-box .comment-box .comment-list > li .q:after {
    background-color: #e3f5fd;
    left: -15px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
  }
  .voice-box .comment-box .comment-list > li .a {
    background-color: #ebf8e6;
    color: #78ce56;
    margin: 0 40px 0 0;
  }
  .voice-box .comment-box .comment-list > li .a:before {
    right: -54px;
    background-image: url(../images/common/silhouette_people_green.svg);
  }
  .voice-box .comment-box .comment-list > li .a:after {
    background-color: #ebf8e6;
    right: -15px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  .voice-box .comment-box.double .left-box {
    margin-bottom: 25px;
  }
  .c_contactbox {
    background-color: #ebf8e6;
    padding: 30px 30px 27px;
  }
  .c_contactbox .contact_title {
    text-align: center;
    font-size: 125%; /* 20px */
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.65;
    color: #00326c;
  }
  .c_contactbox .text_st {
    font-size: 112.5%; /* 18px */
    font-weight: bold;
    line-height: 1.65;
    margin-bottom: 5px;
  }
  .c_contactbox .info-area .adress, .c_contactbox .info-area .tel, .c_contactbox .info-area .fax {
    margin-bottom: 0;
  }
  .c_ms-visual .visual-box {
    position: relative;
    z-index: 2;
  }
  .c_ms-visual .visual-box .visual {
    width: calc(100% - 68px);
    height: 195px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 68px;
    z-index: -1;
  }
  .c_ms-visual .visual-box .visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    vertical-align: middle;
  }
  .c_ms-visual .visual-box .catch {
    width: 50px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 8px;
  }
  .news-box .news-list {
    line-height: 1.6875;
  }
  .news-box .news-list > li:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .news-box .news-list > li time {
    display: block;
    color: #46bef1;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .news-box .news-list > li .title {
    color: #00326c;
    font-weight: bold;
    margin-bottom: 0;
  }
  .news-box .news-list > li .newscnt > *:last-child {
    margin-bottom: 0;
  }
  .news-box.type-single .article-box {
    margin-bottom: 55px;
  }
  .news-box.type-single .article-box .titles-box {
    padding-bottom: 12px;
    margin-bottom: 30px;
    border-bottom: 1px solid #46bef1;
  }
  .news-box.type-single .article-box .titles-box time {
    display: block;
    color: #46bef1;
    font-weight: bold;
    font-size: 93.75%; /* 15px */
    line-height: 1.45;
    margin-bottom: 2px;
  }
  .news-box.type-single .article-box .titles-box .title {
    font-size: 131.25%; /* 21px */
    font-weight: bold;
    line-height: 1.65;
    margin-bottom: 0;
  }
  .staff-box .staff-list > li:not(:last-of-type) {
    margin-bottom: 70px;
  }
  .staff-box .staff-list > li .name-box {
    margin-bottom: 20px;
  }
  .staff-box .staff-list > li .name-box .status {
    display: block;
    font-size: 93.75%; /* 15px */
    letter-spacing: 0.04em;
    line-height: 1.45;
    margin-bottom: 1px;
  }
  .staff-box .staff-list > li .name-box .name-area {
    line-height: 1.45;
  }
  .staff-box .staff-list > li .name-box .name-area .name {
    display: block;
    font-size: 137.5%; /* 22px */
    letter-spacing: 0.04em;
    margin-bottom: -4px;
  }
  .staff-box .staff-list > li .name-box .name-area .en-name {
    display: block;
    color: #46bef1;
    font-size: 131.25%; /* 21px */
    font-family: "Philosopher", sans-serif;
    font-style: italic;
    letter-spacing: -0.025em;
  }
  .staff-box .staff-list > li .detail-area {
    margin-bottom: 0;
  }
  .staff-box .staff-list > li .detail-area dt {
    width: 100px;
    line-height: 1.45;
    padding: 4px 5px;
    margin-bottom: 7px;
    box-sizing: border-box;
    background-color: #46bef1;
    text-align: center;
  }
  .staff-box .staff-list > li .detail-area dd {
    min-height: 31px;
    line-height: 1.875;
    margin-bottom: 7px;
  }
  .staff-box .staff-list > li .detail-area dd .specialty-list,
  .staff-box .staff-list > li .detail-area dd .research-list,
  .staff-box .staff-list > li .detail-area dd .qualification-list {
    margin-bottom: 0;
  }
  .creport-outframe .main-box {
    margin-bottom: 80px;
  }
  .creport-outframe .main-box .creport-list > li {
    display: flex;
    flex-direction: column-reverse;
  }
  .creport-outframe .main-box .creport-list > li:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .creport-outframe .main-box .creport-list > li .text-area .title {
    line-height: 1.65;
    margin-bottom: 0;
  }
  .creport-outframe .main-box .creport-list > li .text-area .title .link {
    font-size: 106.25%; /* 17px */
    font-weight: bold;
    color: #00326c;
    text-decoration: none;
  }
  .creport-outframe .main-box .creport-list > li .text-area .title .link:hover {
    text-decoration: underline;
  }
  .creport-outframe .main-box .article-box {
    margin-bottom: 40px;
  }
  .creport-outframe .main-box .article-box .head-area {
    margin-bottom: 30px;
    position: relative;
  }
  .creport-outframe .main-box .article-box .head-area .title-box {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 15px;
  }
  .creport-outframe .main-box .article-box .head-area .title-box .title {
    font-size: 125%; /* 20px */
    font-weight: bold;
    line-height: 1.55;
    color: #00326c;
    margin-bottom: 0;
  }
  .creport-outframe .main-box .article-box .head-area .title-box .catbox {
    width: 80px;
  }
  .creport-outframe .main-box .article-box .head-area .period {
    margin-bottom: 7px;
  }
  .creport-outframe .main-box .article-box .head-area .period .label {
    width: 80px;
    display: inline-block;
    line-height: 1.45;
    padding: 5px 3px;
    margin-right: 6px;
    font-size: 87.5%; /* 14px */
    font-weight: bold;
    color: #00326c;
    background-color: #d6f0cc;
    box-sizing: border-box;
    border-radius: 30px;
    text-align: center;
  }
  .creport-outframe .main-box .article-box .head-area .name-area {
    font-size: 93.75%; /* 15px */
    font-weight: bold;
    line-height: 1.55;
    margin-bottom: 0;
  }
  .creport-outframe .main-box .article-box .head-area .name-area .univ {
    display: block;
    margin-bottom: 2px;
  }
  .creport-outframe .main-box .article-box .head-area .name-area .name {
    display: block;
    font-size: 133.333333%; /* 20px */
  }
  .creport-outframe .main-box .catbox .cat {
    width: 80px;
    font-size: 87.5%; /* 14px */
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: #78ce56;
    text-align: center;
    font-weight: bold;
    line-height: 1.45;
    padding: 3px 3px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-radius: 50px;
    transition: filter 0.3s ease-in-out;
  }
  .creport-outframe .main-box .catbox .cat:hover {
    filter: brightness(0.8);
  }
}

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