<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* _reset.scss
--------------------------------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

ul, ol {
  list-style-type: none;
}

/*　default link color
---------------------------------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

/*　noto serif font
---------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf") format("opentype");
}

/*　img のリンク　マウスオーバー
--------------------------------------------------------------------------------------- */
body {
  font-size: 16px;
  line-height: calc(32/16);
  letter-spacing: 0.03em;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  width: 100%;
  background-color: #f5f6f9;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

img {
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  overflow-x: hidden;
}

.pc_none {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

.tb_on {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tb_on {
    display: block;
  }
}

.tb_only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tb_only {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .tb_only {
    display: none;
  }
}

.noteOn {
  display: none;
}

@media screen and (max-width: 1600px) {
  .noteOn {
    display: block;
  }
}

.tb_none {
  display: block;
}

@media screen and (max-width: 1024px) {
  .tb_none {
    display: none;
  }
}

.en {
  font-family: 'Outfit', sans-serif;
}

.mainWidth {
  max-width: 1600px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .mainWidth {
    width: 100%;
  }
}

.mainInner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .mainInner {
    width: 92%;
    padding: 0;
  }
}

.subInner {
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .subInner {
    width: 92%;
    padding: 0;
  }
}

.secInner {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .secInner {
    width: 92%;
  }
}

.secTtl {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .secTtl {
    padding-bottom: 10px;
  }
}

.secTtl::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 40px;
  height: 5px;
  background-color: #006ba9;
  bottom: 0;
  left: calc(50% - 20px);
}

@media screen and (max-width: 1024px) {
  .secTtl::after {
    width: 20px;
    height: 3.5px;
    left: calc(50% - 10px);
  }
}

.secTtl .enTtl {
  display: block;
  font-size: 22px;
  color: #006ba9;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .secTtl .enTtl {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.secTtl .jaTtl {
  display: block;
  font-size: 66px;
  line-height: calc(90/66);
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .secTtl .jaTtl {
    font-size: 34px;
  }
}

.secTtl--left {
  text-align: left;
}

.secTtl--left::after {
  display: none;
}

.secTtl--mini .jaTtl {
  font-size: 52px;
}

@media screen and (max-width: 1024px) {
  .secTtl--mini .jaTtl {
    font-size: 27px;
  }
}

.c-btn {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #006ba9;
  text-transform: uppercase;
  padding-bottom: 32px;
  width: 282px;
}

.c-btn--noup {
  text-transform: unset;
}

@media screen and (max-width: 1024px) {
  .c-btn {
    font-size: 13px;
    padding-bottom: 10px;
    width: 155px;
  }
}

.c-btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 282px;
  height: 8px;
  background-image: url(../img/common/btn-arrow.svg);
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .c-btn::before {
    width: 155px;
    height: 4px;
  }
}

.c-btn::after {
  position: absolute;
  right: -48px;
  bottom: -48px;
  content: "";
  display: inline-block;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background-color: rgba(0, 107, 169, 0.1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media screen and (max-width: 1024px) {
  .c-btn::after {
    right: -32.5px;
    bottom: -32.5px;
    width: 65px;
    height: 65px;
  }
}

.c-btn:hover::after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.c-btn--mini {
  padding-bottom: 10px;
  width: 135px;
}

@media screen and (max-width: 1024px) {
  .c-btn--mini {
    padding-bottom: 10px;
    width: 155px;
  }
}

.c-btn--mini::before {
  width: 135px;
  height: 7px;
  background-image: url(../img/common/btn-arrow-mini.svg);
}

@media screen and (max-width: 1024px) {
  .c-btn--mini::before {
    width: 155px;
    height: 4px;
    background-image: url(../img/common/btn-arrow.svg);
  }
}

.c-btn--mini::after {
  width: 55px;
  height: 55px;
  right: -27.5px;
  bottom: -27.5px;
}

@media screen and (max-width: 1024px) {
  .c-btn--mini::after {
    right: -32.5px;
    bottom: -32.5px;
    width: 65px;
    height: 65px;
  }
}

.c-bgleft {
  position: relative;
}

.c-bgleft::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0);
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

.c-bgleft:hover::before {
  background-color: rgba(255, 255, 255, 0.2);
}

.c-bgleft-pink::before {
  background-color: rgba(255, 255, 255, 0);
}

.c-bgleft-pink:hover::before {
  background-color: white;
}

.centerLinkCover {
  text-align: center;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(119, 171, 185, 0.1);
          box-shadow: 0px 10px 10px -6px rgba(119, 171, 185, 0.1);
}

.headerInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  padding: 0px 22px;
}

@media screen and (max-width: 1390px) {
  .headerInner {
    padding: 0px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .headerInner {
    height: 50px;
    padding: 0px 14px 0 10px;
  }
}

.headLogo {
  width: 15.15625vw;
  position: relative;
}

@media screen and (max-width: 767px) {
  .headLogo {
    width: 145px;
  }
}

.headLogo img {
  vertical-align: top;
}

.headMenuCover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .headMenuCover {
    margin-top: 0px;
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100vw;
    background-color: rgba(230, 241, 246, 0.9);
    overflow: scroll;
    height: calc(100vh - 50px);
    z-index: 2;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    z-index: 3;
  }
}

.headMenuCoverInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .headMenuCoverInner {
    min-height: 1000px;
    display: block;
  }
}

.headMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.headMenu .headMenuBg {
  display: none;
}

.headMenu .headMenuBg img {
  width: 100%;
}

@media screen and (max-width: 1390px) {
  .headMenu {
    margin-top: 45px;
  }
}

@media screen and (max-width: 1024px) {
  .headMenu {
    display: block;
    background-color: #fff;
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
  }
  .headMenu::before {
    content: "";
    width: 100%;
    height: 60px;
    background-color: #fff;
    top: 100%;
    left: 0;
    position: absolute;
  }
  .headMenu .headMenuBg {
    display: block;
    position: absolute;
    top: calc(100% + 60px);
    width: 100%;
  }
}

.headMenuBtnArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1390px) {
  .headMenuBtnArea {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .headMenuBtnArea {
    position: relative;
    top: auto;
    right: auto;
    width: calc(100% - 45px);
    margin: 0  auto;
    padding-bottom: 20px;
  }
}

.headMenuItem {
  text-align: center;
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 2;
}

.headMenuItem &gt; a, .headMenuItem span {
  padding: 0 15px;
  display: block;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1600px) {
  .headMenuItem &gt; a, .headMenuItem span {
    padding: 0 10px;
    font-size: 15px;
  }
}

.headMenuItem &gt; a:hover, .headMenuItem span:hover {
  color: #1796b5;
}

@media screen and (max-width: 1024px) {
  .headMenuItem &gt; a:hover, .headMenuItem span:hover {
    color: #333;
  }
}

.headMenuItem .current {
  color: #1796b5;
}

@media screen and (max-width: 1024px) {
  .headMenuItem .current {
    color: #333;
  }
}

@media screen and (max-width: 1024px) {
  .headMenuItem {
    padding: 0;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 15px;
    width: calc(100% - 45px);
    margin: 0 auto;
  }
  .headMenuItem::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 27px;
    height: 27px;
    right: 0px;
    top: calc(50% - 13.5px);
    border-radius: 50%;
    background-color: #e5f0f6;
  }
  .headMenuItem::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 25.5px;
    height: 3.5px;
    background-image: url(../img/common/menuArrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: 10px;
    top: calc(50% - 1.75px);
  }
  .headMenuItem a, .headMenuItem span {
    display: block;
    line-height: 65px;
    padding: 0;
  }
}

.headMenuItem--btn {
  line-height: 60px;
  width: 140px;
  background-color: #2ca39a;
  margin-left: 40px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.headMenuItem--btn:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

@media screen and (max-width: 1600px) {
  .headMenuItem--btn {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1390px) {
  .headMenuItem--btn {
    line-height: 45px;
  }
}

@media screen and (max-width: 1024px) {
  .headMenuItem--btn {
    line-height: 60px;
    margin-left: 0px;
    width: calc((100% - 10px) / 2);
  }
  .headMenuItem--btn::before, .headMenuItem--btn::after {
    display: none;
  }
}

.headMenuItem--btn a {
  display: block;
  color: #fff;
}

.headMenuItem--btn a:hover {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .headMenuItem--btn a {
    text-align: center;
  }
}

.headMenuItem--contact {
  background-color: #006ba9;
  margin-left: 5px;
}

.headMenuItem-in {
  position: relative;
}

.headMenuItem-in:hover .headMenuItemInner {
  opacity: 1;
  pointer-events: all;
}

.headMenuItem-in:hover .headMenuItemInner a {
  pointer-events: all;
}

@media screen and (max-width: 1024px) {
  .headMenuItem-in::before {
    display: none;
  }
  .headMenuItem-in::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../img/common/spheadup.png);
    width: 15px;
    height: 8.5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 30px;
    right: 0px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .headMenuItem-in.onInner::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.headMenuItemInner {
  position: absolute;
  width: 1140px;
  top: 20px;
  left: -300px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  z-index: 99;
}

@media screen and (max-width: 1024px) {
  .headMenuItemInner {
    width: 100%;
    position: relative;
    display: none;
    top: 0px;
    left: 0px;
    opacity: 1;
  }
}

.headMenuItemInner .headInnerLinkCover {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-shadow: 5px 5px 30px #ccc;
          box-shadow: 5px 5px 30px #ccc;
}

@media screen and (max-width: 1024px) {
  .headMenuItemInner .headInnerLinkCover {
    margin-top: 0px;
    background-color: #e5f0f6;
    border-radius: 0px;
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.headMenuItemInner .headLinkItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% / 3);
  position: relative;
  padding: 40px 40px;
  background-color: #fff;
}

.headMenuItemInner .headLinkItem:nth-child(1) {
  width: calc(100% / 3);
  border-right: 1px solid #ddd;
}

.headMenuItemInner .headLinkItem:nth-child(1) .headLinkItemNum {
  color: #2ca39a;
}

.headMenuItemInner .headLinkItem:nth-child(1) .headLinkItemImg {
  background-color: rgba(44, 163, 154, 0.1);
}

.headMenuItemInner .headLinkItem:nth-child(1) .headLinkItemImg img {
  width: 52px;
}

.headMenuItemInner .headLinkItem:nth-child(2) {
  width: calc(100% / 3);
  border-right: 1px solid #ddd;
}

.headMenuItemInner .headLinkItem:nth-child(2) .headLinkItemNum {
  color: #1796b5;
}

.headMenuItemInner .headLinkItem:nth-child(2) .headLinkItemImg {
  background-color: rgba(23, 150, 181, 0.1);
}

.headMenuItemInner .headLinkItem:nth-child(2) .headLinkItemImg img {
  width: 48px;
}

.headMenuItemInner .headLinkItem:nth-child(3) {
  width: calc(100% / 3);
}

.headMenuItemInner .headLinkItem:nth-child(3) .headLinkItemNum {
  color: #114287;
}

.headMenuItemInner .headLinkItem:nth-child(3) .headLinkItemImg {
  background-color: rgba(17, 66, 135, 0.1);
}

.headMenuItemInner .headLinkItem:nth-child(3) .headLinkItemImg img {
  width: 46px;
}

.headMenuItemInner .headLinkItem:nth-child(4) {
  width: calc(100% / 2);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 40px;
}

.headMenuItemInner .headLinkItem:nth-child(4) .headLinkItemNum {
  color: #006ba9;
}

.headMenuItemInner .headLinkItem:nth-child(4) .headLinkItemImg {
  background-color: rgba(0, 107, 169, 0.1);
}

.headMenuItemInner .headLinkItem:nth-child(4) .headLinkItemImg img {
  width: 44px;
}

.headMenuItemInner .headLinkItem:nth-child(4) .headLinkItemTtl {
  width: calc(100% - 130px - 30px);
  text-align: center;
}

.headMenuItemInner .headLinkItem:nth-child(5) {
  width: calc(100% / 2);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid #ddd;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 40px;
}

.headMenuItemInner .headLinkItem:nth-child(5) .headLinkItemNum {
  color: #006ba9;
}

.headMenuItemInner .headLinkItem:nth-child(5) .headLinkItemImg {
  background-color: rgba(0, 107, 169, 0.1);
}

.headMenuItemInner .headLinkItem:nth-child(5) .headLinkItemImg img {
  width: 38px;
}

.headMenuItemInner .headLinkItem:nth-child(5) .headLinkItemTtl {
  width: calc(100% - 130px - 30px);
  text-align: center;
}

.headMenuItemInner .headLinkItem:hover {
  color: #fff;
}

.headMenuItemInner .headLinkItem:hover .headLinkItemImg {
  background-color: #fff;
}

.headMenuItemInner .headLinkItem:hover:nth-child(1) {
  width: calc(100% / 3);
  background-color: #2ca39a;
}

.headMenuItemInner .headLinkItem:hover:nth-child(2) {
  width: calc(100% / 3);
  background-color: #1796b5;
}

.headMenuItemInner .headLinkItem:hover:nth-child(3) {
  width: calc(100% / 3);
  background-color: #114287;
}

.headMenuItemInner .headLinkItem:hover:nth-child(4) {
  width: calc(100% / 2);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #006ba9;
}

.headMenuItemInner .headLinkItem:hover:nth-child(5) {
  width: calc(100% / 2);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #006ba9;
}

.headMenuItemInner .headLinkItem:hover .headLinkItemNum {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .headMenuItemInner .headLinkItem {
    display: block;
    width: 100%;
    padding: 0 15px;
    background-color: unset;
    position: relative;
    border-top: 1px solid #ddd;
  }
  .headMenuItemInner .headLinkItem::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../img/common/spheadarrow.png);
    width: 36px;
    height: 27px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: calc(50% - 13.5px);
    right: 15px;
  }
  .headMenuItemInner .headLinkItem:nth-child(1) {
    width: 100%;
    border-right: 0px solid #ddd;
  }
  .headMenuItemInner .headLinkItem:nth-child(2) {
    width: 100%;
    border-right: 0px solid #ddd;
  }
  .headMenuItemInner .headLinkItem:nth-child(3) {
    width: 100%;
  }
  .headMenuItemInner .headLinkItem:nth-child(4) {
    width: 100%;
    border-right: 0px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 0 15px;
  }
  .headMenuItemInner .headLinkItem:nth-child(4) .headLinkItemTtl {
    width: 100%;
    text-align: left;
  }
  .headMenuItemInner .headLinkItem:nth-child(5) {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 0 15px;
  }
  .headMenuItemInner .headLinkItem:nth-child(5) .headLinkItemTtl {
    width: 100%;
    text-align: left;
  }
  .headMenuItemInner .headLinkItem:hover {
    color: #333;
  }
  .headMenuItemInner .headLinkItem:hover:nth-child(1) {
    width: 100%;
    background-color: unset;
  }
  .headMenuItemInner .headLinkItem:hover:nth-child(2) {
    width: 100%;
    background-color: unset;
  }
  .headMenuItemInner .headLinkItem:hover:nth-child(3) {
    width: 100%;
    background-color: unset;
  }
  .headMenuItemInner .headLinkItem:hover:nth-child(4) {
    width: 100%;
    background-color: unset;
  }
  .headMenuItemInner .headLinkItem:hover:nth-child(5) {
    width: 100%;
    background-color: unset;
  }
  .headMenuItemInner .headLinkItem:hover .headLinkItemNum {
    color: #333;
  }
}

.headMenuItemInner .headLinkItemNum {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 23px;
  font-weight: 500;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media screen and (max-width: 1024px) {
  .headMenuItemInner .headLinkItemNum {
    display: none;
  }
}

.headMenuItemInner .headLinkItemImg {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .headMenuItemInner .headLinkItemImg {
    display: none;
  }
}

.headMenuItemInner .headLinkItemImg img {
  vertical-align: top;
}

.headMenuItemInner .headLinkItemTtl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .headMenuItemInner .headLinkItemTtl {
    text-align: left;
    font-size: 15px;
    margin-bottom: 0px;
  }
}

.headMenuItemInner .headLinkItemTxt {
  font-size: 14px;
  line-height: calc(22 / 14);
}

@media screen and (max-width: 1024px) {
  .headMenuItemInner .headLinkItemTxt {
    display: none;
  }
}

.sp_header_menu {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sp_header_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9;
  }
  .sp_header_menu .sp_header_menuBar {
    z-index: 10;
  }
  .sp_header_menu .sp_header_menuBar span {
    display: block;
    width: 33px;
    height: 3px;
    margin: 7px auto;
    background-color: #333;
    z-index: 99;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.sp_header_menu.sphead_on .sp_header_menuBar span:first-child {
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp_header_menu.sphead_on .sp_header_menuBar span:last-child {
  -webkit-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sphead_on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.footer {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.footerInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 75px;
  padding-bottom: 90px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .footerInfo {
    display: block;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.footerlogoArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .footerlogoArea {
    display: block;
  }
}

.footLogo {
  width: 291px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.footLogo:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .footLogo {
    display: block;
    width: 50vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .footLinkArea {
    text-align: center;
    margin-top: 30px;
  }
}

.footLinkItem {
  font-size: 14px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.footLinkItem:hover {
  color: #1796b5;
}

@media screen and (max-width: 1024px) {
  .footLinkItem {
    font-size: 12px;
  }
}

.footerAddress {
  margin-left: 45px;
}

@media screen and (max-width: 1024px) {
  .footerAddress {
    margin-left: 0px;
    margin-top: 20px;
    text-align: center;
  }
}

.footCopy {
  font-size: 11px;
  padding: 45px 0;
  text-align: center;
  border-top: 1px solid #ddd;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .footCopy {
    font-size: 15px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    padding: 20px 0;
  }
}

.fixBtnArea {
  display: none;
}

@media screen and (max-width: 1024px) {
  .fixBtnArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 99;
    bottom: 3px;
    left: 3px;
    width: calc(100% - 6px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fixBtnArea .fixBtn-tel {
    width: calc((100% - 3px)/2);
    background-color: #fff;
    height: 59px;
    border: 1px solid #f6e2db;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fixBtnArea .fixBtn-tel img {
    width: 14px;
    display: inline-block;
    margin-right: 10px;
  }
  .fixBtnArea .fixBtn-tel .fixBtn-telInner {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  .fixBtnArea .fixBtn-tel .fixBtnTtl {
    font-size: 16px;
    letter-spacing: 0.1em;
    display: block;
    font-weight: 700;
    line-height: calc(40/32);
  }
  .fixBtnArea .fixBtn-tel .fixBtnTxt {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    font-size: 10px;
    display: inline-block;
  }
  .fixBtnArea .fixBtn-web {
    background-color: #f6e2db;
    width: calc((100% - 3px)/2);
    height: 59px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fixBtnArea .fixBtn-web img {
    width: 17px;
    display: inline-block;
    margin-right: 10px;
  }
  .fixBtnArea .fixBtn-web .fixBtn-webInner {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  .fixBtnArea .fixBtn-web .fixBtnTtl {
    font-size: 13px;
    letter-spacing: 0.2em;
    display: block;
    font-weight: 700;
    line-height: calc(26/24);
  }
  .fixBtnArea .fixBtn-web .fixBtnTxt {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    font-size: 10px;
    display: inline-block;
  }
}

/* 下層ページメインビジュアル */
.c-pageMainv {
  position: relative;
  background-color: #fff;
  margin-top: 100px;
}

@media screen and (max-width: 1024px) {
  .c-pageMainv {
    margin-top: 50px;
  }
}

.c-pageMainvInner {
  position: relative;
}

.c-pageMainvBg {
  position: absolute;
  top: 0px;
  right: 0;
  width: 51.5625vw;
  z-index: 3;
  pointer-events: none;
}

.c-pageMainvBg--ttl {
  width: 42.1875vw;
}

.c-pageMainvBg img {
  margin: 0 0 0 auto;
  display: block;

}

.c-pageMainvDeco {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 17.91667vw;
  z-index: 4;
}

@media screen and (max-width: 1460px) {
  .c-pageMainvDeco {
    right: 210px;
    bottom: 170px;
  }
}

@media screen and (max-width: 1024px) {
  .c-pageMainvDeco {
    right: 150px;
    bottom: 120px;
  }
}

@media screen and (max-width: 767px) {
  .c-pageMainvDeco {
    width: 29.33333vw;
    right: 20px;
    bottom: 200px;
  }
}

.c-pageMainvInner {
  height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .c-pageMainvInner {
    height: 300px;
  }
}

.c-pageMainvInner--ttl {
  height: auto;
}

.topTxtArea {
  background-color: #fff;
}

.c-pageTtl .jaTtl {
  font-size: 66px;
  display: block;
  font-weight: bold;
  line-height: calc(90 / 66);
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .c-pageTtl .jaTtl {
    font-size: 33px;
    margin-bottom: 10px;
  }
}

.c-pageTtl .enTtl {
  font-size: 18px;
  color: #006ba9;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.1;
  display: block;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .c-pageTtl .enTtl {
    font-size: 16px;
  }
}

.c-pankuz {
  font-size: 14px;
  position: absolute;
  top: 20px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .c-pankuz {
    font-size: 12px;
  }
}

.c-pankuz ul li {
  display: inline-block;
  line-height: 1.2;
  margin-right: 10px;
  color: #1796b5;
}

.c-pankuz ul li + li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: translateX(-9px) translateY(0px) rotate(45deg);
          transform: translateX(-9px) translateY(0px) rotate(45deg);
}

.c-pankuz ul li a {
  color: #333;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-pankuz ul li a:hover {
  color: #1796b5;
}

.c-catch {
  font-size: 40px;
  line-height: 2;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .c-catch {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-catch {
    font-size: 21.5px;
    line-height: calc(74 / 43);
    margin-bottom: 20px;
    white-space: wrap;
  }
}

.sec-linkListArea {
  margin-top: 100px;
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .sec-linkListArea {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.linkListTtl {
  font-size: 26px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .linkListTtl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.linkList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.linkItem {
  width: calc((100% - 60px) / 4);
  width: calc((100% - 60px) / 3);
}

@media screen and (max-width: 767px) {
  .linkItem {
    width: calc((100% - 20px) / 2);
  }
  .linkItem:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.linkItemTtl {
  font-size: 20px;
  position: relative;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .linkItemTtl {
    font-size: 16px;
    margin-top: 5px;
  }
}

.linkItemTtl::after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/arrow.png);
  width: 15px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 10px;
}

.linkItemImg img {
  vertical-align: top;
}

.pageLinkCover {
  margin-top: -120px;
  padding-top: 120px;
}

@media screen and (max-width: 1199px) {
  .pageLinkCover {
    margin-top: -60px;
    padding-top: 60px;
  }
}

[data-aos="fade-up"] {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

[data-aos="fade-up"].aos-animate {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.linkAreaItem[data-aos="fade-up"] {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.linkAreaItem[data-aos="fade-up"].aos-animate {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.c-btn-view[data-aos="fade-left"] {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.c-btn-view[data-aos="fade-left"].aos-animate {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.linkAreaDecoBg[data-aos="fade-left"] {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
  overflow-x: hidden;
}

.linkAreaDecoBg[data-aos="fade-left"].aos-animate {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.bannerAreaTtlBox[data-aos="fade-left"] {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.bannerAreaTtlBox[data-aos="fade-left"].aos-animate {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.bannerAreaBg[data-aos="fade-right"] {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
  overflow-x: hidden;
}

.bannerAreaBg[data-aos="fade-right"].aos-animate {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

.footerContactBg[data-aos="fade-right"] {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
  overflow-x: hidden;
}

.footerContactBg[data-aos="fade-right"].aos-animate {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

[data-aos="fade-left"] {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
}

[data-aos="fade-right"] {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
}

.scrollCover {
  position: absolute;
  bottom: 0;
  left: 7.3%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .scrollCover {
    display: none;
  }
}

.scrollTxt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #a54726;
  font-size: 12px;
  letter-spacing: 0;
  line-height: calc(34/12);
}

.scrollBarCover {
  height: 70px;
  width: 1px;
  overflow: hidden;
  margin: 10px auto 0;
}

.scrollBar {
  height: 70px;
  width: 1px;
  background-color: #a54726;
  -webkit-animation: scrollAction 3s infinite;
  animation: scrollAction 3s infinite;
}

@-webkit-keyframes scrollAction {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  70% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
}

@keyframes scrollAction {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  70% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
}

.pageTopCover {
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .pageTopCover {
    display: none;
  }
}

.pageTopTxt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #a54726;
  font-size: 12px;
  letter-spacing: 0;
  line-height: calc(34/12);
}

.pageTopBarCover {
  height: 70px;
  width: 1px;
  overflow: hidden;
  margin: 0px auto 10px;
}

.pageTopBar {
  height: 70px;
  width: 1px;
  background-color: #a54726;
  -webkit-animation: pageTopAction 3s infinite;
  animation: pageTopAction 3s infinite;
}

@-webkit-keyframes pageTopAction {
  0% {
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  70% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}

@keyframes pageTopAction {
  0% {
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  70% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}

.c-contentBox {
  background-color: #faf7f5;
  padding: 80px 100px;
  margin-top: 70px;
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .c-contentBox {
    padding: 20px 10px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.c-contentBoxTtl {
  font-size: 24px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .c-contentBoxTtl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.c-contentItem + .c-contentItem {
  margin-top: 20px;
}

.sec-contatct {
  padding: 150px 0 165px;
}

@media screen and (max-width: 767px) {
  .sec-contatct {
    padding: 43px 0 55px;
  }
}

.contactInner {
  padding: 0 35px;
}

.contactTtl {
  text-align: center;
  font-size: 60px;
  color: #1796b5;
  line-height: 2;
}

@media screen and (max-width: 1024px) {
  .contactTtl {
    font-size: 7vw;
  }
}

@media screen and (max-width: 767px) {
  .contactTtl {
    font-size: 40px;
    line-height: 1.5;
  }
}

.contactxt {
  text-align: center;
}

.contacBtnCover .c-btn--contact {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
  height: 100px;
  margin-top: 35px;
}

@media screen and (max-width: 1024px) {
  .contacBtnCover .c-btn--contact {
    max-width: 400px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .contacBtnCover .c-btn--contact {
    height: 75px;
    margin-top: 20px;
  }
}

.contacBtnCover .c-btn--contact .txt {
  font-size: 14px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .contacBtnCover .c-btn--contact .txt {
    font-size: 12.5px;
  }
}

.contacBtnCover .c-btn--contact .num {
  font-size: 36px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .contacBtnCover .c-btn--contact .num {
    font-size: 29px;
  }
}

.contacBtnCover .c-btn--contact .num img {
  display: inline-block;
  margin-right: 10px;
  width: 28px;
}

@media screen and (max-width: 767px) {
  .contacBtnCover .c-btn--contact .num img {
    width: 24px;
  }
}

.contacBtnCover .c-btn--contact .num img.icon_tel-blue {
  display: none;
}

.contacBtnCover .c-btn--contact:hover img.icon_tel-wh {
  display: none;
}

.contacBtnCover .c-btn--contact:hover img.icon_tel-blue {
  display: inline-block;
}

.newsItem {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .newsItem {
    border-radius: 5px;
  }
}

.newsItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10px;
  background-color: #2ca39a;
  border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 1024px) {
  .newsItem::before {
    border-radius: 5px 0 0 5px;
  }
}

.newsItem + .newsItem {
  margin-top: 20px;
}

.newsItem:hover .newsTtl {
  color: #1796b5;
}

.newsItem a {
  display: block;
  position: relative;
  padding: 30px 50px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .newsItem a {
    padding: 20px 30px;
  }
}

.newsInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsInfo .time {
  display: inline-block;
  color: #006ba9;
  font-weight: bold;
  letter-spacing: 0.07em;
}

.newsInfo .category {
  position: relative;
  color: #006ba9;
  border: 1px solid #006ba9;
  border-radius: 16px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
  line-height: 30px;
  font-weight: bold;
  padding: 0 20px;
}

@media screen and (max-width: 1024px) {
  .newsInfo .category {
    margin-left: 10px;
    line-height: 20px;
    padding: 0 10px;
  }
}

.newsTtl {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  line-height: 1.2;
  margin-top: 10px;
  text-decoration: underline;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media screen and (max-width: 1024px) {
  .newsTtl {
    margin-top: 5px;
  }
}

.pageLinkArea {
  background-color: #fff;
  padding-top: 5.20833vw;
  padding-bottom: 5.20833vw;
}

@media screen and (max-width: 1024px) {
  .pageLinkArea {
    padding-top: 20vw;
    padding-bottom: 15.33333vw;
  }
}

.pageLinkAreaInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .pageLinkAreaInner {
    display: block;
    padding: 0 37.5px;
  }
}

.pageLinkItem {
  width: calc((100% - 55px) / 2);
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
}

.pageLinkItem:hover .pageLinkItemBg img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 1024px) {
  .pageLinkItem {
    width: 100%;
    border-radius: 5px;
  }
  .pageLinkItem + .pageLinkItem {
    margin-top: 20px;
  }
}

.pageLinkItem .pageLinkItemBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.pageLinkItem .pageLinkItemBg img {
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.pageLinkItem .pageLinkItemTtl {
  background-color: rgba(23, 150, 181, 0.8);
  width: 50%;
  color: #fff;
  padding: 50px 50px;
}

@media screen and (max-width: 1024px) {
  .pageLinkItem .pageLinkItemTtl {
    padding: 18px 15px;
  }
}

.pageLinkItem .pageLinkItemTtl .jaTtl {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .pageLinkItem .pageLinkItemTtl .jaTtl {
    font-size: 18px;
  }
}

.pageLinkItem .pageLinkItemTtl .enTtl {
  font-size: 14px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .pageLinkItem .pageLinkItemTtl .enTtl {
    font-size: 10px;
  }
}

.pageLinkItem--recruit .pageLinkItemTtl {
  background-color: rgba(44, 163, 154, 0.8);
}

.contactLinkArea {
  padding: 70px 0;
  background-color: #006ba9;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .contactLinkArea {
    padding: 35px 0 39px;
  }
}

.contactLinkAreaInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .contactLinkAreaInner {
    display: block;
    padding: 0 37.5px;
  }
}

.contactLinkItem {
  width: calc((100% - 55px) / 2);
  position: relative;
  display: block;
  border-radius: 10px;
  background-color: #fff;
  padding: 60px 120px 60px 0;
}

.contactLinkItem:hover::after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 1024px) {
  .contactLinkItem {
    width: 100%;
    border-radius: 5px;
    padding: 27.5px 45px 27.5px 5px;
  }
  .contactLinkItem + .contactLinkItem {
    margin-top: 20px;
  }
}

.contactLinkItem .contactItemDeco {
  position: absolute;
  left: 0;
  top: -4.58333vw;
  z-index: 2;
  width: 4.89583vw;
}

@media screen and (max-width: 1024px) {
  .contactLinkItem .contactItemDeco {
    left: 1.33333vw;
    top: -11.73333vw;
    width: 12.53333vw;
  }
}

.contactLinkItem .requestItemDeco {
  position: absolute;
  right: -5.52083vw;
  bottom: -5.05208vw;
  z-index: 2;
  width: 7.76042vw;
}

@media screen and (max-width: 1024px) {
  .contactLinkItem .requestItemDeco {
    right: -16vw;
    bottom: -10vw;
    width: 19.86667vw;
  }
}

.contactLinkItem::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(../img/common/arrow-wh.svg);
  width: 31px;
  height: 6px;
  right: 60px;
  top: calc(50% - 3px);
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  .contactLinkItem::before {
    width: 15.5px;
    height: 3px;
    right: 27px;
    top: calc(50% - 1.5px);
  }
}

.contactLinkItem::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #006ba9;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  right: 35px;
  top: calc(50% - 40px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media screen and (max-width: 1024px) {
  .contactLinkItem::after {
    width: 40px;
    height: 40px;
    right: 15px;
    top: calc(50% - 20px);
  }
}

.contactLinkItemTtl {
  text-align: center;
}

.contactLinkItemTtl .jaTtl {
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .contactLinkItemTtl .jaTtl {
    font-size: 18px;
  }
}

.contactLinkItemTtl .enTtl {
  font-size: 18px;
  text-transform: uppercase;
  color: #006ba9;
}

@media screen and (max-width: 1024px) {
  .contactLinkItemTtl .enTtl {
    font-size: 13px;
  }
}

.nonTxt {
  text-align: center;
  width: 100%;
}

.worksInner {
  width: 100%;
  max-width: 1570px;
  padding: 0 40px;
  margin: 55px auto 0;
}

@media screen and (max-width: 1024px) {
  .worksInner {
    padding: 0 17.5px;
    margin: 60px auto 0;
  }
}

.worksInner .c-btn {
  margin: 50px auto 0;
}

@media screen and (max-width: 1024px) {
  .worksInner .c-btn {
    margin: 60px auto 0;
  }
}

.worksList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .worksList {
    display: block;
  }
}

.worksItem {
  width: calc((100% - 140px)/3);
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding-left: 30px;
  display: block;
}

.worksItem:hover .worksItemTtl {
  color: #1796b5;
}

.worksItem:hover .worksItemImg img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 1600px) {
  .worksItem {
    width: calc((100% - 80px)/3);
  }
}

@media screen and (max-width: 1199px) {
  .worksItem {
    width: calc((100% - 40px)/3);
    padding-left: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .worksItem {
    width: calc((100% - 40px)/2);
  }
}

@media screen and (max-width: 767px) {
  .worksItem {
    width: 100%;
    padding-left: 20px;
  }
}

.worksItem--img {
  width: 50%;
  text-align: center;
  border: 0px solid #ccc;
  padding-left: 0px;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .worksItem--img {
    width: 100%;
  }
}

.worksItem--top {
  width: 50%;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .worksItem--top {
    width: 100%;
    padding-left: 20px;
  }
}

.worksItem--top .worksItemTtl {
  font-size: 24px;
  line-height: calc(40 / 24);
}

@media screen and (max-width: 767px) {
  .worksItem--top .worksItemTtl {
    font-size: 16px;
  }
}

.worksItem:nth-child(n + 4) {
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  .worksItem:nth-child(n + 4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .worksItem:nth-child(n + 4) {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .worksItem:nth-child(n + 3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .worksItem:nth-child(n + 2) {
    margin-top: 25px;
  }
}

.worksImg {
  padding-top: 130px;
  padding-right: 30px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1390px) {
  .worksImg {
    padding-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .worksImg {
    padding-top: 54px;
    padding-right: 0px;
  }
}

.worksImgTxtCover {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #006ba9;
  border-radius: 150px 150px 0px 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 50px;
}

@media screen and (max-width: 1390px) {
  .worksImgTxtCover {
    padding: 35px 25px;
  }
}

@media screen and (max-width: 767px) {
  .worksImgTxtCover {
    padding: 30px 34px;
  }
}

.worksImgTxt {
  color: #fff;
  font-size: 50px;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 1460px) {
  .worksImgTxt {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .worksImgTxt {
    font-size: 25px;
  }
}

.worksImgTxt span {
  font-size: 30px;
}

@media screen and (max-width: 1460px) {
  .worksImgTxt span {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .worksImgTxt span {
    font-size: 15px;
  }
}

.worksImgTxt span.num {
  font-size: 90px;
}

@media screen and (max-width: 1460px) {
  .worksImgTxt span.num {
    font-size: 75px;
  }
}

@media screen and (max-width: 767px) {
  .worksImgTxt span.num {
    font-size: 45px;
  }
}

.worksImgTxt img {
  width: 2.08333vw;
  vertical-align: bottom;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .worksImgTxt img {
    width: 5.33333vw;
    margin-left: 2.5px;
  }
}

.worksItemImgCover {
  overflow: hidden;
  border-radius: 0 0 0 10px;
}
.worksList .worksItemImgCover{
  width: 100%;
  height: 0;
  padding-top: 64.3%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .worksItemImgCover {
    border-radius: 0 0 0 5px;
  }
}
.worksList .worksItemImg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.worksList .worksItemImg img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.worksItemImg img {
  vertical-align: top;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.worksItemInfo {
  position: relative;
  padding: 30px 50px 70px 0px;
}

@media screen and (max-width: 1199px) {
  .worksItemInfo {
    padding: 30px 40px 50px 0px;
  }
}

@media screen and (max-width: 767px) {
  .worksItemInfo {
    padding: 20px 25px 40px 0px;
  }
}

.worksItemTag {
  position: absolute;
  top: -15px;
  left: 15px;
  padding: 2px 10px;
  color: #fff;
  font-size: 15px;
  border-radius: 20px;
}

@media screen and (max-width: 1199px) {
  .worksItemTag {
    font-size: 12px;
    top: -10px;
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .worksItemTag {
    font-size: 12.5px;
    top: -14px;
    left: 12.5px;
  }
}

.worksItemTag--cloud {
  background-color: #2ca39a;
}

.worksItemTag--infra {
  background-color: #1796b5;
}

.worksItemTag--const {
  background-color: #1796b5;
}

.worksItemTag--video {
  background-color: #006ba9;
}

.worksItemTag--other {
  background-color: #006ba9;
}

.worksItemTtl {
  font-size: 19px;
  line-height: calc(32 / 19);
  font-weight: bold;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

@media screen and (max-width: 1199px) {
  .worksItemTtl {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .worksItemTtl {
    font-size: 16px;
  }
}

.c-secTtl {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .c-secTtl {
    padding-bottom: 10px;
  }
}

.c-secTtl::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 40px;
  height: 5px;
  background-color: #006ba9;
  bottom: 0;
  left: calc(50% - 20px);
}

@media screen and (max-width: 1024px) {
  .c-secTtl::after {
    width: 20px;
    height: 3.5px;
    left: calc(50% - 10px);
  }
}

.c-secTtl .jaTtl {
  display: block;
  font-size: 50px;
  line-height: calc(90/50);
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .c-secTtl .jaTtl {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .c-secTtl .jaTtl {
    font-size: 22px;
  }
}

.c-secTtl--left {
  text-align: left;
}

.c-list span {
  margin-top: 10px;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .c-list span {
    margin-top: 5px;
    font-size: 10px;
  }
}

.c-listItem {
  background-color: #e5f0f6;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .c-listItem {
    padding: 10px 20px;
    border-radius: 10px;
  }
}

.c-listItem + .c-listItem {
  margin-top: 12px;
}

.c-listItemTtl {
  padding-left: 90px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #006ba9;
  white-space: nowrap;
  line-height: calc(34 / 24);
}

@media screen and (max-width: 767px) {
  .c-listItemTtl {
    padding-left: 60px;
    font-size: 16px;
  }
}

.c-listItemTtl::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: calc(50% - 31.5px);
  width: 63px;
  height: 63px;
  background-image: url(../img/common/check-wh.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .c-listItemTtl::before {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
}

.c-listItemTxt {
  color: #006ba9;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .c-listItemTxt {
    margin-left: 10px;
  }
}

.backList_btnCover {
  text-align: center;
  margin: 50px auto 30px;
}

@media screen and (max-width: 767px) {
  .backList_btnCover {
    margin: 20px auto 20px;
  }
}

.backList_btn {
  color: #1796b5;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .backList_btn {
    width: 120px;
    line-height: 50px;
    min-width: 0;
  }
}

.backList_btn:hover {
  color: #1796b5;
  position: relative;
  z-index: 3;
}

.single-btnCover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px auto 30px;
}

@media screen and (max-width: 767px) {
  .single-btnCover {
    margin: 20px auto 20px;
  }
}

.pageLink {
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #006ba9;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .pageLink {
    font-size: 14px;
  }
}

.pageLink:hover {
  color: #2ca39a;
}

.pageLink-next {
  width: 125px;
}

@media screen and (max-width: 1024px) {
  .pageLink-next {
    width: 104px;
  }
}

.pageLink-prev {
  width: 125px;
}

@media screen and (max-width: 1024px) {
  .pageLink-prev {
    width: 104px;
  }
}

.pageLink-prev a {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #006ba9;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .pageLink-prev a {
    font-size: 14px;
  }
}

.pageLink-prev a::before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
  display: inline-block;
  position: relative;
  background-image: url(../img/common/arrow-news.svg);
  width: 22px;
  height: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1) translateY(-5px);
          transform: scale(-1, 1) translateY(-5px);
  margin-right: 10px;
}

.pageLink-prev a:hover {
  opacity: 0.7;
}

.pageLink-next a {
  width: 125px;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #006ba9;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .pageLink-next a {
    font-size: 14px;
  }
}

.pageLink-next a::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  content: "";
  display: inline-block;
  position: relative;
  background-image: url(../img/common/arrow-news.svg);
  width: 22px;
  height: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.pageLink-next a:hover {
  opacity: 0.7;
}

/* ページャー */
.wp-pagenavi {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Outfit', sans-serif;
}

.wp-pagenavi .page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  text-decoration: none;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 6px;
  border: 1px solid #2ca39a;
  color: #2ca39a;
}

.wp-pagenavi .page:hover {
  color: #fff;
  background-color: #2ca39a;
}

.wp-pagenavi .current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #2ca39a;
  margin: 0 6px;
}

.pages {
  display: none;
}

.previouspostslink, .nextpostslink {
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  border: 0px !important;
  position: absolute;
}

.previouspostslink {
  left: 0;
}

.nextpostslink {
  right: 0;
}

a.last, a.first {
  display: none;
}

.single-deco {
  position: absolute;
  width: 16.30208vw;
}

@media screen and (max-width: 1600px) {
  .single-deco {
    width: 10.41667vw;
  }
}

@media screen and (max-width: 1390px) {
  .single-deco {
    display: none;
  }
}

.single-deco--01 {
  top: 0;
  left: 0;
}

.single-deco--02 {
  bottom: 0;
  right: 0;
}
/*# sourceMappingURL=common.css.map */</pre></body></html>