﻿@font-face {
font-family: "rogo";
  src: url("Dup/css/rogo.otf") format("otf"),url("Dup/css/rogo.woff") format("woff"),url("Dup/css/rogo.woff2") format("woff2");
}

#con3{
    background-color: transparent;
    background-image: url(./Dup/img/con_back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}


.header-in {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    
}

.only{
        background-color: rgba(255,255,255, 0.85);
    padding: 10px;
    border-radius: 50px;
    box-sizing: border-box;
}

#main_img{
    background-color: transparent;
    position: relative;
}

#main_img:before{
     content: "";
    display: block;
    width: 100%;
    height: calc(96% - 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/catch.png), url(./Dup/img/year.png), url(./Dup/img/copy.png);
    background-position: center top, center bottom, 70% 10%;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 25%, 15.5%, 2%;
    pointer-events: none;
    z-index: 1;
    /* margin: 30px 0; */
    box-sizing: border-box;
    margin-top: 10px;
}



.setu{
    background-image: url('./Dup/img/setu_back.png');
    background-size: 100% 100%;
}

.setu figure{
    max-width: 1280px;
    margin: 30px auto;
}

.con1_inner p{
    text-align: left;
    max-width: 1080px;
    margin: auto;
}



#con2 .topimg2 {
    width: 100%;
    min-width: 500px;
    margin: auto;
}

#con2 .topimg3{
    display: none;
}

#fakeloader{
    background-color: white;
}


#fakeloader_only {
    background-color: white;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}


#fakeloader_only .fl{
    max-width: 300px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute;
}



.ques img{
        max-width: 300px;
    margin: auto;
    display: block;
}

.ques p{
        font-weight: bold;
    font-size: 25px;
}

.txt_color2 {
    color: #72afdd;
}

.btn{
    max-width: 500px;
    margin: 50px auto 0;
    position: relative;
}


.btn:before{
        content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 25%;
    left: 45%;
    background-image: url(./Dup/img/hello.png);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 25%;
    pointer-events: none;
    opacity: 0;
    transition: 0.1s;
}

.btn:hover:before{
        opacity: 1;
    transition: 0.1s;
}

.bg_color2 {
    background-color: #1b4c7a;
}

#con3 .box .img {
    border-radius: 0px;
}

#con4{
    display: none;
}

.border_color3 {
    border-color: #72afdd;
}

.more i{
    color: #394a93;
}

/*.menu_btn {
    border: 2px solid #F3F2EE;
    margin: 0px;
    box-shadow: none;
    background-color: rgba(255,255,255,0.5);
}*/


#con1{
    background-color: transparent;
}

.pagetop {
    background-color: #72afdd;
}

.cmstitle p span{
    color:#F7CC38;
}

.bg_color5 {
    background-color: #F3F2EE;
}

.pagetitle, .footer_contact{
    position: relative;
}

.pagetitle:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/ue.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.footer_contact:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
        top: 49%;
    left: 50%;
    background-image: url(./Dup/img/sita.png);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
}

.pagetitle_img {
    opacity: 0.45;
    mix-blend-mode: normal;
}

.pagetitle {
    background-color: white;
}

.border_color1 {
    border-color: #72afdd;
}

.all .header-in{
    background-color: rgba(255,255,255,0.5);
    /*backdrop-filter: blur(1px);*/
}

.pagetitle {
    padding-bottom: 90px;
}


#page1{
    overflow: hidden;
}

.pagetitle h2{
    font-size: 43px;
    line-height: 50px;
    color: #1b4c7a;
    display: inline-block;
    font-family: rogo;
}


.pagetitle p{
        color: #ffed12;
            color: #ffffff;
}

#page8 .contact_tel a {
    padding: 10px 40px;
    box-sizing: border-box;
    /*width: 40%;*/
    width: 380px;
    font-size: 22px;
}

.contact_tel2{
    max-width: 380px;
    margin: auto;
    margin-top: 20px;
}

#page8 .contact_tel2 a:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-animation: easeOutBounce .6s;
    animation: easeOutBounce .6s;
}

#page8 .contact_tel2 a {
    transition: .3s;
}


/*-----20220816 correct start----*/

.cmstitle .en {
    font-family: 'rogo';
}

#con3 .title .en {
    font-size: 35px;
    font-family: rogo;
}

.footer > p{
    text-align: center;
}

.linkStyle{color: #1b4c7a;}

/*-----20220816 correct end----*/

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img:before {
    background-position: center top, center bottom, 70% 10%;
    background-size: 35%, 21.5%, 3.5%;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

.f_contact_box h4{
        font-size: 40px;
    margin-bottom: 10px;
}

.pagetitle h2 {
    font-size: 30px;
}

#main_img:before {
    background-position: center top, center bottom, 70% 10%;
    background-size: 35%, 27.5%, 5%;
}

#main_img img{
        transform: scale(1.3);
}

#con1 {
    padding-top: 80px;
}

#con2 .topimg2 {
    min-width: 100%;
}

.contact_tel{
    max-width: 380px;
    margin: auto;
}

.ques p {
    font-size: 22px;
    margin-bottom: 30px;
}

.con1_inner h2{
        font-size: 18px;
}

#con3 .title h3 span{
    display: none;
}

#page8 .contact_tel a {
    padding: 10px 10px;
    box-sizing: border-box;
    width: auto;
    font-size: 18px;
}

}