/*
Theme Name: Minimal Theme
Author: Kota Uchiyama
Description: A minimal WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minimal-theme
*/

@charset "UTF-8";

/* ---------------------------------------------------------
 *	リセット
 *---------------------------------------------------------- */
 *,
 *:before,
 *:after {
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
 }
 
 html {
   overflow: auto;
   height: 100%;
   overflow-y: scroll;
   font-size: 62.5%;
 }
 
 body {
   height: 100%;
   color: #fff;
   /* background: #343030; */
   background: #262222;
   font-size: 18px;
   font-family: "Noto Sans JP", serif;
   line-height: 1.8;
   word-wrap: break-word;
   -webkit-text-size-adjust: 100%;
   letter-spacing: 0.02em;
 }

 @media only screen and (max-width: 1025px) {

    body {
        font-size: 16px;
      }

 }
 
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
   display: block;
 }
 
 body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
   margin: 0;
   padding: 0;
 }
 
 h1, h2, h3, h4, h5, h6, th {
   font-size: 100%;
   font-weight: normal;
 }
 
 em {
   font-style: normal;
 }
 
 li {
   list-style: none;
 }
 
 table, iframe {
   border-collapse: collapse;
   border: none;
   border-spacing: 0;
   font-size: 100%;
 }
 
 img {
   max-width: 100%;
   height: auto;
   border: 0;
   vertical-align: top;
   image-rendering: -webkit-optimize-contrast;
 }
 
 svg {
   max-width: 100%;
 }
 
 a {
   color: #646464;
   outline: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   text-decoration: none;
 }
 
 a:hover {
   color: #646464;
   text-decoration: none;
 }
 
 a:active {
   color: #646464;
 }
 
 a.js-telLink {
   color: #646464;
   text-decoration: none;
   pointer-events: none;
 }
 
 a[href^="tel:"] {
   cursor: default;
   text-decoration: none;
   pointer-events: none;
 }
 
 @media only screen and (max-width: 1023px) {
   a[href^="tel:"] {
     pointer-events: auto;
   }
 }
 
 select,
 input,
 textarea,
 button {
   font-family: inherit;
   font-size: inherit;
 }
 
 input[type="text"],
 input[type="search"],
 input[type="tel"],
 input[type="url"],
 input[type="email"],
 input[type="password"],
 input[type="number"],
 textarea {
   padding: 8px 10px;
   border: 1px solid #ccc;
 }
 
 input[type="text"]:focus,
 input[type="search"]:focus,
 input[type="tel"]:focus,
 input[type="url"]:focus,
 input[type="email"]:focus,
 input[type="password"]:focus,
 input[type="number"]:focus,
 textarea:focus {
   background-color: #ffeeee;
 }
 
 input[type="radio"],
 input[type="checkbox"] {
   margin-right: 5px;
 }
 
 input[type="submit"],
 input[type="button"] {
   -webkit-appearance: none;
   border-radius: 0;
 }
 
 select {
   padding: 8px 5px;
   border: 1px solid #ccc;
 }
 
 label {
   cursor: pointer;
 }
 
 ::-moz-selection {
   color: #FFFFFF;
   background-color: #ff6f6f;
 }
 
 ::selection {
   color: #FFFFFF;
   background-color: #ff6f6f;
 }
 
 ::-moz-selection {
   color: #FFFFFF;
   background-color: #ff6f6f;
 }
 
/* ---------------------------------------------------------
 *	br.is-pc
 *---------------------------------------------------------- */

 @media only screen and (max-width: 1024px) {
    br.is_pc {
      display: none;
    }
  }

/* ---------------------------------------------------------
 *	br.is-sp
 *---------------------------------------------------------- */
 
 br.is_sp {
    display: none;
 }

  @media only screen and (max-width: 780px) {
      br.is_sp {
        display: block;
      }
  }

/* ---------------------------------------------------------
 *	ヘッダー
 *---------------------------------------------------------- */

 .wrapper {
  overflow: hidden;
 }


/* ---------------------------------------------------------
 *	ヘッダー
 *---------------------------------------------------------- */

 #gloval_header {
  height: 100px;
  padding: 8px 0 0 2vw;
  position: fixed;
  top: 0;
  z-index: 999;
 }

 .logo_header {
  display: block;
  width: 280px;
 }

 .logo_header img {
  display: block;
  width: 100%;
 }

 .gloval_catch {
  position: absolute;
  top: 33px;
  left: 350px;
 }

 @media screen and (max-width: 891px) {

  #gloval_header {
    padding: 30px 0 0 3vw;
    transition-property: padding;
    transition-duration: 0.3s;
  }

  #gloval_header.fixed {
    padding: 8px 0 0 3vw;
  }

  .gloval_catch {
    font-size: 10px;
    top: 5px;
    left: 3vw;
   }

   .logo_header {
    width: 230px;
   }

 }

 @media screen and (max-width: 631px) {

  .logo_header {
    width: 190px;
  }

 }


 /* ---------------------------------------------------------
 *	フッター
 *---------------------------------------------------------- */

 .box_footer_contact {
  background: url(./img/bg_footer_contact.jpg) no-repeat;
  background-size: cover;
  padding: 5vw 5vw 5vw 5vw;
 }

 .box_footer_contact header,  .box_footer_contact p {
  text-align: center;
 }

 .ttl_footer_content {
  font-size: 118px;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.08em;
  color: #99E0F6;
}

.ttl_footer_content::first-letter {
  color: #CCB5CE;
}

 .txt_footer_contact {
  margin: 30px auto 40px auto;
  font-size:24px;
 }
 
 .box_footer_contact ul {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  max-width: 1200px;
  margin:0 auto;
 }

 .box_footer_contact ul li {
  background-image: linear-gradient(140deg, rgba(153, 224, 246, 1), rgba(204, 181, 206, 1));
  border-radius: 15px;
 }

 .box_footer_contact ul li:hover {
  background-image: linear-gradient(140deg, rgba(204, 181, 206, 1), rgba(153, 224, 246, 1));
}

 .box_footer_contact ul li a {
  color: #342F30;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.2em;
  display: block;
  width: 100%;
  padding: 20px 20px;
 }

 .box_footer_contact ul li a:hover {
  color: #fff;
 }

 .box_footer_contact ul li a span {
  font-size: 28px;
 }

 #gloval_footer {
  padding: 5vw;
  text-align: center;
 }

 #gloval_footer a {
  color: #fff
 }

 .logo_footer {
  display: block;
  margin: 0 auto 30px auto;
 }

 @media screen and (max-width: 891px) {

  .box_footer_contact {
    padding: 8vw;
    background: url(./img/bg_footer_contact_sp.jpg) no-repeat right top;
  }

  .box_footer_contact ul {
    display: block;
  }

  .box_footer_contact ul li {
    margin-bottom: 40px;
  }

  .box_footer_contact ul li:last-child {
    margin-bottom: 0px;
  }

  .txt_footer_contact {
    font-size: 21px;
  }

 }

 @media screen and (max-width: 631px) {

  .box_footer_contact {
    background: url(./img/bg_footer_contact_sp.jpg) no-repeat right -50vw top;
  }

  .ttl_footer_content {
    font-size: 86px;
  }

 }



/* ---------------------------------------------------------
 *	グローバルナビ
 *---------------------------------------------------------- */

 .hamburger-menu {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 20px;
  right: 2vw;
  border: none;
  appearance: none;
  padding: 0;
  cursor: pointer;
  z-index: 9999;
  background: none;
}

.hamburger-menu__bar {
  display: inline-block;
  width: 100%;
  height: 12px;
  background: rgb(216,240,249);
  background: linear-gradient(130deg, rgba(216,240,249,1) 0%, rgba(232,227,236,1) 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu__bar:first-child {
  top: 0px;
}
.hamburger-menu__bar:nth-child(2) {
  top: 25px;
}
.hamburger-menu__bar:last-child {
  top: 50px;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

/* 初期状態では右側に隠れている */
.navigation {
  display: block;
  background: #342f30;
  position: fixed;
  top: 0;
  right: -360px; /* 最初は画面の右端の外に配置 */
  width: 360px;
  height: 100%; /* 高さを100%に設定 */
  z-index: 9998;
  transition: right 0.3s ease-out; /* 右からスライドインするアニメーション */
  padding: 8vw 1vw;
}

/* メニューが開かれると右からスライドイン */
.navigation--open {
  display: block;
  background: #342f30;
  position: fixed;
  top: 0;
  right: 0; /* メニューが表示される位置 */
  width: 360px;
  height: 100%; /* 高さを100%に設定 */
  z-index: 9998;
}

.navigation__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation__list li {
  margin-bottom: 30px;
}

.navigation__list li::after {
  margin-bottom: 0px;
}

.navigation__list li a, .navigation__list-item a, .navigation__list-item a:active, .navigation__list-item a:visited{
  color:#99E0F6;
}

.navigation__link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 16px 0;
  transition: .5s;
}


@media screen and (max-width: 631px) {

  .hamburger-menu {
    width: 50px;
    height: 50px;
    top: 20px;
    right: 3vw;
  }
  
  .hamburger-menu__bar {
    height: 8px;
  }

  .hamburger-menu__bar:nth-child(2) {
    top: 16px;
  }

  .hamburger-menu__bar:last-child {
    top: 32px;
  }

  .hamburger-menu--open .hamburger-menu__bar {
    top: 50%;
  }

}


/* ---------------------------------------------------------
 *	ボタン
 *---------------------------------------------------------- */

.btn_01 {
  display: block;
  margin: 0 auto;
  width: 280px;
  padding: 10px 20px;
  background-image: linear-gradient(140deg, rgba(153, 224, 246, 1), rgba(204, 181, 206, 1));
  border-radius: 30px;
  color: #342F30;
  font-weight: bold;
  text-align: center;
}

.btn_01::after {
  content: "▶";
  color: #342F30;
  padding-left: 10px;
}

.btn_01:hover {
  display: block;
  margin: 0 auto;
  width: 280px;
  padding: 10px 20px;
  background-image: linear-gradient(140deg, rgba(204, 181, 206, 1), rgba(153, 224, 246, 1));
  border-radius: 15px;
  color: #fff;
  transition-duration: 0.2s;
  transition-property: border-radius;
  transition-timing-function: ease-in;
}

.btn_01:hover::after {
  color: #fff;
  padding-left: 20px;
  transition-duration: 0.3s;
  transition-property: padding-left;
  transition-timing-function: ease-in;
}


/* ---------------------------------------------------------
 *	企業情報
 *---------------------------------------------------------- */

.box_info {
  padding: 5vw 5vw 5vw 5vw;
}

.box_info header {
  text-align: center;
  margin-bottom: 60px;
}

.box_info dl {
  display: grid;
  grid-template-columns: 140px 1fr;
  width: 45%;
  margin: 0 auto;
}

.box_info dt, .box_info dd {
  margin-bottom: 20px;
}

.box_info dt, .box_info dd a {
  color: #fff;
}

@media screen and (max-width: 860px) {

  .box_info dl {
      width: 100%;
  }

}


/* ---------------------------------------------------------
 *	ページ
 *---------------------------------------------------------- */
/* 
 .pages_header {
  background: url(./img/bg_footer_contact.jpg) no-repeat;
  background-size: cover;
  padding: calc(5vw + 100px) 5vw 5vw 5vw;
  text-align: center;
 }
*/
.video-wrap {
  position: relative;
}

/* 
.pages_header_text {
  position: absolute;
  left: 30%;
  top: 200px;
  z-index: 1;
 }
*/

.pages_header_text {
    text-align: center;
    margin-bottom: 80px;
 }

.pages_header video {
	width:100%;
	max-width: 100%;
}

/* 
 .event_header {
  background: url(./img/bg_header_event.jpg) no-repeat;
  background-size: cover;
 }
*/

.other_header {
	 padding: calc(5vw + 100px) 5vw 5vw 5vw;
  text-align: center;
}

 .moving_header {
  background: url(./img/bg_header_moving.jpg) no-repeat;
  background-size: cover;
 }

 .gig_header {
  background: url(./img/bg_header_gig.jpg) no-repeat;
  background-size: cover;
 }

 .contact_header {
  background: url(./img/bg_header_contact.jpg) no-repeat;
  background-size: cover;
 }

 .staff_header {
  background: url(./img/bg_header_staff.jpg) no-repeat;
  background-size: cover;
 }

 .about_header {
  background: url(./img/bg_header_about.jpg) no-repeat;
  background-size: cover;
 }

 .wrapper_page {
  padding: 5vw
 }

 .box_pages {
  padding: 3vw 0;
 }

 .ttl_pages_header {
  font-size: 118px;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.08em;
  color: #99E0F6;
}

.ttl_pages_header_sub {
  font-size: 86px;
  font-family: "bebas-neue-pro", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.08em;
  color: #99E0F6;
}

.ttl_pages_sub {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.ttl_pages_sub_small {
  font-size: 21px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #99E0F6;
}

.ttl_pages_header::first-letter, .ttl_pages_header_sub::first-letter {
  color: #CCB5CE;
}

.link_pages {
  margin-bottom: 3vw;
}

.link_pages ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}

.link_pages ul li {
  width: 30%;
  border: 1px solid #CCB5CE;
  margin-bottom: 20px;
}

.link_pages ul li a {
  color: #fff;
  display: block;
  padding: calc(3vw - 20px) 3vw calc(3vw - 20px) 3vw;
  text-align: center;
}

.box_pages_service {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.box_pages_service_left {
  width: 30%;
}

.box_pages_service_right {
  width: 60%;
}

.box_pages_service_right h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.box_pages_service ul {
  border: 1px solid #99E0F6;
  padding: calc(3vw - 20px) 3vw calc(3vw - 20px) calc(3vw + 20px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.box_pages_service ul li {
  margin-right: 30px;
  list-style: disc;
  font-size:21px;
}

.box_pages_service_vertical {
  display: block;
  text-align: center;
}

.box_pages_service_vertical img {
  display: block;
  margin: 3vw auto 0 auto;
}

.box_speciality {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.box_speciality header {
  width: 30%;
}

.wrap_speciality {
  width: 60%;
}

.wrap_speciality div {
  margin-bottom: 50px;
}

.wrap_speciality_last {
  margin-bottom: 0px !important;
}

.txt_pages {
  margin: 3vw auto;
}

.box_record {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3vw;
}

.box_record div {
  width: 30%;
}

.box_record div img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.box_record div h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
}

.box_record div h3 a {
  color: #fff;
}

.box_record div p {
  font-size: 16px;
}

.box_access header {
  text-align: center;
  margin-bottom: 60px;
}

.wrap_map, .wrap_access {
  width: 45%;
  margin: 0 auto;
}

.wrap_map iframe {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.list_normal {
  margin-top: 20px;
}

.list_normal li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}

.list_normal li:last-child {
  margin-bottom: 0px;
}

.list_jisseki {
	margin-top: 60px;
}
    
.list_jisseki li {
	margin-bottom: 30px;
}

.list_jisseki li span {
	font-weight: bold;
	font-size: 21px;
}

@media screen and (max-width: 1025px) {

  .wrap_map, .wrap_access {
    width: 60%;
  }

}

@media screen and (max-width: 860px) {

  .box_pages {
    padding: 8vw 0;
  }

  .box_pages header {
    margin-bottom: 8vw
  }

  .box_pages_service, .box_speciality {
    display: block
  }

  .box_pages_service_left, .box_pages_service_right, .box_speciality header, .wrap_speciality {
    width: 100%;
  }

  .wrap_speciality div {
    margin-bottom: 30px;
  }

  .wrap_map, .wrap_access {
    width: 100%;
  }
	
	.list_jisseki {
	text-align: left;
}

}


@media screen and (max-width:1024px) {
.other_header {
    padding: calc(5vw + 50px) 5vw calc(5vw + 50px) 5vw;
    text-align: center;
}
	}

@media screen and (max-width: 631px) {

  .ttl_pages_header {
    font-size: 86px;
  }

  .ttl_pages_header_sub {
    font-size: 68px;
  }

  .wrapper_page {
    padding: 8vw;
  }
	
	

  .box_pages_service, .box_speciality, .box_record, .link_pages ul, .box_pages_service ul {
    display: block;
  }

  .box_pages_service_left, .box_pages_service_right, .box_speciality header, .wrap_speciality, .box_record div, .link_pages ul li {
    width: 100%;
  }

  .link_pages ul li {
    padding: 20px;
  }

  .box_pages_service ul {
    padding: 5vw;
  }

  .box_pages_service ul li {
    margin-right: 0px;
    margin-left: 15px;
  }

  .box_record div {
    margin-top: 40px;
  }

  .moving_header {
    background: url(./img/bg_header_moving.jpg) no-repeat center top;
    background-size: cover;
  }

  .gig_header {
    background: url(./img/bg_header_gig.jpg) no-repeat right -40vw top;
    background-size: cover;
   }

  .contact_header {
    background: url(./img/bg_header_contact.jpg) no-repeat center top;
    background-size: cover;
  }

  .staff_header {
    background: url(./img/bg_header_staff.jpg) no-repeat center top;
    background-size: cover;
  }

}

/* ---------------------------------------------------------
 *	フォーム
 *---------------------------------------------------------- */

.box_form {
  width:50%;
  margin: 0 auto;
}

.txt_form {
  text-align: center;
}

.wpforms-field-label, .wpforms-field-sublabel, .wpforms-field-label-inline {
  color: #fff !important;
}

.wpforms-field-label {
  font-size: 21px !important;
}

.wpcf7-submit {
  background-image: linear-gradient(140deg, rgba(153, 224, 246, 1), rgba(204, 181, 206, 1)) !important;
    border-radius: 15px !important;
    width: 100% !important;
    color: #000 !important;
    margin-top: 30px !important;
    font-size: 21px !important;
}

.wpcf7-form p {
	margin-bottom: 40px;
}

.txt_form {
	margin-bottom: 40px;
}

@media screen and (max-width: 860px) {

  .box_form {
    width:100%;
    margin: 0 auto;
  }

}


/* ---------------------------------------------------------
 *	イベント投稿ページ
 *---------------------------------------------------------- */

 .img_event_record {
  width: 60%;
  margin:30px auto;
 }