@charset "UTF-8";

* {
	box-sizing: border-box;
}

html { font-size: 62.5%; }

body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-family: Noto Sans JP, sans-serif;
	font-size: 1.6rem; 
	line-height: 2;
	color: #000;
}

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

p {
	margin: 0 0 2rem;
}

.inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 20px;
}

a {
	color: #f7af0f;
	transition: .3s;
}

.btn-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2rem;
}

.btn {
	position: relative;
	display: inline-block;
	min-width: 20rem;
	height: 5rem;
	padding: 0 4rem;
	background-color: #f7af0f;
	border: 2px solid #f7af0f;
	border-radius: 2.6rem;
	color: #fff;
	line-height: 4.6rem;
	font-weight: 900;
	text-decoration: none;
	text-align: center;
}

.btn:hover {
	background-color: #fff;
	color: #f7af0f;
}

.btn--white {
	background-color: #fff;
	border-color: #fff;
	color: #f7af0f;
}

.btn--white:hover {
	background-color: #f7af0f;
	border-color: #fff;
	color: #fff;
}

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

	.btn-group {
		gap: 1rem;
	}

}


.section {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.box {
	margin: 0 0 8rem;
}

@media screen and (max-width: 767px) {
	
	.section {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.box {
		margin: 0 0 4rem;
	}
	
}


/* ----------------------------------------------------------------------------------------------------

	spacing

---------------------------------------------------------------------------------------------------- */

.p-4 { padding: 4rem !important;}

.pb-0 { padding-bottom: 0 !important;}

.lay-margin-b--2 { margin-bottom: 2rem !important;}
.lay-margin-b--16 { margin-bottom: 16rem !important;}


/* ----------------------------------------------------------------------------------------------------

	color

---------------------------------------------------------------------------------------------------- */

.bg-primary { background-color: #f7af0f !important;}
.bg-light { background-color: #F2F0E8 !important;}

.dec-bg--primary { background-color: #f7af0f !important;}

.dec-line--primary { border-color: #f7af0f !important;}

.text-white { color: #fff !important;}


.cparts-var03-type24.cparts-connector--curve + .cparts-var03-type24.cparts-connector--curve.cparts-curve--even > div:before,
.cparts-var03-type24.cparts-connector--curve + .cparts-var03-type24.cparts-connector--curve.cparts-curve--even > div:after,
.cparts-var03-type24.cparts-connector--curve + .cparts-var03-type24.cparts-connector--curve > div:before,
.cparts-var03-type24.cparts-connector--curve + .cparts-var03-type24.cparts-connector--curve > div:after {
	border-color: #f7af0f !important;
}


/* ----------------------------------------------------------------------------------------------------

	icon

---------------------------------------------------------------------------------------------------- */

.blank::after {
	margin-left: 4px;
	font-size: 1.4rem;
	font-family: "Material Symbols Outlined";
	content: "\e89e";
}

.btn::after {
	position: absolute;
	top: 50%;
	right: 1rem;
	margin: 0;
	font-size: 1.6rem;
	font-family: "Material Symbols Outlined";
	content: "\e5cc";
	transform: translateY(-50%);
}

.btn--down::after {
	transform: translateY(-50%) rotate(90deg);
}


/* ----------------------------------------------------------------------------------------------------

	nav

---------------------------------------------------------------------------------------------------- */

.pageLink {
	margin-top: 8rem;
}

.pager {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 8rem;
}

.pager__prev {
	width: 33.33333333%;
	text-align: left;
}

.pager__list {
	width: 33.33333333%;
	text-align: center;
}

.pager__next {
	width: 33.33333333%;
	text-align: right;
}


.sp-nav {
	position: fixed;
	z-index: 999;
	top: -120%;
	left: 0;
	width:100%;
	height: 100vh;
	background: #f7af0f;
	transition: all .3s;
}

.sp-nav.is-active {
	top: 0;
}

.sp-nav.is-active .sp-nav__body {
	position: fixed;
	z-index: 999;
	overflow: auto;
	width: 100%;
	height: 100vh;
	-webkit-overflow-scrolling: touch;
}

.sp-nav-list {
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	width: 520px;
	max-width: calc(100vw - 4rem);
	margin: 0;
	padding: 0;
	border-top: 1px dotted #fff;
	transform: translate(-50%,-50%);
}

.sp-nav-list li {
	list-style: none;
	text-align: center; 
}

.sp-nav-list > li {
	border-bottom: 1px dotted #fff;
}

.sp-nav-list a {
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.sp-nav-list__child {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.sp-nav-list__child li {
	width: 50%;
}

.sp-nav-openbtn {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
	
.sp-nav-openbtn span {
	display: inline-block;
	position: absolute;
	left: 14px;
	width: 45%;
	height: 3px;
	background-color: #fff;
	border-radius: 2px;
	transition: all .3s;
}

.sp-nav-openbtn span:nth-of-type(1) {
	top: 15px;
}

.sp-nav-openbtn span:nth-of-type(2) {
	top: 23px;
}

.sp-nav-openbtn span:nth-of-type(3) {
	top: 31px;
}

.sp-nav-openbtn.is-active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	width: 30%;
	transform: translateY(6px) rotate(-45deg);
}

.sp-nav-openbtn.is-active span:nth-of-type(2) {
	opacity: 0;
}

.sp-nav-openbtn.is-active span:nth-of-type(3){
	top: 30px;
	left: 18px;
	width: 30%;
	transform: translateY(-6px) rotate(45deg);
}

@media screen and (max-width: 1024px) {
	
	.sp-nav-openbtn {
		display: block;
	}
	
}


/* ----------------------------------------------------------------------------------------------------

	heading

---------------------------------------------------------------------------------------------------- */

h1 {
	margin: 8rem 0;
	padding: 0;
	letter-spacing: 2px;
	font-size: 4rem;
	line-height: 1.4;
	font-weight: 900;
	color: #f7af0f;
}

@media screen and (max-width: 767px) {
	
	h1 {
		margin: 4rem 0;
		font-size: 3.2rem;
	}
	
}


h2 {
	margin: 0 0 2rem;
	font-size: 2.8rem;
}


.parts_h_type16_ja {
	margin: 0 0 1.6rem;
	font-size: 3.2rem;
	line-height: 1.2;
	color: #f7af0f;
}

.parts_h_type16_en {
	font-size: 1.4rem;
	line-height: 1;
}


h3 {
	margin: 0 0 2rem;
	padding: 0;
	letter-spacing: 2px;
	line-height: 1.4;
	font-size: 2.8rem;
}

h5 {
	font-size: 1.6rem;
	font-weight: 900;
}

.h2-title {
	margin: 0 0 4rem;
	padding: 0;
	letter-spacing: 2px;
	font-size: 1.6rem;
	font-weight: 900;
}

.h3-title {
	margin: 0 0 4rem;
	padding: 0;
	letter-spacing: 2px;
	font-size: 2.4rem;
	font-weight: 900;
}


.key {
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-bottom: 8rem;
	background-color: #F2F0E8 !important;
	border-radius: 1rem;
	text-align: center;
}

.key__text {
	width: 50%;
	padding: 0 4rem 0 8rem;
}

.key__text h1 {
	margin: 0 0 4rem;
}

.key__photo {
	width: 50%;
	padding: 0;
}

@media screen and (max-width: 767px) {
	
	.key {
		flex-direction: column-reverse;
		margin-bottom: 4rem;
	}

	.key__text {
		width: 100%;
		padding: 4rem 2rem;
	}

	.key__text h1 {
		margin: 0 0 2.4rem;
	}

	.key__photo {
		width: 100%;
		padding: 0;
	}

}


/* ----------------------------------------------------------------------------------------------------

	table

---------------------------------------------------------------------------------------------------- */

table {
	width: 100%;
	margin: 0 0 4rem;
	border-collapse: collapse;
	border-bottom: 1px solid #e2e2e2;
}

tr {
	border-top: 1px solid #e2e2e2;
}

th, td {
	padding: 2rem 0;
	font-size: 1.6rem;
	vertical-align: top;
	text-align: left;
}

th {
	font-weight: 700;
}

.company-table th {
	width: 20rem;
}

th > :first-child,
td > :first-child {
	margin-top: 0;
}

th > :last-child,
td > :last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	
	.company-table th {
		display: block;
		width: 100%;
		padding-bottom: 0;
	}
	
	.company-table td {
		display: block;
		width: 100%;
		padding-top: 0;
	}
	
}


.history-table tr {
	border-top: none;
}

.history-table th {
	width: 14rem;
}

.history-table__month {
	width: 6rem;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	
	.history-table tr {
		display: flex;
		flex-wrap: wrap;
	}
	
	.history-table th {
		width: auto;
		padding-top: 2rem;
		padding-right: 0;
		padding-bottom: 0;
	}
	
	.history-table td {
		width: 100%;
		padding-top: 0;
	}
	
	.history-table td:first-child {
		padding-top: 2rem;
	}

	.history-table .history-table__month {
		width: auto;
		padding-top: 2rem;
		padding-bottom: 0;
	}
	
}


/* ----------------------------------------------------------------------------------------------------

	header

---------------------------------------------------------------------------------------------------- */

.header-wrap {
	margin-bottom: 4rem;
	background-image: url("../images/top/key.png");
	background-repeat: no-repeat;
	background-position: right center;
}

.header {
	position: fixed;
	z-index: 999;
	display: flex;
	width: 100%;
	top: 0;
	left: 0;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	background-color: rgba(247,175,15,1);
}

.pagetemp-top .header {
	background-color: transparent;
}

.header.is-fixed {
	background-color: rgba(247,175,15,0.8);
}



.header__logo p {
	margin-bottom: 0;
}

.header__logo img {
	width: 160px;
}

.header-nav {
	display: flex;
	align-items: center;
	margin: 0 -1.5rem;
	padding: 0;
	list-style: none;
}

.header-nav li {
	position: relative;
	padding: 0 1.5rem;
}

.header-nav a {
	position: relative;
	display: block;
	padding: 1.2rem 0;
	color: #fff;
	font-weight: 900;
	text-decoration: none;
}

.header-nav a:before {
	content: '';
	position: absolute;
	top: 104%;
	opacity: 0;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #fff;
	visibility: hidden;
	transition: .3s;
}

.header-nav a:hover:before {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.header-nav-child {
	position: absolute;
	top: 100%;
	left: 0;
	display: none; /* 初期は非表示 */
	min-width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
	list-style: none;
}

.header-nav-child li {
	padding: 0;
}

.header-nav-child a {
	display: block;
	padding: 0.8rem 1.6rem;
	font-size: 1.6rem;
	color: rgba(247,175,15,1);
	text-decoration: none;
	white-space: nowrap;
}

.header-nav-child a:hover {
	background: #f3f0e9;
}

.header-nav-child a:before {
	display: none;
}

@media screen and (max-width: 1024px) {
	
	.header-wrap {
		margin-bottom: 2rem;
	}

	.header__logo img {
		width: 80px;
	}

	.header-nav {
		display: none;
	}
	
}


/* ----------------------------------------------------------------------------------------------------

	OPT3

---------------------------------------------------------------------------------------------------- */

.siteblock-opt3 {
	background-color: #444444;
	border-bottom: 1px solid #616161;
	color: #fff;
}

.contact-row {
	display: flex;
}

.contact-col {
	width: 50%;
}

.contact-col + .contact-col {
	border-left: 1px solid #616161;
}

.contact-col a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 4rem 2rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.contact-col a > span {
	margin-right: 1rem;
}


/* ----------------------------------------------------------------------------------------------------

	topicpath

---------------------------------------------------------------------------------------------------- */

.sitedesign-topicpath {
	margin-top: 8rem;
}

.sitedesign-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 -1rem;
	padding: 0;
	font-size: 1.4rem;
	list-style: none;
}

.sitedesign-breadcrumb li + li::before {
	content: '>';
	display: inline-block;
	padding: 0 1rem;
}


/* ----------------------------------------------------------------------------------------------------

	FOOTER

---------------------------------------------------------------------------------------------------- */

.footer-company {
	display: flex;
	align-items: center;
}

.footer-company__info {
	width: 40%;
}

.footer-company__nav {
	width: 60%;
}

.footer-nav {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-nav li {
	width: 33.33333333%;
	padding: 1rem 0;
}

.footer-nav a {
	display: inline-flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	line-height: 1;
}

.footer-nav a::before {
	font-family: "Material Symbols Outlined";
	content: "\e5cc";
}

.footer-nav a:hover {
	opacity: .5;
}

@media screen and (max-width: 767px) {
	
	.footer-company {
		flex-direction: column;
	}

	.footer-company__info {
		width: 100%;
	}

	.footer-company__nav {
		width: 100%;
	}

	.footer-nav li {
		width: 50%;
		padding-top: 1.6rem;
		padding-bottom: 0;
		line-height: 1;
	}

	.footer-nav a {
		font-size: 1.4rem;
	}
	
}

		
.siteblock-footer {
	margin-top: 4rem;
	padding: 8rem 0;
	background-color: #444444;
	color: #fff;
}

.pagetemp-top .siteblock-footer {
	margin-top: 0;
}

.footer-other-sites {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #616161;
}

.footer-other-sites__col {
	display: flex;
	align-items: center;
	padding: 12px 0;
}

.footer-other-sites__title {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
}

.footer-other-sites__body {
	margin: 0 0 0 2rem;
	padding: 0 0 0 2rem;
	border-left: 1px solid #fff;
}

.footer-other-sites__body ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.2;
}

.footer-other-sites__body li {
	margin: 0;
	padding: 0;
	line-height: 1;
}

.footer-other-sites__body li + li {
	margin-left: 20px;
}

.footer-other-sites__body li:before {
	display: none;
}

.footer-other-sites__body a {
	color: #fff;
	text-decoration: none;
}

.footer-other-sites__body a:hover {
	opacity: .5;
}


@media screen and (max-width: 767px) {
	
	.footer-other-sites {
		margin-top: 20px;
	}

	.footer-other-sites__col {
		display: block;
		margin: 0;
	}
	
	.footer-other-sites__col + .footer-other-sites__col {
		margin-top: 20px;
	}

	.footer-other-sites__title {
		font-weight: bold;
	}

	.footer-other-sites__body {
		margin: 0;
		padding: 0;
		border-left: none;
	}

	.footer-other-sites__body ul {
		flex-wrap: wrap;
		margin-top: 8px;
		font-size: 1.4rem;
	}

	.footer-other-sites__body li {
		width: 50%;
		margin: 0;
		padding-top: 1.6rem;
	}

	.footer-other-sites__body li + li {
		margin-left: 0;
	}
	
}

.footer-company__title {
	margin: 0 0 2rem;
	font-size: 2rem;
}

.copyright {
	padding-top: 4rem;
	font-size: 1rem;
}

#cmsMobileButton {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------

	会社情報

---------------------------------------------------------------------------------------------------- */

.message-row {
	display: flex;
	margin: 0 -2rem;
}

.message-photo {
	width: 40%;
	padding: 0 2rem;
}

.message-text {
	width: 60%;
	padding: 0 2rem;
}

.ceo-box {
	margin-top: 4rem;
}
.ceo-box__photo {
	margin-left: 2rem;
	background: #eee;
	text-align: center;
}

.ceo-box__text {
	position: relative;
	padding: 4rem;
	color: #fff;
}

.ceo-box__text:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
    left: -2rem;
	z-index: -1;
	width: calc( 100% - 2rem );
	height: 20rem;
	background: #f7af0f;
}

.ceo-box__text > :last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	
	.message-row {
		flex-direction: column;
	}

	.message-photo {
		width: 100%;
		margin-bottom: 2rem;
		text-align: center;
	}
	
	.message-photo img {
		max-width: 240px;
	}

	.message-text {
		width: 100%;
	}

	.ceo-box__photo {
		margin-left: 0;
	}

	.ceo-box__text {
		padding: 2rem;
		background-color: #f7af0f;
	}

	.ceo-box__text:before {
		display: none;
	}
	
}


.googlemap iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}


/* ----------------------------------------------------------------------------------------------------

	アントの軌跡

---------------------------------------------------------------------------------------------------- */

.letter-box {
	margin: 0 0 8rem;
	padding: 8rem;
}

.letter-box__photo {
	width: 320px;
}

.letter-box__photo--01 { 
	float: right;
	margin: 0 0 2rem 2rem;
}

.letter-box__photo--02 {
	float: left;
	margin: 0 2rem 2rem 0;
}

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

	.letter-box {
		margin: 0 0 4rem;
		padding: 4rem;
	}

	.letter-box__photo {
		float: none;
		width: 320px;
		margin: 0 auto 2rem;
	}

}


/* ----------------------------------------------------------------------------------------------------

	form

---------------------------------------------------------------------------------------------------- */

.mailFormBox,
.mailFormBox form,
.formConfirm h1 + div,
.formConfirm form{
	max-width: 980px;
	margin: 0 auto;
}

.mailFormBox form th,
.formConfirm form th {
	width: 320px;
}

.mailFormBox form td,
.formConfirm form td {
	width: calc( 100% -320px );
	padding-left: 2rem;
}

@media screen and (max-width: 767px) {
	
	.mailFormBox form th,
	.formConfirm form th {
		display: block;
		width: 100%;
		padding-bottom: 0;
	}

	.mailFormBox form td,
	.formConfirm form td {
		display: block;
		width: 100%;
		padding-top: 0;
		padding-left: 0;
	}

}


.mailFormBox form th strong {
	color: #f00;
}

.explanationTxt {
	margin: 0 0 1rem;
	font-size: 1.4rem;
}

.infoMessage {
	margin: 1rem 0 0;
	font-size: 1.4rem;
}

.err_msg {
	margin: 0.6rem 0 0;
	font-size: 1.4rem;
	color: #f00;
}


.inputText {
	width: 100%;
	max-width: 100%;
	padding: 1rem;
	border: 1px solid #ccc;
	border-radius: 0;
	font-size: 1.6rem;
	line-height: 1.6;
}

input[type="submit"],
.formConfirm .pageLinkBox a {
	position: relative;
	display: inline-block;
	min-width: 20rem;
	height: 5rem;
	padding: 0 2rem;
	background-color: #f7af0f;
	border: 2px solid #f7af0f;
	border-radius: 2.6rem;
	color: #fff;
	line-height: 4.6rem;
	font-weight: 900;
	text-decoration: none;
	text-align: center;
	transition: .3s;
}

input[type="submit"]:hover {
	background-color: #fff;
	color: #f7af0f;
}

.formConfirm .pageLinkBox a {
	background-color: #666;
	border-color: #666;
}

.formConfirm .pageLinkBox a:hover {
	background-color: #fff;
	color: #666;
}



.mailFormBox .pageLinkBox {
	text-align: center;
}

.formConfirm .pageLinkBox ul {
	display: flex;
	justify-content: center;
	margin: 0 -1rem;
	padding: 0;
	list-style: none;
}

.formConfirm .pageLinkBox li {
	padding: 0 1rem;
}

@media screen and (max-width: 767px) {
	
	.mailFormBox .pageLink,
	.formConfirm .pageLink {
		margin-top: 4rem;
	}
	
	.formConfirm .pageLinkBox ul {
		flex-direction: column-reverse;
	}

	.formConfirm .pageLinkBox li + li {
		margin-bottom: 1.6rem;
	}

}


/* ----------------------------------------------------------------------------------------------------

	MODULE:blog-entry - リリース情報

---------------------------------------------------------------------------------------------------- */

.release-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3rem;
}

.release-col {
	width: 33.33333333%;
	margin: 0 0 6rem;
	padding: 0 3rem;
}

@media screen and (max-width: 767px) {
	
	.release-row {
		margin: 0 -1rem;
	}

	.release-col {
		width: 50%;
		margin: 0 0 2rem;
		padding: 0 1rem;
	}
	
}

.release-box {
	display: block;
	text-decoration: none;
}

.release-box__photo {
	overflow: hidden;
	margin: 0 0 1.6rem;
}

.release-box__photo img {
	display: block;
	max-width: none;
	width: 100%;
	height: auto;
	aspect-ratio: 8 / 5;
	object-fit: cover;
	transition: 0.2s all;
}

.release-box:hover img {
	transform: scale(1.1,1.1);
}

.release-box__title {
	margin: 0;
	font-size: 1.6rem;
	color: #000;
}

.release-box__cat ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0.6rem -0.5rem -1rem;
	padding: 0;
	list-style: none;
}

.release-box__cat li {
	padding: 0 0.5rem;
}

.badge {
	display: inline-block;
	margin: 0 0 1rem;
	padding: 0 1rem;
	border: 1px solid #ccc;
	border-radius: 2rem;
	line-height: 1.8;
	font-size: 1.3rem;
	color: #000;
}

.page-nav {
	display: flex;
}

.page-nav__prev {
	width: 33.33333333%;
	text-align: left;
}

.page-nav__list {
	width: 33.33333333%;
	text-align: center;
}

.page-nav__next {
	width: 33.33333333%;
	text-align: right;
}


/* ----------------------------------------------------------------------------------------------------

	MODULE:blog-individualy - リリース詳細

---------------------------------------------------------------------------------------------------- */

.topics-individual__head {
	margin: 0 0 8rem;
}

.topics-individual__title {
	margin-bottom: 2rem;
	line-height: 1.4;
}

.topics-individual__meta {
	display: flex;
}

.topics-individual__data {
	margin: 0;
}

.topics-individual__cat {
	margin: 0 0 0 2rem;
}

.topics-individual__cat ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.topics-individual__cat li + li:before {
	content: ',';
	display: inline-block;
	padding: 0 0.2rem;
}


@media screen and (max-width: 767px) {
	
	.topics-individual__head {
		margin: 0 0 4rem;
	}
	
}


/* ----------------------------------------------------------------------------------------------------

	top

---------------------------------------------------------------------------------------------------- */

.top-key {
	padding: 12rem 0;
}

.top-key__title {
	margin: 0 0 1rem;
	padding: 0;
	letter-spacing: 0;
	font-size: 8rem;
	font-weight: 900;
	line-height: 1.2;
	color: #fff;
}

.top-key__text {
	font-weight: 900;
}

.top-key__text > :last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	
	.top-key {
		padding: 6rem 0;
	}

	.top-key__title {
		font-size: 4rem;
	}

}


.top-service-box {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin: 8rem 0;
}

.top-service-box__photo {
	width: 50%;
}

.top-service-box__body {
	width: 50%;
}

.top-service-box__title {
	margin: 0 0 1.6rem;
	font-size: 2rem;
	font-weight: 900;
}

.top-service-box__logo img {
	width: auto;
	height: 60px;
}

.top-service-box__text > :last-child {
	margin-bottom: 0;
}

.top-service-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2rem -8rem;
}

.top-service-col {
	width: 50%;
	margin: 0 0 8rem;
	padding: 0 2rem;
}

.service-box__title {
	margin: 0 0 1.6rem;
	font-size: 2rem;
	font-weight: 900;
}

.service-box__logo img {
	width: auto;
	height: 60px;
}

.service-box__text > :last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	
	.top-service-box {
		flex-direction: column;
		margin: 4rem 0;
	}

	.top-service-box__photo {
		width: 100%;
		padding-top: 2rem;
		background-color: #F2F0E8;
		text-align: center;
	}

	.top-service-box__body {
		width: 100%;
	}
	
	.top-service-box__logo {
		padding-top: 1rem;
		padding-bottom: 2rem;
		background-color: #F2F0E8;
		text-align: center;
	}

	.top-service-row {
		flex-direction: column;
	}

	.top-service-col {
		width: 100%;
	}

	.top-service-box__logo img {
		height: 30px;
	}

	.service-box__logo {
		padding: 4rem;
		background-color: #F2F0E8;
		text-align: center;
	}
	
	.service-box__logo img {
		height: 30px;
	}
	
}


.top-company {
	display: flex;
	flex-direction: row-reverse;
}

.top-company__photo {
	position: relative;
	width: 36%;
}

.top-company__photo img {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50vw;
	max-width: none;
	height: 540px;
	object-fit: cover;
}

.top-company__text {
	width: 64%;
	padding-right: 2rem;
}

.top-company__text > :last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	
	.top-company {
		flex-direction: column;
	}

	.top-company__photo {
		width: auto;
		margin: 0 -20px;
	}

	.top-company__photo img {
		position: static;
		width: 100%;
		height: 200px;
	}

	.top-company__text {
		width: 100%;
		padding: 2rem 0 0;
	}
	
}

.news-entry {
	display: flex;
	margin: 0 -1rem;
}

.news-entry + .news-entry {
	margin-top: 1rem;
}

.news-entry__data {
	width: 10rem;
	padding: 0 1rem;
}

.news-entry__body {
	width: calc( 100% - 10rem );
	padding: 0 1rem;
}

.news-entry__title {
	margin: 0;
	padding: 0;
	font-weight: 900;
}

.news-entry__title a:hover {
	text-decoration:none;
}

.news-entry__desc {
	margin: 0;
}


/* ----------------------------------------------------------------------------------------------------

	クッキー

---------------------------------------------------------------------------------------------------- */

#cms_cookieBanner {
	align-items: center;
}

div#cms_cookieBanner .cms_cookieMessage {
	width: calc( 100% - 20rem);
	font-size: 1.3rem;
}

div#cms_cookieBanner #cms_cookieaccept_container {
	width: 22rem;
}

div#cms_cookieBanner button#cms_cookieaccept {
	padding: 0 4rem;
	border-radius: 2.6rem;
}

@media (max-width: 767px) {
    
	div#cms_cookieBanner .cms_cookieMessage {
		width: 100%;
	}

	div#cms_cookieBanner #cms_cookieaccept_container {
		width: 100%;
	}
	
}
