/* KEYVISUAL */

.pr {
	padding: 12px 0;
	background: #beb9b4 url(../img/company_title_bg.png) no-repeat center top;
	background-size: cover;
	text-align: center;
}

.keyvisual {
	position: relative;
	background: #f0f0f0;
}

.keyvisual .outline {
	position: absolute;
	bottom: 5rem;
	left: 1.325rem;
	font-size: 1.2rem;
	font-weight: bold;
	text-shadow: 1px 1px 7px #000000;
}

.keyvisual .outline::before {
	display: block;
	content: "";
	height: 1px;
	width: 50%;
	margin: 0 0 1rem 0;
	background: #ffffff;
}

.keyvisual .outline::after {
	display: block;
	content: "";
	height: 1px;
	width: 97%;
	margin: 1rem 0 0 0;
	background: #ffffff;
}

.keyvisual .outline span {
	font-weight: bold;
}

.thoughts {
	padding: 2rem 0;
	  background-color: var(--secondary-color);
	  background-image: linear-gradient(90deg, #222222 1px, transparent 1px), linear-gradient(#222222 1px, transparent 1px);
	  background-position: 10px 10px;
	  background-size: 21px 21px;
		text-align: center;
}

.thoughts__text {
	margin: 0;
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
}

.thoughts p span {
	display: inline-block;
	padding: 0 0.5rem;
}


.product {
	padding: 24px 0;
}

.product__wrapper {
	padding: 0 12px;
}

.product__title {
	position: relative;
	padding: 0 0 36px 0;
	margin: 0;
	color:#332a23;
	font-size: 24px;
	text-align: center;
	letter-spacing: 4px;
	text-indent: 4px;
	line-height: 1em;
}

.product__title::before {
	position: absolute;
	top:25px;
	left:50%;
	content:"PRODUCT";
	display: block;
	margin-left: -30px;
	font-size: 9px;
	letter-spacing: 1px;
	text-indent: 1px;
}

.product__title::after {
	content:"";
	display: block;
	margin: 36px auto 0 auto;
	width: 80px;
	height: 2px;
	background: linear-gradient(90deg,#1b6594 0%, #1b6594 49.9%, #f9f3c1 50%, #f9f3c1 100%);
}

.product__box {
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	width: 84%;
	margin: 0 auto;
}

.product__image {
	position:relative;
	border-top: solid 3px #1b6594;
	border-left: solid 3px #1b6594;
	border-right: solid 3px #1b6594;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	flex-basis: 100%;
}

.product__image .more-link {
	position: absolute;
	bottom:15px;
	right:15px;
}

.product__content {
	padding: 0px 24px 24px 24px;
	background: #ffffff;
	border-bottom: solid 3px #1b6594;
	border-left: solid 3px #1b6594;
	border-right: solid 3px #1b6594;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	flex-basis: 100%;
	color:#1b6594;
}

.product__content p.product-name {
	margin: 0 0 .1rem 0;
	font-size: 24px;
	font-weight: bold;
}

.product__content p.add-text {
	margin: 0 0 1em 0;
	font-size: 8px;
}

.product__content p.product-price {
	padding: 0 0 .5rem 0;
	margin: 0 0 1.5rem 0;
	border-bottom: solid 1px #1b6594;
	font-size: 12px;
}

.product__content p.more-link {
	display: block;
}

.product__content p.more-link a {
	display: block;
	padding: 0 2em;
	background: #1b6594;
	border-radius: 50px;
	color:var(--link-color);
	text-align: center;
	font-size: 20px;
	line-height: 3.2em;
	overflow: hidden;
}

.product__content p.more-link a:hover {
	text-decoration: none;
}

.message {
	padding: 24px 24px;
	background-image: url("../img/swing-bg-2.png");
	background-repeat: no-repeat;
	background-position:center top;
	background-size:contain;
	color: var(--main-text-color);
}

.message__wrapper {
	padding: 0;
}

.message__title {
	position: relative;
	padding: 0 0 36px 0;
	margin: 0;
	color:#332a23;
	font-size: 24px;
	text-align: center;
	letter-spacing: 4px;
	text-indent: 4px;
	line-height: 1em;
}

.message__title::after {
	content:"";
	display: block;
	margin: 2rem auto 0 auto;
	width: 80px;
	height: 1px;
	background: linear-gradient(90deg,#cccccc 0%, #cccccc 49.9%, #999999 50%, #999999 100%);
}

.message__catch {
	padding: 5rem 0;
	margin: 0;
	color: var(--second-color);
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.message__text {
	padding: 1rem 0 0 0;
	margin: 0 0 2rem 0;
	font-size: 0.9rem;
	line-height: 2em;
	text-align: left;
}

.message__point {
	padding: 0;
	margin: 0;
}

.message__item {
	padding: 0;
	margin: 0 0 1rem 0;
	font-size: 0.9rem;
}

.message__more-link {
	margin: 0 auto;
	width: 100%;
	max-width: 480px;
}

.link-button {
	display: block;
	overflow: hidden;
	text-align: center;
}

.link-button span {
	display: block;
}

.link-button span.small {
	text-decoration: underline;
	font-size: 0.85rem;
	font-weight: bold;
}

.link-button span.large {
	font-size: 1.25rem;
	font-weight: bold;
}

.link-button a {
	display: block;
	padding: 0.8rem 0;
	background: var(--ext-button-color);
	color:var(--link-second-color);
	font-size: 1.2rem;
}

.link-button a:hover {
	text-decoration: none;
}


.banner {
	padding: 2rem 0.8rem;
	background: rgba(123,123,123,0.1);
}

.banner-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0;
	align-items: center;
	row-gap:12px;
}

.banner__image {
	position: relative;
	flex-basis: 100%;
	height: 120px;
	overflow: hidden;
}

.plan__bg-image {
	background-image: url(../img/banner-plan.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.life__bg-image {
	background-image: url(../img/banner-life.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.staff__bg-image {
	background-image: url(../img/banner-staff.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}


.banner__caption {
	position: absolute;
	top:calc(50% - 21px) ;
	left:0;
	padding: 0 18px;
	margin: 0;
	width: 100%;
	color: #ffffff;
	text-align: center;
	z-index: 3;
}

.banner__catch {
	margin: 0;
	font-size: 1.2rem;
	font-weight: bold;
}

.banner__catch span {
	display: inline-block;
}

.banner__text {
	margin: 0;
	font-size: 0.9rem;
	font-weight: bold;
	text-shadow: 1px 1px 7px #555555;
}

.news-area {
	padding: 36px 0 0 0;
}

.news-area__wrapper {
	padding: 0 18px;
}

.news-area__news-box {
	padding: 24px 0;
	border-radius: 8px;
	text-align: center;
}

.news-area__title {
	margin: 0 0 1.5rem 0;
	font-size: 0.6rem;
}


.news-area__item-list {
	position: relative;
	padding: 0 36px;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	overflow: hidden;
}

.news-area__item {
	padding: 0.8rem 0;
	border-top: 5px solid #efefef;
}

.news-area__item-inner {
}

.news-area__item p {
	margin: 0;
}

.news-area__item time {
	margin: 0;
	font-size: 9px;
	line-height: 2em;
}

.news-area__item-lead {
	padding: 6px 0;
	font-size: 15px;
	font-weight: bold;
}


/* contact-box */

.contact-box {
	padding: 36px 18px;
	background-image: url(../img/contact-bg.png);
	background-position: center 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-box__wrapper {
	padding: 0;
}

.contact-box__type {
	text-align: center;
}

.contact-box__form-link {
	margin: 0 auto;
	width: 90%;
	overflow: hidden;
	text-align: center;
}

a.link-button {
	display: block;
	background: var(--link-color);
	color:var(--button-color);
	font-size: 16px;
	font-weight: bold;
	line-height: 3em;
}

a.link-button:hover {
	text-decoration: none;
}

.contact-box__tel {
	padding: 0;
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
}

.contact-box__remarks {
	font-size: 12px;
}

/* contact-box */

.contact-box {
	padding: 36px 0;
	text-align: center;
}

.contact-box__wrapper {
	padding: 0 18px;
}

.contact-box__type {
	text-align: center;
}

.contact-box__title {
	font-size: 24px;
}

.contact-box__type h5 {
	margin: 0 0 9px 0;
}

.contact-box .outline {
	margin: 0 auto 18px auto;
	width: 90%;
}

.contact-box__form-link {
	margin: 0 auto 18px auto;
	width: 90%;
	overflow: hidden;
	text-align: center;
}

a.link-button {
	display: block;
	background: var(--button-color);
	color:var(--link-second-color);
	font-size: 20px;
	line-height: 3.2em;
}

.contact-box__tel {
	padding: 0;
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1em;
}

.contact-box__remarks {
	font-size: 12px;
}


/*----------------------------------------------------------------------------
 ***                                                                 width768
----------------------------------------------------------------------------*/

@media only screen and (min-width: 768px){
.news-area__news-box {
	margin: 0 auto;
	width: 80%;
}
.product__image {
	border-top: solid 3px #1b6594;
	border-left: solid 3px #1b6594;
	border-right: none;
	border-bottom: solid 3px #1b6594;
	border-top-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
}

.product__content {
	border-top: solid 3px #1b6594;
	border-left: none;
	border-right: solid 3px #1b6594;
	border-bottom: solid 3px #1b6594;
	border-top-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 5px;
}

.product__content p.product-name {
	padding: 36px 0 0 0;
	margin: 0 0 .1rem 0;
	font-size: 36px;
	font-weight: bold;
}

.news-area__title {
	font-size: 36px;
}

.product__title {
	font-size: 36px;
}

.product__image {
	flex-basis: 50%;
}

.product__content {
	flex-basis: 50%;
}

.message {
	padding: 36px 48px;
}

.message__title {
	font-size: 36px;
}

.link-button a {
	font-size: 20px;
}

.banner {
	padding: 36px 48px;
	background: rgba(123,123,123,0.1);
}

.banner-list {
	column-gap:12px;
}

.banner__image {
	position: relative;
	flex-basis: calc(33.33% - 8px);

}

.business-department__title {
	flex-basis: 15%;
	padding: 0 6.2%;
}

.business-department__content {
	flex-basis: calc(85% - 0px);
}

.business-department__wrapper--left-type .business-department__content-wrapper {
	margin: 0 0 0 22%;
}

.business-department__wrapper--right-type .business-department__content-wrapper {
	margin: 0 22% 0 0;
}

.business-department__wrapper--left-type .business-department__item-list {
	position: absolute;
	bottom:20%;
	left:-30%;
}

.business-department__wrapper--right-type .business-department__item-list {
	position: absolute;
	bottom:20%;
	right:-30%;
}

.business-department__item {
	font-size: 12px;
	font-weight: bold;
	line-height: 2em;
}


.contact-box__title {
	font-size: 36px;
}

.contact-box__form-link {
	margin: 0 auto;
	width: 50%;
	max-width: 480px;
}

/*----------------------------------------------------------------------------
 ***                                                                width980
----------------------------------------------------------------------------*/

@media only screen and (min-width: 980px){

.product__wrapper {
	padding: 0;
	margin: 0 auto;
	width: 84%;
}

.message__wrapper {
	padding: 0;
	margin: 0 auto;
	width: 84%;
}

.message__catch {
	font-size: 4rem;
	text-align: center;
}

}

/*----------------------------------------------------------------------------
 ***                                                                width1024
----------------------------------------------------------------------------*/

@media only screen and (min-width: 1024px){


}


@media only screen and (min-width: 1280px){



}

@media only screen and (min-width: 1920px){

#container {
	max-width:1700px;
}
