@charset "UTF-8";
/*
Theme Name: ユーネクサス
Description: 株式会社ユーネクサスのオフィシャルサイト
Version: 1.0
*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*
Colors
*/
/*
Times
*/
/*
Width
*/
/*
Media
*/
* {
  padding: 0;
  margin: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
}
@media (max-width: 580px) {
  html {
    font-size: 85%;
  }
}

body, html {
  height: 100%;
  background-color: #fff !important;
}

body {
  font-weight: 400;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  color: #333;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}

a {
  -webkit-transition: color 0.4s, background-color 0.4s, border-color 0.4s, text-decoratin 0.4s;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s, text-decoratin 0.4s;
  text-decoration-line: none;
}
a:hover {
  opacity: 0.6;
}

a:link,
a:visited {
  color: #333;
}

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

ul, ol {
  list-style: none;
}

p {
  line-height: 1.7;
  color: #333;
}

.a-center {
  text-align: center;
}

/*pc sp switch*/
.pc {
  display: block !important;
}

.tb {
  display: block !important;
}

span.pc {
  display: inline !important;
}

.xsp, .sp {
  display: none !important;
}

/* General */
.mb2 {
  margin-bottom: 2rem !important;
}
@media (max-width: 580px) {
  .mb2 {
    margin-bottom: 1rem !important;
  }
}

.mb4 {
  margin-bottom: 4rem !important;
}
@media (max-width: 580px) {
  .mb4 {
    margin-bottom: 2rem !important;
  }
}

.nolink {
  pointer-events: none;
}

.w-inner {
  max-width: 1140px;
  padding: 0 15px;
  width: 100%;
  margin: auto;
  position: relative;
  height: 100%;
}

main .w-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

a.button {
  display: block;
  max-width: 240px;
  text-align: center;
  padding: 0.6rem 0 0.6rem 0;
  border: solid 1px #ccc;
  border-radius: 4px;
  margin: auto;
  position: relative;
}
a.button::after {
  display: block;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 10px;
}
a.button.white {
  background: #FFF;
  color: #707070;
}
a.button.green {
  background: #56B8C1;
  color: #FFF;
}
a.button.pink {
  background: #F89CB9;
  color: #FFF;
}
a.button.dgreen {
  background: #8DA045;
  color: #FFF;
}
a.button.purple {
  background: #AF97D4;
  color: #FFF;
}

a.button-w {
  display: block;
  max-width: 480px;
  text-align: center;
  padding: 0.6rem 0 0.6rem 0;
  border: solid 1px #ccc;
  border-radius: 4px;
  margin: auto;
  position: relative;
  line-height: 1.5;
}
a.button-w::after {
  display: block;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
a.button-w.white {
  background: #FFF;
  color: #707070;
}
a.button-w.green {
  background: #56B8C1;
  color: #FFF;
}
a.button-w.pink {
  background: #F89CB9;
  color: #FFF;
}
a.button-w.dgreen {
  background: #8DA045;
  color: #FFF;
}
a.button-w.purple {
  background: #AF97D4;
  color: #FFF;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 580px) {
  .flex {
    display: block;
  }
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.space-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.space-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.half {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 580px) {
  .half {
    width: 100%;
  }
}

.no-head {
  padding-bottom: 4rem;
}
.no-head h1 {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.no-head h2 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.no-head h3 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.3rem;
  font-weight: 500;
}
.no-head p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  opacity: 0.6;
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: "PAGE TOP";
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  .xsp {
    display: none !important;
  }
  span.sp {
    display: inline !important;
  }
}
@media only screen and (max-width: 580px) {
  .tb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  span.xsppc {
    display: inline !important;
  }
}
.lgrey {
  background-color: #FAFAFA;
}

.grey {
  background-color: #eee;
}

.lred {
  background-color: #FFC0B7;
}

@media only screen and (max-width: 768px) {
  .w-inner {
    width: 100%;
    padding: 10px;
    margin: auto;
  }
}
.en {
  color: #56B8C1;
  font-size: 15px;
}

.bg-slider {
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.pageheader.top {
  width: 100%;
  height: 700px;
}
.pageheader.top .msgBox {
  background-color: rgba(0, 0, 0, 0.6);
  width: 35%;
  position: absolute;
  top: 340px;
  left: 0;
  text-align: center;
  padding: 1rem;
}
@media (max-width: 768px) {
  .pageheader.top .msgBox {
    top: inherit;
    bottom: 0;
    width: 100%;
    height: auto;
  }
}
.pageheader.top .msgBox .jp {
  color: #FFF;
  font-size: 19px;
}
.pageheader.top .msgBox .en {
  color: #56B8C1;
  font-size: 10px;
}
.pageheader.top .story {
  position: absolute;
  top: 300px;
  right: 12%;
}
@media (max-width: 768px) {
  .pageheader.top .story {
    display: none;
  }
}
@media (max-width: 768px) {
  .pageheader.top {
    height: 400px;
  }
}
@media (max-width: 580px) {
  .pageheader.top {
    height: 330px;
  }
}

.newsArea {
  background-color: #FAFAFA;
  -webkit-box-shadow: 0px 0px 10px #ccc;
          box-shadow: 0px 0px 10px #ccc;
}
.newsArea .title {
  font-weight: 100;
  font-size: 2.5rem;
  text-align: center;
  color: #56B8C1;
}
.newsArea .titleSub {
  font-size: 0.875rem;
  text-align: center;
  color: #707070;
}
.newsArea .newsIndex {
  margin: 2rem auto;
  width: 80%;
}
@media (max-width: 580px) {
  .newsArea .newsIndex {
    width: 100%;
  }
}
.newsArea .newsIndex li a {
  margin: 0.5rem auto;
  border-bottom: dotted 1px #ccc;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 580px) {
  .newsArea .newsIndex li a {
    display: block;
  }
}
.newsArea .newsIndex li a span {
  line-height: 1.5;
  display: block;
}
.newsArea .newsIndex li a .date {
  font-size: 0.875rem;
  color: #707070;
  width: 8rem;
}
.newsArea .newsIndex li a .indexTitle {
  width: calc(100% - 8rem);
}
@media (max-width: 580px) {
  .newsArea .newsIndex li a .indexTitle {
    width: 100%;
  }
}

.storyTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  max-width: 780px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .storyTitle {
    display: block;
  }
}
.storyTitle .storyLogo {
  width: 160px;
  height: auto;
  margin: 1rem auto;
}
.storyTitle .storyCatch {
  font-size: 1.9rem;
  line-height: 1.6;
  color: #707070;
  margin: 1rem auto;
}
@media (max-width: 768px) {
  .storyTitle .storyCatch {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 580px) {
  .storyTitle .storyCatch {
    font-size: 5.2vw;
  }
}

.storyAbout {
  font-size: 1.6rem;
  text-align: center;
  padding: 2rem 0;
  color: #707070;
}

.storyMsg {
  font-size: 1.1rem;
  max-width: 640px;
  margin: 1rem auto;
  color: #707070;
}

.storyTriangle {
  width: 60%;
  padding-top: 55%;
  position: relative;
  margin: 2rem auto;
  height: 0;
}
@media (max-width: 768px) {
  .storyTriangle {
    width: 80%;
    height: 75%;
    padding-top: 75%;
  }
}
@media (max-width: 580px) {
  .storyTriangle {
    width: 100%;
    height: 100%;
    padding-top: 90%;
  }
}
.storyTriangle .baseHeart {
  width: 72%;
  height: auto;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
}
.storyTriangle .storyBirth {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  height: auto;
}
.storyTriangle .storyWatch {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: auto;
}
.storyTriangle .storyFarewell {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  width: 45%;
  height: auto;
}

.movieArea {
  background-color: #e8f8f9;
}
.movieArea .w-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 580px) {
  .movieArea .w-inner {
    display: block;
  }
}
.movieArea .movieBox {
  width: 47.5%;
  height: auto;
}
.movieArea .movieBox div {
  padding-top: 56.25%;
  position: relative;
}
.movieArea .movieBox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 580px) {
  .movieArea .movieBox {
    width: 100%;
  }
}
.movieArea .movieTxt {
  width: 49.5%;
  height: auto;
}
@media (max-width: 580px) {
  .movieArea .movieTxt {
    width: 100%;
    padding: 0 1rem;
  }
}
.movieArea .movieTxt .movieTitle {
  font-size: 1.6rem;
  color: #56B8C1;
  padding: 1.6rem 0;
}
@media (max-width: 768px) {
  .movieArea .movieTxt .movieTitle {
    padding-top: 0;
  }
}
@media (max-width: 580px) {
  .movieArea .movieTxt .movieTitle {
    font-size: 6vw;
    padding-top: 1.6rem;
  }
}

.blogArea {
  background-color: #F7F3E5;
  position: relative;
  margin-top: 8rem;
}
@media (max-width: 768px) {
  .blogArea {
    margin-top: 2rem;
  }
}
.blogArea .w-inner::after {
  content: url("/assets/img/top/top-ban-blog.svg");
  position: absolute;
  top: -70px;
  right: 0;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .blogArea .w-inner::after {
    content: none;
  }
}
.blogArea .blogTitle {
  font-weight: 400;
  font-size: 2.5rem;
  text-align: center;
  color: #A88033;
}
@media (max-width: 580px) {
  .blogArea .blogTitle {
    font-size: 8vw;
  }
}
.blogArea .blogTxt {
  text-align: center;
  color: #A88033;
  margin: 1rem;
}
.blogArea .blogIndex {
  margin: 2rem auto;
  width: 70%;
}
@media (max-width: 768px) {
  .blogArea .blogIndex {
    width: 100%;
  }
}
.blogArea .blogIndex li a {
  margin: auto;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 580px) {
  .blogArea .blogIndex li a {
    display: block;
  }
}
.blogArea .blogIndex li a span {
  line-height: 1.5;
  display: block;
}
.blogArea .blogIndex li a .date {
  font-size: 0.875rem;
  color: #A88033;
  width: 8rem;
}
.blogArea .blogIndex li a .indexTitle {
  width: calc(100% - 8rem);
  color: #A88033;
}
@media (max-width: 580px) {
  .blogArea .blogIndex li a .indexTitle {
    width: 100%;
  }
}

.sign-labo p, .media p {
  padding: 2px 0 10px;
}

.sign-labo {
  padding: 15px;
  background-color: #eee;
  position: relative;
  padding-left: 50%;
}
@media (max-width: 580px) {
  .sign-labo {
    padding-left: 15px;
    margin-bottom: 1rem;
  }
}

.media {
  padding: 15px;
  background-color: #eee;
  position: relative;
  padding-left: 50%;
}
@media (max-width: 580px) {
  .media {
    padding-left: 15px;
  }
}

.illustBox {
  width: 46%;
  height: 96%;
  position: absolute;
  left: 1%;
  top: 2%;
  background-color: #FFF;
}
@media (max-width: 580px) {
  .illustBox {
    position: inherit;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
.illustBox img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 580px) {
  .illustBox img {
    position: relative;
  }
}

.instTitle {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 400;
}
@media (max-width: 580px) {
  .instTitle {
    font-size: 8vw;
  }
}

.instagram {
  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;
}
.instagram li {
  margin: 0.5rem 0;
  width: 24%;
  padding-top: 24%;
  height: 0;
  position: relative;
}
@media (max-width: 580px) {
  .instagram li {
    width: 49%;
    padding-top: 49%;
    height: auto;
    margin: 1% 0;
  }
}
.instagram li span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.link li {
  margin: 0;
  height: auto;
}
@media (max-width: 580px) {
  .link li {
    text-align: center;
    margin: 0.5rem;
    width: 100%;
  }
}

.link {
  width: 43%;
}
@media (max-width: 580px) {
  .link {
    width: 100%;
  }
}
.link .half {
  width: 50%;
  padding: 0;
}
@media (max-width: 580px) {
  .link .half {
    width: 100%;
  }
}

.link2 {
  width: 13%;
}
@media (max-width: 580px) {
  .link2 {
    width: 30%;
    margin: 1rem auto;
  }
}

.other {
  padding-top: 70px;
}

@media (max-width: 580px) {
  .breadcrum .w-inner {
    padding: 0 1rem;
  }
}
.breadcrum span {
  display: inline-block;
  font-size: 0.875rem;
  padding: 1rem 0;
}

.pageheader.level2 {
  width: 100%;
  height: 580px;
  position: relative;
}
@media (max-width: 580px) {
  .pageheader.level2 {
    height: 300px;
  }
}

.pageheader.level3 {
  width: 100%;
  height: 475px;
  position: relative;
}
@media (max-width: 768px) {
  .pageheader.level3 {
    height: 400px;
  }
}
@media (max-width: 580px) {
  .pageheader.level3 {
    height: 260px;
  }
}

.pageheader.level4 {
  width: 100%;
  height: 250px;
  position: relative;
}
@media (max-width: 768px) {
  .pageheader.level4 {
    height: 210px;
  }
}
@media (max-width: 580px) {
  .pageheader.level4 {
    height: 200px;
  }
}

.pageIcon {
  width: 55%;
  height: 100%;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pageTitleText {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 580px) {
  .pageTitleText {
    left: 50%;
    right: inherit;
    height: 30px;
    top: 42%;
  }
  .pageTitleText img {
    height: 100%;
  }
}

.titleBar {
  width: 48vw;
  position: absolute;
  right: calc((100vw - 16px - 100%) / 2 * -1);
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .titleBar {
    width: 48vw;
    position: absolute;
    right: calc((100vw - 100%) / 2 * -1);
    top: 0;
  }
}
@media (max-width: 580px) {
  .titleBar {
    width: 100%;
    position: absolute;
    right: 0;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 1rem;
  }
}

.grn {
  background-color: #56B8C1;
}

.pink {
  background-color: #F89CB9;
}

.green {
  background-color: #8DA045;
}

.purple {
  background-color: #AF97D4;
}

.titleText {
  color: #FFF;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1;
}
@media (max-width: 768px) {
  .titleText {
    font-size: 2.6rem;
  }
}
@media (max-width: 580px) {
  .titleText {
    font-size: 2rem;
  }
}

.story_top {
  background: url("/assets/img/sign_story/top-top_pc.jpg") no-repeat center top/cover;
}
@media (max-width: 580px) {
  .story_top {
    background: url("/assets/img/sign_story/top-top_sp.jpg") no-repeat center top/cover;
  }
}

.story_birth {
  background: url("/assets/img/sign_story/bg-birth.png") repeat-x center center #FFF;
}
@media (max-width: 580px) {
  .story_birth {
    background: url("/assets/img/sign_story/bg-birth_sp.png") repeat-x center center #FFF;
  }
}

.story_watch {
  background: url("/assets/img/sign_story/bg-watch.png") repeat-x center center #FFF;
}
@media (max-width: 580px) {
  .story_watch {
    background: url("/assets/img/sign_story/bg-watch_sp.png") repeat-x center center #FFF;
  }
}

.story_farewell {
  background: url("/assets/img/sign_story/bg-fare.png") repeat-x center center #FFF;
}
@media (max-width: 580px) {
  .story_farewell {
    background: url("/assets/img/sign_story/bg-fare_sp.png") repeat-x center center #FFF;
  }
}

.titleIcon {
  background-color: rgba(255, 255, 255, 0.6);
  height: 300px;
  width: 48vw;
  position: absolute;
  left: calc((100vw - 16px - 100%) / 2 * -1);
  top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 2rem;
}
.titleIcon img {
  height: 200px !important;
}
@media (max-width: 768px) {
  .titleIcon {
    width: 48vw;
    position: absolute;
    left: calc((100vw - 100%) / 2 * -1);
  }
}
@media (max-width: 580px) {
  .titleIcon {
    width: 150px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    top: 170px;
    height: 130px;
  }
  .titleIcon img {
    width: 300px;
    height: auto;
    position: absolute;
    right: 2rem;
  }
  .titleIcon img {
    width: 120px;
    height: auto;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.titleIllust {
  float: left;
  width: 44%;
  height: 0;
  padding-top: 34%;
  position: relative;
}
.titleIllust img {
  position: absolute;
  top: 0;
  bottom: 0;
}

.floatBox {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 580px) {
  .floatBox {
    margin-top: 0rem;
    margin-bottom: 0;
  }
}
.floatBox .title {
  margin-top: 1.4rem;
  height: 60px;
}
@media (max-width: 580px) {
  .floatBox .title {
    height: 40px;
  }
}
.floatBox .title img {
  height: 100% !important;
}
.floatBox .titleSub {
  font-size: 2rem;
  color: #707070;
  line-height: 1.3;
  font-weight: 400;
  padding: 1rem 0;
}
@media (max-width: 580px) {
  .floatBox .titleSub {
    font-size: 1.2rem;
  }
}
.floatBox:nth-of-type(3) .titleIllust img {
  top: 1rem;
}
.floatBox a.button {
  margin: 1rem 0 0;
}
@media (max-width: 580px) {
  .floatBox a.button {
    margin: 1rem auto;
  }
}

.floatBox::after {
  float: none;
  clear: both;
  display: block;
  width: 100%;
  content: "";
}

.titleS {
  margin-left: 45%;
}

.titleCatch {
  margin-left: 45%;
}
@media (max-width: 580px) {
  .titleCatch {
    margin-left: 0;
  }
}

.story__birth .block01 {
  background: url("/assets/img/sign_story/illust-birth01.svg") no-repeat top right;
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .story__birth .block01 {
    background: none #fef5f8;
  }
}
@media (max-width: 580px) {
  .story__birth .block01 {
    font-size: 1rem;
  }
}
.story__birth .block01 .block01-01 {
  margin-bottom: 2rem;
  width: 60%;
  padding: 1rem;
  background-color: #fef5f8;
}
@media (max-width: 768px) {
  .story__birth .block01 .block01-01 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 1rem;
  }
}
.story__birth .block01 .block01-02 {
  margin-left: 50%;
  margin-bottom: 2rem;
  width: 50%;
  padding: 1rem;
  background-color: #fef5f8;
}
@media (max-width: 768px) {
  .story__birth .block01 .block01-02 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 1rem;
  }
}
.story__birth .block01 .block01-03 {
  margin-left: 20%;
  margin-bottom: 2rem;
  width: 50%;
  padding: 1rem;
  background-color: #fef5f8;
}
@media (max-width: 768px) {
  .story__birth .block01 .block01-03 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 1rem;
  }
}

.okugai {
  background: url("/assets/img/sign_story/illust-birth02.svg") no-repeat top right;
  height: 360px;
}
@media (max-width: 580px) {
  .okugai {
    margin-bottom: 50%;
  }
}

.shitsunai {
  background: url("/assets/img/sign_story/illust-birth03.svg") no-repeat top right;
  height: 360px;
}
@media (max-width: 580px) {
  .shitsunai {
    margin-bottom: 50%;
  }
}

.textBox {
  font-size: 1.1rem;
  width: 650px;
  padding: 1rem;
  background-color: #FFF;
  -webkit-box-shadow: #999 3px 3px 10px;
          box-shadow: #999 3px 3px 10px;
}
@media (max-width: 768px) {
  .textBox {
    width: 410px;
  }
}
@media (max-width: 580px) {
  .textBox {
    width: 98%;
    margin: 50% auto 0;
  }
}
.textBox p {
  margin: 1rem auto;
  text-align: justify;
}
.textBox .textBox_title {
  font-size: 1.9rem;
  font-weight: 500;
  margin: 1rem auto;
}

.kind {
  max-width: 1140px;
  padding: 15px;
  margin: auto;
}
.kind p {
  width: 90%;
  margin: auto;
  font-size: 1.1rem;
}

.kindPic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem auto 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kindPic li {
  width: 24%;
  height: auto;
  text-align: center;
}
@media (max-width: 580px) {
  .kindPic li {
    width: 48%;
    margin-bottom: 1rem;
  }
}

.full-grey {
  background-color: #eee;
}

.steps .stepsTitle {
  font-size: 1.9rem;
  font-weight: 500;
  margin: 1rem auto 0;
  text-align: center;
}
@media (max-width: 580px) {
  .steps .stepsTitle {
    font-size: 7vw;
    line-height: 1.7;
  }
}
.steps li {
  display: block;
  background-color: #FFF;
  border: solid 1px #CCC;
  padding: 2rem 3rem;
  max-width: 730px;
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 2rem auto 4rem;
  position: relative;
}
@media (max-width: 580px) {
  .steps li {
    font-size: 4vw;
    line-height: 1.7;
    padding: 1rem 2rem;
  }
}
.steps li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 105px 0 105px;
  border-color: #56B8C1 transparent transparent transparent;
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  margin: auto;
}
.steps li:last-child::after {
  content: none;
}
.steps .stepsTitleSub {
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0 auto 1rem;
  text-align: center;
}
@media (max-width: 580px) {
  .steps .stepsTitleSub {
    font-size: 6vw;
    line-height: 1.7;
  }
}

.story__watch .block01 {
  background: url("/assets/img/sign_story/illust-watch01.svg") no-repeat top right;
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .story__watch .block01 {
    background: none #F4F7E7;
  }
}
@media (max-width: 580px) {
  .story__watch .block01 {
    font-size: 1rem;
  }
}
.story__watch .block01 .block01-01 {
  margin-bottom: 2rem;
  width: 60%;
  padding: 2rem;
  background-color: #F4F7E7;
}
@media (max-width: 768px) {
  .story__watch .block01 .block01-01 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 1rem;
  }
}
.story__watch .block01 .block01-02 {
  margin-left: 50%;
  margin-bottom: 2rem;
  width: 50%;
  padding: 1rem;
  background-color: #F4F7E7;
}
@media (max-width: 768px) {
  .story__watch .block01 .block01-02 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 1rem;
  }
}
.story__watch .block01 .block01-03 {
  margin-left: 20%;
  margin-bottom: 2rem;
  width: 50%;
  padding: 1rem;
  background-color: #F4F7E7;
}
@media (max-width: 768px) {
  .story__watch .block01 .block01-03 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 1rem;
  }
}

.tenkenTitle, .omakaseTitle {
  font-size: 1.9rem;
  font-weight: 500;
  margin: 0 auto 1rem;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 2rem;
}
@media (max-width: 580px) {
  .tenkenTitle, .omakaseTitle {
    font-size: 6vw;
    line-height: 1.7;
  }
}

.tenkenText, .omakaseText {
  font-size: 1.1rem;
  line-height: 1.7;
}

.tenken-text, .omakase-text {
  text-align: center;
}

.omakase {
  padding: 0 3rem 1rem;
  background-color: #FFF;
  -webkit-box-shadow: #999 3px 3px 10px;
          box-shadow: #999 3px 3px 10px;
  border: solid 1px #CCC;
  margin: 4rem auto;
}
@media (max-width: 580px) {
  .omakase {
    font-size: 4vw;
    line-height: 1.7;
    padding: 0 1rem 2rem;
    width: 95%;
  }
}

.story__fare .block01 {
  background: url("/assets/img/sign_story/illust-fare01.svg") no-repeat top right;
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .story__fare .block01 {
    background: none #F6F4FB;
  }
}
@media (max-width: 580px) {
  .story__fare .block01 {
    font-size: 1rem;
  }
}
.story__fare .block01 .block01-01 {
  margin-bottom: 1rem;
  width: 60%;
  padding: 1rem;
  background-color: #F6F4FB;
}
@media (max-width: 768px) {
  .story__fare .block01 .block01-01 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 1rem;
  }
}
.story__fare .block01 .block01-02 {
  margin-left: 50%;
  margin-bottom: 1rem;
  width: 50%;
  padding: 1rem;
  background-color: #F6F4FB;
}
@media (max-width: 768px) {
  .story__fare .block01 .block01-02 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 1rem;
  }
}
.story__fare .block01 .block01-03 {
  margin-left: 20%;
  margin-bottom: 1rem;
  width: 50%;
  padding: 1rem;
  background-color: #F6F4FB;
}
@media (max-width: 768px) {
  .story__fare .block01 .block01-03 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 1rem;
  }
}

.story__farewell .block01 {
  background: url("/assets/img/sign_story/illust-fare01.svg") no-repeat top right;
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .story__farewell .block01 {
    background: none #F6F4FB;
  }
}
@media (max-width: 580px) {
  .story__farewell .block01 {
    font-size: 1rem;
  }
}
.story__farewell .block01 .block01-01 {
  margin-bottom: 2rem;
  width: 60%;
  padding: 2rem;
  background-color: #F6F4FB;
}
@media (max-width: 768px) {
  .story__farewell .block01 .block01-01 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 1rem;
  }
}
.story__farewell .block01 .block01-02 {
  margin-left: 50%;
  margin-bottom: 2rem;
  width: 50%;
  padding: 1rem;
  background-color: #F6F4FB;
}
@media (max-width: 768px) {
  .story__farewell .block01 .block01-02 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 1rem;
  }
}
.story__farewell .block01 .block01-03 {
  margin-left: 20%;
  margin-bottom: 2rem;
  width: 50%;
  padding: 1rem;
  background-color: #F6F4FB;
}
@media (max-width: 768px) {
  .story__farewell .block01 .block01-03 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 1rem;
  }
}

.tenkenTitle, .omakaseTitle {
  font-size: 1.9rem;
  font-weight: 500;
  margin: 0 auto 1rem;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 2rem;
}
@media (max-width: 580px) {
  .tenkenTitle, .omakaseTitle {
    font-size: 6vw;
    line-height: 1.7;
  }
}

.tenkenText, .omakaseText {
  font-size: 1.1rem;
  line-height: 1.7;
}

.tenken-text, .omakase-text {
  text-align: center;
}

.omakase {
  padding: 0 3rem 1rem;
  background-color: #FFF;
  -webkit-box-shadow: #999 3px 3px 10px;
          box-shadow: #999 3px 3px 10px;
  border: solid 1px #CCC;
  margin: 4rem auto;
}
@media (max-width: 580px) {
  .omakase {
    font-size: 4vw;
    line-height: 1.7;
    padding: 0 1rem 2rem;
    width: 95%;
  }
}

.story__fare .block01 {
  background: url("/assets/img/sign_story/illust-fare01.svg") no-repeat top right;
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .story__fare .block01 {
    background: none #F6F4FB;
  }
}
@media (max-width: 580px) {
  .story__fare .block01 {
    font-size: 1rem;
  }
}
.story__fare .block01 .block01-01 {
  margin-bottom: 2rem;
  width: 60%;
  padding: 1rem;
  background-color: #F6F4FB;
}
@media (max-width: 768px) {
  .story__fare .block01 .block01-01 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 1rem;
  }
}
.story__fare .block01 .block01-02 {
  margin-left: 40%;
  margin-bottom: 2rem;
  width: 60%;
  padding: 1rem;
  background-color: #F6F4FB;
}
@media (max-width: 768px) {
  .story__fare .block01 .block01-02 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 1rem;
  }
}
.story__fare .block01 .block01-03 {
  margin-left: 20%;
  margin-bottom: 2rem;
  width: 50%;
  padding: 1rem;
  background-color: #F6F4FB;
}
@media (max-width: 768px) {
  .story__fare .block01 .block01-03 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 1rem;
  }
}

.titleBadge {
  width: 160px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -75px;
  margin: auto;
  height: 160px;
  background-color: #FFF;
  -webkit-box-shadow: #999 3px 3px 10px;
          box-shadow: #999 3px 3px 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 580px) {
  .titleBadge {
    width: 100px;
    height: 100px;
    bottom: -50px;
  }
}
.titleBadge .titleBadgeBig {
  font-size: 1.4rem;
  font-weight: 600;
  width: 100%;
}
@media (max-width: 580px) {
  .titleBadge .titleBadgeBig {
    font-size: 0.8rem;
  }
}
.titleBadge .titleBadgeMid {
  font-size: 0.9rem;
  font-weight: 400;
  width: 100%;
}
@media (max-width: 580px) {
  .titleBadge .titleBadgeMid {
    font-size: 0.7rem;
  }
}

.newsIndex h1 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
}

.works_top {
  background: url("/assets/img/works/works-top_header.png") no-repeat center top/cover;
  margin-bottom: 5rem;
}
@media (max-width: 580px) {
  .works_top {
    background: url("/assets/img/works/works-top_header.png") no-repeat center top/cover;
    margin-bottom: 15%;
  }
}

.h2Title {
  font-size: 1.9rem;
  font-weight: 500;
  margin: 0 auto 1rem;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 2rem;
}
@media (max-width: 580px) {
  .h2Title {
    font-size: 6vw;
    line-height: 1.7;
  }
}

.worksText {
  font-size: 1.1rem;
  line-height: 1.7;
}

.worksIndex {
  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;
}

.worksIndexCard {
  width: calc((100% - 45px) / 4);
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 80px;
}
.worksIndexCard .button {
  width: 100%;
  max-width: 180px;
  margin: 1rem auto;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
@media (max-width: 580px) {
  .worksIndexCard {
    width: calc((100% - 15px) / 2);
  }
}

.worksIndexTitle {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.7;
  margin: 1rem auto;
}

.works_large {
  background: url("/assets/img/works/works-top_header.png") no-repeat center top/cover;
  margin-bottom: 1rem;
}
@media (max-width: 580px) {
  .works_large {
    background: url("/assets/img/works/works-top_header.png") no-repeat center top/cover;
  }
}

.worksClient {
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 580px) {
  .worksClient {
    font-size: 1rem;
  }
}

.worksDetail-L {
  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;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px dotted #CCC;
}
.worksDetail-L .worksDetailPict {
  width: 31.5315315%;
}
@media (max-width: 580px) {
  .worksDetail-L .worksDetailPict {
    width: 100%;
  }
}
.worksDetail-L .worksDetailPict:has(.photo-repo) {
  width: 100%;
}
.worksDetail-L .worksDetailPict .photo-repo {
  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;
}
.worksDetail-L .worksDetailPict .photo-repo div {
  width: 31.5315315%;
  margin-bottom: 1rem;
}
@media (max-width: 580px) {
  .worksDetail-L .worksDetailPict .photo-repo div {
    width: 100%;
  }
}
.worksDetail-L .worksDetailTitle {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.7;
  white-space: nowrap;
}
@media (max-width: 580px) {
  .worksDetail-L .worksDetailTitle {
    white-space: inherit;
  }
}
.worksDetail-L .worksDetailText {
  width: 65.765%;
  padding-top: 2rem;
}
@media (max-width: 580px) {
  .worksDetail-L .worksDetailText {
    width: 100%;
    padding-top: 1rem;
  }
}

.rebuild_top {
  background: url("/assets/img/rebuild/rebuild-top_header.png") no-repeat center top/cover;
  margin-bottom: 5rem;
}
@media (max-width: 580px) {
  .rebuild_top {
    background: url("/assets/img/rebuild/rebuild-top_header.png") no-repeat center top/cover;
    margin-bottom: 15%;
  }
}

.rebuild-sample {
  margin-bottom: 2rem;
}
.rebuild-sample li {
  width: 47%;
  margin-right: 6%;
}
.rebuild-sample li:nth-of-type(2) {
  margin-right: 0;
}
@media (max-width: 580px) {
  .rebuild-sample li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
  }
}

.rebuild-before {
  position: relative;
}
.rebuild-before::before {
  content: "改修前";
  display: block;
  color: #FFF;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 700;
}
.rebuild-before::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 20px;
  border-color: transparent transparent transparent #56B8C1;
  position: absolute;
  top: 0;
  left: 104%;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 580px) {
  .rebuild-before::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 35px 0 35px;
    border-color: #56B8C1 transparent transparent transparent;
    position: absolute;
    top: 115%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

.rebuild-after {
  position: relative;
}
.rebuild-after::before {
  content: "改修後";
  display: block;
  color: #FFF;
  background-color: #56B8C1;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.rebuild-step-name {
  font-weight: 500;
  border-bottom: 1px solid #707070;
  padding: 1rem;
}

.rebuild-step-description {
  padding: 1rem 0;
}

.rebuild-step-pic {
  padding-bottom: 2rem;
}
@media (max-width: 580px) {
  .rebuild-step-pic {
    padding-bottom: 0;
  }
}

.w30per div {
  width: 32.0333333333%;
  margin-right: 2%;
}
.w30per div:nth-of-type(3) {
  margin-right: 0;
}
@media (max-width: 580px) {
  .w30per div {
    width: 100%;
    margin: 0 0 1rem;
  }
}

.media_top {
  background: url("/assets/img/media/media-top_header.png") no-repeat center top/cover;
  margin-bottom: 5rem;
}
@media (max-width: 580px) {
  .media_top {
    background: url("/assets/img/media/media-top_header.png") no-repeat center top/cover;
    margin-bottom: 15%;
  }
}

.mediaList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mediaList .mediaListCard {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 4rem;
}
@media (max-width: 580px) {
  .mediaList .mediaListCard {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.mediaList .mediaListCard:nth-of-type(3n) {
  margin-right: 0;
}
.mediaList .mediaListCard .mediaListTitle {
  padding: 0.5rem;
  margin-bottom: 1rem;
  border-left: solid 4px #56B8C1;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 580px) {
  .mediaList .mediaListCard .mediaListTitle {
    font-size: 5.5vw;
  }
}
.mediaList .mediaListCard .button {
  margin-top: 1rem;
}

.company_top {
  background: url("/assets/img/company/company-top_header.png") no-repeat center top/cover;
  margin-bottom: 5rem;
}
@media (max-width: 580px) {
  .company_top {
    background: url("/assets/img/company/company-top_header.png") no-repeat center top/cover;
    margin-bottom: 15%;
  }
}

.motto {
  font-size: 1.3rem;
  font-weight: 400;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 640px;
  margin: 2rem auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.motto .mottoItem {
  width: 60%;
  display: block;
  position: relative;
  margin-bottom: 1.6rem;
  font-weight: 600;
  font-size: 1.6rem;
}
@media (max-width: 580px) {
  .motto .mottoItem {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.motto .mottoMean {
  width: 40%;
}
@media (max-width: 580px) {
  .motto .mottoMean {
    width: 100%;
    text-align: right;
    margin-bottom: 3rem;
  }
}
.motto .mottoMean::before {
  content: "ー";
  position: absolute;
  left: 50%;
}
@media (max-width: 580px) {
  .motto .mottoMean::before {
    position: relative;
    left: 0;
  }
}

.grey-sec {
  background-color: #FAFAFA;
}

.chapName {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.7;
  margin: 1rem auto;
}

.nameOrigin {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.7;
  margin: 1rem auto;
  counter-reset: item;
  margin: auto;
  display: inline-block;
  margin-bottom: 3rem;
}
.nameOrigin li {
  text-indent: -0.8em;
  line-height: 1.7;
}
.nameOrigin li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  margin-right: 0.8em;
}

.nexus {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nexus .nexusL {
  width: 45%;
}
@media (max-width: 768px) {
  .nexus .nexusL {
    width: 100%;
  }
}
.nexus .nexusL p {
  font-size: 1.1rem;
  line-height: 2;
  margin-top: 1rem;
}
.nexus .nexusR {
  width: 55%;
}
@media (max-width: 768px) {
  .nexus .nexusR {
    width: 60%;
    margin: 1rem auto;
  }
}

.corpInfo {
  margin: auto;
  width: 100%;
  max-width: 768px;
  margin-bottom: 2rem;
  border-collapse: collapse;
}
.corpInfo th {
  text-align: left;
  font-weight: 600;
  padding: 0.8rem;
  vertical-align: top;
  line-height: 1.7;
}
@media (max-width: 580px) {
  .corpInfo th {
    display: block;
    padding-bottom: 0;
  }
}
.corpInfo td {
  text-align: left;
  font-weight: 400;
  padding: 0.8rem;
  vertical-align: top;
  line-height: 1.7;
}
@media (max-width: 580px) {
  .corpInfo td {
    display: block;
  }
}
.corpInfo tr:nth-of-type(odd) {
  background-color: #FAFAFA;
}

.history-yy {
  display: inline-block;
  width: 7em;
}
@media (max-width: 580px) {
  .history-yy + span {
    display: block;
    margin-top: 0.2rem;
  }
}

.position {
  display: inline-block;
  width: 7em;
}

.recruit_top {
  background: url("/assets/img/recruit/recruit-top_header.png") no-repeat center top/cover;
  margin-bottom: 5rem;
}
@media (max-width: 580px) {
  .recruit_top {
    background: url("/assets/img/recruit/recruit-top_header.png") no-repeat center top/cover;
    margin-bottom: 15%;
  }
}

.recruitMessage {
  font-size: 1rem;
  line-height: 1.7;
  margin: 1rem auto;
  text-align: center;
}

.recruitMessage- {
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 1rem auto;
  text-align: center;
}

.grey-sec .blockChange {
  max-width: 900px;
  margin: 3rem auto 0;
}

.blockChangeList::after {
  clear: both;
  float: none;
  display: block;
  content: "";
  width: 100%;
  height: 3rem;
}
.blockChangeList .no1 {
  float: right;
}
@media (max-width: 580px) {
  .blockChangeList .no1 {
    float: none;
  }
}
.blockChangeList .no2 {
  float: left;
}
@media (max-width: 580px) {
  .blockChangeList .no2 {
    float: none;
    margin: 1rem auto;
  }
}
.blockChangeList .no3 {
  float: left;
}
@media (max-width: 580px) {
  .blockChangeList .no3 {
    float: none;
  }
}

.rec-AboutCatch {
  width: calc(80% - 2rem);
  padding: 0.3rem 0 0.3rem 0.6rem;
  margin-bottom: 1rem;
  border-left: solid 4px #56B8C1;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 580px) {
  .rec-AboutCatch {
    width: 100%;
  }
}

.rec-AboutImg {
  width: 20%;
  margin-right: 2rem;
}
@media (max-width: 580px) {
  .rec-AboutImg {
    width: 100%;
  }
}

.rec-AboutDesc {
  width: calc(80% - 2rem);
  padding-left: 1rem;
  line-height: 1.6;
}
@media (max-width: 580px) {
  .rec-AboutDesc {
    width: 100%;
    padding-left: 0;
  }
}

.rec-VoiceName {
  width: calc(80% - 2rem);
  padding: 0 0 0.3rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 580px) {
  .rec-VoiceName {
    width: 100%;
  }
}

.rec-VoiceImg {
  width: 20%;
  margin-right: 2rem;
}
@media (max-width: 580px) {
  .rec-VoiceImg {
    width: 100%;
  }
}

.rec-VoiceDesc {
  width: calc(80% - 2rem);
  line-height: 1.6;
}
@media (max-width: 580px) {
  .rec-VoiceDesc {
    width: 100%;
  }
}

.recInfo {
  margin: auto;
  width: 100%;
  max-width: 900px;
  margin-bottom: 2rem;
  border-collapse: collapse;
}
.recInfo th {
  text-align: right;
  font-weight: 600;
  padding: 0.8rem;
  vertical-align: top;
  line-height: 1.5;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 580px) {
  .recInfo th {
    display: block;
    padding-bottom: 0;
    text-align: left;
    border-bottom: none;
  }
}
.recInfo td {
  text-align: left;
  font-weight: 400;
  padding: 0.8rem;
  vertical-align: top;
  line-height: 1.5;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 580px) {
  .recInfo td {
    display: block;
  }
}
.recInfo tr:nth-of-type(odd) {
  background-color: #FAFAFA;
}

.entry_top {
  background: url("/assets/img/recruit/recruit-top_header02.png") no-repeat center top/cover;
  margin-bottom: 0;
}
@media (max-width: 580px) {
  .entry_top {
    background: url("/assets/img/recruit/recruit-top_header02.png") no-repeat center top/cover;
    margin-bottom: 0;
  }
}

.recEntry {
  margin: auto;
  width: 100%;
  max-width: 768px;
  margin-bottom: 2rem;
  border-collapse: collapse;
}
.recEntry .must::after {
  content: "必須";
  display: inline-block;
  font-size: 0.8rem;
  border: solid 1px #ccc;
  padding: 0.1rem 0.3rem;
  margin-left: 0.5rem;
  color: #c33;
  font-weight: 400;
}
.recEntry th {
  text-align: right;
  font-weight: 600;
  padding: 1.2rem 0.8rem;
  vertical-align: top;
  line-height: 1.5;
  border-bottom: solid 1px #ccc;
  white-space: nowrap;
}
@media (max-width: 580px) {
  .recEntry th {
    display: block;
    padding-bottom: 0;
    text-align: left;
    border-bottom: none;
    white-space: inherit;
  }
}
.recEntry td {
  text-align: left;
  font-weight: 400;
  padding: 1.2rem 0.8rem;
  vertical-align: top;
  line-height: 1.5;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 580px) {
  .recEntry td {
    display: block;
  }
}
.recEntry td span {
  display: inline-block;
  margin: 0.2rem 0;
}
.recEntry tr:nth-of-type(odd) {
  background-color: #FAFAFA;
}
.recEntry input {
  padding: 0.3rem;
  font-size: 1rem;
}
.recEntry input[type=checkbox] {
  padding: 0.3rem;
  font-size: 1.1rem;
  width: 20px;
  height: 20px;
  vertical-align: sub;
  margin-right: 1rem;
}
.recEntry input[type=submit] {
  background-color: #56B8C1;
  color: #FFF;
  padding: 1rem 4rem;
  border: none;
  border-radius: 4px;
  font-size: 1.1rem;
  cursor: pointer;
}
.recEntry input[type=file] {
  font-size: 0.9rem !important;
}
.recEntry .pp {
  text-align: center;
}
@media (max-width: 580px) {
  .recEntry .pp {
    text-align: left;
  }
}
.recEntry p {
  padding: 0.5rem;
}
.recEntry .main {
  padding: 1rem;
  background-color: #FFF;
  border: solid 1px #ccc;
}
.recEntry .main p {
  text-align: left;
}
.recEntry .regular {
  width: 11em;
}
@media (max-width: 580px) {
  .recEntry .regular {
    width: 100%;
  }
}
.recEntry .narrow {
  width: 4em;
}
@media (max-width: 580px) {
  .recEntry .narrow {
    width: 100%;
    margin: auto;
  }
}
.recEntry .wide {
  width: 100%;
}
@media (max-width: 580px) {
  .recEntry .wide {
    width: 100%;
    margin: auto;
  }
}
.recEntry .checkList span span > span {
  display: block;
}
.recEntry label span {
  margin: 0 1rem 0 0.5rem;
}
@media (max-width: 580px) {
  .recEntry label span {
    margin: auto;
  }
}

@media (max-width: 580px) {
  .wpcf7-form-control-wrap {
    width: 90%;
    margin: auto;
  }
}
.wpcf7-form-control-wrap .agree {
  width: 90%;
}

.gallery_top {
  background: url("/assets/img/gallery/gallery-top_header.png") no-repeat center top/cover;
  margin-bottom: 5rem;
}
@media (max-width: 580px) {
  .gallery_top {
    background: url("/assets/img/gallery/gallery-top_header.png") no-repeat center top/cover;
    margin-bottom: 15%;
  }
}

.galleryIndex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.galleryIndex li {
  width: 43%;
  margin-bottom: 2rem;
}
@media (max-width: 580px) {
  .galleryIndex li {
    width: 80%;
    margin: 0 auto 2rem;
  }
}

/*
HEADER
*/
header {
  -webkit-box-shadow: 0px 0px 10px #ccc;
          box-shadow: 0px 0px 10px #ccc;
  position: relative;
  width: 100%;
  z-index: 990;
  border-bottom: solid #ccc 2px;
  border-top: 6px #56B8C1 solid;
  background-color: #FAFAFA;
  height: 70px;
  position: fixed;
}
@media (max-width: 580px) {
  header {
    position: absolute;
  }
}
@media (max-width: 580px) {
  header.open {
    position: fixed;
    top: 0;
    z-index: 999;
  }
}
header .w-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
header .w-inner .logo {
  display: block;
  width: 122px;
  height: 35px;
  z-index: 999;
}
header .w-inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url("/assets/img/general/logo-dark.svg") no-repeat center center/contain;
}
header .w-inner .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
header .w-inner .menu .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 140px;
  margin-right: 1rem;
}
header .w-inner .menu .sns .fab {
  font-size: 1.6rem;
  color: #707070;
}
header .w-inner .menu .sns .fas {
  font-size: 1.4rem;
  color: #707070;
}
header .w-inner .hum {
  width: 32px;
  height: 23px;
  position: relative;
  cursor: pointer;
}
header .w-inner .hum span {
  display: block;
  width: 100%;
  height: 3px;
  background: #707070;
  position: absolute;
  z-index: 999;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .w-inner .hum span:first-of-type {
  top: 0;
}
header .w-inner .hum span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
header .w-inner .hum span:last-of-type {
  bottom: 0;
}
header .w-inner .hum.open span {
  display: block;
  width: 100%;
  height: 3px;
  background: #FFF;
  position: absolute;
  z-index: 999;
}
header .w-inner .hum.open span:first-of-type {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
header .w-inner .hum.open span:nth-of-type(2) {
  display: none;
}
header .w-inner .hum.open span:last-of-type {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
header nav {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: #707070;
  top: 0;
  left: 100%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header nav .nav {
  margin: 6rem auto 0;
  width: 100%;
  max-width: 320px;
}
header nav .nav li {
  font-size: 1.1rem;
  padding: 0.6rem 0;
  margin: 0.3rem;
  background: #FFF;
  border-radius: 4px;
  text-align: center;
}
header nav.open {
  z-index: 900;
  left: 0;
}

header.dark {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: none;
  background-color: rgba(0, 0, 0, 0.6);
}
header.dark .w-inner .logo a {
  background: url("/assets/img/general/logo-bright.svg") no-repeat center center/contain;
}
header.dark .w-inner .menu .sns .fab {
  color: #FAFAFA;
}
header.dark .w-inner .menu .sns .fas {
  color: #FAFAFA;
}
header.dark .w-inner .hum span {
  background: #FAFAFA;
}

/* max-width: 768px */
/*
FOOTER
*/
footer {
  background-color: #eee;
}
footer .upper {
  background-color: #56B8C1;
  color: #FFF;
  padding: 1rem 0;
}
footer .upper .message {
  color: #FFF;
  text-align: center;
}
footer .upper .toi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .upper .toi li {
  width: 30%;
  padding: 1rem 0;
  text-align: center;
  background-color: #FFF;
  border-radius: 4px;
  color: #56B8C1;
}
@media (max-width: 580px) {
  footer .upper .toi li {
    width: 80%;
    margin: 0.5rem auto;
  }
}
footer .upper .toi li a {
  color: #56B8C1;
}
footer .lower {
  color: #333;
  padding: 1rem 0;
}
footer .lower .logo {
  display: block;
  width: 122px;
  height: 35px;
  margin: 1rem auto;
}
footer .lower .logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url("/assets/img/general/logo-dark.svg") no-repeat center center/contain;
}
footer .lower .address {
  text-align: center;
}
footer .lower .menu {
  margin: 1rem;
  text-align: center;
}
footer .lower .menu li {
  font-size: 0.875rem;
  padding: 0.6rem 0;
  display: inline-block;
  margin: 0 1rem;
}
@media (max-width: 580px) {
  footer .lower .menu li {
    margin: 0.2rem auto;
    background: #FFF;
    width: 100%;
    border-radius: 4px;
  }
}
footer .lower .cp {
  text-align: center;
  font-size: 0.875rem;
}

.sp-menu {
  display: none;
}
@media (max-width: 580px) {
  .sp-menu {
    position: fixed;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    background-color: #FFF;
    padding: 0.2rem;
    z-index: 999;
  }
  .sp-menu li {
    display: block;
    width: 19%;
    border-radius: 4px;
    background-color: #56B8C1;
    padding: 0.5rem;
  }
  .sp-menu li a {
    color: #FFF;
    text-align: center;
    font-size: 1.4rem;
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */