/* -------------------------
reset
------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
a:focus,
a:hover {
  color: #5a5a5a;
  text-decoration: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* -------------------------
layout
------------------------- */
/* -------------------------
component
------------------------- */
.c-heading-level2,
.c-heading-level3,
.c-heading-level4,
.c-heading-level5 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

.c-heading-level2 {
  margin-bottom: 15px;
  line-height: 1.5;
}

.c-heading-level3 {
  margin-bottom: 25px;
  line-height: 1.6;
}

.c-heading-level4 {
  margin-top: 0;
  margin-bottom: -5px;
  line-height: 1.7;
}

.-underline {
  padding-bottom: 5px;
  background: url("../img/dpoint-underline-wave.svg") left bottom repeat-x;
  background-size: 170px;
}

.c-service {
  margin-top: 30px;
}
.c-service__title {
  display: inline-block;
  padding: 0.3em 2em;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 700;
  color: #005aae;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #f5f6f6;
  border: 1px solid #005aae;
}
.c-service__title.-red {
  color: #cf0f31;
  background-color: #fff8f3;
  border: 1px solid #d0121b;
}
.c-service__text {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6428571429;
  letter-spacing: 0.1em;
}
.c-service__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4px;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.c-service__flex-1 {
  width: 42%;
}
.c-service__flex-2 {
  width: 58%;
}
.c-service__flex strong {
  font-size: 1.7rem;
  font-weight: 800;
}
.c-service__flex .-caution {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.c-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 27px;
  font-size: 1rem;
}
.c-about__btn {
  width: 49%;
  text-align: center;
}
.c-about__link {
  position: relative;
  display: block;
  padding: 0.75em 0;
  line-height: 1.5;
  vertical-align: middle;
  background-color: #e5f2f9;
  border: 1px solid #787878;
  border-radius: 30px;
}
.c-about__link::before, .c-about__link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  content: "";
}
.c-about__link::before {
  right: 10px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #787878;
  border-radius: 50%;
}
.c-about__link::after {
  right: 16px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* -------------------------
project
------------------------- */
.p-mv__image {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.p-mv__caution {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.1em;
}

.p-shop {
  margin-top: 20px;
  font-size: 1.2rem;
}
.p-shop__title {
  padding: 0.55em 1em;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #005aae;
}
.p-shop__list {
  border-top: 1px solid #5a5a5a;
}
.p-shop__item {
  position: relative;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #5a5a5a;
}
.p-shop__item > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em 1em;
}
.p-shop__item > a::before,
.p-shop__item > a::after {
  position: absolute;
  top: calc(50% - 0.5px);
  right: 1.5em;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #000;
  border-radius: 9999px;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
  transform-origin: calc(100% - 0.5px) 50%;
}
.p-shop__item > a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-shop__item > a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-heading__comment {
  margin: 32px 0 0 8px;
}
.p-heading__comment > img {
  width: 85px;
}

.p-present__list {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

/* -------------------------
accordion
------------------------- */
.c-accordion {
  margin-top: 35px;
}

.toggle {
  display: none;
}

.c-label {
  position: relative;
  display: block;
  padding: 1.2em 1.5em;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  background-color: #e5f2f9;
  border-top: 1px solid #787878;
  border-bottom: 1px solid #787878;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-label::before, .c-label::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  content: "";
}
.c-label::before {
  right: 29px;
  width: 21px;
  height: 21px;
  background-color: #fff;
  border: 1px solid #787878;
  border-radius: 50%;
}
.c-label::after {
  top: -3px;
  right: 36px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c-label.-narrow {
  padding: 0.6em 1.5em;
}

.c-accordion__content {
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  font-size: 1.4rem;
  background-color: #f5f6f6;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-accordion__content-title {
  margin-top: 20px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.c-accordion__content-desc {
  margin-top: -12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.c-accordion__content-desc.-mt-narrow {
  margin-top: -5px;
}

.toggle:checked + .c-label + .c-accordion__content {
  height: auto;
  padding: 25px 20px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle:checked + .c-label::after {
  top: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* -------------------------
utility
------------------------- */
.u-color-blue {
  color: #005aae;
}

.u-color-red {
  color: #cf0f31;
}

.u-title-width {
  width: 165px;
  padding-right: 0;
  padding-left: 0;
}

.-mt-10 {
  margin-top: 10px;
}
.-mt-20 {
  margin-top: 20px;
}
/*# sourceMappingURL=style.css.map */
