﻿@charset "utf-8";

/* 1536 , 1530 × 735 ,1366 *//* 上記画面幅でも崩れていないか確認 */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */




/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* color */
.txt_color_nomal, .hvr_txt_color_nomal:hover{color: var(--black);}
:root{
    --color1: #66c6c4; 
    --color2: #f5fffe; 
    --color3: #8c7469; 
    --color4: #fffdf8; 
    --black: #423935; 
    --color5:#9adbd6;
}

.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: #f5fcfc;
}

/*load*/
#loading .bg_color1{
    background-image: linear-gradient(0deg, #66c6c4, #7fe6be);
}


/*header*/
#header{
    padding-bottom:0;
}
#header_logo{
        max-width: 130px;
        min-width: auto;
}

.header_item{
        margin-top: -50px;
}
#header .opacity04 {
    opacity: 0.7;
        background-color: transparent;
}
.contact_btn .pd_t-5px{
    padding-top: 8px;
}

/*footer*/
footer{
   background-image: linear-gradient(90deg, #66c6c4, #7fe6be);
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
footer{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    
    /*footer*/
    footer {
        border-radius: 50px 50px 0 0;
    }
    .bottom_contact .pd_t-5px{
        padding-top: 7px;
    }
}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#main_img{
   background-image: none;
   background-color: #fff;
}
.main_img{
    width: 80%;
    right: 0;
    bottom: -15%;
    min-width: 1200px;
}

.main_txt{
        width: 40%;
    max-width: 550px;
    bottom: 12%;
    left: 24%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.main_txt2{
    width: 54%;
    margin-top: 50%;
}

.item3-1{
   animation: fuwafuwa 3s ease-in-out infinite alternate;
   bottom: 0;
   right: -2%;
   width: 30%;
   max-width: 250px;
       mix-blend-mode: overlay;
}
.item3-2{
     right: 26%;
    top: 21%;
   width: 25%;
   max-width: 260px;
    animation: fuwafuwa 3.5s ease-in-out infinite alternate;
        mix-blend-mode: overlay;
}
.item3-3{
     right: 35%;
    bottom: -5%;
   width: 26%;
   max-width: 280px;
    animation: fuwafuwa 3.7s ease-in-out infinite alternate;
        mix-blend-mode: overlay;
}
@keyframes fuwafuwa {
  /* 開始時と終了時（元の位置）*/
  0%, 100% {
    transform: translateY(0); /* 移動なし */
  }
  /* 中間点（上または下に移動）*/
  50% {
    transform: translateY(-15px); /* 上に 15px 移動 (マイナス値) */
  }
}

@media screen and (max-width: 1750px){
    .intro_title2{
        font-size: 28px;
    }
}

@media screen and (max-width: 1500px){
.main_img{
    bottom: 0;
}
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
    #main_img{
    background-position: 70% 10%;
    height: 600px;
    }
    .main_img{
    min-width: auto;
}
    .main_txt {
        top: 53%;
        left: 9%;
        width: 48%;
        transform: translate(0, -50%);
    }
.main_txt2 {
    margin-top: 100px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
/*#main_img{
        height: 150vw !important;
    background-image: url('/Files/img/main_bg_sp.png');
    background-position: 60% 0;
}*/
#main_img{
    height: 140vw !important;
}
    .main_txt1 {
         left: 30px;
    top: 26%;
    width: 80%;
        z-index: 1;
    }
    .main_txt2 {
        width: 41%;
    left: 30px;
    bottom: 30px;
        z-index: 1;
    }
    .item3-2 {
        top: 51%;
    }
}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.item1{
         width: 36%;
    max-width: 400px;
    bottom: -10%;
    left: -5%;
    z-index: 1;
    mix-blend-mode: multiply;
    opacity: 0.4;
}

.item2{
        width: 30%;
    max-width: 360px;
    bottom: 21%;
    right: 0;
    z-index: 1;
    mix-blend-mode: multiply;
     opacity: 0.4;
}
/*.item3 {
    width: 36%;
    max-width: 650px;
    top: -20%;
    left: -5%;
    z-index: 0;
    opacity: 0.7;
}*/
.blog_wrap .border_color2{
    border-color:var(--color5);
}
#top_cms1, .top_cms_wrap{
    max-width: 1350px;
    margin-right: auto;
    margin-left: auto;
}

.cms_title{
    color: var(--color3);
}
.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);
}

#cms_5-f .cate_box .box_txt1, .cms_5-f .cate_box .box_txt1 {
    background-color: rgba(209, 242, 235, 0.3);
}

/* ---------------------------　タブレット　-------------------------- */
@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;
}

/* ---------------------------　タブレット　-------------------------- */
@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;
    }
}


