@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: #0F2B6C;
}
body {
  line-height: 1.6;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  font-family: "Noto Sans JP", "Noto Sans Japanese", sans-serif;
  background: #fff;
}
p.business-tag {
  display: inline-block;
  padding: 5px 28px;
  color: #0F2B6C;
  line-height: 1;
  border: solid 2px #0F2B6C;
  border-radius: 30px;
  font-weight: 600;
  background: #fff;
}
.bg-light-blue {
  background: #F4F7FF;
}
article, aside, footer, header, nav, section, main {
  display: block;
}
a {
  text-decoration: none;
  color: #0F2B6C;
}
a:hover {
  transition: .3s;
}
.sp-only {
  display: none;
}
.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:last-child {
  margin-bottom: 0;
}
h1, h2, h3, h4, h5 {
  font-weight: 600;
  letter-spacing: 0.07em;
  position: relative;
  text-align: center;
  margin-bottom: 55px;
  line-height: 1.45;
}
h1 {
  font-size: 2.9rem;
}
h2 {
  font-size: 2.1rem;
  margin-bottom: 45px;
}
h3 {
  font-size: 1.5rem;
  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;
}
#page-top {
  display: none;
}
.ttl-en {
  margin-bottom: 10px;
  display: block;
  text-align: center;
  color: #0F2B6C;
  font-weight: 300;
  font-size: 10px;
}
* {
  box-sizing: border-box;
}
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;';
}
.ofi img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.link-btn {
  margin-top: 70px;
}
.link-btn a {
  display: inline-block;
  padding: 13px 55px;
  color: #ffff;
  text-align: center;
  border-radius: 100px;
  background: #11A5C0;
  border: solid 2px #11A5C0;
}
.link-btn a:hover {
  display: inline-block;
  padding: 13px 55px;
  color: #11A5C0;
  text-align: center;
  border-radius: 100px;
  background: #fff;
  border: solid 2px #11A5C0;
}
.breadcrumbs {
  padding: 15px 0 0;
}
.breadcrumbs [typeof="BreadcrumbList"] {
  font-size: 0;
}
.breadcrumbs a span, .breadcrumbs span {
  color: #707070;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: inline-block;
  position: relative;
}
/* 矢印スペース */
.breadcrumbs [typeof="BreadcrumbList"] > span {
  display: inline-block;
  position: relative;
  padding-right: 26px;
}
.breadcrumbs a span {
  padding-right: 0;
}
/* 矢印 */
.breadcrumbs [typeof="BreadcrumbList"] > span::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  position: absolute;
  top: 51%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}
/* 最後の矢印消す */
.breadcrumbs [typeof="BreadcrumbList"] > span:last-of-type::after {
  display: none;
}
.is-subpage .link-btn {
  margin-top: 20px;
}
.single-works .link-btn a {
  padding: 13px 40px;
  border: solid 2px #0F2B6B;
  color: #0F2B6B;
  background: none;
  border-radius: 10px;
  max-width: 310px;
  width: 100%;
  text-align: center;
}
.is-subpage .link-btn a:hover {
  color: #fff;
  background: #0F2B6B;
}
table {
  padding: 0;
  border: none;
  border-spacing: 0;
}
.table-base tr:first-child th, .table-base tr:first-child td {
  border-top: solid 1px #DADADA;
}
.table-base th {
  width: 20%;
  padding: 15px;
  text-align: left;
  vertical-align: top;
  color: #023A63;
}
.table-base tr:last-child th {
  vertical-align: top;
  border-bottom: solid 1px #DADCDD;
}
.table-base td {
  padding: 20px;
  vertical-align: middle;
  border-bottom: solid 1px #DADCDD;
}
.kv-page-area {
  position: relative;
  margin-top: 65px;
}
.kv-page-area .kv-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 1;
  color: #0F2B6C;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  font-size: 60px;
  font-size: 2.6rem;
  width: 100%;
}
.kv-page-area .kv-mainttl {
  position: relative;
  margin-bottom: 0;
  font-size: 2.3rem;
}
.kv-page-area .kv-mainttl::after {
  content: '';
  width: 60px;
  height: 1px;
  display: inline-block;
  background-color: #0F2B6C;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 32px);
}
.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 .kv-subttl {
  font-size: 14px;
  font-weight: 300;
  margin-top: 15px;
}
.kv-page-area .ofi > img {
  z-index: -1;
  position: relative;
  width: 100%;
  height: 350px;
  min-height: 350px;
}
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;
  background: #fff;
}
.table-base tr th {
  border-top: solid 1px #DADADA;
}
.table-base tr:first-child td {
  border-top: solid 1px #dde4e4;
}
.table-base td {
  padding: 15px;
}
iframe {
  width: 100%;
  vertical-align: bottom;
}
.content-area {
  max-width: 1170px;
  padding: 95px 0;
  margin: 0 auto;
}
main > .content-area:nth-child(1) {
  padding-top: 0;
}
.content-box {
  max-width: 1170px;
  margin: 0 auto 60px;
}
.content-box:last-child {
  margin-bottom: 0;
}
.content-wrap {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
.content-wrap > .content-area:last-child {
  margin-bottom: 0;
}
.content-group {
  max-width: 1170px;
  margin: 0 auto 115px;
}
.content-group:last-child {
  margin-bottom: 0;
}
.content-area-s {
  max-width: 1000px;
  margin: 0 auto;
}
.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 {
  width: 100%;
  margin: 0 auto;
  padding: 5% 0 9%;
}
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 p {
  font-size: 1.15rem;
}
/*==================================
    header
==================================*/
header {
  z-index: 5;
  position: fixed;
  width: 100%;
  margin: 0 auto 40px;
  background: #fff;
  box-shadow: 0 0 5px #dfdfdf;
  top: 0;
}
header .header-inner {
  max-width: 1400px;
  margin: 0 auto;
}
header .logo {
  margin: 0 0 0 20px;
  width: 155px;
  line-height: 1;
  font-size: 0;
}
header .logo a {
  display: block;
}
header .logo img {
  vertical-align: top;
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li.contact-btn a {
  display: flex;
  align-items: center;
  padding: 9px 21px 12px 29px;
  border-radius: 50px;
  width: inherit;
}
header nav {
  margin-right: 20px;
}
header nav > ul > li {
  position: relative;
  margin-right: 26px;
}
header nav > ul > li > a {
  display: block;
  padding: 30px 3px;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #0F2B6C;
}
.contact-btn a:hover {
  transition: 0.3s;
  background: #fff;
  border: solid 2px #0f2b6c;
  color: #0f2b6c;
}
.contact-btn a:hover::before {
  background: url(../images/common/ico-mail-hover.png) 0 0 no-repeat;
  background-size: 100%;
}
header nav ul li.contact-btn {
  margin-right: 0;
}
header nav ul li.contact-btn a::before {
  top: 1px;
  left: -5px;
  width: 18px;
  height: 17px;
}
header nav ul li:last-child a:hover span {
  color: #2085c7
}
.contact-btn a {
  color: #fff;
  position: relative;
  padding: 12px 21px 12px 29px;
  background: #0F2B6C;
  border-radius: 10px;
  width: 330px;
  display: block;
  text-align: center;
  border: solid 2px #0f2b6c;
}
.contact-btn a::before {
  content: "";
  z-index: 1;
  display: inline-block;
  position: relative;
  top: 2px;
  left: -5px;
  background: url(../images/common/ico-mail.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 18px;
  height: 17px;
}
/*---2階層 親メニューを基準位置に---*/
.header-nav .menu-item-has-children {
  position: relative;
}
/* 初期状態：非表示 */
.header-nav .menu-item-has-children .sub-menu {
  display: block !important;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  background: rgb(17 165 192 / 97%);
}
/* hoverで表示 */
.header-nav .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.sub-menu li a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: #2f56a6;
  clip-path: polygon(0 0, 38% 0, 100% 50%, 38% 100%, 0 100%, 58% 50%);
  margin-right: 6px;
  vertical-align: middle;
}
/* 中のリンク */
.header-nav .sub-menu li {
  margin-bottom: 18px;
}
.header-nav .sub-menu li:last-child {
  margin-bottom: 0;
}
.header-nav .sub-menu li a {
  display: block;
  white-space: nowrap;
  color: #fff;
  font-size: 0.8rem;
}
/*==================================
    news
==================================*/
.date {
  display: block;
  margin-right: 15px;
  color: #5D5F60;
  font-size: 0.85rem;
  font-weight: 600;
}
.tag-all {
  display: none;
}
.news-area figcaption {
  max-width: 780px;
  width: 100%;
}
.news-area figcaption h2 {
  padding-left: 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.ofi img {
  width: 235px;
  height: 145px;
}
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: 85px;
  width: 31.555555%;
  margin-right: 30px;
  margin-right: 2.5%;
}
.works-page .news-area .thumb-box {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
.works-page .news-area .item-list li img {
  width: inherit;
  height: inherit;
}
.works-page .news-area .item-list li > a + a {
  margin-top: 20px;
  display: block;
  padding: 0;
  border: solid 2px #707070;
}
.works-page .news-area ul li h2 {
  margin-top: 0;
  padding: 30px;
  color: #707070;
  font-size: 20px;
  font-size: 1.25rem;
}
.post-type-archive-works .archive-ttl::before, .post-type-archive-works .archive-ttl::after {
  display: none
}
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: 11px 0 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}
.news-area .thumb-box {
  width: 100%;
  max-width: 235px;
  margin-right: 40px;
  flex-shrink: 0;
}
.news-area {
  max-width: 1050px;
  margin: 0 auto;
  padding-bottom: 0;
}
.news-area ul li {
  margin-bottom: 0;
}
.news-area ul li a {
  display: block;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #707070;
}
.news-area ul li:first-child a {
  padding-top: 0;
}
.cate {
  display: inline-block;
  color: #fff;
  padding: 5px 19px;
  text-align: center;
  line-height: 1;
  background: #023A63;
  border: solid 1px #023A63;
  border-radius: 100px;
  font-size: 0.75rem;
}
.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 {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .logo {
  display: inline-block;
  width: 100%;
  max-width: 120px;
  margin-bottom: 10px;
}
footer p {
  font-size: 0.78rem;
  color: #000;
}
footer .logo + p {
  margin-bottom: 6px;
}
footer p span:first-child {
  font-weight: 600;
  display: block;
  color: #000;
  font-size: 0.9rem;
}
footer .footer-nav ul li a {
  font-size: 0.7rem;
}
/*==================================
 archive
==================================*/
/* ---投稿　カテゴリー--- */
.news-category-links ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 0 95px;
  list-style: none;
}
.news-category-links ul li {
  margin-right: 20px;
}
.news-area .cat-item {
  display: inline-block;
  padding: 3px 20px;
  border: 2px solid #023A63;
  text-decoration: none;
  color: #023A63;
  font-size: 14px;
  transition: background-color .3s ease, color .3s ease;
  border-radius: 50px;
  font-weight: 600;
}
.cat-item:hover {
  color: #fff;
  background: #023A63;
}
.news-area .current-cat {
  color: #fff;
  background: #023A63;
}
.archive-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 0 70px;
  font-weight: bold;
  color: #11A5C0;
}
.archive-ttl::before, .archive-ttl::after {
  content: "";
  width: 28.666666%;
  height: 2px;
  background: #0aa3b5;
}
/* --- ページネーション --- */
.news-area .c-pagination {
  margin: 70px 0 0;
}
.news-area .c-pagination li {
  margin: 0 15px 0 0;
}
.news-area .c-pagination li:last-child {
  margin-right: 0;
}
.news-area ul.c-pagination li a, .news-area ul.c-pagination li span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #0F2B6C;
  text-decoration: none;
  padding: 10px 12px;
  color: #0F2B6C;
  width: 52px;
  height: 52px;
}
.news-area .c-pagination li .next, .news-area .c-pagination li .prev {
  width: inherit;
}
.news-area .c-pagination li .next {
  color: #fff;
  background: #0F2B6C;
  border-radius: 5px;
}
.news-area .c-pagination li span.current, .news-area .c-pagination li a:hover {
  background: #0F2B6C;
  color: #fff;
}
.contact-area {
  padding: 30px 20px;
  background: #0F2B6C;
  text-align: center;
}
.contact-area .head-txt-box .ttl-en {
  color: #fff;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 10px;
}
.contact-area .head-txt-box h2 {
  color: #fff;
  margin-bottom: 28px;
  line-height: 1.2;
  font-size: 2.2em;
}
.contact-area .head-txt-box .lead {
  margin-bottom: 28px;
  color: #fff;
  font-size: 0.87rem;
}
.contact-area .link-btn {
  margin-top: 0;
}
.contact-area .link-btn a, .is-subpage .contact-area .link-btn a {
  color: #0F2B6C;
  font-weight: 600;
  background: #fff;
  border-radius: 0;
  max-width: 222px;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  padding: 8px;
  border: none;
}
.no-post {
  text-align: center;
}
.no-post .ttl {
  font-size: 3rem;
  font-weight: bold;
}
.no-post .ttl + p {
  margin: 15px 0 70px;
}
@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;
  }
}