﻿/* 全体 */
.txt_color1{color: #F9C158;} /* メインカラー */

h2{
	color: #212121 !important;
}
h3{
	color: #F9C158 !important;
}

#wrap{
	background-color: #F8F8F8 !important;
}
#fakeloader{
	background-color: #F9C158;
}

.bg_color1{
    background-color: #F8F8F8;
} /* メインカラー */




/* header */
header{
	background-color: #F9C158;
	position: relative;
}

.header{
	margin-bottom: 10px;
}
.header p{
	border-color: #fff;
}

#main_menu{
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #F9C158;
	margin-bottom: 0;
}
#main_menu ul li a .menu_title{
    color: #212121;
    font-weight: 600;
}
#main_menu ul li a .menu_sub_title{
    color: #fff;
}

#main_menu.fixed{
    background-color: rgba(249,193,88,0.75) !important;
    border-bottom: 3px solid #F5A33B;
}

/* sns */
#fixed_right_banner ul{
    border-color: #4FC3ED;
    background-color: #1770DB;
}

/* main */
#aisatsu{
	background-image: none !important;
	color: #000;
	background-color: transparent;
	position: relative;
}
#aisatsu::before{
	content: "";
	background-image: url("Dup/img/アセット 10.png");
	width: 79vw;
	height: 61vh;
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	top: 13px;
	left: -800px;
	opacity: 0.5;
	background-size: contain;
}
#aisatsu > div{
    background-color: transparent !important;
}
#aisatsu h2{
	margin-bottom: 100px;
	position: relative;
	font-size: 30px;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
}
#aisatsu h2::before{
	display: block;
	content: "";
	position: absolute;
	top: 50px;
	left: 45%;
	width: 100px;
	height: 5px;
	background-color: #F9C158;
}
#aisatsu::after{
	content: "";
	display: block;
	width: calc(100% + 1500px);
	height: 300px;
	position: absolute;
	top: 690px;
	left: -550px;
	bottom: 0;
	background-color: #F9C158;
	margin-left: -50px;
}


#top_contents{
    background-color: #F8F8F8;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 150px;
    position: relative;
}


#top_contents::after{
	content: "ABOUT US";
	font-family: 'Rosario', sans-serif;
	font-size: 110px;
	font-weight: 900;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	color: #F9C158;
	z-index: 0;
	margin-top: -45px;
}

.contents_box {
    background-image: none !important;
}

#top_contents h2{
	font-family: 'Noto Sans JP', sans-serif;
	color: #F9C158 !important;
}

#top_contents .contents_box{
	background: #fff;
}

.contents_img{
	z-index: 2;
}
.contents_img::after{
	display: block;
    content: "";
    position: absolute;
    top: -25px;
    bottom: 0;
    background: #F9C158;
    width: 100%;
	height: 100%;
	margin: 0 0 0 5%;
	z-index: -1;
}

.contents_box2{
	background-color: #fff;
	z-index: 5;
}
.contents_box2 p{
	color: #212121;
}
.contents_box::before {
    display: none;
}
.contents_box::after {
	display: none;
}
.contents_box2::before {
    background: #F9C158;
	width: 80px;
	height: 5px;
	right: -20px;
}
.contents_box2::after {
    background: #F9C158;
	width: 5px;
	height: 80px;
	bottom: -20px;
}

#contents3{
	position: relative;
}
#contents3::before{
	content: "";
	background-image: url("Dup/img/アセット 4.png");
	width: 15vw;
	height: 15vw;
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	top: 101%;
	right: 70%;
}
#contents3::after{
	content: "";
	background-image: url("Dup/img/アセット 3.png");
	width: 20vw;
	height: 20vw;
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	top: 82%;
	right: 73%;
}




#top_cms{
	margin-top: 350px;
	position: relative;
}
#top_cms h3{
	color: #212121;
}
#top_cms p{
	color: #212121;
}
#top_cms .button-effect a{
	color: #212121;
}

#top_cms::before{
    position: absolute;
    top: -85px;
    right: 10%;
    left: 10%;
    z-index: -1;
	width: 80%;
    height: 200px;
    content: "";
    background: #F8F8F8;
}
#top_cms::after{
	position: absolute;
    top: 52px;
    right: 3%;
    left: 3%;
    z-index: -2;
    height: 100%;
    content: "";
    border-right: #212121 2px solid;
    border-left: #212121 2px solid;
    border-bottom: #212121 2px solid;
    border-top: #212121 2px solid;
}

#top_cms .border_white{
	border-color: #212121;
}

.cms_title{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFF462;
    background-image: repeating-linear-gradient(-45deg,#F8F8F8, #F8F8F8 7px,transparent 0, transparent 10px);
	width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.cms_title h2{
	font-family: 'Noto Sans JP', sans-serif;
}

#top_cms .cms_title h2::before, #top_cms .cms_title h2::after{
	display: none;
}

#CMS_TITLE5 .cms_6-a .cate_box{
	text-align: left;
}


/* ボタン */
.btn,
a.btn,
button.btn {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
	margin-top: 100px;
}

a.btn-flat {
  overflow: hidden;

  padding: 1.5rem 6rem;

  color: #fff;
  border-radius: 0;
  background: #F9C158;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 150%;
  height: 540%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);

  background: #4FC3ED;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}



/* footer */
#info_map{
	background-color: #F9C158;
}
#info_map p span{
	border-left: 5px solid #F5A33B;
}

footer{
	background-color: #212121;
}

#page-top a{
    background-color: #4FC3ED;
}



/* cms1 */
.page_title {
    background-color: rgba(249,193,88,0.4) !important;
}
.page_title .posi_center{
	background-color: rgba(255,255,255,0.70);
}
.page_title h2{
	font-family: 'Noto Sans JP', sans-serif;
}

#cms_1-a .pager li a{
    color: #fff !important;
}



/* cms2 */
#cms_6-a p{
	color: #212121 !important;
}
#cms_6-a h3{
	color: #fff !important;
	font-family: 'Noto Sans JP', sans-serif;
}
#cms_6-a .cate_title{
	border-color: #F5A33B !important;
	background-color: #F9C158;
}
#cms_6-a .cate_box .box_txt1{
	color: #F9C158 !important;
}

/* cms4 */
#cms_3-a p{
	color: #212121;
}
#cms_3-a h3{
	font-family: 'Noto Sans JP', sans-serif;
}
#cate0 .d_flex{
	margin-bottom: 0;
}

/* cms6 */
.cate_box .box_txt1{
	color: #212121;
}

/* cms7 */
#contents .txt_center{
	color: #a3a7b5;
}
#contact_tel a{
	color: #212121 !important;
}
#tel_txt p{
	color: #212121 !important;
}

/* cms8 */
.cate_box p{
	color: #212121;
}

/* cms9 */
#contents .cate p{
	color: #212121 !important;
}
.cate ul li .txt_color_nomal{
	color: #212121 !important;
}


/* IE */
@media all and (-ms-high-contrast: none){
.btn, a.btn, button.btn{padding-top: 30px;}
#contact_tel a{padding-bottom: 25px;}
}



/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	#aisatsu::before {
	width: 100vw;
	height: 61vh;
	position: absolute;
	top: 118px;
	left: -300px;
	}
	#aisatsu h2::before{
		left: 42%;
	}
	#main_img {
    margin-bottom: 40px;
	}

	#contents3::before{
		top: 105%;
		right: 70%;
	}	
	#contents3::after{
		top: 82%;
		right: 82%;
	}

	#f_menu ul li a{
		font-size: 12px;
	}

	#main_menu .font_2dw {
	    font-size: calc(1rem - 3px);
	}
	#main_menu .font_4dw {
	    font-size: calc(1rem - 5px);
	}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	#top_contents::before{
		width: calc(100% + 50px);
		height: 300px;
		top: -50px;
		margin-left: -40px;
	}
	#top_contents::after{
		font-size: 65px;
		margin-top: -30px;
	}
	.contents_img::after{
		margin: 0 0 0 3%;
	}
	#top_contents{
		margin-left: 10px;
		margin-right: 10px;
		padding-top: 115px;
	}
	#top_cms h2{
		font-size: calc(1rem + 2px);
	}

	#aisatsu div{
		padding-top: 55px;
	}
	#aisatsu h2{
		margin-bottom: 70px;
	}
	#aisatsu::after{
		top: 100%;
		height: 200px;
	}

	#contents3::before{
		top: 126%;
		right: 50%;
	}
	#contents3::after{
		top: 104%;
		right: 56%;
		width: 40vw;
		height: 37vw;
	}
	.header{
		margin-bottom: 0;
	}
	#aisatsu h2::before{
		left: 35%;
	}
	#aisatsu::before{
		width: 145vw;
		height: 72vh;
		top: 170px;
		left: -279px;
	}

	#cms_3-a .cate_box .box_title1{
		width: 100% !important;
	}
	#cms_3-a .cate_box p{
		width: 100% !important;
	}

	#page10 #contents ul li a{
		letter-spacing: 1px;
	}
}





