.fadeIn {
	opacity: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.fadeIn.is-show {
	opacity: 1;
}

/*下からフェードイン*/

.fadeIn_up {
	opacity: 0;
	-webkit-transform: translate(0, 10%);
	   -moz-transform: translate(0, 10%);
	    -ms-transform: translate(0, 10%);
	     -o-transform: translate(0, 10%);
	        transform: translate(0, 10%);
	-webkit-transition: 2s;
	-o-transition: 2s;
	-moz-transition: 2s;
	transition: 2s;
}

.fadeIn_up.is-show {
	-webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	     -o-transform: translate(0, 0);
	        transform: translate(0, 0);
	opacity: 1;
}

.fadeIn_up2.is-show {
	-webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	     -o-transform: translate(0, 0);
	        transform: translate(0, 0);
	opacity: 1;
}

/*左からフェードイン*/

.fadeIn_left {
	opacity: 0;
	-webkit-transform: translate(-50%, 0);
	   -moz-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	     -o-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	-webkit-transition: 2s;
	-o-transition: 2s;
	-moz-transition: 2s;
	transition: 2s;
}

.fadeIn_left.is-show {
	-webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	     -o-transform: translate(0, 0);
	        transform: translate(0, 0);
	opacity: 1;
}

/*右からフェードイン*/

.fadeIn_right {
	opacity: 0;
	-webkit-transform: translate(50%, 0);
	   -moz-transform: translate(50%, 0);
	    -ms-transform: translate(50%, 0);
	     -o-transform: translate(50%, 0);
	        transform: translate(50%, 0);
	-webkit-transition: 2s;
	-o-transition: 2s;
	-moz-transition: 2s;
	transition: 2s;
}

.fadeIn_right.is-show {
	-webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	     -o-transform: translate(0, 0);
	        transform: translate(0, 0);
	opacity: 1;
}

body {
	min-width: 1020px;
}

a {
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
	     -o-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}

a:hover {
	opacity: .8;
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
	     -o-transition-duration: 0.3s;
	        transition-duration: 0.3s;
}

.wrap {
	overflow: hidden;
}

.mb40 {
	margin-bottom: 40px !important;
}

.breadcrumbs {
	background: #FFFFFF;
	padding-bottom: 9.5em;
}

.breadcrumbs__inner {
	max-width: 1040px;
	margin: auto;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 1em;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateZ(0px);
}

.breadcrumbs__inner span {
	overflow-y: hidden;
}

.breadcrumbs__inner strong {
	font-weight: bold;
}

/* A Modern CSS Reset */

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

ul[class],
ol[class] {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

ul[class],
ol[class] {
	list-style: none;
}

a:not([class]) {
	text-decoration-skip-ink: auto;
}

img,
picture {
	max-width: 100%;
	display: block;
}

article > * + * {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}

img:not([alt]) {
	-webkit-filter: blur(10px);
	        filter: blur(10px);
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	line-height: 1.15;
	word-wrap: break-word;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1.7;
	color: #222;
	text-align: left;
	letter-spacing: 0.07em;
	-webkit-text-size-adjust: 100%;
}

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

img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

input[type="text"]:focus {
	outline: 0;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.header {
	-webkit-box-shadow: 1px 1px 5px 1px #999999;
	   -moz-box-shadow: 1px 1px 5px 1px #999999;
	        box-shadow: 1px 1px 5px 1px #999999;
	position: relative;
	z-index: 1;
	width: 100%;
}

.header__inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	padding: 2em 1em;
}

.header__inner .header-logo img {
	width: 100%;
}

.header__inner .header-nav {
	width: 80%;
}

.header__inner .header-nav__inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	   -moz-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.header__inner .header-nav-item {
	padding: 0 .5em;
}

.header__inner .header-nav-item a {
	font-weight: 500;
}

.header__inner .header-nav-item.h-contact {
	background: #436BBB;
	-webkit-border-radius: .3em;
	   -moz-border-radius: .3em;
	        border-radius: .3em;
	width: 22%;
	margin-left: 1em;
	padding: 0 .5em;
}

.header__inner .header-nav-item.h-contact a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	padding: .5em 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.header__inner .header-nav-item.h-contact a .h-icon {
	margin-right: 5%;
}

.header__inner .header-nav-item.h-contact a .h-icon img {
	width: 100%;
}

.mainVisual {
	background-image: url("https://wreath04.xsrv.jp/websample/unitbase/images/common/mv/mv.jpg");
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	        background-size: cover;
	height: 89vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.mainVisual__inner {
	max-width: 1040px;
	min-width: 950px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.mainVisual__inner-contents {
	width: 460px;
}

.mainVisual__inner-contents .title h2 {
	font-size: -webkit-calc(100vw / ( 950 / 19 ));
	font-size: -moz-calc(100vw / ( 950 / 19 ));
	font-size: calc(100vw / ( 950 / 19 ));
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
}

.mainVisual__inner-contents .sp-logo {
	display: none;
	width: 30%;
	margin: 1em auto;
}

.mainVisual__inner-contents .text {
	margin: 1em 0;
}

.mainVisual__inner-contents .text p {
	font-size: -webkit-calc(100vw / ( 950 / 11 ));
	font-size: -moz-calc(100vw / ( 950 / 11 ));
	font-size: calc(100vw / ( 950 / 11 ));
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
}

.mainVisual__inner-contents .min-unitbase-banner {
	width: 90%;
}

.mainVisual__inner-contents .min-unitbase-banner img {
	width: 100%;
}

.mainVisual__inner-contents .min-unitbase-banner .button-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 1em;
}

.mainVisual__inner-contents .min-unitbase-banner .button-top .button-top-item {
	width: 50%;
	border-left: 2px solid #222;
}

.mainVisual__inner-contents .min-unitbase-banner .button-top .button-top-item:last-of-type {
	border-right: solid 2px #222;
}

.mainVisual__inner-contents .min-unitbase-banner .button-top .button-top-item a {
	display: block;
	font-weight: bold;
	text-align: center;
}

.intro {
	padding: 5em;
}

.intro__inner {
	max-width: 1040px;
	margin: 0 auto;
	text-align: center;
}

.intro__inner .title h2 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin-bottom: 3em;
}

.intro__inner .title h2:before {
	background-color: #436BBB;
	content: '';
	position: absolute;
	bottom: -1.5em;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.intro__inner .text p {
	font-size: 20px;
	font-size: 2rem;
}

.ubSystem {
	background: #f7fafd;
	width: 95%;
	padding-bottom: 15em;
}

.ubSystem__inner {
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 1040px;
	margin: 0 auto;
	padding: 5em 0 5em 5%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.ubSystem__inner .headline {
	min-width: 513px;
}

.ubSystem__inner .headline .title h3 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700;
}

.ubSystem__inner .headline .title h3 .fontSB {
	color: #436BBB;
}

.ubSystem__inner .headline .text {
	margin: 1em 0 2em;
}

.ubSystem__inner .headline .text p {
	font-size: 16px;
	font-size: 1.6rem;
}

.ubSystem__inner .headline .more {
	width: 320px;
	border: 1px solid #436BBB;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.ubSystem__inner .headline .more a {
	position: relative;
	color: #436BBB;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 1em 1em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.ubSystem__inner .headline .more a:after {
	content: url("https://wreath04.xsrv.jp/websample/unitbase/images/common/icon/icon-arrow.png");
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	        background-size: cover;
	width: 12px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 20%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.ubSystem__inner .headline .more a:hover:after {
	right: 17%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.ubSystem__inner .image img {
	width: 100%;
	height: auto;
}

.ubSystem__inner.systemAreaTwo {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	   -moz-box-orient: horizontal;
	   -moz-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.ubSystem__inner.systemAreaTwo .headline {
	margin-left: 5%;
}

.ubSystem .more.sp {
	display: none;
}

.unitbase-banner {
	max-width: 620px;
	margin: -13.5em auto 15em;
}

.user {
	padding-bottom: 3em;
}

.user__inner {
	max-width: 90%;
	margin: 0 auto;
}

.user__inner .title {
	text-align: center;
	margin-bottom: 2em;
}

.user__inner .title h2 {
	font-size: -webkit-calc(100vw / ( 1200 / 26 ));
	font-size: -moz-calc(100vw / ( 1200 / 26 ));
	font-size: calc(100vw / ( 1200 / 26 ));
}

.user__inner .title h2 br {
	display: none;
}

.user__inner .text {
	padding: 1em;
	height: 12vh;
}

.user__inner .text .company {
	font-size: -webkit-calc(100vw / ( 360 / 3 ));
	font-size: -moz-calc(100vw / ( 360 / 3 ));
	font-size: calc(100vw / ( 360 / 3 ));
}

.user__inner .text .comment {
	font-size: -webkit-calc(100vw / ( 360 / 3 ));
	font-size: -moz-calc(100vw / ( 360 / 3 ));
	font-size: calc(100vw / ( 360 / 3 ));
	font-weight: 500;
}

.user__inner .slider {
	position: relative;
}

.user__inner .slider .slick-track {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 2em;
}

.user__inner .slider-item {
	margin: 0 1%;
	-webkit-box-shadow: 1px 1px 5px 1px #999999;
	   -moz-box-shadow: 1px 1px 5px 1px #999999;
	        box-shadow: 1px 1px 5px 1px #999999;
	float: none !important;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

.user__inner .slider-item:hover {
	opacity: .8;
}

.user__inner .slider .slick-arrow {
	cursor: pointer;
	position: absolute;
	z-index: 1;
}

.user__inner .slider .slick-arrow.next,
.user__inner .slider .slick-arrow.prev {
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.user__inner .slider .slick-arrow.next {
	right: 32%;
}

.user__inner .slider .slick-arrow.prev {
	left: 32%;
}

.user__inner .slider .slick-dots li.slick-active button:before,
.user__inner .slider .slick-dots li button:before {
	color: #436BBB;
}

.user__inner .more {
	width: 320px;
	margin: 3em auto;
	border: 1px solid #436BBB;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.user__inner .more a {
	position: relative;
	color: #436BBB;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 1em 1em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.user__inner .more a:after {
	content: "";
	background-image: url("https://wreath04.xsrv.jp/websample/unitbase/images/common/icon/icon-arrow.png");
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	        background-size: cover;
	width: 12px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 16%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.user__inner .more a:hover:after {
	right: 13%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.manga {
	background: #f7fafd;
	padding: 6em;
}

.manga__inner {
	max-width: 1040px;
	margin: 0 auto;
}

.manga__inner .manga-banner img {
	width: 100%;
	height: auto;
}

.manga__inner .unitbase-banner {
	margin: 5em auto 0em;
}

.button {
	max-width: 620px;
	margin: 0 auto !important;
}

.button-item {
	background: #436BBB;
	-webkit-border-radius: .3em;
	   -moz-border-radius: .3em;
	        border-radius: .3em;
	text-align: center;
	margin-top: 2em;
}

.button-item a {
	color: #FFFFFF;
	display: block;
	font-size: -webkit-calc(100vw / ( 660 / 8 ));
	font-size: -moz-calc(100vw / ( 660 / 8 ));
	font-size: calc(100vw / ( 660 / 8 ));
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	padding: 3% 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.button-item a .h-icon {
	width: 37px;
	margin-right: .5em;
}

.button-item a .h-icon img.icon {
	margin-right: 1em;
}

.dlArea {
	background: #436BBB;
}

.dlArea__contents {
	max-width: 1040px;
	margin: 0 auto;
	padding: 5em 0;
}

.dlArea__contents .headline {
	color: #FFFFFF;
	text-align: center;
}

.dlArea__contents .headline h2 {
	font-size: -webkit-calc(100vw / ( 1040 / 20 ));
	font-size: -moz-calc(100vw / ( 1040 / 20 ));
	font-size: calc(100vw / ( 1040 / 20 ));
	font-weight: 500;
	margin-bottom: 1em;
}

.dlArea__contents .headline h2 br {
	display: none;
}

.dlArea__contents .headline p {
	font-size: -webkit-calc(100vw / ( 1040 / 14 ));
	font-size: -moz-calc(100vw / ( 1040 / 14 ));
	font-size: calc(100vw / ( 1040 / 14 ));
	font-weight: 400;
}

.dlArea__contents .contentsList {
	color: #FFFFFF;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 3em 0;
}

.dlArea__contents .contentsList-item {
	width: 30%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}

.dlArea__contents .contentsList-item .text p {
	font-weight: 300;
	margin: 2em 0;
}

.dlArea__contents .contentsList-item .button {
	width: 100%;
}

.dlArea__contents .contentsList-item .button a {
	background: #FFFFFF;
	color: #436BBB;
	display: block;
	font-size: -webkit-calc(100vw / ( 660 / 6 ));
	font-size: -moz-calc(100vw / ( 660 / 6 ));
	font-size: calc(100vw / ( 660 / 6 ));
	font-weight: 500;
	padding: 1em;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

.footer {
	background: #051f3d;
	color: #d2d9e3;
}

.footer__inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 5em 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	font-size: 14px;
	font-size: 1.4rem;
}

.footer__inner .footer-menu {
	width: 60%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-weight: 300;
}

.footer__inner .footer-menu-contents {
	width: 50%;
}

.footer__inner .footer-menu-contents .title h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
}

.footer__inner .footer-menu-contents .title h2 .en {
	display: block;
	color: #d2d9e3;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
}

.footer__inner .footer-menu-contents__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.footer__inner .footer-menu-contents__inner .list .item {
	color: #d2d9e3;
	margin: 1em 0;
}

.footer__inner .footer-menu-contents__inner .list .item:last-of-type {
	margin-bottom: 0;
}

.footer__inner .footer-menu-contents__inner .list .item a {
	color: #d2d9e3;
}

.footer__inner .footer-menu-contents__inner-right .top .item {
	margin: 1em 0;
}

.footer__inner .footer-menu-contents__inner-right .top .item .list-child-item {
	margin: 1em 0;
}

.footer__inner .footer-menu-contents__inner-right .top .item .list-child-item:before {
	content: "ー";
}

.footer__inner .footer-menu-for {
	border-left: 1px solid #d2d9e3;
	margin-left: 3em;
	padding-left: 3em;
}

.footer__inner .footer-menu-for .title h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
}

.footer__inner .footer-menu-for .title h2 .en {
	display: block;
	color: #d2d9e3;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
}

.footer__inner .footer-menu-for__inner .forCompany {
	margin: 1em 0;
}

.footer__inner .footer-menu-for__inner .forCompany dt a {
	color: #d2d9e3;
}

.footer__inner .footer-menu-for__inner .forCompany dd {
	font-size: 12px;
	font-size: 1.2rem;
}

.footer__inner .companyList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	font-weight: 300;
	margin-top: 3em;
}

.footer__inner .companyList .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__inner .companyList .list .item {
	margin: 0 1em;
}

.footer__inner .companyList .list .item a {
	color: #d2d9e3;
}

.unitbase-feature .mainVisual {
	background-image: url("https://wreath04.xsrv.jp/websample/unitbase/images/common/feature/mv/mv.jpg");
	background-position: right;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	        background-size: cover;
	height: 200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.unitbase-feature .mainVisual__inner {
	max-width: 1040px;
	min-width: 950px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.unitbase-feature .mainVisual__inner-contents {
	width: 30vw;
}

.unitbase-feature .mainVisual__inner-contents .title h2 {
	font-size: -webkit-calc(100vw / ( 950 / 19 ));
	font-size: -moz-calc(100vw / ( 950 / 19 ));
	font-size: calc(100vw / ( 950 / 19 ));
	font-weight: 700;
}

.unitbase-feature .tab {
	width: 320px;
	margin: 2em auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.unitbase-feature .tab-item {
	width: 145px;
	border: 1px solid #c2c2c2;
	border-bottom: 0;
	-webkit-border-radius: 10px 10px 0 0;
	   -moz-border-radius: 10px 10px 0 0;
	        border-radius: 10px 10px 0 0;
	overflow: hidden;
	position: relative;
}

.unitbase-feature .tab-item.active:before {
	content: "";
	background: #436BBB;
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
}

.unitbase-feature .tab-item a {
	display: block;
	font-weight: 500;
	padding: .5em 2em;
	text-align: center;
}

.unitbase-feature .feature {
	background: #f7fafd;
	padding: 5em;
}

.unitbase-feature .feature .title {
	text-align: center;
}

.unitbase-feature .feature .title h2 {
	font-size: -webkit-calc(100vw / ( 950 / 19 ));
	font-size: -moz-calc(100vw / ( 950 / 19 ));
	font-size: calc(100vw / ( 950 / 19 ));
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin-bottom: 3em;
}

.unitbase-feature .feature .title h2:before {
	background-color: #436BBB;
	content: '';
	position: absolute;
	bottom: -1.5em;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.unitbase-feature .feature__inner {
	max-width: 1040px;
	margin: 0 auto;
}

.unitbase-feature .feature__inner .sevenFeature {
	margin-bottom: 3em;
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.unitbase-feature .feature__inner .sevenFeature__inner {
	width: 50%;
}

.unitbase-feature .feature__inner .sevenFeature-list {
	width: 370px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.unitbase-feature .feature__inner .sevenFeature-list .sevenFeature-item {
	line-height: 2em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
}

.unitbase-feature .feature__inner .sevenFeature .left {
	margin-right: 1em;
}

.unitbase-feature .feature__inner .sevenFeature .left .sevenFeature-list {
	width: 330px;
	margin-left: auto;
}

.unitbase-feature .feature__inner .sevenFeature .right {
	margin-left: 1em;
}

.unitbase-feature .feature__inner .feature-list__inner .feature-item {
	-webkit-box-shadow: 3px 3px 5px 0px rgba(3, 3, 3, 0.1), 0px 0px 0px 1px rgba(3, 3, 3, 0.02);
	   -moz-box-shadow: 3px 3px 5px 0px rgba(3, 3, 3, 0.1), 0px 0px 0px 1px rgba(3, 3, 3, 0.02);
	        box-shadow: 3px 3px 5px 0px rgba(3, 3, 3, 0.1), 0px 0px 0px 1px rgba(3, 3, 3, 0.02);
	background: #FFFFFF;
	margin-bottom: 5em;
	padding: 3em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

.unitbase-feature .feature__inner .feature-list__inner .feature-item .headline {
	width: 55%;
}

.unitbase-feature .feature__inner .feature-list__inner .feature-item .headline .title {
	margin-bottom: 1em;
}

.unitbase-feature .feature__inner .feature-list__inner .feature-item .headline .title h3 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 500;
	text-align: left;
}

.unitbase-feature .feature__inner .feature-list__inner .feature-item .headline .title h3 span.num {
	color: #436BBB;
	display: block;
}

.unitbase-feature .feature__inner .feature-list__inner .feature-item .headline .title h3 .top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.unitbase-feature .feature__inner .feature-list__inner .feature-item .headline .title h3 .top span.num {
	display: inline;
}

.unitbase-feature .feature__inner .feature-list__inner .feature-item .headline .title h3 .top span.EP-only {
	background: #436BBB;
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: .2em;
	padding: 0 .2em;
}

.unitbase-feature .feature__inner .feature-list__inner .feature-item .headline .text {
	margin-bottom: 1em;
}

.unitbase-feature .feature__inner .feature-list__inner .feature-item .headline .link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.unitbase-feature .feature__inner .feature-list__inner .feature-item .headline .link-item {
	width: 50%;
	border-left: 1px solid #222;
}

.unitbase-feature .feature__inner .feature-list__inner .feature-item .headline .link-item:last-of-type {
	border-right: 1px solid #222;
}

.unitbase-feature .feature__inner .feature-list__inner .feature-item .headline .link-item a {
	display: block;
	text-align: center;
}

.unitbase-feature .feature__inner .feature-list__inner .feature-item .image {
	width: 40%;
}

.unitbase-feature .feature__inner .feature-list__inner .tablock .headline.sp {
	display: none;
}

.unitbase-coordination .mainVisual {
	background-image: url("https://wreath04.xsrv.jp/websample/unitbase/images/common/feature/mv/mv.jpg");
	background-position: right;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	        background-size: cover;
	height: 200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	   -moz-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.unitbase-coordination .mainVisual__inner {
	max-width: 1040px;
	min-width: 950px;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.unitbase-coordination .mainVisual__inner-contents {
	width: 30vw;
}

.unitbase-coordination .mainVisual__inner-contents .title h2 {
	font-size: -webkit-calc(100vw / ( 950 / 19 ));
	font-size: -moz-calc(100vw / ( 950 / 19 ));
	font-size: calc(100vw / ( 950 / 19 ));
	font-weight: 700;
}

.unitbase-coordination .tab {
	width: 320px;
	margin: 2em auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.unitbase-coordination .tab-item {
	width: 145px;
	border: 1px solid #c2c2c2;
	border-bottom: 0;
	-webkit-border-radius: 10px 10px 0 0;
	   -moz-border-radius: 10px 10px 0 0;
	        border-radius: 10px 10px 0 0;
	overflow: hidden;
	position: relative;
}

.unitbase-coordination .tab-item.active:before {
	content: "";
	background: #436BBB;
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
}

.unitbase-coordination .tab-item a {
	display: block;
	font-weight: 500;
	padding: .5em 2em;
	text-align: center;
}

.unitbase-coordination .coordination,
.unitbase-coordination .coordination-model,
.unitbase-coordination .supportDB {
	background: #f7fafd;
}

.unitbase-coordination .coordination .title,
.unitbase-coordination .coordination-model .title,
.unitbase-coordination .supportDB .title {
	text-align: center;
}

.unitbase-coordination .coordination .title h2,
.unitbase-coordination .coordination-model .title h2,
.unitbase-coordination .supportDB .title h2 {
	font-size: -webkit-calc(100vw / ( 950 / 19 ));
	font-size: -moz-calc(100vw / ( 950 / 19 ));
	font-size: calc(100vw / ( 950 / 19 ));
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin-bottom: 3em;
}

.unitbase-coordination .coordination .title h2:before,
.unitbase-coordination .coordination-model .title h2:before,
.unitbase-coordination .supportDB .title h2:before {
	background-color: #436BBB;
	content: '';
	position: absolute;
	bottom: -1.5em;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.unitbase-coordination .coordination__inner,
.unitbase-coordination .coordination-model__inner,
.unitbase-coordination .supportDB__inner {
	max-width: 1040px;
	margin: 0 auto;
}

.unitbase-coordination .coordination {
	padding: 5em 0;
}

.unitbase-coordination .coordination__inner .text {
	text-align: center;
}

.unitbase-coordination .coordination__inner .text p.red {
	color: #E60012;
	margin-top: 2em;
}

.unitbase-coordination .coordination-model .title {
	text-align: center;
}

.unitbase-coordination .coordination-model .title h2 {
	font-size: -webkit-calc(100vw / ( 950 / 19 ));
	font-size: -moz-calc(100vw / ( 950 / 19 ));
	font-size: calc(100vw / ( 950 / 19 ));
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin-bottom: 3em;
}

.unitbase-coordination .coordination-model .title h2:before {
	background-color: #436BBB;
	content: '';
	position: absolute;
	bottom: -1.5em;
	display: inline-block;
	width: 60px;
	height: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.unitbase-coordination .coordination-model .title h2 .ttl br {
	display: none;
}

.unitbase-coordination .coordination-model__inner .coordination-item {
	-webkit-box-shadow: 3px 3px 5px 0px rgba(3, 3, 3, 0.1), 0px 0px 0px 1px rgba(3, 3, 3, 0.02);
	   -moz-box-shadow: 3px 3px 5px 0px rgba(3, 3, 3, 0.1), 0px 0px 0px 1px rgba(3, 3, 3, 0.02);
	        box-shadow: 3px 3px 5px 0px rgba(3, 3, 3, 0.1), 0px 0px 0px 1px rgba(3, 3, 3, 0.02);
	background: #FFFFFF;
	margin-bottom: 5em;
	padding: 3em 4em 4em;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

.unitbase-coordination .coordination-model__inner .coordination-item .headline .title {
	margin-bottom: 1em;
}

.unitbase-coordination .coordination-model__inner .coordination-item .headline .title h3 {
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 500;
	text-align: left;
}

.unitbase-coordination .coordination-model__inner .coordination-item .headline .title h3 span.num {
	color: #436BBB;
	display: block;
}

.unitbase-coordination .coordination-model__inner .coordination-item .headline .title h3 .top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.unitbase-coordination .coordination-model__inner .coordination-item .headline .title h3 .top span.num {
	display: inline;
}

.unitbase-coordination .coordination-model__inner .coordination-item .headline .title h3 .top span.EP-only {
	background: #436BBB;
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	font-size: 1.4rem;
	margin-left: .2em;
	padding: 0 .2em;
}

.unitbase-coordination .coordination-model__inner .coordination-item .headline .text {
	margin-bottom: 1em;
}

.unitbase-coordination .coordination-model__inner .coordination-item .headline .link {
	margin-bottom: 2em;
}

.unitbase-coordination .coordination-model__inner .coordination-item .image img {
	width: 100%;
	height: auto;
}

.unitbase-coordination .supportDB {
	padding: 3em 5% 5em;
}

.unitbase-coordination .supportDB__inner {
	margin-bottom: 3em;
}

.unitbase-coordination .supportDB__inner .item {
	text-align: center;
	font-weight: 500;
	line-height: 2em;
}

.l-drawer {
	display: none;
	position: relative;
}

.l-drawer__checkbox {
	display: none;
}

.l-drawer__icon {
	cursor: pointer;
	display: block;
	width: 56px;
	height: 60px;
	position: fixed;
	top: 0;
	right: 0;
}

.l-drawer__icon-parts,
.l-drawer__icon-parts:before,
.l-drawer__icon-parts:after {
	background-color: #222;
	display: block;
	width: 26px;
	height: 3px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.l-drawer__icon-parts:before,
.l-drawer__icon-parts:after {
	content: " ";
}

.l-drawer__icon-parts:before {
	top: 16px;
}

.l-drawer__icon-parts:after {
	top: -16px;
}

.l-drawer__overlay {
	background: #000;
	opacity: 0;
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
}

.l-drawer__menu {
	background: #436BBB;
	color: #222;
	max-width: 100%;
	width: 320px;
	height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-top: 4em;
	position: fixed;
	top: 0;
	right: -320px;
}

.l-drawer__item {
	border-bottom: 1px solid #f3f3f3;
	list-style-type: none;
}

.l-drawer__item a {
	color: #FFFFFF;
	display: block;
	padding: 1em;
}

.l-drawer__item.contact {
	width: 80%;
	margin: 2em auto 0;
	text-align: center;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

.l-drawer__item.contact a {
	background: #FFFFFF;
	color: #436BBB;
	font-weight: bold;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

.l-drawer__icon {
	z-index: 4;
}

.l-drawer__menu {
	z-index: 3;
}

.l-drawer__overlay {
	z-index: 2;
}

.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts {
	background: transparent;
}

.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	 -ms-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	     transform: rotate(-45deg);
	top: 0;
	background-color: #FFF;
}

.l-drawer__checkbox:checked ~ .l-drawer__icon .l-drawer__icon-parts:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	     transform: rotate(45deg);
	top: 0;
	background-color: #FFF;
}

.l-drawer__checkbox:checked ~ .l-drawer__overlay {
	opacity: 0.3;
	pointer-events: auto;
}

.l-drawer__checkbox:checked ~ .l-drawer__menu {
	right: 0;
}

.l-drawer__icon-parts,
.l-drawer__icon-parts:after,
.l-drawer__icon-parts:before,
.l-drawer__overlay,
.l-drawer__menu {
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

@media (prefers-reduced-motion: reduce) {

* {
	-webkit-animation-duration: .01ms !important;
	   -moz-animation-duration: .01ms !important;
	     -o-animation-duration: .01ms !important;
	        animation-duration: .01ms !important;
	-webkit-animation-iteration-count: 1 !important;
	   -moz-animation-iteration-count: 1 !important;
	     -o-animation-iteration-count: 1 !important;
	        animation-iteration-count: 1 !important;
	-webkit-transition-duration: .01ms !important;
	   -moz-transition-duration: .01ms !important;
	     -o-transition-duration: .01ms !important;
	        transition-duration: .01ms !important;
	scroll-behavior: auto !important;
}

}

@media (max-width: 768px) {

body {
	min-width: 100%;
}

.breadcrumbs {
	padding-bottom: 3em;
}

.breadcrumbs__inner {
	max-width: 95%;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 1em 0;
}

body {
	font-size: 14px;
	font-size: 1.4rem;
}

.header {
	background: #FFFFFF;
	height: auto;
	position: fixed;
	top: 0;
	z-index: 2;
}

.header__inner {
	padding: 1em;
	min-width: 100%;
}

.header__inner .header-logo {
	width: 185px;
}

.header__inner .header-logo {
	width: 173px;
}

.header__inner .header-nav {
	display: none;
}

.header__inner .header-nav-item.h-contact a {
	font-size: -webkit-calc(100vw / ( 768 / 20 ));
	font-size: -moz-calc(100vw / ( 768 / 20 ));
	font-size: calc(100vw / ( 768 / 20 ));
	font-weight: 500;
	padding: .5em 0;
}

.header__inner .header-nav-item.h-contact a .h-icon {
	width: 10%;
}

.header__inner .header-nav-item.h-contact a .h-icon img {
	margin-right: .5em;
}

.mainVisual {
	background-image: url("https://wreath04.xsrv.jp/websample/unitbase/images/common/mv/mv@2x.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	   -moz-background-size: 100%;
	        background-size: 100%;
	height: auto;
}

.mainVisual__inner {
	min-width: 100%;
}

.mainVisual__inner-contents {
	width: 100%;
	margin: 0;
	margin-top: 55%;
	margin-bottom: 15%;
	padding: 0 5%;
	text-align: center;
}

.mainVisual__inner-contents .title h2 {
	font-size: -webkit-calc(100vw / ( 768 / 45 ));
	font-size: -moz-calc(100vw / ( 768 / 45 ));
	font-size: calc(100vw / ( 768 / 45 ));
}

.mainVisual__inner-contents .sp-logo {
	display: block;
}

.mainVisual__inner-contents .text {
	margin: 0 0 1em;
}

.mainVisual__inner-contents .text p {
	font-size: -webkit-calc(100vw / ( 768 / 26 ));
	font-size: -moz-calc(100vw / ( 768 / 26 ));
	font-size: calc(100vw / ( 768 / 26 ));
}

.mainVisual__inner-contents .min-unitbase-banner {
	margin-top: 2em;
	width: 100%;
}

.intro {
	padding: 0 5% 5em;
}

.intro__inner .text p {
	font-size: -webkit-calc(100vw / ( 768 / 30 ));
	font-size: -moz-calc(100vw / ( 768 / 30 ));
	font-size: calc(100vw / ( 768 / 30 ));
	text-align: left;
}

.intro__inner .text p br {
	display: none;
}

.ubSystem {
	width: 100%;
	padding-bottom: 0;
}

.ubSystem__inner {
	display: block;
	padding-right: 5%;
	padding-bottom: 0;
}

.ubSystem__inner:last-of-type {
	padding-bottom: 5em;
}

.ubSystem__inner .headline {
	min-width: 100%;
}

.ubSystem__inner .headline .text p br {
	display: none;
}

.ubSystem__inner .headline .more {
	display: none;
}

.ubSystem__inner.systemAreaTwo .headline {
	margin-left: 0;
}

.ubSystem .more.sp {
	display: block;
	width: 320px;
	margin: 2em auto 0;
	border: 1px solid #436BBB;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.ubSystem .more.sp a {
	position: relative;
	color: #436BBB;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 1em 1em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.ubSystem .more.sp a:after {
	content: "";
	background-image: url("https://wreath04.xsrv.jp/websample/unitbase/images/common/icon/icon-arrow.png");
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	        background-size: cover;
	width: 12px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 20%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.ubSystem .more.sp a:hover:after {
	right: 17%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.unitbase-banner {
	display: none;
}

.user {
	padding-top: 3em;
}

.user__inner .title h2 {
	font-size: -webkit-calc(100vw / ( 768 / 36 ));
	font-size: -moz-calc(100vw / ( 768 / 36 ));
	font-size: calc(100vw / ( 768 / 36 ));
}

.user__inner .title h2 br {
	display: block;
}

.user__inner .text {
	height: auto;
}

.user__inner .text .company {
	font-size: -webkit-calc(100vw / ( 768 / 28 ));
	font-size: -moz-calc(100vw / ( 768 / 28 ));
	font-size: calc(100vw / ( 768 / 28 ));
}

.user__inner .text .comment {
	font-size: -webkit-calc(100vw / ( 768 / 26 ));
	font-size: -moz-calc(100vw / ( 768 / 26 ));
	font-size: calc(100vw / ( 768 / 26 ));
}

.user__inner .slider-item {
	margin: .1%;
}

.user__inner .slider .slick-arrow.next,
.user__inner .slider .slick-arrow.prev {
	top: 103%;
}

.user__inner .slider .slick-arrow.next {
	right: 0;
}

.user__inner .slider .slick-arrow.prev {
	left: 0;
}

.user__inner .more {
	margin: 4em auto 3em;
}

.user__inner .more a:after {
	background-image: url("https://wreath04.xsrv.jp/websample/unitbase/images/common/icon/icon-arrow@2x.png");
}

.manga {
	padding: 6em 5%;
}

.manga__inner .unitbase-banner {
	display: block;
	max-width: 100%;
	margin: 2em 0 0;
}

.button {
	max-width: 100%;
}

.button-item {
	margin-top: 1em;
}

.button-item a {
	font-size: -webkit-calc(100vw / ( 768 / 30 ));
	font-size: -moz-calc(100vw / ( 768 / 30 ));
	font-size: calc(100vw / ( 768 / 30 ));
	padding: 2% 0;
}

.button-item a .h-icon {
	width: 7%;
	margin-right: 5%;
}

.button-item a .h-icon img.icon {
	margin-right: .5em;
}

.dlArea__contents {
	padding: 5em 5%;
}

.dlArea__contents .headline h2 {
	font-size: -webkit-calc(100vw / ( 768 / 45 ));
	font-size: -moz-calc(100vw / ( 768 / 45 ));
	font-size: calc(100vw / ( 768 / 45 ));
}

.dlArea__contents .headline h2 br {
	display: block;
}

.dlArea__contents .headline p {
	font-size: -webkit-calc(100vw / ( 768 / 25 ));
	font-size: -moz-calc(100vw / ( 768 / 25 ));
	font-size: calc(100vw / ( 768 / 25 ));
}

.dlArea__contents .contentsList {
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 3em 0 0;
}

.dlArea__contents .contentsList-item {
	max-width: 100%;
	width: 100%;
	margin-bottom: 1em;
}

.dlArea__contents .contentsList-item:last-of-type {
	margin-bottom: 0;
}

.dlArea__contents .contentsList-item .image {
	display: none;
}

.dlArea__contents .contentsList-item .text {
	display: none;
}

.dlArea__contents .contentsList-item .button a {
	font-size: -webkit-calc(100vw / ( 768 / 30 ));
	font-size: -moz-calc(100vw / ( 768 / 30 ));
	font-size: calc(100vw / ( 768 / 30 ));
}

.footer__inner {
	text-align: center;
	padding: 1.5em 0;
}

.footer__inner .footer-logo {
	display: none;
}

.footer__inner .footer-menu {
	display: none;
}

.footer__inner .companyList {
	margin-top: 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.footer__inner .companyList .list {
	display: none;
}

.unitbase-feature .mainVisual {
	background-image: url("https://wreath04.xsrv.jp/websample/unitbase/images/common/feature/mv/mv@2x.jpg");
	background-position: top center;
	-webkit-background-size: 100% 100%;
	   -moz-background-size: 100%;
	        background-size: 100%;
	height: auto;
	margin-top: 10%;
}

.unitbase-feature .mainVisual__inner {
	min-width: 100%;
}

.unitbase-feature .mainVisual__inner-contents {
	width: 100%;
	margin: 0;
	margin-top: 5%;
	margin-bottom: 5%;
	padding: 0 5%;
	text-align: left;
}

.unitbase-feature .mainVisual__inner-contents .title h2 {
	font-size: -webkit-calc(100vw / ( 768 / 45 ));
	font-size: -moz-calc(100vw / ( 768 / 45 ));
	font-size: calc(100vw / ( 768 / 45 ));
}

.unitbase-feature .feature {
	padding: 3em 5%;
}

.unitbase-feature .feature .title h2 {
	font-size: -webkit-calc(100vw / ( 768 / 40 ));
	font-size: -moz-calc(100vw / ( 768 / 40 ));
	font-size: calc(100vw / ( 768 / 40 ));
}

.unitbase-feature .feature__inner .sevenFeature {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.unitbase-feature .feature__inner .sevenFeature__inner {
	width: 90%;
}

.unitbase-feature .feature__inner .sevenFeature-list {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.unitbase-feature .feature__inner .sevenFeature-list .sevenFeature-item {
	font-size: -webkit-calc(100vw / ( 768 / 30 ));
	font-size: -moz-calc(100vw / ( 768 / 30 ));
	font-size: calc(100vw / ( 768 / 30 ));
}

.unitbase-feature .feature__inner .sevenFeature .left {
	margin-right: 0;
}

.unitbase-feature .feature__inner .sevenFeature .left .sevenFeature-list {
	max-width: 100%;
	width: 100%;
}

.unitbase-feature .feature__inner .sevenFeature .right {
	margin-left: 0em;
}

.unitbase-feature .feature__inner .feature-list__inner .feature-item .headline {
	width: 100%;
}

.unitbase-feature .feature__inner .feature-list__inner .feature-item .headline .title h3 {
	font-size: -webkit-calc(100vw / ( 768 / 36 ));
	font-size: -moz-calc(100vw / ( 768 / 36 ));
	font-size: calc(100vw / ( 768 / 36 ));
}

.unitbase-feature .feature__inner .feature-list__inner .feature-item .headline .text p {
	font-size: -webkit-calc(100vw / ( 768 / 18 ));
	font-size: -moz-calc(100vw / ( 768 / 18 ));
	font-size: calc(100vw / ( 768 / 18 ));
}

.unitbase-feature .feature__inner .feature-list__inner .feature-item .image {
	display: none;
}

.unitbase-feature .feature__inner .feature-list__inner .tablock .headline.pc .link {
	display: none;
}

.unitbase-feature .feature__inner .feature-list__inner .tablock .headline.sp {
	display: block;
}

.unitbase-feature .feature__inner .feature-list__inner .tablock .image {
	display: block;
	width: 100%;
	margin: 2em 0;
}

.unitbase-coordination .mainVisual {
	background-image: url("https://wreath04.xsrv.jp/websample/unitbase/images/common/feature/mv/mv@2x.jpg");
	background-position: top center;
	-webkit-background-size: 100% 100%;
	   -moz-background-size: 100%;
	        background-size: 100%;
	height: auto;
	margin-top: 10%;
}

.unitbase-coordination .mainVisual__inner {
	min-width: 100%;
}

.unitbase-coordination .mainVisual__inner-contents {
	width: 100%;
	margin: 0;
	margin-top: 5%;
	margin-bottom: 5%;
	padding: 0 5%;
	text-align: left;
}

.unitbase-coordination .mainVisual__inner-contents .title h2 {
	font-size: -webkit-calc(100vw / ( 768 / 45 ));
	font-size: -moz-calc(100vw / ( 768 / 45 ));
	font-size: calc(100vw / ( 768 / 45 ));
}

.unitbase-coordination .coordination,
.unitbase-coordination .coordination-model,
.unitbase-coordination .supportDB {
	padding: 3em 5%;
}

.unitbase-coordination .coordination .title h2,
.unitbase-coordination .coordination-model .title h2,
.unitbase-coordination .supportDB .title h2 {
	font-size: -webkit-calc(100vw / ( 768 / 40 ));
	font-size: -moz-calc(100vw / ( 768 / 40 ));
	font-size: calc(100vw / ( 768 / 40 ));
}

.unitbase-coordination .coordination-model .title h2 {
	font-size: -webkit-calc(100vw / ( 768 / 40 ));
	font-size: -moz-calc(100vw / ( 768 / 40 ));
	font-size: calc(100vw / ( 768 / 40 ));
}

.unitbase-coordination .coordination-model .title h2 .ttl br {
	display: block;
}

.unitbase-coordination .coordination-model__inner .coordination-item {
	padding: 2em 1em;
}

.unitbase-coordination .coordination-model__inner .coordination-item .headline .title h3 {
	font-size: -webkit-calc(100vw / ( 768 / 36 ));
	font-size: -moz-calc(100vw / ( 768 / 36 ));
	font-size: calc(100vw / ( 768 / 36 ));
}

.unitbase-coordination .coordination-model__inner .coordination-item .headline .text p {
	font-size: -webkit-calc(100vw / ( 768 / 18 ));
	font-size: -moz-calc(100vw / ( 768 / 18 ));
	font-size: calc(100vw / ( 768 / 18 ));
}

.unitbase-coordination .coordination-model__inner .coordination-item .headline .link a {
	font-size: -webkit-calc(100vw / ( 768 / 18 ));
	font-size: -moz-calc(100vw / ( 768 / 18 ));
	font-size: calc(100vw / ( 768 / 18 ));
}

.unitbase-coordination .supportDB__inner {
	margin-bottom: 5em;
}

.l-drawer {
	display: block;
}

}

@media (max-width: 768px) and (max-width: 768px) {

.intro__inner .text p br {
	display: block;
}

.ubSystem .more.sp a:after {
	background-image: url("https://wreath04.xsrv.jp/websample/unitbase/images/common/icon/icon-arrow@2x.png");
}

.unitbase-coordination .supportDB__inner .item {
	font-size: -webkit-calc(100vw / ( 768 / 30 ));
	font-size: -moz-calc(100vw / ( 768 / 30 ));
	font-size: calc(100vw / ( 768 / 30 ));
}

}

@media (max-width: 768px) and (max-width: 414px) {

.unitbase-feature .mainVisual {
	margin-top: 14%;
}

.unitbase-coordination .mainVisual {
	margin-top: 14%;
}

}

