@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: #222;
}
.align-c {
  text-align: center;
}
.align-r {
  text-align: right;
}
.m-auto {
  margin: 0 auto;
}
.grecaptcha-badge {
  visibility: hidden !important;
}
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;
}
h1, h2, h3, h4, h5 {
  font-weight: 600;
}
h1 {
  font-size: 2.3rem;
}
h2 {
  /* font-size: 1.9rem; */
}
h3 {
  font-size: 1.5rem;
  font-weight: 600;
  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: 70px; */
}
h2:before {
  position: relative;
  content: "";
  z-index: 1;
  display: inline-block;
  top: 31px;
  left: 0;
  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;
}
h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #20C7B0;
  bottom: -3px;
  width: 100%;
  max-width: 110px;
}
h3.border-none {
  margin-bottom: 15px;
  padding-bottom: 0;
  border: none;
  font-size: 36px;
  font-size: 2.2rem;
}
 h3.border-none:after {
  display: none;
}
.en-font {
  font-family: 'Unica One', cursive;
}
* {
  box-sizing: border-box;
}
address {
  font-style: normal;
}
.content-wrap {
  width: 1180px;
  margin: 0 auto;
  position: relative;
}
.content-wrap-m {
  width: 1125px;
  margin: auto;
}
main .content-wrap-s {
  width: 1000px;
  margin: 0 auto 6%;
}
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;
}
.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;
}
.row-reverse .col6 {
  margin: 0 0 0 40px;
}
.row-reverse .col4 {
  margin: 0 40px 0 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;
  width: 380px;
  position: relative;
  font-size: 1.25rem;
}
.view-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 12px;
}
.link-btn.view-btn a {
  display: inline-block;
  background: none;
  color: #ffff;
  padding: 0;
  max-width: inherit;
  width: inherit;
  position: inherit;
}
.link-btn a {
  /* display: inline-flex; */
  /* align-items: center; */
  /* position: relative; */
}
.view-btn a:hover p {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  color: #1A1A1A;
}
.view-btn a p {
  display: block;
  margin-right: 124px;
  width: inherit;
  color: #20C7B0;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
  font-size: 0.95rem;
}
.view-btn a::after {
  content: "";
  display: block;
  position: absolute;
  right: -70px;
  top: 50%;
  transform: translateY(-50%);
  width: 107px;
  height: 107px;
  border-radius: 50%;
  background: url(../images/common/ico-arrow.png) no-repeat center;
  background-size: 100%;
}
.view-btn a::after {
  right: calc(-1 * 0px);
}
.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;
}
a img:hover {
  transition: 0.5s;
  opacity: 0.8;
}
.breadcrumbs {
  padding: 10px 0 0;
  font-size: 0.9rem;
  width: 1150px;
  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;
}
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;
  /* border-bottom: solid 1px #349191; */
  background: #fff;
  vertical-align: middle;
  font-weight: normal;
}
.table-base tr:last-child th {
  vertical-align: top;
  padding-top: 25px;
}
.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;
}
h2 {
  margin-left: -40px;
  position: relative;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-align: left;
  font-weight: 600;

  font-size: 3.5rem;
  margin-bottom: 70px;
}
.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;
}
main .content-area {
  padding: 0 0 120px;
  margin: 0 auto;
}
.content-group {
  max-width: 1280px;
  margin: 0 auto 100px;
}
.content-group:last-child {
  margin-bottom: 0;
}
.content-box {
  max-width: 1280px;
  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 {
  padding-bottom: 0;
  width: 1150px;
  margin: 0 auto;
  padding-top: 70px;
}
/*--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;
}
/*==================================
    header
    ==================================*/
header .logo {
  margin: 0 0 0 20px;
  width: 335px;
  line-height: 1;
}
header .logo img {
  vertical-align: middle;
}
header {
  z-index: 5;
  position: fixed;
  top: 20px;
  right: 0;
  left: 0;
  margin: 0 auto 40px;
  width: 1250px;
  background: #fff;
  box-shadow: 0 0 5px #dfdfdf;
}
header.transform nav ul li a {
  color: #222;
}
header nav ul li.current-menu-item a::before {
  background-color: #222;
}
header nav ul li:last-child a {
  position: relative;
  padding: 15px 21px 15px 29px;
  /* border: solid 1px #222; */
  color: #fff;
  background: #2085c7;
}
header nav ul li:last-child a:hover, header.transform nav ul li:last-child a:hover {
  /* color: #09b163; */
  /* position: relative; */
}
header nav {
  margin-right: 20px;
}
header nav ul li {
  position: relative;
  margin-right: 23px;
}
header nav ul li:last-child {
  margin-right: 0;
  padding: 15px 0;
}
header nav ul li a {
  display: block;
  padding: 25px 3px;
  text-align: center;
  line-height: 1;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
header nav ul li.current_page_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;
}
header nav ul li:last-child a::before {
  content: "";
  z-index: 1;
  display: inline-block;
  position: relative;
  top: 2px;
  left: -12px;
  background: url(../images/common/ico-mail.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 19px;
  height: 14px;
}
/*==================================
    our business
    ==================================*/
.others-area figure {
  width: 48.6%;
}
.others-area figure:last-child {
  margin-right: 0;
}
.others-area figure .ttl-box {
  margin-top: 15px;
}
.others-area figure h2 {
  margin: 0;
  text-align: left;
  font-size: 1.75rem;
  line-height: 1;
  font-weight: normal;
}
/*==================================
    news
    ==================================*/
.date {
  display: block;
  margin: 7px 0 9px;
  color: #023A63;
  font-size: 0.9rem;
}
.news-area {
  /* max-width: 830px; */
  /* margin: 0 auto; */
  /* padding-top: 110px; */
}
.news-area figcaption {
  box-shadow: 0 0 9px #e2e2e2;
  padding: 15px 15px 40px;
  background: #fff;
}
.news-area ul li {
  margin-right: 5px;
}
.news-area ul li:last-child {
  margin-right: 0;
}
.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 .thumb-box {
  /* margin-bottom: 5px; */
}
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 {
  width: 373px;
  margin-bottom: 45px;
  /* width: 100%; */
  margin-right: 30px;
}
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 {
  width: inherit;
  padding: 7px 10px;
  margin: 0;
  border: solid 1px;
}
main .news-area .item-list li:nth-child(3n) {
  margin-right: 0;
}
main .news-area li a {
  /* display: block; */
}
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: 1rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: inherit;
  font-size: 1.15rem;
}
.cate {
  display: inline-block;
  color: #fff;
  padding: 7px 10px;
  font-size: 0.95rem;
  text-align: center;
  line-height: 1;
  background: #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;
}
.news-area figcaption .tag-list li{
  width: inherit;
}


main ul li .cate.other {
  display: none;
}
main .wp-pagenavi {
  margin-top: 35px;
  text-align: center;
}
main .wp-pagenavi .pages {
  width: 62px;
  height: 40px;
}
main .wp-pagenavi a, main .wp-pagenavi span {
  margin: 0 3px;
  padding: 12px 15px;
  text-decoration: none;
  border: 1px solid #dadada;
  line-height: 1;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 14px;
}
main .wp-pagenavi a:hover, main .wp-pagenavi span.current {
  border-color: initial;
  background: #10577F;
  color: #fff;
  border: solid 1px #10577F;
  font-weight: normal;
  display: inline-block;
  width: 40px;
  height: 40px;
}
/*==================================
    footer
    ==================================*/
footer .nav-box, footer .address-box {
  padding: 65px 0;
  /* width: 50%; */
}
footer .address-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 .logo {
  max-width: 415px;
  margin-bottom: 13px;
  display: inline-block;
}
footer .content-area {
  margin-bottom: 0;
}
footer .main-ttl img {
  display: block;
  max-width: 85px;
  margin: 0 auto 10px;
}
footer ul li {
  /* margin-right: 22px; */
  /* font-size: 0.7em; */
  /* text-transform: uppercase; */
  /* color: #a2a5ae; */
  /* margin-bottom: 15px; */
}
footer ul li a {
  /* color: #a2a5ae; */
  /* line-height: 1.35; */
}
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;
}
footer {
  padding: 0 20px;
  background: #D1D3D4;
  position: relative;
  z-index: 2;
}
footer p {
  font-size: 0.93rem;
  line-height: 1.2;
}
footer .footer-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1150px;
}
main .menu-cate {
  margin-bottom: 35px;
}
main .menu-cate li {
  margin-right: 20px;
}
main .menu-cate li:last-child {
  margin-right: 0;
}
main .menu-cate li:last-child {
  margin-right: 0;
}
/*---------------------
    contact
    ---------------------*/
.contact-area {
  position: relative;
  margin-top: 255px;
}
.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: 1150px;
  margin: 0 auto;
  padding: 110px 60px 80px;
  box-shadow: 0 0 5px #dfdfdf;
  background: #fff;
}
.contact-area .contact-inner h2 {
  position: absolute;
  right: 280px;
  top: -43px;
  font-size: 56px;
}
.contact-area .contact-inner h2::before {
  content: "";
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: -60px;
  left: -73%;
  background: url(../images/common/ico-ttl.png) 0 0 no-repeat;
  background-size: 100% auto;
  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;
}
.contact-area .item-box:nth-child(1) p::before {
  content: "";
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 45%;
  background: url(../images/common/ico-mail-foot.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 65px;
  height: 51px;
}
.contact-area .item-box:nth-child(2) {
  margin-right: 0;
}
.contact-area .item-box:nth-child(2) a {
  position: relative;
  display: block;
  padding: 50px 0;
  background: #023a63;
}
.contact-area .item-box:nth-child(2) p::before {
  content: "";
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: 42px;
  left: 45%;
  background: url(../images/common/ico-document.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 57px;
  height: 68px;
}
.contact-area .contact-us {
  position: relative;
  z-index: 1
}
.contact-area p {
  font-size: 18px;
}
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);
}
ul.bnr-area li {
  width: 140px;
  margin: 5px 10px 0 0;
}
ul.bnr-area li {
  border: solid 1px #dfdfdf;
}
/*---------------------
    access
    ---------------------*/
main .access-area .ttl-area .ttl-box {
  text-align: left;
}
main .access-area .ttl-area {
  margin-bottom: 30px;
  max-width: 1280px;
  margin: 0 auto 30px 0;
}
main .access-area .access-box-head {
  margin-bottom: 70px;
}
main .access-area .access-box-head .detail {
  position: relative;
  z-index: 2;
}
main .access-area iframe {
  z-index: 1;
  position: relative;
  width: 55%;
}
main .access-area .access-box-head iframe {
  margin-right: 4%;
}
main .access-area .access-box-branch iframe {
  margin-left: 4%;
}
main .access-area .detail h3 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #10577F;
}
main .access-area {
  position: relative;
}
.bg-box {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  width: 267px;
  height: 306px;
  overflow: hidden;
  background: url(../images/common/img-access01.jpg) 0 0 no-repeat;
  background-size: 100%;
  background-position-y: 5%;
}
main .access-area .content-area, .page main .access-area .content-area {
  background: linear-gradient(to right, rgba(233, 242, 243, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
main .access-area .access-area-inner {
  background: linear-gradient(to right, rgba(233, 242, 243, 1) 0%, rgba(255, 255, 255, 0) 100%);
  max-width: 1300px;
}
@media print, screen and (min-width:1400px) {
  .kv-page-area {
    /* margin: 240px 0 0; */
  }
  .kv-page-area .ofi img {
    height: 450px;
  }
  .page main .content-area, .blog main .content-area, main .news-area .news-inner, main .ttl-area, .page main .access-area .content-area {
    max-width: 1480px;
  }
  main .business-area figure .thumb-box {
    max-width: 680px;
  }
  .bg-box {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 280px;
  }
  footer .detail {
    margin-right: 65px;
  }
  footer .detail ul li {
    font-size: 0.9rem;
  }
}
.position {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 15%;
}
#workarea {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e1a3e;
  font-family: Raleway;
}
#personal {
  color: white;
  text-decoration: none;
  position: absolute;
  bottom: 15px;
  right: 2%;
}
/*==================================
    accordion
    ==================================*/
.accordionlist .table-base {
  width: 100%;
}
.page .accordionlist h3 {
  margin-bottom: 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
}
.accordionlist .active h3 {
  color: #417478;
  font-weight: 600;
}
.accordionlist p {
  margin-bottom: 10px;
  padding-left: 5px;
}
.accordionlist dt {
  display: block;
  border-top: 1px solid #DFDFDF;
  cursor: pointer;
  position: relative;
}
.accordionlist dt:hover {
  color: #417478;
}
.accordionlist dt:first-child {
  border-top: none !important;
}
.accordionlist dt .title {
  padding-left: 10px;
  float: left;
  padding: 20px 0 20px 5px;
}
.accordionlist dd {
  display: none;
  padding: 0 0 22px;
}
.accordion_icon, .accordion_icon span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}
.accordion_icon {
  position: absolute;
  width: 30px;
  float: right;
  margin-bottom: 0 !important;
  right: 0;
  top: 39%;
  transform: translate(0, -58%);
}
.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #417478;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
#accordion1 .active .accordion_icon span:nth-of-type(1) {
  display: none;
}
#accordion1 .active .accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
/* cleatfix */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.archive main, .blog main {
  /* padding-bottom: 6%; */
  max-width: 1150px;
  margin: 0 auto;
}
/*==================================
    sidebar
    ==================================*/
.sidebar .side-box {
  margin-bottom: 50px;
}
.sidebar .tag-list li {
  padding: 0 0 15px 0;
  border: none;
  line-height: 1;
  font-size: 0.95rem;
  color: #023A63;
}
.sidebar .side-box h3 {
  margin-bottom: 20px;
  padding-bottom: 12px;
  text-transform: uppercase;
  font-size: 1.3rem;
  /* font-size: 20px; */
}
.sidebar .side-box h3:after {
  max-width: 110px;
}
input.searchfield[type="text"] {
  width: 100%;
  padding: 10px 30px 10px 10px;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  height: 40px;
  font-size: 0.85rem;
}
input.searchsubmit[type="submit"] {
  display: block;
  border: none;
  border-radius: 5px;
  position: absolute;
  top: 11px;
  right: 9px;
  width: 16px;
  height: 16px;
  background: url(../images/common/ico-search.png) no-repeat;
  background-size: 100%;
}
.sidebar .side-box ul li.cat-item a:hover {
  color: #fff;
  background: #222;
  border: solid 1px #222;
}
.sidebar .side-box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .side-box select {
  display: block;
  width: 100%;
  padding: 10px 30px 10px 10px;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}
.sidebar .searchform {
  position: relative;
}
.sidebar select {
  -moz-appearance: none;
  text-overflow: '';
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -moz-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/common/ico-arrow-down.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 12px;
  position: relative;
  right: 0;
}
/*==================================
    menu
    ==================================*/
#header-nav ul li > a + .sub-menu > li:first-child {
  position: relative;
}
#header-nav ul li > a + .sub-menu > li.current-menu-item a {
  background: #c8161d;
}
#header-nav ul li > a + .sub-menu > li:first-child:before {
  content: " ";
  display: inline-block;
  position: absolute;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #df0428;
  border-left: 10px solid transparent;
  top: -21px;
  left: 50%;
  margin: 0 0 0 -12px;
}
/*==================================
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;
}
/* Adobe Fonts 側で読み込み設定済み */
.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;
  gap: 12px;
  padding: 0;
  margin: 0 0 50px;
  list-style: none;
}
/* --- 通常リンク（非アクティブ） --- */
.news-category-links ul li a {
  display: inline-block;
  padding: 8px 22px;
  border: 1px solid #023A63; /* ネイビー */
  /* border-radius: 4px; */
  text-decoration: none;
  color: #023A63;
  font-size: 14px;
  transition: background-color .3s ease, color .3s ease;
}
/* --- hover 時：背景ネイビー/文字白に変化（任意） --- */
.news-category-links ul li a:hover {
  background: #0C254F;
  color: #fff;
}
/* --- アクティブ（.current-cat） WPが自動で付ける --- */
.news-category-links ul li.active a, .news-category-links ul li.current-cat a {
  background: #023A63; /* ネイビー */
  color: #fff; /* 白文字 */
}
/* --- “すべて” をアクティブにしたい時（is_category じゃない時） --- */
.news-category-links ul li.current-all a {
  background: #0C254F;
  color: #fff;
}
/* --- ページネーション --- */
.c-pagination {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.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;
}
/* 現在のページ */
.c-pagination li span.current, .c-pagination li a:hover {
  background: #20C7B0;
  color: #fff;
}
/* --- ページネーション　施工事例 --- */
.works-cat-menu {
  margin: 40px 0 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.menu-label {
  font-weight: 600;
  font-size: 16px;
}
.works-cat-list {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.works-cat-list li a {
  display: inline-block;
  padding: 6px 18px;
  border: 1px solid #0A3E7A; /* 青ライン */
  border-radius: 4px;
  color: #0A3E7A;
  text-decoration: none;
  font-size: 14px;
}
/* ▼選択中（active） */
.works-cat-list li a.active {
  background: #0A3E7A;
  color: #fff;
  border-color: #0A3E7A;
}
.news-category-links ul li {
  margin-bottom: 0;
}