﻿.bg_color1 {background-color: #00c1c9;}
.bg_color3 {background-color: #0b2da4;}
.border_color1 {border-color: #00c1c9;}
.border_color3 {border-color: #0b2da4;}
.txt_color1 {color: #00c1c9;}
.txt_color3 {color: #0b2da4;}
.hvr_bg_color1:hover {background-color: #00c1c9;}
.hvr_bg_color3:hover {background-color: #0b2da4;}
.hvr_txt_color1:hover { color: #00c1c9;}
/* ----------　all　---------- */
/* 
html, body{overflow: auto}
.pp-section{position: static}
*/

.linkStyle{
	color:#0b2da4;
}
.linkStyle:hover{
	color:#0b2da4;
	opacity: 0.7;
	transition: all 0.5s;
}
body,.font_bar{
    font-family: 'Noto Sans JP', sans-serif;
}
.banner{
    position: fixed;
    bottom: 10px;
    z-index: 6;
    width: 80%;
    max-width: 400px;
    right: 60px;
}
.all .banner{
    right: 120px;
}
/* ----------　TOP　---------- */
.main_img{
    display: flex;
}
.main_dec{
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 1;
    width: 40%;
    max-width: 400px;
}
.catch{
    width: 80%;
    margin: auto;
    max-width: 1000px;
    z-index: 1;
}
.poyoyon{opacity:0;}
.poyoyon.is-animated{
    opacity:1;
    animation: poyoyon 1s ease-in-out 1 forwards;
}
 
@keyframes poyoyon {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

.main_line {
    position: absolute;
}
.main_line1{
    width: 250px;
    top: 30px;
    left: 50px;   
}
.main_line2{
    width: 150px;
    top: 100px;
    left: 15%;
}
.main_line3{
    width: 250px;
    bottom: 50px;
    right: -10px;
    z-index: 1;
}
.main_line4{
    position: absolute;
    bottom: 0;
    width: 60%;
    right: 0;
}
.main_line{
    opacity : 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
	transition:transform 0.3s ease-out 3s,opacity 0.3s ease-out 3s; 
}

.main_line.scrollin{
    opacity : 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#intro .intro_right{
    position: relative;
}
#intro .intro_right:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 7%;
    bottom: 0;
    left: 0%;
    background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #ffffff 50.5%) no-repeat top left/100% 100%;
}
.con_line {
    position: absolute;
}
.con_line1 {
    left: -140px;
    top: 20px;
    width: 300px;
}
.con_line2 {
    width: 200px;
    bottom: -25px;
    left: 0px;        
}
.con_line3 {
    width: 250px;
    bottom: -50px;
    right: 0;
}
.con_line4 {
    left: 0;
    width: 250px;
    top: -50px;
}
.con_line5 {
    right: -200px;
    width: 300px;
    bottom: 20px;
}
.con_line6 {
    width: 250px;
    right: -50%;
}
#contents .con_line1,#contents .con_line3,#contents .con_line5{
    opacity : 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
	transition:transform 0.6s ease-out,opacity 0.6s ease-out; 
}
#contents .con_line2,#contents .con_line4,#contents .con_line6{
    opacity : 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
	transition:transform 0.6s ease-out 0.3s,opacity 0.6s ease-out 0.3s; 
}
#contents.active .con_line{
    opacity : 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#contents .con_wrap {
    position: relative;
    align-items: flex-end;
}
#contents .con_wrap:first-child {
    margin-bottom: 130px;
}
#contents .con_img {
    width: 60%!important;
}
#contents .con_title{
    font-size: -webkit-calc(1rem + 15px);
    font-size: calc(1rem + 15px);
}
#contents .con_box1 {
    right: 0;
    bottom: -50px;
    width: 40%!important;
}
#contents .con_box2 {
    width: 40%!important;
    left: 0;
    bottom: -50px;
}
#contents .con_box1::before,#contents .con_box2::before{
    display: none;
}
#contents .box_wrap{
    padding: 50px;
    width: 50vw;
    position: relative;
        display: flex;
    align-items: center;
    
}
#contents .con_box1 .box_wrap{
    left: -10vw;
    transform: translateX(-10%);
    min-height: 400px;
}
#contents .con_box2 .box_wrap{
    min-height: 400px;
}
#contents .con_box1 .box_wrap:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 15%;
    bottom: 0;
    left: -15%;
    background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #00c1c9 50.5%) no-repeat top left/100% 100%;
}
#contents .con_box2 .box_wrap:before{
        content: '';
    position: absolute;
    height: 100%;
    width: 15%;
    bottom: 0;
    right: -15%;
    background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #00c1c9 50.5%) no-repeat top left/100% 100%;
}
#contents .box_wrap p{
    line-height:2.3;
}
.t_cms_line1{
    z-index: 1;
    position: absolute;
    width: 30%;
    right: 0;
    top: 0;
    transform: rotate(4deg);
}
.t_cms_line2{
        z-index: 1;
    position: absolute;
    width: 30%;
    left: 0;
    bottom: -170px;
    transform: rotate(4deg);
}
#top_cms .cms_title h3{
    color: #00c1c9;
}
#top_cms .cms_title p:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 35px;
    height: 2px;
    -moz-transform: translateX(-50%) rotate(340deg);
    -webkit-transform: translateX(-50%) rotate(340deg);
    -ms-transform: translateX(-50%) rotate(340deg);
    transform: translate(-50%) rotate(340deg);
    background-color: #00c1c9;
}
#top_cms .cms_title p{
    font-weight: bold;
    font-size: 50px;
    line-height: 1.1;
}
#top_cms .cms_box,#top_cms .cms_box:nth-child(3) div.width_1280-max{
    position: relative;
}

/* ----------　下層ページ　---------- */
#page_title .title_wrap .title_bar {
    transform: rotate(18deg);
    background-color: #00c1c9;
}
#cms_3-c .cate_title,#cms_2-a .cate_title {
    background-color: #0b2da4;
    color: #fff;
    border-color: transparent;
    padding: 5px 15px;
    display: block;
    text-align: center;
}
/*CMS02*/

#cms_2-a .cate_txt1 {
    font-size: -webkit-calc(1rem + 1px);
    font-size: calc(1rem + 1px);
    font-weight: bold;
    margin-top: 50px;
}
#cms_2-a .box_title1{
        font-weight: bold;
    border-bottom: 2px solid #00c1c9;
    border-left: 2px solid #00c1c9;
    padding: 5px 10px;
    margin-bottom: 20px;
    transform: skewX(340deg);
}
#cms_2-a .box_title1 span{
        transform: skewX(-340deg);
    display: inline-flex;
}
/*CMS03*/
#top_cms .cms_3-c{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#cms_3-c .box_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#top_cms .cms_3-c .cate_box{
    width: 46%;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 10px;
    margin-right: 2%;
    margin-bottom: 20px;
}
#cms_3-c .cate_box{
    width: 47%;
    background-color: #fafafa;
    border-radius: 5px;
    padding: 15px 10px;
    margin-right: 2%;
    margin-bottom: 20px;
}
#top_cms .cms_3-c .cate_box:nth-child(2n) {
    margin-right: 0%;
}
#top_cms .cms_box:nth-child(3):before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 150%;
    height: 100%;
    background-image: url(../img/face.png);
    background-size: contain;
    vertical-align: middle;
    background-color: #f7f7f7;
    transform: skew(-5deg,-5deg) translateY(-50%) translateX(-50%);
    left: 50%;
    top: 50%;
}
#top_cms .cms_3-c .box_title1{
    font-weight: bold;
}
#top_cms .cms_3-c .box_title2,#cms_3-c .box_title2{
    color: #00c1c9;
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 8px);
    font-weight: bold;
    font-style: italic;
}
#top_cms .cms_box:nth-child(3) .more{
        margin-top: 50px;
}
/*CMS05*/
#cms_6-c .box_title {
        font-weight: bold;
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);
}
.v_type2 .demo_box {padding-top: 70px}
.v_type2 {counter-reset: number 0;}
.v_type2 .cate_box {padding: 50px 20px 30px;}
.v_type2 .cate_box:before {
    counter-increment: number 1;
    content: "0" counter(number);
    display: inline-block;
    position: absolute;
    top: -43px;
    left: -5px;
    z-index: 1;
    font-size: 75px;
    font-weight: 600;
    font-style: italic;
    color: #0b2da4;
    background-color: #fff;
    line-height: 1;
    padding: 0 25px 0 0;
}
/*info*/
#page07 .info_title{
    color: #0b2da4;
    font-weight: bold;
}
#page07 .info_title::before {
    background-color: #0b2da4;
}
/* ----------　IE　---------- */
@media all and (-ms-high-contrast: none){
#cms_2-a .cate .cate_title {
    padding-top: 5px!important;
}
#contents .con_box1 .box_wrap,#contents .con_box2 .box_wrap {

    min-height: none;
    height: 400px;
}
.catch {
    margin-top: 12%;
}


}

/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
#wrap{
    overflow: hidden;
}
.all .banner{
    right: 60px;
}
.copyright{
    margin-top: 50px;
    margin-bottom: 50px;
}
/* ----------　TOP　---------- */
#custom {
    height: 50vh!important;
}
#custom .custom_wrap {
    height: 100%!important;
    position: relative;
}
.main_dec {
    max-width: 200px;
}
.main_line1 {
    width: 200px;
    top: 20px;
    left: 20px;
}
.main_line3 {
    width: 200px;
}
.con_line1 {
    left: -91px;
    width: 220px;
}
.con_line2 {
    width: 150px;
    bottom: -15px;
    left: 0px;
}
.con_line.con_line1,.con_line.con_line3,.con_line.con_line5{
    opacity : 0!important;
    -webkit-transform: translateX(30px)!important;
    -ms-transform: translateX(30px)!important;
    transform: translateX(30px)!important;
	transition:transform 0.7s ease-out,opacity 0.7s ease-out!important; 
}
.con_line.con_line2,.con_line.con_line4,.con_line.con_line6{
    opacity : 0;
    -webkit-transform: translateX(30px)!important;
    -ms-transform: translateX(30px)!important;
    transform: translateX(30px)!important;
	transition:transform 0.8s ease-out 0.3s,opacity 0.8s ease-out 0.3s!important; 
}
.con_line.scrollin{
    opacity : 1!important;
    -webkit-transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    transform: translateY(0)!important;
} 
#contents .con_wrap {
    flex-direction: column;
}
#contents .con_img {
    width: 85%!important;
    margin: auto;
    margin-top: 50px;
}
#contents .con_box1 {
    right: 0;
    bottom: 100px;
    width: 80%!important;
    
}
#contents .con_box1 .box_wrap {
    left: 0vw;
    width: auto;
    transform: translateX(0%);
    min-height: 350px;
}    
#contents .con_wrap:last-child{
        flex-direction: column-reverse;
}
#contents .con_img {
    width: 85%!important;
    margin: auto;
    margin-top: 50px;
}
#contents .con_box2 {
    width: 85%!important;
    left: 0;
    bottom: 100px;
    margin-right: auto;
}
#contents .con_box2 .box_wrap {
    min-height: 350px;
    width: auto;
}
#top_cms .cms_3-c .cate_box {
    padding: 10px 10px;
}
#top_cms .cms_3-c .box_title1, #cms_3-c .box_title1 {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#top_cms .cms_3-c .box_title2, #cms_3-c .box_title2 {
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);
    border: none;
}

/* ----------　下層ページ　---------- */
#page_title .title_wrap{
        padding-left: 50px;
}
.v_type2 .cate_box:before {
    font-size: 65px;
}
}


/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
/* ----------　TOP　---------- */
.catch {
    width: 90%;
}
.main_line1 {
    width: 100px;
}
.main_line2 {
    width: 50px;
    left: 10%;
    top: 40px;
}
.main_line3 {
    width: 120px;
    bottom: 20px;
}
.main_dec {
    bottom: -5px;
    width: 35%;
}
@keyframes poyoyon {
  0%  {
    transform: scale(1.0, 1.0) translate(0, -10px);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, -5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, -3px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -18px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, -5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, -10px);
  }
  0%, 100% {
    opacity: 1;
  }
}
#intro .intro_left {
    padding-top: 20px;
}
#intro h1{
        margin-bottom: 30px;
}
#intro h1 img{
        width: 150px;
}
#contents .box_wrap {
    padding: 50px 20px;
    
}
#contents .con_img {
    width: 100%!important;
}
#contents .con_box1,#contents .con_box2 {

    bottom: 20px;
}
#contents .con_title {
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 8px);
}
#contents .box_wrap p {
    line-height: 2;
}
.con_line1 {
    left: -58px;
    width: 150px;
    top: 0px;
}
.con_line2 {
    width: 100px;
}
.con_line3 {
    width: 150px;
    bottom: -20px;
}
.con_line4 {
    left: 0;
    width: 150px;
    top: -30px;
}
.con_line5 {
    right: -50px;
    width: 150px;
    bottom: 10px;
}
.con_line6 {
    width: 150px;
    right: -5%;
    bottom: -50px;
}
#contents .con_wrap:first-child {
    margin-bottom: 30px;
}
#top_cms .cms_title p {
    font-size: 40px;
}
.t_cms_line1 {
    width: 55%;
    right: 0;
    top: 0;
}
.t_cms_line2 {
    width: 55%;
    left: 0;
    bottom: -60px;
}
#top_cms .cms_3-c .cate_box, #cms_3-c .cate_box {
    width: 100%;
    padding: 15px 10px!important;
    margin-bottom: 20px;
}
#top_cms .cms_3-c .box_title1, #cms_3-c .box_title1 {
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
}
.v_type2 .cate_box{padding: 42px 25px 25px;}
.v_type2 .cate_box:before{top: -31px;font-size: 48px;} 

/* ----------　下層ページ　---------- */
#page_title .title_wrap {
    padding-left: 0px;
   position: relative;
}
#page_title .title_wrap:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 80px;
    display: inline-block;
    width: 35px;
    height: 2px;
    -moz-transform: translateX(-50%) rotate(340deg);
    -webkit-transform: translateX(-50%) rotate(340deg);
    -ms-transform: translateX(-50%) rotate(340deg);
    transform: translate(-50%) rotate(340deg);
    background-color: #00c1c9;
    z-index: 2;
}
#cms_2-a .cate_txt1 {
    font-size: -webkit-calc(1rem);
    font-size: calc(1rem);
    text-align: left;
}
#cms_2-a .box_title1 {
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
}
footer .width_1280-max{
    padding-top: 60px;
}
footer #logo2{
    width: 180px;
    margin-bottom: 50px;
}
}