@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Zen+Old+Mincho&display=swap");
@font-face {
  font-family: "FandS_Gothic";
  src: url("../fonts/FandS_Gothic.eot?lt0hbo");
  src: url("../fonts/FandS_Gothic.eot?lt0hbo#iefix") format("embedded-opentype"), url("../fonts/FandS_Gothic.ttf?lt0hbo") format("truetype"), url("../fonts/FandS_Gothic.woff?lt0hbo") format("woff"), url("../fonts/FandS_Gothic.svg?lt0hbo#FandS_Gothic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*===========================================
    reset
===========================================*/
html {
  overflow-y: auto;
}

body {
  position: relative;
  width: 100%;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
}

html, body, header, nav, footer, main, aside, section, article, nav, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, caption, mark, dl, dt, dd, ol, ul, li, fieldset, label, legend, option, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 100%;
  font-style: normal;
  vertical-align: top;
  text-align: left;
}

dl, dt, dd, ol, ul, li {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  *border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  border: none;
  text-align: left;
  vertical-align: top;
}

q, blockquote {
  quotes: none;
}

iframe {
  display: block;
  width: 100%;
  overflow: hidden;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  border: none;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  outline: none;
  cursor: pointer;
}

a:active, a:focus {
  outline: none;
}

sup {
  position: relative;
  bottom: 0.7em;
  font-size: 71.5%;
  vertical-align: baseline;
}

sub {
  position: relative;
  top: 0.1em;
  font-size: 71.5%;
  vertical-align: baseline;
}

abbr, acronym {
  border-bottom: dotted 1px #ccc;
  cursor: help;
}

hr {
  display: none;
}

input[type=submit], input[type=reset], input[type=button], button, select {
  cursor: pointer;
}

/*===========================================
    base
===========================================*/
html {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 14px;
}

.sp_ele {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
  .sp_ele {
    display: block;
  }
}
body {
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
  color: #444;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

body * {
  text-align: justify;
  text-justify: inter-ideograph;
}

body p:last-child {
  margin-bottom: 0;
}

body a {
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  backface-visibility: hidden;
  color: #000;
  opacity: 1;
}

body a:hover {
  text-decoration: none;
  opacity: 0.6;
}

body a:focus {
  text-decoration: none;
}

body a:active {
  text-decoration: none;
}

body b {
  font-weight: bold;
}

body em {
  font-weight: bold;
}

body strong {
  font-weight: bold;
}

body mark {
  background-color: rgba(102, 102, 102, 0.2);
}

body s {
  text-decoration: line-through;
}

body del {
  text-decoration: line-through;
}

body small {
  font-size: 0.8em;
  color: #5e5e5e;
}

::-moz-selection {
  background: rgba(102, 102, 102, 0.2);
}

::selection {
  background: rgba(102, 102, 102, 0.2);
}

.js-acrollAnimation {
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease;
  backface-visibility: hidden;
  transform: translateY(80px);
  opacity: 0;
}

.js-acrollAnimation.is-animation {
  transform: translateY(0);
  opacity: 1;
}

/*===========================================
    animate
===========================================*/
.is-animated {
  animation-duration: 0.5s;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
}

.is-animated.fx-infinite {
  animation-iteration-count: infinite;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideInAnime {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes labelInLabel {
  0% {
    left: -199.5%;
    height: 100%;
  }
  100% {
    left: 100%;
    height: 100%;
  }
}
.blur {
  filter: blur(12px);
  opacity: 0;
}

.blur.show {
  filter: blur(0);
  opacity: 1;
  transition: filter cubic-bezier(0.215, 0.61, 0.355, 1) 1s, opacity cubic-bezier(0.39, 0.575, 0.565, 1) 1s, transform cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.show {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.6s;
  animation-direction: normal;
}

.slideInAnime {
  opacity: 0;
}

.slideInAnime.show {
  animation-name: slideInAnime;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-delay: 0s;
  animation-direction: normal;
}

/*===========================================
    p-
===========================================*/
.p-header img,
.p-main img,
.p-footer img {
  max-width: 100%;
  height: auto;
}

.p-contents {
  padding-top: 3em;
}

@media screen and (min-width: 769px), print {
  .p-header {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-header {
    height: 48px;
  }
}
/*===========================================
    header
===========================================*/
.header__inner {
  padding: 20px 50px;
}
.header__logo {
  display: flex;
  align-items: center;
  font-size: 0.6em;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 12;
}
.header__logo-img {
  width: 19px;
}
.header__logo-txt {
  font-family: "FandS_Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
  font-size: 0.9rem;
  font-weight: 600;
  margin-left: 0.7em;
}
.header__navigation {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-main {
    padding-top: 48px;
  }
  .p-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    z-index: 1000;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2vw 4vw;
  }
  .header__navigation {
    display: block;
  }
  .header__navigation .navigation__menu {
    height: 100%;
  }
  .header__navigation .navigation__menu .open .menu__button-icon .icon__border:nth-of-type(1) {
    transform: rotate(-45deg);
    transform-origin: center center;
    margin: auto;
  }
  .header__navigation .navigation__menu .open .menu__button-icon .icon__border:nth-of-type(2) {
    left: 100%;
    opacity: 0;
  }
  .header__navigation .navigation__menu .open .menu__button-icon .icon__border:nth-of-type(3) {
    width: 50%;
    transform: rotate(45deg);
    transform-origin: center center;
    margin: auto;
  }
  .header__navigation .navigation__menu .menu__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.5vw;
    height: 12.5vw;
    font-size: 1.5rem;
    position: relative;
    z-index: 1001;
    background-color: #000;
    border-radius: 50%;
  }
  .header__navigation .navigation__menu .menu__button-icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .header__navigation .navigation__menu .menu__button-icon .icon__border {
    position: absolute;
    top: 50%;
    left: 25%;
    width: 50%;
    height: 1px;
    background: #fff;
    transition: all 0.3s ease;
  }
  .header__navigation .navigation__menu .menu__button-icon .icon__border:nth-of-type(1) {
    margin-top: -17%;
  }
  .header__navigation .navigation__menu .menu__button-icon .icon__border:nth-of-type(2) {
    width: 40%;
  }
  .header__navigation .navigation__menu .menu__button-icon .icon__border:nth-of-type(3) {
    width: 30%;
    margin-top: 17%;
  }
  .header__navigation .navigation__menu .menu__content {
    width: 100vw;
    height: 100vh;
    background: #fff;
    opacity: 1;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all 0.7s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    filter: blur(5px);
  }
  .header__navigation .navigation__menu .menu__content.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    filter: blur(0);
  }
  .header__navigation .navigation__menu .menu__content .content__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: auto;
  }
  .header__navigation .navigation__menu .menu__content .content__list {
    text-align: center;
    margin: auto;
  }
  .header__navigation .navigation__menu .menu__content .content__list .list__item {
    text-align: center;
  }
  .header__navigation .navigation__menu .menu__content .content__list .list__item a {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0.7em;
  }
}
/*===========================================
    mainVisual
===========================================*/
.p-mainVisual {
  position: relative;
}

.mainVisual__inner {
  margin-left: 7%;
  position: relative;
  z-index: 2;
}
.mainVisual-bg {
  display: block;
  width: 100%;
  height: 53%;
  background: #F8F8F8;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  position: absolute;
  bottom: 2vw;
  left: 0;
  z-index: 1;
}
.mainVisual__title {
  width: 90%;
  margin-bottom: -1.3em;
  position: relative;
  z-index: 2;
}
.mainVisual__block {
  display: grid;
  grid-template-areas: "areaA areaC" "areaA areaC" "areaB areaD" "areaE areaE";
  position: relative;
}
.mainVisual__image {
  grid-area: areaC;
  text-align: right;
  padding-left: 4%;
}
.mainVisual__image img {
  width: 100%;
}
.mainVisual__catch {
  grid-area: areaA;
  position: absolute;
  top: 4%;
  left: 0;
  overflow: hidden;
}
.mainVisual__catch-in {
  font-size: clamp(15px, 2.2vw, 30px);
  line-height: 1.5;
  font-weight: 900;
  white-space: nowrap;
  background: linear-gradient(transparent 0%, #ffffff 0%);
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0.1em;
}
.mainVisual__catch-in::after {
  content: "";
  display: block;
  position: absolute;
  left: -198%;
  top: 0;
  width: 200%;
  height: 0;
  background: #fff;
  z-index: 5;
  animation-fill-mode: forwards;
  animation-name: labelInLabel;
  animation-duration: 1.2s;
  animation-delay: 0.5s;
}
.mainVisual__text {
  grid-area: areaA;
  padding-top: clamp(100px, 44%, 135px);
}
.mainVisual__list .list__item {
  margin-top: 10px;
}
.mainVisual__list .list__circle {
  width: clamp(180px, 80%, 400px);
  height: clamp(48px, 5vw, 60px);
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  line-height: clamp(48px, 5vw, 60px);
  background: #fff;
  border: 2px solid #000;
  border-radius: 30px;
}
.mainVisual__message {
  width: clamp(180px, 80%, 400px);
  font-size: clamp(11px, 1vw, 0.9rem);
  font-weight: 700;
  text-align: center;
  padding: 0.3em;
  border: 2px solid #000;
  margin-top: 10px;
}
.mainVisual__privacy {
  margin-top: 5px;
}
.mainVisual__price {
  grid-area: areaD;
  display: flex;
  align-items: center;
  margin: -1.5em 0 0 2em;
  position: relative;
  z-index: 2;
}
.mainVisual__price .price__text {
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 1.5em;
}
.mainVisual__price .price__circle-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background: #000;
  border-radius: 50%;
}
.mainVisual__price .price__circle-btnin {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
}
.mainVisual__contact {
  grid-area: areaE;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .mainVisual__inner {
    margin: auto;
    padding-bottom: 7vw;
  }
  .mainVisual__title {
    margin: 0.5em auto -1em;
  }
  .mainVisual__block {
    display: block;
  }
  .mainVisual__catch {
    top: 41vw;
    left: 4vw;
  }
  .mainVisual__image {
    padding: 0;
  }
  .mainVisual__text {
    padding: 10px 0;
  }
  .mainVisual__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 85%;
    margin: auto;
  }
  .mainVisual__list .list__item {
    width: 48%;
  }
  .mainVisual__list .list__circle {
    width: 100%;
  }
  .mainVisual__message {
    margin: 10px auto;
  }
  .mainVisual__privacy {
    margin: 5px auto;
    text-align: center;
  }
  .mainVisual__price {
    width: 90%;
    margin: auto;
  }
  .mainVisual__price .price__text {
    margin-right: 1em;
  }
  .mainVisual__price .price__circle-btn {
    width: 20vw;
    height: 20vw;
  }
  .mainVisual-bg {
    height: 30vw;
    bottom: 0vw;
  }
}
/*===========================================
    contents
===========================================*/
.contents__nav {
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: -300px;
  position: sticky;
  top: 0;
  left: 3%;
  transform: translateY(60%);
  z-index: 99;
}
.contents__nav .nav__list {
  border-left: 3px solid #000;
  padding: 0 1em;
}
.contents__nav .nav__list .list__item + .list__item {
  margin-top: 0.5em;
}
.contents__nav .nav__list .list__item a {
  font-size: 0.9rem;
  font-weight: 700;
}
.contents__inner {
  padding: 20px 0;
}
.contents__title {
  font-family: "Open Sans", serif;
  display: flex;
  align-items: center;
  margin: 0 3%;
}
.contents__title-img {
  width: 25px;
}
.contents__title-img img {
  display: block;
}
.contents__title-fs, .contents__title-txt {
  font-weight: 700;
  margin-left: 0.7em;
}
.contents__title-fs {
  font-family: "FandS_Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}
.contents__subtitle {
  font-size: 0.8rem;
  font-weight: 700;
  margin: 0.5em 3% 0;
}
.contents__contact {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.contents__contact-btn {
  display: block;
  width: 23%;
  height: 60px;
  line-height: 60px;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.3em;
  background: #000;
  border-radius: 30px;
}
.contents__lead {
  padding-top: 2em;
}
.contents__lead-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(20px, 2.7vw, 31px);
  line-height: 1.5;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .contents__nav {
    display: none;
  }
  .contents__contact-btn {
    width: 60%;
  }
  .contents__lead-ttl {
    font-size: 1.65rem;
    text-align: left;
  }
}
/*===========================================
    design
===========================================*/
.p-design {
  position: relative;
}

.design__inner {
  position: relative;
  z-index: 2;
}
.design-bg {
  display: block;
  width: 88vw;
  height: 59%;
  background: #F8F8F8;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.design__content {
  display: flex;
  margin: 0 7%;
  padding: 0 0 4%;
}
.design__lead {
  margin: 0 0 0 auto;
}
.design__lead-txt {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 2em;
}
.design__lead-close {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .design-bg {
    top: 20%;
    height: 27vw;
    bottom: initial;
  }
  .design__content {
    margin: 2em 4vw 0;
  }
  .design__lead {
    margin: 0;
  }
  .design__lead-close {
    font-size: 1.3rem;
  }
}
/*===========================================
    service
===========================================*/
.service__lead {
  margin: 0 7%;
}
.service__image01 {
  position: absolute;
  top: 0;
  right: 0;
}
.service__image02 {
  position: absolute;
  top: 50%;
  left: 0;
}
.service__image03 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.service__list li:nth-of-type(1) .service__text-ttl::after {
  background: url(../images/service_no_01.svg) no-repeat center center/contain;
}
.service__list li:nth-of-type(2) .service__text-ttl::after {
  background: url(../images/service_no_02.svg) no-repeat center center/contain;
}
.service__list li:nth-of-type(3) .service__text-ttl::after {
  background: url(../images/service_no_03.svg) no-repeat center center/contain;
}
.service__list li:nth-of-type(4) .service__text-ttl::after {
  background: url(../images/service_no_04.svg) no-repeat center center/contain;
}
.service__list li:nth-of-type(5) .service__text-ttl::after {
  background: url(../images/service_no_05.svg) no-repeat center center/contain;
}
.service__list li:nth-of-type(6) .service__text-ttl::after {
  background: url(../images/service_no_06.svg) no-repeat center center/contain;
}
.service__list .list__item01, .service__list .list__item02, .service__list .list__item03, .service__list .list__item04, .service__list .list__item05, .service__list .list__item06 {
  display: flex;
  justify-content: space-between;
}
.service__list .list__item01::after, .service__list .list__item02::after, .service__list .list__item03::after, .service__list .list__item04::after, .service__list .list__item05::after, .service__list .list__item06::after {
  content: "";
  width: 31vw;
  height: 18vw;
}
.service__list .list__item01, .service__list .list__item02 {
  margin-left: 7%;
}
.service__list .list__item01 .service__text, .service__list .list__item02 .service__text {
  margin-right: 7%;
}
.service__list .list__item03, .service__list .list__item04 {
  margin-right: 7%;
}
.service__list .list__item03 .service__text, .service__list .list__item04 .service__text {
  margin-left: 7%;
  order: 2;
}
.service__list .list__item05, .service__list .list__item06 {
  margin-left: 7%;
}
.service__list .list__item05 .service__text, .service__list .list__item06 .service__text {
  margin-right: 7%;
}
.service__list .list__item01 {
  align-items: flex-end;
}
.service__list .list__item01::after {
  background: url(../images/service_img_01.jpg) no-repeat center center/cover;
}
.service__list .list__item02 {
  align-items: flex-start;
}
.service__list .list__item02::after {
  background: url(../images/service_img_02.jpg) no-repeat center center/cover;
}
.service__list .list__item03 {
  align-items: flex-end;
}
.service__list .list__item03::after {
  background: url(../images/service_img_03.jpg) no-repeat center center/cover;
}
.service__list .list__item04 {
  align-items: flex-start;
}
.service__list .list__item04::after {
  background: url(../images/service_img_04.jpg) no-repeat center center/cover;
}
.service__list::after {
  content: "";
  display: block;
  width: 31vw;
  height: 18vw;
  background: url(../images/service_img_05.jpg) no-repeat center center/cover;
  position: absolute;
  right: 0;
  bottom: 2vw;
}
.service__no {
  position: relative;
}
.service__text {
  width: 60vw;
  margin: auto 0;
}
.service__text-ttl {
  display: flex;
  align-items: flex-end;
  font-family: "Zen Old Mincho", serif;
  font-size: clamp(12px, 1.83vw, 26px);
  font-weight: 600;
}
.service__text-ttl::after {
  content: "";
  width: 5em;
  height: 5em;
}
.service__text-txt {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .service__lead {
    margin: 0 4vw;
  }
  .service__list {
    margin-top: 2em;
    padding-top: 29vw;
  }
  .service__list .list__item01, .service__list .list__item02, .service__list .list__item03, .service__list .list__item04, .service__list .list__item05, .service__list .list__item06 {
    display: block;
    margin-top: 2em;
  }
  .service__list .list__item01, .service__list .list__item02 {
    margin: 2em 4vw;
  }
  .service__list .list__item01 .service__text, .service__list .list__item02 .service__text {
    margin: 0;
  }
  .service__list .list__item03, .service__list .list__item04 {
    margin: 0;
  }
  .service__list .list__item03 .service__text, .service__list .list__item04 .service__text {
    margin: 0;
  }
  .service__list .list__item05, .service__list .list__item06 {
    margin: 2em 4vw;
  }
  .service__list .list__item05 .service__text, .service__list .list__item06 .service__text {
    margin: 0;
  }
  .service__list .list__item01::after {
    width: 50vw;
    height: 29vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .service__list .list__item02::after {
    width: 50vw;
    height: 29vw;
    position: absolute;
    top: 0;
    right: 0;
  }
  .service__list .list__item03 {
    position: relative;
    padding-bottom: 29vw;
    margin-top: 2em;
  }
  .service__list .list__item03::after {
    width: 50vw;
    height: 29vw;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .service__list .list__item03 .service__text {
    padding: 0 4vw 2em;
  }
  .service__list .list__item04 {
    position: relative;
  }
  .service__list .list__item04::after {
    width: 50vw;
    height: 29vw;
    margin-top: -29vw;
    position: absolute;
    right: 0;
    top: 0;
  }
  .service__list .list__item04 .service__text {
    padding: 2em 4vw 0;
  }
  .service__list::after {
    display: none;
  }
  .service__text {
    width: 100%;
  }
  .service__text-ttl {
    font-size: clamp(16px, 4.4vw, 22px);
    line-height: 1.5;
  }
  .service__text-ttl::after {
    width: 2em;
    height: 3em;
    padding-left: 1em;
  }
}
/*===========================================
    works
===========================================*/
.works__content .swiper-button-next,
.works__content .swiper-button-prev {
  color: #000;
}
.works__lead {
  margin: 0 7%;
}
.works__lead-ttl {
  text-align: center;
}
.works__list {
  margin-top: 3em;
}
.works__list .list__item {
  padding: 4vw 4vw;
  border-left: 1px solid #000;
}
.works__title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1.5em;
}
.works__sub {
  font-size: 1rem;
  font-weight: 600;
}
.works__text {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .works__lead {
    margin: 0 4vw;
  }
  .works__lead-ttl {
    text-align: left;
  }
}
/*===========================================
    branding
===========================================*/
.branding__content {
  position: relative;
}
.branding__lead {
  margin: 0 7%;
}
.branding__image {
  position: relative;
}
.branding__image-img {
  width: 90%;
  margin: 3em auto;
  padding: 6% 7%;
  position: relative;
  z-index: 2;
}
.branding__image-bg {
  display: block;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.branding__text {
  margin: 0 7%;
}
.branding__text-txt {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
  font-weight: 600;
}
.branding__nav {
  width: 20%;
  position: absolute;
  top: 0;
  right: 7%;
  z-index: 2;
}
.branding__nav .nav__list {
  border-left: 3px solid #000;
  padding: 0 1em;
  margin-top: 3em;
}
.branding__nav .nav__list .list__item + .list__item {
  margin-top: 0.5em;
}
.branding__nav .nav__list .list__item a {
  font-size: 0.9rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .branding__lead {
    margin: 0 4vw;
  }
  .branding__image-img {
    padding: 6% 4vw 6%;
  }
  .branding__text {
    margin: 0 4vw;
  }
  .branding__nav {
    display: none;
  }
}
/*===========================================
    process
===========================================*/
.process__lead {
  margin: 0 7%;
}
.process__lead-ttl {
  text-align: center;
}
.process__flow {
  margin: 3em auto;
  padding: 4% 7%;
  position: relative;
}
.process__flow .flow__list, .process__flow .flow__circle {
  position: relative;
  z-index: 2;
}
.process__flow .flow__list {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.process__flow .flow__list .list__item {
  position: relative;
}
.process__flow .flow__list .list__item + .list__item::before {
  content: "";
  display: block;
  width: 3vw;
  height: 2vw;
  background: url(../images/arrow_01.svg) no-repeat center center/contain;
  position: absolute;
  top: 4vw;
  left: -5vw;
}
.process__flow .flow__text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  background: #434343;
  border-radius: 6%;
}
.process__flow .flow__text span {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
.process__flow .flow__arrow {
  width: 17%;
  text-align: center;
  margin: 12% auto;
}
.process__flow .flow__circle {
  width: 70%;
  height: 66px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  background: #000;
  margin: auto;
  border-radius: 33px;
}
.process__flow .flow-bg {
  display: block;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.process__text {
  margin: 0 7%;
}
.process__text-txt {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.7;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .process__lead {
    margin: 0 4vw;
  }
  .process__lead-ttl {
    text-align: left;
  }
  .process__flow {
    display: flex;
    justify-content: space-between;
    padding: 8%;
  }
  .process__flow .flow__list {
    display: block;
  }
  .process__flow .flow__list .list__item {
    display: flex;
    align-items: center;
  }
  .process__flow .flow__list .list__item + .list__item {
    margin-top: 12vw;
  }
  .process__flow .flow__list .list__item + .list__item::before {
    width: 7vw;
    height: 3.5vw;
    top: -8vw;
    left: 14vw;
    transform: rotate(90deg);
  }
  .process__flow .flow__text {
    width: 35vw;
    height: 15vw;
  }
  .process__flow .flow__arrow {
    width: 6vw;
    transform: rotate(270deg);
    margin: auto;
  }
  .process__flow .flow__circle {
    width: auto;
    height: auto;
    padding: 7vw;
    line-height: 1.5;
    text-align: left;
    writing-mode: vertical-rl;
    text-orientation: upright;
    border-radius: 1em;
  }
  .process__text {
    margin: 0 4vw;
  }
  .process__text-txt {
    text-align: left;
  }
}
/*===========================================
    price
===========================================*/
.price__lead {
  margin: 0 7%;
}
.price__lead-ttl {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
.price__lead-bttl {
  display: inline-block;
  font-size: 4.4rem;
  line-height: 1.3;
  padding: 0 0.1em;
}
.price__table {
  margin: 3em auto;
  padding: 4% 7%;
  position: relative;
}
.price__table-cnt {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.price__table-bg {
  display: block;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.price__table .table__item + .table__item {
  margin-top: 1.8vw;
}
.price__table .table__dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5% 4%;
  background: #fff;
  border: 2px solid #000;
}
.price__table .table__dt {
  width: 25%;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  padding-right: 3%;
}
.price__table .table__dd {
  width: 75%;
  border-left: 2px solid #000;
  padding-left: 3%;
}
.price__table .table__dd-inf {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price__table .table__dd-inf + .table__dd-inf {
  margin-top: 1em;
}
.price__table .table__text-ttl {
  font-size: 1.1rem;
  font-weight: 600;
}
.price__table .table__text-txt {
  font-size: 1rem;
  font-weight: 600;
  font-weight: 600;
}
.price__table .table__price {
  font-size: 1.1rem;
  font-weight: 600;
}
.price__table .table__plus {
  width: 3vw;
  margin: -0.5em 0 -0.5em 9vw;
}

@media screen and (max-width: 768px) {
  .price__lead {
    margin: 0 4vw;
  }
  .price__lead-ttl {
    display: block;
    text-align: left;
  }
  .price__lead-bttl {
    font-size: 3.4rem;
    vertical-align: bottom;
  }
  .price__table {
    padding: 4% 4vw;
  }
  .price__table-cnt {
    width: 100%;
  }
  .price__table .table__dd-inf {
    display: block;
  }
  .price__table .table__text-ttl {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .price__table .table__text-txt {
    line-height: 1.4;
  }
  .price__table .table__price {
    font-size: 1.3rem;
  }
  .price__table .table__plus {
    width: 7vw;
  }
}
/*===========================================
    voice
===========================================*/
.p-voice {
  margin: 3em auto;
  padding: 4% 0;
  position: relative;
}
.p-voice .contents__inner {
  position: relative;
  z-index: 2;
}

.voice {
  position: relative;
}
.voice__content {
  padding: 0 7%;
}
.voice__lead {
  margin: 0 7%;
}
.voice__lead-ttl {
  text-align: center;
}
.voice-bg {
  display: block;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.voice__list {
  width: 85%;
  display: flex;
  justify-content: space-between;
  margin: 3em auto;
}
.voice__list .list__item {
  width: 31%;
}
.voice__fuki {
  font-size: 1.3vw;
  font-weight: 600;
  text-align: center;
}
.voice__box {
  height: calc(100% - 2.2vw);
  background: #000;
  border: 3px dotted #fff;
  border-radius: 10px;
  padding: 5% 7%;
}
.voice__box-txt {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-voice {
    padding: 0;
  }
  .voice__content {
    padding: 0 4vw;
  }
  .voice__lead {
    margin: 0;
  }
  .voice__lead-ttl {
    text-align: left;
    letter-spacing: -0.001em;
  }
  .voice-bg {
    height: 170vw;
    top: initial;
    bottom: 0;
  }
  .voice__list {
    width: 100%;
    padding: 0 4vw;
    display: block;
  }
  .voice__list .list__item {
    width: 100%;
  }
  .voice__list .list__item + .list__item {
    margin-top: 2em;
  }
  .voice__fuki {
    font-size: 4.3vw;
  }
}
/*===========================================
    message
===========================================*/
.message__content {
  margin-top: 3em;
  position: relative;
}
.message__lead {
  padding: 0 7% 0 40%;
}
.message__image {
  width: 36.3vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.message__image-img01 {
  width: 21.1vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.message__image-img02 {
  width: 32.3vw;
  position: absolute;
  top: 7vw;
  z-index: 1;
}
.message__text {
  position: relative;
}
.message__text-txt {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin: 3em 0 0;
  padding: 6% 7% 5% 40%;
  position: relative;
  z-index: 2;
}
.message__text-bg {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .message__lead {
    padding: 0 4vw;
  }
  .message__image {
    width: 100vw;
    position: relative;
  }
  .message__image-img01 {
    width: 55vw;
  }
  .message__image-img02 {
    width: 92vw;
    top: 9vw;
  }
  .message__text-txt {
    padding: 80vw 4vw 7vw;
  }
}
/*===========================================
    contact
===========================================*/
.contact__content {
  position: relative;
}
.contact__content-bg {
  display: block;
  width: 100%;
  height: 69%;
  background: #F8F8F8;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.contact__content .contents__contact {
  margin-top: 3em;
}
.contact__lead {
  padding-bottom: 2em;
  margin: 0 7%;
  position: relative;
  z-index: 2;
}
.contact__lead-ttl {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact__content {
    padding-bottom: 6vw;
  }
  .contact__content-bg {
    height: 28vw;
    top: initial;
    bottom: 0;
  }
  .contact__content .contents__contact {
    margin-top: 2em;
  }
  .contact__lead {
    letter-spacing: -0.001em;
    margin: 0 4vw;
  }
  .contact__lead-ttl {
    text-align: left;
  }
}
/*===========================================
    corporate
===========================================*/
.corporate__content {
  position: relative;
}
.corporate__content .contents__corporate {
  margin-top: 3em;
}
.corporate-link {
  display: block;
  width: 35%;
  margin: auto;
}
.corporate-link-logo {
  display: block;
  width: 20%;
  margin: auto;
}
.corporate-link-txt {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin: 1em auto 0;
}

@media screen and (max-width: 768px) {
  .corporate__content .contents__corporate {
    margin-top: 2em;
  }
  .corporate-link {
    width: 100%;
  }
}
/*===========================================
    other
===========================================*/
.p-other {
  overflow: hidden;
  position: relative;
}

.other__inner {
  margin: 0 7%;
  padding-bottom: 7%;
}
.other-bg {
  display: block;
  width: 77%;
  height: 62%;
  background: #F8F8F8;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.other__intro {
  position: relative;
  z-index: 2;
}
.other__title {
  font-size: 1.2rem;
  font-weight: 600;
}
.other__content {
  width: 94%;
  margin: 2em auto;
}
.other__list {
  display: flex;
  justify-content: space-between;
}
.other__list .list__item {
  width: 32%;
  padding: 1%;
}
@media screen and (max-width: 768px) {
  .other__inner {
    margin: 0 4vw;
  }
  .other__content {
    width: 100%;
  }
  .other__list .list__item {
    margin-right: 4vw;
  }
}
/*===========================================
    footer
===========================================*/
.p-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.footer__inner {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 54px 7%;
}
.footer__logo {
  width: 184px;
  margin-bottom: 2em;
}
.footer__tel {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}
.footer__tel li + li::before {
  content: "/";
  display: inline-block;
  padding: 0 5px;
}
.footer__link {
  display: flex;
  align-items: center;
}
.footer__link li + li::before {
  content: "｜";
  display: inline-block;
  padding: 0 5px;
}
.footer__copyright {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 54px 7%;
}

@media screen and (max-width: 768px) {
  .p-footer {
    display: block;
  }
  .footer__inner {
    padding: 54px 4vw;
  }
  .footer__copyright {
    font-size: 0.7rem;
    padding: 54px 4vw;
  }
}/*# sourceMappingURL=style.css.map */