﻿@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Yusei+Magic&display=swap');
/* ----------　all　---------- */
.linkStyle{
	color:#f2501a;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#f2501a;
	opacity: 0.7;
	transition: all 0.5s;
}


body {
    font-family: 'Kiwi Maru', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2,h3 {
    font-family: 'Yusei Magic', sans-serif;
}

/* nav */


/* footer */

footer {
    background-color: #e58d24!important;
}

#page-top a {
    background-color: #f2501a;
}

footer .svg_box {
    display: none;
}

#fix-bnr {
    right: 80px;
    z-index: 10;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/* ----------　TOP　---------- */

/* main-img */

.main_img_wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.3);
    background-image: url('/Dup/img/main-copy.png');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 5% 85%;
    z-index: 1;
}

/* top */

.img-container_img {
    border-radius: 20px;
}

#contents .box figure:after, #contents .box h3:before {
    display: none;
}

#contents {
    background-image: url(Dup/img/hata1.png),url(Dup/img/hata2.png);
    background-repeat: no-repeat;
    background-position: 0 0,100% 0;
    background-size: 15%;
}

.top-bnr, .top-bnr2 {
    border-radius: 20px;
}

.top-bnr2 {
    background-color: #7fcfed;
}

.con2-ul {
    font-weight: 400;
}

.img-container:before {
    background-color: #e58d24;
}

.t_cms_img2 .img-container:before {
    background-color: #f2501a;
}

.con2-ul li {
    padding-left: 25px;
    background-image: url(/Dup/img/li.png);
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-size: 15px;
    margin-left: 15px;
}

#dec1, #dec3, #dec5, #dec7 {
    margin-left: 46.5%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.dec {
    width: 50px;
}

#dec2, #dec4, #dec6, #dec8 {
    margin-left: 54.5%;
    margin-top: 15px;
    margin-bottom: 15px;
}

#dec5 {
    width: 80px;
}


.other .box {
    background-color: #3bc151;
    border-radius: 20px;
    border: none;
}

.other .box:nth-of-type(2){
    background-color: #7fcfed;
}

.other .box_item {
    background-image: url(Dup/img/con-ilu.png);
    background-repeat: no-repeat;
    background-position: 80% 90%;
}

.other .box:nth-of-type(2) .box_item {
    background-image: url(Dup/img/info-ilu.png);
    background-repeat: no-repeat;
    background-position: 90% 90%;
}

.other .box:hover {
    background-color: #3bc151;
    opacity: 0.5;
}

.other .box:nth-of-type(2):hover {
    background-color: #7fcfed;
    opacity: 0.5;
}


/* top-cms */

#top_cms:before {
    display: none;
}

.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    color: #474521;
    font-weight: normal;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 80px;
    padding-bottom: 60px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}


/* ----------　下層ページ　---------- */

.all_page:before {
    display: none;
}

#title_img span {
background-position: 80% 15%;
height: 360px;
}

#title_img {
    height: 360px;
}

.v_type1 .triangle {
    display: block;
    border: #000 solid 2px;
    box-shadow: 5px 5px 0 0 #e2e2e2;
}
.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: #000 transparent;
    border-width: 15px 15px 0 0;
    bottom: -17px;
    left: 50%;
    margin-left: -11px;
}


.btn_container a {
    background-color: #7fcfed;
    color: #fff;
    max-width: 300px;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
}


/* 会社情報 */
/* お問い合わせ */

#mail_CONTACT, #tel_CONTACT {
    width: 40%;
}

@media screen and (max-width: 1240px){

#mail_CONTACT, #tel_CONTACT {
    width: 100%;
}

}
/* プライバシーポリシー */
/* サイトマップ */



/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
.main_img_wrap:before {
    background-size: 90%;
    background-position: 25% 90%;
}

#contents {
    background-size: 20%;
}

#contents .box {
    row-gap: 50px;
}

#contents .box .txt_wrap {
    width: 85%;
    padding: 0;
}

#contents .box figure {
    width: 85%;
}

.other .box_item {
    background-position: 90% 90%;
    background-size: 20%;
}

.other .box:nth-of-type(2) .box_item {
    background-size: 20%;
}
#page_title #title_img {
    border-radius: 20px;
}    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
.main_img_wrap {
    height: 85vh;
}

.main_wrap {
    padding-top: 15px;
    margin-top: 90.5vh;
}
    
.main_img_wrap:before {
    background-position: 25% 85%;
}
    
#dec1, #dec3, #dec5, #dec7 {
    margin-left: 35.5%;}
    
#fix-bnr {
    right: 65px;
    width: 80%;
}
    
.con2-ul li {
    margin-left: 0px;
}
    
.link_type1 .link_top .link_title{
    font-size: 15px;
}

.other .box_item {
    background-size: 20%;
}

.other .box:nth-of-type(2) .box_item {
    background-size: 15%;
}

.other .box:last-child {
    border: none;
}

.page10 .more span {
    display: none;
}
    
}

@media screen and (max-width: 320px){

#contents .box h3 {
    font-size: 20px;
}

}