@charset "utf-8";
/* ------------------------------------------------------------ common */
body {
	opacity: 0;
	transition: 1s;
	min-width: 1160px;
	padding: 107px 0 0;
	width: 100%;
	overflow: scroll;
}

a:link {
	color: #111;
	text-decoration: none;
}

a:visited {
	color: #111;
	text-decoration: none;
}

a:hover,
a:hover img,
input[type="submit"]:hover {
	color: #111;
	text-decoration: none;
}

input[type="text"],
select,
textaera {
	border: 1px solid #b5b5b5;
	border-radius: inherit;
	outline: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	padding: 0;
	border: none;
}

.inner {
	width: 1100px;
	margin: 0 auto;
}

.SP {
	display: none !important;
}


p.empty {
	text-align: center;
	padding: 100px 0;
	font-size: 20px;
	font-weight: bold;
}

#pager {
	padding: 20px 0 50px;
	text-align: center;
}

#pager ul li.number {
	padding: 0 20px;
}

#pager ul li  {
	display: inline-block;
}

#pager ul li.number span,
#pager ul li.number a {
	display: inline-block;
	margin: 0 13px;
	font-size: 20px;
	padding: 0 0 3px;
}

#pager ul li.number span {
	color: #00a684;
}

#pager ul li.number a {
	color: #434343;
	border-bottom: 1px solid #434343;
}

iframe{
	border-width: 0px;
}

.flex{
	display: flex;
	justify-content: space-evenly;
}

/* ------------------------------------------------------------ fonts */

@font-face {
	font-family: 'Noto-Sans-JP-Light';
	src: url('/import/tenant_1/fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2') format('woff2'), url('/import/tenant_1/fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff') format('woff'), url('/import/tenant_1/fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf') format('opentype');
}

@font-face {
	font-family: 'Noto-Sans-JP-DemiLight';
	src: url('/import/tenant_1/fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2') format('woff2'), url('/import/tenant_1/fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff') format('woff'), url('/import/tenant_1/fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf') format('opentype');
}

@font-face {
	font-family: 'Noto-Sans-JP-Regular';
	src: url('/import/tenant_1/fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2') format('woff2'), url('/import/tenant_1/fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff') format('woff'), url('/import/tenant_1/fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf') format('opentype');
}

@font-face {
	font-family: 'Noto-Sans-JP-Medium';
	src: url('/import/tenant_1/fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2') format('woff2'), url('/import/tenant_1/fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff') format('woff'), url('/import/tenant_1/fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'Noto-Sans-JP-Bold';
	src: url('/import/tenant_1/fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2') format('woff2'), url('/import/tenant_1/fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff') format('woff'), url('/import/tenant_1/fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf') format('opentype');
}


/* @font-face {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
	src: url('/import/tenant_1/www.ichimaru.co.jp/fonts/yuminmedium.ttf');
} */


/* @font-face {
	font-family: 'Montserrat-Regular';
	src: url('/import/tenant_1/www.ichimaru.co.jp/fonts/Montserrat-Regular.ttf');
} */

@font-face {
	font-family: 'CormorantGaramond-Light';
	src: url('/import/tenant_1/www.ichimaru.co.jp/fonts/CormorantGaramond-Light.woff2') format('woff2'), url('/import/tenant_1/www.ichimaru.co.jp/fonts/CormorantGaramond-Light.woff') format('woff'), url('/import/tenant_1/www.ichimaru.co.jp/fonts/CormorantGaramond-Light.ttf') format("truetype");
}


/* ------------------------------------------------------------ header */
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1160px;
	background: #fff;
	z-index: 10;
	box-sizing: border-box;
}

.header .header-pc {
	display: flex;
	justify-content: space-between;
/* 	height: 120px; */
	background: #ffffff;
	position: relative;
	padding: 0 0 0 15px;
	width: 100%;
}

.header .header-pc .left {
	width: 260px;
}

.header .header-pc .left h1 {
	font-size: 12px;
	line-height: 13px;
	color: #434343;
	margin: 15px 2px 8px;
	max-width: 350px;
}

.header .header-pc .left a {
	display: block;
	margin-left: 10px;
}

.header .header-pc .left img {
	width: 222px;
	height: auto;
}

.header .header-pc .right {
	width: calc(100% - 260px);
}

.header .header-pc .right .right-top {
	display: flex;
	justify-content: flex-end;
}

.header .header-pc .right .right-top .mt-site-search-container {
	
}

.header .header-pc .right .right-top .mt-site-search-container form {
	width: inherit;
}

.header .header-pc .right .right-top .mt-site-search {
	padding: 25px 0 10px;
}

.header .header-pc .right #sub-navi {
    display: table-cell;
    padding: 0 0 0 25px;
}

.header .header-pc .right #sub-navi .bg-red {
	float: left;
	background: rgba(235,92,2,0.8);
	padding: 0 15px;
	margin: 0 1px 0 0;
}

.header .header-pc .right #sub-navi .bg-red a {
	color: #fff;
	line-height: 50px;
	padding-right: 15px;
}

.header .header-pc .right #sub-navi .bg-red a:last-child {
	padding-right: 0;
}

.header .header-pc .right #sub-navi .bg-green {
	float: left;
	background: url('/import/tenant_1/www.ichimaru.co.jp/images/common/header/bg_green.webp');
	background: rgba(0,167,133,0.8);
	padding: 0 15px;
}

.header .header-pc .right #sub-navi .bg-green a {
	color: #fff;
	line-height: 50px;
	padding-right: 15px;
}

.header .header-pc .right #sub-navi .bg-green a.lang {
	padding-right: 10px;
	border-right: 1px solid;
}

.header .header-pc .right #sub-navi .bg-green a:last-child {
	/* font-family: 'Montserrat-Regular'; */
	padding-right: 0;
	padding-left: 10px;
	border-right: none;
}

.header .header-pc .right #sub-navi .bg-green a img {
	display: inline-block;
	margin-right: 3px;
}

.header .header-pc .right #sub-navi .bg-green>div {
	display: inline-block;
	padding: 0;
}

.header .header-pc .right #sub-navi .bg-green>div select {
	width: calc(100% - 20px);
	background: none;
	border: none;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
}

.header .header-pc .right #sub-navi .bg-green>div select option {
	color: #000000;
}

.header .header-pc .right #main-navi {
	padding: 0;
	margin: -10px 0 0;
	text-align: right;
}

.header .header-pc .right #main-navi .wrapper-a>a {
	font-size: 16px;
	color: #434343;
	line-height: 40px;
	letter-spacing: 2px;
	padding-bottom: 18px;
	display: inline-block;
	position: relative;
}

.header .header-pc .right #main-navi .wrapper-a>a::before {
	content: '';
	width: 8px;
	height: 4px;
	background: url('/import/tenant_1/www.ichimaru.co.jp/images/common/header/dropdown_green.svg') no-repeat center bottom;
	position: absolute;
	left: 50%;
	bottom: 18px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.header .header-pc .right #main-navi .wrapper-a.none>a::before{
	display: none;
}

.header .header-pc .right #main-navi .wrapper-a {
	float: right;
	padding: 0 22px;
}

.header .header-pc .right #main-navi .wrapper-a:last-child {
	margin-right: 0;
}

.header .header-pc .right #main-navi .wrapper-a:hover .dropdown {
	display: block;
}

.header .header-pc .right #main-navi .dropdown {
	display: none;
	position: absolute;
/* 	top: 120px; */
	top: 107px;
	left: 0;
	z-index: 1;
	width: 100%;
	background: #f5f5f5;
	padding: 34px 60px;
}

.header .header-pc .right #main-navi .dropdown .left {
	width: 370px;
	float: left;
	padding-top: 11px;
	padding-right: 72px;
	border-right: 1px solid #d1d1d1;
}

.header .header-pc .right #main-navi .dropdown .left img {
	width: 100%;
}

.header .header-pc .right #main-navi .dropdown .left p {
	font-size: 16px;
	color: #000;
	line-height: 1;
	text-align: center;
	margin-top: 15px;
}

.header .header-pc .right #main-navi .dropdown .right {
	width: calc(100% - 370px);
	float: left;
	padding: 15px 65px;
}

.header .header-pc .right #main-navi .dropdown .right h2 {
	text-align: left;
	margin: 0 0 30px;
	padding: 0 0 0 10px;
	background: url('/import/tenant_1/www.ichimaru.co.jp/images/common/header/dropdown_right_green.svg') left 10px no-repeat;
}

.header .header-pc .right #main-navi .dropdown .right h2 a {
	font-size: 20px;
}

.header .header-pc .right #main-navi .dropdown .right .table {
	width: 100%;
}

.header .header-pc .right #main-navi .dropdown .right .table td {
	font-size: 16px;
	line-height: 1;
	color: #000000;
	padding-left: 11px;
	background: url('/import/tenant_1/www.ichimaru.co.jp/images/common/header/dropdown_right_green.svg') left 4px no-repeat;
	padding-bottom: 28px;
	text-align: left;
}


.mt-site-search-form__query{
	background: none;
	border: none;
}
.mt-site-search-form__button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 5px;
	margin: 0;
	appearance: none;
	background: url('/import/tenant_1/www.ichimaru.co.jp/images/common/header/search_icon.svg') right no-repeat;
}

.header .right .mt-site-search-form__query {
	display: table-cell;
	width: 150px;
	border-bottom: 1px solid #dcdcdc;
	font-size: 14px;
}

.header .mt-site-search-form__button {
	color: #FFF;
}

.header .gsib_a {
	height: 50px;
	padding: 0;
}

.header .gsc-input-box {
	background: url('/import/tenant_1/www.ichimaru.co.jp/images/common/header/bg_input_search.webp');
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.header form.gsc-search-box {
	margin: 0;
}

.header table.gsc-search-box {
	margin: 0;
}

.header table.gsc-search-box td.gsc-input {
	padding-right: 0;
}

.header td.gsc-search-button {
	background: url('/import/tenant_1/www.ichimaru.co.jp/images/common/header/bg_input_search.webp');
}

.header .gsc-search-button-v2 {
	width: 20px;
	height: 20px;
	padding: 0;
	background: url('/import/tenant_1/www.ichimaru.co.jp/images/common/header/search_icon.svg') right no-repeat;
	margin-left: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.header .gsc-search-button-v2:hover {
	background-color: #ffffff;
}

.header .gsc-search-button-v2 svg {
	display: none;
}

.header input.gsc-input {
	background: url('/import/tenant_1/www.ichimaru.co.jp/images/common/header/input_plholder.webp') left center no-repeat !important;
}

.header input.gsc-input:focus {
	background: none !important;
}

/* ------------------------------------------------------------ footer_bnr */
#footer_bnr {
	position: relative;
	padding: 40px 0 60px;
	border-top: solid 1px #e5e5e5;
}

#footer_bnr .slick-slide > div {
	margin: 0 5px;
}

#footer_bnr .fb_slider .item {
	float: left;
	width: 270px;
}

#footer_bnr .fb_slider .item a {
	display: block;
}

#footer_bnr .fb_slider .slick-prev,
#footer_bnr .fb_slider .slick-next {
	top: 35px;
}

#footer_bnr .fb_slider .slick-prev {
	background: url('/import/tenant_1/www.ichimaru.co.jp/images/common/slick_prev_green.svg') no-repeat left center/15px auto;
	left: 120px;
}

#footer_bnr .fb_slider .slick-next {
	background: url('/import/tenant_1/www.ichimaru.co.jp/images/common/slick_next_green.svg') no-repeat right center/15px auto;
	right: 120px;
}

#footer_bnr .fb_slider .slick-dots {
	bottom: -35px;
}

#footer_bnr .to-top {
	position: absolute;
	bottom: 0;
	right: 70px;
	width: 70px;
	background: #00a684 url('/import/tenant_1/www.ichimaru.co.jp/images/common/footer/arrow_top.svg') center 9px no-repeat;
	background-size: 13px auto;
	font-family: 'CormorantGaramond-Light';
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	padding: 22px 8px 8px;
	cursor: pointer;
	border-radius: 100px 100px 0 0;
	-webkit-border-radius: 100px 100px 0 0;
	-moz-border-radius: 100px 100px 0 0;
	-ms-border-radius: 100px 100px 0 0;
	-o-border-radius: 100px 100px 0 0;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

#footer_bnr .to-top:hover {
	background-position-y: 5px;
}


/* ------------------------------------------------------------ footer */

.footer {
	background: #ebf3f0;
}

.footer .top {
	padding: 95px 0 0;
}

.footer .top h4 {
	 font-size: 16px;
	color: #434343;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.footer .top h4.only {
	margin-bottom: 35px;
}

.footer .top h4 a {
	display: block;
	font-size: 16px;
	color: #434343;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.footer .top ul {
	margin-left: 2px;
	margin-bottom: 40px;
}

.footer .top ul a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #434343;
	letter-spacing: 1px;
	border-left: 1px solid #434343;
	padding-left: 17px;
	margin-bottom: 7px;
}

.footer .top .block-1 {
	width: 350px;
	float: left;
}

.footer .top .block-1 a {
	display: block;
	margin-bottom: 20px;
}

.footer .top .block-1 .logo {
	font-size: 14px;
	color: #434343;
	margin-bottom: 30px;
}

.footer .top .block-1 .logo img {
	display: block;
	width: 230px;
	height: auto;
	margin-top: 10px;
}

.footer .top .block-2 {
	width: 200px;
	float: left;
}

.footer .top .block-3 {
	width: 260px;
	float: left;
}

.footer .top .block-3 ul {
	margin: 0 0 50px;
}

.footer .top .block-4 {
	width: 260px;
	float: left;
}

.footer .middle {
	padding-bottom: 85px;
}

.footer .middle p {
	font-size: 18px;
	line-height: 26px;
	color: #313131;
	margin-bottom: 15px;
}

.footer .middle dl {
	display: inline-block;
	padding: 11px;
	background: #ffffff;
	margin-right: 10px;
}

.footer .middle dl dt {
	display: inline-block;
	padding: 0 23px;
	font-size: 14px;
	line-height: 46px;
	color: #434343;
	border-right: 1px solid #e5e5e5;
}

.footer .middle dl dd {
	font-family: "游明朝体", "Yu Mincho","ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Sawarabi Mincho",serif;
	display: inline-block;
	padding: 0 16px;
	font-size: 24px;
	font-weight: bold;
	line-height: 46px;
	letter-spacing: -1px;
	color: #434343;
}

.footer .middle .contact-links{
	display: flex;
	align-items: center;
}

.footer .middle a {
	display: block;
	width: 468px;
	font-size: 18px;
	color: #313131;
	line-height: 60px;
	background: url('/import/tenant_1/www.ichimaru.co.jp/images/common/arrow_right_green.svg') 98% no-repeat;
	background-size: 25px auto;
	border-bottom: 1px solid #00a785;
	margin-top: 8px;
	margin-right: 80px;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}

.footer .middle a:hover {
	background-position-x: 100%;
}

.footer .middle a img {
	margin-right: 6px;
}

.footer .bottom {
	background: #00a684;
	color: #ffffff;
	padding: 12px 0;
	position: relative;
}

.footer .bottom .left {
	width: 50%;
	float: left;
	font-family: 'CormorantGaramond-Light';
	font-size: 14px;
}

.footer .bottom .right {
	width: 50%;
	float: left;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

.footer .bottom .right a {
	font-size: 12px;
	color: #ffffff;
	margin-left: 28px;
}



/* ------------------------------------------------------------ etc */
.banner {
	margin-left: 100px;
}

.banner, .topics, .technology, .people, .nature {
	position: relative;
	height: 460px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	background: url('/import/tenant_1/www.ichimaru.co.jp/images/news/banner.webp') center / cover no-repeat;
}

/*
.banner .bg {
	height: 460px;
}
*/

.fv_title,
.banner h2 {
/* 	width: calc(100vw - 100px); */
	color: #fff;
	font-size: 28px;
	line-height: 1;
	text-align: center;
	margin: auto;
/* 	text-shadow: rgba(0,0,0,0.1) 1px 1px 10px, rgba(0,0,0,0.1) -1px 1px 10px, rgba(0,0,0,0.1) 1px -1px 10px, rgba(0,0,0,0.1) -1px -1px 10px; */
}

.fv_title span,
.banner h2 span  {
	font-family: 'CormorantGaramond-Light';
	font-size: 64px;
	line-height: 1;
	letter-spacing: 8px;
	display: block;
	margin-bottom: 22px;
}

#bread ol {
	padding: 20px 0 0;
	list-style: none;
    margin-bottom: 30px;
}

#bread ol li {
	display: inline;
	font-family: 'Noto-Sans-JP-Regular';
	font-size: 12px;
	line-height: 32px;
}

#bread ol li+li {
	font-weight: bold;
}

#bread ol li+li:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 1px;
	background: #dcdcdc;
	margin: 4px 12px 4px 8px;
}

#bread ol li a {
	color: #434343;
	text-decoration: none;
}

#bread ol li a:hover {
	text-decoration: underline;
}

.page-navi {
	text-align: center;
	margin-bottom: 100px;
}

.page-navi li {
	display: inline-block;
	font-size: 20px;
	line-height: 26px;
}

.page-navi li a {
	margin: 0 5px;
}

.page-navi .number span {
	color: #00a684;
	margin: 0 13px;
}

.page-navi .number a {
	color: #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	margin: 0 13px;
}

.wrapper-btn-top {
	text-align: center;
	margin-bottom: 100px;
}

.wrapper-btn-top a {
	display: inline-block;
	width: 300px;
	font-size: 18px;
	color: #ffffff;
	line-height: 80px;
	text-align: center;
	background: #1b1b1b;
}

.section-h3 {
	font-size: 20px;
	line-height: 1;
	color: #434343;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 30px;
}

.section-span {
	font-family: 'CormorantGaramond-Light';
	font-size: 50px;
	color: #19b091;
	letter-spacing: 4px;
	display: block;
	margin-bottom: 10px;
}

.cookie {
	position: relative;
	height: 60px;
	padding: 10px;
	background: #333;
}

.cookie .left {
	width: calc(100% - 110px);
	float: left;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
}

.cookie .left a{
	color: #fff;
	text-decoration: underline;
}

.cookie .right {
	width: 110px;
	float: left;
	text-align: right;
}

.cookie .right input[type="submit"] {
	width: 81px;
	font-size: 12px;
	line-height: 41px;
	color: #fff;
	background: none;
	border: 1px solid #e5e5e5;
	text-align: center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.cookie .right button:hover {
	background: #fff;
	color: #000;
}

span.newtitle{
	float: left;
    display: block;
    font-size: 12px;
    line-height: 16px;
    background: rgba(235,92,2,0.8);
	color: white;
    margin: 0 10px 10px;
    padding: 4px 13px;
    border-radius: 5px;
    box-sizing: border-box;
}




/* ------------------------------------------------------------ mobile ------------------------------------------------------------ */

@media only screen and (max-width:640px) {
	.inner {
		width: 90%;
		margin: 0 auto;
	}
	body {
		min-width: 100%;
		max-width: 100%;
		padding: 56px 0 0;
	}
	.PC {
		display: none !important;
	}
	.SP {
		display: block !important;
	}

	#company .banner h2 {
		font-size: 16px!important;
	}
	#company .banner h2 span {
		font-size: 30px;
		line-height: 40px;
	}
	.flex{
		flex-direction: column;
	}
	/* ------------------------------------------------------------ header */
	.header {
	 	min-width: inherit;
	}

	.header .header-sp {
		padding: 10px 15px 13px;
	}
	.header .left {
		float: left;
	}
	.header .left img {
		width: 140px;
		height: auto;
	}
	.header .right {
		padding: 7px 0 0;
		width: 40px;
		float: right;
		text-align: right;
	}
	.header .right .burger {
		width: 28px;
		height: auto;
	}

	.header .language {
		float: right;
		padding: 8px 10px 0 0;
	}

	.header .language a {
		color: #19b091;
		font-family: 'CormorantGaramond-Light';
		font-size: 18px;
		float: left;
		padding: 0 10px 0 0;
		border-right: 1px solid;
	}

	.header .language a:nth-of-type(2) {
		padding: 0 10px 0 10px;
	}

	.header .language a:last-of-type {
		padding: 0 0 0 10px;
		border: none;
	}

	.header .menu {
		width: 100%;
		z-index: 99;
		height: 100vh;
		position: fixed;
		overflow-x: hidden;
		overflow-y: scroll;
		top: 0;
		left: 100%;
		background: #19b091;
		padding: 50px 20px 20px;
		transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
	}
	.header .menu.toggle {
		left: 0;
	}
	.header .menu .close {
		position: absolute;
		right: 15px;
		top: 15px;
	}
	.header .menu .nav {
		margin-bottom: 30px;
	}

	.header .right .mt-site-search-form__query {
		font-size: 10px;
	}

	.header .mt-site-search-form__button {
		color: #19B091;
	}

	.header .search-box {
		height: 35px;
		margin-bottom: 20px;
	}
	.header .gsc-search-button-v2 {
		height: 35px;
		background-position: center;
		background-size: 15px;
	}
	.header .gsib_a {
		height: 35px;
	}
	.header .gsc-input-box {
		background: #ffffff;
		padding: 0 0 0 10px;
		border: 0;
		border-radius: 20px 0 0 20px;
		-webkit-border-radius: 20px 0 0 20px;
		-moz-border-radius: 20px 0 0 20px;
		-ms-border-radius: 20px 0 0 20px;
		-o-border-radius: 20px 0 0 20px;
	}
	.header td.gsc-search-button {
		background: #fff;
		border-radius: 0 20px 20px 0;
		-webkit-border-radius: 0 20px 20px 0;
		-moz-border-radius: 0 20px 20px 0;
		-ms-border-radius: 0 20px 20px 0;
		-o-border-radius: 0 20px 20px 0;
		padding: 0 10px 0 0;
		overflow: hidden;
	}

	.header-sp .collapsible {
		position: relative;
		display: block;
		color: #ffffff;
		padding: 14px 10px;
		width: 100%;
		background: none;
		text-align: left;
		outline: none;
		font-size: 14px;
		line-height: 1;
		border-top: 1px solid #75d0bd;
	}

	.header-sp .toggle_wrap {
		position: relative;
	}

	.header-sp .toggle_wrap .toggle_switch {
		width: 50px;
		height: 43px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
	}

	.header-sp .collapsible::before {
		position: absolute;
		content: '';
		top: 13px;
		right: 8px;
		display: block;
		width: 8px;
		height: 8px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	 	-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.header-sp .collapsible.active::before {
		top: 17px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.header-sp a.collapsible::before {
		top: 0;
		bottom: 0;
		margin: auto 0;
	 	right: 10px;
	   -webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.header-sp .toggle_wrap .collapsible::before {
	 	-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.header-sp .toggle_wrap.none .collapsible::before{
		display: none;
	}

	.header-sp .toggle_wrap .collapsible.active::before {
		top: 17px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}


	.header-sp .content-collapse {
		display: none;
		padding: 0 0 0 20px;
	}

	.header-sp .nav .content-collapse a {
		position: relative;
		color: #ffffff;
		background: none;
		display: block;
		font-size: 12px;
		line-height: 1;
		margin: 0 0 14px;
	}

	.header-sp .nav .content-collapse a::before {
		position: absolute;
		content: '';
		top: 0;
		bottom: 0;
		margin: auto 0;
		right: 10px;
		display: block;
		width: 6px;
		height: 6px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.header-sp .middle {
		padding: 0 0 30px;
	}
	.header-sp .middle p {
		font-size: 11px;
		line-height: 16px;
		color: #ffffff;
		margin-bottom: 7px;
	}
	.header-sp .middle dl {
		display: block;
		padding: 5px 0;
		background: #ffffff;
		margin-bottom: 4px;
	}
	.header-sp .middle dl dt {
		display: block;
		width: 74px;
		float: left;
		text-align: center;
		font-size: 10px;
		line-height: 20px;
		border-right: 1px solid #f7f7f7;
	}
	.header-sp .middle dl dd {
		font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
		display: block;
		width: calc(100% - 74px);
		float: left;
		padding-left: 16px;
		font-size: 15px;
		font-weight: bold;
		line-height: 20px;
	}
	.header-sp .middle a {
		display: block;
		font-size: 11px;
		color: #ffffff;
		line-height: 34px;
		background: url('/import/tenant_1/www.ichimaru.co.jp/images/common/arrow_right_white.svg') right / 12px no-repeat;
		border-bottom: 1px solid #ffffff;
		margin-top: 8px;
	}
	.header-sp .middle a img {
		margin-right: 6px;
	}

   /* ------------------------------------------------------------ footer_bnr */
	#footer_bnr {
		padding: 30px 0 90px;
	}

	#footer_bnr .inner {
		width: 100%;
	}

	#footer_bnr .fb_slider .slick-prev,
	#footer_bnr .fb_slider .slick-next {
		top: 35px;
	}

	#footer_bnr .fb_slider .slick-prev {
		left: 10%;
	}

	#footer_bnr .fb_slider .slick-next {
		right: 10%;
	}

	#footer_bnr .fb_slider .slick-dots {
		bottom: -35px;
	}

	#footer_bnr .fb_slider .slick-dots li {
		width: 8px;
		height: 8px;
	}
	
	#footer_bnr .to-top {
		right: 20px;
	}

	/* ------------------------------------------------------------ footer */
	.footer .top {
		padding: 40px 0 10px;
	}
	.footer .top .block-1 {
		width: 100%;
	}
	.footer .top .block-1 a {
		width: calc(50% - 3px);
		float: left;
		margin-right: 6px;
		margin-bottom: 0;
	}
	.footer .top .block-1 a:last-child {
		margin-right: 0;
	}
	.footer .top .block-1 a img {
		width: 100%;
		height: auto;
	}
	.footer .top .block-1 .logo {
		width: 100%;
		font-size: 12px;
		text-align: center;
		margin: 0 auto 25px;
	}
	.footer .top .block-1 .logo img {
		width: 185px;
		margin: 8px auto 0;
	}
	.footer .middle {
		padding: 0 0 40px;
	}
	.footer .middle p {
		font-size: 14px;
		line-height: 1.7;
		text-align: center;
	}
	.footer .middle dl {
		width: 100%;
		padding: 8px 0;
		margin-bottom: 3px;
	}
	.footer .middle dl dt {
		width: 90px;
		padding: 0;
		font-size: 12px;
		text-align: center;
		line-height: 20px;
	}
	.footer .middle dl dd {
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 0;
		padding: 0 0 0 15px;
	}
	.footer .middle .contact-links{
		display: block;
	}
	.footer .middle a {
		width: 100%;
		font-size: 13px;
		line-height: 35px;
		background-size: 12px;
		margin: 0 0 10px;
	}
	.footer .middle a img {
		width: 16px;
		height: auto;
	}
	.footer .bottom {
		padding: 15px 0;
	}
	.footer .bottom .left {
		width: 100%;
		font-size: 10px;
		text-align: center;
	}
	.footer .bottom .right {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.footer .bottom .right li {
		margin: 0 0 0 15px;
	}
	.footer .bottom .right a {
		font-size: 12px;
		margin: 0;
	}
	.footer .bottom .right a:first-child {
		margin-left: 0;
	}
	.footer .bottom .to-top {
		width: 37px;
		height: 37px;
		font-size: 10px;
		line-height: 10px;
		padding-top: 15px;
		background-position-y: 5px;
		bottom: 43px;
		right: 4px;
	}
	.banner {
		margin-left: 5%;
	}
	.banner, .topics, .technology, .people, .nature {
		height: 256px;
	}

	.banner h2, .topics h2, .technology h2, .people h2, .nature h2 {
		font-size: 16px;
	}
	.banner h2 span, .topics h2 span, .technology h2 span, .people h2 span, .nature h2 span {
		font-size: 30px;
		letter-spacing: 6px;
		margin-bottom: 8px;
	}
	#bread ol {
		padding: 12px 0 0;
	}
	#bread ol li {
		font-size: 10px;
		line-height: 18px;
	}
	#bread ol li+li:before {
		margin: 4px 8px 4px 4px;
	}
	.page-navi {
		margin-bottom: 45px;
	}
	.page-navi li {
		font-size: 13px;
		line-height: 20px;
	}
	.page-navi li a {
		margin: 0 3px;
	}
	.page-navi .number span {
		margin: 0 5px;
	}
	.page-navi .number a {
		margin: 0 5px;
	}
	.wrapper-btn-top {
	   margin-bottom: 60px;
	}
	.wrapper-btn-top a {
		width: 100%;
		max-width: 278px;
		font-size: 12px;
		line-height: 60px;
	}
	.section-h3 {
		font-size: 16px;
	}
	.section-span {
		font-size: 37px;
		letter-spacing: 3px;
	}
	.cookie {
		height: auto;
		padding: 5px 5%;
	}
	.cookie .right {
		width: 75px;
	}
	.cookie .left {
		width: calc(98% - 75px);
		font-size: 9px;
		line-height: 14px;
	}
	.cookie .right button {
		width: 65px;
		font-size: 10px;
		line-height: 40px;
	}

	span.newtitle{
		/* float: right!important; */
		display: block;
		font-size: 13px!important;
		line-height: 16px!important;
		background: rgba(235,92,2,0.8)!important;
		color: white!important;
		margin: 0 10px 10px!important;
		padding: 4px 13px !important;
		border-radius: 5px!important;
		box-sizing: border-box!important;
		border: none!important;
		min-width: 30px!important;
		ver
	}
}
