@charset "UTF-8";
/*----------------------------------------------------------
 *      Initialize
 *----------------------------------------------------------*/
html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 16px;
  min-width: 1080px;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 9px !important;
    min-width: 100%;
  }
}

body {
  background: #fff;
  color: #19253b;
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif !important;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 12px !important;
    min-width: 100%;
  }
}

p {
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

a {
  color: #b28378;
  text-decoration: none;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  a {
    transition: none;
  }
}
a:hover {
  color: #333;
  text-decoration: none;
}
a:focus {
  color: #333;
}

/*----------------------------------------------------------
 *      Common
 *----------------------------------------------------------*/
.contents--wrap {
  margin: 0 auto;
  min-width: 1080px;
  width: 1080px;
}
@media only screen and (max-width: 768px) {
  .contents--wrap {
    min-width: 100%;
    width: 100%;
  }
}

.tool__more {
  height: 55.95px;
  margin: 0 auto;
  width: 200.95px;
}
.tool__more a {
  background: url("../images/tool__more.svg") no-repeat;
  background-size: 200.95px 55.95px;
  display: block;
  height: 55.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 200.95px;
}
.tool__more a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .tool__more {
    height: 27.975px;
    width: 100.475px;
  }
  .tool__more a {
    background: url("../images/tool__more.svg") no-repeat;
    background-size: 100.475px 27.975px;
    display: block;
    height: 27.975px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 100.475px;
  }
  .tool__more a:hover {
    opacity: 0.6;
  }
}

.tool__more--2 {
  height: 57.29px;
  margin: 0 auto;
  width: 201.32px;
}
.tool__more--2 a {
  background: url("../images/tool__more--2.svg") no-repeat;
  background-size: 201.32px 57.29px;
  display: block;
  height: 57.29px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 201.32px;
}
.tool__more--2 a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .tool__more--2 {
    height: 28.645px;
    width: 100.66px;
  }
  .tool__more--2 a {
    background: url("../images/tool__more--2.svg") no-repeat;
    background-size: 100.66px 28.645px;
    display: block;
    height: 28.645px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 100.66px;
  }
  .tool__more--2 a:hover {
    opacity: 0.6;
  }
}

.tool__top {
  height: 36.92px;
  margin: 0 auto;
  width: 128.5px;
}
.tool__top a {
  background: url("../images/tool__top.svg") no-repeat;
  background-size: 128.5px 36.92px;
  display: block;
  height: 36.92px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 128.5px;
}
.tool__top a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .tool__top {
    height: 23.019px;
    width: 79.5335px;
  }
  .tool__top a {
    background: url("../images/tool__top.svg") no-repeat;
    background-size: 79.5335px 23.019px;
    display: block;
    height: 23.019px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 79.5335px;
  }
  .tool__top a:hover {
    opacity: 0.6;
  }
}

/*----------------------------------------------------------
 *      MOBILE MENU
 *----------------------------------------------------------*/
.spMenu__area--sp {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  transition: all 0.5s ease;
  width: 100%;
  z-index: 10;
}
.spMenu__area--sp .contents--wrap {
  background: rgba(15, 11, 33, 0.8);
  height: 100%;
  min-width: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}
.spMenu__area--sp a {
  color: #fff;
}

.spMenu__list {
  margin: 30px 20px 0 20px;
}
.spMenu__list li {
  border-bottom: 1px solid #fff;
  font-size: 1.18rem;
  font-weight: bold;
  height: 45px;
  margin: 0 0 0 0;
  padding: 0 9px 0 0;
  text-align: right;
}
.spMenu__list li a {
  display: block;
  height: 100%;
  line-height: 45px;
  width: 100%;
}
.spMenu__list li:nth-child(1) a {
  background: url("../images/sp__head__menu__title--1.svg") no-repeat 10px 18px;
  background-size: 40.85px 8.59px;
}
.spMenu__list li:nth-child(2) a {
  background: url("../images/sp__head__menu__title--2.svg") no-repeat 10px 18px;
  background-size: 49.8185px 8.59px;
}
.spMenu__list li:nth-child(3) a {
  background: url("../images/sp__head__menu__title--3.svg") no-repeat 10px 18px;
  background-size: 77.9575px 8.59px;
}
.spMenu__list li:nth-child(4) a {
  background: url("../images/sp__head__menu__title--4.svg") no-repeat 10px 18px;
  background-size: 32.3385px 8.59px;
}
.spMenu__list li:nth-child(5) a {
  background: url("../images/sp__head__menu__title--5.svg") no-repeat 10px 18px;
  background-size: 56.545px 8.59px;
}
.spMenu__list li:nth-child(6) a {
  background: url("../images/sp__head__menu__title--6.svg") no-repeat 10px 18px;
  background-size: 33.568px 8.59px;
}

/*----------------------------------------------------------
 *      Header
 *----------------------------------------------------------*/
header {
  background-color: rgba(255, 255, 255, 0.74);
  height: 50px;
  position: absolute;
  transition: all 0.5s;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  header {
    background-color: #19253b;
    height: 60px;
  }
}

.contents--wrap {
  position: relative;
}

.head__pc--wrap .head__title__box {
  background: #19253b;
  padding: 11px 13px 16px 13px;
  width: 135px;
}
.head__pc--wrap .head__title__box h1 {
  height: 53.2px;
  width: 108.1px;
}
.head__pc--wrap .head__title__box h1 a {
  background: url("../images/head__title.svg") no-repeat;
  background-size: 108.1px 53.2px;
  display: block;
  height: 53.2px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 108.1px;
}
.head__pc--wrap .head__title__box h1 a:hover {
  opacity: 0.6;
}

.head__pc--wrap .head__tool__count {
  background: #f33;
  border-radius: 20px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 7px 2px 7px;
  position: absolute;
  right: -11px;
  top: -4px;
}

.head__sp--wrap {
  padding: 7px 0 0 0;
  position: relative;
}
.head__sp--wrap h1 {
  height: 42.3405px;
  margin: 0 auto;
  width: 86.037px;
}
.head__sp--wrap h1 a {
  background: url("../images/head__title.svg") no-repeat;
  background-size: 86.037px 42.3405px;
  display: block;
  height: 42.3405px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 86.037px;
}
.head__sp--wrap h1 a:hover {
  opacity: 0.6;
}
.head__sp--wrap .head__menuBtn {
  height: 18.525px;
  left: 14px;
  position: absolute;
  top: 21px;
  width: 31.14px;
}
.head__sp--wrap .head__menuBtn a {
  background: url("../images/sp__head__menu.svg") no-repeat;
  background-size: 31.14px 18.525px;
  display: block;
  height: 18.525px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 31.14px;
}
.head__sp--wrap .head__menuBtn a:hover {
  opacity: 0.6;
}
.head__sp--wrap .head__menuBtn__close {
  height: 20.427px;
  left: 18px;
  position: absolute;
  top: 21px;
  width: 20.427px;
}
/*----------------------------------------------------------
 *      FOOTER
 *----------------------------------------------------------*/
footer {
  background: #19253b;
  padding: 26px 0 30px 0;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 40px 0 15px 0;
  }
}

.foot__logo {
  height: 84.7px;
  margin: 0 auto 33px auto;
  width: 166.8px;
}
.foot__logo a {
  background: url("../images/head__title.svg") no-repeat;
  background-size: 166.8px 84.7px;
  display: block;
  height: 84.7px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 166.8px;
}
.foot__logo a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .foot__logo {
    height: 56.885px;
    margin: 0 auto 29px auto;
    width: 111.965px;
  }
  .foot__logo a {
    background: url("../images/head__title.svg") no-repeat;
    background-size: 111.965px 56.885px;
    display: block;
    height: 56.885px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 111.965px;
  }
  .foot__logo a:hover {
    opacity: 0.6;
  }
}

.foot__tool--wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .foot__tool--wrap ul {
    margin: 0 0 18px 0;
  }
}

.foot__tool--wrap li {
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  .foot__tool--wrap li {
    margin: 0 8px;
  }
}

.foot__tool--wrap li:nth-child(1) {
  height: 27.95px;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(1) a {
  background: url("../images/foot__menu__instagram.svg") no-repeat;
  background-size: 27.95px 27.95px;
  display: block;
  height: 27.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(1) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .foot__tool--wrap li:nth-child(1) {
    height: 23.578px;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(1) a {
    background: url("../images/foot__menu__instagram.svg") no-repeat;
    background-size: 23.578px 23.578px;
    display: block;
    height: 23.578px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(1) a:hover {
    opacity: 0.6;
  }
}

.foot__tool--wrap li:nth-child(2) {
  height: 27.95px;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(2) a {
  background: url("../images/foot__menu__twitter.svg") no-repeat;
  background-size: 27.95px 27.95px;
  display: block;
  height: 27.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(2) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .foot__tool--wrap li:nth-child(2) {
    height: 23.578px;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(2) a {
    background: url("../images/foot__menu__twitter.svg") no-repeat;
    background-size: 23.578px 23.578px;
    display: block;
    height: 23.578px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(2) a:hover {
    opacity: 0.6;
  }
}

.foot__tool--wrap li:nth-child(3) {
  height: 27.95px;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(3) a {
  background: url("../images/foot__menu__facebook.svg") no-repeat;
  background-size: 27.95px 27.95px;
  display: block;
  height: 27.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 27.95px;
}
.foot__tool--wrap li:nth-child(3) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .foot__tool--wrap li:nth-child(3) {
    height: 23.578px;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(3) a {
    background: url("../images/foot__menu__facebook.svg") no-repeat;
    background-size: 23.578px 23.578px;
    display: block;
    height: 23.578px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 23.578px;
  }
  .foot__tool--wrap li:nth-child(3) a:hover {
    opacity: 0.6;
  }
}

.foot__comment {
  color: #fff;
  margin: 0 0 30px 0;
  text-align: center;
}

.foot__copyright {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
}

/*----------------------------------------------------------
 *      Path List
 *----------------------------------------------------------*/
.pathList__area ul {
  display: flex;
  flex-wrap: wrap;
  padding: 9px 0 15px 0;
}
@media only screen and (max-width: 768px) {
  .pathList__area ul {
    padding: 7px 9px 7px 9px;
  }
}

.pathList__area li {
  font-size: 0.75rem;
  margin: 0 0 0 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pathList__area li {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}

.pathList__area li:before {
  background: url("../images/tool__path__arrow.svg") no-repeat;
  background-size: 8.75px 9.14px;
  content: ">";
  display: block;
  display: block;
  height: 9.14px;
  left: -13px;
  overflow: hidden;
  position: absolute;
  text-indent: 101%;
  top: 4px;
  white-space: nowrap;
  width: 8.75px;
}

.pathList__area li:nth-child(1) {
  height: 15.77px;
  margin: 0 0 0 0;
  width: 15.86px;
}
.pathList__area li:nth-child(1) a {
  background: url("../images/tool__path__home.svg") no-repeat;
  background-size: 15.86px 15.77px;
  display: block;
  height: 15.77px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 15.86px;
}
.pathList__area li:nth-child(1) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .pathList__area li:nth-child(1) {
    height: 13.2715px;
    width: 13.352px;
  }
  .pathList__area li:nth-child(1) a {
    background: url("../images/tool__path__home.svg") no-repeat;
    background-size: 13.352px 13.2715px;
    display: block;
    height: 13.2715px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 13.352px;
  }
  .pathList__area li:nth-child(1) a:hover {
    opacity: 0.6;
  }
}

.pathList__area li:nth-child(1):before {
  display: none;
}

.pathList__area a {
  color: #19253b;
}

/*----------------------------------------------------------
  *      Foot Page Top
  *----------------------------------------------------------*/
.pageTop__area {
  padding: 20px 0 40px 0;
}
@media only screen and (max-width: 768px) {
  .pageTop__area {
    padding: 15px 0 25px 0;
  }
}

/*----------------------------------------------------------
 *      Foot Path List
 *----------------------------------------------------------*/
.foot__pathList__area {
  margin-bottom: -28px;
}
.foot__pathList__area ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .foot__pathList__area ul {
    padding: 0 9px 0 9px;
  }
}
.foot__pathList__area li {
  font-size: 0.75rem;
  margin: 0 0 0 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .foot__pathList__area li {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
.foot__pathList__area li:before {
  background: url("../images/tool__path__arrow--2.svg") no-repeat;
  background-size: 8.75px 9.14px;
  content: ">";
  display: block;
  display: block;
  height: 9.14px;
  left: -13px;
  overflow: hidden;
  position: absolute;
  text-indent: 101%;
  top: 4px;
  white-space: nowrap;
  width: 8.75px;
}
.foot__pathList__area li:nth-child(1) {
  height: 15.77px;
  margin: 0 0 0 0;
  width: 15.86px;
}
.foot__pathList__area li:nth-child(1) a {
  background: url("../images/tool__path__home--2.svg") no-repeat;
  background-size: 15.86px 15.77px;
  display: block;
  height: 15.77px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 15.86px;
}
.foot__pathList__area li:nth-child(1) a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .foot__pathList__area li:nth-child(1) {
    height: 13.2715px;
    width: 13.352px;
  }
  .foot__pathList__area li:nth-child(1) a {
    background: url("../images/tool__path__home--2.svg") no-repeat;
    background-size: 13.352px 13.2715px;
    display: block;
    height: 13.2715px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 13.352px;
  }
  .foot__pathList__area li:nth-child(1) a:hover {
    opacity: 0.6;
  }
}
.foot__pathList__area li:nth-child(1):before {
  display: none;
}
.foot__pathList__area a {
  color: #fff;
}

/*----------------------------------------------------------
 *      MainVisual
 *----------------------------------------------------------*/
.main__area {
  height: 580px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .main__area {
    height: auto;
    padding: 60px 0 0 0;
  }
}
.main__area .contents--wrap {
  min-width: 100%;
  width: 100%;
}

.main__mainVisual {
  background: url("../service/images/service__mainVisual.jpg") center
    center/cover;
  height: 580px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main__mainVisual {
    background: url("../service/images/service__mainVisual--sp.jpg") center
      center/cover;
    height: 290px;
  }
}

.main__title {
  background: url("../service/images/service__main__title.png") no-repeat;
  background-size: 201px 55.5px;
  bottom: 30px;
  display: block;
  height: 55.5px;
  overflow: hidden;
  position: absolute;
  right: calc(50% - 510px);
  text-indent: 101%;
  white-space: nowrap;
  width: 201px;
}
@media only screen and (max-width: 768px) {
  .main__title {
    background: url("../service/images/service__main__title.png") no-repeat;
    background-size: 100.5px 27.75px;
    bottom: 18px;
    display: block;
    height: 27.75px;
    overflow: hidden;
    right: 13px;
    text-indent: 101%;
    white-space: nowrap;
    width: 100.5px;
  }
}

/*----------------------------------------------------------
 *      Path List
 *----------------------------------------------------------*/
.pathList__area {
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 768px) {
  .pathList__area {
    margin: 0 0 7px 0;
  }
}

/*----------------------------------------------------------
  *      Service
  *----------------------------------------------------------*/
.serviceDetail__area {
  padding: 0 0 84px 0;
}
@media only screen and (max-width: 768px) {
  .serviceDetail__area {
    padding: 0 0 42px 0;
  }
}
.serviceDetail__area h1 {
  background: url("../service/images/service__team__title.png") no-repeat;
  background-size: 569.5px 41.5px;
  border-bottom: 1px solid #19253b;
  display: block;
  height: 41.5px;
  height: 60px;
  margin: 0 0 50px 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 569.5px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .serviceDetail__area h1 {
    background: url("../service/images/service__team__title.png") no-repeat;
    background-size: 284.75px 20.75px;
    display: block;
    height: 20.75px;
    height: 30px;
    margin: 0 9px 15px 9px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 284.75px;
    width: 100%;
  }
}

.serviceDetail__read {
  font-size: 0.9375rem;
  line-height: 1.75;
  margin: 0 0 43px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .serviceDetail__read {
    font-size: 1.125rem;
    margin: 0 9px 10px 9px;
  }
}

@media only screen and (max-width: 768px) {
  .serviceDetail__image img {
    width: 100%;
  }
}

.serviceDetail__more {
  height: 55.95px;
  margin: 36px auto 0 auto;
  width: 200.95px;
}
.serviceDetail__more a {
  background: url("../images/tool__more--3.svg") no-repeat;
  background-size: 200.95px 55.95px;
  display: block;
  height: 55.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 200.95px;
}
.serviceDetail__more a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .serviceDetail__more {
    height: 27.975px;
    margin: 18px auto 0 auto;
    width: 100.475px;
  }
  .serviceDetail__more a {
    background: url("../images/tool__more--3.svg") no-repeat;
    background-size: 100.475px 27.975px;
    display: block;
    height: 27.975px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 100.475px;
  }
  .serviceDetail__more a:hover {
    opacity: 0.6;
  }
}

/*----------------------------------------------------------
  *      Service Direction
  *----------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .-direction {
    padding: 0 0 70px 0;
  }
}

.-direction h1 {
  background: url("../service/images/service__direction__title.png") no-repeat;
  background-size: 527px 41.5px;
  display: block;
  height: 41.5px;
  height: 60px;
  margin: 0 0 30px 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 527px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .-direction h1 {
    background: url("../service/images/service__direction__title.png") no-repeat;
    background-size: 263.5px 20.75px;
    display: block;
    height: 20.75px;
    height: 30px;
    margin: 0 9px 15px 9px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 263.5px;
    width: 100%;
  }
}

.-direction .serviceDetail__read {
  margin: 43px auto 63px auto;
  width: 800px;
}
@media only screen and (max-width: 768px) {
  .-direction .serviceDetail__read {
    font-size: 1.125rem;
    margin: 18px 9px 10px 9px;
    width: calc(100% - 18px);
  }
}

/*----------------------------------------------------------
  *      Service event
  *----------------------------------------------------------*/
.-event {
  padding: 0 0 70px 0;
}
@media only screen and (max-width: 768px) {
  .-event {
    padding: 0 0 45px 0;
  }
}
.-event h1 {
  background: url("../service/images/service__event__title.png") no-repeat;
  background-size: 453px 40.5px;
  display: block;
  height: 40.5px;
  height: 60px;
  margin: 0 0 30px 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 453px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .-event h1 {
    background: url("../service/images/service__event__title.png") no-repeat;
    background-size: 226.5px 20.25px;
    display: block;
    height: 20.25px;
    height: 30px;
    margin: 0 9px 15px 9px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 226.5px;
    width: 100%;
  }
}
.-event .serviceDetail__read {
  margin: 43px auto 63px auto;
  width: 800px;
}
@media only screen and (max-width: 768px) {
  .-event .serviceDetail__read {
    font-size: 1.125rem;
    margin: 18px 9px 10px 9px;
    width: calc(100% - 18px);
  }
}

/*----------------------------------------------------------
  *      Service shop
  *----------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .-shop {
    padding: 0 0 22px 0;
  }
}

.-shop h1 {
  background: url("../service/images/service__shop__title.png") no-repeat;
  background-size: 448px 41.5px;
  display: block;
  height: 41.5px;
  height: 60px;
  margin: 0 0 30px 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 448px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .-shop h1 {
    background: url("../service/images/service__shop__title.png") no-repeat;
    background-size: 224px 20.75px;
    display: block;
    height: 20.75px;
    height: 30px;
    margin: 0 9px 15px 9px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 224px;
    width: 100%;
  }
}

.-shop .serviceDetail__read {
  margin: 43px auto 63px auto;
  width: 800px;
}

.-shop .serviceDetail__more {
  height: 55.95px;
  margin: 63px auto 0 auto;
  width: 200.95px;
}
.-shop .serviceDetail__more a {
  background: url("../images/tool__more--4.svg") no-repeat;
  background-size: 200.95px 55.95px;
  display: block;
  height: 55.95px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 200.95px;
}
.-shop .serviceDetail__more a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  .-shop .serviceDetail__more {
    height: 27.975px;
    margin: 20px auto 0 auto;
    width: 100.475px;
  }
  .-shop .serviceDetail__more a {
    background: url("../images/tool__more--4.svg") no-repeat;
    background-size: 100.475px 27.975px;
    display: block;
    height: 27.975px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 100.475px;
  }
  .-shop .serviceDetail__more a:hover {
    opacity: 0.6;
  }
}

/*----------------------------------------------------------
  *      Foot Nav
  *----------------------------------------------------------*/
.footNav__area {
  padding-bottom: 60px;
}

.footNav--wrap {
  display: flex;
  flex-wrap: wrap;
}
.footNav--wrap li:nth-child(1) {
  height: 165px;
  width: 270px;
}
.footNav--wrap li:nth-child(1) a {
  background: url("../service/images/about__footBtn__about.jpg") no-repeat;
  background-size: 270px 165px;
  display: block;
  height: 165px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 270px;
}
.footNav--wrap li:nth-child(1) a:hover {
  opacity: 0.6;
}
.footNav--wrap li:nth-child(2) {
  height: 165px;
  width: 270px;
}
.footNav--wrap li:nth-child(2) a {
  background: url("../service/images/about__footBtn__service.jpg") no-repeat;
  background-size: 270px 165px;
  display: block;
  height: 165px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 270px;
}
.footNav--wrap li:nth-child(2) a:hover {
  opacity: 0.6;
}
.footNav--wrap li:nth-child(3) {
  height: 165px;
  width: 270px;
}
.footNav--wrap li:nth-child(3) a {
  background: url("../service/images/about__footBtn__shop.jpg") no-repeat;
  background-size: 270px 165px;
  display: block;
  height: 165px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 270px;
}
.footNav--wrap li:nth-child(3) a:hover {
  opacity: 0.6;
}
.footNav--wrap li:nth-child(4) {
  height: 165px;
  width: 270px;
}
.footNav--wrap li:nth-child(4) a {
  background: url("../service/images/about__footBtn__team.jpg") no-repeat;
  background-size: 270px 165px;
  display: block;
  height: 165px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 270px;
}
.footNav--wrap li:nth-child(4) a:hover {
  opacity: 0.6;
}
