﻿@import url('https://fonts.googleapis.com/css2?family=Cantarell:wght@700&family=Josefin+Sans:wght@400;500&family=Noto+Sans+JP:wght@400;500&display=swap');

.scroll_bt, .font_en, .cate_title, .date, .link_type_slick .slick-counter {
    font-family: 'Josefin Sans',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
#contents_box .font_en {
    font-family: 'Josefin Sans',"游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}


/* ======================================================================================
　　color
======================================================================================== */
.linkStyle{color: var(--color1);transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}

.hvr_border_color4:hover{border-color: var(--color4)}
.more a {
    border-color: #c7c7c7;
    color: #858585;
    padding-top: 13px;
}
.button:hover::after {
    box-shadow: inset 0 0 0 15em rgb(154 192 197);
}
.more a:hover {
    border-color: var(--color1);
    color: #fff;
}

/* ==================================================================================================
　　カラー変数
================================================================================================== */

:root {
    --normal_color: #333333;
    --color1: #9ac0c5; /* メインカラー */
    --color2: #e6e6e6; /* サブカラー */
    --color3: #5F8F5F; /* アクセントカラー1*/
    --color4: #E4E2D5; /* アクセントカラー2*/
}
.txt{
	color: var(--color1);
}


/* ======================================================================================
　　anim
======================================================================================== */

#main_img .main_logo, .main_txt {
    transform: translate(-50%, -50%) scale(1.1);
    filter: blur(5px);
    opacity: 0;
    transition-property: transform, filter, opacity;
    transition-duration: 1s;
    z-index: 1;
}
#main_img .main_logo.active, .main_txt.active {
    transform: translate(-50%, -50%);
    filter: none;
    opacity: 1;
}
.main_txt{
    transform: translate(0,0) scale(1.1);
}
.main_txt.active {
    transform: translate(0,0);
}

/* fadein */
.fadein .fade_box {
    transition: 1s;
    filter: blur(5px);
    transform: translateY(10px);
    opacity: 0;
    transition-property: opacity, transform, filter;
}
.fadein .fade_box.active {
    transform: none;
    filter: none;
    opacity: 1;
}

/* rotate_anime */
.item1-1 {
  animation: rotate_anime 10s linear infinite;
}
@keyframes rotate_anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* ======================================================================================
　　all
======================================================================================== */
html{scroll-behavior: smooth;}
.txt_shadow-b {
    text-shadow: 0 5px 10px rgb(0 0 0 / 0%);
}
.txt2, .txt4, .txt6, .txt8{
    font-weight: bold;
}

#contents1, #contents2 .grid_7, #contents3, .top_cms_wrap, footer, .width_1280-max, .width_1000-max {
    padding-left: 5%!important;
    padding-right: 5%!important;
    max-width: 2000px!important;
    z-index: 1;
    position: relative;
    background-color: #fff;
}
.top_cms_wrap {
    padding-left: 0!important;
    padding-right: 0!important;
    max-width: 100%!important;
    padding-bottom: 100px;
}


/* ---------- header ---------- */
header.grid_3 {
    background-color: var(--color1)!important;
    padding-top: 40px!important;
    padding-bottom: 0;
    width: 240px!important;
}
header #logo img{
    max-width: 145px;
}
#main_menu ul{
    text-align: center;
}
#main_menu ul li a {
    padding-left: 0;
    color: #ffffff;
    font-size: 10px;
    margin-bottom: 33px;
}
#main_menu ul li a .font_en{
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 500;
}
#main_menu ul li a::before,.fa-envelope:before{
    display: none;
}
#main_menu ul li a:hover {
    padding-left: 0;
    opacity: 0.5;
}

header .contact_bt{
    display: none;
}
header .tel_bt a{
    color: #ffffff;
    font-size: 19px;
}
header .tel_bt{
    padding-top: 0px;
    padding-bottom: 16px;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    border-color: #fff;
}
.h_tel_img{
    width: 214px;
    bottom: 17px;
    left: 12px;
}


.link_box ul{justify-content: center;}
.link_box li.grid_1 {width: 11.33333%!important;margin: 0 10px;}

/* ---------- footer ---------- */
footer.width_1280-max{
    background-color: #9ac0c5;
}
footer.width_1280-max .txt_color3, footer.width_1280-max a, #copyright {
    color: #ffffff;
}
.top_cms_wrap, main.page {
    position: relative;
    padding-bottom: 290px;
}
.top_cms_wrap::before, main.page::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 221px;
    left: 0;
    bottom: -8px;
    background-image: url(./Dup/img/footer_bg.png);
    background-size: auto 100%;
    background-position: left top;
    z-index: 3;
}
.foot_tel_bt a {
    border-color: #ffffff;
}
.foot_tel_bt .button:hover::after {
    box-shadow: inset 0 0 0 15em #5f8f5f;
}
#map {
    margin-top: 37px;
}
#map .ggmap {
    padding-bottom: 435px;
}
#page-top a span{
    color: #ffffff;
    font-weight: normal;
}


/* ======================================================================================
　　top
======================================================================================== */
.main_box {
    overflow: hidden;
    width: calc(100% - 240px)!important;
    margin-left: 240px;
    overflow: hidden;
    
    /*padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;*/
}

/* ---------- loopSlider ---------- */
#top_conveyor{
    padding-bottom: 84px;
}
.loopSliderWrap{
    top: 0;
    left: 0;
    height: 250px;
}
.loopSlider {
    margin: 0 auto;
    height: 250px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopSlider ul {
    height:250px;
    float: left;
    overflow: hidden;
}
.loopSlider ul li {
    width: 250px;
    height: 250px;
    float: left;
    display: inline;
    overflow: hidden;
	position: relative;
	box-sizing: border-box
}
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}
@media screen and (max-width: 768px){
#top_conveyor,.loopSliderWrap,.loopSlider,.loopSlider ul,.loopSlider ul li{
	height: 150px
}
.loopSlider ul li{
    width: 150px;
}
#top_conveyor {
    padding-bottom: 100px;
    padding-top: 49px;
}
}
@media screen and (max-width: 667px){
#top_conveyor {
    padding-bottom: 92px;
    padding-top: 0px;
}
}

/* ---------- main_img ---------- */
#main_img, #attach{
   /*border-radius: 10px;*/
}
#main_img {
    z-index: 1;
    overflow: hidden;
    position: relative;
    height: 100vh!important;
    
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 240px)!important;
}
#main_img::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
#video{height: 100vh!important; }
#video video{
	width: auto!important;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) scale(1.07);
	transform: translate(-50%,-50%) scale(1.07);
    vertical-align: bottom;
}

.main_txt {
    z-index: 2;
    width: 29%;
    top: 53%;
    left: 37%;
}
.main_logo {
    z-index: 2;
    width: 29%;
    max-width: 235px;
    top: 38%;
}
.main_txt img, .main_logo img{
    max-height: 100%!important;
    min-height: 100%!important;
    filter: drop-shadow(2px 1px 3px rgba(0,0,0,0.2));
}


.scroll_bt{
    left: auto;
    right: 13px;
    bottom: -20px;
}
.scroll_bt span{
    border: none;
    top: -88px;
}
.scroll_bt span::before {
    top: 10px;
    width: 1px;
    height: 112px;
}

/* ---------- contents ---------- */
#contents_box {
    margin-top: 100vh;
    z-index: 1;
    position: relative;
    background-color: #fff;
}
#contents1 {
    padding-top: 86px;
    padding-bottom: 73px;
}
.con1_title{
    max-width: 298px;
    width: 40%;
    margin: auto;
    margin-bottom: 30px;
}
.con3_title{
    max-width: 443px;
    width: 40%;
    margin: 34px auto 43px;
}
.txt3{
    font-size: 15px;
    line-height: 2.3;
}
.item1, .item1-1, .item2{
    z-index: -1;
}
.item1 {
    width: 188px;
    bottom: 11%;
    left: 5%;
}
.item1-1 {
    width: 76px;
    bottom: 41%;
    left: 5.8%;
}
.item2 {
    width: 178px;
    bottom: 10%;
    right: 5%;
}

#attach {
    height: 349px;
}

/* ---------- aboutus ---------- */
#aboutus .box1::before,#aboutus .box2::before,#aboutus .box3::before{
    display: inline-block;
    content: "";
    position: absolute;
    margin: auto;
    z-index: -1;
}
#aboutus p:not(.a_no){
    font-size: 15px;
    line-height: 2.3;
}
#aboutus .box1{
    margin-bottom: 300px;
}
#aboutus .box1::before {
    width: 59%;
    height: 94%;
    background: #f2f7f9;
    bottom: -15%;
    left: 16%;
}
#aboutus .box1 .img_box{
    width: 37.66667%!important;
}
#aboutus .box1 .txt_box{
    padding-top: 148px;
    padding-left: 20px;
}

#aboutus .box2{
    margin-bottom: 160px;
}
#aboutus .box2::before {
    width: 59%;
    height: 94%;
    background: #f9f9f9;
    bottom: -15%;
    right: 10%;
}
#aboutus .box2 .txt_box{
    padding-right: 63px;
    width: 55.33333%!important;
}
#aboutus .box2 .img_box{
    width: 34.66667%!important;
}

#aboutus .box3{
    margin-bottom: 144px;
}
#aboutus .box3::before {
    width: 59%;
    height: 94%;
    background: #f2f7f9;
    bottom: -15%;
    left: 10%;
}
#aboutus .box3 .txt_box{
    padding-left: 63px;
    width: 55.33333%!important;
}
#aboutus .box3 .img_box{
    width: 34.66667%!important;
}

.a_no{
    display: inline-block;
    padding-right: 66px;
    font-size: 26px;
    font-family: 'Josefin Sans',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #9ac0c5;
}
.a_no::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: currentColor;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.a_img2{
    width: 42%;
    left: 67%;
    bottom: -41%;
}

/* ---------- top_cms ---------- */
.cms_title::before{
    display: none;
}
.cms_title {
    padding-left: 0;
    margin-bottom: 60px;
    padding: 100px 0;
    background-color: #f9f9f9;
    box-sizing: border-box;
    background-image: url(../dup/img/bg1.png);
    background-position: center bottom;
    background-size: 21%;
}
.cms_title p{
    border: none;
}


/* ======================================================================================
　　under
======================================================================================== */
.cate_list a, #page10 li a{
    background-color: #f9f9f9;
    border: none;
    padding-top: 14px;
}
.button2:hover {
    box-shadow: 0 0 20px #dddcdb inset;
}

#cms_3-e .cate_title{
    padding-top: 10px;
}
#cms_2-a .cate_title {
    padding-top: 15px;
}

/* ---------- cms1 ---------- */
.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
}
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}

/* ---------- cms3 ---------- */
#cms_3-e .box_txt1{
    font-size: 14px;
}
.link_type_slick .box_txt1 {
    height: 6em;
	line-height: 1.7;
}
.link_type_slick .date {
    padding: 9px 22px 7px;
    border-radius: 45px;
}
.slick-slide img {
    box-shadow: 0 2px 4px rgb(0 0 0 / 0%);
}
/*--- slick ------------------------------------*/
.link_type_slick .slick-box{
    opacity: 0;
    transition: 3s;
}
.link_type_slick .slick-initialized{
    opacity: 1
}
.link_type_slick .slick-box .prev,.slick-box .next {
    display: block;
	cursor: pointer;
	position: absolute;
	top: 33%;
	z-index: 1;
	padding: 15px;
}
.link_type_slick .slick-container{
    padding-left: 30px;
    padding-right: 30px;
}
.link_type_slick .slick-box .prev img, .slick-box .next img{
    width: 45px;
}
.link_type_slick .slick-box .prev {
	left: -27px;
}
.link_type_slick .slick-box .next {
    right: -27px;
}
/* counter */
.link_type_slick .slick-counter {
    position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    color: #9ac0c5;
}
/* 最後まで行ったら、矢印透過する */
.link_type_slick .slick-disabled{
	opacity: 0.3;
}
/* 要素の高さを合わせる */
.link_type_slick .slick-slide {
	height: auto !important;
}
.link_type_slick .slick-track {
	display: flex;
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.link_type_slick .slick-container{
    padding-left: 0;
    padding-right: 0;
}
.link_type_slick .slick-box .prev {
	left: -8px;
}
.link_type_slick .slick-box .next {
	right: -8px;
}
/* 両サイドの画像を透過 */
.link_type_slick .slick-initialized .slick-slide{
	opacity: 0.1; 
}
/* センター画像を非透過 */
.link_type_slick .slick-initialized .slick-slide.slick-center{
	opacity: 1; 
}
}

/* ---------- cms4 ---------- */
.v_type2 .demo_box {padding-top: 70px}
.v_type2 {counter-reset: number 0;max-width: 1200px;}
.v_type2 .cate_box {padding: 50px 20px 30px;}
.v_type2 .cate_box:before {
    counter-increment: number 1;
    content: "0" counter(number);
    display: inline-block;
    position: absolute;
    top: -24px;
    left: -5px;
    z-index: 1;
    font-size: 53px;
    font-weight: 100;
    font-style: normal;
    color: #5f8f5f;
    background-color: #fff;
    line-height: 1;
    padding: 0 25px 0 0;
    font-family: 'Josefin Sans',"游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
@media screen and (max-width: 667px){
.v_type2 .cate_box{padding: 42px 25px 25px;}
.v_type2 .cate_box:before{top: -31px;font-size: 48px;}
}

/* ---------- cms5 ---------- */
.qa_type4 .cate_box{
	background-color: #f9f9f9;
}
.qa_type4 .box_title1{
	cursor: pointer;
	letter-spacing: 0.5px;
	padding: 12px 36px 12px 50px;
	background-image: url(./Dup/img/faq_q.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-size: 32px 32px;
}
.qa_type4 .box_title1:after{
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: 10px;
	content: '\2b';
	display: inline-block;
	-webkit-transition: transform 0.4s;
	transition: transform 0.4s;
}
.qa_type4 .box_title1.open:after{
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.qa_type4 .box_txt1 p {
    background-image: url(./Dup/img/faq_a.png);
    background-position: 4px 10px;
    background-repeat: no-repeat;
    background-size: 27px 27px;
    padding: 10px 10px 10px 40px;
}
.qa_type4 .box_title1:empty{
	height: 24px;
}




/* ======================================================================================
　 window size
======================================================================================== */

@media screen and (max-width: 1540px){
    #aboutus .box1 .img_box {
        width: 45.66667%!important;
    }
    #aboutus .box1 .txt_box{
        width: 54.33333%!important;
        padding-top: 106px;
    }
    #aboutus p:not(.a_no) {
        font-size: 15px;
        line-height: 2;
    }
}
@media screen and (max-width: 1380px){
    .txt3 {
        width: 77%;
        margin: 34px auto 0;
    }
}
@media screen and (max-width: 1200px){
    .a_img2 {
        left: 52%;
    }
    #aboutus .box1 {
        margin-bottom: 248px;
    }
    #aboutus .box3 {
        margin-bottom: 96px;
    }
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after, .hamburger__icon:after, .hamburger__icon:before {
    background-color: rgb(255 255 255)!important;
}
.hamburger.active .hamburger__icon:after, .hamburger.active .hamburger__icon:before{
    background-color: #9ac0c5!important;
}
.hamburger {
    top: 23px;
}
.h_tel_img{
    display: none;
}

header.grid_3 {
    width: 100%!important;
    padding-top: 0!important;
}
header .width_300-max {
    max-width: inherit;
}
.head_box {
    padding: 10px 22px;
}
header #logo img {
    max-width: 99px;
}
.main_box {
    width: 100%!important;
    margin-left: 0;
}
#main_img {
    width: 100%!important;
    margin-top: 80px;
}
#main_img, #video {
    height: 44vh!important;
}
#contents_box{
    margin-top: 44vh;
}
.main_logo {
    width: 22%;
}
.main_txt {
    width: 32%;
    top: 59%;
    left: 35%;
}
.txt3{
    width: 86%;
    margin: 34px auto 0;
}
.item1 {
    width: 188px;
    bottom: 4%;
    left: 0%;
}
.item1-1 {
    width: 76px;
    bottom: 27%;
    left: 2.8%;
}
.item2 {
    width: 178px;
    bottom: 2%;
    right: 4%;
}
.cms_title{
    padding: 72px 0;
}

.link_type_slick {
    margin-bottom: 93px;
}
.link_type_slick .slick-box .prev, .slick-box .next {
    top: 31%;
}
.link_type_slick .slick-box .next {
    right: -34px;
}
.link_type_slick .slick-box .prev {
    left: -34px;
}
.top_cms_wrap {
    padding-bottom: 147px;
}

.con3_title {
    margin: 34px auto 20px;
}
#aboutus .box1 {
    margin-bottom: 188px;
}
#aboutus .box1::before {
    width: 59%;
    height: 55%;
    bottom: 0%;
    left: 16%;
}
#aboutus .box1 .txt_box {
    padding-top: 56px;
}
#aboutus p:not(.a_no) {
    font-size: 14px;
    line-height: 2;
}
#aboutus .box3 {
    margin-bottom: 44px;
}
.top_cms_wrap::before, main.page::before{
    height: 160px;
}

.link_box li.grid_1 {margin: 0 15px;max-width: 40px;}
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.hamburger {
    top: 13px;
}
.head_box {
    padding: 10px 9px;
}
header #logo img {
    max-width: 65px;
}
#main_img, #video {
    height: 250px!important;
}
#main_img {
    width: 100%!important;
    margin-top: 61px;
}
#contents_box {
    margin-top: 250px!important;
}
.main_logo {
    width: 24%;
    top: 34%;
}
.main_txt {
    width: 53%;
    top: 57%;
    left: 26%;
}
#contents1 {
    padding-top: 48px;
    padding-bottom: 73px;
}
.con1_title{
    width: 49%;
}
.txt3 {
    font-size: 14px;
    line-height: 2;
    padding-bottom: 114px;
}
.txt3 {
    width: 91%;
    margin: 34px auto 0;
    text-align: left;
}
.item1 {
    width: 32%;
    bottom: 17%;
    left: 4%;
}
.item1-1 {
    width: 14%;
    bottom: 5%;
    left: 2.8%;
}
.item2 {
    width: 27%;
    bottom: 14%;
    right: 4%;
}

#top_cms{
    margin-top: -42px;
}
.cms_title {
    padding: 69px 0;
    background-size: 61%;
}

.link_type_slick .slick-box .prev img, .slick-box .next img {
    width: 33px;
}
.link_type_slick .slick-box .next {
    right: -10px;
}
.link_type_slick .slick-box .prev {
    left: -10px;
}

#attach {
    height: 251px;
}
.con3_title {
    margin: 34px auto 40px;
    width: 67%;
}
#aboutus .box1 {
    margin-bottom: 111px;
}
#aboutus .box1 .img_box {
    width: 84.66667%!important;
}
#aboutus .box1 .txt_box {
    width: 100%!important;
    padding-top: 123px;
    padding-left: 20px;
    padding-right: 20px;
}
#aboutus .box1::before {
    width: 75%;
    height: 62%;
    bottom: 11%;
    left: -6%;
}
#aboutus .box2 .txt_box, #aboutus .box3 .txt_box {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%!important;
}
#aboutus .box2 .img_box, #aboutus .box3 .img_box {
    margin-top: 35px;
    width: 89%!important;
}
#aboutus .box2::before {
    width: 79%;
    height: 111%;
    background: #f9f9f9;
    bottom: -6%;
    right: -6%;
}
#aboutus .box2 {
    margin-bottom: 88px;
}
#aboutus .box3 .img_box{
    order: 2;
}
#aboutus .box3::before {
    width: 75%;
    height: 77%;
    background: #f2f7f9;
    bottom: -7%;
    left: -6%;
}
#aboutus {
    padding-bottom: 85px!important;
}
main.page {
    padding-bottom: 122px!important;
}
.top_cms_wrap::before, main.page::before {
    height: 78px;
}
.top_cms_wrap {
    padding-bottom: 116px;
}
.cms_title h2{
    font-size: 20px;
}

#page_title .page_box {
    margin-bottom: 45px;
}
}


/*お問合わせバナー*/
#fix_bnr {
    bottom: 0;
    right: 0px;
    left: 0;
    margin: auto;
    z-index: 7;
    width: 80%;
    max-width: 373px;
    transition: 0.3s;
}
#copyright{
    padding-bottom: 80px;
}
@media screen and (max-width: 667px){
#fix_bnr {
    width: 68%;
}
}




