@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400&display=swap');


/*================================================
 *  CSSリセット
 ================================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav.gnav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav.gnav,
section {
  display: block
}

ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}


/*================================================
 *  一般・共通設定
 ================================================*/
body {
  font-size: 15px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  letter-spacing: .05em;
  color: #111;
  background-color: #fff;
}

#content,
.wrap {
  max-width: 1000px;
  margin: 0 auto;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  opacity: .7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  margin-bottom: 1em;
}

strong {
  font-weight: bold;
}

small {
  font-size: smaller;
}

ul,
ol,
dl {
  margin: 0;
}

ul li {
  list-style: none;
  margin-left: 0;
}

/* タイトル */
h2 {
  font-family: 'Julius Sans One', sans-serif;
  font-size: 30px;
  margin-bottom: 30px;
  position: relative;
  color: #393939;
}


@media screen and (max-width:768px) {

  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  body {
    font-size: 14px;
  }

  #content,
  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  h2 {
    font-size: 27px;
    font-weight: normal;
  }
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  box-sizing: border-box;
  padding: 20px 10px;
}

header .inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* inner-left */
header .inner-left {
  width: 20%;
  position: relative;
}

/* inner-right */
header .inner-right {
  width: 70%;
}

nav.gnav ul {
  text-align: right;
}

nav.gnav ul li {
  display: inline-block;
  padding: 0 12px;
  text-align: center;
  font-family: 'Julius Sans One', sans-serif;
}

nav.gnav ul li a {
  color: #fff;
}

/* changeNav */
header.changeNav {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

header.changeNav nav.gnav ul li a {
  color: #111;
}

/*下線アニメーション*/
nav.gnav ul li .hover {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

nav.gnav ul li .hover::after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease 0s;
}

nav.gnav ul li .hover:hover {
  cursor: pointer;
}

nav.gnav ul li .hover:hover::after {
  width: 100%;
}

header.changeNav nav.gnav ul li .hover::after {
  background: #111;
}

/* 下層ページ */
nav.gnav.sub ul li a,
header.changeNav nav.gnav.sub ul li a {
  color: #111;
}

nav.gnav.sub ul li .hover::after {
  background: #111;
}



@media screen and (max-width:768px) {
  header .inner-left {
    width: 60%;
  }

  header.changeNav .inner-left h1 img {
    width: 70%;
  }

  /* ハンバーガーメニュー */
  nav.global-nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 270px;
    height: 100vh;
    padding-top: 40px;
    background: #fff;
    transition: all .2s ease-out;
    z-index: 200;
    overflow-y: auto;
    padding: 70px 30px 40px 40px;
  }

  nav.gnav.global-nav ul li {
    margin-bottom: 30px;
    width: 100%;
    font-size: 17px;
  }

  nav.gnav ul li a {
    color: #111;
  }

  .hamburger {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }

  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .global-nav__item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #fff;
    line-height: 1.3;
  }

  .global-nav__item a:hover {
    background-color: #eee;
  }

  .hamburger__line {
    position: absolute;
    left: -5px;
    width: 37px;
    height: 1px;
    background-color: #111;
    transition: all .2s ease-out;
  }

  .hamburger__line--1 {
    top: 21px;
  }

  /* .hamburger__line--2 {
	    top: 26px;
	  } */
  .hamburger__line--3 {
    top: 31px;
  }

  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }

  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }

  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
  }

  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }

  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
  }
}

/* ==================================================
	preloader
====================================================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1040;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

/* =======================================================
*section / ボタン
* ======================================================= */
section {
  padding-bottom: 7rem;
}

.section {
  padding-top: 7rem;
}

/* ボタン */
.btMore a {
  padding: 18px 70px;
  position: relative;
  color: #111;
  letter-spacing: .1em;
  font-size: 14px;
  display: inline-block;
}

.btMore a span {
  font-family: 'Julius Sans One', sans-serif;
}

.btMore a::after,
.btMore a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #9a9a9a;
  transition: transform .2s;
}

.btMore a::after {
  transform: translate(2px, 2px);
}

.btMore a::before {
  transform: translate(-2px, -2px);
}

.btMore a:hover,
.btMore a:hover::after,
.btMore a:hover::before {
  transform: translate(0);
}

@media screen and (max-width:768px) {
  section {
    padding-bottom: 6rem;
  }

  .section {
    padding-top: 6rem;
  }

  .btMore a {
    padding: 18px 50px;
  }
}



/* =======================================================
* main
* ======================================================= */
#main {
  position: relative;
}

.swiper-slide.slide01 {
  background: url(../images/main01.jpg) no-repeat center/cover;
  height: 100vh;
}

.swiper-slide.slide02 {
  background: url(../images/main02.jpg) no-repeat center/cover;
  height: 100vh;
}

.swiper-slide.slide03 {
  background: url(../images/main03.jpg) no-repeat center/cover;
  height: 100vh;
}

.swiper-slide.slide04 {
  background: url(../images/main04.jpg) no-repeat center/cover;
  height: 100vh;
}

.swiper-slide.slide05 {
  background: url(../images/main05.jpg) no-repeat center/cover;
  height: 100vh;
}

.swiper-slide.slide06 {
  background: url(../images/main06.jpg) no-repeat center/cover;
  height: 100vh;
}

.swiper-slide.slide07 {
  background: url(../images/main07.jpg) no-repeat center/cover;
  height: 100vh;
}

.swiper-slide.slide08 {
  background: url(../images/main08.jpg) no-repeat center/cover;
  height: 100vh;
}

.swiper-slide.slide09 {
  background: url(../images/main09.jpg) no-repeat center/cover;
  height: 100vh;
}

.swiper-slide.slide10 {
  background: url(../images/main10.jpg) no-repeat center/cover;
  height: 100vh;
}

.swiper-container.main-swiper .swiper-pagination {
  left: auto !important;
  right: 20px !important;
  bottom: 3% !important;
  width: auto !important;
}

/* 
.swiper-container.main-swiper .swiper-pagination-bullet {
  box-sizing: border-box;
  display: block;
  opacity: 1;
  position: relative;
  transform: scale(.7);
  transition: transform .5s ease;
  width: 48px;
  height: 48px;
  border-radius: 0;
  margin: 0;
  padding: 13px 0;
  background-color: transparent;
  font-weight: 700;
  text-align: center;
  color: #111;
  font-family: 'Quicksand', sans-serif;
}

.swiper-container.main-swiper .swiper-pagination-bullet+.swiper-pagination-bullet {
  margin-top: 5px;
}

.swiper-container.main-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-container.main-swiper .swiper-pagination-bullet .circle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.circle1 {
  stroke-dasharray: 152px;
  stroke-dashoffset: 152px;
}

.swiper-pagination-bullet-active .circle {
  transform: scale(1) rotate(-90deg);
}

.swiper-pagination-bullet-active .circle1 {
  animation: sliderPagination 3s linear forwards;
} */


/* fractionのカスタマイズ */
.swiper-pagination-fraction {
  color: #fff;
  font-family: 'Julius Sans One', sans-serif;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  z-index: 1;
}

/* ラインアニメーション */
.swiper-pagination-fraction .border {
  width: 70px;
  height: 1px;
  margin: 0 8px;
  background-color: #ddd;
  position: relative;
}

.swiper-pagination-fraction .border span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #555;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}

.swiper-pagination.is-active .border span {
  transform: scaleX(1);
  transition: transform 3.85s linear;
}

@keyframes sliderPagination {
  100% {
    stroke-dashoffset: 0;
  }
}

/* main_catch */
.main_catch {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
  width: 100%;
  color: #fff;
  letter-spacing: .25em;
}

.main_catch span {
  font-family: 'Quicksand', sans-serif;
  font-size: 30px;
  letter-spacing: .09em;
}

/* スクロールダウン */
.scroll_down {
  position: absolute;
  bottom: 18%;
  left: 3%;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 11px;
  letter-spacing: .15em;
  font-family: 'Julius Sans One', sans-serif;
  z-index: 9;
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  position: absolute;
  left: 3.7%;
  bottom: 3%;
  z-index: 9;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #111;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}

@media screen and (max-width:768px) {
  /* .swiper-container.main-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: scale(0.8);
  }

  .swiper-container.main-swiper .swiper-pagination {
    bottom: 33% !important;
    right: 0px !important;
  }

  .swiper-container.main-swiper .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-top: 2px;
  } */

  .swiper-slide.slide04 {
    background-position: center right 53%;
  }

  .swiper-slide.slide05 {
    background-position: center left 20%;
  }

  /* main_catch */
  .main_catch {
    font-size: 10px;
    bottom: 40px;
  }

  .main_catch span {
    font-size: 24px;
  }

  .swiper-pagination-fraction {
    font-size: 14px;
  }

  /* スクロールダウン */
  .scroll_down {
    display: none;
    /* bottom: 37%;
    font-size: 10px; */
  }

  .arrow {
    display: none;
    /* left: 5%;
    bottom: 15%; */
  }
}


/* =======================================================
* vision
* ======================================================= */
#vision .vision_left {
  width: 30%;
}

#vision .vision_left p {
  font-size: 30px;
  line-height: 2;
}

#vision .vision_right {
  width: 60%;
}

#vision .vision_right p {
  line-height: 2.2;
}

/* vision_img */
#vision .vision_img {
  background: url(../images/bg-vision.jpg) no-repeat center/cover;
  background-attachment: fixed;
  width: 70%;
  height: 400px;
  margin: 100px 0 0 auto;
  position: relative;
}

#vision .vision_img div {
  position: absolute;
  bottom: 2%;
  left: 2%;
  font-family: 'Julius Sans One', sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 90px;
  line-height: 1;
  letter-spacing: .05em;
}

@media screen and (max-width:768px) {

  #vision .vision_left,
  #vision .vision_right {
    width: 100%;
  }

  #vision .vision_left p {
    font-size: 27px;
    line-height: 1.8;
  }

  #vision .vision_img {
    background-attachment: unset;
    width: 83%;
    height: 300px;
    margin: 60px 0 0 auto;
  }

  #vision .vision_img div {
    font-size: 45px;
  }
}

/* =======================================================
*works
* ======================================================= */
#works .btMore {
  margin-top: 70px;
}

@media screen and (max-width:768px) {
  #works .btMore {
    margin-top: 50px;
  }
}


/* =======================================================
*service
* ======================================================= */
#service ul {
  margin: 80px 0;
}

#service ul li {
  font-size: 14px;
  position: relative;
}

#service ul li img {
  width: 60%;
}

#service ul li .service_ttl {
  text-align: center;
  position: relative;
}

#service ul li span {
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
  letter-spacing: .12em;
}

#service ul li:not(:last-child)::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-weight: 900;
  top: 30px;
  right: -25px;
  color: #9a9a9a;
  font-size: 20px;
}

@media screen and (max-width:768px) {
  #service ul {
    margin: 80px 0 20px;
  }

  #service ul li {
    margin-bottom: 80px;
    padding: 0 20px;
  }

  #service ul li:not(:last-child)::after {
    top: auto;
    right: 48%;
    bottom: -40px;
  }
}


/* =======================================================
*sub_main
* ======================================================= */
#sub_main {
  text-align: center;
  height: 50vh;
  display: flex;
}

#sub_main div {
  margin: auto;
  color: #393939;
}

#sub_main div span {
  font-family: 'Julius Sans One', sans-serif;
  font-size: 50px;
}

@media screen and (max-width:768px) {
  #sub_main div {
    font-size: 13px;
  }

  #sub_main div span {
    font-size: 45px;
  }
}


/* =======================================================
*footer
* ======================================================= */
footer {
  padding: 70px 0px;
  border-top: 1px solid #c7c8c8;
  margin: 60px 3% 0 3%;
}

.footer_left {
  width: 15%;
}

.footer_right {
  width: 75%;
}

.footer_right ul li {
  display: inline-block;
  font-size: 13px;
  margin: 0 7px;
}

.footer_right ul li a {
  color: #393939;
}

.copyright {
  text-align: right;
  font-size: 10px;
  color: #888;
  font-family: 'Julius Sans One', sans-serif;
}

@media screen and (max-width:768px) {
  footer {
    padding: 40px 0px;
    margin: 30px 5% 0 5%;
  }

  .footer_left {
    width: 60%;
    margin-bottom: 20px;
  }

  .footer_right {
    width: 100%;
  }

  .footer_right ul li {
    display: block;
    margin: 0px 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    position: relative;
  }

  .footer_right ul li::before {
    position: absolute;
    content: "-";
    top: 0;
    left: 0;
  }

  .copyright {
    text-align: center;
    margin-top: 30px;
  }
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
#pagetop {
  position: fixed;
  right: 15px;
  bottom: 10px;
  cursor: pointer;
  overflow: visible !important;
}

#pagetop .arrow-up {
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: #333#333 transparent transparent;
  transform: rotate(-45deg);
}