﻿@charset "utf-8";

/* 1536 , 1530 × 735 ,1366 *//* 上記画面幅でも崩れていないか確認 */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */




/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* color */
.txt_color_nomal, .hvr_txt_color_nomal:hover{color: var(--black);}
:root{
    --color1: #5487a3; 
    --color2: #efedf4; 
    --color3: #336d89; 
    --color4: #e4ecef; 
    --color5:#90c7d3;
    --black: #151a1e; 
}

.txt_red, .hvr_txt_red:hover{color: #C12326;}
.txt_gray, .hvr_txt_gray:hover{color: #ccc}
.txt_color1, .hvr_txt_color1:hover{color: var(--color1)} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: var(--color2)} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: var(--color3)} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: var(--color4)} /* アクセントカラー2 */

/* background-color */
.bg_black, .hvr_bg_black:hover{background-color: var(--black)} /* 黒背景 */
.bg_gray, .hvr_bg_gray:hover{background-color: #ccc}
.bg_color1, .hvr_bg_color1:hover{background-color: var(--color1)} /* メインカラー */
.bg_color2, .hvr_bg_color2:hover{background-color: var(--color2)} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: var(--color3)} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: var(--color4)} /* アクセントカラー2 */
.bg_color_clear, .hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.border_black, .hvr_border_black:hover{border-color: var(--black)}
.border_gray, .hvr_border_gray:hover{border-color: #ccc}
.border_color1, .hvr_border_color1:hover{border-color: var(--color1)}
.border_color2, .hvr_border_color2:hover{border-color: var(--color2)}
.border_color3, .hvr_border_color3:hover{border-color: var(--color3)}
.border_color4, .hvr_border_color4:hover{border-color: var(--color4)}


.linkStyle{
	color:var(--color1);
}
.linkStyle:hover{
	color:var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}

.point_no{
    pointer-events: none;
}

.base_color {
    background-color: #f0f5f7;
}

.shadow-h {
    box-shadow: 5px 30px 20px rgba(47, 112, 137, 0.1);
}

/*load*/
#loading .bg_color1{
   background-image: linear-gradient(0deg, #89c6db, #abcdd7);
}
#loading .width_300-max{
    max-width: 250px;
}


/*header*/
#header_logo{
        max-width: 150px;
        min-width: auto;
}


#header .opacity04 {
    opacity: 0.7;
        background-color: transparent;
}
.contact_btn .pd_t-5px{
    padding-top: 8px;
}

.nav_tel{
    display: none;
}




/*footer*/
footer{
   background-image: linear-gradient(153deg, #2e80a0, #ab9fc5);
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    
    #header_logo{
        width: 35% !important;
    }
/*footer*/

footer {
        border-radius: 50px 50px 0 0;
    }
    
    #copyright.font_2dw{
        font-size: 12px;
    }
    
}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#main_img .slider{
	border-radius: 10px;
}

.main_img{
    width: 90%;
    right: 0;
}

.main_txt{
    width: 11%;
    max-width: 130px;
    top: 37%;
    left: 74%;
    transform: translate(-50%, -50%);
}

.main_txt2{
        top: 70%;
    width: 6%;
    left: 25%;
    max-width: 60px;
    transform: translate(-50%, -50%);
}
.main_item2{
    width: 30%;
    max-width: 450px;
    left: -5%;
    bottom: 0;
}
.main_item3{
    width: 35%;
    max-width: 500px;
    right: 0;
    bottom: -20px;
}



/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
.main_txt{
    transform: none;
    left: auto;
    right: 63px;
    top: 20%;
}
.main_txt2 {
    transform: none;
    top: 30%;
    left: 10%;
}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    

#main_img .swiper-container{
    height: 280px;
    z-index: 0;
    margin-top: 0 !important;
}

.main_txt{
    top: auto;
        bottom: 16%;
        width: 84px;
        right: 20%;
        z-index: 1;
}
.main_txt2{
            width: 34px;
        top: auto;
        bottom: 13%;
        left: 28%;
        transform: translate(-50%, 0);
        z-index: 1;
}
.main_item2{
        width: 32%;
}
.main_item3 {
    width: 43%;
}
}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.modal_bg.bg_color1{
    background-color: #a2bf9b;
}

.fade_box img{
    border-radius: 10px;
}
.blog_wrap .border_color2{
    border-color:var(--color4);
}
#top_intro .intro_img3{
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
}

.intro_title2 {
    line-height: 1.4;
}
#top_cms1, .top_cms_wrap{
    max-width: 1350px;
    margin-right: auto;
    margin-left: auto;
}
.top_cms1_title, .cms_title {
    color: var(--color1);
}
.cms_title .border_so1-b{
    border-color: var(--color5);
}
.con_title1{
    line-height: 1.4;
}

.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    background-color: rgba(81, 56, 56, 0.5);
}
.item1{
         width: 36%;
    max-width: 450px;
    bottom: 0;
    left: 0;
    z-index: 1;
    mix-blend-mode: screen;
}
.item1-2{
    width: 36%;
    max-width: 450px;
    top: 10%;
    right: 0;
    z-index: 1;
        mix-blend-mode: multiply;
    opacity: 0.3;
}
#footer_info .item4{
    right: 50px;
    bottom: 0;
    width: 25%;
    max-width: 330px;
    opacity: 0.5;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
.item2 {
    bottom: 8%;
}
#top_intro .intro_img2 {
        margin-top: 14px;
        margin-left: auto;
    }
}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.blogListPattern_item .border_color2{
    border-color: var(--color5);
}

#page_title{
    padding-top: 150px!important;
    padding-bottom: 70px !important;
}

#page_title .opacity02 {
    opacity: 1;
}



.cate_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
}


/*プライバシーポリシー*/

#google_privacy a {
    color: var(--color3);
}
/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#page_title{
    padding-bottom: 30px !important;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#page_title{ border-radius: 0 0 50px 50px;
       padding-top: 100px !important;
        padding-bottom: 20px !important;
    }
    .page_title_wrap .font_34_sp{
    font-size: 28px;
}
}


