@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/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");
@-webkit-keyframes $animation-name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes $animation-name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes $animation-name {
  0% {
    color: #fff;
  }
  100% {
    color: #0094d5;
  }
}

@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;
  font-family: 'Noto Sans JP', sans-serif;
}

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設定 
----------------------*/
/*---------------------
    スライド部分ドメイン
----------------------*/
.sl-slider {
  position: relative;
}

/*---------------------
    下層ページナビ
----------------------*/
.pageheader-wrapper {
  height: 35vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1440px) {
  .pageheader-wrapper {
    height: 40vh;
  }
}

@media screen and (max-width: 979px) {
  .pageheader-wrapper {
    height: 30vh;
  }
}

.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: 'Libre Baskerville', serif;
  font-weight: 400;
  text-shadow: 0 0 5px 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-pn-works {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bg_pn_works.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-pn-whatwedo {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/bg_pn_whatwedo.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-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: top center;
  background-repeat: no-repeat;
}

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

.pagehead-title {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pagehead-title h2 {
  font-size: 4rem;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  text-align: left;
}

.pagehead-title h2::first-letter {
  color: #c4fd00;
}

.pagehead-title p {
  font-size: 1.6rem;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 979px) {
  .pagehead-title {
    top: 65%;
  }
  .pagehead-title h2 {
    font-size: 3.7rem;
  }
}

@media screen and (max-width: 767px) {
  .pagehead-title h2 {
    font-size: 3.2rem;
  }
}

/*---------------------
大枠  new
----------------------*/
.section-wrap {
  width: 100%;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -100px;
  background: url(../img/bg_about2.png) no-repeat;
  background-size: 850px auto;
  background-position: 85% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 979px) {
  .section-wrap {
    width: 100%;
    overflow-x: hidden;
    background: url(../img/bg_sp.png) no-repeat;
    background-size: 600px auto;
    background-position: 85% 0;
  }
}

.section-page-wrap {
  width: 100%;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/bg_page.png) no-repeat;
  background-size: 850px auto;
  background-position: 85% 0;
}

@media screen and (max-width: 979px) {
  .section-page-wrap {
    width: 100%;
    overflow-x: hidden;
    padding-top: 60px;
    background-size: 600px auto;
    background-position: 85% 0;
  }
}

@media screen and (max-width: 767px) {
  .section-page-wrap {
    width: 100%;
    overflow-x: hidden;
    padding-top: 40px;
  }
}

.sectionAbout {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sectionAbout p.aboutTxt {
  display: block;
  color: #323a0c;
  line-height: 1.85;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  margin-top: 40px;
  padding-right: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sectionAbout .sectionAbout-inner {
  background: url(../img/bg_about.png) no-repeat center center;
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.sectionAbout .aboutContents {
  position: relative;
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 15px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sectionAbout .aboutContents .aboutLeft {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sectionAbout .aboutContents .aboutRight {
  width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}

@media screen and (max-width: 979px) {
  .sectionAbout .sectionAbout-inner {
    background-size: 250px auto;
  }
  .sectionAbout .aboutContents {
    display: block;
  }
  .sectionAbout .aboutContents p.aboutTxt {
    font-size: 1.6rem;
    margin-top: 30px;
    padding-right: 0;
  }
  .sectionAbout .aboutContents .aboutLeft {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 30px;
  }
  .sectionAbout .aboutContents .aboutRight {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .sectionAbout {
    padding: 0;
  }
  .ch-topAbout {
    padding-left: 20px;
  }
}

.sectionAbout2-wrap {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sectionAbout2 {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 100px;
  z-index: 1;
}

.sectionAbout2 .sectionAbout2-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 0;
}

.sectionAbout2-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  width: calc(100% - 150px);
  height: 100%;
  background: url(../img/bg_about2.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}

.aboutContents2 {
  position: relative;
  width: 100%;
  max-width: 1320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.aboutContents2 .aboutLeft2 {
  width: 50%;
  padding: 0 20px;
  margin-left: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.aboutContents2 .aboutRight2 {
  width: 50%;
  padding: 0 20px;
  margin-right: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 979px) {
  .aboutContents2 {
    display: block;
  }
  .aboutContents2 .aboutLeft2 {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .aboutContents2 .aboutRight2 {
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.sectionThumbs {
  position: relative;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.thumbsCategory {
  position: relative;
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.thumbsCategory .box1 {
  width: 50%;
  padding: 0 20px;
  margin-left: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.thumbsCategory .box2 {
  width: 50%;
  padding: 0 20px;
  margin-right: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.thumbsCategory .thumb-en {
  font-size: 5.5rem;
}

.thumbsCategory p.subTxt {
  font-size: 1.65rem;
  display: block;
  padding: 20px 20px;
  background: #f2f2f2;
  color: #3a3a3a;
}

@media screen and (max-width: 979px) {
  .thumbsCategory {
    display: block;
  }
  .thumbsCategory .box1 {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 60px;
  }
  .thumbsCategory .box2 {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .thumbsCategory .thumb-en {
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .sectionThumbs {
    margin-bottom: 80px;
  }
  .thumbsCategory {
    display: block;
  }
  .thumbsCategory .thumb-en {
    font-size: 4.0rem;
  }
}

.cateLink {
  display: block;
}

.cateLink .cateLink-inner {
  position: relative;
  width: 100%;
}

.cateLink .cateLink-inner h3 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 18px 20px;
  width: 100%;
  max-width: 300px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #89b600), to(#7dcf7b));
  background: linear-gradient(to right, #89b600 50%, #7dcf7b);
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.cateLink .cateLink-inner h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 28px;
  background: url(../img/i_arrow_thumb.svg) no-repeat;
  background-position: center center;
  background-size: 48px auto;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cateLink .cateLink-inner img {
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cateLink:hover .cateLink-inner h3 {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #79be5d), color-stop(60%, #81c64e), to(#89b600));
  background: linear-gradient(to right, #79be5d 30%, #81c64e 60%, #89b600);
}

.cateLink:hover .cateLink-inner h3::after {
  background-color: inherit;
  right: 5px;
}

.cateLink:hover .cateLink-inner img {
  opacity: 0.8;
}

.arrowMove {
  -webkit-animation: arrowAnime1 1s;
          animation: arrowAnime1 1s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes $animation-name {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes $animation-name {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.sectionRecruit {
  position: relative;
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 140px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sectionRecruit .thumb {
  width: 50%;
  background: url(../img/bn_recruit.jpg) no-repeat;
  min-height: 358px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sectionRecruit .entry {
  width: 50%;
  background: linear-gradient(45deg, rgba(125, 167, 0, 0.8), rgba(112, 189, 111, 0.8)), url(../img/bn_recruit_bg.jpg);
  background-repeat: no-repeat;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sectionRecruit .entry h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.sectionRecruit .entry p {
  margin-bottom: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.sectionRecruit .entry .txt {
  font-size: 1.6rem;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1130px) {
  .sectionRecruit .thumb {
    width: 40%;
    background: url(../img/bn_recruit.jpg) no-repeat top center;
  }
  .sectionRecruit .entry {
    width: 60%;
  }
}

@media screen and (max-width: 979px) {
  .sectionRecruit {
    display: block;
  }
  .sectionRecruit .thumb {
    width: 100%;
    background-size: cover;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0;
  }
  .sectionRecruit .entry {
    width: 100%;
    padding: 40px;
    background-size: cover;
    border-top-right-radius: 0;
    border-bottom-right-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  .sectionRecruit {
    margin-bottom: 100px;
  }
  .sectionRecruit .entry {
    padding: 30px;
  }
}

.buttonLink {
  display: block;
  margin-top: 40px;
}

.buttonLink .buttonLink-inner {
  display: block;
  position: relative;
  padding: 18px 20px;
  width: 100%;
  max-width: 300px;
  background: #242424;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.buttonLink .buttonLink-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 28px;
  background: url(../img/i_arrow_thumb.svg) no-repeat;
  background-position: center center;
  background-size: 48px auto;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.buttonLink:hover .buttonLink-inner {
  background: #333;
}

.buttonLink:hover .buttonLink-inner::after {
  background-color: inherit;
  right: 5px;
}

.buttonLinkSmall {
  display: block;
  margin-top: 20px;
}

.buttonLinkSmall .buttonLinkSmall-inner {
  display: block;
  position: relative;
  padding: 10px 12px;
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
  background: #929292;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.buttonLinkSmall .buttonLinkSmall-inner i {
  margin-left: 1rem;
}

.buttonLinkSmall:hover .buttonLinkSmall-inner {
  background: #333;
}

.section-tag {
  margin-left: -80px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 1440px) {
  .section-tag {
    margin-left: -20px;
  }
}

.headline-en {
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: -0.045em;
  color: #a8e519;
  background: -webkit-gradient(linear, left top, right top, from(#ade600), color-stop(30%, #99e263), to(#90e08e));
  background: linear-gradient(90deg, #ade600, #99e263 30%, #90e08e);
  background: -webkit-linear-gradient(0deg, #ade600, #99e263 30%, #90e08e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 979px) {
  .headline-en {
    font-size: 4.5rem;
  }
}

.headline-en2 {
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: -0.045em;
  color: #fff;
}

@media screen and (max-width: 979px) {
  .headline-en2 {
    font-size: 4rem;
  }
}

.headline-en3 {
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: -0.045em;
  color: #ade600;
  background: -webkit-gradient(linear, left top, right top, from(#ade600), color-stop(30%, #99e263), to(#90e08e));
  background: linear-gradient(90deg, #ade600, #99e263 30%, #90e08e);
  background: -webkit-linear-gradient(0deg, #ade600, #99e263 30%, #90e08e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
}

/*---------------------
 TOP > ABOUT
----------------------*/
.aboutWrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.txt-kerning {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

@-webkit-keyframes slidetitle-bar {
  0% {
    left: 0;
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}

@keyframes slidetitle-bar {
  0% {
    left: 0;
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}

@-webkit-keyframes slidetitle-txt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slidetitle-txt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* css */
.slidetitle .slidetitle-box {
  position: relative;
  display: block;
  text-align: left;
}

@media screen and (max-width: 979px) {
  .slidetitle .slidetitle-box {
    margin-left: 0;
  }
}

.slidetitle .slidetitle-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
          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: #44463b;
}

.slidetitle .slidetitle-txt {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  font-size: 4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  z-index: 2;
  padding: 7px 12px 9px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

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

@media screen and (max-width: 1279px) {
  .slidetitle .slidetitle-txt {
    font-size: 3rem;
  }
}

@media screen and (max-width: 979px) {
  .slidetitle .slidetitle-txt {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 767px) {
  .slidetitle .slidetitle-txt {
    font-size: 2.3rem;
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 480px) {
  .slidetitle .slidetitle-txt {
    font-size: 2rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade-left-right {
  -webkit-transform: translateX(0);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  place-items: center;
}

.company-works-wrap > .inner {
  width: 50%;
  padding: 100px 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -ms-grid;
  display: grid;
  place-items: flex-start;
}

@media screen and (max-width: 979px) {
  .company-works-wrap {
    position: relative;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company-works-wrap > .inner {
    width: 100%;
    display: block;
    height: auto;
    -webkit-transition: all 0.3s ease;
    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: calc(100% - 3%);
  padding: 3%;
}

.works-wrap {
  width: calc(100% - 3%);
  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;
  }
}

/*---------------------
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;
}

.workslist {
  position: relative;
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.workslist .worksthumb {
  width: 30%;
  margin-bottom: 30px;
}

.workslist .worksthumb img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.workslist .worksthumb p {
  display: block;
  background: #f0f0f0;
  padding: 10px;
  text-align: center;
  font-size: 1.45rem;
  letter-spacing: -0.025rem;
}

.works-guidetxt {
  font-size: 1rem;
}

.works-guidetxt i {
  color: #a7c932;
}

@media screen and (max-width: 979px) {
  .workslist .worksthumb {
    width: calc(50% - 20px);
  }
}

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

/*---------------------
contact
----------------------*/
.contact-form-wrap {
  margin-bottom: 120px;
}

.contact-form-head {
  width: 100%;
  max-width: 700px;
  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: 800px;
}

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.Form-Item-Label {
  position: relative;
  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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: 1px;
  margin-right: 6px;
  padding-top: 2px;
  padding-bottom: 3px;
  margin-left: 2px;
  margin-top: -1px;
  width: 48px;
  display: inline-block;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  border: 1px solid #69850c;
  color: #69850c;
  font-size: 12px;
}

@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 1px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 32px;
    font-size: 10px;
  }
}

.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 470px;
  background: #fafafa;
  font-size: 1.6rem;
}

.Form-Item-Input:focus {
  outline: solid 2px #ade600;
}

@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 15px;
  }
}

.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 470px;
  background: #fafafa;
  font-size: 18px;
}

.Form-Item-Textarea:focus {
  outline: solid 2px #ade600;
}

@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            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;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.Form-Btn:hover {
  background: #a7c932;
  color: #fff;
}

@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;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

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

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

.form-btn-wrap {
  position: relative;
  width: 100%;
  max-width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-btn-wrap .forn-btn-back {
  width: 50%;
}

.form-btn-wrap .form-btn-ok {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .form-btn-wrap {
    display: block;
  }
  .form-btn-wrap .forn-btn-back {
    width: 100%;
  }
  .form-btn-wrap .form-btn-ok {
    width: 100%;
  }
}

.agree-check {
  text-align: center;
  padding: 12px 20px;
  margin-top: 15px;
  background-color: #f6fcf0;
  position: relative;
}

.agree-check span {
  font-weight: bold;
  padding-left: 10px;
}

.agree-check input {
  position: relative;
  margin: 0;
}

.Form-Btn-Still {
  pointer-events: none;
  background: #ccc;
}

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

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

.error-msg {
  margin-top: 3px;
  font-size: 1.2rem;
  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;
}

/*---------------------
// コンテンツ内汎用見出し
----------------------*/
.common-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 50px;
  padding-bottom: 20px;
  text-align: center;
}

.common-title i {
  color: #a5d500;
}

@media screen and (max-width: 1279px) {
  .common-title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 979px) {
  .common-title {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 767px) {
  .common-title {
    font-size: 2.4rem;
  }
}

.bd-b-gradation {
  position: relative;
}

.bd-b-gradation::after {
  position: absolute;
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ade600), to(#90e08e));
  background: linear-gradient(to right, #ade600 0%, #90e08e 100%);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*---------------------
汎用ボタン
----------------------*/
.link-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;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-align: center;
}

.link-Btn:active,
.link-Btn:visited {
  color: #fff;
}

.link-Btn:hover {
  background: #a7c932;
  color: #fff;
}

/*---------------------
WHAT WE DO - 事業内容
----------------------*/
.p-whatwedo-wrap {
  padding: 0 0 80px;
}

@media screen and (max-width: 767px) {
  .whatwedo-wrap {
    padding: 20px 0 80px;
  }
}

.p-whatwedo {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.p-whatwedo .p-whatwedo-inner {
  padding: 10px;
}

.p-whatwedo p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-whatwedo p span {
  display: block;
  font-weight: 600;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #dcdcdc;
}

.whatwedo-about {
  position: relative;
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.whatwedo-about .thumb {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
}

.whatwedo-about .thumb img {
  display: block;
  width: 100%;
}

.whatwedo-about .txt {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  margin-top: -60px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  z-index: 1;
}

.whatwedo-about .txt p {
  line-height: 1.6;
  font-size: 1.7rem;
}

@media screen and (max-width: 979px) {
  .whatwedo-about .thumb,
  .whatwedo-about .thumb2,
  .whatwedo-about .thumb3 {
    width: 100%;
  }
  .whatwedo-about .txt {
    width: 100%;
    padding: 20px;
    margin-top: 0;
  }
  .whatwedo-about .txt p {
    font-size: 1.6rem;
  }
  .whatwedo-about .txt2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .whatwedo-about {
    display: block;
  }
  .whatwedo-about .thumb,
  .whatwedo-about .thumb2,
  .whatwedo-about .thumb3 {
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }
  .whatwedo-about .txt {
    width: 100%;
  }
  .whatwedo-about .txt2 {
    width: 100%;
  }
}

.whatwedo-menu {
  position: relative;
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.whatwedo-menu a {
  display: block;
  width: 20%;
  color: #111;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dcdcdc;
  text-align: center;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.whatwedo-menu a:nth-child(1),
.whatwedo-menu a:nth-child(2),
.whatwedo-menu a:nth-child(3),
.whatwedo-menu a:nth-child(4) {
  border-right: none;
  border-bottom: none;
}

.whatwedo-menu a:nth-child(5) {
  border-bottom: none;
}

.whatwedo-menu a:nth-child(6),
.whatwedo-menu a:nth-child(7),
.whatwedo-menu a:nth-child(8),
.whatwedo-menu a:nth-child(9) {
  border-right: none;
}

.whatwedo-menu a:hover {
  background: #7d9c33;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 979px) {
  .whatwedo-menu a {
    width: 50%;
  }
  .whatwedo-menu a:nth-child(2) {
    border-right: 1px solid #dcdcdc;
  }
  .whatwedo-menu a:nth-child(4) {
    border-right: 1px solid #dcdcdc;
    border-bottom: none;
  }
  .whatwedo-menu a:nth-child(5) {
    border-right: none;
    border-bottom: none;
  }
  .whatwedo-menu a:nth-child(6) {
    border-right: 1px solid #dcdcdc;
    border-bottom: none;
  }
  .whatwedo-menu a:nth-child(7) {
    border-bottom: none;
  }
  .whatwedo-menu a:nth-child(8) {
    border-right: 1px solid #dcdcdc;
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .whatwedo-menu a {
    font-size: 1.55rem;
    padding: 15px 10px;
  }
}

.lineup-title {
  border-bottom: solid 3px #dcdcdc;
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 10px;
}

.lineup-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #a7c932;
  bottom: -3px;
  width: 20%;
}

@media screen and (max-width: 1279px) {
  .lineup-title {
    font-size: 3rem;
  }
}

@media screen and (max-width: 979px) {
  .lineup-title {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 767px) {
  .lineup-title {
    font-size: 2.4rem;
  }
}

.explain-wrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.explain-wrap .thumb {
  width: 45%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.explain-wrap .thumb img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.explain-wrap .thumb2 {
  width: 33.333%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.explain-wrap .thumb2 img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.explain-wrap .thumb3 {
  width: 66.6666%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.explain-wrap .thumb3 img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.explain-wrap .txt {
  width: 55%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.explain-wrap .txt p {
  line-height: 1.6;
}

.explain-wrap .txt2 {
  width: 33.3333%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.explain-wrap .txt2 p {
  line-height: 1.6;
}

@media screen and (max-width: 979px) {
  .explain-wrap .thumb,
  .explain-wrap .thumb2,
  .explain-wrap .thumb3 {
    width: 50%;
  }
  .explain-wrap .txt {
    width: 50%;
  }
  .explain-wrap .txt2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .explain-wrap {
    display: block;
  }
  .explain-wrap .thumb,
  .explain-wrap .thumb2,
  .explain-wrap .thumb3 {
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }
  .explain-wrap .txt {
    width: 100%;
  }
  .explain-wrap .txt2 {
    width: 100%;
  }
}

.p-whatwedo .full-txt {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-whatwedo .full-txt p {
  line-height: 1.6;
}

.p-whatwedo .cell-1-4 {
  width: 25%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-whatwedo .cell-1-3 {
  width: 33.333%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-whatwedo .cell-1-2 {
  position: relative;
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-whatwedo .cell-1-2-sub {
  position: relative;
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-whatwedo .cell-1-4 img,
.p-whatwedo .cell-1-3 img,
.p-whatwedo .cell-1-2 img,
.p-whatwedo .cell-1-2-sub img {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.p-whatwedo .cell-1-2-s {
  width: 50%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 979px) {
  .p-whatwedo .cell-1-4 {
    width: 50%;
  }
  .p-whatwedo .cell-1-3 {
    width: 50%;
  }
  .p-whatwedo .cell-1-2 {
    width: 50%;
  }
  .p-whatwedo .cell-1-2-sub {
    width: 100%;
  }
  .p-whatwedo .cell-1-2-s {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-whatwedo .cell-1-4 {
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }
  .p-whatwedo .cell-1-3 {
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }
  .p-whatwedo .cell-1-2 {
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }
  .p-whatwedo .cell-1-2-s {
    width: 100%;
  }
}

.p-whatwedo .sh-around-title {
  margin: 20px;
  color: #4c6a04;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 0.25em;
  border-top: solid 2px #b9cd75;
  border-bottom: solid 2px #b9cd75;
  background: -webkit-repeating-linear-gradient(-45deg, #f9fdef, #f9fdef 3px, #f4f9e9 3px, #f4f9e9 7px);
  background: repeating-linear-gradient(-45deg, #f9fdef, #f9fdef 3px, #f4f9e9 3px, #f4f9e9 7px);
}

.p-whatwedo .sh-around-title2 {
  margin: 20px 20px;
  width: 100%;
  color: #4c6a04;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5rem;
  font-weight: 700;
  padding: 0.25em;
  border-top: solid 2px #b9cd75;
  border-bottom: solid 2px #b9cd75;
  background: -webkit-repeating-linear-gradient(-45deg, #f9fdef, #f9fdef 3px, #f4f9e9 3px, #f4f9e9 7px);
  background: repeating-linear-gradient(-45deg, #f9fdef, #f9fdef 3px, #f4f9e9 3px, #f4f9e9 7px);
}

@media screen and (max-width: 1279px) {
  .p-whatwedo .sh-around-title {
    font-size: 2.5rem;
  }
  .p-whatwedo .sh-around-title2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 979px) {
  .p-whatwedo .sh-around-title {
    font-size: 2rem;
  }
  .p-whatwedo .sh-around-title2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-whatwedo .sh-around-title {
    margin: 20px 0;
  }
  .p-whatwedo .sh-around-title {
    font-size: 1.8rem;
  }
  .p-whatwedo .sh-around-title2 {
    font-size: 1.8rem;
  }
}

.p-whatwedo .around-bd-box {
  background: #fafafa;
  margin: 30px 20px 30px 20px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dcdcdc;
}

@media screen and (max-width: 979px) {
  .p-whatwedo .around-bd-box {
    margin: 20px 0;
    padding: 10px 10px;
  }
}

.p-whatwedo .inner-rdbox {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}

.p-whatwedo .ex-txt-bottom {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

/*---------------------
FLOW ご利用までの流れ
----------------------*/
.flow-wrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  background: #fafafa;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
}

.flow-contents {
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.flow-inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flow-inner .flow-title {
  width: calc(40% - 30px);
  margin-right: 30px;
}

.flow-inner .flow-detail {
  width: 60%;
  position: relative;
}

.flow-inner .flow-detail-txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 979px) {
  .flow-wrap {
    padding: 10px;
    margin: 0;
  }
  .flow-contents {
    padding: 5px 10px 20px 10px;
  }
  .flow-inner {
    display: block;
  }
  .flow-inner .flow-title {
    width: 100%;
    margin-right: 0;
  }
  .flow-inner .flow-detail {
    width: 100%;
    position: relative;
  }
  .flow-inner .flow-detail-txt {
    position: relative;
    padding: 10px;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.flow-arrow {
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

.flow-arrow i {
  color: #7d9c33;
  font-size: 3rem;
}

.sh-flow {
  position: relative;
  display: block;
  margin: 20px 0;
  padding: 0;
  padding: 1.5rem 2rem 1.5rem 70px;
  margin-right: 30px;
  background: #7d9c33;
  color: #fff;
  font-size: 2.6rem;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  font-family: 'Noto Serif JP', serif;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.sh-flow:before {
  position: absolute;
  content: '';
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 10px solid #7d9c33;
}

.sh-flow span {
  font-size: 3rem;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  font-family: 'Libre Baskerville', serif;
  color: #fff;
}

@media screen and (max-width: 979px) {
  .sh-flow {
    margin-left: -10px;
    padding: 1.5rem 2rem 1.5rem 55px;
  }
  .sh-flow {
    font-size: 2.4rem;
  }
  .sh-flow span {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .sh-flow {
    font-size: 2rem;
  }
  .sh-flow span {
    font-size: 2.2rem;
  }
}

/*---------------------
WORKS
----------------------*/
table.p-works-info {
  width: 100%;
}

table.p-works-info tr {
  border-bottom: 1px solid #dcdcdc;
}

table.p-works-info tr:last-child {
  border-bottom: none;
}

table.p-works-info th, table.p-works-info td {
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  border: 1px solid #dcdcdc;
  background: #fff;
}

table.p-works-info th {
  background: #a7c932;
  text-align: center;
}

table.p-works-info .cw5 {
  width: 5%;
}

table.p-works-info .cw10 {
  width: 10%;
}

table.p-works-info .cw15 {
  width: 15%;
}

table.p-works-info .cw20 {
  width: 20%;
}

table.p-works-info .cw25 {
  width: 25%;
}

table.p-works-info .cw30 {
  width: 30%;
}

table.p-works-info .cw40 {
  width: 40%;
}

table.p-works-info .ct-center {
  text-align: center;
}

.sp-works-info {
  width: 100%;
}

.sp-works-info .sp-works-inner {
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  border: 1px solid #dcdcdc;
  border-left: 2px solid #a7c932;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.sp-works-info .sp-works-inner i {
  color: #a7c932;
  margin-left: -1.5em;
}

.sp-works-info .sp-works-inner h3 {
  font-size: 2rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  margin: 0;
  padding: 10px 0;
  margin-left: 1.5em;
  line-height: 1.6;
}

.sp-works-info .sp-works-inner p {
  margin: 0;
  padding: 5px 0;
}

.sp-works-info .sp-works-inner p span {
  display: inline;
  border: none;
}

@media screen and (max-width: 767px) {
  table.p-works-info {
    display: none;
    visibility: hidden;
  }
  .sp-works-info {
    display: block;
    visibility: visible;
  }
  .sp-works-info .sp-works-inner h3 {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .sp-works-info {
    display: none;
    visibility: hidden;
  }
}

/*---------------------
COMPANY
----------------------*/
.p-company-wrap {
  padding: 0 0 80px;
}

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

.p-company {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.p-company .p-company-inner {
  padding: 10px;
}

.p-company p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-company p span {
  display: block;
  font-weight: 600;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .p-company {
    margin-bottom: 40px;
  }
}

table.p-company-info {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

table.p-company-info tr {
  border-bottom: 1px solid #dcdcdc;
}

table.p-company-info tr:last-child {
  border-bottom: none;
}

table.p-company-info th, table.p-company-info td {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

table.p-company-info th {
  width: 30%;
  text-align: right;
}

table.p-company-info td {
  width: 60%;
}

.p-companymap {
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  table.p-company-info {
    width: 100%;
  }
  table.p-company-info th, table.p-company-info td {
    padding: 10px;
  }
  table.p-company-info th {
    padding-left: 0;
  }
  table.p-company-info td {
    padding-right: 0;
  }
  table.p-company-info th {
    width: 30%;
    text-align: left;
  }
  table.p-company-info td {
    width: 60%;
  }
}

/*---------------------
RECRUIT
----------------------*/
table.p-recruit-info {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

table.p-recruit-info tr {
  border-bottom: 1px solid #dcdcdc;
}

table.p-recruit-info tr:last-child {
  border-bottom: none;
}

table.p-recruit-info th, table.p-recruit-info td {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
}

table.p-recruit-info th {
  width: 30%;
  text-align: right;
}

table.p-recruit-info td {
  width: 60%;
}

@media screen and (max-width: 767px) {
  table.p-recruit-info {
    width: 100%;
  }
  table.p-recruit-info th, table.p-recruit-info td {
    padding: 10px;
  }
  table.p-recruit-info th {
    padding-left: 0;
  }
  table.p-recruit-info td {
    padding-right: 0;
  }
  table.p-recruit-info th {
    width: 30%;
    text-align: left;
  }
  table.p-recruit-info td {
    width: 60%;
  }
}

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

@media screen and (max-width: 767px) {
  .privacy-wrap {
    padding: 20px 0 80px;
  }
}

.privacypolicy {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.privacypolicy .privacypolicy-inner {
  padding: 10px;
}

.privacypolicy p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.privacypolicy 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: 0 0 80px;
}

@media screen and (max-width: 767px) {
  .term-wrap {
    padding: 20px 0 80px;
  }
}

.termsofuse {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.termsofuse .termsofuse-inner {
  padding: 10px;
}

.termsofuse p {
  font-size: 1.6rem;
  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;
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #154888;
  -webkit-box-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;
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 5px #154888;
  -webkit-box-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.itec {
  margin: 0;
  padding: 0;
}

h1.itec img {
  display: block;
  width: 100%;
  min-width: 110px;
  max-width: 160px;
  min-height: 74px;
}

h1.itec img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.3));
}

h1.itec img:hover {
  opacity: 0.7;
  cursor: pointer;
}

@media screen and (max-width: 979px) {
  h1.itec {
    max-width: 85px;
    margin: 0;
    padding: 0;
  }
  h1.itec img {
    display: block;
    width: 100%;
    height: auto;
    min-width: 85px;
    min-height: 28px;
    max-width: 85px !important;
    max-height: 28px !important;
  }
}

@media screen and (max-width: 767px) {
  h1.itec {
    max-width: 75px;
    margin: 0;
    padding: 0;
  }
  h1.itec img {
    display: block;
    width: 100%;
    height: auto;
    min-width: 75px;
    min-height: 24px;
    max-width: 75px !important;
    max-height: 24px !important;
  }
}

.aa {
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
}

h2.section-header {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 2.8em;
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
  line-height: 0.9;
  margin-bottom: 30px;
  -webkit-font-feature-settings: "palt" 1;
          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;
  -webkit-transform: rotate(0.001deg);
          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 JP', sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
  line-height: 0.9;
  margin-bottom: 20px;
  -webkit-font-feature-settings: "palt" 1;
          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;
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
  color: #d9dee9;
}

.thumbs-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  -webkit-transform: rotate(0.001deg);
          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;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    letter-spacing: -0.03em;
  }
}

#pagenavi h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
  color: #f4f4f4;
  font-weight: 600;
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
}

#pagenavi h2 span {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-size: 1.4rem;
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
  color: #2cc6ff;
}

@media screen and (max-width: 640px) {
  #pagenavi h2 {
    font-size: 3rem;
  }
}

.ch-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  -webkit-transform: rotate(0.001deg);
          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 JP', sans-serif;
  font-weight: 600;
  font-size: 2.3rem;
  -webkit-transform: rotate(0.001deg);
          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 JP', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  -webkit-transform: rotate(0.001deg);
          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% .5em;
}

.marker-animation {
  background-image: -webkit-gradient(linear, right left, color-stop(50%, transparent), color-stop(50%, #fffa99));
  background-image: linear-gradient(left right, transparent 50%, #fffa99 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  font-weight: 700;
}

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

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

.bd-box1-inner {
  padding: 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fefefe));
  background: linear-gradient(to bottom, #ffffff, #fefefe);
}

.bd-box1-inner span {
  font-size: 2rem;
}

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

.bd-box2-inner {
  padding: 10px 10px 13px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fefefe));
  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
----------------------*/
section#footer {
  width: 100%;
  background: #f7f7f7;
  color: #242424;
}

.footerContents {
  position: relative;
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footerContents .footerLogo {
  width: 33.33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 30px;
}

.footerContents .footerLogo img {
  width: 100%;
  max-width: 150px;
}

.footerContents .footerLogo h4 {
  margin: 20px 0 15px;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}

.footerContents .footerLogo .credit {
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.footerContents .footer-link {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}

.footerContents .footer-link a {
  color: #111;
}

.footerContents .footer-link a:hover {
  text-decoration: underline;
}

.footerContents .footerTxt {
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.footerContents .footerAccess {
  width: 33.33%;
  padding: 40px 20px 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #dee5dc;
  border-right: 1px solid #dee5dc;
  text-align: center;
}

.footerContents .footerContact {
  width: 33.33%;
  padding: 40px 20px 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 1320px) {
  .footerContents {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 979px) {
  .footerContents .footerLogo {
    width: 100%;
    border-bottom: 1px solid #dee5dc;
    text-align: center;
  }
  .footerContents .footerAccess {
    width: 50%;
    border-left: none;
    border-right: 1px solid #dee5dc;
  }
  .footerContents .footerContact {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .footerContents {
    display: block;
  }
  .footerContents .footerLogo {
    width: 100%;
    border-bottom: none;
    text-align: center;
  }
  .footerContents .footerAccess {
    width: 100%;
    padding: 15px 20px 20px 20px;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dee5dc;
  }
  .footerContents .footerContact {
    width: 100%;
    padding: 15px 20px 20px 20px;
  }
}

.footer-logo {
  text-align: center;
}

.footer-logo img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 130px;
  -webkit-filter: drop-shadow(0 0 5px #000);
          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: #242424;
}

.footer-menu a:hover {
  color: #242424;
  text-decoration: underline;
}

.footer-menu span {
  padding: 0 10px;
}

.footerCopy {
  width: 100%;
  padding: 10px 0;
}

.footerCopy p {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  font-weight: 400;
  letter-spacing: 0.02rem;
  font-size: 1.3rem;
  color: #242424;
}

@media screen and (max-width: 1320px) {
  .footerCopy {
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 979px) {
  .footerCopy {
    text-align: center;
  }
}

.pagetop {
  position: absolute;
  top: -30px;
  right: 0;
}

.pagetop img {
  display: block;
  width: 100%;
  max-width: 60px;
}

@media screen and (max-width: 979px) {
  .pagetop {
    right: 5px;
  }
  .pagetop img {
    max-width: 50px;
  }
}

/*---------------------
下層　トップ見出し 
----------------------*/
.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-jp {
  font-family: 'Noto Sans JP', 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=style.css.map */