@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*---------------------
カラム幅設定
----------------------*/
/*---------------------
カラー設定
----------------------*/
/*---------------------
ベンダープレフィックス初期設定
----------------------*/
/*---------------------
透明度　初期設定
----------------------*/
/*---------------------
フォントサイズ初期設定
----------------------*/
/*---------------------
フォントファミリー初期設定
----------------------*/
/*----------------
Retina,高解像度 対策
-----------------*/
/*---------------------
角丸　初期設定
----------------------*/
/*
.box {
     @include circle(100px);
     background: #fc0;
}
*/
/*---------------------
ボックスシャドウ　mixin
----------------------*/
/*
div { @include box-shadow(8px, 8px);}
*/
/*---------------------
グラデーション　mixin
----------------------*/
/* 使用例
 div { @include gradient(#ff00ff, #ff00cc, vertical);}
*/
/*---------------------
デュレーション　mixin
----------------------*/
/*
.move{
    @include transition(0.5s);
}
*/
/*---------------------
キーフレーム　mixin
----------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+SC:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&display=swap");
@keyframes $animation-name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes $animation-name {
  0% {
    color: #fff;
  }
  100% {
    color: #0094d5;
  }
}
/*---------------------
カラムグリッド mixin
----------------------*/
/*---------------------
カラムグリッド mixin
----------------------*/
/*　使用例 
div { @include ghost-button(“Trebuchet”, 12px, #ffffff, 5px, #34dec6, 4px, 300ms, #000000 );}
*/
/*---------------------
リンクカラー初期設定
----------------------*/
/*---------------------
汎用BOX用　マージンMIXIN リセット
----------------------*/
.m_0 {
  margin: 0 !important;
}

.p_0 {
  padding: 0 !important;
}

/*---------------------
汎用ボタンリンク用　
----------------------*/
.btn {
  -moz-user-select: none;
  background-image: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff;
}

/*---------------------
フォント import
----------------------*/
/*---------------------
HTML BODY初期設定
----------------------*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #111;
}

html {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif !important;
}
html li {
  list-style-type: none;
}

body {
  overflow-x: hidden;
}

p {
  word-wrap: break-word;
}

a, a:hover {
  text-decoration: none;
}

/*---------------------
フォント設定 
----------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/*---------------------
カスタムボタン 
----------------------*/
/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

/*---------------------
wrapper設定 
----------------------*/
#wrapper {
  -webkit-overflow-scrolling: touch;
}

/*---------------------
container width補正 
----------------------*/
.contents-width {
  max-width: 1200px;
}

/*---------------------
nav設定 
----------------------*/
/*---------------------
一文字ずつ表示アニメーション
----------------------*/
.movetext {
  color: #004499;
}

.str__animation {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
}

.str__animation .str {
  will-change: auto;
  min-width: 0.3rem;
  transform: translateY(0);
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .str__animation {
    overflow-x: hidden;
  }
}
/*---------------------
    スライド部分ドメイン
----------------------*/
.sl-slider {
  position: relative;
}

.url-txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  right: 20px;
  z-index: 999;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  font-family: "EB Garamond", serif;
  font-size: 15px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .url-txt {
    display: none;
  }
}
/*---------------------
    下層ページナビ
----------------------*/
.pageheader-wrapper {
  height: 40vh;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1440px) {
  .pageheader-wrapper {
    height: 45vh;
  }
}
.pageheader {
  height: 100%;
  position: relative;
}

.pageheader h2, .pageheader blockquote {
  width: 100%;
  max-width: 1440px;
  text-align: center;
  margin: 0 auto;
}

.pageheader h2,
.pageheader blockquote {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.pageheader h2 {
  padding-top: 0;
  margin-top: 0;
}

.bg-pn-company {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bg_pn_company.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-pn-recruit {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bg_pn_recruit.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-recruit-catch {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.bg-recruit-msg {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg_recruit_message.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.bg-pn-contact {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/bg_pn_contact.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pagehead-title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.pagehead-title h2 {
  font-size: 4rem;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.pagehead-title p {
  font-size: 1.6rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

/*---------------------
大枠 
----------------------*/
.section-wrap {
  width: 100%;
  font-size: 2rem;
}
.section-wrap .section-box1 {
  color: #000;
}
.section-wrap .section-box2 {
  color: #111;
}
.section-wrap .section-box3 {
  color: #fff;
}
.section-wrap .section-box4 {
  color: #fff;
}
.section-wrap .section-box5 {
  color: #fff;
}
.section-wrap .section-box6 {
  color: #000;
}

@media screen and (max-width: 979px) {
  .section-wrap {
    width: 100%;
    overflow-x: hidden;
  }
  .section-box1,
  .section-box2,
  .section-box3,
  .section-box4,
  .section-box5,
  .section-box6 {
    overflow-x: hidden;
  }
}
.section-box-inner1 {
  min-height: 50vh;
}

@media screen and (max-width: 768px) {
  .section-box-inner1 {
    min-height: auto;
  }
}
.section-box-inner2 {
  min-height: 50vh;
}

.section-box-inner3 {
  height: auto;
}

.bg-service {
  background: #fff url(../img/bg_service.png) no-repeat top center;
  background-size: cover;
}

.bg-recruit {
  background: linear-gradient(135deg, rgba(21, 72, 136, 0.7), rgba(21, 72, 136, 0.7)), url(../img/bg_recruit.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.bg-company {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg_company.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.bg-works {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/bg_works2.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.bg-access {
  background: url(../img/bg_access.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.bg-footer {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(../img/bg_footer.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-profile {
  background: #fff url(../img/bg_profile.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-office {
  background: linear-gradient(135deg, rgba(21, 72, 136, 0.7), rgba(21, 72, 136, 0.7)), url(../img/bg_office.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.about-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.about-wrap > .inner {
  width: 33.3333333%;
  height: 50vh;
  transition: all 0.3s ease;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 768px) {
  .about-wrap {
    position: relative;
    display: block;
    align-items: center;
  }
  .about-wrap > .inner {
    width: 100%;
    height: auto;
    padding-top: 60px;
    transition: all 0.3s ease;
  }
}
.about-bg1 {
  background: url(../img/bg_about1.jpg) no-repeat top center;
  background-size: cover;
}

.about-bg2 {
  background: url(../img/bg_about2.jpg) no-repeat top center;
  background-size: cover;
}

.about-bg3 {
  background: url(../img/bg_about3.jpg) no-repeat top center;
  background-size: cover;
}

.about-intro {
  position: relative;
  color: #0a78ff;
  font-family: "EB Garamond", serif;
  font-weight: 500;
}
.about-intro p {
  font-size: 2.5rem;
}

.headline-border {
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 40px;
  background: #0a78ff;
}

.headline-border:before {
  content: "";
  display: block;
  position: relative;
  width: 6px;
  height: 6px;
  background: #0a78ff;
  border-radius: 20px;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.p-head-middle {
  position: relative;
  margin-top: 20px;
  display: block;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.7;
}

.box-intro01 {
  margin: 10% 15%;
}

@media screen and (min-width: 1920px) {
  .box-intro01 {
    margin: 9% 13%;
  }
}
.section-intro-wrap {
  padding: 70px 0;
}

.section-intro-wrap2 {
  padding: 0 30px;
}

.section-intro-wrap3 {
  padding: 70px 0 20px;
}

.section-intro {
  position: relative;
  color: #154888;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
.section-intro p {
  font-size: 4rem;
  letter-spacing: 0.05rem;
}

.section-intro2 {
  position: relative;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-weight: 400;
}
.section-intro2 p {
  font-size: 4rem;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 979px) {
  .section-intro2 {
    text-align: center;
  }
}
.section-headline-border {
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 40px;
  background: #2f69c0;
}

.section-headline-border:before {
  content: "";
  display: block;
  position: relative;
  width: 6px;
  height: 6px;
  background: #2f69c0;
  border-radius: 20px;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.section-headline-border2 {
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 40px;
  background: #fff;
}

.section-headline-border2:before {
  content: "";
  display: block;
  position: relative;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 20px;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.service-wrap {
  position: relative;
  padding: 3% 6%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.service-wrap .case01,
.service-wrap .case02,
.service-wrap .case03,
.service-wrap .case04 {
  position: relative;
  width: calc(50% - 30px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 50px;
  z-index: 1;
}
.service-wrap .thumb {
  width: calc(50% - 30px);
}
.service-wrap .case-detail {
  width: calc(50% - 30px);
}
.service-wrap .i-case {
  font-size: 1.8rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  color: #b6b6b6;
}
.service-wrap .i-case span {
  margin: 0 0.45rem;
  font-size: 3.5rem;
  font-style: italic;
}
.service-wrap .ch-case {
  position: relative;
  color: #fff;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.5;
  z-index: 2;
  margin-left: -80px;
}
.service-wrap .ch-case span {
  padding: 3px;
  background-color: #000;
}
.service-wrap .txt-case {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: 40px;
  padding-right: 10%;
}
.service-wrap .works-archive {
  width: 100%;
  padding: 20px 40px 30px 40px;
  margin-top: 30px;
  background: linear-gradient(135deg, rgba(241, 247, 254, 0.95), rgba(223, 235, 250, 0.9));
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.service-wrap .title-works {
  width: 100%;
}
.service-wrap .title-works > h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.5rem;
  text-align: center;
  color: #2f69c0;
  padding: 10px 0;
  margin-bottom: 30px;
  border-top: 1px solid #2f69c0;
  border-bottom: 1px solid #2f69c0;
}
.service-wrap .thumb-works {
  width: calc(25% - 30px);
}
.service-wrap .thumb-works img {
  display: block;
  width: 100%;
}
.service-wrap .works-name {
  width: 100%;
  padding: 0 30px;
  margin-top: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.service-wrap .works-name .title-works-name {
  width: calc(50% - 30px);
}
.service-wrap .works-name .title-works-name h4 {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  color: #2f69c0;
  text-align: center;
}
.service-wrap .works-name .title-works-name-smp {
  width: 100%;
  margin-left: -30px;
}
.service-wrap .works-name .title-works-name-smp h4 {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  color: #2f69c0;
  margin-bottom: 20px;
}

@media screen and (max-width: 979px) {
  .service-wrap {
    padding: 3% 3%;
    display: block;
  }
  .service-wrap .case01,
  .service-wrap .case02,
  .service-wrap .case03,
  .service-wrap .case04 {
    display: block;
    width: 100%;
  }
  .service-wrap .thumb {
    width: 100%;
  }
  .service-wrap .case-detail {
    width: 100%;
    padding: 10px;
  }
  .service-wrap .ch-case {
    margin-left: 0;
    font-size: 2.4rem;
  }
  .service-wrap .txt-case {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service-wrap {
    padding: 0;
  }
  .service-wrap .works-archive {
    padding: 20px 30px;
  }
  .service-wrap .title-works > h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .service-wrap .thumb-works {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
  .service-wrap .thumb-works img {
    display: block;
    width: 100%;
  }
}
.txt-kerning {
  font-feature-settings: "palt";
}

.img-full {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes slidetitle-bar {
  0% {
    left: 0;
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
@keyframes slidetitle-txt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* css */
.slidetitle .slidetitle-box {
  position: relative;
  display: block;
  text-align: left;
  margin-left: -80px;
}

@media screen and (max-width: 979px) {
  .slidetitle .slidetitle-box {
    margin-left: 0;
  }
}
.slidetitle .slidetitle-bar {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 0, 0);
}

.slidetitle .slidetitle-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #000;
}

.slidetitle .slidetitle-txt {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  z-index: 2;
  padding: 3px 5px;
}

.slidetitle.move .slidetitle-bar:before {
  animation: slidetitle-bar 1s ease 0s 1 normal forwards;
}

.slidetitle.move .slidetitle-txt {
  animation: slidetitle-txt 0s ease 0.5s 1 normal forwards;
}

.fade-type-scale,
.fade-type-up,
.fade-type-down,
.fade-type-left,
.fade-type-right,
.fade-elem {
  opacity: 0;
  transition: 0.6s;
  display: block;
}

.fade-type-scale {
  transform: scale(0.5);
}

.fade-type-up {
  transform: translateY(-50px);
}

.fade-type-down {
  transform: translateY(50px);
}

.fade-type-left {
  transform: translateX(50px);
}

.fade-type-right {
  transform: translateX(-50px);
}

.fade-elem {
  transform: translateY(50px);
}

.fade-elem:nth-of-type(2) {
  transition-delay: 0.1s;
}

.fade-elem:nth-of-type(3) {
  transition-delay: 0.2s;
}

.fade-elem:nth-of-type(4) {
  transition-delay: 0.3s;
}

.fade-elem:nth-of-type(5) {
  transition-delay: 0.4s;
}

.fade-elem:nth-of-type(6) {
  transition-delay: 0.5s;
}

.fade-elem:nth-of-type(7) {
  transition-delay: 0.6s;
}

/*animation after style*/
.fade-scale {
  transform: scale(1);
  opacity: 1;
}

.fade-up-down {
  transform: translateY(0);
  opacity: 1;
}

.fade-left-right {
  transform: translateX(0);
  opacity: 1;
}

/*---------------------
TOP > RECRUIT
----------------------*/
.recruit-wrap {
  padding: 3% 3% 70px;
}

.p-recruit-head {
  position: relative;
  margin-bottom: 70px;
  display: block;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.7;
  text-shadow: 0 0 4px #154888;
}

@media screen and (max-width: 979px) {
  .p-recruit-head {
    font-size: 2rem;
  }
}
/*---------------------
TOP > COMPANY & WORKS
----------------------*/
.company-works-wrap {
  background: #000;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  place-items: center;
}
.company-works-wrap > .inner {
  width: 50%;
  padding: 100px 50px;
  transition: all 0.3s ease;
  display: grid;
  place-items: flex-start;
}

@media screen and (max-width: 979px) {
  .company-works-wrap {
    position: relative;
    display: block;
    align-items: center;
  }
  .company-works-wrap > .inner {
    width: 100%;
    display: block;
    height: auto;
    transition: all 0.3s ease;
  }
}
.p-company-head {
  position: relative;
  margin-bottom: 50px;
  display: block;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  text-shadow: 0 0 4px #111;
}

@media screen and (max-width: 979px) {
  .p-company-head {
    text-align: center;
  }
}
.company-wrap {
  width: 97%;
  padding: 3%;
}

.works-wrap {
  width: 97%;
  padding: 3%;
}

/*---------------------
TOP > ACCESS
----------------------*/
.access-map {
  text-align: center;
  padding: 10px 0 100px;
}
.access-map iframe {
  width: 100%;
  max-width: 1200px;
  min-height: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .access-map {
    text-align: center;
    padding: 10px 10px 70px 10px;
  }
  .access-map iframe {
    width: 100%;
    max-width: 1200px;
    min-height: 400px;
    margin: 0 auto;
  }
}
/*---------------------
PAGE > COMPANY > MESSAGE
----------------------*/
.bg-lightgray {
  background-color: #f5f5f5;
}

.message-wrap {
  padding-bottom: 70px;
}

.message-box {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 100px 30px 40px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/bg_message.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.message-box p.msg-txt1 {
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
.message-box p.msg-txt2 {
  margin-top: 40px;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.05em;
}
.message-box p.msg-txt2 span {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .message-box p.msg-txt1 {
    color: #fff;
    font-size: 1.7rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
  }
}
.profile-wrap {
  padding-bottom: 70px;
}

.profile-inner {
  padding: 10px 0;
}

.ch-profile {
  margin: 0;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: #154888;
}

.p-profile {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: #154888;
}

.p-profile2 {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: #154888;
}

.p-profile3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: #154888;
}

.office-wrap {
  padding: 3%;
}

@media screen and (max-width: 768px) {
  .office-wrap {
    padding: 3% 0 40px;
    overflow-x: hidden;
  }
}
.p-office {
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: #fff;
}

.p-office2 {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-office2 {
    margin-bottom: 15px;
    font-size: 1.6rem;
    letter-spacing: 0em;
  }
}
/*---------------------
works
----------------------*/
.page-works-wrap {
  padding: 60px 0 80px;
}

@media screen and (max-width: 767px) {
  .page-works-wrap {
    padding: 40px 0 80px;
  }
}
.works-coming {
  margin: 40px 0;
  font-size: 1.6rem;
  text-align: center;
}

/*---------------------
PAGE > RECRUIT
----------------------*/
.recruit-head-wrap {
  padding: 70px 0;
}

@media screen and (max-width: 768px) {
  .recruit-head-wrap {
    padding: 0 0;
  }
}
.recruit-head figure {
  display: block;
}
.recruit-head figure img {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.ph-recruit-msg {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .ph-recruit-msg {
    font-size: 2.4rem;
    text-align: left;
    color: #fff;
    letter-spacing: 0.05em;
  }
}
.recruit-msg-wrap {
  padding: 70px 0 60px;
}

.recruit-msg-box {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 100px 30px 100px;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/bg_recruit_msg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.recruit-msg-box p.msg-txt1 {
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
}
.recruit-msg-box p.msg-txt2 {
  margin-top: 40px;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0.05em;
}
.recruit-msg-box p.msg-txt2 span {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .recruit-msg-box p.msg-txt1 {
    color: #fff;
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
  }
}
.recruit-contact {
  padding-bottom: 80px;
  text-align: center;
}

/*---------------------
contact
----------------------*/
.contact-form-wrap {
  padding: 60px 0 80px;
}

@media screen and (max-width: 767px) {
  .contact-form-wrap {
    padding: 20px 0 80px;
  }
}
.contact-form-head {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.contact-form-head img {
  display: block;
  margin: 10px;
  width: calc(100% - 20px);
}

.p-privacy {
  margin-top: 20px;
  text-align: center;
  font-size: 1.4rem;
}
.p-privacy a {
  text-decoration: underline;
}
.p-privacy a:hover {
  text-decoration: none;
}

.Form {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(7) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 2px;
  margin-right: 6px;
  padding-top: 5px;
  padding-bottom: 6px;
  margin-left: 2px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #154888;
  color: #fff;
  font-size: 13px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 1.6rem;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  border: none;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  transition: all 0.5s ease;
}

.Form-Btn:hover {
  background: #154888;
}

@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
.Form-Btn2 {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  border: none;
  background: #555;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  transition: all 0.5s ease;
}

.Form-Btn2:hover {
  background: #000;
}

@media screen and (max-width: 480px) {
  .Form-Btn2 {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
.txt-confirm {
  font-size: 1.6rem;
}

.txt-confirm-area {
  font-size: 1.6rem;
}

.error-msg {
  margin-top: 3px;
  font-size: 1.3rem;
  color: #ff0000;
}

@media screen and (max-width: 480px) {
  .error-msg {
    display: block;
    margin-top: 5px;
    font-size: 1.2rem;
    color: #ff0000;
  }
}
.p-contact-end {
  margin-top: 60px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.6rem;
}

.contact-tel-wrap {
  padding: 10px;
}

.contact-tel {
  border: 4px solid #dcdcdc;
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
.contact-tel .contact-tel-inner {
  border: 1px solid #6388b5;
  background: rgba(255, 250, 250, 0.3);
  padding: 20px;
}
.contact-tel .tel-title {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
.contact-tel .tel-number {
  font-family: "EB Garamond", serif;
  font-size: 4rem;
}
.contact-tel .tel-number span {
  font-size: 1.9rem;
  color: #154888;
}

/*---------------------
PRIVACY
----------------------*/
.privacy-wrap {
  padding: 60px 0 80px;
}

@media screen and (max-width: 767px) {
  .privacy-wrap {
    padding: 20px 0 80px;
  }
}
.privacy {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  margin-top: 40px;
}
.privacy .privacy-inner {
  padding: 10px;
}
.privacy p {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.privacy p span {
  display: block;
  font-weight: 600;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #dcdcdc;
}

/*---------------------
TERM OF USE
----------------------*/
.term-wrap {
  padding: 60px 0 80px;
}

@media screen and (max-width: 767px) {
  .term-wrap {
    padding: 20px 0 80px;
  }
}
.termsofuse {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  margin-top: 40px;
}
.termsofuse .termsofuse-inner {
  padding: 10px;
}
.termsofuse p {
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.5;
}
.termsofuse p span {
  display: block;
  font-weight: 600;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #dcdcdc;
}

/*---------------------
バナー
----------------------*/
.banner-outside .row {
  margin-left: 0;
  margin-right: 0;
}
.banner-outside div {
  padding-left: 0;
  padding-right: 0;
}
.banner-outside .bn-inner {
  text-align: center;
}
.banner-outside .bn-inner img {
  max-width: 320px;
  margin: 0 auto;
  border: 4px solid #fff;
}
.banner-outside .bn-inner img:hover {
  opacity: 0.7;
  border: 4px solid #f0f0f0;
}

/*---------------------
汎用ボタン
----------------------*/
.btn-base {
  text-align: center;
}

.btn-base a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  border: 2px solid #fff;
  margin: 0 auto;
  margin-top: 20px;
  padding: 15px 10px;
  font-size: 1.8rem;
  transform: rotate(0.001deg);
  transition: all 0.5s ease;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #154888;
  box-shadow: 0 0 5px #154888;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.btn-base a:hover {
  color: #154888;
  background: #fff;
  border-color: #fff;
  text-shadow: none;
}

.btn-base2 a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  border: 2px solid #fff;
  margin: 0 auto;
  margin-top: 20px;
  padding: 15px 10px;
  font-size: 1.8rem;
  transform: rotate(0.001deg);
  transition: all 0.5s ease;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #154888;
  box-shadow: 0 0 5px #154888;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.btn-base2 a:hover {
  color: #154888;
  background: #fff;
  border-color: #fff;
  text-shadow: none;
}

@media screen and (max-width: 979px) {
  .btn-base2 {
    text-align: center;
  }
}
.btn-bg-1 {
  background: rgba(0, 0, 0, 0.3);
}

/*---------------------
汎用relative 
----------------------*/
.relative {
  position: relative;
}

/*---------------------
汎用zindex 
----------------------*/
.zindex1 {
  z-index: 1;
}

.zindex2 {
  z-index: 2;
}

/*---------------------
汎用見出し　ボーダー 
----------------------*/
.bd-bottom1 {
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
}

.bd-bottom-3 {
  border-bottom: 3px solid #004499;
  padding-bottom: 20px;
}

.bd-around {
  border: 3px solid #004499;
  padding: 13px 15px 15px 15px;
}

.bd-top-none {
  border-top: none !important;
}

/*---------------------
フォント設定 
----------------------*/
header {
  width: 100%;
  position: relative;
  z-index: 100;
  overflow-x: hidden;
}

h1.nobutokogyo {
  margin: 0;
  padding: 0;
}
h1.nobutokogyo img {
  display: block;
  min-width: 110px;
  min-height: 74px;
}
h1.nobutokogyo img {
  opacity: 1;
  transition: all 0.3s ease;
  filter: drop-shadow(0px 0px 5px #111);
}
h1.nobutokogyo img:hover {
  opacity: 0.7;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  h1.nobutokogyo {
    max-width: 89px;
    margin: 0;
    padding: 0;
  }
  h1.nobutokogyo img {
    display: block;
    width: 100%;
    height: auto;
    min-width: 76px;
    min-height: 51px;
    max-width: 76px !important;
    max-height: 51px !important;
  }
}
.aa {
  transform: rotate(0.001deg);
}

h2.section-header {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 400;
  font-size: 2.8em;
  transform: rotate(0.001deg);
  line-height: 0.9;
  margin-bottom: 30px;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.02em;
}

h2.section-header span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.5em;
  transform: rotate(0.001deg);
  color: #d9dee9;
}

@media screen and (max-width: 767px) {
  h2.section-header {
    font-size: 1.8em;
    line-height: 1.5;
  }
}
.section-header-s {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  transform: rotate(0.001deg);
  line-height: 0.9;
  margin-bottom: 20px;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.02em;
}

.section-header-s span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  transform: rotate(0.001deg);
  color: #d9dee9;
}

.thumbs-title {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  transform: rotate(0.001deg);
  line-height: 0.9;
}

@media screen and (max-width: 767px) {
  .section-header-s, .thumbs-title {
    font-size: 1.8rem;
    line-height: 1.3;
    font-feature-settings: "palt" 1;
    letter-spacing: -0.03em;
  }
}
#pagenavi h2 {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 4.5rem;
  line-height: 1;
  color: #f4f4f4;
  font-weight: 600;
  transform: rotate(0.001deg);
}
#pagenavi h2 span {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-size: 1.4rem;
  transform: rotate(0.001deg);
  color: #2cc6ff;
}

@media screen and (max-width: 640px) {
  #pagenavi h2 {
    font-size: 3rem;
  }
}
.ch-title {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  transform: rotate(0.001deg);
  line-height: 0.9;
  padding-left: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 0.5em;
  font-weight: 600;
  border-left: 3px solid #2d61a3;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .ch-title {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.ch-title2 {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 600;
  font-size: 2.3rem;
  transform: rotate(0.001deg);
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #efefef;
}

@media screen and (max-width: 767px) {
  .ch-title2 {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.ch-title-s {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  transform: rotate(0.001deg);
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0.5em;
  border-bottom: 3px solid #2b568c;
}
.ch-title-s i {
  color: #2b568c;
}

@media screen and (max-width: 767px) {
  .ch-title-s {
    font-size: 2rem;
    line-height: 1.3;
  }
}
/*---------------------
汎用　文字マーカー
----------------------*/
.marker-animation.active {
  background-position: -100% 0.5em;
}

.marker-animation {
  background-image: linear-gradient(left right, transparent 50%, rgb(255, 250, 153) 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: all 1.5s ease;
  font-weight: 700;
}

.marker {
  background: rgba(255, 250, 153, 0.5);
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  font-weight: 700;
}

.bd-box1 {
  margin-top: 20px;
  padding: 1px;
  background: linear-gradient(to right, #004cac, #39b3db);
  padding: 2px;
}

.bd-box1-inner {
  padding: 18px;
  background: linear-gradient(to bottom, #ffffff, #fefefe);
}
.bd-box1-inner span {
  font-size: 2rem;
}

.bd-box2 {
  margin-top: 10px;
  padding: 1px;
  background: linear-gradient(to right, #004cac, #4e81c1);
  padding: 2px;
}

.bd-box2-inner {
  padding: 10px 10px 13px 10px;
  background: linear-gradient(to bottom, #ffffff, #fefefe);
}
.bd-box2-inner span {
  font-size: 2rem;
}

.bd-box3 {
  color: #fff;
  margin-top: 10px;
  padding: 1px;
  background: #444;
  padding: 2px;
}

.bd-box3-inner {
  padding: 10px 10px 13px 10px;
}
.bd-box3-inner span {
  font-size: 2rem;
}

.bd-box4 {
  margin-top: 10px;
  padding: 1px;
  background: #2b568c;
  padding: 2px;
}

.bd-box4-inner {
  color: #fff;
  padding: 10px 10px 13px 10px;
}
.bd-box4-inner span {
  font-size: 2rem;
}

/*---------------------
TOP > Footer
----------------------*/
.footer-contents {
  padding: 50px 0;
  text-align: center;
}

.footer-logo {
  text-align: center;
}
.footer-logo img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 130px;
  filter: drop-shadow(0 0 5px #000);
}

@media screen and (max-width: 768px) {
  .footer-logo {
    text-align: center;
  }
  .footer-logo img {
    width: 100%;
    max-width: 100px;
  }
}
.footer-menu {
  padding: 20px 0;
  font-size: 1.5rem;
  color: #fff;
}
.footer-menu a {
  color: #fff;
}
.footer-menu a:hover {
  color: #ddd;
}
.footer-menu span {
  padding: 0 10px;
}

.footer-copy {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.02rem;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  transform: rotate(0.001deg);
}
.footer-copy span {
  font-weight: 600;
  font-size: 12px;
}

.pagetop-area {
  background: #111;
  text-align: center;
}
.pagetop-area a {
  background: #111;
  display: block;
  padding: 5px 0;
  font-size: 28px;
  color: #999;
}
.pagetop-area a:hover {
  background: #222;
  display: block;
  color: #eee;
  transition: all 0.3s;
}

/*---------------------
下層　トップ見出し 
----------------------*/
.pn-head1 {
  position: relative;
  margin-top: 40px;
}

/*---------------------
ラジオボタン
----------------------*/
.cs_radio {
  display: none;
}

.cs_radio + .radio-icon:before {
  content: "\f3a6";
  font-family: "Ionicons";
  color: #ccc;
  font-size: 1.25em;
  vertical-align: middle;
}

.cs_radio:checked + .radio-icon:before {
  content: "\f3a7";
  color: #457ec4;
}

/*---------------------
 汎用フォント
----------------------*/
.f-roboto {
  font-family: "Roboto", sans-serif !important;
  letter-spacing: 0;
}

.f-lato {
  font-family: "Lato", !important;
}

.f-notosans-sc {
  font-family: "Noto Sans SC", sans-serif;
}

.f-gothic {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.bg-gray {
  padding: 30px;
  background: #f6f6f6;
}

.t-center-pc {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .t-center-pc {
    text-align: left;
  }
}
/*---------------------
汎用lineheight
----------------------*/
.lh-13 {
  line-height: 1.3;
}

.lh-14 {
  line-height: 1.4;
}

.lh-15 {
  line-height: 1.5;
}/*# sourceMappingURL=style2025.css.map */