@charset "utf-8";
/*==================================
    common
==================================*/
html, body, h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, h1 h2 {
  margin: 0;
  padding: 0;
  border: 0;
  color: #1A1A1A;
}
body {
  line-height: 1.6;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
}
article, aside, footer, header, nav, section, main {
  display: block;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #1A1A1A;
}
a:hover {
  transition: .3s;
}
.align-c {
  text-align: center;
}
.align-r {
  text-align: right;
}
.m-auto {
  margin: 0 auto;
}
.grecaptcha-badge {
  visibility: hidden !important;
}
video {
  width: 100%;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul {
  list-style: none;
}
main ul li {
  margin-bottom: 10px;
}
main ul li:last-child {
  margin-bottom: 0;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.ttl-en, main .ttl-en {
  position: absolute;
  width: 29px;
}
.works-area .ttl-en {
  top: -87px;
  left: 10px;
}
h1, h2, h3, h4, h5 {
  font-weight: 600;
}
h1 {
  font-size: 2.3rem;
}
h3 {
  line-height: 1.3;
}
h4 {
  font-weight: 600;
  font-size: 1.3rem;
}
h5 {
  font-weight: 600;
  font-size: 1.1rem;
}
h6 {
  font-weight: 600;
  font-size: 0.9rem;
}
h2 {
  margin-bottom: 55px;
  padding-left: 230px;
  line-height: 1.35;
  text-align: left;
  font-weight: 600;
  font-size: 3.5rem;
}
h2 span {
  position: relative;
  display: inline-block;
}
h2::before, h2 span::before {
  position: absolute;
  top: -77px;
  left: -185px;
  background-size: 100% auto;
}
h2 span::before {
  content: "";
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: -77px;
  left: -185px;
  width: 225px;
  height: 185px;
  margin: auto;
  background: url(../images/common/ico-ttl.png) 0 0 no-repeat;
  background-size: 100% auto;
}
h2.ico-none {
  margin-bottom: 55px;
}
h2.ico-none:before {
  display: none;
}
h3 {
  border-bottom: solid 3px #A3A8AA;
  position: relative;
  padding-bottom: 25px;
  font-size: 2.2rem;
  line-height: 1.3;
}
h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #20C7B0;
  bottom: -3px;
  width: 100%;
  max-width: 110px;
}
h3.border-none {
  margin: 40px 0 25px;
  padding-bottom: 0;
  border: none;
  font-size: 2.2rem;
}
h3.border-none:after {
  display: none;
}
* {
  box-sizing: border-box;
}
.content-wrap {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}
main .content p:last-child {
  margin-bottom: 0;
}
.flex-content {
  display: flex;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-space-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-vertically-centered {
  -webkit-align-items: center;
  align-items: center;
}
.flex-container-flex-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-container-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-content-flex-end {
  justify-content: flex-end
}
.flex-start-align-items {
  align-items: flex-start;
}
.flex-align-items-baseline {
  align-items: baseline;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.row-reverse {
  flex-flow: row-reverse;
}
.flex-direction:row-reverse .ofi img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.col2 {
  width: calc(100% / 2);
  width: 20%;
  margin-right: 30px;
}
.col2:last-child {
  margin-right: 0;
}
.col3 {
  width: calc(30% - 30px / 2);
  margin-right: 30px;
}
.col3:last-child {
  margin-right: 0;
}
.col4 {
  margin: 0 40px 0 0;
  width: calc(40% - 40px / 3);
}
.col4:last-child {
  margin-right: 0;
}
.col5 {
  margin: 0 40px 0 0;
  width: calc(50% - 40px / 2);
}
.col5:last-child {
  margin-right: 0;
}
.col6 {
  width: calc(60% - 60px / 2);
  margin-right: 40px;
}
.col7 {
  width: 70%;
  width: calc(70% - 70px / 2);
  margin-right: 50px;
}
.col7:last-child {
  margin-right: 0;
}
.col8 {
  width: calc(80% - 200px / 2);
  margin-right: 100px;
}
.col8:last-child {
  width: 80%;
  margin-right: 0;
}
.ofi img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.link-btn a {
  display: inline-block;
  background: #20C7B0;
  color: #ffff;
  padding: 25px 20px 25px 40px;
  max-width: 380px;
  width: 100%;
  position: relative;
  font-size: 1.25rem;
}
.link-btn a:hover {
  color: #20C7B0;
  border: solid 2px #20C7B0;
  background: #fff;
}
.link-arrow-box .link-btn {
  max-width: 380px;
  width: 100%;
}
.link-arrow-box .link-btn a {
  position: relative;
  text-align: left;
}
.link-arrow-box .link-btn a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
}
.link-arrow-box .link-btn a:hover:after {
  border-top: solid 2px #20C7B0;
  border-right: solid 2px #20C7B0;
}
.view-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 12px;
}
.link-btn.view-btn a {
  display: inline-block;
  position: initial;
  max-width: inherit;
  width: inherit;
  padding: 0;
  color: #ffff;
  border: none;
  background: none;
}
.view-btn a p {
  display: block;
  width: inherit;
  margin: 0;
  padding-right: 125px;
  color: #20C7B0;
  font-size: 1rem;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.view-btn a::after {
  right: calc(-1 * 0px);
}
.view-btn a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  position: relative;
}
.view-btn a::after {
  content: "";
  width: 107px;
  height: 107px;
  border-radius: 50%;
  border: 1px solid #20C7B0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: background 0.3s ease;
}
.view-btn a::before {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 7px;
  height: 7px;
  border-right: 2px solid #20C7B0;
  border-bottom: 2px solid #20C7B0;
  z-index: 2;
  transition: border-color 0.3s ease;
}
.view-btn a:hover p {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.view-btn a:hover::after {
  background: #20C7B0;
}
.view-btn a:hover::before {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
a img:hover {
  transition: 0.5s;
  opacity: 0.8;
}
.breadcrumbs {
  padding: 10px 0 0;
  font-size: 0.9rem;
  max-width: 1180px;
  margin: 0 auto;
}
.breadcrumbs .content-wrap {
  max-width: 100%;
}
.breadcrumbs a span {
  text-transform: uppercase;
  font-size: 0.85rem;
}
.breadcrumbs span {
  color: #9BB1C1;
  text-transform: uppercase;
}
.breadcrumbs span .post {
  font-size: 13px;
}
.breadcrumbs .ico-arrow {
  display: inline-block;
  margin: 0 4px;
  transform: translateY(-2px);
}
table {
  padding: 0;
  border: none;
  border-spacing: 0;
}
.table-base tr:first-child th, .table-base tr:first-child td {
  border-top: solid 1px #DADCDD;
}
.table-base th {
  width: 20%;
  padding: 20px;
  color: #023A63;
  background: #fff;
  vertical-align: middle;
  font-weight: normal;
}
.table-base tr:last-child th {
  vertical-align: top;
  padding-top: 25px;
  border-bottom: solid 1px #DADCDD;
}
.table-base td {
  padding: 20px;
  vertical-align: middle;
  border-bottom: solid 1px #DADCDD;
}
.kv-page-area {
  position: relative;
}
.kv-page-area .kv-ttl {
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 1;
  height: inherit;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  font-size: 60px;
  font-size: 3.7rem;
  width: 100%;
}
.kv-page-area .kv-ttl span {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
.kv-page-area .ofi > img {
  z-index: -1;
  position: relative;
  width: 100%;
  height: 350px;
  min-height: 350px;
}
.content-wrap > .content-area:last-child {
  margin-bottom: 0;
}
main .details-box {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  max-width: 517px;
}
.table-base {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.table-base td {
  border-bottom: solid 1px #DADCDD;
  border-right: solid 1px #DADCDD;
  background: #fff;
}
.table-base tr th {
  border-top: solid 1px #DADCDD;
  background: #e5eaed;
  border-left: solid 1px #DADCDD;
}
.table-base tr:first-child td {
  border-top: solid 1px #dde4e4;
}
.table-base th {
  text-align: left;
  width: 19%;
  padding: 15px;
}
.table-base td {
  padding: 25px;
}
iframe {
  width: 100%;
  vertical-align: bottom;
}
.content-area {
  max-width: 1180px;
  padding: 0 0 120px;
  margin: 0 auto;
}
.content-box {
  max-width: 1180px;
  margin: 0 auto 60px;
}
.content-box:last-child {
  margin-bottom: 0;
}
.link-arrow::after {
  content: "";
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 8px;
  background: url(../images/common/ico-arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 17px;
  height: 10px;
  margin: auto;
}
.main-ttl {
  font-size: 2.9rem;
}
main {
  width: 100%;
  margin: 0 auto;
  padding: 70px 0 9%;
}
.archive main, .blog main {
  padding: 70px 0 0;
}
main ul.circle-list {
  margin: 0 0 0 10px;
}
main ul.circle-list li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 9px;
}
main ul.circle-list li:last-child {
  margin-bottom: 0;
}
main ul.circle-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: -6px;
  width: 4px;
  height: 4px;
  background: #1A1A1A;
  border-radius: 10px;
}
main ul.diamond-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
main ul.diamond-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 1px;
}
main ul.diamond-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #20C7B0;
  transform: rotate(45deg);
}
/*--title--------------------------*/
main .ttl-area .ttl-box {
  width: 45%
}
main .ttl-area .txt-box {
  width: 55%;
  font-size: 1.2rem;
  justify-content: flex-end;
  display: flex;
}
.is-animated .subttl {
  font-size: 1.4rem;
}
main .item-card {
  opacity: 0;
  transition: all 1s;
}
main .item-card.is-animated {
  opacity: 1;
  animation-duration: 1.5s;
}
.overflow-table {
  width: 100%;
  overflow-x: auto;
}
  .table-wrap table{
    width: 100%;
    min-width: 798px;
    border-collapse: collapse;
  }
/*---------------------
contact
---------------------*/
.contact-area {
  position: relative;
  margin-top: 155px;
}
.products-wrap .contact-area {
  margin-top: 255px;
}
.page .contact-area .ttl-box, .archive .contact-area .ttl-box, .contact-area .ttl-box {
  position: initial;
  width: inherit;
  max-width: inherit;
  margin: inherit;
}
.page .contact-area .ttl-box h2 {
  margin-top: 0;
}
.contact-area .contact-outer:before {
  content: "";
  display: block;
  min-height: 330px;
  background: #2084C7;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 150px;
}
.contact-area .contact-inner {
  position: relative;
  z-index: 2;
  top: -10px;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 110px 60px 80px;
  box-shadow: 0 0 5px #dfdfdf;
  background: #fff;
}
.contact-area .contact-inner h2 {
  position: absolute;
  top: -46px;
  margin-left: 42%;
  padding: 0;
  font-size: 56px;
}
.contact-area .contact-inner h2 span::before {
  position: absolute;
  top: -50px;
  left: -210px;
  width: 220px;
  height: 183px;
}
.contact-area .ttl-en {
  position: absolute;
  top: 0px;
  right: -35px;
  width: 22px;
  height: 100%;
}
.contact-area .item-box p span {
  display: block;
  margin-top: 67px;
  color: #fff;
  font-size: 1.5rem;
}
.contact-area .item-box {
  width: 100%;
  margin-right: 60px;
  padding: 40px 0 0;
  text-align: center;
  color: #fff;
}
.contact-area .item-box a {
  position: relative;
  display: block;
  padding: 50px 0;
  background: #2084c7;
  border: solid 2px #2084c7;
}
.contact-area .item-box:nth-child(1) a:hover {
  background: #fff;
  border: solid 2px #2084c7;
}
.contact-area .item-box:nth-child(1) a:hover p span {
  color: #2084C7;
}
.contact-area .item-box:nth-child(1) p::before {
  content: "";
  z-index: 1;
  display: inline-block;
  position: absolute;
  width: 65px;
  height: 51px;
  top: 57px;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../images/common/ico-mail-foot.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.contact-area .item-box:nth-child(1) a:hover p::before {
  width: 65px;
  height: 51px;
  background: url(../images/common/ico-mail-foot-hover.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.contact-area .item-box:nth-child(2) {
  margin-right: 0;
}
.contact-area .item-box:nth-child(2) a {
  position: relative;
  display: block;
  background: #023a63;
  border: solid 2px #023a63;
}
.contact-area .item-box:nth-child(2) a:hover {
  border: solid 2px #023a63;
  background: none;
}
.contact-area .item-box:nth-child(2) a:hover p span {
  color: #023a63;
}
.contact-area .item-box:nth-child(2) p::before {
  content: "";
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: 42px;
  right: 0;
  left: 0;
  width: 57px;
  height: 68px;
  margin: auto;
  background: url(../images/common/ico-document.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.contact-area .item-box:nth-child(2) a:hover p::before {
  width: 57px;
  height: 68px;
  background: url(../images/common//ico-document-hover.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.contact-area .contact-us {
  position: relative;
  z-index: 1
}
.contact-area p {
  font-size: 1.15rem;
}
/*==================================
    header
==================================*/
header {
  z-index: 5;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto 40px;
  background: #fff;
  box-shadow: 0 0 5px #dfdfdf;
}
header .header-inner {
  max-width: 1315px;
  margin: 0 auto;
}
header .logo {
  margin: 0 0 0 20px;
  width: 335px;
  line-height: 1;
}
header .logo img {
  vertical-align: top;
}
header nav ul li:last-child {
  margin-right: 0;
  padding: 15px 0;
}
header nav ul li:last-child a {
  position: relative;
  padding: 15px 21px 15px 29px;
  border: solid 2px #2085c7;
  background: #2085c7;
}
header nav ul li:last-child a span {
  color: #fff;
}
header nav {
  margin-right: 20px;
}
header nav ul li {
  position: relative;
  margin-right: 20px;
}
header nav ul li a {
  display: block;
  padding: 25px 3px;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
nav ul li.current-menu-item a {
  color: #2185c7;
}
header nav ul li.current_page_item:last-child a {
  color: #fff;
}
header nav ul li a:hover {
  transition: 0.3s;
  color: #10577F;
}
header nav ul li:last-child a::before {
  content: "";
  z-index: 1;
  display: inline-block;
  position: relative;
  top: 2px;
  left: -8px;
  background: url(../images/common/ico-mail.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 19px;
  height: 14px;
}
header nav ul li:last-child a:hover {
  background: none;
  border: solid 2px #2085c7
}
header nav ul li:last-child a:hover span {
  color: #2085c7
}
header nav ul li:last-child a:hover::before {
  content: "";
  z-index: 1;
  display: inline-block;
  position: relative;
  top: 2px;
  left: -8px;
  background: url(../images/common/ico-mail-hover.png) 0 0 no-repeat;
  background-size: 100%;
}
/*==================================
    news
==================================*/
.date {
  display: block;
  margin: 7px 0 9px;
  color: #023A63;
  font-size: 0.9rem;
}
.tag-all {
  display: none;
}
.news-area figcaption {
  box-shadow: 0 0 9px #e2e2e2;
  padding: 15px 15px 40px;
  background: #fff;
}
.news-area figcaption h2 {
  padding-left: 0;
}
.news-area ul li:last-child {
  margin-right: 0;
  margin-bottom: 10px;
}
.news-area ul li .tag-list li {
  margin-bottom: 0;
}
main .news-area .thumb-box.is-animated {
  opacity: 1;
  transform: scale(1);
}
main .news-area ul li.ofi img {
  height: 230px;
}
main .news-area .news-box a {
  display: block;
  padding-bottom: 25px;
  border-bottom: solid 1px #dadada;
}
.news-area .item-list li, .category .news-area .item-list li {
  margin-bottom: 45px;
  width: 31.555555%;
  margin-right: 30px;
  margin-right: 2.5%;
}
main .news-area .item-list li:last-child, .category .news-area .item-list li:last-child {
  margin-right: 0;
}
main .news-area .item-list li.tag-item, .news-area .item-list li.tag-item {
  width: inherit;
  padding: 7px 10px;
  margin: 0;
  border: solid 1px;
}
.tax-works_tag .news-category-links .cat-item:first-child a::before {
  content: "";
}
.tax-works_tag .news-category-links .cat-item a::before {
  content: "#";
}

main .news-area .item-list li:nth-child(3n) {
  margin-right: 0;
}
main .news-area .news-box a:hover p {
  color: #0a8cb1;
}
main .news-area .news-box:first-of-type a {
  padding-top: 0;
}
main .news-area .news-box:last-of-type a {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
main .news-area .news-box .tag a {
  display: inline-block;
  padding: 5px;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  width: 74px;
  text-align: center;
}
main .news-area .news-box p {
  display: block;
  margin-top: 2px;
  font-size: 19px;
}
main .news-wrap .link-btn {
  margin-top: 40px;
  text-align: center;
}
main .mews-area .main-ttl img {
  display: block;
  max-width: 70px;
  margin: 0 auto 10px;
}
.news-area ul li h2, .news-area ul li h3 {
  margin: 5px 0 0;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: inherit;
}
.cate {
  display: inline-block;
  color: #fff;
  padding: 7px 10px;
  font-size: 0.95rem;
  text-align: center;
  line-height: 1;
  background: #023A63;
  border: solid 1px #023A63;
}
.tag-list {
  margin-left: 10px;
}
.tag-list li {
  padding: 7px 10px;
  line-height: 1;
  font-size: 0.95rem;
  color: #023A63;
  border: solid 1px #023A63;
  background: #fff;
  margin-right: 7px;
}
.tag-list li:last-child{
  margin-right:0;
}
.news-area figcaption .tag-list li {
  width: inherit;
}
/*==================================
footer
==================================*/
footer {
  position: relative;
  padding: 0 20px;
  background: #D1D3D4;
}
footer .footer-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1150px;
}
footer .logo {
  max-width: 415px;
  margin-bottom: 13px;
  display: inline-block;
}
footer p {
  font-size: 0.93rem;
  line-height: 1.2;
}
footer .nav-box, footer .address-box {
  padding: 65px 0;
}
footer .nav-box {
  margin-left: 165px;
}
footer .detail {
  margin-right: 25px;
  font-size: 0.7rem;
}
footer .detail:last-child {
  margin-right: 0;
}
footer .detail ul li {
  margin-bottom: 15px;
  font-size: 0.7rem;
}
footer .detail ul li:last-child {
  margin-bottom: 0;
}
footer ul li a:hover {
  transition: 0.3s;
  color: #10577F;
}
footer ul li:last-child {
  margin-right: 0;
}
footer .copyright {
  font-size: 0.7rem;
  color: #1A1A1A;
  text-align: center;
  padding: 27px 0 25px;
}
/*==================================
    sidebar
==================================*/
.sidebar .side-box {
  margin-bottom: 50px;
}
.sidebar .tag-list li:first-child{
  display:none;
}
.single .sidebar .tag-list{
  display:inherit;
}
.sidebar .tag-list li {
  padding: 0;
  border: none;
  line-height: 1.6;
  font-size: 0.95rem;
  color: #023A63;
}
.sidebar .side-box h3 {
  margin-bottom: 20px;
  padding-bottom: 12px;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.sidebar .side-box h3:after {
  max-width: 110px;
}
/*==================================
img hover
==================================*/
main .thumb-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
main .thumb-box img {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.3s ease;
}
main .thumb-box a:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}
.view-btn, .products-wrap h4 span {
  font-family: "Presicav", sans-serif;
}
@font-face {
  font-family: 'Presicav';
  src: url('Presicav-Regular.woff2') format('woff2'), url('Presicav-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* ---投稿　カテゴリー   --- */
.news-category-links ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 0 50px;
  list-style: none;
}
.news-category-links ul li {
  margin-right: 10px;
}
.news-category-links ul li a {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #023A63;
  text-decoration: none;
  color: #023A63;
  font-size: 14px;
  transition: background-color .3s ease, color .3s ease;
}
.news-category-links ul li a:hover {
  background: #023A63;
  color: #fff;
}
.news-category-links ul li.active a, .news-category-links ul li.current-cat a {
  background: #023A63;
  color: #fff;
}
/* --- ページネーション --- */
.c-pagination {
  display: flex;
  justify-content: center;
  margin: 30px 0 230px;
}
.c-pagination li {
  margin: 0 15px 0 0;
}
.c-pagination li:last-child {
  margin-right: 0;
}
.c-pagination li a, .c-pagination li span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #20C7B0;
  text-decoration: none;
  padding: 10px 12px;
  color: #1A1A1A;
  width: 35px;
}
.c-pagination li span.current, .c-pagination li a:hover {
  background: #20C7B0;
  color: #fff;
}
#page-top {
  z-index: 3;
  position: fixed;
  right: 20px;
  bottom: 0;
  width: 120px;
  height: 120px;
}
@media print, screen and (min-width:1400px) {
  .kv-page-area .ofi img {
    height: 450px;
  }
  footer .detail {
    margin-right: 65px;
  }
  footer .detail ul li {
    font-size: 0.9rem;
  }
}