@charset "UTF-8";
/* Scss Document */
html {
  scroll-behavior: smooth;
}

#global-header {
  width: 100%;
}
#global-header .inner {
  width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#global-header .inner .logo {
  width: 20%;
  margin: 1.5% 3% 0 3%;
  z-index: 1;
}
#global-header .inner .logo a img {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  vertical-align: bottom;
}
#global-header .inner #global-navi {
  width: 30%;
  margin: 0 3% 0 auto;
}
#global-header .inner #global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 100%;
}
#global-header .inner #global-navi ul li {
  position: relative;
  z-index: 1;
}
#global-header .inner #global-navi ul li:hover ul {
  display: block;
  overflow: visible;
  top: 70px;
  color: #ffffff;
  width: 100%;
}
#global-header .inner #global-navi ul li a {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.55em;
  padding: 24px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease;
}
#global-header .inner #global-navi ul li a span {
  transition: all 0.5s ease;
}
#global-header .inner #global-navi ul li a:hover span {
  color: #000739;
  display: block;
}
#global-header .inner #global-navi ul li a:hover {
  color: #000739;
  padding: 24px 0px;
}
#global-header .inner #global-navi ul li ul {
  display: none;
  position: absolute;
  width: 100%;
}
#global-header .inner #global-navi ul li ul a {
  color: #ffffff;
  width: 100%;
}
#global-header .inner #global-navi ul li ul a:hover {
  width: 100%;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 1366px) {
  #global-header .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #global-header .inner .logo {
    width: 100%;
    text-align: center;
  }
  #global-header .inner .logo a {
    display: inline-block;
  }
  #global-header .inner .logo a img {
    width: 50%;
    height: 70%;
  }
  #global-header .inner #global-navi {
    display: none;
  }
}
@media screen and (max-width: 415px) {
  #global-header .inner .logo a {
    width: 50%;
  }
  #global-header .inner .logo a img {
    width: 100%;
    height: auto;
  }
}

main#container .logo h2:before {
  content: "";
  display: block;
  width: 36px;
  height: 45px;
  margin: 0 auto;
  background: url("../flow/images/logo.svg") no-repeat;
  background-size: 35px 35px;
}
main#container .page-header.contact-content {
  margin-bottom: 40px;
}

.page-header {
  text-align: center;
  margin: 180px auto 60px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 60%;
}
@media screen and (max-width: 1360px) {
  .page-header {
    margin: 120px auto 20px auto;
    width: 80%;
    text-align: left;
  }
}
@media screen and (max-width: 415px) {
  .page-header {
    margin: 80px auto 0 auto;
    width: 90%;
    text-align: left;
  }
}
.page-header h2 {
  color: #000739;
  display: inline-block;
  text-align: left;
  font-size: 3.85em;
  letter-spacing: 0.25em;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3em;
}
@media screen and (max-width: 415px) {
  .page-header h2 {
    line-height: 1.1em;
    font-size: 3.35em;
  }
}
.page-header h2 span {
  font-size: 0.4em;
  letter-spacing: 0.55em;
  border-top: solid 1px #333;
  padding: 1.5% 0;
}
@media screen and (max-width: 415px) {
  .page-header h2 span {
    padding: 2.5% 0;
  }
}
.page-header img {
  width: 50%;
  margin: 40px auto 10px auto;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 415px) {
  .page-header img {
    width: 340px;
  }
}
.page-header p {
  width: 50%;
  text-align: left;
  margin: 20px auto 0 auto;
  font-size: 1.4em;
  line-height: 2em;
}
@media screen and (max-width: 415px) {
  .page-header p {
    width: 80%;
  }
}

.contact {
  padding-bottom: 80px;
}
.contact .contact_bg {
  background: #676C93;
  width: 60%;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .contact .contact_bg {
    width: 80%;
  }
}
@media screen and (max-width: 415px) {
  .contact .contact_bg {
    width: 90%;
  }
}
.contact .contact_bg .contact-inner {
  background: url("../images/cubes_white.png") repeat;
  height: 350px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
@media screen and (max-width: 415px) {
  .contact .contact_bg .contact-inner {
    height: 280px;
  }
}
.contact .contact_bg .contact-inner p {
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  line-height: 2em;
}

.btn {
  width: 170px;
  height: 50px;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 415px) {
  .btn {
    padding-top: 20px;
  }
}
.btn a {
  width: 170px;
  height: 50px;
  border: 1px solid #333333;
  padding: 15px 60px;
  color: #333333;
  transition: all 0.5s ease;
}
.btn a:hover {
  background: #333;
  color: #fff;
}

.shiro {
  width: 170px;
  height: 50px;
  margin: 0 auto;
  padding-top: 50px;
}
.shiro a {
  padding: 15px 60px;
  border: solid 1px #ffffff;
  color: #ffffff;
  transition: all 0.5s ease;
}
.shiro a:hover {
  background: #ffffff;
  color: #BBC6CB;
}

/*---------------animation---------------*/
/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s;
}

/*---TOP遅れて表示---*/
.post {
  opacity: 0;
}

#key-visual {
  background: url("../works/images/top.jpg") no-repeat center;
  background-size: cover;
  height: 100%;
  height: 280px;
  width: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #key-visual {
    height: 130px;
    position: relative;
  }
}
#key-visual h2 {
  position: absolute;
  bottom: -5%;
  right: 10%;
  font-size: 3.8em;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  #key-visual h2 {
    bottom: -5%;
  }
}
@media screen and (max-width: 768px) {
  #key-visual h2 {
    bottom: -6.5%;
    right: 5%;
    font-size: 2.8em;
  }
}
@media screen and (max-width: 415px) {
  #key-visual h2 {
    bottom: -7.5%;
    right: 5%;
    font-size: 2.8em;
  }
}
#key-visual h2 span {
  font-size: 2.5em;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 415px) {
  #key-visual h2 span {
    font-size: 1.6em;
  }
}

.common-width {
  width: 1240px;
  margin: 120px auto 0 auto;
  padding: 0 0 40px 0;
}
@media screen and (max-width: 1366px) {
  .common-width {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .common-width {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .common-width {
    width: 90%;
  }
}

.page-worksheader {
  text-align: center;
  margin: 0 0 60px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1360px) {
  .page-worksheader {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .page-worksheader {
    width: 100%;
    text-align: left;
    margin: 0 0 20px 0;
  }
}
.page-worksheader h2 {
  display: inline-block;
  text-align: left;
  color: #000738;
  font-size: 3em;
  letter-spacing: 0.25em;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .page-worksheader h2 {
    font-size: 2.9em;
  }
}
@media screen and (max-width: 320px) {
  .page-worksheader h2 {
    font-size: 2.4em;
  }
}
.page-worksheader h2::before {
  content: "";
  height: 32px;
  width: 68px;
  background-size: cover;
  margin-right: 20px;
}
.page-worksheader h2.count01::before {
  background: url("../works/images/count_01.svg") no-repeat;
  background-size: contain;
}
.page-worksheader h2.count02::before {
  background: url("../works/images/count_02.svg") no-repeat;
  background-size: contain;
}
.page-worksheader h2.count03::before {
  background: url("../works/images/count_03.svg") no-repeat;
  background-size: contain;
}

.works .works_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 80px 0;
}
@media screen and (max-width: 1366px) {
  .works .works_box {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .works .works_box {
    flex-direction: column;
    padding: 0;
  }
}
.works .works_box .works_txt {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .works .works_box .works_txt {
    width: 90%;
    margin: 0 auto 40px auto;
  }
}
@media screen and (max-width: 480px) {
  .works .works_box .works_txt {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
.works .works_box .works_txt p {
  font-size: 1.4em;
  line-height: 2em;
}
.works .works_box .works_img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .works .works_box .works_img {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .works .works_box .works_img {
    width: 100%;
  }
}
.works .works_box .works_img img {
  width: 100%;
  object-fit: cover;
}
.works .works-boxreverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .works .works-boxreverse {
    flex-direction: column;
  }
}

#global-footer .footer-inner {
  background: #000739;
  background-size: cover;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#global-footer .footer-inner h1 a img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 415px) {
  #global-footer .footer-inner h1 a img {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  #global-footer .footer-inner h1 {
    width: 60%;
  }
}
@media screen and (max-width: 415px) {
  #global-footer .footer-inner h1 {
    width: 10%;
  }
}
#global-footer .footer-inner h2 {
  font-size: 1.6em;
  color: #fff;
}
#global-footer .footer-inner h2 span {
  font-size: 1.55em;
  color: #333;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 415px) {
  #global-footer .footer-inner h2 span {
    font-size: 1.1em;
  }
}
#global-footer .footer-inner .footer-navi {
  width: 50%;
  display: flex;
  align-self: flex-start;
}
#global-footer .footer-inner .footer-navi ul {
  display: flex;
  align-self: flex-start;
  flex: 1;
  width: 100%;
}
#global-footer .footer-inner .footer-navi ul li {
  position: relative;
  z-index: 1;
  width: 100%;
}
#global-footer .footer-inner .footer-navi ul li a {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.55em;
  padding: 12px 0px;
  width: 100%;
  display: inline-block;
  text-align: right;
  transition: all 0.5s ease;
}
#global-footer .footer-inner .footer-navi ul li a span {
  color: #fff;
  transition: all 0.5s ease;
  display: inline-block;
}
#global-footer .footer-inner .footer-navi ul li a:hover {
  color: #D52E0A;
  padding: 12px 0px;
  display: block;
}
#global-footer .footer-inner .contact_left {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  #global-footer .footer-inner .contact_left {
    width: 80%;
  }
}
#global-footer .footer-inner .contact_left p {
  color: #fff;
  margin-top: 100px;
}
@media screen and (max-width: 415px) {
  #global-footer .footer-inner .contact_left p {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1366px) {
  #global-footer .footer-inner {
    width: 100%;
  }
}
@media screen and (max-width: 415px) {
  #global-footer .footer-inner {
    height: 100px;
    align-items: center;
    justify-content: center;
  }
}
#global-footer .copy small {
  display: block;
  width: 80%;
  text-align: right;
  margin: 0 5px 5px 0;
  color: #fff;
  font-size: 1.2em;
}
@media screen and (max-width: 415px) {
  #global-footer .copy small {
    text-align: left;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1366px) {
  #global-footer .copy small {
    width: 80%;
    margin: 0 auto 5px auto;
  }
}
@media screen and (max-width: 1024px) {
  #global-footer .footer-inner {
    width: auto;
    height: 100%;
  }
  #global-footer .footer-inner h1 {
    width: 30%;
    text-align: left;
  }
  #global-footer .footer-inner .footer-navi {
    display: none;
  }
}
@media screen and (max-width: 415px) {
  #global-footer .footer-inner {
    width: 100%;
  }
  #global-footer .footer-inner h1 {
    width: 80%;
    padding-right: 10px;
  }
  #global-footer .footer-inner h1 a {
    padding: 6px 0 10px;
  }
  #global-footer .footer-inner h1 a img {
    width: 100%;
  }
}

.copy_small {
  width: 100%;
  text-align: center;
  color: #333;
}

.footer_top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1300px;
  margin: 4% auto 0% auto;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer_top {
    margin: 6% auto 0% 0;
  }
}
@media screen and (max-width: 415px) {
  .footer_top {
    margin: 8% auto 0% 0;
  }
}

/*# sourceMappingURL=works.css.map */
