@charset "utf-8";

/*common*/
* {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,
    sans-serif;
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-weight: 400;
	line-height: 1;
	position: relative;
}

img {
	vertical-align: bottom;
	border: none;
}

a {
	color: #000;
	text-decoration: none;
}

input[type="text"], select, textarea {
    -webkit-appearance: none;
    appearance: none;
}

input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    cursor: pointer;
}
.container {
	display: flex;
	height: 100vh;
}
.container__col1 {
	height: inherit;
	min-height: 100vh;
	width: 100%;
}
.side {
	position: relative;
	width: 38%;
	padding: calc(28*(100vw/1080)) calc(24*(100vw/1080));
	background-color: #FFF;
}
.sideLogo {
	margin-bottom: calc(64*(100vw/1080));
	cursor: pointer;
}
.sideLogo img {
	width: calc(200*(100vw/1080));
	max-width: 200px;
	height: auto;
}
.sideCatch {
	display: flex;
	justify-content: center;
}
.sideCopy {
	width: 100%;
	position: absolute;
	bottom: calc(28*(100vw/1080));
	left: 0;
	text-align: center;
	font-size: 10px;
}
.copy {
	width: 100%;
	position: absolute;
	bottom: calc(28*(100vw/1080));
	left: 0;
	text-align: center;
	font-size: 10px;
}
.main {
	position: relative;
	width: 62%;
	padding: calc(160*(100vw/1080)) calc(77*(100vw/1080)) calc(60*(100vw/1080));
	overflow: auto;
}
.main h2 {
	font-weight: normal;
}
.mainLogo {
	position: fixed;
	top: calc(28*(100vw/1080));
	left: calc(24*(100vw/1080));
	width: calc(200*(100vw/1080));
	max-width: 200px;
	min-width: 100px;
	cursor: pointer;
}
.container__col1 .mainLogo {
	position: absolute;
}

.mainLogo img {
	width: 100%;
	height: auto;
}
.container__col1 .main {
	width: 100%;
}
.mainClose {
	position: fixed;
	top: calc(33*(100vw/1080));
    right: calc(33*(100vw/1080));
	width: 42px;
	height: 42px;
	cursor: pointer;
  z-index: 9999;
}
.mainClose span:first-of-type {
	position: absolute;
	width: 42px;
	height: 1px;
	top: 14px;
	left: 0;
	background-color: #ababab;
	transform: rotate(-45deg);

}
.mainClose span:last-of-type {
	position: absolute;
	width: 42px;
	height: 1px;
	top: 14px;
	left: 0;
	background-color: #ababab;
	transform: rotate(45deg);
}
.gotop {
	position: fixed;
	bottom: 33px;
	right: 33px;
	width: calc(33*(100vw/1080));
	height: calc(33*(100vw/1080));
	max-width: 33px;
	max-height: 33px;
	min-width: 16px;
	min-height: 16px;
	cursor: pointer;
}
.gotop img {
	width: 100%;
	height: auto;
}
.mainHead {
	font-size: calc(24*(100vw/1080));
	margin-bottom: calc(32*(100vw/1080));
	letter-spacing: .05em;
}
.container__col1 .mainHead {
	text-align: center;
}
.footerLogo {
	margin-bottom: calc(16*(100vw/1080));
}
.footerLogo img {
	width: calc(158*(100vw/1080));
	min-width: 79px;
}
footer p {
	line-height: 1.8;
	font-size: calc(13*(100vw/1080));
}

/*profile*/
.sideCatch__profile img {
	width: calc(80*(100vw/1080));
	max-width: 80px;
	height: auto;
}
.main__profile {
	background-color: #e7ece4;
}
.main__profile .mainHead {
	color: #A2CA00;
}
.profileBlock {
	line-height: 1.8;
	margin-bottom: calc(90*(100vw/1080));
}
.profileBlock:last-of-type {
	margin-bottom: calc(72*(100vw/1080));
}
.profileName {
	font-weight: bold;
}
.profileImg {
	margin-bottom: calc(32*(100vw/1080));
}
.profileImg img {
	width: 100%;
	max-width: 360px;
	height: auto;
}
.profileName {
	font-size: calc(18*(100vw/1080));
}
.profilePost {
	font-size: calc(16*(100vw/1080));
	margin-bottom: calc(12*(100vw/1080));
}
.profileDesc {
	color: #595757;
	font-size: calc(16*(100vw/1080));
	margin-bottom: calc(16*(100vw/1080));
}
.profileOther p {
	color: #595757;
	font-size: calc(14*(100vw/1080));
	margin-bottom: calc(8*(100vw/1080));
}
.profileOther p a {
	color: #ff9900;
	text-decoration: underline;
}

/*policy*/
.sideCatch__policy img {
	width: calc(88*(100vw/1080));
	max-width: 88px;
	height: auto;
}
.main__policy {
	background-color: #feefdc;
}
.main__policy .mainHead {
	color: #EF9C00;
}
.policyHead {
	font-size: calc(28*(100vw/1080));
	margin-bottom: calc(24*(100vw/1080));
}
.policyDesc {
	color: #595757;
	font-size: calc(14*(100vw/1080));
	line-height: 2;
}

/*stance*/
.sideCatch__stance img {
	width: calc(86*(100vw/1080));
	max-width: 86px;
	height: auto;
}
.main__stance {
	background-color: #e6ebef;
}
.main__stance .mainHead {
	color: #A0B1C7;
}
.stanceHead {
	font-size: calc(28*(100vw/1080));
	margin-bottom: calc(24*(100vw/1080));
	line-height: 1.3;
}
.stanceDesc {
	color: #595757;
	font-size: calc(14*(100vw/1080));
	line-height: 2;
}

/*works*/
.main__works .mainHead {
	color: #D69178;
	margin-bottom: calc(72*(100vw/1080));
}
.worksHead {
	text-align: center;
	margin-bottom: calc(16*(100vw/1080));
	font-size: calc(20*(100vw/1080));
}
.worksList {
	color: #595757;
	position: relative;
	margin: 0 auto calc(32*(100vw/1080));
	width: calc(540*(100vw/1080));
	list-style: none;
	padding: calc(16*(100vw/1080)) 0 calc(16*(100vw/1080)) calc(100*(100vw/1080));
}
.worksList::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #d9d9d9 5%, #d9d9d9 95%, transparent);
    background-image: linear-gradient(to right, transparent, #d9d9d9 5%, #d9d9d9 95%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}
.worksList::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #d9d9d9 5%, #d9d9d9 95%, transparent);
    background-image: linear-gradient(to right, transparent, #d9d9d9 5%, #d9d9d9 95%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}
.worksList li {
	font-size: calc(13*(100vw/1080));
	line-height: 1.5;
	margin-left: 1em;
	text-indent: -1em;
	margin-bottom: .5em;
}
.worksList li:last-of-type {
	margin-bottom: 0;
}
.worksSub {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	width: calc(540*(100vw/1080));
}
.worksSubHead {
	font-weight: normal;
	width: 100%;
	font-size: calc(13*(100vw/1080));
	text-align: center;
	margin-bottom: calc(12*(100vw/1080));
}
.worksSubDesc {
	color: #595757;
	font-size: calc(12*(100vw/1080));
	line-height: 1.5;
}

/*column*/
.columnBadge {
	position: absolute;
	top: calc(72*(100vw/1080));
	right: calc(72*(100vw/1080));
	width: calc(160*(100vw/1080));
	height: calc(160*(100vw/1080));
}
.columnBadge img {
	width: 100%;
	height: auto;
}
.main.main__column {
	padding: calc(192*(100vw/1080)) calc(77*(100vw/1080)) calc(60*(100vw/1080));
}
.main__column .mainHead {
	color: #E7CE8A;
	margin-bottom: calc(50*(100vw/1080));
}
.columnsHead {
	text-align: center;
	margin-bottom: calc(16*(100vw/1080));
	font-size: calc(20*(100vw/1080));
}
.subHead--column {
	text-align: center;
	margin-bottom: calc(96*(100vw/1080));
	line-height: 1.5;
	font-size: calc(16*(100vw/1080));
}
.columnContainer {
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
}
.columnContent {
	width: 64%;
}
.columnSide {
	width: 30%;
}
.columnBlock {
	display: flex;
	justify-content: space-between;
	padding: 72px 0;
	border-bottom: 2px solid #efefef;
}
.columnBlock:first-of-type {
	padding: 0 0 72px;
}
.columnBlock:last-of-type {
	border: none;
}
.columnBlock__thumbnail {
	width: 48%;
}
.columnThumbnail {
	margin-bottom: 12px;
}
.columnThumbnail:last-of-type {
	margin-bottom: 0;
}
.columnThumbnail img {
	width: 100%;
	height: auto;
}
.columnTitle {
	color: #000;
	font-size: 14px;
	margin-bottom: 7px;
}
.columnDate {
	font-size: 12px;
	margin-bottom: 6px;
}
.columnText {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: .5rem;
	letter-spacing: .1em;
}
.columnCategory {
	font-size: 13px;
	line-height: 1.5
}
.columnTag {
	font-size: 13px;
	line-height: 1.5;
	margin-top: .25rem;
}
.columnCategory a,
.columnTag a {
	margin-right: .333rem;
}
.columnBlock__main {
	color: #595757;
	width: 48%;
}
.columnSide__head {
	margin-bottom: 10px;
}
.columnSide__search {
	position: relative;
	margin-bottom: 24px;
}
.columnSide__search span {
	cursor: pointer;
	content: "";
	position: absolute;
	top: calc(50% - 12px);
	right: 16px;
	width: 20px;
	height: 24px;
	background-image: url(../img/icon__search.png);
	background-size: 100% auto;
}
.columnSide__search input {
	width: 100%;
	background-color: #fff1e4;
	border: none;
	padding: 12px 40px 12px 32px;
}
.columnSide__category {
	margin-bottom: 24px;
}
.list--category li {
	color: #595757;
	list-style-type: none;
	font-size: 14px;
	line-height: 2;
}
.list--category li a {
	color: #595757;
}
.columnSide__tag {
	margin-bottom: 24px;
}
.list--tag li {
	color: #595757;
	list-style-type: none;
	font-size: 14px;
	line-height: 2;
}
.list--tag li a {
	color: #595757;
}
.columnSide__archive label {
	position: relative;
}
.columnSide__archive label::after {
	content: "";
	position: absolute;
	top: calc(50% - 10px);
	right: 16px;
	width: 20px;
	height: 20px;
	background-image: url(../img/icon__select.svg);
	background-size: 100% auto;
}
.columnSide__archive select {
	width: 100%;
	background-color: #fff1e4;
	border: none;
	padding: 12px 32px;
	color: #595757;
}
/*contact*/
.main.main__contact {
	padding: calc(192*(100vw/1080)) calc(77*(100vw/1080)) calc(60*(100vw/1080));
}
.main__contact .mainHead {
	color: #AECE7F;
	margin-bottom: calc(50*(100vw/1080));
}
.contactHead {
	text-align: center;
	margin-bottom: calc(16*(100vw/1080));
	font-size: calc(20*(100vw/1080));
}
.subHead--contact {
	text-align: center;
	margin-bottom: calc(16*(100vw/1080));
	line-height: 1.5;
	font-size: calc(16*(100vw/1080));
}
.contactBlock {
	width: 100%;
	max-width: 924px;
	border: 2px solid #d9e3b1;
	padding: 48px;
	margin: 0 auto;
}
.form--input {

}
.form__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
.form__item--content {
	align-items: flex-start;
}
.form__head {
	flex-basis: 210px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.form__item--content .form__head {
	padding-top: 9px;
}
.form__title {
	font-size: 14px;
	color: #3c3c3c;
}
.form__required {
	flex-basis: 40px;
	line-height: 20px;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	font-size: 11px;
	background-color: #e55e40;
}
.form__content {
	flex-basis: calc(100% - 260px);
}
.form__content input {
	width: 100%;
	font-size: 14px;
	border: none;
	padding: 9px 15px;
	background-color: #eff7ec;
}
.form__content input::placeholder {
  color: #b1b1b1;
}
.form__content .error {
	display: block;
	color: #B70000;
	padding-top: 4px;
	font-size: 14px;
}
.form__content textarea {
	width: 100%;
	font-size: 14px;
	border: none;
	background-color: #eff7ec;
	padding: 9px 15px;
	resize: none;
}
.form__block {
	display: flex;
	justify-content: center;
}
.form__block--policy {
	padding-top: 34px;
}
.form__block--step {
	margin-bottom: 44px;
}
.form__policy {
	background-color: #f8f8f8;
	padding: 40px 50px;
	font-size: 14px;
	margin-bottom: 50px;
}
.form__policy a {
	text-decoration: underline;
}
.form__btn {
	display: flex;
	justify-content: center;
	padding-top: 16px;
}
.form__text {
	text-align: center;
	color: #3c3c3c;
	font-size: 14px;
	margin-bottom: 50px;
}
.form__btn .list__item {
	display: flex;
	justify-content: center;
}
.btn {
	text-align: center;
	width: 240px;
	background-color: #ff9900;
	color: #fff;
	padding: 12px 0;
	font-size: 16px;
	line-height: 1.5;
	cursor: pointer;
}
.thanks__head {
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 1em;
}
.thanks__desc {
	text-align: center;
	color: #595757;
	line-height: 1.5;
	font-size: 14px;
	margin-bottom: 1rem;
}



.logo {
	margin: 0 auto;
}
.logo img {
	width: 500px;
	height: auto;
}
.container__top {
	position: relative;
	padding: calc(36*(100vw/1080)) calc(48*(100vw/1080));
	overflow: hidden;
}
.menu {
	list-style-type: none;
}
.menu li {
	font-size: 15px;
	margin-bottom: 24px;
	color: #ACACAC;
	cursor: pointer;
	letter-spacing: .05em;
}
.menu li.menu--policy:hover {
	color: #EF9C00;
}
.menu li.menu--stance:hover {
	color: #A0B1C7;
}
.menu li.menu--profile:hover {
	color: #A2BA00;
}
.menu li.menu--works:hover {
	color: #D69178;
}
.menu li.menu--contact:hover {
	color: #AECE7F;
}
.menu li.menu--column:hover {
	color: #E7CE8A;
}
.indexLogo {
	position: absolute;
	top: calc(50% - (108*(100vw/1080)));
	left: calc(50% - (250*(100vw/1080)));
	width: calc(500*(100vw/1080));
	height: calc(216*(100vw/1080));
}
.indexLogo--c {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(89*(100vw/1080));
	height: calc(177*(100vw/1080));
	background-image: url(../img/logo__c.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.indexLogo--r {
	position: absolute;
	top: calc(26*(100vw/1080));
	left: calc(146*(100vw/1080));
	width: calc(58*(100vw/1080));
	height: calc(123*(100vw/1080));
	background-image: url(../img/logo__r.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.indexLogo--e {
	position: absolute;
	top: calc(26*(100vw/1080));
	left: calc(260*(100vw/1080));
	width: calc(29*(100vw/1080));
	height: calc(121*(100vw/1080));
	background-image: url(../img/logo__e.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.indexLogo--h {
	position: absolute;
	top: calc(26*(100vw/1080));
	left: calc(362*(100vw/1080));
	width: calc(45*(100vw/1080));
	height: calc(120*(100vw/1080));
	background-image: url(../img/logo__h.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.indexLogo--a {
	position: absolute;
	top: calc(22*(100vw/1080));
	left: calc(453*(100vw/1080));
	width: calc(48*(100vw/1080));
	height: calc(126*(100vw/1080));
	background-image: url(../img/logo__a.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.indexLogo--design {
	position: absolute;
	top: calc(76*(100vw/1080));
	left: calc(33*(100vw/1080));
	width: calc(69*(100vw/1080));
	height: calc(26*(100vw/1080));
	background-image: url(../img/logo__design.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.indexLogo--creation {
	position: absolute;
	bottom: 0;
	left: calc(50% - (151*(100vw/1080)));
	width: calc(330*(100vw/1080));
	height: calc(22*(100vw/1080));
	background-image: url(../img/logo__creation.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}



@media screen and (min-width:1080px) {
	.indexLogo {
		position: absolute;
		top: calc(50% - 108px);
		left: calc(50% - 250px);
		width: 500px;
		height: 216px;
	}
	.indexLogo--c {
		width: calc(89px);
		height: calc(177px);
	}
	.indexLogo--r {
		top: 26px;
		left: 146px;
		width: 58px;
		height: 123px;
	}
	.indexLogo--e {
		top: 26px;
		left: 260px;
		width: 29px;
		height: 121px;
	}
	.indexLogo--h {
		top: 26px;
		left: 362px;
		width: 45px;
		height: 120px;
	}
	.indexLogo--a{
		top: 22px;
		left: 451px;
		width: 48px;
		height: 126px;
	}
	.indexLogo--design {
		top: 76px;
		left: 33px;
		width: 69px;
		height: 26px;
	}
	.indexLogo--creation {
		bottom: 0;
		left: calc(50% - 151px);
		width: 330px;
		height: 22px;
	}
	.menu li {
		font-size: calc(18*(100vw/1080));
	}
	/*common*/
	.side {
		padding: 28px 24px;
		width: 408px;
	}
	.sideLogo {
		margin-bottom: 64px;
	}
	.sideCopy {
		bottom: 28px;
	}
	.copy {
		bottom: 28px;
	}
	.main {
		width: calc(100% - 408px);
		padding: 160px 77px 60px;
	}
	.mainLogo {
		top: 28px;
		left: 24px;
	}
	.mainClose {
		top: 33px;
		right: 33px;
	}
	.mainHead {
		font-size: 24px;
		margin-bottom: 32px;
	}
	.footerLogo {
		margin-bottom: 16px;
	}
	.footerLogo img {
		width: 158px;
	}
	footer p {
		font-size: 13px;
	}
	/*profile*/
	.profileBlock {
		margin-bottom: 90px;
	}
	.profileBlock:last-of-type {
		margin-bottom: 72px;
	}
	.profileImg {
		margin-bottom: 32px;
	}
	.profileName {
		font-size: 18px;
	}
	.profilePost {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.profileDesc {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.profileOther p {
		font-size: 14px;
		margin-bottom: 8px;
	}
	/*policy*/
	.policyHead {
		font-size: 28px;
		margin-bottom: 24px;
	}
	.policyDesc {
		font-size: 14px;
	}
	/*stance*/
	.stanceHead {
		font-size: 28px;
		margin-bottom: 24px;
	}
	.stanceDesc {
		font-size: 14px;
	}
	/*works*/
	.main__works .mainHead {
		margin-bottom: 72px;
	}
	.worksHead {
		margin-bottom: 16px;
		font-size: 20px;
	}
	.worksList {
		margin: 0 auto 32px;
		width: 540px;
		padding: calc(16*(100vw/1080)) 0 calc(16*(100vw/1080)) 100px;
	}
	.worksList li {
		font-size: 13px;
	}
	.worksSub {
		width: 540px;
	}
	.worksSubHead {
		font-size: 13px;
		margin-bottom: 12px;
	}
	.worksSubDesc {
		font-size: 12px;
	}
	/*column*/
	.columnBadge {
		top: 72px;
		right: 72px;
		width: 160px;
		height: 160px;
	}
	.main.main__column {
		padding: 192px 77px 60px;
	}
	.subHead--column {
		font-size: 16px;
	}
	.columnContent {
		width: calc(100% - 328px);
	}
	.columnSide {
		width: 280px;
	}
	.columnBlock__thumbnail {
		width: 288px;
	}
	.columnBlock__main {
		width: calc(100% - 314px);
	}
	/*contact*/
	.subHead--contact {
		font-size: 16px;
	}
	.main.main__contact {
		padding: 192px 77px 60px;
	}
}
@media screen and (max-width:480px) {
	.side {
		width: 132px;
		padding: 24px 16px;
	}
	.sideLogo img {
		width: 100px;
	}
	.main {
		width: calc(100% - 132px);
		padding: 80px 24px 60px!important;
	}
	.mainLogo {
		top: 24px;
		left: 24px;
	}
	.mainClose {
		width: 32px;
		height: 32px;
		top: 24px;
		right: 24px;
	}
	.mainClose span:first-of-type {
		width: 32px;
	}
	.mainClose span:last-of-type {
		width: 32px;
	}
	.gotop {
		bottom: 24px;
		right: 24px;
	}
	.mainHead,
	.main__contact .mainHead,
	.main__works .mainHead {
		font-size: 18px;
	}
	.profileName {
		font-size: 13px;
	}
	.profilePost {
		font-size: 12px;
	}
	.profileDesc,
	.profileOther p {
		font-size: 12px;
	}
	.worksList {
		width: 100%;
		padding: 16px;
		margin-bottom: 32px;
	}
	.worksList li {
		font-size: 13px;
	}
	.worksSub {
		width: 90%;
	}
	.worksHead,
	.worksSubHead {
		font-size: 14px;
		margin-bottom: 14px;
	}
	.worksSubDesc {
		font-size: 12px;
	}
	.policyHead,
	.stanceHead {
		font-size: 14px;
	}
	.policyDesc {
		font-size: 12px;
	}
	.columnBadge {
		display: none;
	}
	.subHead--column {
		font-size: 13px;
	}
	.columnContainer {
		flex-wrap: wrap;
	}
	.columnContent {
		width: 100%;
	}
	.columnSide {
		width: 100%;
	}
	.subHead--contact {
		font-size: 13px;
		margin-bottom: 13px;
	}
	.contactBlock {
		padding: 24px;
	}
	.form__item {
		flex-wrap: wrap;
	}
	.form__head {
		flex-basis: 100%;
	}
	.form__content {
		flex-basis: 100%;
	}
	.form__head {
		justify-content: flex-start;
		margin-bottom: 8px;
	}
	.form__title {
		font-size: 13px;
	}
	.form__required {
		margin-left: 12px;
	}
	.form__item {
		margin-bottom: 24px;
	}
}

/* animation */
.container__green {
	background-color: #AED603;
}
.container__beige {
	background-color: #FFFDED;
}
.container__mov {
	padding: 0;
}
.indexSkip {
	position: absolute;
	bottom: calc(20 *(100vw/620));
	left: calc(20 *(100vw/620));
	width: calc(54 *(100vw/620));
	height: calc(12 *(100vw/620));
	background-image: url(../img/click_enter.png);
	background-size: 100% auto;
	cursor: pointer;
}
.indexPhrase {
	position: absolute;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.indexPhrase--01 {
	width: calc(283*(100vw/780));
	height: calc(53*(100vw/780));
	top: calc(50% - (53/2 *(100vw/780)));
	left: calc(50% - (283/2 *(100vw/780))); 
	background-image: url(../img/用と美.png);
}
.indexPhrase--02 {
	width: calc(782*(100vw/780));
	height: calc(484*(100vw/780));
	top: calc(50% - (540/2 *(100vw/780)));
	left: calc(50% - (1095/2 *(100vw/780))); 
	background-image: url(../img/パターンBシャドウ.png);
	zoom: 1.43;
}
.indexPhrase--03 {
	width: calc(782*(100vw/780));
	height: calc(484*(100vw/780));
	top: calc(50% - (557/2 *(100vw/780)));
	left: calc(50% - (936/2 *(100vw/780))); 
	background-image: url(../img/パターンB.png);
	zoom: 1.92;
}


.indexPhrase--b01 {
	width: 46.875vh;
	height: 13.75vh;
	bottom: 1.6vh;
	left: calc(50% - (20 *(100vh/480)));
	background-size: auto 100%;
	background-image: url(../img/黒衣のように01_のように.png);
}
.indexPhrase--b02 {
	width: 58.541vh;
	height: 57.291vh;
	bottom: 8vh;
	left: calc(50% - (90 *(100vh/480)));
	background-size: auto 100%;
	background-image: url(../img/黒衣のように01_衣.png);
}
.indexPhrase--b03 {
	width: 70.416vh;
	height: 69.583vh;
	top: 3.75vh;
	left: calc(50% - (230 *(100vh/480)));
	background-size: auto 100%;
	background-image: url(../img/黒衣のように01_黒.png);
}
.indexPhrase--e01 {
	width: 12.7vh;
	height: 51vh;
	bottom: 2.9vh;
	left: calc(50% + (62 *(100vh/480)));
	background-size: auto 100%;
	background-image: url(../img/黒衣のように02_のように.png);
}
.indexPhrase--e02 {
	width: 46vh;
	height: 44.444vh;
	top: 3.333vh;
	left: calc(50% - (74 *(100vh/480)));
	background-size: auto 100%;
	background-image: url(../img/黒衣のように02_黒.png);
}
.indexPhrase--e03 {
	width: 63.541vh;
	height: 61.875vh;
	top: 23.333vh;
	left: calc(50% - (223 *(100vh/480)));
	background-size: auto 100%;
	background-image: url(../img/黒衣のように02_衣.png);
}
@media screen and (max-width:769px) {
	.indexSkip {
		bottom: 20px;
		left: 20px;
		width: 92px;
		height: 20px;
	}
	.indexPhrase--b01 {
		width: calc(172*((100vw/346)));
		height: calc(50*((100vw/346)));
		top: calc(50% + (133 *((100vw/346))));
		left: calc(50% - (60 *((100vw/346))));
		background-size: 100% auto;
	}
	.indexPhrase--b02 {
		width: calc(210*((100vw/346)));
		height: calc(210*((100vw/346)));
		top: calc(50% - (47 *((100vw/346))));
		left: calc(50% - (26 *((100vw/346))));
		background-size: 100% auto;
	}
	.indexPhrase--b03 {
		width: calc(260*((100vw/346)));
		height: calc(260*((100vw/346)));
		top: calc(50% - (163 *((100vw/346))));
		left: calc(50% - (160 *((100vw/346))));
		background-size: 100% auto;
	}
	.indexPhrase--e01 {
		width: calc(52*((100vw/346)));
		height: calc(208*((100vw/346)));
		top: calc(50% - (5 *((100vw/346))));
		left: calc(50% + (90 *((100vw/346))));
		background-size: 100% auto;
	}
	.indexPhrase--e02 {
		width: calc(170*((100vw/346)));
		height: calc(172*((100vw/346)));
		top: calc(50% - (180 *((100vw/346))));
		left: calc(50% - (22 *((100vw/346))));
		background-size: 100% auto;
	}
	.indexPhrase--e03 {
		width: calc(270*((100vw/346)));
		height: calc(300*((100vw/346)));
		top: calc(50% - (143 *((100vw/346))));
		left: calc(50% - (150 *((100vw/346))));
		background-size: 100% auto;
	}
}
@media screen and (max-width:481px) {

}
/*
.indexPhrase--b01 {
	width: calc(225*(100vw/780));
	height: calc(66*(100vw/780));
	top: calc(50% + (168 *(100vw/780)));
	left: calc(50% - (20 *(100vw/780)));
	background-image: url(../img/黒衣のように01_のように.png);
}
.indexPhrase--b02 {
	width: calc(281*(100vw/780));
	height: calc(275*(100vw/780));
	top: calc(50% - (70 *(100vw/780)));
	left: calc(50% - (90 *(100vw/780)));
	background-image: url(../img/黒衣のように01_衣.png);
}
.indexPhrase--b03 {
	width: calc(338*(100vw/780));
	height: calc(334*(100vw/780));
	top: calc(50% - (224 *(100vw/780)));
	left: calc(50% - (230 *(100vw/780)));
	background-image: url(../img/黒衣のように01_黒.png);
}

@media screen and (min-width:1080px) {
	.indexPhrase--b01 {
		width: 311px;
		height: 91px;
		top: calc(50% + 232px);
		left: calc(50% - 27px);
	}
	.indexPhrase--b02 {
		width: 389px;
		height: 380px;
		top: calc(50% - 97px);
		left: calc(50% - 124px);
	}
	.indexPhrase--b03 {
		width: 468px;
		height: 462px;
		top: calc(50% - 310px);
		left: calc(50% - 318px);
	}
}


.indexPhrase--e01 {
	width: calc(61*(100vw/780));
	height: calc(245*(100vw/780));
	top: calc(50% - (16 *(100vw/780)));
	left: calc(50% + (62 *(100vw/780)));
	background-image: url(../img/黒衣のように02_のように.png);
}
.indexPhrase--e02 {
	width: calc(204*(100vw/780));
	height: calc(200*(100vw/780));
	top: calc(50% - (226 *(100vw/780)));
	left: calc(50% - (74 *(100vw/780)));
	background-image: url(../img/黒衣のように02_黒.png);
}
.indexPhrase--e03 {
	width: calc(305*(100vw/780));
	height: calc(297*(100vw/780));
	top: calc(50% - (131 *(100vw/780)));
	left: calc(50% - (223 *(100vw/780)));
	background-image: url(../img/黒衣のように02_衣.png);
}

@media screen and (min-width:1080px) {
	.indexPhrase--e01 {
		width: 84px;
		height: 339px;
		top: calc(50% - 22px);
		left: calc(50% + 86px);
	}
	.indexPhrase--e02 {
		width: 282px;
		height: 277px;
		top: calc(50% - 313px);
		left: calc(50% - 102px);
	}
	.indexPhrase--e03 {
		width: 422px;
		height: 411px;
		top: calc(50% - 181px);
		left: calc(50% - 308px);
	}
}
*/
.indexPhrase--04 {
	width: calc(419*(100vw/780));
	height: calc(236*(100vw/780));
	bottom: calc(5 *(100vw/780));
	right: calc(-71 *(100vw/780)); 
	background-image: url(../img/黒衣のようにシャドウ.png);
}
.indexPhrase--05 {
	width: calc(376*(100vw/780));
	height: calc(213*(100vw/780));
	bottom: calc(5 *(100vw/780));
	right: calc(-111 *(100vw/780)); 
	background-image: url(../img/黒衣のように.png);
}
.indexPhrase--06 {
	width: calc(782*(100vw/780));
	height: calc(484*(100vw/780));
	top: calc(50% - (484/2 *(100vw/780)));
	left: calc(50% - (782/2 *(100vw/780))); 
	background-image: url(../img/パターンBシャドウ.png);
}
.indexPhrase--07 {
	width: calc(782*(100vw/780));
	height: calc(484*(100vw/780));
	top: calc(50% - (484/2 *(100vw/780)));
	left: calc(50% - (782/2 *(100vw/780))); 
	background-image: url(../img/パターンB.png);
}
.indexPhrase--08 {
	width: 100%;
	padding-top: 61.8925%;
	top: 50%;
	left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	background-image: url(../img/グラフィックデザイナー2.png);
}
.indexPhrase--09 {
	width: calc(521*(100vw/780));
	height: calc(115*(100vw/780));
	top: calc(50% - (115/2 *(100vw/780)));
	left: calc(50% - (521/2 *(100vw/780))); 
	background-image: url(../img/グラフィックデザイナー.png);
}
.indexPhrase--10 {
	width: 100%;
	height: 100%;
	background-image: url(../img/無から有2.png);
	background-position: center;
	background-size: auto 100%;
}
.indexPhrase--11 {
	width: 100%;
	height: 100%;
	background-image: url(../img/無から有.png);
	background-position: center;
	background-size: auto 100%;
}
.indexPhrase--12 {
	width: calc(321*(100vw/780));
	height: calc(136*(100vw/780));
	top: calc(50% - (136/2 *(100vw/780)));
	left: calc(50% - (524/2 *(100vw/780)));
	background-image: url(../img/新をきずく.png);
}
.indexPhrase--13 {
	width: calc(321*(100vw/780));
	height: calc(136*(100vw/780));
	top: calc(50% - (136/2 *(100vw/780)));
	right: calc(50% - (524/2 *(100vw/780))); 
	background-image: url(../img/有から.png);
}
.indexPhrase--14 {
	width: calc(321*(100vw/780));
	height: calc(136*(100vw/780));
	top: calc(50% - (136/2 *(100vw/780)));
	left: calc(50% - (321/2 *(100vw/780))); 
	background-image: url(../img/有から新をきずく.png);
}
.indexPhrase--cover {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.indexPhrase--15 {
	top: calc(50% - (1446/2 *(100vw/780)));
	left: calc(50% - (1687/2 *(100vw/780))); 
	width: 230%;
	height: 230%;
	background-size: cover;
	background-position: center;
	background-image: url(../img/パターンBシャドウ00.png);
	background-repeat: repeat;
}
.indexPhrase--copy {
	top: 0;
	left: 0; 
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	background-image: url(../img/パターンD02シャドウ_design.png);
	background-repeat: repeat;
}
.indexPhrase--16 {
	top: calc(50% - (1068/2 *(100vw/780)));
	left: calc(50% - (1811/2 *(100vw/780))); 
	width: 194%;
	height: 194%;
	background-size: cover;
	background-position: center;
	background-image: url(../img/パターンB01.png);
	background-repeat: repeat;
}
.indexPhrase--17 {
	top: calc(50% - (842/2 *(100vw/780)));
	left: calc(50% - (971/2 *(100vw/780))); 
	width: 150%;
	height: 150%;
	background-size: cover;
	background-position: center;
	background-image: url(../img/パターンD02シャドウ.png);
	background-repeat: repeat;
}
.indexPhrase--cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media screen and (max-width:769px) {
	.indexPhrase--04 {
		width: calc(766*(100vw/768));
		height: calc(434*(100vw/768));
		bottom: calc(185 *(100vw/768));
		right: calc(-156 *(100vw/768)); 
	}
	.indexPhrase--05 {
		width: calc(686*(100vw/768));
		height: calc(390*(100vw/768));
		bottom: calc(185 *(100vw/768));
		right: calc(-228 *(100vw/768)); 
	}
}
@media screen and (max-width:481px) {
	.indexPhrase--04 {
		width: calc(530*(100vw/390));
		height: calc(300*(100vw/390));
		bottom: calc(124 *(100vw/390));
		right: calc(-98 *(100vw/390)); 
	}
	.indexPhrase--05 {
		width: calc(476*(100vw/390));
		height: calc(270*(100vw/390));
		bottom: calc(124 *(100vw/390));
		right: calc(-160 *(100vw/390)); 
	}
}
/*
.indexPhrase--02 {
	width: calc(782*(100vw/780));
	height: calc(484*(100vw/780));
	top: calc(50% - (484/2 *(100vw/780)));
	left: calc(50% - (782/2 *(100vw/780))); 
	background-image: url(../img/パターンA.png);
}
.indexPhrase--03 {
	width: calc(782*(100vw/780));
	height: calc(484*(100vw/780));
	top: calc(50% - (557/2 *(100vw/780)));
	left: calc(50% - (936/2 *(100vw/780))); 
	background-image: url(../img/パターンB.png);
	zoom: 1.92;
}
*/
/*
.indexPhrase--01 {
	width: calc(705*(100vw/1080));
	height: calc(130*(100vw/1080));
	top: calc(50% - (130/2 *(100vw/1080)));
	left: calc(50% - (705/2 *(100vw/1080))); 
	background-image: url(../img/phrase01.png);
}
.indexPhrase--02 {
	width: calc(674*(100vw/1080));
	height: calc(384*(100vw/1080));
	bottom: calc(48 *(100vw/1080));
	right: calc(38 *(100vw/1080)); 
	background-image: url(../img/phrase02.png);
}
.indexPhrase--03 {
	width: calc(924*(100vw/1080));
	height: calc(203*(100vw/1080));
	top: calc(50% - (203/2 *(100vw/1080)));
	left: calc(50% - (924/2 *(100vw/1080))); 
	background-image: url(../img/phrase03.png);
}
.indexPhrase--04 {
	width: calc(435*(100vw/1080));
	height: calc(232*(100vw/1080));
	bottom: calc(50% + (203/2 *(100vw/1080)));
	left: calc(50% - (416 *(100vw/1080))); 
	background-image: url(../img/phrase04.png);
}
.indexPhrase--05 {
	width: calc(468*(100vw/1080));
	height: calc(190*(100vw/1080));
	bottom: calc(50% + (433/2 *(100vw/1080)));
	left: calc(50% - (68 *(100vw/1080))); 
	background-image: url(../img/phrase05.png);
}
.indexPhrase--06 {
	width: calc(674*(100vw/1080));
	height: calc(216*(100vw/1080));
	bottom: calc(48 *(100vw/1080));
	left: calc(38 *(100vw/1080)); 
	background-image: url(../img/phrase06.png);
}
.indexPhrase--07 {
	width: calc(600*(100vw/1080));
	height: calc(83*(100vw/1080));
	bottom: calc(50% + (440/2 *(100vw/1080)));
	left: calc(50% - (300 *(100vw/1080))); 
	background-image: url(../img/phrase07.png);
}
.indexPhrase--08 {
	width: calc(700*(100vw/1080));
	height: calc(83*(100vw/1080));
	bottom: calc(50% - (606/2 *(100vw/1080)));
	left: calc(50% - (350 *(100vw/1080))); 
	background-image: url(../img/phrase08.png);
}
.indexPhrase--09 {
	width: calc(700*(100vw/1080));
	height: calc(320*(100vw/1080));
	top: calc(50% - (320/2 *(100vw/1080)));
	left: calc(50% - (700/2 *(100vw/1080))); 
	background-image: url(../img/phrase09.png);
}
.indexPhrase--10 {
	width: calc(664*(100vw/1080));
	height: calc(360*(100vw/1080));
	top: calc(50% - (360/2 *(100vw/1080)));
	left: calc(50% - (664/2 *(100vw/1080))); 
	background-image: url(../img/phrase10.png);
}
.indexPhrase--11 {
	width: calc(912*(100vw/1080));
	height: calc(192*(100vw/1080));
	top: calc(50% - (192/2 *(100vw/1080)));
	left: calc(50% - (912/2 *(100vw/1080))); 
	background-image: url(../img/phrase11.png);
}
.indexPhrase--12 {
	width: calc(500*(100vw/1080));
	height: calc(170*(100vw/1080));
	top: calc(48 *(100vw/1080));
	left: calc(38 *(100vw/1080)); 
	background-image: url(../img/phrase12.png);
}
.indexPhrase--13 {
	width: calc(700*(100vw/1080));
	height: calc(146*(100vw/1080));
	bottom: calc(48 *(100vw/1080));
	right: calc(38 *(100vw/1080)); 
	background-image: url(../img/phrase13.png);
}
.indexPhrase--14 {
	width: calc(924*(100vw/1080));
	height: calc(185*(100vw/1080));
	top: calc(50% - (185/2 *(100vw/1080)));
	left: calc(50% - (924/2 *(100vw/1080))); 
	background-image: url(../img/phrase14.png);
}



@media screen and (min-width:1080px) {
	.indexPhrase--01 {
		width: 705px;
		height: 130px;
		top: calc(50% - (130px/2));
		left: calc(50% - (705px/2)); 
	}
	.indexPhrase--02 {
		width: 674px;
		height: 384px;
		bottom: 48px;
		right: 38px; 
	}
	.indexPhrase--03 {
		width: 924px;
		height: 203px;
		top: calc(50% - (203px/2));
		left: calc(50% - (924px/2)); 
	}
	.indexPhrase--04 {
		width: 435px;
		height: 232px;
		bottom: calc(50% + (203px/2));
		left: calc(50% - 416px);
	}
	.indexPhrase--05 {
		width: 468px;
		height: 190px;
		bottom: calc(50% + (433px/2));
		left: calc(50% - 68px);
	}
	.indexPhrase--06 {
		width: 674px;
		height: 216px;
		bottom: 48px;
		right: 38px; 
	}
	.indexPhrase--07 {
		width: 600px;
		height: 83px;
		bottom: calc(50% + (440px/2));
		left: calc(50% - 300px);
	}
	.indexPhrase--08 {
		width: 700px;
		height: 83px;
		bottom: calc(50% - (606px/2));
		left: calc(50% - 350px);
	}
	.indexPhrase--09 {
		width: 700px;
		height: 320px;
		top: calc(50% - (320px/2));
		left: calc(50% - (700px/2)); 
	}
	.indexPhrase--10 {
		width: 664px;
		height: 360px;
		top: calc(50% - (360px/2));
		left: calc(50% - (664px/2)); 
	}
	.indexPhrase--11 {
		width: 912px;
		height: 192px;
		top: calc(50% - (192px/2));
		left: calc(50% - (912px/2)); 
	}
	.indexPhrase--12 {
		width: 500px;
		height: 170px;
		top: 48px;
		left: 38px; 
	}
	.indexPhrase--13 {
		width: 700px;
		height: 146px;
		bottom: 48px;
		right: 38px; 
	}
	.indexPhrase--14 {
		width: 924px;
		height: 185px;
		top: calc(50% - (185px/2));
		left: calc(50% - (924px/2)); 
	}
}
*/
