@charset "UTF-8";

html {
  margin: 0;
}

body {
  display: block;
  margin: 0;
  background-color: #fff;
  font-size: 16px;
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.9;
  letter-spacing: .08rem;
  font-weight: normal;
  color: #333;
}

*, *::before, *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
  color: #333;
  text-decoration: none;
}

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

.wrapper {
  padding: 0 1.5rem;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.container {
  margin: 0 auto;
}

/* header */
#header {
  display: block;
  margin: 0;
  padding: 0 1rem;
}

#gnav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 200;
}

.nav-box {
  top: 0;
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  height: 80px;
  padding: 20px;
  margin: 0 auto;
  background-color: #fff;
}

.global-nav__list, .global-nav__item-sns {
  display: none;
}

.fas {
  margin-left: 5px;
  font-size: .8em;
}

h1.logo {
  display: flex;
  align-items: center;
  font-weight: normal;
  line-height: 1.6;
  font-size: 16px;
  margin: 0;
  font-family: 'Asap', sans-serif;
  letter-spacing: .15rem;
}

a.logo {
  display: block;
}

h1.logo:hover {
  opacity: 0.7;
}

span.text-small {
  font-size: 12px;
  margin: 0;
  line-height: 20px;
}

.nav-box ul {
  display: flex;
  align-items: center;
}

.nav-box li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.nav-box li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  height: 50px;
  margin: 0 1.3rem;
  letter-spacing: 0.12rem;
  line-height: 50px;
}

.nav-box li a:hover {
  border-bottom: 2px dotted #b1e0e3;
}

.nav-box li a:active {
  opacity: 0.5;
}

.nav-box img {
  margin: 0 0 15px 0;
}

.pc-nav-img a:hover {
  text-decoration: none !important;
  border: none !important;
}

ul.global-nav__list {
  font-family: 'Asap', sans-serif;
  font-size: 14px;
}

/* MV */
#topMain {
  margin-bottom: 230px;
}

.topMain-contents {
  position: relative;
  max-width: 1080px;
  height: 550px;
  margin-bottom: 80px;
}

.topMain-logo, .topMain-text-s, .topMain-read-text, .main-visual {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

img.topMain-logo {
  z-index: 2;
  width: 473px;
  margin-top: 260px;
}

p.topMain-text-s {
  top: 370px;
  z-index: 2;
  display: block;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.15rem;
  text-align: center;
}

p.topMain-read-text {
  top: 530px;
  z-index: 2;
  font-size: 16px;
  letter-spacing: 0.1rem;
  text-align: center;
}

img.main-visual {
  width: 1090px;
  top: 107px;
}

/* Service */
#topService {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 60px;
}

h2.Service-title {
  margin-bottom: 0;
  text-align: center;
}

p.Service-read-text {
  padding-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

img.Service-title-img {
  padding-top: 10px;
  display: block;
  margin: auto;
  margin-bottom: 50px;
}

.topService-flexAll {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.topService-flexAll-inner {
  position: relative;
  width: 30%;
  margin-bottom: 18px;
}

/* Works */
#topWorks {
  text-align: center;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ecf6f7;
}

h2.Works-title {
  margin-bottom: 0;
  text-align: center;
}

p.Works-read-text {
  padding-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

img.Works-title-img {
  padding-top: 10px;
  display: block;
  margin: auto;
  margin-bottom: 50px;
}

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

.item {
  padding: 30px;
  width: 32%;
  background-color: #f7fdfd;
}

.item:not(:nth-child(3n+3)) {
  margin-right: 2%;
}

.item:nth-child(n+4) {
  margin-top: 30px;
}

img.works_item {
  padding-bottom: 30px;
}

.item a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.item a:hover p {
  text-decoration: underline;
}

@media not all and (min-width: 768px) {
  .item {
    width: 100%;
  }

  .item:not(:nth-child(3n+3)) {
    margin-right: 0;
  }

  .item:nth-child(n+2) {
    margin-top: 30px;
  }
}

/* About */
#topAbout {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

h2.About-title {
  margin-bottom: 0;
  text-align: center;
}

p.About-read-text {
  padding-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

img.About-title-img {
  padding-top: 10px;
  display: block;
  margin: auto;
  margin-bottom: 50px;
}

.topAbout-flexAll {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.topAbout-flexAll-inner {
  position: relative;
  width: 50%;
  margin-bottom: 18px;
}

/* Contact */
#topContact {
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffefed;
}

h2.Contact-title {
  margin-bottom: 0;
  text-align: center;
}

p.Contact-read-text {
  padding-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

img.Contact-title-img {
  padding-top: 10px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}

p.Contact-text {
  padding-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

p.Contact-text2 {
  padding-top: 10px;
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
}

.contact-btn {
  margin-top: 40px;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
  width: 360px;
  height: 60px;
  line-height: 57px;
  text-align: center;
  text-decoration: none;
  color: #333;
  background: #fff;
  border: 2px solid #b4b4b4;
  box-shadow: 3px 3px #b4b4b4;
  transition: all .2s;
  font-size: 18px;
}

.contact-btn::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.contact-btn::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.contact-btn span::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.contact-btn span::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.contact-btn:hover {
  cursor: pointer;
  text-decoration: none;
  background: #ecf6f7;
  box-shadow: 1px 1px #b4b4b4;
}

#IconList2 a:before {
  display: block;
  content: "";
  position: absolute;
  top: 53%;
  left: 310px;
  width: 0;
  height: 0;
  margin-top: -8px;
  border: 6px solid transparent;
  /*top right bottom を透明化 */
  border-left: 8px solid #b4b4b4;
}

#IconList2 a:hover:before {
  left: 312px;
  /*マウスオーバーで三角をずらす */
}

/* Footer */
#topFooter {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cdcdcd;
}

p.Footer-text {
  font-size: 12px;
  margin-bottom: 0;
  text-align: center;
}

/* タブレット用スタイル */
@media only screen and (max-width:960px) {
  #topMain {
    margin-bottom: 130px;
  }

  img.topMain-logo {
    z-index: 2;
    width: 60%;
    margin-top: 180px;
  }

  p.topMain-text-s {
    top: 270px;
    z-index: 2;
    display: block;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.15rem;
    text-align: center;
  }

  p.topMain-read-text {
    top: 420px;
    z-index: 2;
    font-size: 16px;
    letter-spacing: 0.1rem;
    text-align: center;
  }
}

/* ここまでタブレット用スタイル */
/* スマホ用スタイル */
@media only screen and (max-width:500px) {
  body {
    font-size: 24px;
    line-height: 1.9;
    letter-spacing: .08rem;
  }

  #topMain {
    margin-bottom: 50px;
  }

  .topMain-contents {
    height: 470px;
    margin-bottom: 80px;
  }

  img.topMain-logo {
    z-index: 2;
    width: 50%;
    margin-top: 160px;
  }

  p.topMain-text-s {
    top: 210px;
    z-index: 2;
    display: block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.15rem;
    text-align: center;
  }

  p.topMain-read-text {
    top: 320px;
    z-index: 2;
    font-size: 14px;
    letter-spacing: 0.1rem;
    text-align: center;
  }

  .topService-flexAll {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .topService-flexAll-inner {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
  }

  img.Service-title-img {
    padding-top: 10px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
  }

  .topWorks-flexAll {
    display: block;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .topWorks-flexAll-inner {
    position: relative;
    width: auto;
    margin-bottom: 18px;
  }

  .topAbout-flexAll {
    display: block;
    flex-wrap: wrap;
  }

  .topAbout-flexAll-inner {
    position: relative;
    width: auto;
    margin-bottom: 18px;
  }
}

/* ここまでスマホ用スタイル */
/* works　下層ページ */
#WorksMV {
  margin-top: 80px;
  height: 220px;
  background-color: #ecf6f7;
  background-position: center;
  background-image: url(http://yukaasakawa.com/img/mv_bg.png);
  padding-top: 70px;
}

.Content_works-titlesub {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  font-family: 'Asap', sans-serif;
  margin: 60px 0 20px 0;
}

.Content_works-title {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin: 20px 0 70px 0;
}

.Content_works-title-boder {
  width: 30px;
  border-bottom: 1px solid #000000;
  display: block;
  margin: auto;
}

.Content_works-img {
  display: block;
  margin: auto;
  padding-bottom: 40px;
}

#works-index {
  margin: 80px 0;
}

#Content_works {
  padding-bottom: 60px;
  text-align: center;
}

.Content_works-img {
  margin: 0 0 40px 0;
  margin: 0 auto;
  display: block;
}

/* 戻るボタン */
.back_btn {
  margin-top: 60px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  width: 250px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #333;
  background: #fff;
  border: 1px solid #b4b4b4;
  transition: all .2s;
  font-size: 15px;
}

.back_btn::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.back_btn::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.back_btn span::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.back_btn span::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.back_btn:hover {
  cursor: pointer;
  text-decoration: none;
  background: #ffefed;
}

#back_btn a:before {
  display: block;
  content: "";
  position: absolute;
  top: 55%;
  left: 75px;
  width: 0;
  height: 0;
  margin-top: -6px;
  border: 4px solid transparent;
  /*top right bottom を透明化 */
  border-right: 6px solid #dba49c;
}

#back_btn a:hover:before {
  left: 73px;
  /*マウスオーバーで三角をずらす */
}

/* news　下層ページ */
.Content_news-title {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin: 20px 0 20px 0;
}

.Content_news-title-boder {
  width: 30px;
  border-bottom: 1px solid #000000;
  display: block;
  margin: auto;
}

.Content_news-bgG {
  background-color: #f8f8f8;
  width: 870px;
  height: auto;
  padding: 50px;
}

img.content-img {
  margin-top: 50px;
}

img.Content_works-img {
  margin-top: 50px;
}
