/* Scss Document */


header {
	height: 110vw;
}
.logo {
	top: 24vw;
}
#key .kv {
	background: url(../img/company/kv.jpg) no-repeat center/cover;
	height: 110vw;
}

@media only screen and (min-width: 768px) {
header, #key .kv {
	height: 1010px;
}
.logo {
	width: 339px;
	top: 273px;
}
#key .kv {
	background: url(../img/company/kv.jpg) no-repeat center/cover;
	height: 1010px;
}
}
.d-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
#sec1 {
	padding: 28vw 0px 16vw;
	background: url(../img/company/bg.jpg);
}
#sec1 .title {
	height: 80vw;
	font-size: 5vw;
	margin: 0px auto;
	letter-spacing: 0.2em;
	position: relative;
	z-index: 1;
	width: 23vw;
}
#sec1 .title h2 {
}
#sec1 .title::before {
	content: "";
	position: absolute;
	top: -10vw;
	right: -15vw;
	width: 100%;
	height: 23vw;
	background: url("../img/company/sec1_deco.png") no-repeat center/cover;
	z-index: -1;
}
#sec1 .title p {
	font-size: 3vw;
	letter-spacing: 0.08em;
	position: absolute;
	right: -15px;
	top: 0;
}
#sec1 .txt {
	margin: 0vw 0px 0px;
	letter-spacing: 0;
}
#sec1 .txt p:nth-child(2) {
	margin: 10px 0;
}

@media only screen and (min-width: 768px) {
#sec1 {
	padding: 227px 0 100px;
	background: url(../img/company/bg.jpg);
}
#sec1 .title {
	position: absolute;
	top: -51px;
	right: 175px;
	height: auto;
	width: auto;
}
#sec1 .title::before {
	content: "";
	width: 139px;
	height: 141px;
	top: -89px;
	right: -105px;
	background: url("../img/company/sec1_deco.png") no-repeat center/cover;
	position: absolute;
}
#sec1 .title > * {
	position: relative;
	z-index: 2;
}
#sec1 .title h2 {
	font-size: 25px;
	line-height: 44px;
	letter-spacing: 5px;
	height: 370px;
}
#sec1 .title p {
	width: 20px;
	height: 130px;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: -33px;
	letter-spacing: 1px;
}
#sec1 .txt {
	height: 440px;
	margin: 0px 0px 0px 86px;
	letter-spacing: 0.1em;
}
#sec1 .txt p:nth-child(2) {
	margin: 0px 33px 0 31px;
}
#sec1 .txt p:nth-child(3) {
	margin: 0px 0 0 32px;
}
}
#sec2 {
	padding: 20vw 0 20vw;
	position: relative;
	background: url(../img/company/bg02.jpg);
}
#sec2::before {
	content: "";
	background: url(../img/company/deco1.png) repeat;
	position: absolute;
	top: 0;
	right: calc((50% - 50px) / 2);
	left: 0;
	height: 262px;
}
#sec2 h2.ttl {
	text-align: left;
	line-height: 1.2;
	margin: 0 0px 15vw;
	position: relative;
	font-size: 8vw;
}
#sec2 h2.ttl::before {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -10px;
	background: #000;
	width: 200%;
	height: 1px;
}
#sec2 h2.ttl span {
	font-size: 3vw;
	font-weight: 700;
	margin: 0 0 0 5vw;
	letter-spacing: 0;
}
#sec2 .category {
	justify-content: space-between;
	display: block;
}
#sec2 .category .item {
	width: 100%;
	height: 275px;
	position: relative;
}
#sec2 .category .item::before {
	content: "";
	border: 1px solid #fff;
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
}
#sec2 .category .item::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: all .3s ease;
}
#sec2 .category .item a {
	font-size: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
#sec2 .category .item span {
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 100%;
	color: #fff;
	font-size: 7vw;
	position: relative;
	z-index: 2;
}
#sec2 .category .item span i {
	font-style: normal;
	background: url(../img/company/arrow.png) no-repeat bottom center;
	padding-bottom: 7vw;
}
#sec2 .category .item:hover::after {
	background: transparent;
}
#sec2 .category .item-1 {
	background: url(../img/company/sec2_img1.jpg) no-repeat center;
	background-size: cover;
}
#sec2 .category .item-2 {
	background: url(../img/company/sec2_img2.jpg) no-repeat center;
	background-size: cover;
	margin: 6vw 0;
}
#sec2 .category .item-3 {
	background: url(../img/company/sec2_img3.jpg) no-repeat center;
	background-size: cover;
}

@media only screen and (min-width: 768px) {
#sec2 {
	padding: 172px 0 150px;
	position: relative;
	background: url(../img/company/bg02.jpg);
}
#sec2::before {
	content: "";
	background: url(../img/company/deco1.png) repeat;
	position: absolute;
	top: 0;
	right: calc((50% - 50px) / 2);
	left: 0;
	height: 262px;
}
#sec2 h2.ttl {
	text-align: right;
	line-height: 1.2;
	margin: 0 0px 98px;
	position: relative;
	font-size: 40px;
	letter-spacing: 6px;
	padding-right: 47px;
}
#sec2 h2.ttl::before {
	right: 0px;
	bottom: -11px;
	width: 200%;
	height: 1px;
}
#sec2 h2.ttl span {
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 0 48px;
	letter-spacing: 0.6px;
}
#sec2 .category {
	justify-content: space-between;
	display: flex;
}
#sec2 .category .item {
	width: 300px;
	height: 300px;
	position: relative;
}
#sec2 .category .item::before {
	content: "";
	border: 1px solid #fff;
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
}
#sec2 .category .item::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: all .3s ease;
}
#sec2 .category .item a {
	font-size: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
#sec2 .category .item span {
	font-size: 30px;
	letter-spacing: 4px;
}
#sec2 .category .item span i {
	font-style: normal;
	background: url(../img/company/arrow.png) no-repeat bottom center;
	padding-bottom: 30px;
}
#sec2 .category .item:hover::after {
	background: transparent;
}
#sec2 .category .item-1 {
	background: url(../img/company/sec2_img1.jpg) no-repeat center;
	background-size: cover;
}
#sec2 .category .item-2 {
	background: url(../img/company/sec2_img2.jpg) no-repeat center;
	background-size: cover;
	margin: 0;
}
#sec2 .category .item-3 {
	background: url(../img/company/sec2_img3.jpg) no-repeat center;
	background-size: cover;
}
}
.list-c {
	max-width: 510px;
	width: 100%;
	margin: 0 auto;
}
.list-c dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.list-c dl dt {
	width: 247px;
}
.list-c dl dd {
	width: 250px;
}

@media only screen and (min-width: 768px) {
.list-c {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
.list-c dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 25px;
	line-height: 26px;
	letter-spacing: 0px;
}
.list-c dl dt {
	width: 247px;
}
.list-c dl dd {
	width: 250px;
}
}
#sec3 {
	background: url(../img/company/bg02.jpg);
	padding-bottom: 15vw;
}
#sec3 .group-on {
	position: relative;
}
#sec3 .group-on .photo {
	position: relative;
	top: 0;
	right: -5%;
	left: -5%;
	width: 110%;
}
#sec3 .group-on .photo img {
	width: 100%;
}
#sec3 .group-on .box {
	padding-top: 10vw;
	margin-left: 0;
	margin-bottom: 10vw;
}
#sec3 .group-on .box .ttl {
	font-size: 8vw;
	position: relative;
	margin-bottom: 6vw;
	line-height: 1;
}
#sec3 .group-on .box .ttl span {
	line-height: 1;
	font-size: 3vw;
	position: relative;
	letter-spacing: 0.05em;
	padding-left: 10vw;
}
#sec3 .group-on .box .txt {
	/*font-weight: bold;*/
}
#sec3 .group-tw {
	margin-bottom: 50px;
}
#sec3 .group-tw h3 {
	text-align: center;
	font-size: 25px;
	margin-bottom: 0;
	letter-spacing: 0.03em;
}
#sec3 .group-tw ul.list {
	max-width: 790px;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}
#sec3 .group-tw ul.list li {
	position: relative;
	width: 210px;
	height: 210px;
	background: #f2f2f1;
	border-radius: 50%;
	font-size: 19px;
	line-height: 32px;
	text-align: center;
	display: table;
	margin: 8vw auto 0;
}
#sec3 .group-tw ul.list li span {
	display: table-cell;
	vertical-align: middle;
}
#sec3 .group-tw ul.list li span.num {
	color: rgba(0, 0, 0, 0.3);
	font-size: 90px;
	position: absolute;
	top: 132px;
	right: 0;
	display: block;
	line-height: 1;
}
#sec3 .group-th {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto 36px;
	background: url(../img/company/sec3_bg_deco.jpg);
	padding: 40px 0 50px;
}
#sec3 .group-th h3 {
	font-size: 8vw;
	border-bottom: 1px solid #000;
	padding-bottom: 4vw;
	margin-bottom: 15vw;
	text-align: center;
}
#sec3 .group-th .out-slider {
	max-width: 1035px;
	margin: 0 auto;
}
#sec3 .group-th .out-slider .in-slider {
	padding: 0 40px;
}
#sec3 .group-th .out-slider .in-slider .info {
	max-width: 270px;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	margin: 0 auto;
	width: 75%;
}
#sec3 .group-th .out-slider .in-slider .info .photo {
	margin-bottom: 20px;
}
#sec3 .group-th .out-slider .in-slider .detail {
	padding-top: 9vw;
}
#sec3 .group-th .out-slider .in-slider .detail dl dt {
	font-size: 18px;
	border-bottom: 1px solid #000;
	margin-bottom: 4vw;
	line-height: 1.6;
	padding-bottom: 4vw;
}
#sec3 .group-th .out-slider .in-slider .detail dl dd {
	line-height: 1.8;
}
#sec3 .group-th .out-slider .in-slider .detail dl + dl {
	margin-top: 30px;
}
#sec3 .group-fo {
	background: #ededed url(../img/company/sec3_bg02.jpg) no-repeat top center;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 10vw 0 15vw;
	background-size: 100% auto;
}
#sec3 .group-fo h3 {
	font-size: 8vw;
	text-align: center;
	margin-bottom: 4vw;
}
#sec3 .group-fo .list-c dl dt {
	max-width: 153px;
	width: 35%;
}
#sec3 .group-fo .list-c dl dd {
	max-width: 250px;
	width: 65%;
}
#sec3 .slick-arrow {
	top: 68vw;
	width: 25px;
	height: 60px;
}
#sec3 .slick-next {
	right: 2%;
	background: url(../img/company/next.png) no-repeat center/auto 100%;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#sec3 .slick-arrow.slick-prev {
	left: 2%;
	background: url(../img/company/prev.png) no-repeat center/auto 100%;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

@media only screen and (min-width: 768px) {
#sec3 {
	background: url(../img/company/bg02.jpg);
	padding-bottom: 117px;
}
#sec3 .group-on {
	position: relative;
}
#sec3 .group-on .photo {
	position: absolute;
	top: 0;
	right: -300px;
	width: auto;
	left: auto;
}
#sec3 .group-on .box {
	padding-top: 257px;
	margin-left: 20px;
	margin-bottom: 124px;
}
#sec3 .group-on .box .ttl {
	font-size: 40px;
	margin-bottom: 42px;
	letter-spacing: 5px;
}
#sec3 .group-on .box .ttl span {font-size: 13px;padding-left: 42px;}
#sec3 .group-on .box .txt {
	width: 360px;
	letter-spacing: 0.5px;
	text-align: left;
}
#sec3 .group-tw {
	margin-bottom: 106px;
}
#sec3 .group-tw h3 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 26px;
	letter-spacing: 4px;
}
#sec3 .group-tw ul.list {
	max-width: 790px;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}
#sec3 .group-tw ul.list li {
	position: relative;
	width: 230px;
	height: 230px;
	background: #f2f2f1;
	border-radius: 50%;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	display: table;
	margin: 0;
}
#sec3 .group-tw ul.list li span {
	display: table-cell;
	vertical-align: middle;
}
#sec3 .group-tw ul.list li span.num {
	font-size: 100px;
	top: 151px;
	right: 21px;
}
#sec3 .group-th {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto 37px;
	padding: 48px 0 52px;
}
#sec3 .group-th h3 {
	font-size: 30px;
	padding-bottom: 20px;
	margin-bottom: 42px;
}
#sec3 .group-th .out-slider {
	max-width: 1035px;
	margin: 0 auto;
}
#sec3 .group-th .out-slider .in-slider {
	padding: 0 97px;
}
#sec3 .group-th .out-slider .in-slider .info {
	max-width: 270px;
	font-size: 20px;
	line-height: 32px;
	padding-top: 36px;
	margin: 0 50px 0 0;
	width: 30%;
}
#sec3 .group-th .out-slider .in-slider .info .photo {
	margin-bottom: 17px;
}
#sec3 .group-th .out-slider .in-slider .detail {
	width: 60%;
	padding-top: 0;
	max-width: 503px;
}
#sec3 .group-th .out-slider .in-slider .detail dl dt {
	font-size: 20px;
	margin-bottom: 17px;
	padding-bottom: 3px;
	letter-spacing: 0px;
	margin-right: 0;
}
#sec3 .group-th .out-slider .in-slider .detail dl dd {
	line-height: 32px;
	letter-spacing: 0;
	padding-right: 50px;
}
#sec3 .group-th .out-slider .in-slider .detail dl + dl {
	margin-top: 30px;
}
#sec3 .group-fo {
	background: #ededed url(../img/company/sec3_bg02.jpg) no-repeat top center;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 68px 0 43px;
}
#sec3 .group-fo h3 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 33px;
	letter-spacing: 3px;
}
#sec3 .group-fo .list-c dl dt {
    width: 220px;
    max-width: 220px;
}
#sec3 .group-fo .list-c dl dd {
	width: 253px;
}
#sec3 .slick-arrow {
	top: 33%;
	width: 36px;
	height: 73px;
}
#sec3 .slick-next {
	right: 2%;
	background: url(../img/company/next.png) no-repeat center/auto 100%;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#sec3 .slick-arrow.slick-prev {
	left: 0;
	background: url(../img/company/prev.png) no-repeat center/auto 100%;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
}
#sec4 {
	background: url(../img/company/bg02.jpg);
	margin-bottom: 15vw;
}
#sec4 .group-on {
	position: relative;
	margin-bottom: 15vw;
}
#sec4 .group-on .photo {
	position: relative;
	top: 0;
	left: -4%;
	right: -4%;
	width: 110%;
}
#sec4 .group-on .box {
	padding-top: 8vw;
	margin-left: auto;
}
#sec4 .group-on .box .ttl {
	font-size: 8vw;
	position: relative;
	margin-bottom: 5vw;
	line-height: 1;
}
#sec4 .group-on .box .ttl span {
	font-size: 3vw;
	position: relative;
	padding-left: 10vw;
	letter-spacing: 0;
}
#sec4 .group-on .box .txt {
	width: 350px;
	/*font-weight: bold;*/
}
#sec4 .group-tw {
	background: #ededed url(../img/company/sec4_bg_2.jpg) no-repeat top center;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 10vw 0 15vw;
	background-size: 100% auto;
}
#sec4 .group-tw h3 {font-size: 8vw;text-align: center;margin-bottom: 7vw;}
#sec4 .group-tw .list-c dl dt {
	max-width: 153px;
	width: 35%;
}
#sec4 .group-tw .list-c dl dd {
	max-width: 250px;
	width: 65%;
}

@media only screen and (min-width: 768px) {
#sec4 {
	padding-bottom: 121px;
	margin-bottom: 0;
}
#sec4 .group-on {
	position: relative;
	margin-bottom: 133px;
}
#sec4 .group-on .photo {
	position: absolute;
	top: 0;
	left: -250px;
}
#sec4 .group-on .box {
	padding-top: 330px;
	width: 493px;
	margin-left: auto;
	padding-right: 0;
}
#sec4 .group-on .box .ttl {
	font-size: 40px;
	position: relative;
	margin-bottom: 48px;
	letter-spacing: -1px;
}
#sec4 .group-on .box .ttl span {
	font-size: 12px;
	padding-left: 41px;
	letter-spacing: 1px;
}
#sec4 .group-on .box .txt {
	width: 350px;
	letter-spacing: 0;
}
#sec4 .group-tw {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 70px 0 38px;
}
#sec4 .group-tw h3 {
	font-size: 30px;
	margin-bottom: 33px;
}
#sec4 .group-tw .list-c dl dt {
	width: 250px;
	max-width: 250px;
}
#sec4 .group-tw .list-c dl dd {
	width: 250px;
}
#sec4 .group-tw .list-c dl:nth-child(4) {
	margin-bottom: 27px;
	padding-top: 29px;
}
}
#sec5 {
	background: url(../img/company/bg02.jpg);
	padding-bottom: 15vw;
}
#sec5 .group-on {
	position: relative;
	margin-bottom: 186px;
}
#sec5 .group-on .photo {
	position: relative;
	left: -5%;
	right: -5%;
	width: 110%;
}
#sec5 .group-on .box {
	padding-top: 8vw;
}
#sec5 .group-on .box .ttl {
	font-size: 8vw;
	position: relative;
	margin-bottom: 20px;
	line-height: 1;
}
#sec5 .group-on .box .ttl span {
	font-size: 3vw;
	position: relative;
	padding-left: 10vw;
	letter-spacing: 1px;
}
#sec5 .group-on .box .txt {
	width: 350px;
}
#sec5 .group-tw {
	background: #ededed url(../img/company/sec3_bg02.jpg) no-repeat top center;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 10vw 0 15vw;
	background-size: 100% auto;
}
#sec5 .group-tw h3 {font-size: 8vw;text-align: center;margin-bottom: 7vw;}
#sec5 .group-tw .list-c dl dt {
	max-width: 153px;
	width: 35%;
}
#sec5 .group-tw .list-c dl dd {
	max-width: 250px;
	width: 65%;
}
#sec5 .group-tw .list-c dl + dl {
	margin-top: 20px;
}

@media only screen and (min-width: 768px) {
#sec5 {
	background: url(../img/company/bg02.jpg);
	padding-bottom: 117px;
}
#sec5 .group-on {
	margin-bottom: 128px;
}
#sec5 .group-on .photo {
	position: absolute;
	top: 0;
	right: -250px;
	left: auto;
	width: auto;
}
#sec5 .group-on .box {
	padding-top: 156px;
	width: 415px;
	padding-left: 20px;
}
#sec5 .group-on .box .ttl {
	font-size: 40px;
	margin-bottom: 47px;
	letter-spacing: 3px;
}
#sec5 .group-on .box .ttl span {
	font-size: 12px;
	padding-left: 49px;
	letter-spacing: 1px;
}
#sec5 .group-on .box .txt {
	width: 380px;
	/*font-weight: bold;*/
	letter-spacing: 0;
}
#sec5 .group-tw {
	padding: 66px 0 44px;
}
#sec5 .group-tw h3 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 29px;
}
#sec5 .group-tw .list-c {
	max-width: 534px;
}
#sec5 .group-tw .list-c dl dt {
width: 240px;
    max-width: 240px;
}
#sec5 .group-tw .list-c dl dd {
	max-width: 288px;
}
#sec5 .group-tw .list-c dl + dl {
	margin-top: 20px;
}
}
#sec6 {
	padding: 0 0 15vw;
	background: url(../img/company/bg02.jpg);
	text-align: center;
}
#sec6 h2 {
	font-size: 9vw;
	margin-bottom: -8vw;
	position: relative;
	z-index: 2;
}
#sec6 h2 span {
	background-color: #fcfcfc;
	padding: 0 40px;
}
#sec6 .box {
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	padding: 10vw 0 7vw;
	letter-spacing: 0;
}
#sec6 .box .txt {
	padding-bottom: 1vw;
}
#sec6 .box .tel a {
	text-decoration: none;
}
#sec6 .box .tel span {
	padding-left: 7vw;
	position: relative;
	font-weight: bold;
	font-size: 9vw;
	letter-spacing: 0.108em;
}
#sec6 .box .tel span::before {
	content: "";
	background: url(../img/company/icon_tel.png) no-repeat top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 22px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -13px;
}

@media only screen and (min-width: 768px) {
#sec6 {
	padding: 5px 0 120px;
}
#sec6 h2 {
	font-size: 40px;
	margin-bottom: -13px;
	letter-spacing: 4px;
}
#sec6 h2 span {
	padding: 0 50px;
}
#sec6 .box {
	padding: 48px 0 58px;
}
#sec6 .box .txt {
	padding-bottom: 32px;
}
#sec6 .box .tel a {
	text-decoration: none;
}
#sec6 .box .tel span {
	padding-left: 40px;
	font-size: 50px;
	letter-spacing: 2px;
}
#sec6 .box .tel span::before {
	width: 31px;
	height: 40px;
	left: 2px;
	margin-top: -16px;
}
}
#sec7 {
	padding-bottom: 20vw;
}
#sec7 .photo {
	position: relative;
	top: 0;
	left: -4%;
	right: -4%;
	width: 110%;
}
#sec7 .box {
	padding-top: 8vw;
	margin-left: auto;
}
#sec7 .box h2 {
	font-size: 8vw;
	margin-bottom: 6vw;
	position: relative;
}
#sec7 .box h2::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 200%;
	height: 1px;
	background: #000;
}
#sec7 .box h2 span {
	padding-left: 10vw;
	font-size: 3vw;
	letter-spacing: 1px;
}
#sec7 .box .list-c dl dt {
	max-width: 110px;
	width: 25%;
}
#sec7 .box .list-c dl dd {
	max-width: 330px;
	width: 75%;
}
#sec7 .box .list-c dl + dl {
	margin-top: 3vw;
}

@media only screen and (min-width: 768px) {
#sec7 {
	padding-bottom: 134px;
}
#sec7 .photo {
	position: absolute;
	top: 0;
	left: -250px;
	right: auto;
	width: auto;
}
#sec7 .box {
	padding-top: 62px;
	width: 470px;
	margin-left: auto;
}
#sec7 .box h2 {
	font-size: 40px;
	margin-bottom: 69px;
	letter-spacing: 6px;
}
#sec7 .box h2::before {
	bottom: 5px;
	left: 0px;
	width: 200%;
	height: 1px;
}
#sec7 .box h2 span {
	font-size: 12px;
	padding-left: 40px;
}
#sec7 .box .list-c dl dt {
	width: 102px;
}
#sec7 .box .list-c dl dd {
    width: 367px;
    letter-spacing: 0;
    margin-right: 0;
    max-width: 367px;
}
#sec7 .box .list-c dl + dl {
	margin-top: 26px;
}
}



@media only screen and (min-width: 1100px) {
	#sec3 .group-on .box {
		margin-left: -30px;
	}
	
#sec3 .group-on .photo {
    right: -250px;
}
	#sec3 .group-th .out-slider .in-slider .info {
		width: 270px;
	}
	#sec5 .group-on .box {
		padding-left: 10px;
	}
	
	#sec7 .box {
		width: 430px;
	}
	
	#sec7 .box .list-c dl dt {}
	#sec7 .box .list-c dl dd {
		width: 350px;
		margin-right: -38px;
		max-width: 350px;
	}
	
}














