﻿/*===========================================================*/
/* 個別 */
/*===========================================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
body {
    font-family: 'Kosugi Maru', sans-serif;
    overflow: hidden;
    color: #27272d;
}
.linkStyle{color: #333;border-bottom: 1px solid;}
main {
    background-color: #fffbf5;
}
.index header{
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
}
.logo img {
    max-width: 180px;
}
.catch{
    background-image: url(Dup/img/dot.png);
    padding: 5%;
    color: #27272d;
    background-color: rgba(239, 121, 69, 0.1);
}
.catch p{
    color: #27272d;
    background-color: transparent;
    margin-bottom: 50px;
}
.catch .contents_link {
    transform: translateY(-50%);
}
.catch .contents_link a {
    display: inline-block;
    line-height: 1;
    padding: 15px 28px 15px 30px;
    border-radius: 100px;
    letter-spacing: 4px;
    transition: ease 0.3s;
}
.catch .contents_link a:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}
.catch h2 span{
    background: linear-gradient(transparent 70%, #FBE000 0%);
    padding: 5px 5px;
}
.box h2 span {
    background: linear-gradient(transparent 70%, #FBE000 0%);
    padding: 5px 5px;
}
#c_contents{
    background-color: rgba(242, 102, 81, 0.1);
    background-image: url(../Dup/img/dot2.png);
    background-position: center center;
    background-repeat: repeat;
    padding: 150px 50px;
    margin-bottom: 200px;
}
#c_contents .txt_wrap{
        max-width: 1280px;
    margin: 0 auto;
}
footer{background-color: #fffbf5!important;}
#footer .footer_txt,#copyright,#footer li a{color: #27272d;}
#footer .footer_txt {
    border-right: 1px solid #27272d;
}
#footer nav li{border-right: 2px solid #27272d;}
#footer .footer_links li:last-of-type{border: none;}
#contents .contents_box .contents_txt .box{padding: 0;}
#contents .contents_box .contents_txt{padding: 100px;}
#fix_bnr a{
    background-color: #ef7945;
    color: #fff;
    text-align: center;
    padding: 20px 50px;
    border-radius: 50px;
    font-size: 20px;
    transition: ease 0.3s;
}
#fix_bnr a:hover{
    transform: translateY(-5px);
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}
/*===========================================================*/
/* コード集 */
/*===========================================================*/
#fix_bnr{
    bottom: 30px;
    right: 100px;
    z-index: 10;

}
#copyright{
	padding-bottom: 150px;
}
@media screen and (max-width: 667px){
#fix_bnr {bottom: 7px;right: 72px;width: 65%;}
#copyright{padding-bottom: 55px;}
}

.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}
}

.qa_type1 .cate_box {
	border-radius: 10px;
	border: 1px solid #909090;
}
.qa_type1 .cate_box .arrow {
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: 0px;
	transform: translateY(-50%);
}
.qa_type1 .cate_box .open_bt{
	position: relative;
	width: 100%;
	cursor: pointer;
	padding: 20px 0
}
.qa_type1 .cate_box .open_bt .arrow::before, .qa_type1 .cate_box .open_bt .arrow::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 1px;
	background-color: #5c5c5c;
}
.qa_type1 .cate_box .open_bt .arrow::before {
	top: 48%;
	left: 15px;
	transform: rotate(0deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow::after {
	top: 48%;
	left: 15px;
	transform: rotate(90deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::before {
	transform: rotate(-135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .arrow.arrow_be::after {
	transform: rotate(135deg);
	transition: all 0.5s;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	display: inline-block;
	position: relative;
	letter-spacing: 1px;
	cursor: pointer;
	margin-left: 87px;
}
.qa_type1 .cate_box .open_bt .box_title1::before {
	content: "Q.";
	position: absolute;
	left: -32px;
	top: 0px;
	display: inline-block;
	vertical-align: baseline;
	color: #f57f40;
}
.qa_type1 .cate_box .box_item {
	display: none;
	padding: 0px 30px 0px;
}
.qa_type1 .cate_box .box_txt1 {
	padding: 1em;
	background-color: #f5f5f5;
	border-radius: 5px;
}

@media screen and (max-width: 768px){
.qa_type1 .cate_box .open_bt .box_title1 {
	padding-right: 20px;
}
}
@media screen and (max-width: 667px){
.qa_type1 .cate_box .open_bt {
	padding: 5px 0 7px;
}
.qa_type1 .cate_box .open_bt .box_title1 {
	margin-left: 73px;
}
.qa_type1 .cate_box .box_txt1 {
	padding: 0.2em 1.2em;
}
}


/* contents anim */
#c_contents .fadein_up {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 1.5s ease,opacity 2s ease;
}
#c_contents .fadein_up.scrollin {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#c_contents .fadein_up2 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 2s ease,opacity 2s ease;
}
#c_contents .fadein_up2.scrollin {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/* contents */
#c_contents h3 span{
    background: linear-gradient(transparent 70%, #FBE000 0%);
    padding: 5px 5px;
    color: #ef7945;
    font-weight: bold;
}
#c_contents .txt_wrap .con_box {
    width: calc(30% - 16px);
    padding: 30px;
    box-sizing: border-box;
}
#c_contents .txt_wrap .con_box:last-of-type {
    margin-right: 0;
}
#c_contents .fadeIn_box .con_box {
    opacity: 0;
}
#c_contents .con_img {
    border-radius: 20px;
    overflow: hidden;
}
/*#c_contents .con_title h3:before {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: -25px;
	left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
	background-color: #3e3e3e;
}*/
#c_contents .con_txt span{
	font-size: 13px;
}
#c_contents .con_txt .da_txt{font-size: 16px;}
#c_contents .contents_point {
    position: absolute;
    z-index: 0;
    top: 0;
    left: -25px;
    transform: rotate(-45deg);
    font-size: 120px;
    letter-spacing: 4px;
}
@media screen and (max-width: 768px){
#c_contents .txt_wrap .con_box {
    width: calc(50% - 12px);
}
}
@media screen and (max-width: 667px){
#c_contents .txt_wrap .con_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
#c_contents .con_title h3:before {
    bottom: -15px;
}
}
/*===========================================================*/
/* 下層 */
/*===========================================================*/





/*===========================================================*/
/* タブレット */
/*===========================================================*/
@media screen and (max-width: 768px){
    .catch{
        padding: 10% 5%;
    }
#contents .contents_box .contents_img,#contents .contents_box:nth-of-type(2) .contents_img{width: 85%!important;transform: none;}
.logo img {
    max-width: 180px;
}
#footer .footer_txt{border: none;}
#main_img{padding-bottom: 0;}
#contents .contents_box .contents_txt {
    padding: 80px;
}
#copyright {
    padding-bottom: 150px;
}


}



/*===========================================================*/
/* スマホ */
/*===========================================================*/
@media screen and (max-width: 667px){
#header .logo{width: 30%!important;}
.loader img {
    width: 200px;
}
#c_contents{padding: 50px 20px;margin-bottom: 100px;}
#contents .contents_box .contents_txt .box h2 span{display: inline;}
.catch {
    padding: 20% 5%;
}
#contents .contents_box .contents_txt {
    padding: 50px;
}
#fix_bnr a {
    padding: 20px 20px;
    border-radius: 50px;
    font-size: 18px;
}


}


/*===========================================================*/
/* IE */
/*===========================================================*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){



}


/*===========================================================*/
/* Firefox */
/*===========================================================*/
@-moz-document url-prefix(){

}