﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/* ----------　all　---------- */
.linkStyle{
	color:#0b4a8d;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#0b4a8d;
	opacity: 0.7;
	transition: all 0.5s;
}

.font_shippori {
    font-family: 'Noto Sans JP', sans-serif;

}

/* nav */

#fix-rsv {
    bottom: 10px;
    right: 100px;
    width: 30%;
    z-index: 5;
    transition: 0.3s;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}


/* footer */


/* ----------　TOP　---------- */

/* main-img */

.vegas-slide {
    width: 60%!important;
    margin-left: 40%!important;
}

.main-copy-inner h2 {
    transform: translateX(15px);
}

/* top */

.top-bnr {
    position: relative;
    background-image: url(Dup/img/l2.jpg);
    background-position: 50%;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.top-bnr:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.35);
    z-index: -1;
}

.top-bnr a {
    padding: 10px 25px;
}

#intro span.bg_box {
    display: none;
}

.intro_title {
    color: #fff;
    background-color: #0b4a8d;
    line-height: 1.5;
    padding: 25px 40px;
}

/*8つの約束対応*/

.pro-wrap {
    row-gap: 30px;
    align-items: flex-start;
}

.pro-li {
    cursor: pointer;
}

.li-icon img {
    width: auto;
    height: 100%;
}

.pro-li:hover {
    transform: translate(0px, -5px);
}

.pro-li:hover .li-img img {
    filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.3));
}

.pro-bnr a {
    display: block;
    width: 300px;
    margin: auto;
    text-align: center;
    background-color: #cbc78b;
    padding: 15px;
    font-size: 18px;
    transition: 0.3s;
}

.pro-bnr a:hover {
    background-color: #e8f1fc;
    color: #333333;
}

/*slick*/
.slick-slide img {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 4px rgb(0 0 0 / 0%);
}

.slick-slider .slick-track, .slick-slider .slick-list {
    opacity: 1!important;
}

.pro-icon {
    height: 100px;
}

.pro-icon img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.pro-num {
    z-index: 0;
    margin-bottom: 20px;
}

.pro-num:before {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #E0D26C;
    transform: rotate(45deg);
    position: absolute;
    z-index: -1;
    left: -9px;
    top: -5px;
}

/*--- slick ------------------------------------*/

.link_type_slick {
    width: 500px;
}

.link_type_slick .slick-box{
    opacity: 1;
}
.link_type_slick .slick-initialized{
    opacity: 1
}
.link_type_slick .slick-box .prev, .link_type_slick .slick-box .next {
    display: block;
	cursor: pointer;
	position: absolute;
    bottom: 30px;
	z-index: 1;
	padding: 5px;
}


/*.link_type_slick .slick-container{*/
/*    padding-left: 30px;*/
/*    padding-right: 30px;*/
/*}*/
.link_type_slick .slick-box .prev {
	left: 0px;
}
.link_type_slick .slick-box .next {
	right: 0px;
}

.link_type_slick .slick-box .next img, .link_type_slick .slick-box .prev img {
    width: 15px;
}

.link_type_slick .slick-box .next:before {
    content: "詳しくはスワイプ";
    position: absolute;
    display: block;
    font-size: 12px;
    width: 60px;
    text-align: center;
    right: 25px;
    top: -5px;
    background: #f1f1f1;
    padding: 5px;
}

/* Dots */
.link_type_slick .slick-dots{
    position: absolute;
    bottom: -35px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: none!important;
}
.link_type_slick .slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.link_type_slick .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.link_type_slick .slick-dots li button:hover,
.link_type_slick .slick-dots li button:focus{
    outline: none;
}
.link_type_slick .slick-dots li button:hover:before,
.link_type_slick .slick-dots li button:focus:before{
    opacity: 1;
}
.link_type_slick .slick-dots li button:before{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.link_type_slick .slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}
/* 最後まで行ったら、矢印透過する */
.link_type_slick .slick-disabled{
	opacity: 0;
}
/* 要素の高さを合わせる */
.link_type_slick .slick-slide {
	height: auto !important;
	width: 100%!important;
}
.link_type_slick .slick-track {
	display: flex;
	height: 500px;
}

.slick-txt {
    padding: 50px 30px;
}

.slick-slider .slick-track .box_inner:nth-of-type(2) .slick-txt {
    padding: 25px;
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.link_type_slick .slick-container{
    padding-left: 0;
    padding-right: 0;
}

}

/*8つの約束対応*/

/* top-cms */

#top_cam .top_cms_title h3, #top_cms1 .top_cms_title h3, #top_cms2 .top_cms_title h3 {
    font-weight: 900;
    color: #333333;
    transform: none;
}

#top_cam .top_cms_title p, #top_cms1 .top_cms_title p, #top_cms2 .top_cms_title p {
    font-weight: 700;
    transform: none;
    opacity: 0.8;
}

.link_type3{padding-bottom: 50px;}
.link_type3 .link_img1 {z-index: 1;}
.link_type3 .cate_box a:hover .link_img1 img {transform: translate(-50%, -50%) scale(1.05,1.05);}
.link_type3 .link_title1 {
    left: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    box-sizing: border-box;
}
.link_type3 .cate_box a .link_title1 {transition-timing-function: cubic-bezier(.78,.09,.27,1.36);}
.link_type3 .cate_box a:hover .link_title1 {bottom: -47px;}
	

.topcms_news_type3 .box_txt1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	line-height: 1.7;
}
.topcms_news_type3 .date {
    padding: 9px 22px 7px;
}
.slick-slide img {
    box-shadow: 0 2px 4px rgb(0 0 0 / 0%);
}
/*--- slick ------------------------------------*/
.topcms_news_type3 .slick-box{
    opacity: 0;
    transition: 3s;
}
.topcms_news_type3 .slick-initialized{
    opacity: 1
}
.topcms_news_type3 .slick-box .prev,.topcms_news_type3 .slick-box .next {
    display: block;
	cursor: pointer;
	position: absolute;
	top: 40%;
	z-index: 1;
	padding: 15px;
}

.topcms_news_type3 .slick-box .prev {
    left: -35px;
}


.topcms_news_type3 .slick-box .next {
    right: -35px;
}

/* Dots */
.topcms_news_type3 .slick-dots{
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.topcms_news_type3 .slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.topcms_news_type3 .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.topcms_news_type3 .slick-dots li button:hover,
.topcms_news_type3 .slick-dots li button:focus{
    outline: none;
}
.topcms_news_type3 .slick-dots li button:hover:before,
.topcms_news_type3 .slick-dots li button:focus:before{
    opacity: 1;
}
.topcms_news_type3 .slick-dots li button:before{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.topcms_news_type3 .slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}
/* 最後まで行ったら、矢印透過する */
.topcms_news_type3 .slick-disabled{
	opacity: 0.3;
}
/* 要素の高さを合わせる */
.topcms_news_type3 .slick-slide {
	height: auto !important;
}
.topcms_news_type3 .slick-track {
	display: flex;
}

/*about*/
.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    color: #474521;
    font-weight: normal;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 80px;
    padding-bottom: 60px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}


/* ----------　下層ページ　---------- */

#cms_6-a .box_img:empty {
    display: none;
}


/* 会社情報 */
/* お問い合わせ */


.con-line-btn a {
    color: #fff;
    background-color: #4fb836;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px;
    font-size: 20px;
    border-radius: 50px;
}

.step-box {
    align-items: flex-start;
    column-gap: 5%;
    row-gap: 80px;
    justify-content: flex-start;
}

.step .con-line-btn a{
    font-size: 16px;
    padding: 10px;
}

.step p:first-of-type {
    border-radius: 50px;
}

.step-txt {
    min-height: 100px;
}

/*ブログページモーダル*/
#page2 .topcms_news_type1 .box_wrap, #page2 #topcms_news_type1.box_wrap {
	align-items: stretch;
}
#page2 .topcms_news_type1 .cate_box a, #page2 #topcms_news_type1 .cate_box .box_item{
	flex-direction: column;
}
#page2 .topcms_news_type1 .cate_box, #page2 #topcms_news_type1 .cate_box{
	width: 30.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	box-shadow: 0 10px 20px rgba(0,0,0,0);
}
#page2 .topcms_news_type1 .cate_box, #page2 topcms_news_type1 .cate_box .box_item{
	border-radius: 20px;
	box-shadow: 0 10px 20px rgba(0,0,0,20%);
	background-color: #fff;
	padding: 0;
}
#page2 .topcms_news_type1 .cate_box:hover, #page2  #topcms_news_type1 .cate_box .box_item:hover {
	transform: translateY(-5px);
}
#page2 .topcms_news_type1 .cate_box .box_item, #page2  #topcms_news_type1 .cate_box .box_item{
	cursor: pointer;
    box-shadow: 0 0px 5px 5px rgba(0, 0, 0, 0.1);
}
#page2 .topcms_news_type1 .txt_height, #page2 #topcms_news_type1 .txt_height{
	height: 3em
}
#page2 .topcms_news_type1 .box_txt1:empty, #page2 #topcms_news_type1 .box_txt1:empty {
	display: block!important;
}
#page2 .topcms_news_type1 .box_img1, #page2 #topcms_news_type1 .box_item .box_img1{
	flex-grow: 0;
}
#page2 .topcms_news_type1 .txt_box, #page2 #topcms_news_type1 .txt_box{
	flex-grow: 1
}

/* topcms_news_type1 .modal */
html.modalset{overflow: hidden;}
#page2 .topcms_news_type1 .modal, #page2 #topcms_news_type1 .modal{
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	line-height: 1.7;
}
#page2 .topcms_news_type1 .modal-wrap, #page2 #topcms_news_type1 .modal-wrap {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	overflow: auto;
	padding: 20px;
	padding-top: 100px;
	padding-bottom: 50px;
}
#page2 .topcms_news_type1 .modal-bg, #page2 #topcms_news_type1 .modal-bg{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}
#page2 .topcms_news_type1 .modal-box, #page2 #topcms_news_type1 .modal-box {
	width: 90%;
	max-width: 900px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 10px;
	padding-bottom: 23px;
	background-color: #fff;
	text-align: left;
	border-radius: 20px;
}
#page2 .topcms_news_type1 .modal-box .inner, #page2 #topcms_news_type1 .modal-box .inner{
	max-height: 100%!important;
	overflow: auto;
	-ms-overflow-style: none;
}
#page2 .topcms_news_type1 .modal-box .inner::-webkit-scrollbar, #page2 #topcms_news_type1 .modal-box .inner::-webkit-scrollbar {
	width: 2px;
	height: 10px;
}
#page2 .topcms_news_type1 .modal-box .inner::-webkit-scrollbar-track, #page2 #topcms_news_type1 .modal-box .inner::-webkit-scrollbar-track {
	border-radius: 5px;
	box-shadow: 0 0 4px #aaa inset;
}
#page2 .topcms_news_type1 .modal-box .inner::-webkit-scrollbar-thumb, #page2 #topcms_news_type1 .modal-box .inner::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #333;
}
#page2 .topcms_news_type1 .modal-box .modal-close, #page2 #topcms_news_type1 .modal-box .modal-close{
	cursor: pointer;
	position: absolute;
	top: 19px;
	right: 25px;
}
#page2 .topcms_news_type1 .modal-box .modal-close img, #page2 #topcms_news_type1 .modal-box .modal-close img {box-shadow: 0 2px 4px rgb(0 0 0 / 0%);}


#page2 .modal_item .box_title1 {
    background-color: #eeeeee;
}



/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
#fix-rsv {
    width: 40%;
}
    
#main_img {
    margin-top: 110px;
}

.modal_img {
    width: 100%!important;
}

.link_type3{padding-bottom: 0;}

#page2 .topcms_news_type1 .cate_box, #page2 #topcms_news_type1 .cate_box {width: 46.33333%!important;}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
#fix-rsv {
    right: 80px;
    width: 75%;
}
    
#main_img {
    height: 90vh!important;
    margin-top: 66px;
}

.overlay .menu_box {
    backdrop-filter: none;
}

.pro-li {
    margin-left: -10px;
}

.link_type_slick {
    width: 320px;
}

#top_cam .top_cms_title p, #top_cms1 .top_cms_title p, #top_cms2 .top_cms_title p {
    opacity: 0.8;
}

.step-box {
    justify-content: center;
}

.topcms_news_type3 .slick-container{
    padding-left: 0;
    padding-right: 0;
}
.topcms_news_type3 .slick-box .prev {
	left: -8px;
}
.topcms_news_type3 .slick-box .next {
	right: -8px;
}
/* 両サイドの画像を透過 */
.topcms_news_type3 .slick-initialized .slick-slide{
	opacity: 0.1; 
}
/* センター画像を非透過 */
.topcms_news_type3 .slick-initialized .slick-slide.slick-center{
	opacity: 1; 
}

.link_type1 .link_top .link_title{
    font-size: 15px;
}

 #page2 #topcms_news_type1 {
     width: 95%;
     margin: 0 auto;
 }

#page2 .topcms_news_type1 .modal-box, #page2 #topcms_news_type1 .modal-box {
    width: 100%;
}

#page2 .topcms_news_type1 .cate_box, #page2 #topcms_news_type1 .cate_box {width: 100%!important;}
    
.pro-wrap {
    padding: 0;
}
    
}