@charset "UTF-8";
/* CSS Document */

html{
	-webkit-overflow-scrolling: touch;
}
img{
	vertical-align: bottom;
}
body{
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 24px;
	margin: 0 auto;
    font-size: 16px;
    color: #34383B;
    background-color: #F0F3F5;
}
#wrapper{
    
}
main{
    padding: 0 0 1px 0;
    max-width: 1920px;
    margin: 0 auto;
    background-color: white;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
ul{
	list-style-type: none;
}
a{
    color: #34383B;
    text-decoration: none;
    opacity: 1;
    transition: 0.3s;
}
a:link {}
a:visited {}
a:hover {
    opacity: 0.7;
    transition: 0.3s;
}
a:active {}
.sp{
    display: none;
}
.pc{
    display: block;
}
.sp_in{
    display: none;
}
.pc_in{
    display: inline;
}
/*----------------------------------*/
@media screen and (max-width:1150px){
    a:hover {
        opacity: 1;
        transition: 0.3s;
    }
}
@media screen and (max-width:750px){
    body{
        line-height: 22px;
        font-size: 13px;
    }
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .sp_in{
        display: inline;
    }
    .pc_in{
        display: none;
    }
}
/*------------------------------------------------------------*/
header{
    width: 100%;
    /* height: 80px; */
    background: #282d31;
    position: sticky;
    top: 0;
    z-index: 100;
}
header h1{
  /*
    position: absolute;
    left: 35px;
    top: 24px;
  */
}
header .background{
    width: 100%;
    height: 100%;
    transition: 0.3s
}
header > a {
  display: none;
}
header ul{
  /*
    position: absolute;
    right: 30px;
    top:0px;
  */
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    line-height: 1.33;
    padding: 0 1rem;
}
header ul.bg1 {
    background: #282d31;
}
header ul.bg2 {
    background: #464a4f;
    font-size: 85%;
}
header ul li{
    margin: 0px 40px 0 0;
    position: relative;
    color: white;
}
header ul li:first-child {
  margin-right: auto;
}
header ul li a{
    color: white;
}
header ul li a .sub {
  display: block;
}
header .header_contact{
    margin: 0px;
}
header .header_contact a{
    display: block;
    margin: 0;
    padding: 9px 28px;
    color: #282D31;
    font-weight: 700;
    font-size: 16px;
    transition: 0.2s;
    background-color: white;
}
header .header_contact a:hover{
    color: white;
    background-color: #04796E;
    transition: 0.2s;
    text-decoration: none;
    opacity: 1;
}
header .header_contact a img{
    margin-bottom: 2px;
    margin-right: 3px;
}
/*
header a:hover{
    text-decoration: underline;
}
*/
/* 上に上がる動き */
header.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-3rem);
  }
}

/* 下に下がる動き */
header.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
    transform: translateY(-3rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sp_menu{
    display: none;
}
.sp_menu_flex{
    display: none;
}
/*----------------------------------*/
@media screen and (max-width:1150px){
    .sp_menu{
        display: block;
    }
    .pc_menu{
        display: none;
    }
    .sp_menu_flex{
        display: flex;
    }
    .pc_menu_flex{
        display: none;
    }
    header{
        width: 100%;
        height: 80px;
        background: rgba(40,45,49,1);
        position: sticky;
        z-index: 10;
    }
    header > a {
      display: initial;
    }
    header h1{
        position: absolute;
        left: 25px;
        top: 0px;
        display: flex;
        align-items: center;
        height: 100%;
    }
    header h1 img{
       /* max-width: calc(100% - 85px); */
    }
    nav img{
        position: fixed;
        top: 20px;
        right: 20px;
        display: block;
        z-index: 100;
    }
    header ul{
        display: none;
    }
    nav .menu_close{
        position: fixed;
        top: 20px;
        right: 20px;
        display: none;
        z-index: 101;
        pointer-events: none;
    }
    header.menu_open{
    }
    header.menu_open .background{
        transition: 0.3s;
        background-color: rgba(40,45,49,1);
        height: calc(100vh - 80px);
        position: absolute;
        right: 0px;
        top:80px;
    }
    header.menu_open ul{
        position: relative;
        right: 0px;
        top:0px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        height: auto;
        font-size: 0.85rem;
        margin: 0.5rem 6%;
        background: transparent;
    }
    header.menu_open ul + ul {
      margin-top: 1.5rem;
    }
    header.menu_open ul li{
        margin: 0px 0px 0.6rem 0;
        position: relative;
        width: 100%;
    }
    header.menu_open ul li:last-child{
        width: auto;
    }
    header.menu_open ul li a .sub {
      display: inline-block;
      margin-left: 1rem;
      font-size: 80%;
    }
    
}
/*------------------------------------------------------------*/
article{
    overflow: hidden;
    max-width: calc(1000px + 10%);
    margin: 0 auto 100px auto;
    padding: 0 5%;
}
article .lead{
    margin-bottom: 30px;
}
article .lead h2{
    font-size: 65px;
    line-height: 65px;
    font-family: 'Ubuntu', sans-serif;
    border-left: 17px solid #00998A;
    border-bottom: 3px solid #00998A;
    padding: 0 0 8px 20px;
}
article .lead h2 small{
    display: inline-block;
    font-size: 23px;
    line-height: 34px;
    margin-left: 18px;
    margin-bottom: 2px;
}
article h3{
    font-size: 30px;
    line-height: 41px;
    color: #34383B;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}
article h3::before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 26px;
    background-color: #00998A;
    top:8px;
    left: 0px;
}
article .lead p{
    margin: 12px 0 0 45px;
}
article h4{
    font-size: 22px;
    line-height: 33px;
    color: #00998A;
    font-weight: 400;
    margin-bottom: 12px;
}
article h4 small{
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
}
article p{
    font-size: 15px;
    line-height: 22px;
    color: #34383B;
    margin-bottom: 20px;
}
article .column{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
article .column_2 .box{
    width: 48%;
    margin-bottom: 40px;
}
article .column_3 .box{
    width: 32%;
    margin-bottom: 40px;
}
/*----------------------------------*/
@media screen and (max-width:750px){
    section{
    }
    article{
        margin: 0 auto 80px auto;
    }
    article .lead h2{
        font-size: 35px;
        line-height: 35px;
        font-family: 'Ubuntu', sans-serif;
        border-left: 17px solid #00998A;
        border-bottom: 3px solid #00998A;
        padding: 0 0 0px 20px;
    }
    article .lead h2 small{
        display: block;
        font-size: 15px;
        line-height: 22px;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 2px;
    }
    article .lead p{
    margin: 12px 0 0 35px;
}
    article h3{
        font-size: 18px;
        line-height: 27px;
        padding-left: 15px;
    }
    article h3::before{
        width: 6px;
        height: 20px;
        background-color: #00998A;
        top:4px;
        left: 0px;
    }
    article h4{
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 12px;
    }
    article p{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    article .column_2 .box{
        width: 100%;
        margin-bottom: 20px;
    }
    article .column_3 .box{
        width: 100%;
        margin-bottom: 10px;
    }
}
/*------------------------------------------------------------*/
footer .top{
    width: 100%;
    background-color: #282D31;
    padding: 54px 0 54px 0;
    display: flex;
    justify-content: space-between;
}
footer .top .adjust{
    margin-left: 70px;
}
footer .top a{
    color: white;
}
footer .top ul{
    display: flex;
    align-items: center;
    margin-right: 30px;
}
footer .top ul li{
    margin-right: 40px;
}
footer .top ul li:last-child{
    margin-left: 10px;
}
footer .bottom{
    width: 100%;
    background-color: #000000;
    padding: 50px 0 60px 0;
    color: #E4E4E4;
    display: flex;
    justify-content: center;
}
footer .bottom .box{
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
}
footer .bottom .box div p{
    margin-top: 20px;
}
footer .bottom .box .left{
    margin-right: 50px;
}
/*----------------------------------*/
@media screen and (max-width:1150px){
    footer .top{
        display: none;
    }
    footer .bottom{
        width: 100%;
        background-color: #000000;
        padding: 30px 5%;
        display: flex;
    }
    footer .bottom img{
        width: 100%;
    }
    footer .bottom .box{
        margin: 0 auto;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }
    footer .bottom .box div p{
        margin-top: 20px;
    }
    footer .bottom .box .left{
        max-width: 222px;
        margin: 0 0 20px 0;
    }
    footer .bottom .box .access{
        max-width: 328px;
    }
    footer .bottom .box .copyright{
        font-size: 8px;
        margin-top: 20px;
    }
}
/*------------------------------------------------------------*/
.fadein {
  opacity: 0;
  transition : all 700ms;
}
.fadeinUp {
  opacity: 0;
  transition : all 700ms;
    transform : translate(0px, -20px);
}
.fadeinLeft {
  opacity: 0;
  transition : all 700ms;
	transform : translate(20px, 0px);
}
.fadeinRight {
  opacity: 0;
  transition : all 700ms;
	transform : translate(-20px, 0px);
}
.fadeinZoom {
  opacity: 0;
    transform: scale(0.1);
  transition : 1000ms 1500ms;
}
.scrollin{
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
.scrollinZ{
    opacity: 1;
  transform: scale(1);
}
