@charset "UTF-8";
.btn {
  display: inline-block;
  vertical-align: bottom;
  background-color: #698091;
  color: white;
  border: 1px solid #698091;
  padding: 8px 30px;
  margin-top: 60px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn::after {
  content: ">";
  margin-left: 1em;
}

.btn.slide-bg {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn.slide-bg span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: -1;
}

.btn.slide-bg:hover {
  color: #333333;
  border: 1px solid #698091;
  text-decoration: none;
}

.btn.slide-bg:hover span {
  -webkit-transform: none;
          transform: none;
}

.btn.back-btn {
  background-color: #a9a9a9;
  border-color: #888;
}

.btn.back-btn::before {
  content: "<";
  margin-right: 1em;
}

.btn.back-btn::after {
  content: "";
  margin-left: 0;
}

/******************************************************************

Stylesheet: ベーススタイル

******************************************************************/
/***************共通クラス***************/
.font-lg, .main-title, .unl-title {
  font-size: 30px;
}

.content-width {
  width: 90%;
  margin: 0 auto;
  max-width: 1070px;
}

.flex, .about__pc-items, .service__items, .movie__items, .design__items, .contact__ul, .intro__pc-items, .member__items, .info__items, .movie__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dp-mobile {
  display: inline-block;
}

.dp-600 {
  display: none;
}

.dp-960 {
  display: none;
}

.container {
  text-align: center;
}

.blue-bg, .about-bg::before {
  background-color: #bbc8d3;
}

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

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

a {
  color: white;
}

a:hover {
  color: #34476e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

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

hr {
  border-width: 0;
  height: 2px;
  background-color: #888;
}

#container {
  position: relative;
  height: 100%;
  z-index: 10;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  width: 100vw;
  line-height: 2.5em;
  text-align: center;
}

.main-title,
.sub-title,
.header__link,
.unl-title,
.menu-title,
.footer__link,
.footer__item--copy {
  font-family: "Cabin", "Noto Sans JP", sans-serif;
  font-style: initial;
  font-weight: 400;
}

/*****************メインコンテンツ*****************/
section {
  padding: 60px 0;
}

section:last-child {
  padding-bottom: 120px;
}

#global-container {
  min-width: 300px;
}

/************************
about
************************/
.about-bg {
  position: relative;
}

.about-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}

.about__img-area {
  width: 90%;
}

.about__img-mobile {
  width: 70%;
  min-width: 240px;
}

.about__text {
  margin-top: 30px;
}

/************************
service
************************/
.service__item {
  margin: 0 0 30px 0;
}

.service__item i {
  vertical-align: bottom;
  margin-bottom: 10px;
  font-size: 4rem;
  color: #c9b5a3;
}

.service__item:last-child {
  margin-bottom: 0;
}

.service__text {
  margin: 30px 0 0 0;
}

/************************
works
************************/
#works {
  padding-bottom: 0;
}

.movie__items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.movie__item {
  margin-bottom: 40px;
  -webkit-box-shadow: 5px 5px 10px -4px #0b0a0d;
          box-shadow: 5px 5px 10px -4px #0b0a0d;
  overflow: hidden;
  position: relative;
}

.movie__item:first-child {
  margin: 0;
}

.movie__item:first-child, .movie__item:last-child {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.movie__item .btn {
  margin: 0;
}

.movie__item:nth-child(n + 6) {
  margin-bottom: 60px;
}

.movie__img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.movie__img-title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  letter-spacing: 0.3em;
}

.dark-hover {
  position: relative;
}

.dark-hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  pointer-events: none;
}

.dark-hover:hover::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.dark-hover:hover .movie__img-title {
  color: white;
  z-index: 10;
  opacity: 1;
}

.dark-hover:hover .movie__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.design-content {
  padding: 40px 0 60px 0;
}

.design__items {
  margin: 0 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.design__item {
  width: 70%;
  margin-bottom: 40px;
}

.design__item img {
  -webkit-box-shadow: 5px 5px 10px -4px #0b0a0d;
          box-shadow: 5px 5px 10px -4px #0b0a0d;
}

.design__item .btn {
  margin: 0;
}

.design__item:first-child {
  margin: 0;
}

.design__item:last-child {
  margin-bottom: 0;
}

/************************
contact
************************/
.contact-content {
  width: 90%;
  margin: 0 auto;
}

.contact__ul {
  list-style: none;
  text-align: left;
}

.contact__ul label {
  display: block;
  margin: 20px 0 0 0;
}

.contact__ul input,
.contact__ul textarea {
  color: #333333;
  width: 100%;
  vertical-align: bottom;
}

.contact__ul input::-webkit-input-placeholder,
.contact__ul textarea::-webkit-input-placeholder {
  color: #a9a9a9;
}

.contact__ul input:-ms-input-placeholder,
.contact__ul textarea:-ms-input-placeholder {
  color: #a9a9a9;
}

.contact__ul input::-ms-input-placeholder,
.contact__ul textarea::-ms-input-placeholder {
  color: #a9a9a9;
}

.contact__ul input::placeholder,
.contact__ul textarea::placeholder {
  color: #a9a9a9;
}

.contact__btn {
  text-align: center;
}

.pc-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.req::after {
  content: "\0203b必須";
  color: #ec3434;
  margin-left: 10px;
}

.error-msg {
  color: #ec3434;
}

.footer {
  background-color: #0b0a0d;
  color: #a9a9a9;
}

.footer__container {
  padding: 40px 0 20px;
}

.footer__logo {
  display: block;
  margin: 0 auto;
}

.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__item {
  text-align: center;
}

.footer__item--logo {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.footer__item--logo img {
  width: 50%;
}

.footer__item--info {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  font-size: 12px;
  line-height: 2em;
  text-align: left;
}

.footer__item--info p {
  display: inline-block;
  margin-right: 2em;
}

.footer__item--nav {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 30px;
}

.footer__item--copy {
  font-size: 12px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 30px;
}

.footer__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__li {
  line-height: 1em;
  font-size: 1rem;
  list-style: none;
}

.header {
  position: fixed;
  z-index: 100;
  height: 80px;
  width: 100%;
}

.header__container {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: left;
}

.header__logo {
  display: inline-block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto 0;
}

.header__nav {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 550px;
}

.header__ul {
  height: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0;
}

.header__li .btn {
  margin: 0;
}

.header__li .btn::after {
  content: '';
  margin: 0;
}

.header__link {
  display: block;
  line-height: 1em;
  padding: 4px 8px;
}

.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 205px;
}

.mobile-menu__btn {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  height: 80px;
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
}

.mobile-menu__btn > span {
  background-color: white;
  width: 35px;
  height: 2px;
  display: block;
  margin-bottom: 9px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.mobile-menu__btn > span:last-child {
  margin-bottom: 0;
}

.mobile-menu__cover {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  cursor: pointer;
}

.mobile-menu__main {
  padding: 0;
  -webkit-perspective: 2000px;
          perspective: 2000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.mobile-menu__item {
  list-style: none;
  display: block;
  width: 85%;
  border-top: 1px solid black;
  -webkit-transform: translate3d(0, 0, -1000px);
          transform: translate3d(0, 0, -1000px);
  margin: 0 auto;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
  opacity: 0;
}

.mobile-menu__item .logo {
  display: block;
  height: 80px;
  margin: 0 auto;
  padding: 15px 0;
}

.mobile-menu__item:first-child {
  border: none;
}

.mobile-menu__item:last-child {
  border-bottom: 1px solid black;
}

.mobile-menu__link {
  display: block;
  text-align: center;
  padding: 15px;
  color: black;
  text-decoration: none;
}

.mobile-menu__link span {
  display: block;
}

/***メニューアイコンを押したら ***/
.menu-open #container {
  -webkit-transform: translate(-205px, 0);
          transform: translate(-205px, 0);
  -webkit-box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.8);
}

.menu-open .mobile-menu__btn > span {
  background-color: #0b0a0d;
}

.menu-open .mobile-menu__btn > span:nth-child(1) {
  -webkit-transition-delay: 70ms;
          transition-delay: 70ms;
  -webkit-transform: translateY(11px) rotate(135deg);
          transform: translateY(11px) rotate(135deg);
}

.menu-open .mobile-menu__btn > span:nth-child(2) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: translateX(-18px) scaleX(0);
          transform: translateX(-18px) scaleX(0);
}

.menu-open .mobile-menu__btn > span:nth-child(3) {
  -webkit-transition-delay: 140ms;
          transition-delay: 140ms;
  -webkit-transform: translateY(-11px) rotate(-135deg);
          transform: translateY(-11px) rotate(-135deg);
}

.menu-open .mobile-menu__cover {
  opacity: 1;
  visibility: visible;
}

.menu-open .mobile-menu__item {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.menu-title {
  font-size: 24px;
}

.menu-sub-title {
  font-size: 14px;
  line-height: 1.5em;
  color: #34476e;
}

.title-area {
  position: relative;
  display: inline-block;
  margin: 0 0 40px 0;
}

.title-area.block {
  padding: 105px 0 25px 0;
  margin: 0;
  display: block;
}

.title-area.block .main-title {
  text-align: center;
}

.title-area.block .sub-title::before, .title-area.block .sub-title::after {
  -webkit-box-flex: 0.1;
      -ms-flex-positive: 0.1;
          flex-grow: 0.1;
}

.main-title {
  font-style: italic;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 1em;
  text-align: left;
}

.sub-title {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #34476e;
  line-height: 2em;
  /* 見出しの文字と横棒の間隔を開ける */
}

.sub-title::before, .sub-title::after {
  content: "";
  -webkit-box-flex: 0.3;
      -ms-flex-positive: 0.3;
          flex-grow: 0.3;
  height: 1px;
  background: #34476e;
}

.sub-title::before {
  margin-right: 10px;
}

.sub-title::after {
  margin-left: 10px;
}

.unl-title {
  position: relative;
  font-style: italic;
  display: inline-block;
  padding: 0 10px;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #bbc8d3));
  background: linear-gradient(transparent 60%, #bbc8d3 60%);
}

.unl-title.white-unl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, white));
  background: linear-gradient(transparent 60%, white 60%);
}

.unl-title.double-unl::after {
  content: "";
  position: absolute;
  z-index: -10;
  left: -5px;
  bottom: -5px;
  display: block;
  width: 100%;
  height: 40%;
  background-color: #333333;
}

.txt-lf {
  text-align: left;
}

#first-view {
  position: relative;
  padding: 0;
}

.video-container {
  margin: 0 auto;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

video {
  min-width: 100%;
  min-height: 100vh;
  position: absolute;
  left: 0%;
}

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
  video {
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16 / 9) {
  video {
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.scroll {
  position: absolute;
  width: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 16vh;
}

.scroll-icon {
  position: relative;
  display: block;
  padding-top: 25px;
  left: 0;
  top: 0;
  width: 100%;
  letter-spacing: 0.2em;
  -webkit-animation-name: kf-bounce;
          animation-name: kf-bounce;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.scroll-icon:hover span {
  border-color: #34476e;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.scroll-icon span {
  position: absolute;
  left: 50%;
  bottom: 45px;
  width: 40px;
  height: 40px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(-45deg) translateX(-50%);
          transform: rotate(-45deg) translateX(-50%);
}

@-webkit-keyframes kf-bounce {
  0%,
  40%,
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  20% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@keyframes kf-bounce {
  0%,
  40%,
  100% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  20% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

#experience {
  padding-top: 0;
}

.intro__img-mobile {
  width: 70%;
  min-width: 240px;
}

.intro__img-area {
  width: 100%;
}

.experience__container {
  text-align: left;
  padding: 30px;
}

.experience__container .title-area {
  position: relative;
  z-index: 10;
}

.experience__text {
  position: relative;
  z-index: 100;
}

.experience__text a {
  position: relative;
  z-index: 10;
  color: #34476e;
  text-decoration: underline;
}

.gd-bg {
  position: relative;
  background-color: #bbc8d3;
  -webkit-box-shadow: 5px 5px 10px #97a2ab, -5px -5px 10px #f6fbff;
          box-shadow: 5px 5px 10px #97a2ab, -5px -5px 10px #f6fbff;
}

.member__items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}

.member__item {
  width: 95%;
  max-width: 500px;
  height: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.member__item:last-child {
  margin-bottom: 0;
}

.member__label {
  position: relative;
  border: 1px solid #333333;
  margin: 0;
  padding: 10px;
  width: 100%;
}

.member__label:hover {
  cursor: pointer;
}

.member__img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.member__position {
  text-align: left;
  display: block;
  font-size: 10px;
  color: #34476e;
  line-height: 1.5rem;
  padding-left: 45%;
}

.member__name {
  text-align: left;
  display: block;
  color: #333333;
  line-height: 2rem;
  padding-left: 45%;
}

.member__content {
  position: relative;
  width: auto;
  -webkit-transition: opacity 0.3s ease, max-height 0.3s ease;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  text-align: left;
  padding: 10px;
  margin-left: 15px;
  border-left: 1px solid #333333;
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
}

.member__input {
  display: none;
}

.member__input:checked + .member__label + .member__content {
  max-height: 50em;
  visibility: visible;
  opacity: 1;
}

.info__items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}

.info__img {
  display: block;
  width: 224px;
  margin-bottom: 10px;
}

.info__ul {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  text-align: left;
}

.info__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  border-bottom: 1px solid #0b0a0d;
  padding-top: 4px;
}

.info__li:last-child {
  display: inline-block;
  border-bottom: none;
}

.info__h3 {
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
}

.info__h3::after {
  content: ":";
  margin: 0 10px 0 5px;
}

.info__p {
  display: inline-block;
}

.info__table tr {
  vertical-align: top;
  border-bottom: 1px solid #0b0a0d;
}

.info__table th {
  width: 130px;
  top: 0;
  left: 0;
  display: inline-block;
  text-align: left;
  width: 8em;
}

.info__table th::after {
  content: ":";
}

.info__table td {
  width: 300px;
  word-wrap: break-word;
}

/**************************** 幅960px以上 ****************************/
@media (min-width: 960px) {
  .intro__pc-items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .intro__pc-item {
    position: relative;
    text-align: left;
  }
  .intro__pc-item .unl-title {
    padding: 0;
  }
  .intro__pc-item:first-child {
    -ms-flex-preferred-size: 61%;
        flex-basis: 61%;
    padding: 0 30px;
  }
  .intro__pc-item:last-child {
    -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
    padding: 30px 30px 30px 0;
  }
  .intro-bg::before {
    left: 0;
    top: 9%;
    width: 70%;
    height: 80%;
  }
  .experience__container {
    margin: 0 auto;
  }
  .member__container {
    text-align: left;
    padding: 30px;
  }
  .member__items {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .member__item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .info__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info__item:first-child {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .info__item:last-child {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .info__img {
    margin-bottom: 0;
  }
}

.service__intro {
  padding-bottom: 40px;
}

.workflow__ol {
  counter-reset: list;
}

.workflow__li {
  position: relative;
  width: 100%;
}

.workflow__li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: list;
  content: counter(list);
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #34476e;
  color: white;
}

.workflow__text {
  text-align: left;
}

.workflow__text h3 {
  display: inline-block;
  background-color: #bbc8d3;
  line-height: 50px;
  font-size: 20px;
  padding: 0 15px 0 65px;
}

.workflow__text p {
  padding: 10px 0 30px 0;
}

.workflow__msg {
  display: inline-block;
  margin-top: 40px;
  border: 1px solid #34476e;
  padding: 10px;
}

@media (min-width: 600px) {
  .workflow__li::after {
    content: "";
    position: absolute;
    z-index: -10;
    left: 0;
    top: 3px;
    height: 100%;
    border-left: 5px solid #bbc8d3;
    -webkit-transform: translateX(22.5px);
            transform: translateX(22.5px);
  }
  .workflow__li:last-child::after {
    border: none;
  }
  .workflow__li p {
    padding-left: 50px;
  }
}

.movie__ul {
  padding: 0;
}

.movie__li {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 40px;
}

.movie__text {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: left;
  padding-bottom: 10px;
}

.movie__text .unl-title {
  font-size: 20px;
}

.movie__text .unl-title.double-unl {
  font-size: 50px;
}

.movie__iframe-container {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.movie__iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.movie__iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.design__item p {
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .movie__text {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .movie__iframe-container {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.comfirm__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.comfirm__p {
  overflow-wrap: anywhere;
  text-align: left;
  display: inline-block;
}

.comfirm__p:first-child {
  color: #a9a9a9;
  white-space: nowrap;
}

.comfirm__p:first-child::after {
  display: inline-block;
  content: ':';
  width: 20px;
  text-align: center;
}

.comfirm__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (min-width: 600px) {
  /******************************************************************

Stylesheet: 600px以上のタブレットやモニタで適用

******************************************************************/
}

@media (min-width: 600px) and (min-width: 600px) {
  .flex, .about__pc-items, .service__items, .movie__items, .design__items, .contact__ul, .intro__pc-items, .member__items, .info__items, .movie__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contact__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__logo {
    margin-left: 0;
    max-width: 80px;
  }
  .footer__items {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__item--logo {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .footer__item--info {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    text-align: left;
  }
  .footer__item--nav {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
  .info__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dp-600 {
    display: inline-block;
  }
  .mobile-menu__btn.dp-mobile {
    display: none;
  }
}

@media (min-width: 600px) {
  .service__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .service__item:nth-child(n+3) {
    margin-bottom: 0;
  }
  .movie__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .movie__item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
  .movie__item:first-child {
    margin-bottom: 40px;
  }
  .movie__item .dp-mobile {
    display: none;
  }
  .movie__item:nth-child(n + 6) {
    margin-bottom: 40px;
  }
  .design__items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .design__item {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .design__item:nth-child(n + 4) {
    margin-bottom: 0;
  }
  .design__item:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media (min-width: 960px) {
  /******************************************************************

Stylesheet: 960px以上のモニタで適用
(PC用のCSS)

******************************************************************/
  /*********************960px*********************/
}

@media (min-width: 960px) and (min-width: 960px) {
  .font-lg, .main-title, .unl-title {
    font-size: 50px;
  }
  .dp-mobile {
    display: none;
  }
  .dp-960 {
    display: inline-block;
  }
  .flex, .about__pc-items, .service__items, .movie__items, .design__items, .contact__ul, .intro__pc-items, .member__items, .info__items, .movie__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 960px) {
  /************************
about
************************/
  .about__pc-items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .about__pc-item {
    text-align: left;
  }
  .about__pc-item:first-child {
    -ms-flex-preferred-size: 61%;
        flex-basis: 61%;
    padding: 0 30px;
  }
  .about__pc-item:last-child {
    -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
  }
  .about__img-pc {
    max-width: none;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about-bg::before {
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
  }
  .service__item {
    margin-bottom: 0;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .service__item i {
    font-size: 5rem;
  }
  .design-content {
    padding-bottom: 30px;
  }
  .design__item:first-child {
    margin-bottom: 40px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .design__item:nth-child(2) {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .design__item:nth-child(3) {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    margin-bottom: 0;
  }
  .design__item:nth-child(n + 4) {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    margin-bottom: 0;
  }
  .contact__ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .contact__ul .pc-column {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
  .contact__btn {
    text-align: right;
  }
  .contact__btn .btn {
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */