@charset "utf-8";
/* ===================================================================
CSS information

  file name  :page.css
  style info :各ページ
=================================================================== */

/* -----------------------------------------------------------
    TOP
----------------------------------------------------------- */
#top .main {
  height: 100vh;
  padding-bottom: 5vw;
  position: relative;
}

#top .main .catchphrase {
  font-size: 22.0rem;
  letter-spacing: 0.01em;
  line-height: 0.5;
}

#top .main .catchphrase span {
  display: block;
  margin-top: 5vw;
}

#top .main .catchphrase span:first-of-type {
  margin-top: 0;
}

#top .main .eng {
  line-height: 1;
  position: absolute;
  bottom: 5vw;
  right: 0;
}

#top .container {
  margin-top: 12.5vw;
}

#top .container > section:not(:first-of-type) {
  margin-top: 12.5vw;
}

#top .container > section > .wrap {
  display: flex;
}

#top .container > section > .wrap .head {
  flex: 0 1 30vw;
}

#top .container > section > .wrap .contents {
  flex: 1 1;
}

#top .container #about > .wrap .contents > p:not(:first-of-type) {
  margin-top: 2vw;
}

#top .container #services > .wrap .contents article:not(:first-of-type) {
  margin-top: 5vw;
}

#top .container #services > .wrap .contents article .head {
  display: flex;
  align-items: center;
}

#top .container #services > .wrap .contents article .head i {
  margin-right: 2em;
  width: 4.5vw;
}

#top .container #services > .wrap .contents article .head .services_hd span {
  display: block;
}

#top .container #services > .wrap .contents article .head .services_hd span:nth-of-type(1) {
  font-size: 3.0rem;
  font-weight: 500;
}

#top .container #services > .wrap .contents article .head .services_hd span:nth-of-type(2) {
  font-size: 2.4rem;
  font-weight: 400;
}

#top .container #services > .wrap .contents article .lead {
  margin-top: 2vw;
}

#top .container #works > .wrap .contents {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 5vw);
}

#top .container #works > .wrap .contents article {
  margin-left: 5vw;
  width: calc(100% / 2 - 5vw);
}

#top .container #works > .wrap .contents article:nth-of-type(-n+2) {
  margin-top: 0;
}

#top .container #works > .wrap .contents article:nth-of-type(2n+1) {
  margin-left: 0;
}

#top .container #works > .wrap .contents article:nth-of-type(2n) {
  margin-top: 5vw;
}

#top .container #works > .wrap .contents article a {
  display: block;
}

#top .container #works > .wrap .contents article a .txt_box {
  margin-top: 1.5vw;
}

#top .container #works > .wrap .contents article a .txt_box .name {
  font-size: 2.0rem;
  font-weight: 500;
}

#top .container #works > .wrap .contents article a .txt_box .cate {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 0.5vw;
}

#top .container #works > .wrap .contents article a .txt_box .cate span:not(:first-of-type):before {
  content: "/";
  margin: 0 0.25em;
}

#top .container #works > .wrap .contents article a:hover .txt_box {
  opacity: 0.5;
}

#top .container #studio > .wrap .contents > dl {
  display: flex;
  margin-top: 2vw;
}

#top .container #studio > .wrap .contents > dl:first-of-type {
  margin-top: 0;
}

#top .container #studio > .wrap .contents > dl.add dd span:nth-of-type(2) {
  margin-left: 0.5em;
}

#top .container #studio > .wrap .contents > dl dt {
  flex: 0 1 10em;
}

#top .container #studio > .wrap .contents > dl dd {
  flex: 1 1;
}

/* -----------------------------------------------------------
    お問い合わせ
----------------------------------------------------------- */
.inquiry .form_box dl:not(:first-of-type) {
  margin-top: 3vw;
}

.inquiry .form_box dl dt {
  display: flex;
  line-height: 1.4;
}

.inquiry .form_box dl dd {
  margin-top: 0.75vw;
}

.inquiry .form_box dl dd ul.horiz {
  display: flex;
}

.inquiry .form_box dl dd ul.horiz li:not(:first-of-type) {
  margin-left: 1.5em;
}

.inquiry .form_box dl dd ul.name li {
  flex: 1 1;
}

.inquiry .btn_box button,
.inquiry .btn_box #form_submit_button,
.inquiry .btn_box div a {
  border: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  letter-spacing: 0.2em;
}

::-webkit-input-placeholder {
  letter-spacing: 0.1em;
  color: #b2b2b2;
  opacity: 1;
}

::-moz-placeholder {
  letter-spacing: 0.1em;
  color: #b2b2b2;
  opacity: 1;
}

:-ms-input-placeholder {
  letter-spacing: 0.1em;
  color: #b2b2b2;
}

input::placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #b2b2b2;
}

.inquiry .form_box dl dt span.required {
  background-color: #be1a21;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 1.0rem;
  margin-right: 1em;
  padding: 0.3em 0.5em;
}

.inquiry .form_box dl dt span.optional {
  display: none;
}

.inquiry .form_box dl dd select {
  border: 1px solid #dbdbdb;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: none;
  color: #b2b2b2;
  height: 50px;
  width: 100%;
  padding-left: 0.5em;
}

.inquiry .form_box dl dd select::-ms-expand {
  display: none;
}

.inquiry .form_box dl dd select option {
  color: #151515;
}

.inquiry .form_box dl dd .select {
  position: relative;
  z-index: 0;
}

.inquiry .form_box dl dd .select:after {
  border-top: 2px solid #151515;
  border-right: 2px solid #151515;
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  right: 1.25em;
  top: calc(50% - 11px);
  transform: rotate(135deg) translateY(-50%);
  transition: all .5s ease;
  z-index: 1;
  pointer-events: none;
}

.inquiry .form_box input[type="text"],
.inquiry .form_box input[type="email"],
.inquiry .form_box input[type="tel"],
.inquiry .form_box textarea,
.inquiry .form_box select,
.inquiry input[type="button"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.6;
}

.inquiry .form_box input[type="text"],
.inquiry .form_box input[type="email"],
.inquiry .form_box input[type="tel"],
.inquiry .form_box textarea,
.inquiry .form_box select {
  border: 1px solid #dbdbdb;
  color: #151515;
  font-size: 1.6rem;
}

.inquiry .form_box input[type="text"],
.inquiry .form_box input[type="email"],
.inquiry .form_box input[type="tel"] {
  height: 50px;
  padding: 0 0.75em;
}

.inquiry .form_box input[type="email"] {
  width: 100%;
}

.inquiry .form_box input[type="tel"] {
  width: 100%;
}

.inquiry input[type="checkbox"] {
  border-radius: 0;
  margin-right: 0.5em;
  position: relative;
  top: 0.075em;
  height: 20px;
  width: 20px;
}

.inquiry .form_box textarea {
  padding: 0.5em 0.75em;
  width: 100%;
}

.inquiry .btn_box {
  margin-top: 3vw;
}

.inquiry .btn_box .agree_wrap {
  margin: 2vw 0;
}

.inquiry .btn_box > p a:hover {
  opacity: 0.5;
}

span.error_blank,
span.error_format,
span.error_match {
  display: block;
  color: #be1a21;
  line-height: 2.5;
}

span.error_check {
  display: none;
  color: #be1a21;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba( 255, 255, 255, 0.2 );
  border-right: 5px solid rgba( 255, 255, 255, 0.2 );
  border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ( 0 );
  -ms-transform: translateZ( 0 );
  transform: translateZ( 0 );
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
0% {
  -webkit-transform: rotate( 0deg );
  transform: rotate( 0deg );
}
100% {
  -webkit-transform: rotate( 360deg );
  transform: rotate( 360deg );
}
}

@keyframes load-circle {
0% {
  -webkit-transform: rotate( 0deg );
  transform: rotate( 0deg );
}
100% {
  -webkit-transform: rotate( 360deg );
  transform: rotate( 360deg );
}
}

.inquiry .txtarea {
  width: 100%;
}

.inquiry .txtarea_01 {
  width: 5em;
}

.inquiry .txtarea_02 {
  width: 6em;
}

.inquiry .txtarea_03 {
  width: 7em;
}

.inquiry .txtarea_04 {
  width: 8em;
}

.inquiry .txtarea_05 {
  width: 9em;
}

.inquiry .txtarea_06 {
  width: 10em;
}

.inquiry .txtarea_07 {
  width: 11em;
}

.inquiry .txtarea_08 {
  width: 12em;
}

.inquiry .txtarea_09 {
  width: 13em;
}

.inquiry .txtarea_10 {
  width: 14em;
}

.inquiry .txtarea_11 {
  width: 15em;
}

.inquiry .txtarea_12 {
  width: 20em;
}

.inquiry .txtarea_13 {
  width: 25em;
}

.inquiry .txtarea_14 {
  width: 30em;
}

.inquiry .txtarea_15 {
  width: 35em;
}

/*    送信完了ページ
----------------------------------------------------------- */
.complete .complete_box h2 {
  font-size: 3.0rem;
  font-weight: 500;
  margin-bottom: 2vw
}

.complete .complete_box p:not(:first-of-type) {
  margin-top: 1em;
}

.complete .btn_box {
  margin-top: 3vw;
}

/* -----------------------------------------------------------
    個人情報保護方針
----------------------------------------------------------- */
.privacy .container .wrap {
  counter-reset: number;
}

.privacy .container .wrap > dl:not(:first-of-type) {
  margin-top: 4vw;
}

.privacy .container .wrap > dl > dt {
  display: flex;
  align-items: baseline;
  font-weight: 700;
}

.privacy .container .wrap > dl > dt:before {
  content: counter(number) ".";
  counter-increment: number;
  margin-right: 0.25em;
}

.privacy .container .wrap > dl > dd {
  margin-top: 0.75vw;
}

.privacy .container .wrap > dl > dd .list {
  margin-top: 0.75vw;
}