@charset "UTF-8";
@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff"), url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
  font-weight: 700;
  font-style: bold;
}
body {
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  background: #fff;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
nav,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea,
select {
  font-weight: normal;
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
}

img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address {
  line-height: 2;
  letter-spacing: 0.05em;
  color: #316289;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: #316289;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 480px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  br.spn {
    display: none;
  }
}

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

.onlySP {
  display: none;
}
@media screen and (max-width: 480px) {
  .onlySP {
    display: initial;
  }
}

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
  transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s;
}

.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.anime-r {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-r {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-l {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-l {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-d {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.move-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay3 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay4 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay5 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
  display: none;
}
@media screen and (max-width: 767px) {
  .hnavi_btn {
    display: block;
  }
}

.menu-button {
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
}
.menu-button i {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 3px;
  background: transparent;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  right: 20px;
  top: 32px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 3px;
  background: #316289;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.menu-button i:before {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.menu-button i:after {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.hnavi_btn.active .menu-button i {
  background: none;
}
.hnavi_btn.active .menu-button i:before, .hnavi_btn.active .menu-button i:after {
  background: #FFF !important;
}
.hnavi_btn.active .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.hnavi_btn.active .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  body.top .wrap_header {
    margin-bottom: 0;
  }
}

.wrap_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 100;
  padding: 16px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 60px;
  background: #FFF;
}
@media screen and (max-width: 1080px) {
  .wrap_header {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_header {
    padding: 12px;
    height: 64px;
  }
}
.wrap_header .header {
  max-width: 1136px;
  margin: 0 auto;
  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;
}
.wrap_header .hlogo {
  font-size: 0;
}
@media screen and (max-width: 1080px) {
  .wrap_header .hlogo {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_header .hlogo {
    width: 180px;
  }
}
.wrap_header .hlogo .cls-2 {
  fill: #316289;
}
@media screen and (max-width: 767px) {
  .wrap_header .gnavi {
    opacity: 0;
    pointer-events: none;
    width: 200px;
    height: 360px;
    position: fixed;
    top: 0;
    right: 0;
    background: #316289;
    padding-top: 64px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0 0 0 8px;
    z-index: 5000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wrap_header .gnavi.active {
    opacity: 1;
    pointer-events: all;
  }
}
.wrap_header .gnavi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .wrap_header .gnavi ul {
    display: block;
  }
}
.wrap_header .gnavi ul li {
  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;
  font-family: "LINE Seed JP", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .wrap_header .gnavi ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_header .gnavi ul li {
    font-size: 15px;
    margin-bottom: 48px;
    text-align: center;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wrap_header .gnavi ul li::before {
  content: "";
  display: block;
  width: 2px;
  height: 32px;
  background: #316289;
}
@media screen and (max-width: 1080px) {
  .wrap_header .gnavi ul li::before {
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_header .gnavi ul li::before {
    width: 20px;
    height: 2px;
    background: #FFF !important;
    position: absolute;
    bottom: -23px;
    left: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .wrap_header .gnavi ul li.ig::before {
    display: none;
  }
}
.wrap_header .gnavi ul li.ig::after {
  content: "";
  display: block;
  width: 2px;
  height: 32px;
  background: #316289;
}
@media screen and (max-width: 1080px) {
  .wrap_header .gnavi ul li.ig::after {
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_header .gnavi ul li.ig::after {
    display: none;
  }
}
.wrap_header .gnavi ul li.ig a {
  width: 64px;
}
@media screen and (max-width: 1080px) {
  .wrap_header .gnavi ul li.ig a {
    width: 56px;
  }
}
.wrap_header .gnavi ul li.ig a svg {
  width: 22px;
}
@media screen and (max-width: 1080px) {
  .wrap_header .gnavi ul li.ig a svg {
    width: 18px;
  }
}
.wrap_header .gnavi ul li.ig a svg .ig_svg {
  fill: #316289;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .wrap_header .gnavi ul li.ig a svg .ig_svg {
    fill: #FFF !important;
  }
}
.wrap_header .gnavi ul li.ig a:hover svg .ig_svg {
  fill: #a0a7bc;
}
.wrap_header .gnavi ul li a {
  width: 160px;
  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: #316289;
}
@media screen and (max-width: 1080px) {
  .wrap_header .gnavi ul li a {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_header .gnavi ul li a {
    color: #FFF !important;
    width: auto;
  }
}
.wrap_header .gnavi ul li a:hover {
  color: #a0a7bc;
}

.footer {
  text-align: center;
  padding-bottom: 40px;
}
.footer .copyright {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #316289;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 11px;
  }
}

body.top .pagetop a .pagetop_svg {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.top .pagetop a:hover .pagetop_svg {
  fill: #FFF;
  stroke: #316289;
}

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 16px;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 10px;
  }
}
.pagetop a .pagetop_svg {
  fill: none;
  stroke: #316289;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.77px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagetop a:hover .pagetop_svg {
  fill: #316289;
  stroke: #FFF;
}
.pagetop a svg {
  width: 44px;
}
@media screen and (max-width: 767px) {
  .pagetop a svg {
    width: 36px;
  }
}

.page_ttl {
  text-align: center;
  font-size: 28px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  color: #316289;
  letter-spacing: 0.05em;
  margin-bottom: 48px;
}

.top_fv {
  width: 100%;
  max-width: 1136px;
  height: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 100px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1176px) {
  .top_fv {
    margin: 0 20px 100px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .top_fv {
    width: 100%;
    height: calc(100dvh - 64px);
    margin: 0 0 24vw;
  }
}
.top_fv ul {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  height: 100%;
}
.top_fv ul li {
  height: 100%;
}
.top_fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_lead {
  max-width: 1044px;
  padding: 0 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 150px;
  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;
}
@media screen and (max-width: 767px) {
  .top_lead {
    display: block;
    padding: 0 32px;
    margin-bottom: 20vw;
  }
}
.top_lead .top_lead_copy {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 32px;
  margin-right: 80px;
  font-weight: bold;
  color: #316289;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1080px) {
  .top_lead .top_lead_copy {
    font-size: 3vw;
    margin-right: 8%;
  }
}
@media screen and (max-width: 767px) {
  .top_lead .top_lead_copy {
    font-size: 6vw;
    margin-bottom: 10vw;
  }
}
.top_lead .txt p {
  font-size: 18px;
  color: #316289;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 1080px) {
  .top_lead .txt p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .top_lead .txt p {
    font-size: 3.6vw;
  }
}

.top_works {
  max-width: 1176px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 120px;
}
.top_works .sec_ttl {
  text-align: center;
  font-size: 28px;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  color: #316289;
  letter-spacing: 0.05em;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .top_works .sec_ttl {
    font-size: 7vw;
    margin-bottom: 8vw;
  }
}
.top_works .works_slide {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.top_works .works_slide ul {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.top_works .works_slide ul li {
  font-size: 0;
}

.more_btn {
  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;
}
.more_btn a {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #316289;
  padding: 3px 48px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #316289;
  border-radius: 50px;
  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: 767px) {
  .more_btn a {
    padding: 3px 32px;
    font-size: 13px;
    height: 40px;
  }
}
.more_btn a:hover {
  background: #316289;
  color: #316289;
}
.more_btn a:hover::after {
  background: #316289;
}
.more_btn a::after {
  content: "";
  background: #316289;
  height: 8.6602540378px;
  width: 8px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.btn a {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #316289;
  padding: 3px 24px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #316289;
  border-radius: 50px;
  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: 767px) {
  .btn a {
    height: 36px;
    padding: 3px 20px;
    font-size: 12px;
  }
}
.btn a:hover {
  background: #316289;
  color: #FFF;
}
.btn a:hover::after {
  background: #FFF;
}
.btn a::after {
  content: "";
  background: #316289;
  height: 8.6602540378px;
  width: 8px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page_wrap {
  max-width: 1176px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

/*/ COMPANY ////////////////////////////////*/
.page_company {
  margin-bottom: 100px;
}
.page_company .overview {
  max-width: 880px;
  margin: 0 auto;
}
.page_company .overview > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #316289;
  padding: 24px 40px;
}
@media screen and (max-width: 767px) {
  .page_company .overview > li {
    padding: 20px;
  }
}
.page_company .overview > li:last-of-type {
  border: none;
}
.page_company .overview > li .ttl {
  width: 240px;
  font-weight: 500;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page_company .overview > li .ttl {
    width: 88px;
  }
}
.page_company .overview > li .cnt.adrs {
  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;
}
@media screen and (max-width: 767px) {
  .page_company .overview > li .cnt.adrs {
    display: block;
  }
}
.page_company .overview > li .cnt.adrs .btn {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .page_company .overview > li .cnt.adrs .btn {
    margin: 16px 0 0;
  }
}
.page_company .overview > li .cnt p {
  font-weight: 500;
}
.page_company .overview > li .cnt ul li {
  padding-left: 1em;
  position: relative;
  font-weight: 500;
}
.page_company .overview > li .cnt ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/*/ CONTACT ////////////////////////////////*/
.page_contact {
  max-width: 828px;
  margin: 0 auto 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_contact .form_cnt {
  margin: 0 auto 48px;
}
@media screen and (max-width: 767px) {
  .page_contact .form_cnt {
    margin-bottom: 24px;
  }
}
.page_contact .form_cnt li {
  margin-bottom: 24px;
}
.page_contact .form_cnt li .ttl {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .page_contact .form_cnt li .ttl {
    font-size: 14px;
  }
}
.page_contact .form_cnt li .cnt input {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(49, 98, 137, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_contact .form_cnt li .cnt textarea {
  width: 100%;
  height: 240px;
  border: 1px solid rgba(49, 98, 137, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_contact .wpcf7-turnstile {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto 40px;
}
.page_contact .submit {
  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;
}
.page_contact .submit .submit_btn {
  font-family: "LINE Seed JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #316289;
  width: 180px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #316289;
  border-radius: 50px;
  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;
  position: relative;
}
.page_contact .submit .submit_btn:hover {
  background: #316289;
}
.page_contact .submit .submit_btn:hover input {
  color: #FFF;
}
.page_contact .submit .submit_btn:hover::after {
  background: #FFF;
}
.page_contact .submit .submit_btn::after {
  content: "";
  background: #316289;
  height: 8.6602540378px;
  width: 8px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateY(-50%) translateX(2.7em);
          transform: translateY(-50%) translateX(2.7em);
  transition: all 0.3s;
}
.page_contact .submit .submit_btn input {
  color: #316289;
  font-family: "LINE Seed JP", sans-serif;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page_contact .submit .wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-130%) translateX(-150%);
          transform: translateY(-130%) translateX(-150%);
}

/*/ WORKS ////////////////////////////////*/
.archive_works {
  max-width: 1176px;
  padding: 0 20px 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.works_cat {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 56px;
}
.works_cat li {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .works_cat li {
    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;
    font-size: 15px;
  }
}
.works_cat li.current-cat {
  font-weight: bold;
}
.works_cat li::after {
  content: "／";
  margin: 0 0.5em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .works_cat li::after {
    content: "";
    display: block;
    height: 16px;
    width: 2px;
    background: #316289;
    margin: 0 0.8em;
  }
}
.works_cat li:last-of-type::after {
  display: none;
}
.works_cat li a:hover {
  color: #a0a7bc;
}

.works_list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .works_list {
    display: block;
  }
}
.works_list li {
  width: calc(33.33% - 20px);
  margin: 0 30px 30px 0;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 767px) {
  .works_list li {
    width: 100%;
    margin: 0 0 40px;
  }
}
.works_list li:nth-of-type(3n) {
  margin-right: 0;
}
.works_list li.is-hidden {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.works_list li a {
  display: block;
  position: relative;
}
.works_list li a:hover .cnt {
  opacity: 1;
}
.works_list li a:hover .cnt p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.works_list li a:hover::before {
  opacity: 0.8;
}
.works_list li a .img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .works_list li a .img {
    margin-bottom: 8px;
  }
}
.works_list li a .cnt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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-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: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .works_list li a .cnt {
    position: static;
    opacity: 1;
    padding: 0;
    text-align: left;
    display: block;
  }
}
.works_list li a .cnt p {
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .works_list li a .cnt p {
    color: #316289;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 14px;
  }
}
.works_list li a .cnt .year {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .works_list li a .cnt .year {
    margin-bottom: 0;
  }
}
.works_list li a .cnt .ttl {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  line-height: 1.5;
}
.works_list li a::before {
  content: "";
  display: block;
  background: #316289;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .works_list li a::before {
    display: none;
  }
}

.single_works {
  max-width: 1176px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .single_works {
    padding: 0;
  }
}
.single_works .wrap {
  max-width: 1240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  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;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single_works .wrap {
    display: block;
  }
}
.single_works .wrap .works_side {
  position: fixed;
  width: 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single_works .wrap .works_side {
    width: auto;
  }
}
.single_works .wrap .works_side .cnt {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 140px;
}
@media screen and (max-width: 1080px) {
  .single_works .wrap .works_side .cnt {
    top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .single_works .wrap .works_side .cnt {
    padding: 0 24px;
    margin-bottom: 24px;
  }
}
.single_works .wrap .works_side .works_ttl {
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .single_works .wrap .works_side .works_ttl {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.single_works .wrap .works_cnt {
  width: calc(100% - 240px);
}
@media screen and (max-width: 767px) {
  .single_works .wrap .works_cnt {
    width: 100%;
  }
}
.single_works .wrap .works_cnt .imgs .gallery .gallery-item {
  width: 100% !important;
  font-size: 0;
  float: none !important;
  margin: 0 0 32px !important;
}
@media screen and (max-width: 767px) {
  .single_works .wrap .works_cnt .imgs .gallery .gallery-item {
    margin-bottom: 24px !important;
  }
}
.single_works .wrap .works_cnt .imgs .gallery .gallery-item .gallery-caption {
  font-size: 13px;
  margin-top: 8px;
  text-align: left;
}
.single_works .wrap .works_cnt .imgs .gallery .gallery-item img {
  border: none !important;
}
.single_works .wrap .works_cnt .imgs .gallery > br {
  display: none;
}
.single_works .wrap .works_cnt .imgs {
  margin-bottom: 40px;
}
.single_works .wrap .works_cnt .imgs li {
  font-size: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .single_works .wrap .works_cnt .imgs li {
    margin-bottom: 24px;
  }
}

.pagenationSingle ul {
  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;
}
@media screen and (max-width: 767px) {
  .pagenationSingle ul {
    padding: 0 24px;
  }
}
.pagenationSingle ul li {
  letter-spacing: 0.09em;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .pagenationSingle ul li {
    font-size: 13px;
  }
}

/*/ 404 ////////////////////////////////*/
.page_404 {
  padding: 0 24px;
  text-align: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .page_404 {
    margin-bottom: 100px;
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */