﻿/* color -----------------------------------------------------------------------------*/

:root {
    --color1: #89BDDE;
    --color2: #f6ef8e;
    --color3: #89BDDE;
    --color4: #f8f5e4;
    --color5: #ffffff;
    --white: #ffffff;
    --black: #4b4242;
    --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(--white);
}
/* color -----------------------------------------------------------------------------*/

/* ----------　all　---------- */
.linkStyle:hover{
	color:　var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
.font_2dw {
    font-size: 1rem;
}
body {
    font-size: 16px;
}
body,.font_Quick {
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;
}
#logo {
    height: 110px;
}
#logo img {
    width: 100%!important;
    transform: scale(1.2);
}
#link_fixd {
    top: 115px;
    right: -10px;
    z-index: 200;
    width: 80px!important;
}
#link_fixd:hover {
    transform: translateX(-10px);
}
#loading_logo {
    max-width: 350px;
}
#top_contact_box .tel_bt {
    border-color: var(--white);
}
#top_contact_box .con_bt {
    border-color: var(--color2);
}
#top_contact_box {
    position: relative;
}
#top_contact_box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--color4);
    opacity: 0.4;
}
.footer_box img {
    transform: scale(2);
}
.fix_menu_sns {
    top: 70%;
}
#footer::before {
    background: #89bddecc;
}
/* ----------　TOP　---------- */
.more a {
    background: var(--color2);
    border: none;
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
}
.more a:hover {
    background: var(--color1);
    color: var(--white);
}
#main_img {
    height: 47vw;
}
#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/en1.png),url(./Dup/img/en2.png),url(./Dup/img/en3.png),url(./Dup/img/hana1.png);
    background-repeat: no-repeat;
    background-position: -10% 0%, 103% 124%, 10% 110%, 62% 40%, 90% -13%, 50% 100%;
    background-size: 65%,30%,35%,26%,21%,100%;
    z-index: 1;
}
#main_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#top_contents1 {
    position: relative;
}
#top_contents1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(./Dup/img/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 0.5;
}
#top_contents2 .con_box .text_box {
    overflow: visible;
    z-index: 3;
}
.con_box h2, .con_box p {
    position: relative;
    z-index: 2;
}
.con_box h2:before {
    content: "";
    background-image: url(./dup/img/kiku.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%,-50%);
    width: 260px;
    height: 260px;
    z-index: -1;
    opacity: 0.5;
}
#top_contents2 {
    background-image: linear-gradient(134deg, rgba(253, 219, 146, 1), rgba(209, 253, 254, 1));
}
#top_contents1 p, #top_contents2 p {
    font-weight: bold;
}
#top_cms {
    position: relative;
}
#top_cms:before {
    content: "";
    background-image: url(./dup/img/cms_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    filter: blur(5px);
    z-index: -1;
}
.top_cms_box:nth-of-type(4) {
    padding-bottom: 150px;
    margin-bottom: -10px;
}
.cms_2-b figure {
    position: relative;
}
.cms_2-b figure:before {
    content: "";
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    z-index: 1;
    pointer-events: none;
    border: 2px solid #FFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.cms_2-b figure img {
    filter: blur(5px) brightness(0.8);
    transition: .3s;
}
#top_cms .cate_box a:hover img {
    opacity: 1;
    filter: blur(0px) brightness(1);
}
#top_cms .cate_box a:hover img {
    opacity: 1!important;
}
.top_cms_title p {
    font-size: 20px;
}
.top_cms_title h2 {
    font-size: 40px;
}
/* ----------　下層ページ　---------- */
#page_title .title_box {
    border-top: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: linear-gradient(to right, var(--color2), var(--color1));
    background-size: 100px 5px;
    background-position: bottom center;
    background-repeat: no-repeat;
}
#contact_tel a {
    background: var(--color2);
}
#page_title {
    margin-top: 0;
}
#page_title h2 {
    font-size: 36px;
}
#page_title::before {
    opacity: 0.2;
}
#page6 .box_item {
    padding: 0 2%;
}
/* 会社情報 */
#page7 .border_color4 {
    border-color: var(--color1);
}
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */



/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */
#logo h1.logo {
    max-width: 250px;
}
#logo img {
     transform: scale(1); 

}
#link_fixd {
    width: 60px!important;
}
#loading {
    top: 0;
}
/* ----------　TOP　---------- */
#main_img {
    height: 70vh;
}
#wrap.top {
    margin-top: 95px;
}
#main_img:before {
    background-position: 230% 0%, 89% 150%, -5% 89%, 50% 37%, 107% 46%, 50% 107%;
    background-size: 105%,51%,43%,38%,35%,140%;
}
#top_cms:before {
    opacity: 0.1;
}
/* ----------　下層ページ　---------- */
#page_title h2 {
    font-size: 30px;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}



/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */
#link_fixd {
    width: 50px!important;
}
#logo {
    height: 90px;
}
#wrap.top {
    margin-top: 78px;
}
#loading_logo {
    width: 70%;
}
/* ----------　TOP　---------- */
#main_img {
    height: 140vw;
}
#main_img:before {
    background-position: 60% 0%, 104% 130%, -16% 88%, 45% 42%, 107% 48%, 50% 102%;
    background-size: 135%,63%,51%,48%,37%,140%;
}
#top_cms:before {
    opacity: 0.2;
}
.top_cms_title h2 {
    font-size: 30px;
}
.more a {
    font-size: 16px;
}
.cms_2-b figure img {
    filter: blur(0px) brightness(0.8);
}
/* ----------　下層ページ　---------- */
#page_title h2 {
    font-size: 20px;
    letter-spacing: 2px;
}
#page_title .title_box {
    padding-top: 30px;
    padding-bottom: 30px;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
}


/*-------------------------------------------------------
		            	cms4
-------------------------------------------------------*/
#page5 .cate_title {
    background: var(--color1);
    color: #fff;
    padding: 5px;
    font-size: 30px;
}
.flow_type3 .cate{
    counter-reset: box;
    margin-bottom: 100px;
}
.flow_type3 .cate_box{counter-increment: box;}
.flow_type3 .box_item{padding-top: 60px;}
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
    color: var(--color4);
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
}

/*-------------------------------------------------------
		            	swiper
-------------------------------------------------------*/
#top_type4 .prev,#top_type4 .next {
    display: block;
	cursor: pointer;
	position: absolute;
	top: 40%;
	z-index: 1;
	padding: 15px;
}
#top_type4 .swiper-slide{
	opacity: 1!important;
}
#top_type4 .box_title::before{
	position: absolute;
	content: "";
	width: 250px;
	height: 1px;
	background-color: currentColor;
	left: -150px;
	bottom: 0
}
#top_type4 .swiper-button-prev {
    height: auto;
    width: 200px;
    top: 40px;
    right: 0;
    text-align: left;
    color: #fff;
}
#top_type4 .swiper-button-next:hover,#top_type4 .swiper-button-prev:hover {
    color: #000;
}
#top_type4 .swiper-button-next {
    height: auto;
    width: 200px;
    top: 40px;
    left: 0;
    color: #fff;
}
#top_type4 .swiper-button-prev p::before{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 0px;
	bottom: 0;
	left: 80px;
	margin: auto;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
	transform: rotate(45deg);
}
#top_type4 .swiper-button-next p::before{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 0px;
	bottom: 0;
	left: 80px;
	margin: auto;
    border-bottom: solid 1px currentColor;
    border-left: solid 1px currentColor;
	transform: rotate(45deg);
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#top_type4 .box_title::before{
    width: 1px;
    height: 200px;
    left: -20px;
    bottom: 0;
}
#top_type4 .swiper-button-next,#top_type4 .swiper-button-perv {
	width: 150px;
}
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
#top_type4 .swiper-container{
	background-size: 500px;
	animation: anime2_sp 15s linear infinite;
	overflow: visible;
}
#top_type4 .swiper-button-next,#top_type4 .swiper-button-prev {
    width: 130px;
    top: 60vw;
    color: #000;
}
#top_type4 .cate_item{
	padding-top: 60px
}
}