@charset "UTF-8";

/** -- fv -- **/
.fv img {
	width: 100%;
}
@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 780px) {
	.fv {
		height: 90vw;
	}
	.fv img {
		object-fit: cover;
		height: 100%;
	}
}

/** -- info -- **/
.info {
	padding-bottom: 90px;
	padding-top: 80px;
}
.info .sec_inner {
	padding: 0 40px;
}
.info dl {
	border-bottom: solid 1px #304251;
	display: table;
	margin-bottom: 15px;
}
.info dt {
	float: left;
	width: 100px;
}
.info dd {
	padding-left: 120px;
}
@media screen and (max-width: 1240px) {
	.info {
		padding-bottom: 8vw;
		padding-top: 7vw;
	}
	.info .sec_inner {
		padding: 0 3vw;
	}
	.info dl {
		margin-bottom: 1.2vw;
	}
	.info dt {
		width: 10vw;
	}
	.info dd {
		padding-left: 10vw;
	}
}
@media screen and (max-width: 780px) {
	.info {
		padding-bottom: 14vw;
		padding-top: 12vw;
	}
	.info .sec_inner {
		padding: 0;
	}
	.info dl {
		margin-bottom: 4vw;
		width: 100%;
	}
	.info dt {
		float: none;
		margin-bottom: 1vw;
		width: auto;
	}
	.info dd {
		padding-left: 0;
	}
}

/** -- mvv -- **/
.mvv .text {
	background-color: #fff;
	padding: 40px;
	position: relative;
}
.mvv .text li {
	padding-left: 20px;
	position: relative;
}
.mvv .text li::before {
	content: '・';
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 1240px) {
	.mvv .text {
		padding: 3vw;
	}
	.mvv .text li {
		padding-left: 1.8vw;
	}
}
@media screen and (max-width: 780px) {
	.mvv .text {
		padding: 6vw 4vw;
	}
	.mvv .text li {
		padding-left: 4vw;
	}
}

/** -- message -- **/
.message {
	margin-bottom: 70px;
	margin-top: 120px;
}
.message figure {
	height: 600px;
	width: 400px;
}
.message figure img {
    object-fit: cover;
    object-position: 100% 0;
    height: 100%;
    width: 100%;
}
.message .text {
	margin-left: auto;
	padding: 0 40px;
	width: 50%;
}
@media screen and (max-width: 1240px) {
	.message {
		margin-bottom: 6vw;
		margin-top: 10vw;
	}
	.message figure {
		height: 54vw;
		width: 36vw;
	}
	.message .text {
		padding: 0 3vw;
		width: calc(50% + 4vw);
	}
}
@media screen and (max-width: 780px) {
	.message {
		margin-bottom: 10vw;
		margin-top: 14vw;
	}
	.message .sec_inner {
		flex-direction: column-reverse;
	}
	.message figure {
		margin-left: -6vw;
		margin-right: 0;
		height: 64vw;
		width: calc(100% + 12vw);
	}
	.message figure img {
		object-position: center;
	}
	.message .text {
		background-color: transparent;
		margin-left: 0;
		padding: 0;
		padding-bottom: 6vw;
		padding-right: 4vw;
		width: 100%;
	}
}

/** -- mission -- **/
.mission {
	margin-bottom: 120px;
}
.mission .sec_inner {
	align-items: flex-start;
	flex-direction: row-reverse;
}
.mission figure {
	width: 50%;
}
.mission .text {
	margin-right: -100px;
	margin-top: 30px;
	width: calc(50% + 100px);
}
@media screen and (max-width: 1240px) {
	.mission {
		margin-bottom: 10vw;
	}
	.mission figure {
		margin-left: -10vw;
		width: calc(50% + 10vw);
	}
	.mission figure img {
		width: 100%;
	}
	.mission .text {
		margin-right: -16vw;
		margin-top: 3vw;
		width: calc(50% + 16vw);
	}
}
@media screen and (max-width: 780px) {
	.mission {
		margin-bottom: 0;
	}
	.mission .sec_inner {
		flex-direction: column-reverse;
	}
	.mission figure {
		margin-left: -6vw;
		margin-right: 0;
		height: 64vw;
		width: calc(100% + 12vw);
	}
	.mission figure img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	.mission .text {
		background-color: transparent;
		margin-left: 0;
		margin-right: auto;
		margin-top: 3vw;
		padding: 0;
		padding-bottom: 6vw;
		padding-right: 0;
		width: 100%;
	}
}

/** -- vision -- **/
.vision {
	margin-bottom: 100px;
}
.vision .sec_inner {
	position: relative;
}
.vision .sec_inner::before {
	background-color: #F5F7F7;
	content: '';
	display: block;
	position: absolute;
	left: calc(50% - 240px);
	top: 60px;
	height: 600px;
	width: 100%;
	z-index: -1;
}
.vision .text {
	margin-left: calc(50% - 170px);
	margin-top: 80px;
	width: 50%;
}
@media screen and (max-width: 1240px) {
	.vision {
		margin-bottom: 9vw;
	}
	.vision .sec_inner::before {
		left: calc(50% - 21vw);
		top: 5vw;
		height: 54vw;
	}
	.vision .text {
		margin-left: calc(50% - 15vw);
		margin-top: 8vw;
		width: 56%;
	}
}
@media screen and (max-width: 780px) {
	.vision {
		background-color: #F5F7F7;
		margin-bottom: 0;
	}
	.vision .sec_inner {
		display: flex;
		flex-direction: column-reverse;
	}
	.vision .sec_inner::before {
		display: none;
	}
	.vision figure {
		margin-left: -6vw;
		margin-right: 0;
		height: 64vw;
		width: calc(100% + 12vw);
	}
	.vision figure img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	.vision .text {
		background-color: transparent;
		margin-left: 0;
		margin-top: 0;
		padding: 14vw 0 6vw;
		width: auto;
	}
}

/** -- value -- **/
.value  {
	padding-bottom: 60px;
	position: relative;
}
.value::before {
	background-color: #F5F7F7;
	content: '';
	display: block;
	position: absolute;
	top: 100px;
	height: calc(100% - 100px);
	width: 100%;
	z-index: -1;
}
.value figure {
	margin-left: auto;
	width: 50%;
}
.value .text {
	margin-top: -90px;
	position: relative;
	width: 75%;
}
@media screen and (max-width: 1240px) {
	.value  {
		padding-bottom: 5vw;
	}
	.value::before {
		top: 9vw;
		height: calc(100% - 9vw);
	}
	.value .text {
		margin-top: -7vw;
		width: 82%;
	}
}
@media screen and (max-width: 780px) {
	.value  {
		background-color: #F5F7F7;
		padding-bottom: 0;
	}
	.value::before {
		display: none;
		top: 18vw;
		height: calc(100% - 18vw);
	}
	.value .sec_inner {
		display: flex;
		flex-direction: column-reverse;
	}
	.value figure {
		margin-left: -6vw;
		margin-right: 0;
		height: 64vw;
		width: calc(100% + 12vw);
	}
	.value figure img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	.value .text {
		background-color: transparent;
		margin-top: 0;
		padding: 14vw 0 6vw;
		width: auto;
	}
}

/** -- img_area -- **/
.img_area {
	margin-bottom: 140px;
	margin-top: 120px;
	padding-bottom: 50px;
	padding-top: 100px;
	position: relative;
}
.img_area::before {
	background-color: #95AEB2;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: calc(100% - 1280px + 240px);
	z-index: -1;
}
.img_area figure {
	width: 1100px;
}
@media screen and (max-width: 1240px) {
	.img_area {
		margin-bottom: 12vw;
		margin-top: 10vw;
		padding-bottom: 5vw;
		padding-top: 8vw;
	}
	.img_area::before {
		width: 40vw;
	}
	.img_area figure {
		width: 100%;
	}
}
@media screen and (max-width: 780px) {
	.img_area {
		margin-bottom: 0;
		margin-top: 0;
		padding-bottom: 20vw;
		padding-top: 20vw;
	}
	.img_area::before {
		display: none;
	}
	.img_area figure {
		margin: 0 -18vw;
		width: auto;
	}
}

/** -- product -- **/
.product {
	margin-bottom: 120px;
	padding-top: 50px;
	position: relative;
}
.product::before {
	background-color: #2B3848;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 280px;
	width: 100%;
	z-index: -1;
}
.product h2.headline_1 {
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
}
.product h2.headline_1 span {
	color: #fff;
}
.product .item_slider {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: calc(100% - 80px);
	max-width: 1600px;
}
.product .swiper-wrapper {
	padding-left: 1.5%;
}
.product article {
	padding: 0 20px;
	padding-top: 70px;
}
.product article.swiper-slide {
	width: 25% !important;
}
.product article.swiper-slide-visible {
	width: 22% !important;
}
.product article.swiper-slide-active {
	padding-top: 0;
	width: 34% !important;
}
.product article .text {
	display: none;
	margin-top: 40px;
	text-align: center;
}
.product article.swiper-slide-active .text {
	display: block;
}
.product article h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.product article p {
	font-size: 14px;
	margin-bottom: 20px;
}
.product article a {
	color: #95AEB2;
	font-size: 18px;
}
.product article a:hover {
	text-decoration: underline;
}
.product .swiper-button-next,
.product .swiper-button-prev {
	background-color: #95AEB2;
	background-image: url("../img/icon-arrow2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	border-radius: 50%;
	bottom: 70px;
	top: auto;
	height: 30px;
	width: 30px;
}
.product .swiper-button-next {
	right: 25%;
	transform: rotate(180deg);
}
.product .swiper-button-prev {
	left: 25%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}
@media screen and (min-width: 1400px) {
	.product .swiper-wrapper {
		padding-left: 0;
	}
	.product article {
		padding-top: 50px;
	}
	.product article.swiper-slide {
		width: 20% !important;
	}
	.product article.swiper-slide-visible {
		width: 18% !important;
	}
	.product article.swiper-slide-active {
		width: 28% !important;
	}
	.product .swiper-button-next {
		right: 30%;
	}
	.product .swiper-button-prev {
		left: 30%;
	}
}
@media screen and (max-width: 1240px) {
	.product {
		margin-bottom: 10vw;
		padding-top: 4vw;
	}
	.product::before {
		height: 24vw;
	}
	.product h2.headline_1 {
		margin-bottom: 3vw;
	}
	.product .item_slider {
		width: calc(100% - 6vw);
	}
	.product .swiper-wrapper {
		padding-left: 0;
	}
	.product article {
		padding: 0 1.8vw;
		padding-top: 5vw;
	}
	.product article.swiper-slide {
		width: 33.3333% !important;
	}
	.product article.swiper-slide-visible {
		width: 30% !important;
	}
	.product article.swiper-slide-active {
		width: 40% !important;
	}
	.product article .text {
		margin-top: 3vw;
	}
	.product article h3 {
		font-size: 1.8vw;
		margin-bottom: 2vw;
	}
	.product article p {
		font-size: 1.3vw;
		margin-bottom: 2vw;
	}
	.product article a {
		font-size: 1.6vw;
	}
	.product .swiper-button-next,
	.product .swiper-button-prev {
		background-size: 2vw;
		bottom: 6vw;
		height: 3vw;
		width: 3vw;
	}
	.product .swiper-button-next {
		right: 18vw;
	}
	.product .swiper-button-prev {
		left: 18vw;
	}
}
@media screen and (max-width: 780px) {
	.product {
		margin-bottom: 18vw;
		padding-top: 8vw;
	}
	.product::before {
		height: 45vw;
	}
	.product h2.headline_1 {
		margin-bottom: 4vw;
	}
	.product .item_slider {
		margin: 0 -6vw;
		width: auto;
	}
	.product .swiper-wrapper {
		padding-left: 8vw;
	}
	.product article {
		padding: 0 2vw;
		padding-top: 10vw;
	}
	.product article.swiper-slide {
		width: 50% !important;
	}
	.product article.swiper-slide-visible {
		width: 35% !important;
	}
	.product article.swiper-slide-active {
		width: 65% !important;
	}
	.product article .text {
		margin-top: 8vw;
	}
	.product article h3 {
		font-size: 4vw;
		margin-bottom: 4vw;
	}
	.product article p {
		font-size: 3vw;
		margin-bottom: 4vw;
	}
	.product article a {
		font-size: 3.8vw;
	}
	.product .swiper-button-next,
	.product .swiper-button-prev {
		background-size: 4vw;
		bottom: 13vw;
		height: 6vw;
		width: 6vw;
	}
	.product .swiper-button-next {
		right: 10vw;
	}
	.product .swiper-button-prev {
		left: 10vw;
	}
}

/** -- about -- **/
.about {
	margin-bottom: 140px;
	padding-bottom: 100px;
	padding-top: 120px;
}
.about h2.headline_1 {
	margin-bottom: 30px;
	text-align: center;
}
.about figure {
	margin-bottom: 50px;
}
.about .link_list {
	justify-content: space-between;
}
.about a {
	background-color: #95AEB2;
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
	padding: 35px 0;
	text-align: center;
	width: calc(50% - 30px);
}
.about a:hover {
	background-color: #2B3848;
}
@media screen and (max-width: 1240px) {
	.about {
		margin-bottom: 12vw;
		padding-bottom: 9vw;
		padding-top: 10vw;
	}
	.about h2.headline_1 {
		margin-bottom: 2vw;
	}
	.about figure {
		margin-bottom: 4vw;
	}
	.about a {
		font-size: 1.8vw;
		margin-bottom: 2.4vw;
		padding: 3vw 0;
		width: calc(50% - 2.5vw);
	}
}
@media screen and (max-width: 780px) {
	.about {
		margin-bottom: 16vw;
		padding-bottom: 12vw;
		padding-top: 12vw;
	}
	.about h2.headline_1 {
		margin-bottom: 4vw;
	}
	.about figure {
		margin: 0 -6vw;
		margin-bottom: 8vw;
	}
	.about a {
		font-size: 4vw;
		margin-bottom: 4vw;
		padding: 4vw 0;
		width: 100%;
	}
}

/** -- blog -- **/
.blog {
	margin-bottom: 140px;
}
.blog h2.headline_1 {
	margin-bottom: 40px;
	text-align: center;
}
.blog .blog_list {
	justify-content: space-between;
}
.blog article {
	margin-bottom: 40px;
	width: calc(50% - 40px);
}
.blog article figure {
	height: 220px;
	width: 220px;
}
.blog article figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.blog article .text {
	margin-left: 20px;
	position: relative;
	width: calc(100% - 220px - 20px);
}
.blog article .date {
	font-weight: bold;
	margin-bottom: 10px;
}
.blog article a {
	display: block;
	font-weight: bold;
	padding-bottom: 2px;
	padding-right: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.blog article a::after {
	background: url("../img/icon-arrow1.png") no-repeat 0 0 / 100%;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: ease .3s;
	height: 10px;
	width: 120px;
}
.blog article a:hover::after {
	right: -10px;
}
@media screen and (max-width: 1240px) {
	.blog {
		margin-bottom: 12vw;
	}
	.blog h2.headline_1 {
		margin-bottom: 3vw;
	}
	.blog article {
		margin-bottom: 4vw;
		width: calc(50% - 2vw);
	}
	.blog article figure {
		height: 18vw;
		width: 18vw;
	}
	.blog article .text {
		margin-left: 2vw;
		width: calc(100% - 18vw - 2vw);
	}
	.blog article .date {
		font-size: 1.4vw;
		margin-bottom: .5vw;
	}
	.blog article .exp {
		font-size: 1.4vw;
	}
	.blog article a {
		font-size: 1.4vw;
		padding-bottom: .2vw;
		padding-right: 2.5vw;
	}
	.blog article a::after {
		height: .7vw;
		width: 10vw;
	}
	.blog article a:hover::after {
		right: -1vw;
	}
}
@media screen and (max-width: 780px) {
	.blog {
		margin-bottom: 12vw;
	}
	.blog h2.headline_1 {
		margin-bottom: 6vw;
	}
	.blog article {
		margin-bottom: 8vw;
		width: 100%;
	}
	.blog article figure {
		height: 30vw;
		width: 30vw;
	}
	.blog article .text {
		margin-left: 4vw;
		width: calc(100% - 30vw - 4vw);
	}
	.blog article .date {
		font-size: 3.4vw;
		margin-bottom: .5vw;
	}
	.blog article .exp {
		font-size: 3.4vw;
	}
	.blog article a {
		font-size: 3.5vw;
		padding-bottom: .2vw;
		padding-right: 6vw;
	}
	.blog article a::after {
		height: 1.6vw;
		width: 24vw;
	}
	.blog article a:hover::after {
		right: 0;
	}
}

/** -- insta -- **/
.insta {
	margin-bottom: 120px;
}
.insta h2.headline_1 {
	text-align: center;
}
@media screen and (max-width: 1240px) {
	.insta {
		margin-bottom: 10vw;
	}
}
@media screen and (max-width: 780px) {
	.insta {
		margin-bottom: 20vw;
	}
}
