﻿.bg_color1 {
    background-color: #408da7;
}

#main_img{
    position: relative;
}

#main_img:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/sen_up.png), url(./Dup/img/sen_btm.png);
    background-position: top center, bottom center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 2;
}



#head_logo span:after {
    content: "";
    display: block;
    width: 500px;
    height: 500px;
    position: absolute;
    top: -10%;
    left: -10%;
    background-image: url(./Dup/img/copy.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 14;
}

#top_contents:before {
    background-color: transparent;
    background-image: url(./Dup/img/back.png);
    background-size: cover;
}

.intro_img:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/hata.png);
    background-position: top center;
    background-repeat: repeat-x;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 12%;
    pointer-events: none;
}

.txt_color1 {
    color: #096787;
}

main, #top_contents{
    position: relative;
}

#top_contents:after{
    content: "";
    display: block;
    width: 21%;
    height: 25%;
    position: absolute;
    top: -15%;
    left: 0%;
    background-image: url(./Dup/img/left.png);
    background-position: top left;
    background-repeat: no-repeat;
    /* -webkit-transform: translate(-50% , -50%); */
    /* transform: translate(-50% , 0%); */
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

main:before{
    content: "";
    display: block;
    width: 21%;
    height: 25%;
    position: absolute;
    top: 0%;
    right: 0%;
    background-image: url(./Dup/img/right.png);
    background-position: top right;
    background-repeat: no-repeat;
    /* -webkit-transform: translate(-50% , -50%); */
    /* transform: translate(-50% , 0%); */
    background-size: contain;
    pointer-events: none;
    z-index: 2;
}

#top_contact{
    position: relative;
}

#top_contact:before{
    content: "";
    display: block;
    width: 90%;
    height: 110%;
    position: absolute;
    top: -90%;
    right: 5%;
    background-image: url(./Dup/img/ske.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    /* -webkit-transform: translate(-50% , -50%); */
    /* transform: translate(-50% , 0%); */
    background-size: contain;
    pointer-events: none;
    z-index: 0;
}

.con_box:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    right: 5%;
    background-image: url(./Dup/img/star.png);
    background-position: top right;
    background-repeat: no-repeat;
    /* -webkit-transform: translate(-50% , -50%); */
    /* transform: translate(-50% , 0%); */
    background-size: 60px;
    pointer-events: none;
    z-index: 1;
}

#head_logo span:before{
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -5%;
    right: 5%;
    background-image: url(./Dup/img/star.png);
    background-position: top right;
    background-repeat: no-repeat;
    /* -webkit-transform: translate(-50% , -50%); */
    /* transform: translate(-50% , 0%); */
    background-size: 60px;
    pointer-events: none;
    z-index: 1;
    animation: furifuri 2s infinite;
    transform-origin: center;
}

@keyframes furifuri {
  0% {transform: rotate(0deg);}
  50% {transform: rotate(0deg);}
  51% {transform: rotate(5deg);}
  99% {transform: rotate(5deg);}
  100% {transform: rotate(0deg);}
}

#head_logo span{
    background-color: rgba(255,255,255, 0.5);
    border: 1px solid white;
    border-radius: 5px;
}

#intro .intro_txt_wrap {
    background-color: #408da7;
    color: white;
}

#intro .intro_txt_wrap .txt_color1{
        color: #f9bf11;
}

#intro .intro_txt_wrap h2{
    font-weight: bold;
}

#intro .intro_txt_wrap .intro_sub_title{
    color:white;
}

#intro .contents_no span {
    background-color: white;
}

.cms_title{
    position: relative;
}


 .cms_title:before{
    content: "";
    display: block;
    width: 25%;
    height: 60%;
    position: absolute;
    top: 55%;
    left: 50%;
    background-image: url(./Dup/img/menu_star.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 30px;
    pointer-events: none;
    z-index: -1;
}


#pc_nav ul li a:hover:before{
    content: "";
    display: block;
    width: 60%;
    height: 60%;
    position: absolute;
    top: 55%;
    left: 50%;
    background-image: url(./Dup/img/menu_star.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 30px;
    pointer-events: none;
    z-index: -1;
}

#top_contents .con_box .contents_no:before {
    content: "";
    display: block;
    width: 150%;
    height: 100%;
    position: absolute;
    top: 45%;
    left: 50%;
    background-image: url(./Dup/img/catch.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%) rotate(-3deg);
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}

#pc_nav ul li a{
    font-weight: bold;
}

#pc_nav_fix h1#logo{
    width:150px;
}

.hvr_bg_color1:hover {
    background-color: #096787;
}

.kore #pc_nav_fix{
    padding: 20px 0 !important;
}

.kore{
    background-image: url(./Dup/img/1.png), url(./Dup/img/2.png), url(./Dup/img/3.png);
    background-size: 100% 300px, 1000px, 100% 400px;
    background-repeat: no-repeat;
    background-position: top right, top right, top center;
}

/*.kore:before{
    content: "";
    display: block;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 50%;
    background-image: url(./Dup/img/page_title.png);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: cover;
    pointer-events: none;
}*/

#page_title{
    margin-bottom: 200px;
}

.linkStyle{color: #096787;}

#wrap{
    overflow: hidden;
}

/*-------20211221 correct start---------*/

#head_logo span{
    opacity: 1;
}

/*-------20211221 correct end---------*/

@media all and (-ms-high-contrast: none){
  
  .cate_list a{
      padding-top: 15px;
  }

}




/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#intro .intro_img{
	height: 60vw;
	top: auto;
	bottom: 0;
}

#intro {
    padding-bottom: calc(60vw - 20px);
    padding-top: 0;
        padding-left: 20px;
    padding-right: 20px;
}

.kore {
    background-size: 100% 300px, 700px, 100% 330px;
}

#main_img:after{
    content: "";
    display: block;
    width: 500px;
    height: 500px;
    position: absolute;
    top: 90%;
    left: 25%;
    background-image: url(./Dup/img/copy.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 2;
}

main:before {
    width: 40%;
}

#top_contact:before {
    background-size: 33%;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#intro {
    padding-top: 50px;
}

.kore main{
    padding-top:90px;
}

#page_title {
    margin-bottom: 150px;
}

#main_img:after {
    width: 400px;
    height: 400px;
    top: 90%;
    left: 40%;
}

.kore {
    background-size: 100% 300px, 630px, 100% 330px;
}

.tel_wrap .tel_box a{
    font-size: -webkit-calc(1rem + 3px);
    font-size: calc(1rem + 3px);
}

}