@charset "utf-8";
/* CSS Document */


.pr__section {
	position: relative;
}

.pr__section .infomation {
	position: absolute;
	bottom:3rem;
	left:0;
	width: 100%;
}

.pr__section .infomation h3 {
	margin: 0;
	color:#000000;
	text-align: center;
	font-size: 1.75rem;
	line-height: 1.25em;
}

.pr__section .infomation p {
	margin: 0;
	color:var(--main-text-color);
	font-size: 0.7rem;
}

.heading {
	height: 140px;
	background: #beb9b4 url(../img/company_title_bg.png) no-repeat center top;
	background-size: cover;
	text-align: center;
}

.heading__title {
	padding: 48px 0 0 0;
	margin: 0;
	color:var(--main-color);
	font-size: 2.2rem;
	letter-spacing: 4px;
	text-indent: 4px;
	line-height: 1em;
}

.outline__section {
	position: relative;
	background-color: var(--main-color);
}

.outline__section::before {
	position: absolute;
	top:0;
	left:0;
	display: block;
	content: "";
	height: 3rem;
	width: 100%;
	background-image:url(../img/outline_deco.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size : contain;
}

.outline__section .outline {
	padding: 2rem 0 3rem 0;
	background-image:url(../img/swing-bg.png);
	background-repeat: no-repeat;
	background-position: center 50%;
	background-size: cover;
	text-align: center;
}

.outline__title {
	padding: 3rem 0;
	color: var(--second-color);
	font-size: 1.5rem;
}

.outline__text {
	padding: 0 1.5rem;
	color: #cccccc;
	text-align: left;
	font-size: 0.9rem;
	line-height: 1.75rem;
}

.features {
	padding: 3rem var(--main-gutter);
	color: #cccccc;
}

.features__wrapper {
	padding: 0;
	margin: 0 auto;
	width: 90%;
}

.features__comparison {
	padding: 0;
	margin: 0;
}

.features__list {
	padding: 1rem 0;
  margin: 0 auto 1.5rem auto;
}

.features__list p.catch {
	padding: 1rem 0;
	margin: 0 0 4rem 0;
	text-align: center;
}

.features__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap: 2rem;
	position:relative;
  padding: 0;
  margin: 0 0 5rem 0;
}

.features__item.row-reverse {
	flex-direction: row-reverse;
}

.features__item .inner {
	flex-basis: 100%;
}

.features__item .item-lead {
	padding: 0;
}


.one::before {
	content: "ONE";
	display: block;
	margin: 0 0 0.75rem 0;
	color: #555555;
	text-align: center;
	font-size: 3rem;
	font-family: "Spectral", serif;
  font-weight: 700;
  font-style: normal;
}

.two::before {
	content: "TWO";
	display: block;
	margin: 0 0 0.5rem 0;
	color: #555555;
	text-align: center;
	font-size: 3rem;
	font-family: "Spectral", serif;
  font-weight: 700;
  font-style: normal;
}

.three::before {
	content: "THREE";
	display: block;
	margin: 0 0 0.5rem 0;
	color: #555555;
	text-align: center;
	font-size: 3rem;
	font-family: "Spectral", serif;
  font-weight: 700;
  font-style: normal;
}

.four::before {
	content: "FOUR";
	display: block;
	margin: 0 0 0.5rem 0;
	color: #555555;
	text-align: center;
	font-size: 3rem;
	font-family: "Spectral", serif;
  font-weight: 700;
  font-style: normal;
}

.features__item h3 {
	text-align: center;
	color: var(--second-color);
	font-size: 1.2rem;
}

.features__item h3 span {
	display: block;
	font-size: 1.8rem;
}

.features__item figcaption {
	padding: 0.75rem 0;
	text-align: left;
	font-size: 0.8rem;
}

.features__item figcaption ul {
	padding: 0;
	margin: 0;
}

.features__item figcaption li {
	padding: 0;
	margin: 0 0 0.5em 0;
}

.sub__photo {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	padding: 0.5rem 0 0 0;
}

.sub__item {
	flex-basis: 49%;
}

.features__photo {
	border: 1rem solid #efefef;
}

.features__name {
	position: relative;
	padding: 1rem 0;
	margin: 0;
	font-size: 1.5rem;
	line-height: 1em;
	text-align: center;
	letter-spacing: 0.2rem;
	text-indent: 0.2rem;
}

.features__name span {
	display: block;
	font-size: 0.8rem;
}

.features__license {
	position: relative;
	padding: 0.6rem 0;
	margin: 0;
	border-top:dashed 1px #333333;
	border-bottom:dashed 1px #333333;
	font-size: 1.2rem;
	text-align: center;
}

.features__outline {
	padding: 1rem 0 0 0;
	margin: 0;
	font-size: 15px;
}

.features__item-mark {
	position: absolute;
	top:3px;
	left:10px;
	display:inline-block;
	padding: 3px 9px;
	margin: 0 9px 0 0;
	border: 1px solid #ffffff;
	border-radius:30px;
	background: #ffffff;
	color: #0067b6;
	font-size: 12px;
	font-weight: bold;
}

.campaign {
	padding: 4rem 0.8rem 1.5rem 0.8rem;
	background-image: url("../img/campaign-experience.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

.campaign__inner {
	padding: 0;
	margin: 0 auto;
	width: 90%;
}

.campaign p {
	text-align: left;
	font-size: 0.925rem;
	line-height:2em;
}

.campaign .remarks {
	margin: 0 0 2rem 0;
	font-size: 0.75rem;
	line-height:1.5em;
}

.link__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 2rem;
	row-gap:1rem;
	padding: 0;
	margin: 0 0 2rem 0;
}

p.link__button {
	width: 84%;
	margin: 0 auto;
	border: solid 1px #000000;
	border-radius: 5px;
	background:#000000;
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}

p.link__button a {
	display: block;
	padding: 1rem 0;
	text-decoration: none;
	color: #ffffff;
}


/* access-section */

.access {
	text-align: center;
}

.access__wrapper {
	padding: 36px 0 0 0;
}

.access__title {
	font-size: 28px;
}

.access__title::after {
	display: block;
	content:"access";
	font-size: 9px;
	letter-spacing: 0.4em;
	text-indent: 0.4em;
}

.access__map {
	padding: 0;
	margin: 0;
}

.gmap_iframe {
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    width: 100%;
    height: auto;
}


/*----------------------------------------------------------------------------
 ***                                                                width480
----------------------------------------------------------------------------*/

@media only screen and (min-width: 480px) {

}

/*----------------------------------------------------------------------------
 ***                                                                width768
----------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) {

.pr__section {
	height: 35rem;
}

.pr__section img {
	height: 100%;
}

.outline__section .outline {
	padding: 2rem 0 3rem 0;
	background-image:url(../img/swing-bg.png);
	background-repeat: no-repeat;
	background-position: center 50%;
	background-size: cover;
	text-align: center;
}

.outline__section .outline .inner {
	width: 80%;
	margin: 0 auto;
}


.features__wrapper {
	width: 84%;
	margin: 0 auto;
}

.features__title {
	font-size: 36px;
}

.features__list {

}

.features__item .inner {
	flex-basis: calc(50% - 1rem);
}

.campaign {
	background-image: url("../img/campaign-experience.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.campaign__inner {
	padding: 2rem 0;
	margin: 0 auto;
	width: 80%;
}

.campaign .remarks {
	margin: 0 0 2rem 0;
}

.link__box {
	margin: 0 auto;
	width: 80%;
}

p.link__button {
	flex-basis: calc(50% - 1rem);
}


}


/*----------------------------------------------------------------------------
 ***                                                                width980
----------------------------------------------------------------------------*/

@media only screen and (min-width: 980px){


}


/*----------------------------------------------------------------------------
 ***                                                                width1024
----------------------------------------------------------------------------*/

@media only screen and (min-width: 1024px){


}


/*----------------------------------------------------------------------------
 ***                                                                width1280
----------------------------------------------------------------------------*/

@media only screen and (min-width: 1280px){


}
