@charset "UTF-8";

/*================================================
* CSS RESET
================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,h7,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px
dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px
solid #b2b2b2;margin:0;padding:0}input,select{vertical-align:middle}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Frequently Used■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* font-family: 'Montserrat', sans-serif;
/*
/*
/*
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Basic CSS set■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
img {
    vertical-align: top;
}

video {
    vertical-align: top;
}

body {
  line-height: 1.4em;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

a {
    text-decoration: none;
    color: #000000;
}

rt {
}

ruby {

}

p {
 color: #303030;
}

hr {

}

.w1000 {
    width: 1000px;
    margin: auto;
}
@media screen and (max-width: 800px) {
 .w1000 {
    width: 100%;
     padding: 20px;
     box-sizing: border-box;
}
}

.h10 {
    height: 10px;
}

.h20 {
    height: 20px;
}

.h30 {
    height: 30px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.h60 {
    height: 60px;
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■CSS set■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.topImage_image {
    width: 100%;
}





.btn_gradient_01 {
    max-width: 300px;
    margin: auto;
    padding: 12px;
    box-sizing: border-box;
background-image: linear-gradient(90deg, #f02275, #8b5cf6);
    border-radius: 20px;    
}

p.btn_gradient_01_font {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
    color: #ffffff;
}

.btn_gradient_02 {
    max-width: 300px;
    margin: auto;
    padding: 12px;
    box-sizing: border-box;
background-image: linear-gradient(90deg, #22d3ee, #8b5cf6);
    border-radius: 20px;    
}

p.btn_gradient_02_font {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
    color: #ffffff;
}

.btn_gradient_03 {
    max-width: 300px;
    margin: auto;
    padding: 12px;
    box-sizing: border-box;
background-image: linear-gradient(90deg, #9ff022, #5dacf7);
    border-radius: 20px;    
}

p.btn_gradient_03_font {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
    color: #ffffff;
}






p.index_title {
 color: #000000;
    text-align: center;
    font-size: 24px;
    line-height: 1.4em;
}

p.index_titleSub {
 color: #000000;
    text-align: center;
    font-size: 16px;
    line-height: 1.4em;    
}





.button {
    width: 300px;
    margin: auto;
}

.button_contact {
    max-width: 300px;
    margin: auto;
    padding: 12px;
    box-sizing: border-box;
background-image: linear-gradient(90deg, #565656, #b4b4b4);
    border-radius: 20px;    
}

p.button_contact {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
    color: #ffffff;
}




p.company_title {
    text-align: center;
    font-size: 14px;
}













header {
    background-color: #f2f2f2;
    border-bottom: solid 1px #EFEFEF;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.25);
    display: flex;
padding: 10px 10px 0px 10px;
    box-sizing: border-box; 
    height: 50px;
}
@media screen and (max-width:700px) {
header {

    }
}

.header_logo {
    height: 20px;
    padding-top: 6px;
}

.title_logo {
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;

}

/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.0);
}

/* text */

.keyVisual_Keytitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
margin-left: 20px;
}


#nav-drawer {
display: none;
    margin-left: auto;
}   
    
#nav-drawer {
    display: block;
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 18px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 10px;
  background: #000000;
  display: block;
  content: '';
  cursor: pointer;
    margin-top: 2px;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 200px;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
    background-color: #ffffff;
    border-radius: 0px 12px 12px 0px;
    padding: 10px;
    color: #ACFC3B;
}

p.subheader_menu_font_sp {
    color: #000000;
    font-size: 16px;
    padding: 20px 10px;
    font-weight: bold;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);\
}















p.sub_title {
    font-size: 24px;
    line-height: 1.6em;
    text-align: center;
    color: #000000;
}

p.sub_titleSub {
    text-align: center;
    font-size: 16px;
}

p.sub_text {
    font-size: 14px;
    color: #000000;
    line-height: 1.6em;
}


















.sample_image {
    width: 100%;
}