﻿/*--------ani start-------*/


.fadein{
     opacity: 0;
     transform: translateY(100px);
     transition: 1s;
     transition-property: opacity,transform;
}

.fadein.fadetrans{
     opacity: 1;
     transform: none
}



/*------ani end-----*/

/*---------common start-----------*/

.bg_color1 {
    background-color: #0487ca;
}

.txt_color1 {
    color: #67aeb5;
}

.bg_color3 {
    background-color: #0487ca;
}

#loading_line .line{
    background-color:#f2fbff;
}

.border_color1 {
    border-color: #0487ca;
}

.txt_color1 {
    color: #0487ca;
}

.txt_color3 {
    color: #0487ca;
}

.font_4up {
        font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 8px);
}

#footer:before {
    background: rgba(4, 135, 202, 0.3) !important;
}

.footer_box #logo2{
    max-width:210px;
    width:60% !important;
}

header #logo img{
    width:95% !important;
}

.btn_box .font_4up{
    font-size: -webkit-calc(1rem + 4px);
    font-size: calc(1rem + 4px);
}

.border_color2 {
    border-color: #79b7be;
}

.hvr_txt_color1:hover {
    color: #0487ca;
    font-weight: bold;
}

.font_Quick {
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif" !important;
}

.inner .btn_box{
    margin-bottom: 0;
}

#top_contact_box .tel_bt a {
    color: black;
}



.bottom .inner .btn_box:nth-child(2){
    display: none;
}

.hvr_bg_color1:hover {
    background-color: #75b5bb;
}

.linkStyle{
    color: #75b5bb;
}

/*--------common end-----------*/

/*------top start-------*/

#top_contact_box .bottom .box {
    background-color: rgba(255,255,255,0.6) !important;
}

#top_contents2 {
    background-image: url(./Dup/img/bg1.png);
        background-size: auto;
}

.inner p{
    color:black;
}

#top_contact_box .tel_bt, #top_contact_box .con_bt {
    border: 1px solid #2390c9;
}

#top_contact_box .con_bt a, #top_contact_box .con_bt a i {
    color: black;
}

#main_img{
    position: relative;
}

#main_img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url(./Dup/img/font.png);
    background-position: 20px 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    pointer-events: none;
    background-color: rgba(188, 224, 255, 0.25);
    z-index: 2;
}

p.catch{
   top: 62%;
    z-index: 2;
    font-size: 3vw;
    left: 20px;
    font-weight: bold;
    color: #002131;
    animation: han 0.5s cubic-bezier(0, 0, 0, 0.95) forwards;
    animation-delay: 3s;
    opacity: 0;
}


@keyframes han {
    0% { 
opacity:0;
transform: translateY(100px);
}
  100% { 
opacity:1;
transform: none;
}
}


.eye{
    max-width: 500px;
    margin-bottom: -20px;
}

#top_contents2 .con_box .text_box {
        background-image: url(./Dup/img/point.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: left top;
    max-height: none;
}


/*.catch_txt p{
    transition-delay: 0.5s;
}*/

#video{
    position: relative;
}



#top_contents1{
    margin-top: -10px;
    position: relative;
    z-index: 2;
    background-color: white;
}

/*------top end-------*/

/*------よくある質問 start----------*/

#cms_5-b .cate_box .open_bt .box_title1:before {
    color: rgb(112, 179, 185) !important;
}

#cms_5-b .cate_box .open_bt .box_title1:before, .cms_5-b .cate_box .open_bt .box_title1:before {
    color: rgb(112, 179, 185) !important;
}

/*------よくある質問 end----------*/

/*-----会社情報 start------*/

#page7 .d_table-cell.width_30per{
    font-weight:bold;
}

/*-----会社情報 end------*/

/*-------お問い合わせ start--------*/

#mail_wrap{
    display: none;
}

#form_area{
    display: none;
}

/*-------お問い合わせ end--------*/


/*------20211201 correct start-----*/

.tyui{
        text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

/*------20211201 correct end-----*/


@media all and (-ms-high-contrast: none){
  

}

/* ---------- タブレット ---------- */
@media screen and (max-width: 1280px){
    #top_contents2 .con_box:first-child{
        margin-bottom: 120px;
    }
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

p.catch {
    font-size: 4vw;
}

#logo h1.logo {
    max-width: 200px;
}

#top_contents2 .con_box .text_box .before {
    height: 2px;
}

header #logo img{
    width:80% !important;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.eye {
    max-width: 350px;
    margin-bottom: -20px;
}



}