@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: #222;
}
body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  line-height: 1.6;
  font-size: 1rem;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", "MS Gothic", Osaka, Verdana, arial, helvetica, sans-serif;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
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;
}
.f-en {
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}
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;
}
.en-font {
  font-family: 'Unica One', cursive;
}
* {
  box-sizing: border-box;
}
address {
  font-style: normal;
}
main {
  position: relative;
  z-index: 2;
  padding: 7% 0 6%;
  overflow: hidden;
  background: #fff;
  margin-top: 4%;
}
.content-wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.content-wrap-m {
  max-width: 1125px;
  margin: auto;
}
main .content-wrap-s {
  max-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;
}
.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;
}
/*----fade----*/
.fade-up {
  position: relative;
  top: 30px;
  opacity: 0;
  transition: all 1.6s;
}
.fade-up.is-show {
  opacity: 1;
  top: 0;
  transition: all 1s;
}
.fade-r {
  position: relative;
  right: 20px;
  opacity: 0;
  transition: all 1.5s;
}
.fade-r.is-show {
  opacity: 1;
  right: 0;
}
.fade-l {
  position: relative;
  opacity: 0;
  left: 20px;
  transition: all 1.5s;
}
.fade-l.is-show {
  opacity: 1;
  left: 0;
}
/*----delay----*/
.delay2 {
  transition-delay: 200ms;
}
.delay3 {
  transition-delay: 300ms;
}
.delay4 {
  transition-delay: 400ms;
}
.delay5 {
  transition-delay: 500ms;
}
.delay6 {
  transition-delay: 600ms;
}
.delay7 {
  transition-delay: 700ms;
}
.delay8 {
  transition-delay: 800ms;
}
.delay9 {
  transition-delay: 900ms;
}
.delay10 {
  transition-delay: 1000ms;
}
.delay11 {
  transition-delay: 1100ms;
}
.delay12 {
  transition-delay: 1200ms;
}
.delay13 {
  transition-delay: 1200ms;
}
.delay14 {
  transition-delay: 1400ms;
}
.delay15 {
  transition-delay: 1500ms;
}
.delay16 {
  transition-delay: 1600ms;
}
.delay17 {
  transition-delay: 1700ms;
}
.delay18 {
  transition-delay: 1800ms;
}
.delay20 {
  transition-delay: 2000ms;
}
.link-btn {
  margin: 25px 0 0;
}
.link-btn a {
  position: relative;
  display: inline-block;
  padding: 15px 46px 15px 25px;
  line-height: 1;
  /* border-radius: 100px; */
  color: #fff;
  border: solid 1px #10577F;
  transition: 0.3s;
  text-transform: uppercase;
  color: #10577F;
}
.link-btn a:hover {
  color: #fff;
  background: #10577F;
}
.link-btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  right: 21px;
  width: 19px;
  height: 11px;
  background: url(../images/common/ico-arrow-b.png) no-repeat;
  background-size: 100%;
}
.link-btn a:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  right: 21px;
  width: 19px;
  height: 11px;
  background: url(../images/common/ico-arrow-w.png) no-repeat;
  background-size: 100%;
}
.is-view .link-btn a:after {
  background: url(../images/common/ico-arrow-w.png) no-repeat;
  background-size: 100%;
}
a img:hover {
  transition: 0.5s;
  opacity: 0.8;
}
.breadcrumbs {
  padding: 25px 0;
  font-size: 0.9rem;
  border-top: solid 1px #dadada;
  border-bottom: solid 1px #dadada;
  position: relative;
  z-index: 2;
  background: #fff;
}
.breadcrumbs .content-wrap {
  max-width: 100%;
  padding: 0 20px;
}
.breadcrumbs a span {
  text-transform: uppercase;
  font-size: 0.85rem;
}
.breadcrumbs span {
  color: #919191;
  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 #ccc;
}
.table-base th {
  width: 20%;
  padding: 20px;
  color: #101010;
  border-bottom: solid 1px #349191;
  background: #fff;
  vertical-align: middle;
  font-weight: normal;
}
.table-base td {
  padding: 20px;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
}
.table-base tr:first-child th {
  border-top: solid 1px #349191;
}
.kv-page-area {
  position: relative;
  margin: 245px 0 0;
}
.kv-page-area:after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 32%;
  width: 97%;
  height: 100%;
  background: #f2f2f2;
}
.kv-page-area .ofi {
  margin-left: 6%;
}
.kv-page-area h1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0%, -105%);
  line-height: 1;
  margin-left: 5.8%;
}
.kv-none .kv-page-area {
  margin: 270px 0 0;
}
main .ttl-area {
  margin: 0 auto 30px;
  max-width: 1280px;
  line-height: 1;
}
h2 {
  font-weight: normal;
  position: relative;
  line-height: 1.35;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0.05em;
  text-align: left;
  background-clip: text;
  font-size: 5.2rem;
  -webkit-background-clip: text;
}
.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 #dde4e4;
}
.table-base tr th {
  border-top: solid 1px #349191;
}
.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: 100px 0;
  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 {
  position: relative;
  display: block;
  height: 100%;
}
.link-arrow span {
  display: inline-block;
  padding: 0 26px 0 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;
}
.link-arrow.arrow-w span {
  color: #fff;
}
.link-arrow.arrow-w::after {
  background: url(../images/common/ico-arrow-w.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.parallax-bg {
  min-height: 400px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
/*--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;
}
.ttl-area .f-en span {
  font-size: 5.2rem;
}
.f-en span {
  transform: rotate(5deg) translate(0, 70%);
  transform-origin: -100px center;
  opacity: 0;
  display: inline-block;
  white-space: pre;
}
.f-en .subttl {
  transform: rotate(5deg) translate(0, 70%);
  transform-origin: -100px center;
  opacity: 0;
  display: block;
  white-space: pre;
  margin-left: 5px;
}
.is-animated span, .is-animated .subttl {
  transition: opacity 0.8s cubic-bezier(0.26, 0.06, 0, 1), transform 1.2s cubic-bezier(0.36, 0.14, 0, 1);
  transform: rotate(0deg) translate(0, 0%);
  opacity: 1;
  animation-duration: 3.8s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-name: ttl1_anim;
  animation-iteration-count: infinite;
}
.is-animated .subttl {
  font-size: 1.4rem;
}
.ttl-area span {
  animation: 6s ease-in 3s infinite forwards running textColor;
}
.business-area .ttl-area span, .is-view .ttl-area span {
  animation: 6s ease-in 3s infinite forwards running textWColor;
}
@keyframes textColor {
  0% {
    color: #333;
  }
  25% {
    color: #10577F;
  }
  45% {
    color: #567F10;
  }
  75% {
    color: #10577F;
  }
  85% {
    color: #567F10;
  }
  100% {
    color: #333;
  }
}
@keyframes textWColor {
  0% {
    color: #fff;
  }
  25% {
    color: #10577F;
  }
  45% {
    color: #567F10;
  }
  75% {
    color: #10577F;
  }
  85% {
    color: #567F10;
  }
  100% {
    color: #fff;
  }
}


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: 15px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1125px;
  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 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;
}
.others-area figure h2 span {
  color: #10577F;
}
.others-area figure h2 span {
  font-size: 1rem;
}
.others-area figure:nth-child(1) img {
  transition-delay: 150ms;
}
.others-area figure:nth-child(2) img {
  transition-delay: 350ms;
}
.others-area figure .is-animated2 img {
  transition-delay: initial;
}
.others-area figure a:hover .btn-box-a .shape-box {
  stroke: #10577F;
}
.others-area figure a:hover .btn-box-a .txt {
  color: #10577F;
}
.others-area figure a:hover .btn-box-a.link-arrow::after {
  background: url(../images/common/ico-arrow-b.png) 0 0 no-repeat;
  background-size: 100% auto;
}
/*==================================
news
==================================*/
.date {
  display: inline-block;
  color: #777;
  line-height: 1;
  font-size: 0.9rem;
}
.blog main ul li:nth-child(1) img, .blog main ul li:nth-child(5) img, .blog main ul li:nth-child(9) img, .blog main ul li:nth-child(13) img {
  transition-delay: 100ms;
}
.blog main ul li:nth-child(2) img, .blog main ul li:nth-child(6) img, .blog main ul li:nth-child(10) img, .blog main ul li:nth-child(14) img {
  transition-delay: 280ms;
}
.blog main ul li:nth-child(3) img, .blog main ul li:nth-child(7) img, .blog main ul li:nth-child(11) img, .blog main ul li:nth-child(15) img {
  transition-delay: 380ms;
}
.blog main ul li:nth-child(4) img, .blog main ul li:nth-child(8) img, .blog main ul li:nth-child(12) img, .blog main ul li:nth-child(16) img {
  transition-delay: 480ms;
}
.blog main .thumb-box.is-animated2 img {
  transition-delay: initial;
}
.blog main .thumb-box.is-animated2, .archive main .thumb-box.is-animated2 {
  border: solid 1px #efefef;
}
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 img {
  height: 210px;
}
main .news-area .news-box a {
  display: block;
  padding-bottom: 25px;
  border-bottom: solid 1px #dadada;
}
main .news-area .item-list li, .category .news-area .item-list li {
  width: 23.33333%;
  margin: 0 2.222222% 45px 0;
}
main .news-area li a {
  display: block;
}
main .news-area li:nth-child(1) a img, main .news-area li:nth-child(5) a img, main .news-area li:nth-child(9) a img, main .news-area li:nth-child(13) a img {
  transition-delay: 150ms;
}
main .news-area li:nth-child(2) a img, main .news-area li:nth-child(6) a img, main .news-area li:nth-child(10) a img, main .news-area li:nth-child(14) a img {
  transition-delay: 300ms;
}
main .news-area li:nth-child(3) a img, main .news-area li:nth-child(7) a img, main .news-area li:nth-child(3) a img, main .news-area li:nth-child(11) a img, main .news-area li:nth-child(15) a img {
  transition-delay: 600ms;
}
main .news-area li:nth-child(4) a img, main .news-area li:nth-child(8) a img, main .news-area li:nth-child(4) a img, main .news-area li:nth-child(12) a img, main .news-area li:nth-child(16) a img {
  transition-delay: 900ms;
}
main .news-area .item-list li:nth-child(4n), .category .news-area .item-list li:nth-child(4n) {
  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;
}
main .news-area ul li h2, main .news-area ul li h3 {
  margin: 5px 0 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #222;
  text-transform: inherit;
}
.archive.category .kv-page-area {
  margin: 260px 0 0;
}
.cate {
  color: #5e5e5e;
  border: solid 1px #c0c0c0;
  padding: 2px 8px;
  font-size: 0.75rem;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
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 .nav-box {
  /* padding-right: 30px; */
}
footer .address-box {
  border-left: solid 1px #e8e8e8;
  padding-left: 30px;
}
footer .detail {
  margin-right: 25px;
  font-size: 0.7rem;
}
footer .detail:last-child {
  margin-right: 0;
}
footer .detail ul li {
  font-size: 0.7rem;
  margin: 0;
}
footer .logo {
  width: 98px;
  margin-bottom: 30px;
  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: #c0c0c0;
  text-align: left;
  padding-top: 27px;
}
footer {
  padding: 0 20px;
  background: #fff;
  position: relative;
  z-index: 2;
}
footer .detail p {
  font-size: 0.92rem;
  color: #10577F;
  line-height: 1.2;
}
footer .footer-inner {
  position: relative;
}
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 {
  background: url(../images/common/bg-contact.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  background-position: center;
}
.contact-area .item-box h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 100;
  color: #fff;
}
.contact-area h2 + p {
  margin: 37px 0 0;
  text-align: center;
  color: #fff;
}
.contact-area .item-box {
  width: 50%;
  overflow: hidden;
}
.contact-area .item-box a {
  position: relative;
  display: block;
  padding: 180px 0;
  border-right: solid 1px rgb(41 45 59);
}
.contact-area .item-box:nth-child(1) a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(-45deg, #4daae0, #254d85, #2c98ad, #095bb1) fixed;
}
.contact-area .item-box:nth-child(2) a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(-45deg, #81e2c3, #53c7b4, #54b1b3, #75d5c8) fixed;
}
.contact-area .item-box a::before {
  transform-origin: -100% 0;
  transform: scaleY(0);
  transition: transform ease .3s;
  opacity: 0.15;
}
.contact-area .item-box a:hover::before {
  transform-origin: 50% 50%;
  transform: scaleX(1);
  background-size: 100% 230%;
}
.contact-area .item-box h2 {
  position: relative;
}
.contact-area .item-box h2:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #fff;
  z-index: 1;
  left: 50%;
  bottom: -16px;
  transform: translate(-50%, 0%);
}
main ul.circle-list {
  margin: 0 0 0 10px;
}
main ul.circle-list li {
  position: relative;
  margin-bottom: 10px;
  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: 10px;
  left: -6px;
  width: 5px;
  height: 5px;
  background: #10577F;
  border-radius: 10px;
}
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;
  }
}
@media screen and (min-width:1400px) {
  .content-group {
    max-width: 1400px;
    margin: 0 auto 100px;
  }
  .content-wrap {
    max-width: 1400px;
  }
}
.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%;
}
/*--animation btn-- */
main figure a:hover .btn-box-a .shape-box, .btn-box-a:hover .shape-box {
  stroke-dasharray: 50 0;
  stroke-width: 3px;
  stroke-dashoffset: 0;
  stroke: #06D6A0;
}
.btn-box-a {
  position: relative;
  width: 120px;
  height: 40px;
}
.btn-box-a .shape-box {
  stroke-width: 6px;
  fill: transparent;
  stroke: #009FFD;
  stroke-dasharray: 355 600;
  stroke-dashoffset: 400;
  transition: 0.45s all ease;
}
.btn-box-a .txt, .btn-box-a .txt a {
  margin-top: -39px;
  text-align: center;
  margin-left: -17px;
  font-family: 'Nunito', sans-serif;
}
.news-wrap .btn-box-a .link-arrow.arrow-w::after {
  top: 18px;
  right: 10px;
  background: url(../images/common/ico-arrow.png) 0 0 no-repeat;
  background-size: 100% auto;
}
/*------*/
.btn-box-a-c {
  margin: 40px auto 0;
}
/*------*/
.is-view .btn-box-a-l-b {
  position: relative;
  width: 130px;
  height: 45px;
}
.is-view .btn-box-a-l-b .shape-box {
  stroke-width: 3px;
  fill: transparent;
  stroke: #5a5959;
  stroke-dasharray: 365 190;
  stroke-dashoffset: 560;
  transition: 0.45s all ease;
}
.btn-box-a-l-b .shape-box {
  stroke-width: 3px;
  fill: transparent;
  stroke: #5a5959;
  stroke-dasharray: 365 190;
  stroke-dashoffset: 560;
  transition: 0.45s all ease;
}
.btn-box-a-l-b .txt {
  margin-top: -42px;
  margin-left: -19px;
  font-size: 1.1rem;
}
.btn-box-a-l-b {
  position: relative;
  width: 130px;
  height: 45px;
}
.is-view .btn-box-a-l-b .txt {
  color: #fff;
  font-size: 1.1rem;
  margin-top: -42px;
  margin-left: -19px;
}
.is-view .btn-box-a-l-b:hover .shape-box {
  stroke-dasharray: 20 0;
  stroke-width: 3px;
  stroke-dashoffset: 0;
  stroke: #06D6A0;
}
.is-view .btn-box-a-l-b.link-arrow::after {
  right: 10px;
}
.is-view .btn-box-a-l-b .txt a {
  margin-left: -18px;
}
.is-view .btn-box-a-l-b a::after {
  top: -11px;
  right: 10px;
}
.is-view .btn-box-a-l-b a:hover::after {
  content: "";
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: -11px;
  right: 10px;
  width: 17px;
  height: 10px;
  background: url(../images/common/ico-arrow-g.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.is-view .news-wrap .btn-box-a .link-arrow.arrow-w::after {
  background: url(../images/common/ico-arrow-w.png) 0 0 no-repeat;
  background-size: 100% auto;
}
.is-view .news-wrap .btn-box-a a:hover.link-arrow.arrow-w::after {
  background: url(../images/common/ico-arrow-g.png) 0 0 no-repeat;
  background-size: 100% auto;
}
/*==================================
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%;
}
/*==================================
sidebar
==================================*/
.sidebar .side-box {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: solid 1px #222;
}
.sidebar .side-box h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
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 {
  margin-bottom: 15px;
}
.sidebar .side-box ul li.cat-item:last-child {
  margin-bottom: 0;
}
.sidebar .cat-item-14 {
  display: none;
}
.sidebar .side-box ul li.cat-item a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 0.9rem;
  color: #5e5e5e;
  border: solid 1px #c0c0c0;
  border-radius: 20px;
  text-align: center;
  line-height: 1;
  transition: 0.3s;
}
.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;
}s  