/*=====================================
top部分
=====================================*/
.rainbow{
  height: 600px;
  background: url(../img/background.png) center center / cover no-repeat fixed;
}
.top{

  text-align: center;
}
.top .t-wrapper{
  margin-right: 0;
  margin-left: 0;
}
.top .t-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.top .t-wrapper .top-computer img{
  width: 100%;
}
.top .t-wrapper .top-computer h3{
  font-size: 23pt;
  text-align: left;
  padding-left: 59px;
  margin-top: -60px;
}
.top .t-wrapper .top-mobile {
  display: none;
}

@media screen and (max-width:1035px){
  .top .t-wrapper{
    width: 800px;
  }
}
@media screen and (max-width:850px){
  .top{
    padding-top: 100px;
  }
  .top .t-wrapper{
    width: 135vw;
  }
  .top .t-wrapper .top-computer h3 {
    padding-left: 48px;
    margin-top: -56px;
  }
}

@media screen and (max-width: 647px){
  .top {
    z-index: 2;
    width:100%;
    margin-top: 30px;
    padding-top: 60px;
  }
  .top .t-wrapper .top-mobile{
    display: block;
  }
  .top .t-wrapper .top-mobile  img{
    display: block;
    z-index: 0;
    width: 100vw;
    text-align: center;
  }
  .top .t-wrapper .top-mobile h3{
    font-size: 20pt;
    text-align: left;
    padding-left: 20px;
    margin-top: -80px;
  }
  .top .t-wrapper .top-computer {
    display: none;
  }
  .rainbow{
     margin-top: -100px;
  }

  .mobile-top{
    padding-top: 43px;
    background-color: white;
  }
  .mobile-top img{
    width: 27% !important;
    padding-left:29px;
  }

}

/*=====================================
topの部分終わり
=====================================*/

/*=====================================
 ナビゲーション部分
=====================================*/

.main-header{
  position: -webkit-sticky;
  position: fixed;
  top:0;
  z-index: 3;
  margin-top: 0;
  width: 100%;
  height: 90px;
  -webkit-overflow-scrolling: touch;
  background-color: white;
}
.main-header .m-nav-wrap {
  width: 95%;
  padding-top: 40px;
}
.main-header .logo{
  position: absolute;
  top:30px;
  left: 0px;
}
.main-header .logo img{
  width:23%;
  padding-left:37px;
}

.main-header .m-nav-wrap .m-nav .m-nav-innerbox{
position: absolute;
top: 24px;
left: 125px;
height: 74px;
padding-left: 50px;
width: 90%;
text-align: center;
margin-left: auto;
margin-right: auto;
font-weight: bold;
border-radius: 20px;
}
.main-header .m-nav-wrap .m-nav .m-nav-innerbox .m-nav-item {
  display: inline-block;
  text-align: right;
  vertical-align: middle;

}
.main-header .m-nav-wrap .m-nav .m-nav-innerbox .startdl-mobile{
  visibility: hidden;
}
.main-header .m-nav-wrap .m-nav .m-nav-innerbox .m-nav-item a,
.main-header .m-nav-wrap .m-nav .m-nav-innerbox .m-nav-item a:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.5s color ease;
  padding: 15px 2px 7px 22px;
  font-size: 13pt;
  position: relative;
  text-decoration: none;
  font-family: 'HK Grotesk';
  color: rgba(50, 50, 50, 1);
  letter-spacing: 0.03em;
  top: 15px;
  left: 175px;
}
.main-header .m-nav-wrap .m-nav .m-nav-innerbox .m-nav-item a:hover {
  color: #FF8C00;
  background: -webkit-linear-gradient(0deg, #F49486, #AED584, #89CDED, #D2B3D4, #FAD154);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-header .logo-menu {
  display: none;
}
@media only screen and (min-width:768px) and (max-width:1024px){
  .main-header .logo .logo-center img{
    height: 45%;
    padding-right: 30px;
  }
  .logo .logo-center img{
    width: 100%;
  }
  .main-header .m-nav-wrap{
    padding-top: 65px;
  }
  .main-header .m-nav-wrap .m-nav .m-nav-innerbox{
    padding-left: 0;
    left:90px;
    width:63%;
  }
}

@media screen and (max-width:473px){
  .main-header{
    background-color: initial;
  }
  .main-header .m-nav-wrap{
    position: fixed;
    text-align: left;
    background: black;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    overflow: hidden;
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(120%);
    transform: translateX(120%);/*左に隠しておく*/
    box-sizing: border-box;
    z-index: 1000;
    padding-top: 30px;
  }
  .main-header .show{
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示（右へスライド）*/
  }
  .main-header .m-nav-wrap .m-nav .m-nav-innerbox{
    margin-top: 100px;
    position: absolute;
    top: 0px;
    left: -30px;
    height: 300px;
    width: 150px;
    background-color: black;
    box-shadow: 0px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
    border-radius: 0px;
    color: #fff;
  }
  .logo .logo-center img{
    display: none;
  }
  .main-header .m-nav-wrap .m-nav .m-nav-innerbox .m-nav-item {
    display:block;
    vertical-align: middle;
    text-align: left;
    padding-bottom: 10px;
  }
  .main-header .m-nav-wrap .m-nav .m-nav-innerbox .m-nav-item a,
  .main-header .m-nav-wrap .m-nav .m-nav-innerbox .m-nav-item a:hover{
    position: static;
    font-size: 17pt;
    color: #fff;
    text-decoration: none;
    z-index: 2;
  }
  .main-header .m-nav-wrap .m-nav .m-nav-innerbox .m-nav-item:not(:first-child){
    margin-top: 20px;
  }


.main-header .filter{
  position: fixed;
  top:0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 990;
}
.nav-blue span{
  background: white;
}
.nav-white span{
  background: white;
}
.nav-toggle{
    position: fixed;
    display: inline-block;
    width: 63px;
    height: 63px;
    top: 15px;
    float: right;
    right: 15px;
    z-index: 1200;
    border-radius: 50px;
    background-color: black;
  }
  .nav-toggle span{
    display: block;
    margin-top: 23px;
    height: 2px;
    width: 60%;
    z-index: 1200;
    margin-left: 15px;
  }
  .nav-toggle span:not(:first-child){
    margin-top: 7px;
    margin-left: 15px;
  }
  .nav-toggle-close{
    position: fixed;
    display: inline-block;
    width: 35px;
    height: 35px;
    top: 25px;
    float: right;
    right: 25px;
    z-index: 1100;
  }
  .nav-toggle-close span{
    position: relative;
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    z-index: 1200;
  }
  .nav-toggle-close span:not(:first-child){
    margin-top: 0px;
  }
  .nav-toggle-close span:nth-child(2){
    /*display: none;*/
    transition: .4s ease-in-out;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .nav-toggle-close span:nth-child(1){
    position: absolute;
    margin-top: 14px;
    transition: .4s ease-in-out;/*滑らかに表示*/
    -moz-transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg) translateY(0px);
    transform: rotate(-45deg translateY(0px));
  }
  .nav-toggle-close span:nth-child(3){
    position: absolute;
    margin-top: 12px;
    transition: .4s ease-in-out;/*滑らかに表示*/
    -moz-transform: rotate(45deg) translateY(0px);
    -webkit-transform: rotate(45deg) translateY(0px);
    -o-transform: rotate(45deg) translateY(0px);
    -ms-transform: rotate(45deg) translateY(0px);
    transform: rotate(45deg) translateY(0px);
  }
  .main-header .logo {
    display: none;
  }
  .main-header .logo-menu {
    display: block;
  }
  .main-header .logo-menu img {
    width: 30%;
    padding-left:25px;
  }
}

/*=====================================
nav toggle終わり
=====================================*/

/*=====================================
what is
=====================================*/
.whats{

}
.whats .w-wrapper{
  text-align: center;
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.whats .w-wrapper h2{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-top: 30px;
}
.whats .w-wrapper .p-mobile{
  display: none;
}
.whats .w-wrapper .p-computer p{
  margin-top: 10px;
  text-align: left;
  width: 100%;
  font-size: 13pt;
  line-height: 30px;
}
.whats  table{
  margin-left: 0;
  margin-right: 0;
}
.whats  td{
  width: 50%;
  display:table-cell;
  border-spacing:0px;
}
.whats  .model {
  width: 100%;
  margin-bottom: -433px;
}
.whats  .model img{

}
.whats  .title{
  background-color: rgba(239, 244, 246, 1);
  padding-top: 135px;
    padding-bottom: 92px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
}
.whats  .title img{
  width:65%;
  padding-bottom: 50px;
}
.whats  .title .mooned_sns img{
  width:7%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.whats  .title p{
  line-height: 32px;
  font-size:13pt;
  text-align: left;
  margin-bottom: 50px
}
.whats  .title2{
  background-color: rgba(249, 249, 249, 1);
  padding-top: 141px;
  padding-bottom: 115px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
}
.whats  .title2 img{
  width:40%;
  padding-bottom: 87px;
}
.whats  .title2 p{
  line-height: 24px;
  text-align: left;
  margin-bottom: 50px;
}

.whats  .title .button {
  text-align: center;
  width: 230px;
  margin: auto;
}
.whats  .title .button a{
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  padding: 18px 45px 18px 45px;
  color:black;
  font-size: 15pt;
  line-height: 30px;
}
.whats  .title .button a:hover{
  color: black;
  background : linear-gradient(to right,
                              #F49486,
                              #AED584,
                              #89CDED,
                              #D2B3D4,
                              #FAD154);
  width:200px;
}
.whats  .title2 .button {
  text-align: center;
  /*width: 230px; ボタン崩れSafari*/
  width: 240px;
  margin: auto;
}
.whats  .title2 .button a{
  border: 1px solid;
  text-align: center;
  text-decoration: none;
  padding: 18px 45px 18px 45px;
  color:black;
  font-size: 13pt;
  line-height: 30px;
}
.whats  .title2 .button a:hover{
  color: black;
  background : linear-gradient(to right,
                              #F49486,
                              #AED584,
                              #89CDED,
                              #D2B3D4,
                              #FAD154);
  width:200px;
}
@media screen and (max-width: 920px){
  .whats .w-wrapper{
    width: 95%;
  }
}
@media only screen and (min-width:768px) and (max-width:1024px){
  .whats .w-wrapper .p-computer {
    width:85%;
    margin: auto;
  }
  .whats .model{
    width: 100%;
    margin-bottom: -250px;
  }
  .whats .title{
    padding-top: 26px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
  }
  .whats .title img{
    width:50%;
    padding-bottom: 30px;
  }
  .whats .title p{
    font-size: 10pt;
    margin-bottom: 20px;
  }
  .whats .title .button a {
    font-size: 9pt;
    padding: 10px 10px 10px 10px;
  }
  .whats .title2{
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
  }
  .whats .title2 img{
    width:30%;
    padding-bottom: 30px;
  }
  .whats .title2 p{
    font-size: 10pt;
    margin-bottom: 20px;
  }
  .whats .title2 .button a {
    font-size: 9pt;
    padding: 10px 10px 10px 10px;
  }
}
@media only screen and (min-width:414px) and (max-width:736px){
}
@media screen and (max-width: 685px){
  .whats {
    width: 100%;
  }
  .whats .w-wrapper .p-computer {
    display: none;
  }
  .whats .w-wrapper .p-mobile {
    display: block;
  }
  .whats .w-wrapper .p-mobile p{
    padding-top: 15px;
    width: 90%;
    font-size: 11pt;
    margin-left: 25px;
    line-height: 23px;
    text-align: left;
  }
  .whats table{
    margin-right: -15px;
  }
  .whats td{
    width: 100%;
    display: block;
  }
  .whats .model{
    margin-bottom: 0px;
  }
  .whats .title p{
    line-height: 25px;
    font-size: 12pt;
  }
  .whats .title {
    padding-top: 62px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 70px;
  }
  .whats .title img{
    padding-bottom:30px;
  }
  .whats .title p{
    margin-bottom: 20px;
  }
  .whats .title2 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .whats .title2 img{
    width: 40%;
    padding-bottom:30px;
  }
}
/*=====================================
what'sの部分終わり
=====================================*/

/*=====================================
teamの部分
=====================================*/

.team .t-wrapper{
  text-align: center;
  width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
.team .t-wrapper:not(:last-child){
  margin-bottom: 30px;
}
.team .t-wrapper img{
  width:25%;
}
.team .t-wrapper .t-indivisual{
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 280px;
  min-height: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
}
.team .t-wrapper .t-indivisual:first-child{
  margin-right: 40px;
}
.team .t-wrapper .t-indivisual:nth-child(2){
  margin-right: 40px;
}
.team .t-wrapper .t-indivisual .porf-pic{
  width: 70%;
  object-fit: cover;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.team .t-wrapper .t-indivisual .txt h3{
  display: inline-block;
  vertical-align: middle;
  font-size: 13pt;
  margin-bottom: 10px;
  color: #272727
}
.team .t-wrapper .t-indivisual .txt h4{
  color:#C4C4C4;
  font-size: 10pt;
  margin-bottom: 20px;
}
.team .t-wrapper .t-indivisual .txt p{
  margin-left: auto;
  margin-right: auto;
  font-size: 10pt;
  text-align: left;
  line-height: 18px;
  padding-top: 20px;
}

@media screen and (max-width: 920px){
  .team .t-wrapper{
    width: 90%;
  }
  .team .t-wrapper .t-indivisual{
    width: 30%;
  }
}
@media screen and (max-width: 870px){
  .team .t-wrapper .t-indivisual{
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    min-height: auto;
    padding:20px;
    box-sizing: border-box;
  }
  .team .t-wrapper .t-indivisual:first-child{
    margin-right: auto;
  }
  .team .t-wrapper .t-indivisual:nth-child(2){
    margin-right: auto;
  }
  .team .t-wrapper .t-indivisual:not(:last-child){
    margin-bottom: 30px;
  }
  .team .t-wrapper .t-indivisual .porf-pic{
    display: block;
    margin: auto;
    vertical-align: middle;
    width: 58%;
    margin-bottom: 30px;
  }
  .team .t-wrapper .t-indivisual .txt{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 75%;
  }
  .team .t-wrapper .t-indivisual .txt h3 {
    font-size: 18pt;
    margin-bottom: 15px;
  }
  .team .t-wrapper .t-indivisual .txt p {
    font-size: 12pt;
    line-height: 22px;
  }
}
@media screen and (max-width: 600px){
  .team{
  }
  .team .t-wrapper{
    width: 100%;
    padding-bottom: 0px;
  }
  .team .t-wrapper img{
    width:50%;
  }
  .team .t-wrapper .t-indivisual{
    width: 95%;
  }
  .team .t-wrapper .t-indivisual .txt h3{
    font-size: 16pt;
    margin-bottom: 10px;
  }
  .team .t-wrapper .t-indivisual .txt p{
    width: 100%;
    font-size: 12pt;
  }
}
@media screen and (max-width: 470px){
  .team .t-wrapper .t-indivisual{
    padding-top:15px;
    padding-bottom:15px;
    padding-right:0px;
    padding-left:5px;
  }
  .team .t-wrapper .t-indivisual .txt{
    width: calc(100% - 66px);
  }
  .team .t-wrapper .t-indivisual .txt p{
    line-height: 21px;
  }
}
@media screen and (max-width: 370px){
  .team .t-wrapper .t-indivisual .txt{
    width: calc(100% - 100px);
    margin-left: 10px;
  }
  .team .t-wrapper .t-indivisual .txt h3{
    font-size: 10pt;
    margin-bottom: 8px;
  }
  .team .t-wrapper .t-indivisual .txt h3 .tw{
    position: absolute;
    width: 50%;
    top: 100%;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    text-align: center;
    margin-left: 5px;
  }
  .team .t-wrapper .t-indivisual .txt h3 .fb{
    position: absolute;
    width: 50%;
    top: 100%;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    text-align: center;
  }
  .team .t-wrapper .t-indivisual .txt h3 .ng{
    position: absolute;
    width: 50%;
    top: 100%;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    height: 15px;
    text-align: center;

  }
  .team .t-wrapper .t-indivisual .txt p{
    font-size: 7pt;
    margin-bottom: 8px;
  }
}
/*=====================================
teamの部分終わり
=====================================*/

/*=====================================
join us部分
=====================================*/
.join-us{
  text-align: center;
  margin-bottom: 150px;

}
.join-us a{
  text-decoration: none;
  color:black;
  border:1px solid black;
  padding:15px;
}

@media screen and (max-width:473px){
  .join-us p{
    margin-left: 30px;
    margin-right: 30px;
    line-height: 18pt;
    font-size: 13pt;
  }
}
/*========================================
お問い合わせフォームのcss
========================================*/
.contact{
  background-image: url("../img/background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px;
}
.contact_card {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  z-index:1;
  position: relative;
}
form{
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
}
form input[type="submit"]{
  background: transparent;
  display: block;
  width: 240px;;
  height: 60px;
  border: 1px solid;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
form input[type="submit"]:focus{
  outline: none;
}

.contact-table {
  border-collapse: collapse;
  width: 100%;
}
.contact-table th,
.contact-table td {
  color: #272727;
  display: block;
}
.contact-table th {
  text-align: left;
  width: 100%;
  vertical-align: middle;
  padding-bottom: 10px;
}
.contact-table td {
  padding-bottom:20px;
}
.contact-table td input[type="text"] {
  padding: 8px 3px;
  color: #272727;
  font-size: 10pt;
  width: 100%;
  outline: 0 !important;
  border: 0px;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
}
.contact-table td textarea {
  -webkit-appearance: none;
  width: 101%;
  height: 180px;
  border: 0;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
  outline: none;
  color: #272727;
  font-size: 11pt;
  resize: none;
  box-sizing: border-box;
  padding-top: 10px;
  padding-left: 5px;
}
.contact-table td input[type="text"]:focus {
  outline: 0;
}
.contact-table td input[type="text"]:focus::placeholder {
  color: transparent;
}
.contact-table td textarea:focus {
  outline: 0;
}
.contact-table td textarea:focus::placeholder {
  color: transparent;
}
.contact-table th.must::after {
  content: "必須";
  font-size: 10pt;
  display: inline;
  vertical-align: middle;
  background: #F2DABB;
  color: #fff;
  margin-left: 10px;
  padding: 3px;
  border-radius: 3px;
}

.contact-table th.void::after {
  content: "×未入力です";
  font-size: 10pt;
  display: inline;
  vertical-align: middle;
  background: #fa333e;
  color: #fff;
  margin-left: 10px;
  padding: 3px;
  border-radius: 3px;
  -webkit-animation:blink 1.5s ease-in-out infinite alternate;
  -moz-animation:blink 1.5s ease-in-out infinite alternate;
  animation:blink 1.5s ease-in-out infinite alternate;
}
.contact-table th.error::after {
  content: "×入力規則が違います";
  font-size: 10pt;
  display: inline;
  vertical-align: middle;
  background: #fa333e;
  color: #fff;
  margin-left: 10px;
  padding: 3px;
  border-radius: 3px;
  -webkit-animation:blink 1.5s ease-in-out infinite alternate;
  -moz-animation:blink 1.5s ease-in-out infinite alternate;
  animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.contact-table td {
  line-height: 26px;
}

.contact-pic{
  position: relative;
  top: 250px;
  left: 50px;
  height: 350px;
  width: 350px;
  background-color: #F2DABB;
  border-radius: 55px;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.05);
  z-index:0;
}
.contact-pic2{
  position: relative;
  left: 960px;
  top: -100px;
  height: 266px;
  width: 350px;
  background-color: #F2DABB;
  border-radius: 45px;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.13);
  -webkit-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  transform: rotate(-70deg);
  z-index: 2;
}

@media screen and (max-width: 800px){
  form{
    width: 90%;
  }
  form .contact-table tr, form .contact-table th, form .contact-table td{
    width: 100%;
  }
}
@media screen and (max-width: 647px){
  .contact{
    padding: 0;
    padding-top: 50px;
  }
  .contact_card{
    width: 85%;
  }
  .contact-table td input[type="text"] {
    width: 90%;
  }
  .contact-table td textarea {
    width: 90%;
  }
  .contact-pic{
    width: 140px;
    height: 300px;
    left: 0;
    background-color: rgba(226, 248, 248, 1);
    border-radius: 22px;
    box-shadow: 0px 2px 30px 0px rgba(226, 248, 248, 1);
  }
  .contact-pic2{
    position: relative;
    left: 280px;
    height: 140px;
    width: 220px;
    background-color: rgba(255, 214, 80, 1);
border-radius: 22px;
box-shadow: 0px 2px 30px 0px rgba(255, 214, 80, 0.4);
-webkit-transform: rotate(-70deg);
-ms-transform: rotate(-70deg);
transform: rotate(-70deg);
    z-index:1;
  }
}
@media screen and (max-width: 450px){
  form{
    width: 95%;
    padding-bottom: 0px;
  }
}
/*========================================
お問い合わせフォームのcss終わり
========================================*/

/*=====================================
お問い合わせ後
=====================================*/
.thanks{
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
  padding-left: 50px;
}
.thanks p{
  display: inline-block;
  vertical-align: middle;
  font-size: 13pt;
  margin-left: 10px;
}
.thanks .close{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
}
.thanks .close::before,
.thanks .close::after{
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 15px;
  border-top: 1px solid #fff;
}
.thanks .close::before{
  transform: skewY(-45deg);
}
.thanks .close::after{
  transform: skewY(45deg);
}
.disp-non{
  display: none;
}
.disp-block{
  display: block;
}
/*=====================================
お問い合わせ後終わり
=====================================*/


/*========================================
start CSS
========================================*/

.start .s-wrapper{
  position: relative;
  padding-top: 170px;
  text-align: center;
  background: #fff;
}

.start .s-wrapper .dl_apple {
  width:200px !important;
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: 0.3;
}
.start .sns-logo a{
  display: inline-block;
  vertical-align: middle;
}
.start .sns-logo a:first-child{
  margin-right: 10px;
}
.start .sns-logo a:nth-child(2){
  margin-left: 10px;
}
.start .sns-logo a img{
  width: 40px;
  margin-top: 100px;
  margin-bottom: 15px;
}
.start .sns-logo a img:hover{
  opacity: 0.8;
}
.line img{
  padding-left: 20px;
  width:100px !important;
}
.line-mobile img{
  display: none;
}

@media screen and (max-width:473px){
  .start .line img{
    display: none;
  }
  .start .line-mobile img{
    display: block;
    width: 75px !important;
    height:85%;
    padding-left: 20px;
    padding-bottom: 3px;
  }
  .start .sns-logo a img{
    width: 30px;
  }
}
/*========================================
fotter　CSS
========================================*/

footer {
  background-color: black;
  position: relative;
  margin-bottom: 0px;
  text-align: center;
  padding-top: 50px;
  z-index: 0;
  overflow: hidden;
}
footer .fb {
  width: 1.5%;
  padding-bottom: 30px;
}
footer table{
  width: 100%;
}
.copyright {
  position: relative;
  font-size: 11pt;
  color: white;
  float: left;
  vertical-align: middle;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left:80px;
  font-family: 'HK Grotesk';
}
.footer_right{
  float: right;
  padding-top: 30px;
  margin-right:80px;
  padding-bottom: 30px;
}
.footer_right a{
  font-size: 10pt;
  color:white;
  vertical-align: middle;
  padding-left:35px;
  text-decoration: none;
}
.footer_right a:hover, footer .dtable .dtable_c a:hover{
  color: #FF8C00;
  background: -webkit-linear-gradient(0deg, #F49486, #AED584, #89CDED, #D2B3D4, #FAD154);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer .footer_logo{

}
footer .dtable {
    display: table;
    text-align: left;
    margin-left: 80px;
    margin-right: 80px;
    border-bottom: 1px solid white;
    padding-bottom: 100px;
}
footer .dtable_c {
    display: table-cell;
    vertical-align: top;
    width: 25%;
}
footer .dtable .dtable_c h2{
  color: #FF8C00;
  font-family: 'HK Grotesk';
  background: -webkit-linear-gradient(0deg, #F49486, #AED584, #89CDED, #D2B3D4, #FAD154);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-size: 16pt;
  width:30%;
  padding-bottom: 20px;
}
footer .dtable .dtable_c a{
  color: white;
  text-decoration: none;
  line-height: 30pt;
}
footer .dtable .dtable_c .logo {
  width: 45%;
}
footer .dtable .dtable_c .social{
  width:7.5%;
  padding-right:20px;
}
footer .dtable .dtable_c .social_fb{
  width:3.5%;
  padding-right:20px;
}

@media screen and (max-width:473px){
 footer .logo{
   width: 20%;
 }
 footer .fb{
   width: 2%;
   padding-bottom: 10px;
   padding-top:30px;
 }
.copyright{
  margin-left:30px;
}
footer .dtable .dtable_c .logo {
    width: 60%;
}
footer .dtable{
  margin-left:30px;
  border-bottom:none;
  padding-bottom: 50px;
}
footer .dtable_c {
    width: 90%;
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
}
footer .footer_right{
  float: none;
  padding-top: 0px;
  margin-right: 0px;
  padding-bottom: 10px;
}
.footer_right a{
  display: list-item;
  text-align: left;
  line-height:22pt;
  padding-left: 30px;
}

}


/*=====================================
about usの部分
=====================================*/
.about-us .au-wrapper{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
.about-us .au-wrapper table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
.about-us .au-wrapper table th,
.about-us .au-wrapper table td {
  padding: 13px;
  color: #373737;
}

.about-us .au-wrapper table th {
  width: 35%;
  font-weight: bold;
  vertical-align: middle;
}
.about-us .au-wrapper table td {
  line-height: 20px;
}

@media screen and (max-width: 920px){
  .about-us .au-wrapper{
    width: 95%;
  }
  .about-us .au-wrapper table th {
    width: 30%;
    padding-right: 6px;
    vertical-align: middle;
  }
}
@media screen and (max-width:473px){
  .about-us{
    padding-top: 10px;
  }
  .about-us .logo-mobile{
    display: block;
  }
  .about-us .logo-mobile img{
    padding-left: 25px;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 55%;
  }
  .about-us .au-wrapper{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
  }
  .about-us .au-wrapper table th {
    width: 90%;
    display: block;
  }
  .about-us .au-wrapper table td {
    width: 95%;
    line-height: 26px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid rgba(239, 239, 239, 1);

  }
}
/*=====================================
about usの部分終わり
=====================================*/

/*=====================================
termsの部分
=====================================*/

.terms .terms-wrapper{
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.terms-h2 {
  padding-top: 100px;
  padding-bottom: 50px;
  font-size: 20pt;
  font-weight: bold;
}
.terms .terms-wrapper table {
  background: #fff;
  border-collapse: collapse;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.terms .terms-wrapper .bold-b{
  padding-top: 30px;
  font-size: 15pt;
  font-weight: bold;
}
.terms .terms-wrapper .bold-s{
  padding-top: 15px;
  font-size: 13pt;
  font-weight: bold;
}

.terms .terms-wrapper table td {
  padding: 10px;
  font-size: 11pt;
  color: #373737;
  line-height: 23px;
}

.terms .terms-wrapper .terms-padding {
  padding-top: 60px;
}

.terms .terms-wrapper .logo-mobile{
  display: none;
}

@media screen and (max-width: 920px){
  .terms .terms-wrapper{
    width: 95%;
  }
  .terms-us .terms-wrapper table th {
    width: 30%;
    padding-right: 6px;
    vertical-align: middle;
  }
}
@media screen and (max-width:473px) {
  .terms {
    position: relative;
    width: 90%;
    padding-left: 15px;
  }
  .terms .terms-wrapper .logo-mobile{
    display: block;
  }
  .terms .terms-wrapper .logo-mobile img{
    padding-bottom: 40px;
    width: 60%;
  }
  .terms-h2{
    padding-top : 0;
  }
}
/*=====================================
termsの部分終わり
=====================================*/

/*=====================================
guide
=====================================*/
.guide .g-wrapper{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 50px;
}
.guide .g-wrapper .logo-mobile{
  display: none;
}
.tabBox {
  display: table;
}
.tabBox .tabMenu {
  width: 30%;
  display: table-cell;
  border-right:1px solid rgba(229, 229, 229, 1);
}
.tabBox .tabMenu label {
  display: block;
  line-height: 45px;
  font-size: 14pt;
  padding-bottom: 10px;
}
.tabBox .tabMenu label:hover {
  color: #F2DABB;
  font-weight: bold;
}
.tabBox .tabContent {
  display: table-cell;
  width : 90%;
  padding-left: 30px;
}
.tabBox .tabContent .safety {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
}
.tabBox .tabContent .safety .number1 {
  display: none;
  position: absolute;
  width: 21px;
  top: 626px;
  left: 532px;
}
.tabBox .tabContent .safety .number2 {
  display: none;
  position: absolute;
  width: 30px;
  top: 1156px;
  left: 532px;
}
.tabBox .tabContent .safety .number3 {
  display: none;
  position: absolute;
  width: 31px;
  top: 1703px;
  left: 532px;
}
.tabBox .tabContent .safety .number4 {
  display: none;
  position: absolute;
  width: 34px;
  top: 2249px;
  left: 532px;
}
.tabBox .tabContent .safety .number5 {
  display: none;
  position: absolute;
  width: 33px;
  top: 2781px;
  left: 532px;
}
.tabBox .tabContent h2{
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18pt;
  font-weight: bold;
  color: #373737;
}
.tabBox .tabContent p{
  padding-bottom: 30px;
  font-size: 12pt;
  color: #373737;
  line-height: 30px;
}
.tabBox .tabContent .safety h2{
  text-align: left;
  line-height: 27px;
  padding-left: 150px;
}
.tabBox .tabContent .safety p{
  text-align: left;
  line-height: 25px;
  padding-left: 150px;
}
.tabBox .tabContent .safety .center p{
  text-align: center;
  font-size: 11pt;
  padding-left: 50px;
  padding-right: 50px;
}
.tabBox .tabContent img{
  width: 30%;
  padding-top: 10px;
}
.tabBox .tabContent .safety img{
  width: 45%;
  padding-top: 10px;
}
.tabBox .tabContent h3{
  font-size: 14pt;
  padding-bottom: 10px;
  font-weight: bold;
  color: #373737;
}
.tabBox .tabContent a{
  color: #F2DABB;
  text-decoration: none;
}
.tabBox .tabContent .blue {
  color: #F2DABB;
}
.tabBox .tabContent .gray {
  color: rgba(87, 87, 87, 1);
  font-size: 11pt;
  line-height: 20px;
  padding-bottom: 30px;
}
.tabBox .tabContent .bold {
  font-weight: bold;
}
.tabBox input[type="radio"] {display: none;}
.tabBox > .tabContent > div {display: none;}
.tabBox > .tabContent > input[name="tab"]:checked + div {display: block;}

.sample-accordion {
  display: none;
}
@media screen and (max-width:473px){
  .guide .g-wrapper .logo-mobile{
    display: block;
  }
  .guide .g-wrapper .logo-mobile img{
    padding-bottom: 40px;
    padding-top: 10px;
    width: 60%;
  }
  .tabBox {
    display: none;
  }
  .sample-accordion {
    display: block;
  }
  .sample-accordion {
    margin: 0 auto;
    padding: 0;
  }
  .sample-accordion .ac-content {
    margin: 0;
    padding: 0;
  }
  .sample-accordion input {
    display: none;
  }
  .sample-accordion label {
    display: block;
    padding: 10px;
    font-weight: bold;
    font-size: 13pt;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
  }
  .sample-accordion label:hover {
    color: #F2DABB;
  }
  .sample-accordion .ac-cont {
    transition: 0.2s;
    height: 0;
    overflow: hidden;
    padding: 0 10px;
  }
  .sample-accordion input:checked + .ac-cont {
    height: auto;
    padding: 10px;
    box-sizing: border-box;
  }
  .sample-accordion input:checked + label {
    color: #F2DABB;
  }

  .sample-accordion .ac-content h2{
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 15pt;
    font-weight: bold;
    color: #373737;
  }
  .sample-accordion .ac-content p{
    padding-bottom: 30px;
    font-size: 11pt;
    color: #373737;
    line-height: 25px;
  }
  .sample-accordion .ac-content img{
    width: 70%;
    text-align: center;
    padding-left: 35px;
  }
  .sample-accordion .ac-content .safety h2{
    text-align: left;
    line-height: 27px;
    padding-left: 35px;
  }
  .sample-accordion .ac-content .safety p{
    text-align: left;
    line-height: 25px;

  }
  .sample-accordion .ac-content .safety .center p{
    text-align: center;
    font-size: 11pt;
    padding-left: 0px;
  }
  .sample-accordion .ac-content h3{
    font-size: 14pt;
    padding-bottom: 10px;
    font-weight: bold;
    color: #373737;
  }
  .sample-accordion .ac-content a{
    color: #F2DABB;
    text-decoration: none;
  }
  .sample-accordion .ac-content .blue {
    color: #F2DABB;
  }
  .sample-accordion .ac-content .gray {
    color: rgba(87, 87, 87, 1);
    font-size: 11pt;
    line-height: 20px;
    padding-bottom: 30px;
  }
  .sample-accordion .ac-content .bold {
    font-weight: bold;
  }
  .sample-accordion .ac-content .safety .number1 {
    width: 21px;
    position: relative;
    top: 80px;
    left: -40px;
  }
  .sample-accordion .ac-content .safety .number2 {
    width: 30px;
    position: relative;
    top: 80px;
    left: -40px;
  }
  .sample-accordion .ac-content .number3 {
    width: 31px;
    position: relative;
    top: 80px;
    left: -40px;
  }
  .sample-accordion .ac-content .safety .number4 {
    width: 34px;
    position: relative;
    top: 80px;
    left: -40px;
  }
  .sample-accordion .ac-content .safety .number5 {
    width: 33px;
    position: relative;
    top: 80px;
    left: -40px;
  }

.grad-btn{
  text-align: right;
}
.grad-btn::before {
  content: "続き▼";
  color: #fff;
  background-color: #F2DABB;
  border-top: 1px solid #F2DABB;
  border-right: 1px solid #F2DABB;
  border-left: 1px solid #F2DABB;
  border-bottom: 1px solid #F2DABB;
  border-radius: 15px;
  padding: 5px 10px 5px 10px;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる▲" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

}

/*=====================================
recruit
=====================================*/
.recruit{
  padding-top: 50px;
  width:58%;
  margin-left: auto;
  margin-right:auto;
  font-family: "Hiragino Sans";
}
.rainbow_recuit{
  height: 420px;
  background: url(../img/background.png);
}
.top .top_recruit h3{
  position: absolute;
  top: 165px;
  font-size: 30pt;
  line-height: 36pt;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Hiragino Sans";
  font-weight: 500;
}
.top .top_recruit a{
  position: absolute;
  top: 305px;
  text-decoration: none;
  border: 1px solid black;
  color:black;
  padding: 17px 70px;
  font-size: 12pt;
  width:8%;
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Hiragino Sans";
}
.recruit h2{
  font-weight: 500;
  font-size:19pt;
  padding-top:30px;
  padding-bottom:30px;
  font-family: "Hiragino Sans";
}
.recruit h3{
  font-weight: 500;
  font-size:15pt;
  padding-top:20px;
  padding-bottom:20px;
  font-family: "Hiragino Sans";
}

.recruit p{
  font-size:12pt;
  line-height: 20pt;
  font-family: "Hiragino Sans";
}
hr {
   border-width: 1px 0px 0px 0px;
   border-style: solid;
   border-color: #D8D8D8;
   height: 1px;
}
.recruit table{
  width:100%;
  border:1px solid #d8d8d8;
  text-align: left;
}
.recruit tr{
  border:1px solid #d8d8d8;
}
.recruit th{
  padding: 20px;
  width:30%;
  border-right:1px solid #d8d8d8;
}
.recruit td{
  padding: 10px 30px;
  font-size: 11pt;
  line-height: 17pt;
}
.recruit .apply a {
  text-decoration: none;
  border: 1px solid black;
  color:black;
  padding: 20px 90px;
  font-size: 12pt;
  left: 0;
    right: 0;
    position: absolute;
    width: 11%;
    margin: auto;
    text-align: center;
}

@media screen and (max-width:473px){
  .recruit {
    padding-top: 30px;
    width: 90%;
  }
  .rainbow_recuit{
    height: 358px;
    background-size: cover;
  }
  .recruit p{
    font-size:11pt;
  }
  .recruit h3{
    padding-top: 10px;
  }
  .recruit h2{
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .recruit td{

  }
  .top .top_recruit h3{
    top: 167px;
    font-size: 24pt;
    line-height: 27pt;
  }
  .top .top_recruit a{
    padding: 17px 66px;
    width: 19%;
  }
  .recruit .apply a{
    padding: 17px 80px;
    width: 19%;
  }
  .recruit table,.recruit tr,.recruit td,.recruit tbody{
    width: 100%;
    display: block;
    border:0;
  }
  .recruit th{
    width: 85%;
    display: block;
    border:0;
    padding: 10px 25px;
    background-color: #F7F7F7;
  }
  .recruit td{
    padding: 10px;
    display: block;
  }
}
/*=====================================
apply
=====================================*/
.apply{
  padding: 80px;
}
.rainbow_apply{
  height: 400px;
  background: url(../img/background.png);
}

@media screen and (max-width:473px){
.apply {
    padding: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}
}
