﻿/* color -----------------------------------------------------------------------------*/

:root {
    --color1: #0b66a3;
    --color2: #ecfeff;
    --color3: #59C1BD;
    --color4: #ecfeff;
    --color5: #f4f04b;
    --white: #ffffff;
    --black: #000000;
    --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;
}
body#body {
    background: var(--color2);
}
/* color -----------------------------------------------------------------------------*/

/* ----------　all　---------- */
.linkStyle:hover{
	color:　var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
figure {
    border-radius: 10px;
    border: 1px solid var(--color1);
}
.font_14 {
    font-size: 17px;
}
body,.font_en, .date {
    font-family: 'Kiwi Maru', serif;
}
html, body {
    font-size: 17px;
}

/* ----------　TOP　---------- */
#main_img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(./Dup/img/catch.png),url(./Dup/img/catch2.png),url(./Dup/img/driver.png),url(./Dup/img/rider.png);
    background-repeat: no-repeat;
    background-position: 83% 15%,0% 93%,0% 0%,100% 105%;
    background-size: max(500px,40%),max(300px,22%),max(650px,55%),max(650px,55%);
    z-index: 2;
}
#main_img img.object_fit_img {
    filter: blur(3px);
}
#contents1 {
    position: relative;
    overflow: hidden;
}
/*#contents1:after {*/
/*    content: "";*/
/*    background-image: url(./dup/img/img1.jpg);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    position: absolute;*/
/*    top: 50px;*/
/*    left: 30px;*/
/*    width: 20%;*/
/*    height: 10vw;*/
/*    transform: rotate(-5deg);*/
/*}*/
#contents1 .txt2 {
    position: relative;
    display: inline-block;
    font-weight: bold;
}
#contents1 .txt2:before {
    content: "";
    background-image: url(./dup/img/beginner.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 0;
    transform: translate(110%, 5px);
    width: 50px;
    height: 50px;
}
#contents1 .txt3 {
    position: relative;
    border: 1px solid var(--color1);
    border-radius: 50px;
    padding: 3%;
    margin: 0 auto;
    width: 70%;
    background: #fff;
    min-width: 800px;
}
#contents1:before {
    content: "";
    background-image: url(./dup/img/car_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    bottom: -20px;
    right: 0;
    width: 120%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    min-width: 1920px;
}
.demo_item{
	width: 145px;
    height: 68px;
    border-radius: 10px;
    background-image: url("./dup/img/car.png");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.demo_item.anime{
    animation-name: upDown;
    animation-iteration-count: infinite;
    animation-duration: 0.1s;
    animation-direction: alternate;
    animation-timing-function: steps(2);
    transition-duration: .3s;
    transition-property: transform;
}
.demo_stage{
    position: relative;
    width: 100%;
    height: 10px;
    top: 30px;
    display: block;
	/*border-bottom: solid #b3855d 2px;*/
}
.demo_wrap{
	display: block;
    position: absolute;
    top: 0;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 15s;
    animation-iteration-count: 1;
	margin-right: -25px;
}
.demo_wrap[data-order="left"] {
    animation-name: GoLeft;
}
.demo_wrap[data-order="right"] {
    animation-name: GoRight;
}
[data-order="right"] > .demo_item {
    transform: rotateY(180deg);
}

#attach {
    background: var(--color2);
}
/*#attach:before {*/
/*    content: "";*/
/*    background-image: url(./dup/img/img2.jpg);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    position: absolute;*/
/*    top: 50px;*/
/*    right: 30px;*/
/*    width: 20%;*/
/*    height: 10vw;*/
/*    transform: rotate(5deg);*/
/*}*/
#attach p {
    top: 80px;
}
.txt_anim1 span{
	position: relative;
	right: 20px;
	opacity: 0;
	transition: all .8s;
}
.txt_anim1 span.start{
	right: 0;
	opacity: 1;
}

#contents3 {
    background: linear-gradient(-45deg, #69afdb, #7eddda, #c2f9d0, rgba(4, 202, 255, 1)) fixed;
    background-size: 800% 800%;
    animation: GradietionAnimation 9s ease infinite;
    position: relative;
}
/*#contents3:after {*/
/*    content: "";*/
/*    background-image: url(./dup/img/img3.jpeg);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    position: absolute;*/
/*    bottom: -13vw;*/
/*    left: 0;*/
/*    width: 30%;*/
/*    height: 14vw;*/
/*    transform: rotate(-5deg);*/
/*    z-index: 999;*/
/*}*/

#contents3 .txt_white {
    color: var(--black);
}
#contents3 h3 {
    margin-top: 100px;
    position: relative;
    font-weight: bold;
    background: var(--color2);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 10px;
    border: solid 1px var(--color1);
}
#contents3 h3:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -70px;
    left: 0;
    width: 100px;
    height: 100px;
    /*animation: anim_type2 0.1s infinite alternate steps(2) .3s transform;*/
    animation-name: anim_type2;
	animation-iteration-count: infinite;
	animation-duration: 0.1s;
	animation-direction: alternate;
	animation-timing-function: steps(2);
	transition-duration: .3s;
	transition-property: transform;
}
#contents3 h3.txt5:before {
    background-image: url(./dup/img/car2.png);
}
#contents3 h3.txt7:before {
    background-image: url(./dup/img/bike.png);
}
#contents3 p {
    background: var(--color2);
    padding: 2% 5% 2%;
    border-radius: 10px;
    border: solid 1px var(--color1);
}
.cms_title {
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}
.cms_title:before,#page_title h2:before {
    content: "";
    background-image: url(./dup/img/handle.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: -60px;
    width: 50px;
    height: 50px;
    animation: shake 2s infinite;
    transform: rotate(20deg);
}
#top_cms {
    position: relative;
    overflow: hidden;
}
#top_cms h2 {
    font-size: 34px;
}
#top_cms:before {
    content: "";
    background-image: url(./dup/img/bg.png);
    background-size: contain;
    /* background-repeat: repeat; */
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
}
.button:hover::after {
    box-shadow: inset 0 0 0 15em #0b66a3;
}
/* ----------　下層ページ　---------- */
.box_img1,.cate_img1 {
    overflow: hidden;
}
#page_title h2 {
    position: relative;
    display: inline-block;
}
.cate_list a {
    border: 1px solid;
    border-radius: 5px;
}
.page_box {
    position: relative;
}
.page_box:before {
    content: "";
    background-image: url(./dup/img/wave.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 110px;
    left: 0;
    width: 100%;
    height: 50px;
}
#cms_2-a #cate0 .box_img1 img {
    width: 101%!important;
}
#cms_3-e .sub_cate_img1 img {
    height: 100%!important;
    object-fit: contain;
}
/* 会社情報 */
/* お問い合わせ */
#page8 .contact_line {
    width: 36%!important;
}
#page8 iframe {
    margin: 50px auto 0;
    display: block;
}
#page8 p.txt_center.font_6up.font_bold {
    margin: 50px auto 0;
    border-bottom: 1px solid var(--color3);
    width: 70%;
}
/* プライバシーポリシー */
/* サイトマップ */
#page10 ul li a {
    background-color: var(--white);
}
#page10 ul li a:hover {
    background-color: var(--color1);
}



/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */
.pc_box #logo {
    max-width: 180px;
}
.hamburger {
    top: 30px;
}
.fat-nav li {
    font-size: 16px;
}
/* ----------　TOP　---------- */
#main_img:before {
    background-position: 60% 55%,0% 70%,5% 8%,100% 100%;
    background-size: 70%,30% ,70%,70%;
}
#main_img img.object_fit_img {
    filter: blur(0px);
    object-position: 100%;
}
#main_img img.object_fit_img {
    min-height: calc(100vh - 116px);
}
#contents1 .txt3 {
    border-radius: 20px;
    padding: 5%;
    width: 100%;
    box-sizing: border-box;
    min-width: auto;
}
#contents1 {
    padding: 80px 3% 180px;
}
#contents1:before {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 41%;
    min-width: auto;
}
#contents1:after {
    top: 30px;
    left: 30px;
    width: 27%;
    height: 15vw;
}
#contents3 .grid_6 {
    margin-top: 50px;
}
.demo_stage {
    top: 110px;
}
.demo_item {
    width: 120px;
    height: 58px;
}
#attach {
    height: 250px;
}
#attach:before {
    top: 0px;
    right: 30px;
    width: 28%;
    height: 16vw;
}
#attach p {
    top: 80px;
    font-size: 30px;
}
#contents3 h3 {
    margin-top: 70px;
}
#contents3 h3:before {
    top: -52px;
}
#contents3:after {
    bottom: -11vw;
    left: 0;
    width: 41%;
    height: 23vw;
    z-index: 0;
}
/* ----------　下層ページ　---------- */
#page_title .page_box {
    padding: 50px 0 0;
}
#page_title .title_img {
    height: 200px;
}
.page_box:before {
    bottom: 58px;
}
article.page_wrap {
    padding: 50px 6%;
}
/* 会社情報 */
/* お問い合わせ */
#page8 .contact_line {
    width: 45%!important;
}
#page8 iframe {
    margin: 20px auto 0;
    width: 100%;
}
/* プライバシーポリシー */
/* サイトマップ */

}



/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */
.pc_box #logo {
    max-width: 130px;
}
.hamburger {
    top: 20px;
}
.font_14 {
    font-size: 15px;
}
footer .logo img {
    max-width: 150px;
}
/* ----------　TOP　---------- */
#main_img img.object_fit_img {
    min-height: 80vh;
}
#main_img:before {
    background-position: 60% 54%,0 67%,-10% 8%,110% 101%;
    background-size: 85%, 35%,90%,90%;
}
#contents1 .txt2:before {
    transform: translate(110%, 0px);
    width: 40px;
    height: 40px;
}
#contents1 .txt2 {
    left: -10px;
}
#contents1 {
    padding: 50px 3% 150px;
}
#contents1:before {
    bottom: 0;
    right: -20%;
    width: 130%;
    height: 20%;
}
#contents1:after {
    display: none;
}
.demo_stage {
    top: 112px;
}
.demo_item {
    width: 90px;
    height: 45px;
}
#attach {
    height: 170px;
}
#attach:before {
    display: none;
}
#attach p {
    top: 50px;
    font-size: 22px;
    letter-spacing: 0px;
}
#contents3 h3:before {
    top: -39px;
    width: 80px;
    height: 50px;
}
#contents3 h3 {
    margin-top: 50px;
}
#contents3 {
    padding: 0 10% 50px;
}
#contents3:after {
    display: none;
}
#top_cms:before {
    top: -10%;
    left: 0;
    width: 200%;
    height: 100%;
}
.cms_title h2 {
    font-size: 20px;
    font-weight: bold;
}
.cms_title:before, #page_title h2:before {
    top: -6px;
    left: -41px;
    width: 35px;
    height: 35px;
}
.more a {
    width: auto;
}
#top_cms h2 {
    font-size: 24px;
}
/* ----------　下層ページ　---------- */
#page_title .title_img {
    height: 150px;
}
#page_title .page_box {
    padding: 30px 0 0;
}
.page_box:before {
    bottom: 17px;
    width: 100%!important;
}
#page_title h2 {
    letter-spacing: 0px;
    font-size: 20px;
    left: 15px;
}
/* 会社情報 */
/* お問い合わせ */
#page8 p.txt_center.font_6up.font_bold {
    font-size: 16px;
}
#page8 .contact_line {
    width: 90%!important;
}
/* プライバシーポリシー */
/* サイトマップ */
}

@keyframes GradietionAnimation { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes GoLeft {
	0% {right: 10%;}
	100% {right: 90%;}
}
@keyframes GoRight {
	0% {right: 90%;}
	100% {right: 10%;}
}
@keyframes upDown {
	0% {top: 0;}
	100% {top: 3px;}
}
@keyframes anim_type2 {
	0% {transform: translateY(0);}
	100% {transform: translateY(-3px);}
}
@keyframes shake {
    0% {
        transform: rotate(20deg);}
    50% {
        transform: rotate(-20deg);}
    100% {
        transform: rotate(20deg);}
}

/*------------cms1---------*/
/*------------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
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}




.v_type1 .triangle {
    display: block;
    border: #0b66a3 solid 2px;
    border-radius: 10px;
}
.v_type1 .triangle:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #FFF transparent;
    border-width: 13px 13px 0 0;
    bottom: -13px;
    left: 50%;
    margin-left: -9px;
}
.v_type1 .triangle:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    border-style: solid;
    border-color: #0b66a3 transparent;
    border-width: 15px 15px 0 0;
    bottom: -17px;
    left: 50%;
    margin-left: -11px;
}