﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
body{font-family: 'Noto Sans JP',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;font-weight: 400;}
.font_bold,.pagetitle .en{font-weight: 700;}

/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
#main_img > div,#con1 .con1_inner,#con2 .img_wrap,#con3,.topCms.cms1,.all_contents .content{position: relative;}
/*リピートなし*/
#main_img > div:before,#con1 .con1_inner:before,#con1 .con1_inner:after,#con2 .img_wrap:before,#con3:before,.topCms.cms1:before,.obj,
.all_contents .content:before,.all_contents .content:after{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

#main_img > div:before{
background-image: url(./Dup/img/catch.png);
background-size: 100%;
width: 62vw;
height: 41vw;
bottom:0;
left: 0;
z-index: 1;
transition: min-width 0.3s,min-height 0.3s;
}


#con2 .img_wrap:before{
background-image: url(./Dup/img/obj2.png);
background-size: 100%;
width: 10vw;
height: 12vw;
top: 0;
right: 0;
}
#con3:before{
background-image: url(./Dup/img/obj3.png);
background-size: 100%;
width: 10vw;
height: 12vw;
top: -115px;
left: 5%;
}
.topCms.cms1:before{
background-image: url(./Dup/img/obj4.png);
background-size: 100%;
width: 10vw;
height: 12vw;
top: -115px;
right: 5%;
}
.obj5{
background-image: url(./Dup/img/obj5.png);
background-size: 100%;
width: 10vw;
height: 12vw;
bottom: -15px;
left: -100px;
}
.obj6{
background-image: url(./Dup/img/obj6.png);
background-size: 100%;
width: 9vw;
height: 10vw;
bottom: -20px;
right: -55px;
}

.all_contents .content:before{
background-image: url(./Dup/img/obj2.png);
background-size: 100%;
width: 8vw;
height: 10vw;
top: -60px;
right: -50px;
}
.all_contents .content:after{
background-image: url(./Dup/img/obj4.png);
background-size: 100%;
width: 10vw;
height: 12vw;
bottom: -90px;
left: -75px;
}


/*--------------------------------
全体
--------------------------------*/
body{overflow: hidden;}

#fakeloader .fl {
    max-width: 224px;
}
.logo1 {
    max-width: 170px;
    padding-left: 20px;
    padding-right: 35px;
}

.fix_banner{
width: 300px;
position: fixed;
bottom: 10px;
right: 100px;
z-index: 5;
}
.copy{
font-size: 11px;
padding-top: 10px;
padding-bottom: 10px;
}
/*--------------------------------
TOP
--------------------------------*/
#main_img{height: 90vh;}

.loopSlider_wrap{
    transform: rotate(35deg);
    /*margin-top: -100vh;*/
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: -300px;
    right: 250px;
}

.loopSlider {
    width: auto;
    height: 100%;
    animation: slide1 80s -40s linear infinite;
}
.loopSlider img, .loopSlider2 img {
    padding-bottom: 30px;
}
.loopSlider:last-child {
    width: auto;
    height: 100%;
    animation: slide2 80s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}
.loopSlider2 {
    width: auto;
    height: 100%;
    animation: slide3 80s linear infinite;
}
.loopSlider2:last-child {
    width: auto;
    height: 100%;
    animation: slide4 80s -40s linear infinite;
}
@keyframes slide3 {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes slide4 {
  0% {
    transform: translateY(-200%);
  }
  to {
    transform: translateY(0);
  }
}

#con3 .box .icon {
    margin-top: -90px;
}
#con3 .box .icon .width_100 {
    width: 90px;
}
.topTxt1 {
    padding: 11px 25px 13px;
}

.footer_contact h4 {
    font-size: 44px;
    padding-bottom: 14px;
}


h4.con3_sub {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    line-height: 1.5;
    display: inline-block;
    color: var(--black);
    margin-top: 20px;
    /* white-space: nowrap; */
}

/*--------------------------------
下層
--------------------------------*/
.cate_list li a {
    border-radius: 100px;
    border-color: #ffaf0f;
    color: #ffaf0f;
}

#cms_6-a .cate .cate_box:last-of-type{border-bottom: none;}

#cms_5-f .cate_box .open_bt, .cms_5-f .cate_box .open_bt {
    padding: 3px 0;
}
#cms_5-f .cate_box .box_txt1, .cms_5-f .cate_box .box_txt1 {
    padding-left: 34px;
}

@media  screen and (max-width: 1500px){

#main_img > div:before{
min-width: 1050px;
min-height: 700px;
}
.loopSlider_wrap{right: 120px;}

}
@media  screen and (max-width: 1280px){

#main_img > div:before{
min-width: 975px;
min-height: 650px;
}

#con1 .con1_inner:after{
width: 17vw;
height: 14vw;
bottom: -135px;
left: -60px;
}
#con2 .img_wrap:before{
right: -45px;
}
#con3:before{
top: -65px;
left: 3%;
}
.topCms.cms1:before{
top: -50px;
right: 5%;
}
.obj5{
bottom: -15px;
left: -70px;
}

}
@media  screen and (max-width: 1000px){

#main_img{height: 70vh;}
#main_img > div:before{
min-width: 750px;
min-height: 500px;
}
.loopSlider_wrap{right: 40px;}

}

/*タブレット用（768px以下）*/
@media  screen and (max-width: 768px){

.logo1{max-width: 150px;}

#main_img{height: 45vh;}
#main_img > div:before{
width: 80vw;
height: 53vw;
min-width: auto;
min-height: auto;
}
.loopSlider_wrap{right: -25px;}

#con1 .con1_inner:before{
width: 20vw;
height: 12vw;
top: -92px;
}
#con1 .con1_inner:after{
width: 24vw;
height: 19vw;
bottom: -160px;
left: -45px;
}
#con2 .img_wrap:before{
width: 13vw;
height: 15vw;
}
#con3:before{
width: 13vw;
height: 15vw;
}
.topCms.cms1:before{
width: 18vw;
height: 20vw;
}
.obj5{
width: 19vw;
height: 22vw;
bottom: -15px;
left: -65px;
}
.obj6{
width: 17vw;
height: 18vw;
bottom: -20px;
right: -50px;
}

.all_contents .content:before{
width: 14vw;
height: 16vw;
top: -60px;
right: -50px;
}
.all_contents .content:after{
width: 18vw;
height: 21vw;
bottom: -75px;
left: -30px;
}

#con3 .box .icon .width_100 {
    width: 65px;
}
#con3 .box .icon {
    margin-top: -70px;
}

}

/*スマホ用（667px以下）*/
@media  screen and (max-width: 667px){

.fix_banner{
width: 200px;
right: auto;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}

#main_img{height: 32vh;}
#main_img > div:before{
width: 84vw;
height: 56vw;
}
.loopSlider_wrap{right: -140px;}
.loopSlider img, .loopSlider2 img{padding-bottom: 10px;}

#con1 .con1_inner:before{
width: 28vw;
height: 17vw;
top: -65px;
}
#con1 .con1_inner:after{
width: 35vw;
height: 28vw;
bottom: -125px;
left: -30px;
}
#con2 .img_wrap:before{
width: 23vw;
height: 27vw;
top: 30px;
right: -25px;
}
#con3:before{
width: 23vw;
height: 27vw;
}
.topCms.cms1:before{
width: 23vw;
height: 27vw;
}
.obj5{
width: 23vw;
height: 27vw;
bottom: -12px;
left: -35px;
}
.obj6{
width: 24vw;
height: 25vw;
bottom: -5px;
right: -40px;
}

.all_contents .content:before{
width: 22vw;
height: 26vw;
top: -75px;
right: -30px;
}
.all_contents .content:after{
width: 27vw;
height: 31vw;
bottom: -50px;
left: -25px;
}

#con3 .title .en {
font-size: 22px;
position: relative;
}
#con3 .title .sl {
position: absolute;
left: 33px;
top: 30%;
}
#con3 .title .sl.pd_l-20px {
left: auto;
right: 33px;
}
#con3 .title .sl img {
width: 45px;
}

#con3 .box .icon .width_100 {
    width: 65px;
}
#con3 .box .icon {
    margin-top: -70px;
}

#cms_5-f .cate_box .open_bt, .cms_5-f .cate_box .open_bt {
    border-bottom: 1px solid #eee;
}
#cms_5-f .cate:before, .cms_5-f .cate:before{display: none;}
#cms_5-f .cate_box .box_item, .cms_5-f .cate_box .box_item {
    padding-left: 0;
}
#cms_5-f .cate_box .box_txt1, .cms_5-f .cate_box .box_txt1 {
    background-color: rgba(221, 221, 221, .3);
    padding-left: 48px;
}

}





/*--------------------------------
自動リンク
--------------------------------*/
/* color */
.linkStyle{color: #ff5915; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #ff5915;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #fff;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #ff5915;}

/*--------------------------------
カラー
--------------------------------*/
body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: #333333;}
.txt_black,.hvr_txt_black:hover{color: black;}
.txt_white,.hvr_txt_white:hover{color: white;}
.txt_red,.hvr_txt_red:hover{color: red;}
.txt_color1,.hvr_txt_color1:hover{color: #ff5915;} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: #ffae15;} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: #ffaf0f;} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: #FFD27D;} /* アクセントカラー2 */

/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: #ff5915;} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: #ffae15;} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: #ffaf0f;} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: #FFD27D;} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
.bg_color5 {background-color: #fdf7eb;}

/* border-color */
.border_white,.hvr_border_white:hover{border-color: white;}
.border_black,.hvr_border_black:hover{border-color: black;}
.border_color1,.hvr_border_color1:hover{border-color: #ff5915;}
.border_color2,.hvr_border_color2:hover{border-color: #ffae15;}
.border_color3,.hvr_border_color3:hover{border-color: #ffaf0f;}
.border_color4,.hvr_border_color4:hover{border-color: #FFD27D;}





/* cms */
.flow_type4 .box_description2{
	border-left: dotted 4px #1e2b38;
	background-color: rgba(204, 204, 204, .35);
}
.flow_type4 .box_txt1,
.flow_type4 .box_txt2{
	padding-left:20px;
}
.flow_type4 .box_wrap{
    position: relative;
    padding-left: 30px;
}
.flow_type4 .box_wrap:before{
    content: "";
    display: inline-block;
    height: calc(100% - 30px);
    border-left: 4px dotted #1e2b38;
    position: absolute;
    top: 30px;
    left: 26px;
}
.flow_type4 .cate_box:last-of-type{
	padding-bottom: 0;
}
.flow_type4 .box_description2{
    position: relative;
    border-left: none;
    background-color: rgba(255, 255, 255, 0);
}
.flow_type4 .box_description2 span{
	position: absolute;
    display: inline-block;
    width: 68px;
    top: 5px;
    left: -38px;
}
/*--------タブレット--------*/
@media screen and (max-width: 768px){
.flow_type4 .cate_box{
	flex-direction: column-reverse;
}
.flow_type4 .box_description2 span {
	width: 61px;
	left: -34px;
}
}
/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
.flow_type4 .box_wrap{
    padding-left: 23px;
}
.flow_type4 .box_wrap:before {
    left: 19px;
}
}