﻿/*ani*/

.fadein{
     opacity: 0;
     transform: translateY(200px);
     transition: 1.2s;
     transition-property: opacity,transform;
}

.fadein.fadetrans{
     opacity: 1;
     transform: none
}


.fadein2{
     opacity: 0;
     transform: translateY(-200px);
     transition: 1.2s;
transition-delay:0.5s;
     transition-property: opacity,transform;
}

.fadein2.fadetrans{
     opacity: 1;
     transform: none
}



/*-------global------*/

.hvr_bg_color2:hover {
    background-color: #fadf00;
}

.txt_color2 {
    color: #ffffff;
}

#page_title {
    border-left: 30px solid #33c8ff;
    border-right: 30px solid #33c8ff;
    border-top: 5px solid #33c8ff;
position:relative;
}

#page_title:before{
      content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    z-index: 2;
    pointer-events: none;
    box-sizing: border-box;
    background-image:  url(./Dup/img/copy2.png);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: bottom right;
}

.txt_color3 {
    color: #069ce6;
}

.hvr_border_color3:hover {
    border-color: #fadf00;
}
.hvr_bg_color3:hover {
    background-color: #fadf00;
}

.border_color3 {
    border-color: #f5d703;
}

.bg_color3 {
    background-color: #FADF00;
}

.bg_color1 {
    background-color: #069ce6;
}

#copyright {
    /*background-color: #4c6479;*/
    background-color: #055296;
}

.svg_box, .svg_box2{
display:none !important;
}

footer .bg-mask {
    background-color: #f5f5f5;
}

header #header #header_menu li:last-child a span {
    background-color: #f9f9f9;
    border-radius: 20px;
}

#intro_txt{
background-image: url(./Dup/img/back.png);
    background-repeat: no-repeat;
    background-position: top right;
background-size:contain;
margin-top:-10px;
}

#ban2{
bottom:10px;
}

.linkStyle{
color:#055296;
}


/*-----global ここまで------*/


/*-------top-------*/

#contents{
    max-width: 100%;
    background-image: url(./Dup/img/catch.png), url(./Dup/img/con_back.jpg);
    background-size: 10% , 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom left, top center;
position:relative;
}

#contents:before{
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    top: -2%;
    right: 0%;
    background-image: url(./Dup/img/strong.png);
    background-position: center right;
    background-repeat: no-repeat;
    -webkit-transform: translate(0 , -50%);
    transform: translate(0 , -50%);
    background-size: 32%;
    pointer-events: none;
    z-index: 0;
}

#contents .box_wrap{
    max-width: 1280px;
    margin: auto;
    z-index: 1;
    position: relative;
padding-top:100px;
}

#contents .box_wrap:before{
  content: "";
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    top: 100%;
    right: 0%;
    background-image: url(./Dup/img/mark.png);
    background-position: center right;
    background-repeat: no-repeat;
    -webkit-transform: translate(0 , -50%);
    transform: translate(0 , -50%);
    background-size: 32%;
    pointer-events: none;
    z-index: 0;
}

#contents h3{
font-weight: bold;
font-size:30px;
    text-shadow: 1px 1px 0 #f0f8fb, -1px 1px 0 #f0f8fb, 1px -1px 0 #f0f8fb, -1px -1px 0 #f0f8fb;
    color: #069ce6;
}

p.dou{
    font-size: 40px;
    margin-left: 5%;
font-weight:bold;
}

p.dou span{
line-height: 1.2em;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 17px;
    margin-top: -10px;
    padding-bottom: 10px;
    position: relative;
    top: -0.5em;
}

#intro_txt .dou{
margin: 0 auto;
}

#intro_txt .width_1000-max{
max-width:1280px;
}

#intro_txt h2{
    text-align: left;
    font-size: 40px;
    font-weight: bold;
}

#intro_txt p:not(.dou){
max-width:1250px !important;
}


#top_cms{
    /*background-color: #fadf00;*/
    max-width: 100%;
position:relative;
    margin-top: 0;
    padding: 100px 0;
    margin-bottom: 10%;
    background-color: #f0f8fb;
    border-left: 170px solid white;
    border-right: 170px solid white;
}

/*#top_cms:before{
content: "";
    display: block;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #f0f8fb;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
    z-index: 0;
}*/

.top_cms_box{
    max-width: 1280px;
    z-index: 1;
    position: relative;
}


.cms_title h2{
font-weight: bold;
    font-size: 40px;
}

.more a{
    background-color: #fadf00;
}

.info_title span{
color: #0372a9;
    font-weight: bold;
}

.more{
margin: auto;
margin-top:30px;
}


#main_img{
position:relative;
}


#main_img:before{
        content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    /* border-top: 20px solid #00baff; */
    border-left: 30px solid #33c8ff;
    border-right: 30px solid #33c8ff;
    /* border-bottom: 20px solid #00baff; */
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    z-index: 2;
    pointer-events: none;
    box-sizing: border-box;
    background-image: url(./Dup/img/copy.png), url(./Dup/img/copy2.png);
    background-repeat: no-repeat;
    background-size: 50%, 20%;
    background-position: bottom left, bottom right;
    border-top: 5px solid #33c8ff;
    border-bottom: 5px solid #00baff;
}


/*-------top ここまで-------*/


/*------募集-----*/
#cms_6-b .cate_title{
background-color:#069ce6;
}


/* ---------- カスタム ---------- */
@media screen and (max-width: 1280px){

#top_cms {
    border-left: 70px solid white;
    border-right: 70px solid white;
}

}

/* ---------- カスタム ---------- */
@media screen and (max-width: 1000px){

#top_cms {
    border-left: 50px solid white;
    border-right: 50px solid white;
}

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#intro_txt {
    background-size: 60%;
}

#intro_txt h2 span{
line-height:2em;
}

#top_cms {
    border-left: 25px solid white;
    border-right: 25px solid white;
}

header #header #header_menu li {
    width: auto;
}

#intro #intro_txt {
    padding-top: 40px;
}

#logo{
margin-bottom:0;
}


#contents:before {
    top: 0%;
}

#copyright {
padding-bottom: 120px;
}


}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#top_cms:before {
    width: 95%;
}

#top_cms .top_cms_box {
    padding: 0px 30px;
    box-sizing: border-box;
}

.cms_title h2 {
    font-weight: bold;
    font-size: 28px;
}

#top_cms {
    padding: 50px 0;
    margin-bottom: 10%;
}

#top_cms {
    border-left: 25px solid white;
    border-right: 25px solid white;
}

#intro_txt h2 {
    font-size: 30px;
}

p.dou {
    font-size: 25px;
}

p.dou span {
    font-size: 11px;
}

#main_img:before {
    border-left: 10px solid #33c8ff;
    border-right: 10px solid #33c8ff;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    z-index: 2;
    pointer-events: none;
    box-sizing: border-box;
    background-image: url(./Dup/img/copy.png), url(./Dup/img/copy2.png);
    background-repeat: no-repeat;
    background-size: 70%, 31%;
    background-position: bottom left, bottom right;
    border-top: 5px solid #33c8ff;
}


#page_title:before{
    background-size: 31%;
 }

#main_img{margin-top:65px !important; }

.koren{
margin-bottom:-30px;
}

#page_title h2{
font-size:18px;
}

}