@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');


@charset "UTF-8";

/**************************************************
Brakpoint
***************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style-image: none;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* Helper */
.valign_top {
  vertical-align: top;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
  color: #3E3A39;
}

select::-ms-expand {
  display: none;
}

/* COMMON
--------------------------------------------------- */
html {
  background: #E9E8E2;
  font-family: 'Inter', "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-weight: 500;
  font-style: normal;
  height: 100%;
  color: #000;
  font-size: .6944444444vw !important;
  line-height: 1.8;
  letter-spacing: 0.08em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 0.625vw !important;
  }
}
@media screen and (min-width: 1800px) {
  html {
    font-size: 0.556vw !important;
  }
}
@media screen and (min-width: 2000px) {
  html {
    font-size: 0.5vw !important;
  }
}
@media screen and (min-width: 2200px) {
  html {
    font-size: 0.4545vw !important;
  }
}
@media screen and (min-width: 2400px) {
  html {
    font-size: 0.4167vw !important;
  }
}
@media screen and (min-width: 2600px) {
  html {
    font-size: 0.3846vw !important;
  }
}

.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}


a,button {
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover,button:hover {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.7;
}




.pc {
  display: block;
}

.sp {
  display: none;
}


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

.inner {
  max-width: 110rem;
  width: 100%;
  position: relative;
  margin: 0 auto;
}


.common_ttl{
  font-size: 5.6rem;
  font-weight: 500;
  line-height: 1.05;
}

.common_lead{
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.0;
  margin-top: 2.5rem;
}
.common_lead a{
  text-decoration: underline;
}







@media only screen and (max-aspect-ratio: 7 / 10) {
  html {
    font-size: 2.6666666667vw !important;


  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 600;
  }

  a,button {
    -webkit-transition: none;
  -o-transition:none;
  transition:none;
}

a:hover,button:hover {
  -webkit-transition: none;
  -o-transition:none;
  transition:none;
  opacity: 1.0;
}



  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body {
    line-height: 1.8;
  }

  .inner{
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 3rem;
  }

  .common_ttl{
  font-size: 3.5rem;
  line-height: 1.05;
  letter-spacing: 0.03em;
}

.common_lead{
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 2.5rem;
}





 


}
/* HEADER
--------------------------------------------------- */
header {
  padding: 4.5rem 3.5rem;
  
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
header .header_inner {
  width: 100%;
    position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}

header .header_inner .head_logo {
  width:5rem;
  opacity: 0;
  transform: translateY(-10rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: fixed;
 left: 3.5rem;
  top: 2.5rem;
}
header .header_inner .head_logo.show {
 opacity: 1;
  transform: translateY(0);
  position: fixed;
  left: 3.5rem;
  top: 2.5rem;
}



header .header_inner .global-nav {
  display: flex;
  align-items: center;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header nav ul.main-nav {
  padding-right: 20px;
}
header nav .apply_btn .common_btn::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  top: -1px;
  margin-left: 3px;
  vertical-align: middle;
  background: url("../img/icon_arrow.svg") no-repeat center center;
  background-size: contain;
}
header nav ul.main-nav li a {
  margin-left: 18px;
  padding-right: 18px;
  line-height: 1.4;
  display: block;
  font-weight: 600;
  color: #000;
  font-size: 1.5rem;
}
header nav ul.main-nav li:last-child a {
  border-right: none;
  padding-right: 10px;
}

.head_btn{
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17rem;
  font-weight: 500;
  font-size: 1.5rem;
  border-radius: 100rem;
  padding: 1rem 2rem;
  color: #008A28;
}
.head_btn:hover{
  background-color: #008A28;
  color: #fff;
}

.menu-trigger {
  display: none;
}
@media only screen and (max-aspect-ratio: 7 / 10) {
  header {
    padding: 2rem 2rem;

  }
    

    
    
  header .header_inner .head_logo {
     width: 4rem;

  }
  header .header_inner .global-nav {
    display: block;
  }
  header nav ul {
    display: block;
  }
  header nav ul.main-nav {
    padding-right: 0;
  }
  header nav ul.sns {
    display: flex;
    margin-top: 1.5rem;
  }
  header nav ul.main-nav li a {
    margin-left: 0;
    padding-right: 0;
    line-height: 1.4;
    font-size: 2.4rem;
    border-right: none;
    padding-top: 1.2rem;
  }
  header nav ul.main-nav li:last-child a {
    border-bottom: none;
    padding-bottom: 3rem;
  }
  header ul.sns-nav {
    display: flex;
    margin-top: 25px;
  }
  header ul.sns-nav li {
    width: 4.0rem;
    margin-right: 1rem;
  }
  header nav .apply_btn .common_btn {
    font-size: 1.7rem;
    padding: 1.5rem 0;
  }
  header nav .apply_btn .common_btn::after {
    width: 2rem;
    height: 2rem;
    top: 0px;
    margin-left: 0.5rem;
  }
  .global-nav-wrap {
    background-color: #F5D93C;
    min-height: 100vh;
    overflow: scroll;
    padding: 3rem 2.5rem 0;
    position: fixed;
    right: -100vw;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 70vw;
    z-index: 1000;

  }
  .global-nav-wrap.show {
    bottom: 0;
    right: 0;
    top: 0rem;
  }
  .menu-trigger {
    display: block;
    height: 4rem;
    position: fixed;
    right: 1.5rem;
    top: 1rem;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
    width: 4rem;
    z-index:1001;
 
  
  }

  .menu-trigger .trigger-inner {
    bottom: 0;
    height: 13px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;

  }
  .menu-trigger .trigger-inner span {
    background-color: #000;
    border-radius: 50px;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: All 0.5s ease;
    transition: All 0.5s ease;
    width: 3rem;
    
  
  }
  .menu-trigger .trigger-inner span:first-child {
    top: 1px;
  }
  .menu-trigger .trigger-inner span:nth-child(2) {
    background-color: transparent;
  }
  .menu-trigger .trigger-inner span:nth-child(3) {
    bottom: 0;
  }
  .menu-trigger.active {
    background: transparent;
  }
  .menu-trigger.active:after {
    display: none;
 
  }
  .menu-trigger.active .trigger-inner span:first-child {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
    mix-blend-mode: none;
    background-color: #111;
  }
  .menu-trigger.active .trigger-inner span:nth-child(2) {
    opacity: 0;
  }
  .menu-trigger.active .trigger-inner span:nth-child(3) {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg);
    mix-blend-mode: none;
    background-color: #111;
  }
  .overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    display: none;
    left: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 500;
  }
}

/* KV
--------------------------------------------------- */

#kv {
  position: relative;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  background-color: #F5D93C;
  overflow: hidden;
}


#kv .kv_left {
 position: absolute;
    top: 50%;
    left: 6rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 4.4rem;
font-weight: 500;
line-height: 1.1;
letter-spacing: 0.02em;

}
#kv .kv_left .kv_ttl{
font-size: 4.4rem;
font-weight: 500;
line-height: 1.1;
letter-spacing: 0.02em;

}
#kv .kv_left .kv_ttl span{
display: block;
font-size: 2.0rem;
font-weight: 600;
margin-top: 0.8rem;
}


#kv .kv_right {
 position: absolute;
    top: 50%;
    right: 6rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 1.8rem;

}


#kv .kv_center {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 66rem;

}




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


  #kv {

  min-height: 100dvh;
  height: 100dvh;

}


#kv .kv_left {
    top: 4rem;
    left: 3rem;
    transform:none;
    -webkit-transform:none;
    -ms-transform: none;
    font-size: 2.6rem;
font-weight: 500;
line-height: 1.1;
letter-spacing: 0.02em;


}
#kv .kv_left .kv_ttl{
font-size: 2.6rem;
font-weight: 500;
line-height: 1.1;
letter-spacing: 0.02em;

}
#kv .kv_left .kv_ttl span{
display: block;
font-size: 1.4rem;
font-weight: 600;
margin-top: 0.3rem;
}


#kv .kv_right {
 position: absolute;
 top: auto;
   bottom: 4rem;
    right: 3rem;
    transform:none;
    -webkit-transform:none;
    -ms-transform: none;
    font-size: 1.5rem;

}


#kv .kv_center {
    width: 96%;
    top: 53%;

}


}
/* lead
--------------------------------------------------- */
#lead{
  position: relative;
  padding-top: 24rem;
  margin-bottom: 18rem;
}

#lead::before{
content: "";
background-color:#F5D93C ;
width: 100%;
position: absolute;
left: 0;
top: 0;
height: 33rem;
}

#lead .lead_flex{
  display: flex;
}

#lead .lead_ttl{
 font-size: 4.4rem;
font-weight: 400;
line-height: 1.3;
letter-spacing: 0.15em;
}

#lead .lead_detail{
 font-size: 1.8rem;
font-weight: 500;
line-height: 2.4;
padding-left:4rem;
margin-top: 0.5rem;
}
@media screen and (max-width:768px){
#lead{
  padding-top: 26.5rem;
  margin-bottom: 18rem;
}

#lead::before{
content: "";
background-color:#F5D93C ;
width: 100%;
position: absolute;
left: 0;
top: 0;
height: 33rem;
}

#lead .lead_flex{
  display: block;
}

#lead .lead_ttl{
 font-size: 3.2rem;
font-weight: 400;
line-height: 1.3;
letter-spacing: 0.15em;
}

#lead .lead_detail{
 font-size: 1.5rem;
font-weight: 500;
line-height: 2.2;
padding-left:0rem;
margin-top: 3rem;
}

}


/* project
--------------------------------------------------- */
#project{
  position: relative;
  padding-top: 2rem;
}

.project_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: -1rem;
}

.project_item{
  width: 48%;
  margin-top: 6rem;
}
.project_item.full{
  width: 100%;
}

.project_txt{
  margin-top: 2.2rem;
}

.project_category{
  color: #777;
  font-size: 1.4rem;
  line-height: 1.6;
}
.project_name{
  font-size: 2.2rem;
  margin-top: 0.2rem;
}

.project_item.full .project_category{
  font-size: 1.6rem;
}
.project_item.full .project_name{
  font-size: 2.6rem;
}

.project_blog{
  margin-top: 8rem;
  max-width: 65rem;
}

.project_blog_btn a{
 background-color: #F5D93C;
 font-size: 3.4rem;
 display: flex;
 justify-content: space-between;
 align-items: center;
 line-height: 1.2;
 padding: 3.5rem 3rem;
}

.project_blog_note{
 font-size: 1.2rem;
text-indent: -1em;
  padding-left: 1em;
  margin-top: 1.5rem;
  text-align: justify;
}

.project_note{
  margin-top: 18rem;
}

.project_note a{
 background-color: #F5D93C;
 width: 100%;
 display: flex;
 padding: 12rem 0;
}

.project_note .inner{
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.project_note .project_note_txt{
width: 88%;
}

.project_note .project_note_arrow{
width: 4.5rem;
}

.project_note .project_note_subttl{
 font-size: 2.4rem;
 border-bottom: 1px solid #000;
 padding-bottom: 2rem;
 margin-bottom: 2rem;
}
.project_note .project_note_ttl{
 font-size: 6.0rem;
 font-weight: 500;
 line-height: 1.2;
}

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



.project_list{
display: block;
margin-top: -1rem;
}

.project_item{
  width: 100%;
  margin-top: 4rem;
}


.project_txt{
  margin-top: 2.0rem;
}

.project_category,
.project_item.full .project_category{
  font-size: 1.3rem;
  line-height: 1.6;
}
.project_name,
.project_item.full .project_name{
  font-size: 1.8rem;
  margin-top: 0.5rem;
  line-height: 1.4;
}



.project_blog{
  margin-top: 8rem;
  max-width: 100%;
}

.project_blog_btn a{
 background-color: #F5D93C;
 font-size: 2.2rem;
 display: flex;
 justify-content: space-between;
 align-items: center;
 line-height: 1.2;
 padding: 3.0rem 2.5rem;
}
.project_blog_btn a .icon_arrow{
  width: 3rem;
}

.project_blog_note{
 font-size: 1.1rem;
line-height: 1.4;

}

.project_note{
  margin-top: 13rem;
}

.project_note a{

 padding: 6rem 0;
}

.project_note .inner{

}

.project_note .project_note_txt{
width: calc(100% - 5rem);
}

.project_note .project_note_arrow{
width: 3rem;

}

.project_note .project_note_subttl{
  line-height: 1.4;
 font-size: 1.56rem;
 border-bottom: 1px solid #000;
 padding-bottom: 2rem;
 margin-bottom: 2rem;
}
.project_note .project_note_ttl{
 font-size: 2.8rem;
 font-weight: 500;
 line-height: 1.1;
}


}

  

/* service
--------------------------------------------------- */
#service{
  position: relative;
  padding-top: 2rem;
  margin-top: 17rem;
  margin-bottom: 18rem;
}

.service_chart{
  max-width: 90rem;
  margin: 6rem auto 5rem;
}
.service_fin_txt{
 font-size: 2.2rem;
  line-height: 2.0;
}

.member{
  margin-top: 20rem;
  position: relative;
}

.member_wrap{
  position: relative;
  display: flex;
  justify-content: space-between;
}

.member_wrap .member_ttl{
  width: 42%;
}
.member_wrap .member_ttl .common_ttl{
  position: sticky;
  left: 0;
  top: 3rem;
}
.member_wrap .member_content{
width: 58%;
}

.member_item{
margin-bottom: 17rem;
margin-top: 5rem;
position: relative;
}
.member_item::before{
content: "";
background-color:#F5D93C ;
position: absolute;
left: -4rem;
top:-3.8rem;
height: 16rem;
width: 8rem;
z-index: -1;
}
.member_item.no-company::before{
content: "";
background-color:#F5D93C ;
position: absolute;
left: -4rem;
top:-4.5rem;
height: 16rem;
width: 8rem;
z-index: -1;
}


.member_name{
 font-size: 3.6rem;
  line-height: 1.2;
}
.member_position{
 font-size:1.5rem;
  line-height: 1.2;
  color: #777;
  margin-top: 0.3rem;
}
.member_company{
 font-size:1.2rem;
  line-height: 1.2;
  color: #777;
  margin-top: 0.3rem;
}

@media screen and (max-width:768px){
  #service{
  margin-top: 12rem;
  margin-bottom: 13rem;
}

.service_chart{
  max-width: 100%;
  margin: 4rem auto 4rem;
}
.service_fin_txt{
 font-size: 1.7rem;
  line-height: 1.80;
}

.member{
  margin-top: 15rem;
  overflow-x: hidden;
}

.member_wrap{
  position: relative;
  display: block;
}

.member_wrap .member_ttl{
  width: 100%;
}
.member_wrap .member_ttl .common_ttl{
  position: relative;
  left: auto;
  top: auto;
}
.member_wrap .member_content{
width: 100%;
margin-top: 8rem;
}

.member_item{
margin-bottom: 9rem;
margin-top: 3rem;
position: relative;
}
.member_item::before{
content: "";
background-color:#F5D93C ;
position: absolute;
left: 0rem;
top:-1.8rem;
height: 10rem;
width: 4rem;
z-index: -1;
}
.member_item.no-company::before{
content: "";
background-color:#F5D93C ;
position: absolute;
left: 0rem;
top:-2.5rem;
height: 10rem;
width: 4rem;
z-index: -1;
}



.member_name{
 font-size: 2.2rem;
  line-height: 1.2;
  padding-left: 1.5rem;
}
.member_position{
 font-size:1.2rem;
  line-height: 1.2;
  color: #777;
  letter-spacing: 0;
  margin-top: 0.3rem;
    padding-left: 1.5rem;
}

.member_company{
 font-size:1.1rem;
   padding-left: 1.5rem;
     margin-top: 0.1rem;
}


}


/* company
--------------------------------------------------- */
#company{
  position: relative;
  padding-top: 2rem;
  background-color:#F5D93C ;
  margin-top: 25rem;

}

#company .common_ttl{
  margin-top: -5rem;
} 
  

.company_list_wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  border-bottom: 1px solid #000;
  padding-bottom: 12rem;
} 
  .company_list{
width: 45%;
} 

  .company_item{
display: flex;
margin-top: 4.5rem;
} 
  
  .company_ttl{
font-size: 1.8rem;
line-height: 1.6;
width: 22%;
} 
  .company_detail{
font-size: 1.8rem;
line-height: 1.6;
width: 78%;
} 

@media screen and (max-width:768px){
 #company{
  margin-top: 15rem;

}

#company .common_ttl{
  margin-top: -3.6rem;
} 
  

.company_list_wrap{
  display: block;
  margin-top: 4.5rem;
  border-bottom: 1px solid #000;
  padding-bottom: 10rem;
} 
  .company_list{
width: 100%;
} 

  .company_item{
margin-top: 3.5rem;
} 
  
  .company_ttl{
font-size: 1.5rem;
width: 25%;
} 
  .company_detail{
font-size: 1.5rem;
width: 75%;
padding-left: 1rem;
} 
}



/* contact
--------------------------------------------------- */
#contact{
  position: relative;
  padding-top: 12rem;
  background-color:#F5D93C ;
  

}
.contact_link a{
  display: flex;
  align-self: center;
}

.contact_link a .common_ttl{
  line-height: 0.85;
}


.contact_link a .icon_arrow{
margin-left: 1.5rem;
width: 4.5rem;
}

.contact_detail{
font-size: 1.8rem;
margin-top: 3rem;
  border-bottom: 1px solid #000;
  padding-bottom: 11rem;
}

@media screen and (max-width:768px){
  #contact{
  padding-top: 8rem;
  

}





.contact_link a .icon_arrow{
margin-left: 1.0rem;
width: 3rem;
}

.contact_detail{
font-size: 1.5rem;
margin-top: 2rem;
  padding-bottom: 7rem;
}
}


/* footer
--------------------------------------------------- */

footer {
  position: relative;
  padding-top: 6rem;
  background-color:#F5D93C ;
  padding-bottom: 5rem;
}

footer .footer_wrap {
  display: flex;
  justify-content: space-between;
}


footer .footer_left {
  width: 50rem;
}



.footer_link_item{
 line-height: 1.0;
 font-size:2.0rem;
 margin-bottom: 1.5rem;

}
.footer_link_item:last-child{
  border-right: none;
  padding-right: 0rem;
  margin-right: 0rem;

 }

 .footer_bottom_wrap{
    display: flex;
  justify-content: space-between;
  margin-top: 5rem;
  font-size: 1.6rem;
 }

 .footer_bottom_sns_list{
  display: flex;
 }
 .footer_bottom_sns_item{
  margin-right: 3rem;
 }



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

footer {
  padding-top: 6rem;
  padding-bottom: 5rem;
}

footer .footer_wrap {
  display: block;
}


footer .footer_left {
  width: 85%;
}


.footer_link_list{
  margin-top: 4rem;
}
.footer_link_item{
 line-height: 1.0;
 font-size:1.6rem;
 margin-bottom: 1.3rem;
 

}


 .footer_bottom_wrap{
    display: block;
  margin-top: 4rem;
  font-size: 1.4rem;
 }

 .footer_bottom_sns_list{
  display: flex;
  margin-bottom: 3rem;
 }
 .footer_bottom_sns_item{
  margin-right: 3rem;
 }

}


/* ANIMETION
--------------------------------------------------- */

.slideup_wrap {
  display: block;
  overflow: hidden;
}

.slideup {
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s !important;
  opacity: 0;
  -webkit-transition-delay: 1.6s !important;
  -o-transition-delay: 1.6s !important;
  transition-delay: 1.6s !important;
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform-origin: bottom;
}

.slideup_af {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}


.fadein {
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s !important;
  opacity: 0;
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
}
.fadein_af {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.del_01 {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}
.del_02 {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}
.del_03 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}
@media only screen and (max-width: 768px) {
  .del_01 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  .del_02 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  .del_03 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}

/* top animation
--------------------------------------------------- */
.top-op {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
}

.top-op2 {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
}
.top-op {
  z-index: 9998;
  background: #000;
  animation-duration: 0.7s;
  animation-delay: 1.3s;
  animation-fill-mode: forwards;
  animation-name: top-op;

}
.top-op2 {
  z-index: 9999;
  background: #F5D93C;
  animation-duration: 0.4s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-name: top-op2;
}
@keyframes top-op {
  0% {
    width: 100%;
  left:0;
  }
  50% {
   width: 100%;
  }
  100% {
    width: 0%;
  left: 100%;
  }
}
@keyframes top-op2 {
  0% {
    width: 100%;
  left:0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0%;
  left: 100%;
  }
}