﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=GFS+Didot&display=swap');

/* ----------　all　---------- */


/* color -----------------------------------------------------------------------------*/
:root{
    --color1: #1e90ff;
    --color2: #ffebcd;
    --color3: #e0d7c8;
    --color4: #f5f2ed;
    --color5: #ff4500;
    --white:#ffffff;
    --black:#000;
    --gray:#ccc;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.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 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.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_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.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);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}

.linkStyle{
    color: var(--color1);
    border-bottom:solid 1px;
    transition: 0.3s;
}

.linkStyle:hover {
    opacity: 0.7;
}

body#body {
    background: var(--color4);
}
/* color -----------------------------------------------------------------------------*/

body, h2, h3, h4 {
    font-family: "Zen Maru Gothic", 'Noto Sans JP', 'Comfortaa', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.font_did {
    font-family: "GFS Didot", serif;
}


/* nav */

#con_nav ul li {
    max-width: 35%;
}

#page-top {
    width: 50px;
    height: 50px;
}

.bnr_box {
    right: 80px;
    bottom: 10px;
    transition: 0.3s;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/* footer */


/* ----------　TOP　---------- */

/* main-img */

.catch {
    bottom: auto;
    top: 43%;
    right: auto;
    left: 5%;
    filter: drop-shadow(1px 3px 2px rgba(255, 255, 255, 0.7));
}

.catchcopy {
    z-index: 5;
    font-size: clamp(20px, 11vw, 250px);
    bottom: -3%;
    color: #f5f2ed;
    line-height: 1.1;
    left: 0;
    margin: auto;
    width: calc(100% - 250px);
}

/* top */

#top_news {
    height: 150px;
}

#top_news:before {
    content: "Noemie";
    font-family: "GFS Didot", serif;
    position: absolute;
    bottom: -27px;
    right: 0;
    font-size: 150px;
    line-height: 1;
    color: #f5f2ed;
}

.con1_txt_wrap .con_title {
    color: #333333;
}

.con3_wrap .con_title {
    color: #ffb352;
}

#top_contents3 .con3_wrap .con_before {
    background-color: #ffb352;
}

.con3_wrap2 .con_title {
    color: #53d6b5;
}

#top_contents3 .con3_wrap2 .con_before {
    background-color: #53d6b5;
}

.con3_wrap3 .con_title {
    color: #4ba6ff;
}

#top_contents3 .con3_wrap3 .con_before {
    background-color: #4ba6ff;
}


/* top-cms */

.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

.link_type2 .cate_box a {
    color: #fff;
        border-radius: 20px;
}
.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}
.link_type2 .cate_box a:after {
    top: 100%;
    background-color: var(--color1);
    transition: 0.5s;
	z-index: 3;
}
.link_type2 .cate_box a:hover:after {
    top: 0;
}
.link_type2 .cate_box .txt_wrap {
    z-index: 2;
}
.link_type2 .more {
	letter-spacing: 3px;
    box-sizing: border-box;
	opacity: 0;
	transition: opacity .8s;
	z-index: 4;
}
.link_type2 .cate_box a:hover .more {
    opacity: 1;
}



/* ---------- loopSlider ---------- */
#topcms_gallery_type1 .loopSliderWrap{
    top: 0;
    left: 0;
    height: 450px;
}
#topcms_gallery_type1 .loopSlider {
    margin: 0 auto;
    height: 450px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul {
    height:450px;
    float: left;
    overflow: hidden;
}
#topcms_gallery_type1 .loopSlider .ul .li {
    width: 450px;
    height: 450px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding: 0;
}
#topcms_gallery_type1 .loopSlider .ul .li img{
    border-radius: 0;
}
#topcms_gallery_type1 .loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

/*リンクボタン*/
#topcms_gallery_type1 .btn{z-index: 3;}
#topcms_gallery_type1 .btn a::before {
    content: '';
    position: absolute;
    bottom: 55px;
    right: 27%;
    width: 42%;
    height: 1px;
    background: #333;
    transition: all .3s;
}
#topcms_gallery_type1 .btn a::after {
    content: '';
    position: absolute;
    bottom: 60px;
    right: 27%;
    width: 15px;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
    transition: all .3s;
}
#topcms_gallery_type1 .btn a:hover::before {
    right: 16%;
    background: #fff;
}
#topcms_gallery_type1 .btn a:hover::after {
    right: 15%;
    background: #fff;
}
#topcms_gallery_type1 .btn {
    display: block;
}
#topcms_gallery_type1 .btn a {
    background: #fff;
    color: #212121;
    width: 200px;
    height: 200px;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    flex-wrap: wrap;
    transition: all 0.4s;
}
#topcms_gallery_type1 .btn a:hover {
    background: var(--color1);
    color: #fff;
}
#topcms_gallery_type1 .btn a span, .btn a strong {
    text-align: center;
}


/* ----------　下層ページ　---------- */

.under_page > div h1 {
    max-width: 150px;
}


#cms_5-d .box_title1:before, .cms_5-d .box_title1:before {
    border-color: #f5f2ed transparent;
}

.pager li a:hover {
    background-color: var(--color5);
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
.mainwrap-r h1 {
    width: 120px;
}

.catch {
    top: auto;
    bottom: 5%;
    z-index: 6;
    width: 65%;
}

.catchcopy {
    font-size: clamp(20px, 15vw, 250px);
    left: 10px;
    bottom: -2%;
    line-height: 1.2;
}
    
#top_news {
    height: 180px;
}

#top_news:before {
    bottom: auto;
    top: -22px;
}
    
    
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
    
.info_txt_wrap {
    margin-bottom: 0;
    padding-top: 50px;
}

#topcms_gallery_type1,#topcms_gallery_type1 .loopSliderWrap,#topcms_gallery_type1 .loopSlider,#topcms_gallery_type1 .loopSlider ul,#topcms_gallery_type1 .loopSlider .ul .li{
	height: 280px;
}
#topcms_gallery_type1 .loopSlider .ul .li{
    width: 280px;
}
#topcms_gallery_type1 {
    padding-bottom: 0;
    padding-top: 0;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
.mainwrap-r h1 {
    width: 85px;
}

.catch {
    top: auto;
    bottom: 0%;
    z-index: 6;
    width: 65%;
}

.catchcopy {
    font-size: clamp(20px, 18vw, 250px);
    left: 5%;
    bottom: -8%;
    line-height: 1.1;
    color: #ffffff;
    width: 95%;
}
    
#mainwrap {
    padding-bottom: 100px;
}

#main_img {
    height: 45vh;
}
    
#top_news:before {
    top: 50px;
    font-size: 100px;
}
    
.bnr_box {
    right: 65px;
}

#top_contents1 .con1_img2 {
    bottom: -32px;
    width: 65% !important;
    bottom: -85px;
}

.info_txt_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

.link_type2 .cate_box a:after, .link_type2 .more {
    display: none;
}

#topcms_gallery_type1,.loopSliderWrap,.loopSlider,.loopSlider .ul,.loopSlider .ul .li{
	height: 179px!important;
}
#topcms_gallery_type1 .loopSlider .ul .li{
    width: 179px;
}
#topcms_gallery_type1 .btn a::after {
    bottom: 35px;
    right: 27%;
}
#topcms_gallery_type1 .btn a::before {
    bottom: 30px;
    right: 27%;
}
#topcms_gallery_type1 .btn a {
    width: 140px;
    height: 140px;
    line-height: 1.7;
}
    
}