﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
/* ----------　all　---------- */
.linkStyle{
	color:#0085C9;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#0085C9;
	opacity: 0.7;
	transition: all 0.5s;
}

body, h2, h3, h4 {
    font-family: 'Quicksand', 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
}

h2, h3 {
    font-weight: 900!important;
}

.loader_icon {
    width: 200px!important;
}

/*--------------------------------
■2px大きく
--------------------------------*/
html{font-size: 18px;}
body{-webkit-text-size-adjust: 120%;font-size: 18px;}

.font_12{font-size: 14px;}
.font_14{font-size: 16px;}
.font_15{font-size: 17px;}
.font_16{font-size: 18px;}
.font_18{font-size: 20px;}
.font_20{font-size: 22px;}
.font_22{font-size: 24px;}
.font_24{font-size: 26px;}
.font_26{font-size: 28px;}
.font_28{font-size: 30px;}
.font_30{font-size: 32px;}
.font_100per{
font-size: -webkit-calc(1rem + 2px);
font-size: calc(1rem + 2px);
}
.font_2up{
font-size: -webkit-calc(1rem + 4px);
font-size: calc(1rem + 4px);
}
.font_4up{
font-size: -webkit-calc(1rem + 6px);
font-size: calc(1rem + 6px);
}
.font_6up{
font-size: -webkit-calc(1rem + 8px);
font-size: calc(1rem + 8px);
}
.font_8up{
font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}
.font_10up{
font-size: -webkit-calc(1rem + 12px);
font-size: calc(1rem + 12px);
}
.font_12up{
font-size: -webkit-calc(1rem + 14px);
font-size: calc(1rem + 14px);
}
.font_14up{
font-size: -webkit-calc(1rem + 16px);
font-size: calc(1rem + 16px);
}
.font_2dw{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}

@media  screen and (max-width: 768px){
.font_12_tb{font-size: 14px;}
.font_14_tb{font-size: 16px;}
.font_16_tb{font-size: 18px;}
.font_18_tb{font-size: 20px;}
.font_20_tb{font-size: 22px;}
.font_22_tb{font-size: 24px;}
.font_24_tb{font-size: 26px;}
.font_26_tb{font-size: 28px;}
.font_28_tb{font-size: 30px;}
.font_30_tb{font-size: 32px;}
.font_100per_tb{
font-size: -webkit-calc(1rem + 2px);
font-size: calc(1rem + 2px);
}
.font_2up_tb{
font-size: -webkit-calc(1rem + 4px);
font-size: calc(1rem + 4px);
}
.font_4up_tb{
font-size: -webkit-calc(1rem + 6px);
font-size: calc(1rem + 6px);
}
.font_6up_tb{
font-size: -webkit-calc(1rem + 8px);
font-size: calc(1rem + 8px);
}
.font_8up_tb{
font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}
.font_10up_tb{
font-size: -webkit-calc(1rem + 12px);
font-size: calc(1rem + 12px);
}
.font_12up_tb{
font-size: -webkit-calc(1rem + 14px);
font-size: calc(1rem + 14px);
}
.font_2dw_tb{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}
}

@media  screen and (max-width: 667px){
.font_12_sp{font-size: 14px;}
.font_14_sp{font-size: 16px;}
.font_16_sp{font-size: 18px;}
.font_18_sp{font-size: 20px;}
.font_20_sp{font-size: 22px;}
.font_22_sp{font-size: 24px;}
.font_24_sp{font-size: 26px;}
.font_26_sp{font-size: 28px;}
.font_28_sp{font-size: 30px;}
.font_30_sp{font-size: 32px;}
.font_100per_sp{
font-size: -webkit-calc(1rem + 2px);
font-size: calc(1rem + 2px);
}
.font_2up_sp{
font-size: -webkit-calc(1rem + 4px);
font-size: calc(1rem + 4px);
}
.font_4up_sp{
font-size: -webkit-calc(1rem + 6px);
font-size: calc(1rem + 6px);
}
.font_6up_sp{
font-size: -webkit-calc(1rem + 8px);
font-size: calc(1rem + 8px);
}
.font_8up_sp{
font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}
.font_10up_sp{
font-size: -webkit-calc(1rem + 12px);
font-size: calc(1rem + 12px);
}
.font_2dw_sp{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}
}




/* nav */

.hambuger_text, .hambuger_text02 {
    color: #0085C9;
}

#sp_nav .sp_nav_ul1 li, #sp_nav .sp_nav_ul2 li {
    border-color: #0085C9;
}

#sp_nav .sp_nav_inner h3 {
    color: #0085C9;
    border-color: #0085C9;
}

.more a:before, .more a:after, .cate_list a:before, .cate_list a:after {
    display: none;
}

#con_nav li:last-child a {
    box-shadow: 3px 3px 0px 1px #4C433E;
}

/* footer */


/* ----------　TOP　---------- */

/* main-img */

#main_img:before {
    content: "";
    width: 102%;
    height: 100%;
    position: absolute;
    background-image: url(/Dup/img/main-waku.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    top: 50%;
    left: 50%;
}

#main_img:after {
    content: "";
    width: 15%;
    height: 70%;
    position: absolute;
    background-image: url(/Dup/img/maincopy.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    top: 10%;
    left: 11%;
    max-width: 255px;
    min-width: 200px;
}

.head_tel {
    padding: 15px 10px;
}

/* top */

#top_contents1:before, #top_cms:before {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    top: -200px;
    left: 0;
    background-image: url('/Dup/img/intro-t.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    z-index: -1;
}

.con3-ul-wrap {
    max-width: 600px!important;
    padding: 50px;
    border-radius: 50px;
    position: relative;
}

.con3-ul-wrap:before {
    content: "";
    width: 150px;
    height: 200px;
    position: absolute;
    background-image: url('/Dup/img/ilu2.png');
    background-size: 100%;
    background-repeat: no-repeat;
    right: -20%;
    top: 5%;
}

.con3-ul-wrap:after {
content: "";
    width: 170px;
    height: 170px;
    position: absolute;
    background-image: url(/Dup/img/ilu1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: -25%;
    top: 50%;
}

.con3-ul li {
    background-image: url('/Dup/img/check.png');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left top 30px;
    font-weight: 500;
}

.arrow img, .con3-txt-box img {
    border-radius: 0!important;
}

.more a, .cate_list a {
    background-color: #ED936F;
    text-align: center;
    padding: 15px 40px;
    border-radius: 35px;
    color: #fff;
    box-shadow: 2px 5px rgb(76 67 62);
    transition: 0.5s;
}

.more a:hover, .cate_list a:hover {
    box-shadow: none;
    transform: translate(2px, 5px);
}

/* top-cms */

.top-link a {
    transition: 0.5s;
}

.top-link a:hover {
    transform: translate(0, -15px);
}

/* ----------　下層ページ　---------- */

#page_title .title_wrap {
    color: #FF9966;
}

.pager li a:hover {
    background-color: #0085C9;
}

.v_type3 .cate_box{border: 1px solid #0085C9;}

.flow_type3 .cate{counter-reset: box;}
.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: #ED936F;*/
/*	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: 768px){

.mainwrap-r h1 {
    width: 80px;
}

#main_img {
    height: 50vh;
}

#main_img:after {
    display: none;
}

.con3-ul-wrap:before {
    width: 130px;
    height: 180px;
    right: -1%;
    top: -15%;
}

.con3-ul-wrap:after {
    width: 130px;
    height: 130px;
    left: -2%;
    top: -15%;
}

.con3-txt-box {
    flex-direction: column;
    row-gap: 30px;
    margin-top: 20px;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){

body, html {
    font-size: 16px;
}

#main_img {
    height: 40vh;
}

#top_contents1:before, #top_cms:before {
    height: 100px;
    top: -100px;
}

.con3-ul-wrap {
    padding: 20px;
    padding-top: 50px;
}

.con3-ul-wrap:after {
    width: 100px;
    height: 100px;
    left: 0%;
    top: -8%;
}

.con3-ul-wrap:before {
    width: 90px;
    height: 110px;
    right: -1%;
    top: -10%;
}

.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
    
}