@charset "UTF-8";

/* --------------------------------------
   コンテンツ最大幅1160px（PC）
-------------------------------------- */

/* 初期設定
------------------------------------------------------ */
#ui6085 {
    font-family: 'Noto Sans JP', sans-serif;
}

#ui6085 img {
	height: auto;
	border: none;
}

#ui6085 .dn {
    display: none;
}

/* セクション 共通設定
------------------------------------------------------ */
#ui6085 .section {
	width: 100%;
	margin: 0;
	padding: 0;
}

#ui6085 .section .inner {
	width: 1160px;
	margin: 0 auto;
	padding: 0;
}

#ui6085 .section::after,
#ui6085 .section .inner::after{
    content: "";
    display: block;
    clear: both;
}

#ui6085 .section h3 {
    font-size: 2.4rem;
    font-weight: 500;
}

#ui6085 .section h3 em {
    font-size: 3.0rem;
    font-weight: 600;
}

/* セクション タイトル
------------------------------------------------------ */
#ui6085 #mainVisual {
	padding: 0;
    background: url("bg_header.jpg") center/cover no-repeat;
}

#ui6085 #mainVisual .inner {
	display: flex;
	height: 630px;
	justify-content: center;
	align-items: center;
	max-width: 1160px;
	margin: 0 auto;
}

#ui6085 #mainVisual .txtBox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 34px;
	flex-grow: 1;
	padding: 0;
	padding-right: 0;
}

#ui6085 #mainVisual .txtBox .logo {
	width: 100%;
	max-width: 18vw;
	flex-shrink: 0;
}

#ui6085 #mainVisual .txtBox {
	align-self: stretch;
	font-size: 50px;
	font-weight: 600;
	background: linear-gradient(90deg, #000 0%, #613a3a 100%) top left/auto auto no-repeat;
    -webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
}

#ui6085 #mainVisual .itemBtn {
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: left;
	background-color: #273963;
    
    padding: 0 17px 0 17px;
	font-size: 18px;
    line-height: 1;
    height: 58px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 16px;
    margin-top: 48px;
}

#ui6085 #mainVisual a {
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
    display: inline-block;
}

#ui6085 #mainVisual a:hover {
    opacity: 0.7;
}

#ui6085 #mainVisual .imgBox {
	width: 600px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-size: contain;
	margin-right: 0;
	height: auto;
    padding-left: 63px;
}

/* セクション 01：変革をもたらす、圧倒的なパフォーマンス
------------------------------------------------------ */
#ui6085 #section01 {
	margin: 0;
    padding: 96px 112px;
    background: url("bg_section01.jpg") no-repeat center;
}

#ui6085 #section01 .inner {
    display: flex;
    align-items: center;
    gap: 43px;
    flex-shrink: 0;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

#ui6085 #section01 .imgBox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 34px;
	flex-grow: 1;
	padding: 0;
	padding-right: 0;
}

#ui6085 #section01 .txtBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 23px;
    flex-grow: 1;
}

#ui6085 #section01 h3 {
	font-size: 36px;
	font-weight: 600;
}

#ui6085 #section01 p {
	font-size: 16px;
    color: #091f2c;
    line-height: 1.75;
}

/* セクション 02：効率性とイノベーションを実現
------------------------------------------------------ */
#ui6085 #section02 {
	margin: 0;
    padding: 96px 112px;
    background-color: #091f2c;
    color: #fff;
}

#ui6085 #section02 .inner {
	position: relative;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

#ui6085 #section02 .txtBox {
	display: flex;
	flex-direction: column;
	gap: 20px;
	font-weight: 400;
	max-width: 1160px;
	margin: 0 auto;
}

#ui6085 #section02 h3 {
	font-size: 36px;
	font-weight: 600;
}

#ui6085 #section02 p {
	font-size: 16px;
    line-height: 1.75;
}

#ui6085 #section02 .section02_list {
	display: flex;
	align-items: flex-start;
	gap: 65px;
	max-width: 1160px;
	margin: 0 auto;
}

#ui6085 #section02 .section02_item span {
	font-size: 26px;
	font-weight: 600;
    margin-top: 32px;
}

#ui6085 #section02 .section02_item p {
	font-size: 16px;
	line-height: 1.75;
}

/* セクション 03：業務効率の向上
------------------------------------------------------ */
#ui6085 #section03 {
	margin: 0;
    padding: 96px 112px;
    background-image: linear-gradient(180deg, #c8ccef 0%, #b9cbeb 100%);
}

#ui6085 #section03 .inner {
    display: flex;
    align-items: center;
    gap: 43px;
    flex-shrink: 0;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

#ui6085 #section03 .imgBox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 34px;
	flex-grow: 1;
	padding: 0;
	padding-right: 0;
}

#ui6085 #section03 .txtBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 23px;
    flex-grow: 1;
}

#ui6085 #section03 h3 {
	font-size: 36px;
	font-weight: 600;
}

#ui6085 #section03 p {
	font-size: 16px;
    color: #091f2c;
    line-height: 1.75;
}

#ui6085 #section04 ul {
    padding: 20px;
    border: 5px solid #ccc;
    font-size: 1.6rem;
}

/* セクション 04：Copilot＋ PCでビジネスを成長させる
------------------------------------------------------ */
#ui6085 #section04 {
	margin: 0;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: url("bg_section04.jpg") center/cover no-repeat;
}

#ui6085 #section04 .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

#ui6085 #section04 .txtBox {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 550px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    flex-grow: 1;
    padding: 130px 0 140px;
    padding-right: 30px;
    align-self: stretch;
	color: #ff00d0;
	font-weight: 400;
}

#ui6085 #section04 .txtBox {
	align-self: stretch;
	color: #ff00d0;
	font-weight: 400;
}

#ui6085 #section04 h3 {
	font-size: 36px;
	font-weight: 600;
}

#ui6085 #section04 p {
	font-size: 16px;
    line-height: 1.75;
}

#ui6085 #section04 .itemBtn {
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0px;
	text-align: left;
	background-color: #273963;
    
    padding: 0 17px 0 17px;
	font-size: 18px;
    line-height: 1;
    height: 58px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 16px;
}

#ui6085 #section04 a {
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
}

#ui6085 #section04 a:hover {
    opacity: 0.7;
}

/* セクション 05：その他
------------------------------------------------------ */
#ui6085 #section05 {
	margin: 0;
    padding: 64px 112px;
    background-color: #091f2c;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

#ui6085 #section05 .inner {
	display: flex;
	align-items: flex-start;
	gap: 44px;
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
}

#ui6085 #section05 .imgBox {
	width: 223px;
	flex-shrink: 0;
}

#ui6085 #section05 .txtBox {
	flex-grow: 1;
}

#ui6085 #section05 p {
	font-size: 12px;
    margin-left: -15px;
}

#ui6085 #section05 ol {
	list-style-type: decimal;
	font-size: 12px;
}

#ui6085 #section05 ol li {
	margin-bottom: 15px;
	margin-left: 8px;
}

#ui6085 #section05 ol li a {
    color: #fff;
    transition: 0.3s;
    text-decoration: underline;
}

#ui6085 #section05 ol li a:hover {
    opacity: 0.7;
}

/* セクション 06：対象商品
------------------------------------------------------ */
#ui6085 #section06 {
	margin: 50px 0 0 0;
    padding: 20px 0;
}

#ui6085 #section06 .inner {
	position: relative;
}

#ui6085 #section06 h3 {
	position: absolute;
    top: -40px;
	width: 1160px;
    height: 50px;
	margin: 0;
	padding: 12px 0;
    /* background: #ccc; HTML側で設定 */
    font-size: 2.8rem;
    line-height: 1.0;
    color: #fff;
    text-align: center;
}

#ui6085 #section06 p.conditions {
	padding: 15px 10px 5px;
    background: #cceeff;
	font-size: 1.8rem;
	text-align: center;
}

#ui6085 #section06 .itemBox {
    padding: 25px 0 0;
}

#ui6085 .itemBox {
    display:  flex;
    flex-wrap: wrap;
}

#ui6085 .itemBox .item {
    width: 380px;
    margin-right: 10px;
    background: #fff;
}

#ui6085 .itemBox .item:last-child {
    margin-right: 0;
}

#ui6085 .itemBox .item .itemCat {
    position: relative;
    padding: 10px 20px;
    background: #333;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
}

#ui6085 .itemBox .item .itemCat span.new {
    position: absolute;
    top: 9px;
    left: 0;
    padding: 6px 10px 4px;
    background: #cc0000;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.0;
}

#ui6085 .itemBox .item .itemTxt {
    padding: 20px;
}

#ui6085 .itemBox .item .itemTxt .itemIcn {
    margin-bottom: 10px;
}

#ui6085 .itemBox .item .itemTxt .itemIcn span {
    margin-right: 5px;
    padding: 3px 10px;
    background: #1c89b5;
    font-size: 1.2rem;
    color: #fff;
}

#ui6085 .itemBox .item .itemTxt .itemIcn span.new {
    background: #cc0000;
}

#ui6085 .itemBox .item .itemTxt .itemName {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2.2rem;
}

#ui6085 .itemBox .item .itemTxt .itemName span {
    font-size: 1.8rem;
}

#ui6085 .itemBox .item .itemTxt .itemPrice {
    font-size: 1.6rem;
    color: #cc0000;
}

#ui6085 .itemBox .item .itemTxt .itemPrice span {
    font-size: 2.8rem;
}

#ui6085 .itemBox .item .itemTxt .itemNotice {
    font-size: 1.2rem;
    color: #666;
}

#ui6085 .itemBox .item .itemTxt .itemBtn {
    margin-top: 20px;
}

#ui6085 .itemBox .item .itemTxt .itemCatch {
    padding-top: 10px;
    font-size: 1.6rem;
    line-height: 1.3;
}

#ui6085 #section06 .itemBtn a {
    display: block;
    position: relative;
    /* width: 320px; */
    margin: 0 auto;
    padding: 10px 15px;
    background: #d80084;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

#ui6085 #section06 .itemBtn a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

#ui6085 #section06 .itemBtn a:hover {
    /* opacity: 0.7; */
    background: #bb0072;
    color: #ffff00;
}

#ui6085 #section06 .logo_win11 {
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 400px;
}

#ui6085 #section06 p.win11_message {
    font-size: 13px;
    font-family: "Noto Sans Japanese", sans-serif;
    line-height: 1.55;
    text-align: center;
    color: #0078d4;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {

/* 初期設定
------------------------------------------------------ */
#ui6085 .section {
	width: 100%;
	margin: 0;
	padding: 0;
}

#ui6085 .section .inner {
    flex-direction: column;
    width: 100%;
}

sup {
  font-size: 10px;
}

/* セクション タイトル
------------------------------------------------------ */

#ui6085 #mainVisual {
	padding: 40px 0;
}

#ui6085 #mainVisual .inner {
    height: auto;
    padding: 0 15px;
}

#ui6085 #mainVisual .txtBox {
    width: 100%;
    padding: 0px;
    gap: 10px;
	font-size: 36px;
}

#ui6085 #mainVisual .txtBox .logo {
    max-width: 250px;
    margin-left: 25px;
}

#ui6085 #mainVisual .imgBox {
    width: 100%;
    min-height: 250px;
	padding: 0;
    margin-top: 48px;
    align-items: center;
}

/* セクション 01：変革をもたらす、圧倒的なパフォーマンス
------------------------------------------------------ */
#ui6085 #section01 {
	padding: 30px;
}

/* セクション 02：効率性とイノベーションを実現
------------------------------------------------------ */
#ui6085 #section02 {
	padding: 30px;
}

#ui6085 #section02 .section02_list {
    flex-direction: column;
    width: 100%;
}

/* セクション 03：業務効率の向上
------------------------------------------------------ */
#ui6085 #section03 {
	padding: 30px;
}

/* セクション 04：Copilot＋ PCでビジネスを成長させる
------------------------------------------------------ */
#ui6085 #section04 {
    height: unset;
    align-items: flex-start;
    padding: 0;
}

#ui6085 #section04 .inner {
    flex-direction: column-reverse;
    max-width: 100%;
}

#ui6085 #section04 .txtBox {
    padding: 30px;
}

#ui6085 #section04 .itemBtn {
    min-height: unset;
    max-width: 100%;
}

/* セクション 05：その他
------------------------------------------------------ */
#ui6085 #section05 {
    padding: 30px;
    text-align: left;
    align-items: flex-start;
}

#ui6085 #section05 .inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

#ui6085 #section05 p {
    margin: 16px 0;
}

/* セクション 06：対象商品
------------------------------------------------------ */
#ui6085 #section06 {
	margin: 40px 0 0 0;
    padding: 20px 0 0;
}

#ui6085 #section06 h3 {
	width: 100%;
    height: auto;
    font-size: 2.0rem;
}

#ui6085 #section06 p.conditions {
	padding: 10px 10px 5px;
	font-size: 1.6rem;
}

#ui6085 #section06 .itemBox {
    padding: 15px 10px 10px;
}

#ui6085 .itemBox .item {
    width: 100%;
    /* max-width: 380px; */
    margin-right: 0;
    margin-bottom: 10px;
}

#ui6085 .itemBox .item .itemImg img {
    width: 100%;
}

#ui6085 .itemBox .item .itemTxt {
    padding: 20px 10px;
}

#ui6085 .itemBox .item .itemTxt .itemCatch {
    font-size: 1.4rem;
}

}