@charset "utf-8";

/*
Theme Name: cic
Version: 1.0
*/
/*-------------------------------------------------------------
reset 
-------------------------------------------------------------*/
html,
body {
	height: 100%;
	font-size: 62.5%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	line-height: 1.7;
	color: #333;
	font-weight: 400;
	height: 100%;
	position: relative;
	letter-spacing: 0.05em;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

header,
main,
article,
section,
nav,
footer {
	display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
dt,
dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

input {
	font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	line-height: 1.7;
	color: #000;
	position: relative;
	letter-spacing: 0.06em;
	overflow-wrap: break-word;
	word-wrap: break-word;
	border: 1px solid #ccc;
	padding: 10px 15px;
	-webkit-appearance: none;
	border-radius: 0;
}

textarea {
	font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

em {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

caption {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

::-webkit-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #ccc;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

.clearfix::after {
	content: "";
	clear: both;
	display: block;
}

.anchor {
    display: block;
    padding-top: 40px !important;
    margin-top: -40px !important;
}
.anchor2 {
    display: block;
    padding-top: 100px !important;
    margin-top: -100px !important;
}


/*--------font--------------*/
 
html{visibility:hidden;}
html.wf-active, html.wf-inactive{visibility:visible;}

/*-------------------------------------------------------------
reset end 
-------------------------------------------------------------*/

/*-------------------------------------------------------------
Page related
-------------------------------------------------------------*/
#wrapper {
	position: relative;
	overflow: hidden;
}

#nojs {
	width: 940px;
	background: #fff;
	color: #f00;
	padding: 25px;
	border: 5px solid #F00;
	text-align: center;
	margin: 20px auto;
}

::selection {
	background: #222;
	color: #fff;
}

::-moz-selection {
	background: #222;
	color: #fff;
}

::-webkit-selection {
	background: #222;
	color: #fff;
}

.sp_size {
	display: none !important;
}


/*-------------------------------------------------------------
header
-------------------------------------------------------------*/

#wrapper.fixed {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#header_wrap:after {
	content: "";
	clear: both;
	display: block;
}

#header_wrap {
	width: 100%;
	/* height: 90px; */
	position: absolute;
	top: 0;
	background: transparent;
	transition: all .2s ease;
	z-index: 110;
}

#header_area {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1890px;
	max-width: 100%;
	margin: auto;
	padding: 38px 20px 21px;
	/* padding: 0 2%; */
	transition: all .3s ease;
}


#logo {
	transition: all 0.3s;
}

/* #logo a,
#logo img {
    display: block;
    width: auto;
    min-width: 330px;
    height: auto;
    max-width: 21vw;
    transition: all .3s ease;
    position: relative;
} */

#logo a {
	display: block;
	width: auto;
	height: auto;
	max-width: 315px;
	position: relative;
}

#logo img {
	position: absolute;
	display: block;
	top: 50%;
	max-width: max-content;
	transform: translateY(-50%);
	transition: all .3s ease;
}

#logo img.logo_black {
	opacity: 0;
}

.fixed #header_wrap {
	position: fixed;
	top: 0;
}

#menu-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: none;
	z-index: 100;
	/* padding: 24px 55px 0 0; */
	margin: 0;
	box-sizing: border-box;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 1;
	transition: all .3s ease;
}

.menu_list {
	overflow: visible;
	display: flex;
	align-items: center;
	padding: 10px 16px;
	margin: 0;
	background: rgba(255, 255, 255, .7);
	border-radius: 50px;
}

.menu_item {
	display: inline-block;
	line-height: 2.6rem;
	margin: 0;
}

.menu_link {
	display: block;
	/* font-size: 1.5rem; */
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	color: #222 !important;
	padding: 7px 23px;
	margin: 0;
	background: none;
	opacity: 1 !important;
	/* border-radius: 50px; */
	transition: all .3s ease;
}

/* contact btn */
.menu_item.contact .menu_link {
	color: #FFF !important;
	padding: 7px 43px;
	background: #E63944;
	border-radius: 50px;
}

/* hover */
.menu_link:hover {
	color: #E63944 !important;
	/* background: rgba(0, 0, 0, .2); */
	/*     background-position: right 7px center; */
}

.menu_item.contact .menu_link:hover {
	background: #d60f1b;
}

/*  */
.menu_btn_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 563px;
	margin: 0 auto 50px;
	position: relative;
}

.menu_btn_item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 265px;
	text-decoration: none;
	color: #FFF !important;
	height: 80px;
	background: #23C74D;
	position: relative;
	transition: all .7s ease;
}

.menu_btn_item::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(34, 159, 66);
	background: radial-gradient(circle, rgba(34, 159, 66, 0.75) 0%, rgba(34, 159, 66, 0.55) 8%, rgba(34, 159, 66, 0) 100%);
	opacity: 0;
	transition: all .5s ease;
	pointer-events: none;
}

.menu_btn_item span {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	position: relative;
}

.menu_btn_item span::before {

	display: block;
	content: attr(data-txt)"";
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-bottom: 1px;
	max-height: 100%;
}

/* hover */
.menu_btn_item:hover::before {
	opacity: 1;
}

/*-------------------------------------------------------------
aside
-------------------------------------------------------------*/
#instagram_follow {
	position: fixed;
	left: 0;
	bottom: 10%;
	z-index: 50;
}

#instagram_follow a[target="_blank"] {
	padding: 0 0 0 10px;
	background: none;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0;
	text-decoration: none;
	color: #222 !important;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: relative;
	transition: all .3s ease;
}

#instagram_follow a[target="_blank"]::after {
	display: block;
	content: "";
	width: 39px;
	height: 39px;
	background: #222 url(img/icon_instagram.svg) no-repeat center / 22px auto;
	margin: 6px 0 0;
	border-radius: 50%;
	transition: all .3s ease;
}

#instagram_follow span {
	display: block;
	padding: 0 0 30px;
	position: relative;
}

#instagram_follow span::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 24px;
	background: #222;
	left: 49%;
	bottom: 0;
	transform: translateX(-50%);
}

/* hover */
#instagram_follow a[target="_blank"]:hover {
	opacity: .7;
}

/*-------------------------------------------------------------
footer
-------------------------------------------------------------*/
/*---------- footer ----------*/
#footer_wrap {
	position: relative;
}

#footer_wrap::before {
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% + 259px);
	background: #F8F8F8 url(img/footer_bg.jpg) no-repeat center /cover;
	bottom: 0;
	left: 0;
	z-index: -10;
}

#footer_wrap::after {
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% + 259px);
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 0) 100%);
	bottom: 2px;
	left: 0;
	z-index: -5;
}

#return {
	position: relative;
	z-index: 100;
}

.return_btn {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #222;
	text-decoration: none;
	transition: background 0.3s, border-color .3s;
}

.return_btn:hover {
	background: #fff;
}

.return_btn::after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 2px solid #222;
	border-right: 2px solid #222;
	transform: rotate(-45deg);
	transition: border-color .3s;
}

.return_txt {
	display: none;
}

.footer_area {
	/* font-family: 'Noto serif JP', serif; */
	/* text-align: center; */
	max-width: 1340px;
	padding: 128px 20px 0;
	margin: 0 auto 0;
	position: relative;
}

/*----- footer_t -----*/
.footer_t {
	margin: 0 0 36px;
}

.f_main_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.5rem;
	letter-spacing: 1.8px;
	line-height: 2.7rem;
	padding: 0;
	margin: 0 0 215px;
}

.f_main_item {
	margin: 0 20px 20px 0 !important;
	list-style: none;
	width: calc((100% - 40px) / 3);
	position: relative;
}

.f_main_item:nth-child(3n) {
	margin-right: 0 !important;
}

/* .f_main_item:last-child {
    padding-right: 0 !important;
    margin-right: 0 !important;
}
 */
.f_main_link {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	/* font-size: 1.6rem; */
	/* letter-spacing: 0.06em; */
	/* line-height: 1.4375; */
	color: #222 !important;
	text-decoration: none;
	transition: opacity .3s;
	max-height: 100%;
	background: #FFF;
	border-radius: 6px;
	overflow: hidden;
}

.f_main_thumb {
	width: 145px;
	overflow: hidden;
	position: relative;
}

.f_main_thumb img {
	display: block;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 145/140;
	transition: all .7s ease;
}

.f_main_txt {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.444;
	width: calc(100% - 145px);
	padding: 16px 73px 16px 16px;
	position: relative;
	transition: all .3s ease;
}

.f_main_txt::before {
	display: block;
	content: attr(data-txt)"";
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	color: #D5D5D5;
	margin: 0 0 5px;
	transition: all .3s ease;
}

.f_main_txt::after {
	position: absolute;
	display: block;
	content: "";
	width: 30px;
	height: 30px;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	background: #E52F3B url(img/icon_arrow_white.svg) no-repeat center / 10px auto;
	border-radius: 50%;
	transition: all .3s ease;
}

/* hover */
.f_main_link:hover .f_main_thumb img {
	transform: scale(1.05);
}
/*
.f_main_link:hover .f_main_txt {
	color: #FFF;
	background-color: #E52F3B;
}

.f_main_link:hover .f_main_txt::before {
	color: #FFF;
}
*/
.f_main_link:hover .f_main_txt {
	opacity: 0.6;
}
/*----- footer_m -----*/
.footer_m {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.06em;
	text-align: center;
	margin: 0;
	margin: 0 0 60px;
}

/* f_info */
.f_info {
	/* color: #FFF; */
	margin: 0 0 31px;
}

.f_info .f_info_logo {
	display: inline-block;
	margin: 0 0 19px;
}

.f_info .f_info_logo img {
	display: block;
	/* max-width: 39px; */
}

.f_company_info {
	font-weight: 500;
	position: relative;
}

.f_company_info span {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0;
	margin-top: 9px;
}

.f_company_info span a {
	color: #FE0001;
	padding-right: 20px;
	background: url(img/icon_map_pin.svg) no-repeat center right / 11px 14px;
	margin-left: 40px;
}

/* f_privacy */
.f_privacy a {
	color: #222;
	text-decoration: underline;
}

.f_privacy a:hover {
	text-decoration: none;
}

/*----- footer_b -----*/
.footer_b {
	padding: 15px 0 25px;
	position: relative;
}

.footer_b::before {
	/* position: absolute; */
	/* content: ""; */
	width: 100vw;
	min-width: 1920px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #FFF;
	transform: translateX(-50%);
	opacity: .3;
}

.footer_b_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}

/* .f_b_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.f_b_item {
    line-height: 1.7;
    list-style: none;
    margin: 0 11px 0 0;
}

.f_b_item a[target="_blank"] {
    font-size: 1.3rem;
    text-decoration: none;
    color: #FFF;
    padding-right: 15px;
    background: url(img/popup_w.svg) no-repeat top 2px right 3px;
}

.f_b_item a:hover {
    text-decoration: underline;
} */

.copyright {
	font-size: 1.4rem;
	letter-spacing: 0;
	line-height: 1.5;
	text-align: center;
	max-height: 100%;
}

[href^="tel:"] {
	color: #333 !important;
	pointer-events: none;
	text-decoration: none !important;
}

@media (min-width: 768px) {
	body {
		min-width: 1240px;
	}
}

@media screen and (max-width:1510px) {
	#logo img {
		max-width: 280px;
	}

	.menu_list {
		padding: 8px 13px;
	}

	.menu_link {
		font-size: 1.5rem;
		padding: 7px 10px;
	}

	.menu_item.contact .menu_link {
		padding: 7px 31px;
	}
}

@media screen and (max-width: 767px) {

	body {
		background: #fff;
		width: auto;

		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		font-size: 1.3rem;
		margin-bottom: 15px;
		line-height: 1.6;
	}

	input,
	textarea,
	select {
		font-size: 1.4rem;
	}

	#nojs {
		width: auto;
		background: #fff;
		color: #f00;
		padding: 10px;
		border: 5px solid #F00;
		text-align: center;
		margin: 10px auto;
	}

	img {
		width: auto;
		max-width: 100%;
	}

	.pc_size {
		display: none !important;
	}

	.sp_size {
		display: block !important;
	}

	/*-------------------------------------------------------------
	header
	-------------------------------------------------------------*/

	#header_wrap {
		position: fixed;
		height: 65px;
		z-index: 1500;
	}

	#header_wrap.smallhead {
		background: rgba(255, 255, 255, 0.6);
	}

	/* #header_wrap.sp_menu_on {
        border-bottom: none;
    } */

	/* #header_wrap.index_header {
        height: 65px;
        transition: background-color 0.3s;
    } */

	#header_area {
		padding: 0 0 0 15px !important;
	}

	#logo {
		z-index: 100;
	}

	#logo a,
	#logo img {
		/* width: 100%; */
		min-width: auto;
		max-width: calc(100% - 90px);
		max-height: 35px;
	}

	#logo a {
		position: static;
	}

	.smallhead #logo img.logo_black,
	.fixed #logo img.logo_black {
		opacity: 1;
	}

	.smallhead #logo img.logo_white {
		opacity: 0;
	}


	
	
	
	
	#toggle {
		display: block;
		position: relative;
		top: 0;
		right: 0;
		height: 65px;
		z-index: 1000;
	}

	#toggle a {
		display: block;
		background: none;
		color: #fff;
		width: 65px;
		height: 100%;
		background: transparent;
		box-sizing: border-box;
		position: relative;
		transition: all .3s ease;
	}

	#toggle a span,
	#toggle a::before,
	#toggle a::after {
		content: "";
		font-size: 0;
		position: absolute;
		display: block;
		background: #E63944;
		width: 40px;
		height: 3px;
		left: 31px;
		transition: all 0.3s;
		left: 10px;
		border-radius: 10px;
	}

	#toggle a span {
		top: 32px;
	}

	#toggle a::before {
		top: 22px;
	}


	#toggle a::after {
		top: 42px;
	}

	#toggle a.open span {
		opacity: 0;
	}

	#toggle a.open:before {
		top: 21px;
		left: 12px;
		-moz-transform: translate(0, 12px) rotate(45deg);
		-webkit-transform: translate(0, 12px) rotate(45deg);
		transform: translate(0, 12px) rotate(45deg);
	}

	#toggle a.open:after {
		top: 45px;
		left: 12px;
		-moz-transform: translate(0, -12px) rotate(-45deg);
		-webkit-transform: translate(0, -12px) rotate(-45deg);
		transform: translate(0, -12px) rotate(-45deg);
	}

	/*     .header_info {
        display: none;
    } */


	#menu {
		padding: 0 20px 20px;
	}

	#menu-box {
		display: block;
		/* flex-direction: column-reverse; */
		/* justify-content: flex-end; */
		padding-top: 65px;
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		padding: 66px 0;
		background: #FFF;
		opacity: .9;
	}

	#menu-box.menu_dis {
		opacity: 0;
		pointer-events: none;
	}

	.menu_list_wrap {
		display: block;
		margin: 0 0 30px;

	}

	.menu_list {
		flex-wrap: wrap;
		text-align: center;
		padding: 0;
		margin: 0;
		background: transparent;
		border-top: 1px solid #DDD;
		border-radius: 0;
	}

	.menu_item {
		width: 100%;
		writing-mode: unset;
		border-right: none;
		border-bottom: 1px solid #DDD;
	}

	.menu_link {
		font-size: 1.4rem;
		padding: 18px 10px;
	}

	.menu_item.contact {
		margin-top: 20px;
		border: none;
	}

	.menu_item.contact .menu_link {
		font-size: 1.4rem;
		padding: 14px 10px;
	}

	/*  */

	.menu_btn_list {
		max-width: calc(100% - 30px);
		margin: 0 auto 30px;
	}

	.menu_btn_item {
		width: 100%;
		height: 70px;
		padding: 5px 15px;
	}

	.menu_btn_item:first-child {
		margin-bottom: 10px;
	}

	.menu_btn_item span {
		font-size: 1.3rem;
	}

	.menu_btn_item span::before {

		font-size: 1.1rem;
	}

	/* hover */

	/*-------------------------------------------------------------
aside
-------------------------------------------------------------*/
	#instagram_follow {
		bottom: 10%;
	}

	#instagram_follow a[target="_blank"] {
		padding: 0 0 0 5px;
		font-size: 1.2rem;
	}

	#instagram_follow a[target="_blank"]::after {
		width: 29px;
		height: 29px;
		background-size: 16px auto !important;
		margin: 5px 0 0;
	}

	#instagram_follow span {
		padding: 0 0 20px;
	}

	#instagram_follow span::after {
		height: 16px;
	}

	/* hover */

	/*-------------------------------------------------------------
	footer
	-------------------------------------------------------------*/
	/*---------- footer ----------*/
	#footer_wrap::before {
		/* position: absolute;
    content: "";
    width: 100%; */
		height: calc(100% + 100px);
		background: #F8F8F8 url(img/footer_bg.jpg) no-repeat center /cover;
		/* bottom: 0;
    left: 0;
    z-index: -10; */
	}

	#footer_wrap::after {
		/* position: absolute;
    content: "";
    width: 100%; */
		height: calc(100% + 100px);
		background: rgb(255, 255, 255);
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 0) 100%);
		/* bottom: 0;
    left: 0;
    z-index: -5; */
	}

	.footer_area {
		padding: 38px 20px 0;
	}

	/*----- footer_t -----*/
	.footer_t {
		margin: 0 0 25px;
	}

	.f_main_list {
		/* display: block; */
		/* padding: 0 20px; */
		margin: 0 0 30px;
	}

	.f_main_item,
	.f_main_item:nth-child(3n) {
		width: 100%;
		margin: 0 0 10px !important;
		/* border-bottom: 1px solid #ddd; */
	}

	.f_main_item:first-child {
		/* border-top: 1px solid #ddd; */
	}


	.f_main_link {
		/* display: block; */
		/* font-size: 1.3rem; */
		/* line-height: 1.7; */
		/* padding: 12px 0 11px; */
	}

	.f_main_thumb {
		max-width: 30%;
	}

	.f_main_thumb img {
		aspect-ratio: auto;
	}

	.f_main_txt {
		font-size: 1.5rem;
		font-size: max(1.5rem, 2.4vw);
		width: calc(100% - 145px);
		min-width: 70%;
		padding: 11px 41px 9px 10px;
		position: relative;
		transition: all .3s ease;
	}

	.f_main_txt::before {
		font-size: 1.2rem;
		font-size: max(1.2rem, 1.8vw);
		margin: 0 0 1px;
	}

	.f_main_txt::after {
		width: 25px;
		height: 25px;
		right: 8px;
		background-size: 9px auto;
	}


	/*----- footer_m -----*/
	.footer_m {
		font-size: 1.2rem;
		margin: 0 0 40px;
	}

	.f_info .f_info_logo {
		width: 190px;
		max-width: 80%;
	}

	/* f_info */
	.f_info {
	margin: 0 0 20px;
}
	.f_company_info {
		font-size: 1.3rem;
	}

	.f_company_info span {
		font-size: 1.2rem;
		margin-top: 5px;
	}

	.f_company_info span a {
		margin: 0;
	}

	/*----- footer_b -----*/
	.footer_b {
		padding: 15px 0;
	}

	.footer_b::before {
		min-width: auto;
	}

	.footer_b_box {
		display: block;
	}

	.copyright {
		font-size: 1.1rem;
	}

	[href^="tel:"] {
		pointer-events: all;
		text-decoration: underline;
	}
}