@charset "utf-8";
/* Simple fluid media*/
img, object, embed{
}
*,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td,address,figure{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    vertical-align: baseline;
    font-family:'Noto Sans JP', sans-serif,"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 1;
    background-repeat: no-repeat;
    background-size: contain;
	letter-spacing: 0.1rem;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*reset */
html, body {
  height:100%;
}
body{
    width: 100%;
/*	overflow: hidden;*/
}
a{
/*    transition: all  1.5s ease;*/
}
a:hover{
    text-decoration: none;
}
html { 
	font-size:1.3333333333vw;
}

.fluidwidth{
	width: 100%;
}
.pc480{
	visibility:hidden;
	display: none;
}
.pc768{
	visibility:hidden;
	display: none;
}
.pc1000{
	display: none;	
}
.pc1200{
	display: none;
}
/*==================================================
じわっ*/
.blur-fadein{
    text-align: center;
    color: transparent;
}
.blur-fadein.active{
    animation: blurFadeIn 1.2s ease-in forwards;
}
.v_ttl_box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 3;
}
.v_ttl {
    font-size: 3.7rem;
    color: #000000;
    font-weight: 600;
    line-height: 1.5;
    padding-left: 20px;
    padding-top: 140px;
}
.header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 10;
    height: 50px;
}
.logo {
    width: 130px;
}
.logo h1 {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
.nav_logo {
    width: 200px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.menu {
    padding: 20px;
    text-align: center;
}
.menu a {
    display: block;
    color: #FFFFFF;
    font-weight: 600;
    padding: 20px;
    font-size: 4rem;
}
.s01_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding-top: 10%;
    padding-bottom: 8%;
}
.cnt_pad {
    padding-left: 20px;
    padding-right: 20px;
}
.s01_img01 {
    width: 10%;
}
.s01_p {
    width: 75%;
}
.s01_logo {
    margin: 0 auto;
    width: 50%;
}
.s01_p02_bk  {
    background-image: url(../img/ttl_bk.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10%;
    margin-bottom: 5%;
}
.s01_p02 {
    font-weight: 900;
    color: #FFFFFF;
    font-size: 3rem;
    text-shadow: 0px 0px 5px rgba(12,54,78,0.67);
}
.font_base {
    line-height: 1.8;
    letter-spacing: 0.1rem;

}
.ttl02 {
    color: #000000;
    font-weight: 900;
    font-size: 2.8rem;
    text-align: center;
    padding-bottom: 10%;
    padding-top: 5%;
}
.s02_ttl_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding-bottom: 3%;
    position: relative;
}
.s02_ttl_img {
    width: 45px;
}
.s02_ttl_in {
    flex: 1;
    color: #0068b7;
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.5;
}
.s02_p {
    font-size: 2.5rem;
    padding-bottom: 3%;
    line-height: 2.2;
}
.s02_flow {
    padding-bottom: 5%;
}
.s02_p_img {
    display: flex;
    justify-content: space-around;
    width: 40%;
    float: right;
    padding-bottom: 5%;
}
.pd_ttl {
    position: relative;
    padding-bottom: 5%;
    padding-top: 0%;
}


.s02_p_img img {
    width: 45%;
    display: block;
}
.pd_ttl_img {
    margin: 0 auto;
    width: 90%;
    z-index: 2;
    position: relative;
}
.pd_ttl_bk {
    height: 21.8vw;
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
    transform: translateY(-21.8vw)
}
.m_down {
    margin-top: -70px;

}
.s02_ttl_grad {
    background-image: url(../img/ttl_bk.png);
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 5px rgba(11,67,87,0.64);
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 3rem;
    font-weight: 900;
}
.s02_p_ttl {
    color: #0068b7;
    font-weight: 900;
    font-size: 3rem;
    padding-bottom: 3%;
    padding-top: 2%;
}
.s02_list li {
    list-style-type: none;
    position: relative;
    padding-left: 1.2em;
    font-size: 2.3rem;
    line-height: 2;
}
.s02_list li:before {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
    content: "";
    background: #0068b7;
}
.s02_list {
    margin-left: 3px;
    padding-bottom: 3%;
}
.s02_img02 {
    padding-top: 5%;
}
.s02_ttl_pad {
    padding-bottom: 3%;
    margin-top: 15%;
}
.dan_flex {
    display: flex;
	justify-content: space-between;
}
.toku_p {
    font-size: 2rem;
    padding-top: 3%;
    padding-bottom: 5%;
}
.dan_list {
    width: 31%;
}
.dan_yoto_p {
    color: #0068b7;
    font-size: 2.6rem;
    font-weight: 900;
    padding-bottom: 8%;
    padding-top: 3%;
}
.dan_yoto_p strong {
	background:-webkit-linear-gradient(transparent 60%, #faed00 60%);
	background:-o-linear-gradient(transparent 60%, #faed00 60%);
	background:linear-gradient(transparent 60%, #faed00 60%);	
}
.dan_yoto_img {
    padding-top: 5%;
    padding-bottom: 5%;
}
.news_p {
    font-size: 2.6rem;
    font-weight: 900;
    padding-bottom: 0%;
    padding-top: 3%;
}



.s02_ttl_img img {
    padding-right: 10px;
}
.kikaku {
    position: relative;
    padding-top: 10%;
}
.kikaku_ttl_img {
    width: 25%;
    position: absolute;
    right: 0px;
    top: 20%;
}
.ttl_small {
    font-size: 1.5rem;
}
.ttl_sub {
    text-align: center;
    font-weight: 900;
    font-size: 3rem;
    padding-bottom: 1%;
    padding-top: 0%;
}

.ttl_base01 {
    background-image: url(../img/ttl_bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #FFFFFF;
    font-size: 12rem;
    font-weight: 900;
    text-shadow: 0px 0px 5px rgba(11,40,85,0.71);
    line-height: 0.65;
    padding-bottom: 5px;
    margin-bottom: 2%;
    overflow-y: hidden;
}
.work_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
}
.work_img {
    width: 48%;
    padding-bottom: 3%;
}
.work_p {
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 2rem;
}
.company_logo {
    margin: 0 auto;
    width: 50%;
    padding-bottom: 5%;
}
.company_row {
    display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
}
.company_info {
    padding-top: 5%;
    padding-bottom: 5%;
}
.company_label {
    font-size: 2rem;
    width: 20%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 900;
    border-bottom: 1px solid #000000;
	align-items: center;
	display: flex;
}
.company_detail {
    font-size: 2rem;
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #000000;
	flex: 1;
}
.kuma_logo {
    margin: 0 auto;
    width: 30%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.kuma_lead {
    font-size: 2rem;
    line-height: 3;
    letter-spacing: 0.2rem;
}
.foot_logo {
    margin: 0 auto;
    width: 30%;
    padding-bottom: 5%;
}
.foot_link {
}
.foot_line_flex {
    display: flex;
	flex-wrap: wrap;
}
.foot_l {
    width: 50%;
}
.foot_l a {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    text-align: center;
    font-size: 2rem;
}
.foot_copy {
    background-image: url(../img/ttl_bk.png);
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 5%;
}
.rtop {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0px;
    bottom: 0px;
	display: flex;
	align-items: stretch;
}
.rtop a {
    display: block;
    background-color: #0068b7;
    padding: 10px;
}
/*　左の動き　*/

#page-top.LeftMove{
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove{
  animation: RightAnime 0.5s forwards;
}
.thanks_p {
    text-align: center;
    font-size: 2.3rem;
    padding-top: 20%;
}
.slider li img {
    height: 300px;
	object-fit: cover;
}
.btm-m {
    padding-bottom: 10%;
}
.news {
    margin-top: 5%;
    margin-bottom: 5%;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 5%;
}
.yt iframe {
    max-height: 562px;
    height: 52vw;
}
.news_img {
    display: inline-block;
    width: 40px;
}
.news_p a {
    color: #0068b7;
    line-height: 1.5;
}
.news_p .news_flex {
    display: flex;
    text-decoration: underline;
    font-size: 1.8rem;
    color: #4E4E4E;
}
.news_d {
    display: block;
    width: 22%;
    line-height: 1.5;
    color: #4E4E4E;
}
.news_naiyo {
    display: block;
    flex: 1;
    line-height: 1.5;
    color: #4E4E4E;
	
}
.s01_box {
    padding-top: 10%;
}
.s01_in {
    padding-bottom: 3%;
}
.s01_in02 {
    padding-bottom: 6%;
}
.news_line {

}
.news_m {
    padding-left: 20px;
    padding-right: 20px;
}
.news_top {
    padding-top: 5%;
}
















@keyframes RightAnime{
  from {
    opacity: 1;
  transform: translateX(0);
  }
  to {
    opacity: 1;
  transform: translateX(100px);
  }
}


@keyframes blurFadeIn {
    0% {
        opacity: 0;
        text-shadow: #000 1px 0px 20px ;
    }
    50% {
        opacity: 0.5;
        text-shadow: #000 1px 0px 10px ;
    }
    100% {
        opacity: 1;
        text-shadow: #000 0px 0px 0px ;
    }
}
/*  -/じわっ */







/* Tablet Layout: 481px to 767px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.sp480{
	visibility: hidden;
	display: none;
}
.pc480{
	visibility:visible;
	display: block;
}
.work_img {
    width: 31%;
}
.menu .menu_txt:hover{
	text-decoration: underline;
	color: #0068b7;
}	
.slider li img {
    height: auto;
}
.v_ttl {
    padding-left: 20px;
    padding-top: 24%;
}


	
}



@media only screen and (min-width:768px){
html{
	font-size:10px;	
}	
.sp768{
	visibility:hidden;
	display: none;
}
.pc768{
    visibility: visible;
    display: block;
}	
.logo {
    width: 210px;
}
.header {
    height: 70px;
}
.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    margin: 0px;
    align-items: center;
    height: 70px;
}
.menu a {
    color: #000000;
    font-size: 1.5rem;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.menu_line {
    border-right: 1px solid #000000;
}
.menu .menu_cv {
    border-radius: 3px;
    background-image: url(../img/bk_grad.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 20px;
}
.logo h1 {
    padding-top: 10px;
    padding-left: 20px;
}
.s01_flex {
    padding-top: 10%;
}
.s01_p02_bk {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
}
.ttl02 {
    font-size: 3.2rem;

}
.s02_flow {
}
.s02_l {
    width: 50%;
    float: left;
}
.s02_r {
    width: 50%;
    float: right;
}
.s02_r .s02_img {
    padding-left: 10%;
}
.s02_l .s02_img {
    padding-right: 10%;
}
.pd_ttl_img {
    width: 90%;
}
.pd_ttl_bk {

}
.m_down {
    margin-top: -140px;
}
.s02_list li {
    padding-left: 1.6em;
    font-size: 1.8rem;
    padding-bottom: 2%;
    padding-right: 1em;
}
.s02_list li:before {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.dan_r {
    width: 70%;
    float: left;
}
.dan_l {
    width: 27%;
    float: right;
    padding-top: 15%;
}
.s02_ttl_img {
    width: 65px;
}
.kikaku_ttl_img {
    width: 40%;
    top: 0%;
}
.kikaku {
    padding-top: 20%;
}
.ttl_base01 {
	padding-bottom: 11px;
}
.cnt768 {
    margin: 0 auto;
    width: 768px;
}
.kuma_lead {
    text-align: center;
}
.rtop {
    width: 80px;
    height: 80px;
}
.rtop a {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
}
.s02_p {
    font-size: 1.8rem;
}
.toku_p {
    font-size: 1.6rem;
}
.work_p {
    font-size: 1.6rem;
}
.news_d {
    width: 120px;
}
.s01_in {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
































}


@media only screen and (min-width: 900px) {
html { 
		width:100%;
}

}

@media only screen and (min-width: 1000px) {
.pc1000{
    visibility: visible;
    display: block;
}	
	
.cnt_pad {
    padding: 0px;
    margin: 0 auto;
}
.cnt1000 {
    margin: 0 auto;
    width: 1000px;
}
.s01_img01 {
    width: 15%;
}
.s01_p {
    width: 65%;
}
.pd_ttl_img {
    width: 1000px;
}
.pd_ttl_bk {
    height: 240px;
    transform: translateY(-240px);
}
.m_down {
    margin-top: -190px;
}
.dan_yoto_p {
    text-align: center;
	justify-content: space-between;
}
.v_ttl {
    font-size: 4vw;
}
.news_m {
    text-align: center;
}











}


@media only screen and (min-width: 1100px) {
	
}
@media only screen and (min-width: 1200px) {
html {

}
.pc1200{
	display: block;
}	
.v_ttl {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.header_in {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.cnt1200 {
    margin: 0 auto;
    width: 1200px;
}




}


@media only screen and (min-width:1400px){


}
