body{
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN', "游明朝体", "Yu Mincho", YuMincho,  "MS P明朝", "MS PMincho",'Noto Serif JP', serif;
  background-color: #f0f0f0;
}
.br::before{
  content: "\A";
  white-space: pre;
}
/* gm */
.container {
    padding-right: 20px;
    padding-left: 20px;
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #d8d8d8;
}

a{
  border-bottom: 1px solid #333;
  color: #333;
  white-space: nowrap;
}
a:hover{
  text-decoration: none;
  color: #333;
  opacity: 0.6;
  cursor: pointer;
}

ul{
  margin:0;
  padding:0;
}

p, li{
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 1.7;
}
h2{
  /*font-size: 40px;*/
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #333;
  line-height: 1;
  margin-bottom:30px;
}
h3{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.4px;  
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
}



h4{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2.0px;
}
.subtitle{
  color: #000099;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 30px;
}
section{
  margin-bottom:100px;
}
.fadein {
  opacity: 0;
  transform : translate(0, 50px);
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
  transition : all 1500ms;
}

#concept{
  padding-top: 100px;
  margin-top: -100px;
  }
#about,
#group,
#message,
#company,
#contact{
  padding-top: 100px;
  margin-top: -50px;
}
/*#DBA400*/

/* section header */
.menu_pc{
  display: none;
}
#header{
  background-color: transparent;
  color: #fff;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
.openb .black-bg {
  opacity: .2;
  visibility: visible;
}
#header{
  position: fixed;
  width: 100%;
  z-index: 500;
  padding:0;
}
header{
  position: relative;
  display: flex;
  justify-content:space-between;
  align-items: center;
  padding:20px 0 18px 0;
}
.header__logo img{
  width: 150px;
}
header h1{
  margin:0;
  font-size:24px;
}
li{
  margin-left: 20px;
  z-index: 999;
}
li:hover{
  cursor: pointer;
}
#nav-toggle {
  position: fixed;
  top: 32px;
  right: 20px;
  height: 32px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 20px;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #333;
  opacity: 0.8;
  position: absolute;
  z-index: 1111;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 7px;
}
#nav-toggle span:nth-child(3) {
  top: 14px;
}
.open #nav-toggle span{
  background-color: #333;
}
.open #nav-toggle span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 7px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 7px;
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: right;
  display: flex;
  visibility: hidden;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 2px;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

#gloval-nav nav{
  margin: 0 0 auto auto;
  height: 100vh;
  background-color: #f0f0f0;
  z-index: 200;
}

#gloval-nav a {
  display: block;
  padding: 10px 0;
  transition: color 0.6s ease;
}
#gloval-nav a:hover {
  opacity: 0.8;
  text-decoration:none;
}
#gloval-nav ul {
  list-style: none;
  padding: 50px 20px 0 0;
  height: 100%;
  z-index: 999;
}
#gloval-nav ul li {
  opacity: 0;
  transform: translateX(300px);
  transition: transform 0.6s ease, opacity 0.2s ease;
  margin-left: 20px;
}

#gloval-nav ul li a{
  color: #333;
  border: none;
}

#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}




/* section top*/
.img-wrap {
  animation: img-wrap 2s cubic-bezier(0.0, 0.0, 1.0, 1.0);
  padding:0;
  margin: 0;
  width: 100% !important;
  max-width: 100% !important;
}

@keyframes img-wrap {
  0% {
    clip-path: inset(100% 0);
    -webkit-clip-path: inset(100% 0);
  }
  
  100% {
    clip-path: inset(0);
    -webkit-clip-path: inset(0);
  }
}
#top{
  padding-top: 60px;
  width: 100%;
}
.top_image__pc{
  display: none;
}
.top_concept{
  margin-left:0;
  margin-right: 0; 
}
#top .container h2{
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 80px;
}
#top .container .row{
  padding-left: -15px;
  padding-right: -15px;
}

/* section introduction*/
#introduction{
  padding-top: 100px;
  margin-top: -70px;
}

#introduction ol{
  margin:0;
  padding: 0;
}

#introduction ol li{
  margin-bottom: 15px;
}


/* section about*/
.about--title{
  padding: 0 30px;
}

.about--title:before{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #333;
  left:0;
}
.about__content{
  background-color: #fff;
  padding:25px;
  margin-top: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}
.about__content__visual__logo{
  margin-right:12.5px;
  width: calc(45% - 12.5px);
}
.about__content__visual__logo__other{
  width: 30%;
}
.about__content__visual__logo img,
.about__content__visual__logo__other img{
  width: 100%;
}
.about__content__visual__pictures{
  margin-left:12.5px;
  width: calc(55% - 12.5px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 5px;
}
.about__content__visual__pictures__picture img{
  width: 100%;
}

.about__content__description{
  margin-top: 30px;
}

.about__content__description p{
  margin-top: 16px;
  margin-bottom:0;
  letter-spacing: 1.8px;
}
.about__content__visual__description{
  margin-left: 5.5px;
  width: calc(55% - 5.5px);
}
.about__content__visual p{
  margin-bottom: 0px;
  letter-spacing: 2px;
}
.about__content__visual li{
  letter-spacing: 2px;
}
.about__content__gmap{
  text-align: center;
    position: relative;
    width: 100%;
    padding-top: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top:20px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}
.about__content__gmap iframe{
  position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
  }
/* section group */
.group{
  margin-bottom: 30px;
}
.group h3{
  margin-top: 12px;
  margin-bottom: 6px;
}
.group p{
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom:0;
}
.group__logo{
  padding: 20px 55px;
  border: 1px solid #aaa;
}
.group__logo img{
  width: 100%;
}
/* section company */

table{
    border-top: 1px solid #d8d8d8;
    width: 100%;
    border-collapse: collapse;
  }
  tr{
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
  }
  th{
    padding: 15px 20px 0 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
    letter-spacing: 3.2px;
  }
  td{
    padding: 10px 0 15px 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
    letter-spacing: 3.2px;
    line-height: 1.7;
    font-size: 14px;
  }

  /* section contact*/
  label{
    font-weight: 600;
    letter-spacing: 3.2px;
  }
  .contact-btn:hover:after{
  height: 200%;
  opacity: 1;
}
.contact-btn:active:after{
  height: 120%;
  opacity: 1;
}
  input, textarea, button{
    border-radius: 0px !important;
    letter-spacing: 3.2px;
  }

.select_company{
  display: flex;
  justify-content: space-between;
  margin-top: -10px;
  margin-bottom: 30px;
}

.select_company div{
  width: 30%;
  padding: 10px;
  border: 1px solid #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-group input[type="radio"] {
  display: none;
}
.checked_company {
  box-shadow: 0 0 2px #f8007a;
  border: 1px solid #CF6BCC !important;
}
.select_company img{
  width: 100%;
}
.form-btn{
  width: 100%;
  text-align: right;
}
.contact-btn{
  border: 1px solid #d8d8d8;
    background: #333;
    color: #fff;
    opacity: 0.3;
  font-weight: bold;
    margin-top:20px;
    padding: 10px 30px 10px 33px;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.input-fin{
  color: #fff;
  opacity: 1;
  font-weight: bold;
  background-color:#f8007a;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

footer{
  border-top: 1px solid #d8d8d8;
}

footer p{
  margin: 0; 
  color: #333;
  text-align: center;
  padding: 20px; 
  font-size:13px;
}

@media (min-width: 768px){
  #concept,
  #about,
  #group,
  #message,
  #company,
  #contact{
    padding-top: 100px;
    margin-top: -50px;
  }
  p, li{
    font-size: 17px;
    letter-spacing: 3.2px;
    font-weight: 400;
    line-height: 1.7;
  }
  h2{
    /*font-size: 40px;*/
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #333;
    line-height: 1;
    margin-bottom:30px;
  }
  h3{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2.4px;  
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1;
  }
  h4{
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2.0px;
  }
  #top .container h2{
    text-align: center;
    font-size: 28px;
    letter-spacing: 4px;
    margin-top: 180px;
  }
  .top_image{
    display: none;
  }
  .top_image__pc{
    display: block !important;
  }
  .about__content__visual__logo__other{
    margin-right:12.5px;
    width: calc(40% - 12.5px);
  }
  .about__content__visual__description{
    margin-left: 5.5px;
    width: calc(60% - 5.5px);
  }
  .about__content__gmap{
    padding-top: 50%;
  }
  #company h3{
    margin-bottom: 10px;
  }
  #company p{
    margin-bottom: 20px;
  }
  .select_company{
    width: 50%;
  }
  .group p{
    font-size: 16px;
  }
}

@media (min-width: 991px){
  .container{
    width: 980px;
    max-width: 980px;
  }
  #concept,
  #about,
  #group,
  #message,
  #company,
  #contact{
    padding-top: 100px;
    margin-top: 150px;
  }
  header{
    display: flex;
    justify-content: space-between;
  }
  .menu{
    display: none;
  }
  .menu_pc{
    display: block;
  }
  .br::before{
    content: "";
    white-space: nowrap;
  }

  .menu_pc ul{
    display: flex;
  padding: 0;
  margin:0;
  list-style: none;
  }
  .menu_pc ul li {
    opacity: 1;
    letter-spacing: 2px;
    margin-left:17px;
    font-size: 16px;
  }
  .menu_pc ul li a {
    display: block;
    padding: 0;
    color: #333;
    font-weight: bold;
    border: none !important;
  }
  .about__content__visual__logo__other{
    margin-right:12.5px;
    width: 35%;
  }
  .about__content__visual__description{
    margin-left: 5.5px;
    width: 40%;
  }

}
