<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* forbusiness.css
-----------------------------------*/

/****** default ******/
*, *:before, *:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

ol, ul{ list-style: none; }

.forbusiness_contents img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	vertical-align: bottom;
}

/****** font ******/
.main_visual__inner h1,
.main_lead,
.forbusiness_item__detail h3,
.forbusiness_service h4 {
	font-family: "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
	font-weight: 500;
}

.forbusiness_catch h2 {
	font-family: linotype-didot,serif;
	font-weight: 700;
	font-style: normal;
}

.forbusiness_item__copy,
.forbusiness_item__detail h3 .item_no {
	font-family: linotype-didot,serif;
	font-weight: 400;
	font-style: normal;
}

/****** main_visual ******/
.forbusiness_main_visual {
	margin: 0 calc(50% - 50vw) 80px;
	width: 100vw;
	color: #000;
}

.main_visual__bg {
	width: 100%;
	height: 680px;
	background-image: url(/user_data/AOS/packages/default/images/feature/forbusiness/forbusiness_main.jpg);
	background-size: cover;
	background-position: top center;
	margin-bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main_visual__inner {
	width: 1024px;
	margin: 0 auto;
}

.main_visual__inner h1 {
	color: #fff;
	font-size: 42px;
	letter-spacing: 12.6px;
	line-height: 1;
}

.main_visual__inner p {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	letter-spacing: 4.8px;
	margin-top: 40px;
	border-bottom: 1px solid #fff;
}

.main_lead {
	text-align: center;
	font-size: 20px;
	line-height: 2.4;
}

/****** contents ******/
.forbusiness_contents {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding: 0 0 100px 0;
	position: relative;
	color: #000;
	font-weight: 500;
}

.forbusiness_contents::before {
	content: '';
	position: absolute;
	display: block;
	top: 40px;
	left: 0;
	width: 100%;
	height: calc(100% - 40px);
	background-color: rgba(89, 60, 69, 0.1);
}

/*** forbusiness_catch ***/
.forbusiness_catch {
	text-align: center;
	line-height: 1;
}

.forbusiness_catch h2 {
	color: #595045;
	font-size: 60px;
	letter-spacing: 18px;
}

.forbusiness_catch p {
	font-size: 22px;
	letter-spacing: 2.2px;
	display: inline-block;
	position: relative;
	margin-top: 30px;
}

.forbusiness_catch p::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -2px;
	display: inline-block;
	width: 100%;
	height: 15px;
	transform: translate(-50%); /*菴咲ｽｮ隱ｿ謨ｴ*/
	background-color: rgba(89, 60, 69, 0.3);
}

/*** forbusiness_line ***/
.forbusiness_line {
	display: block;
	width: 50px;
	margin: 110px auto;
}

.forbusiness_line span {
	display: block;
	background-color: #555;
	width: 100%;
	height: 1px;
}

.forbusiness_line span:nth-of-type(2) {
	margin: 10px 0;
}

/*** forbusiness_item ***/
.forbusiness_item {
	position: relative;
	width: 100%;
	margin: 0 0 100px;
	padding-top: 64px;
}

.forbusiness_item::before {
	content: '';
	position: absolute;
	background-color: rgba(89, 80, 69, 0.3);
	top: 0;
	width: 70%;
	height: 400px;
}

.forbusiness_item.socialgift::before,
.forbusiness_item.cardcatalog::before {
	left: 0;
}

.forbusiness_item.customize::before,
.forbusiness_item.largeorder::before {
	right: 0;
}

.forbusiness_item__inner {
	width: 1024px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.customize .forbusiness_item__inner,
.largeorder .forbusiness_item__inner {
	flex-flow: row-reverse;
}

.forbusiness_item__copy {
	width: 50px;
	margin-top: 100px;
	font-size: 50px;
	letter-spacing: 15px;
	color: #595045;
	text-align: left;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.forbusiness_item__detail {
	width: 926px;
	position: relative;
	z-index: 1;
}

.socialgift .forbusiness_item__detail::before {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 400px;
	background-image: url(/user_data/AOS/packages/default/images/feature/forbusiness/socialgift_img.jpg);
	background-size: cover;
}

.customize .forbusiness_item__detail::before {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 400px;
	background-image: url(/user_data/AOS/packages/default/images/feature/forbusiness/customgift_img.jpg);
	background-size: cover;
}

.cardcatalog .forbusiness_item__detail::before {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 400px;
	background-image: url(/user_data/AOS/packages/default/images/feature/forbusiness/cardcatalog_img.jpg);
	background-size: cover;
}

.largeorder .forbusiness_item__detail::before {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 400px;
	background-image: url(/user_data/AOS/packages/default/images/feature/forbusiness/largeorder_img.jpg);
	background-size: cover;
}

.forbusiness_item__detail h3 {
	display: block;
	line-height: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	z-index: 5;
	padding: 0 20px;
}

.customize .forbusiness_item__detail h3,
.largeorder .forbusiness_item__detail h3 {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}


.forbusiness_item__detail h3 span.item_title {
	font-size: 30px;
}

.forbusiness_item__detail h3 span.item_no {
	font-size: 100px;
	margin-top: -12px;
}

.socialgift .forbusiness_item__detail h3 span.item_no,
.cardcatalog .forbusiness_item__detail h3 span.item_no {
	margin-right: 10px;
}

.customize .forbusiness_item__detail h3 span.item_no,
.largeorder .forbusiness_item__detail h3 span.item_no {
	margin-left: 10px;
}

.forbusiness_item__txt {
	width: 320px;
	margin: 100px 20px 0 auto;
	background-color: #fff;
	padding: 34px;
	position: relative;
	z-index: 1;
}

.customize .forbusiness_item__txt {
	margin: 40px auto 0 20px;
}

.largeorder .forbusiness_item__txt {
	margin: 240px auto 0 20px;
}

.forbusiness_item__txt p {
	font-size: 18px;
	padding-bottom: 30px;
}

.forbusiness_item__txt a {
	display: block;
	width: 100%;
	color: #000;
	font-size: 14px;
	text-align: center;
	padding: 14px 0;
	background: none;
	border: none;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	cursor: pointer;
}

.forbusiness_item__txt a:hover {
	color: #000;
	opacity: 1;
}

.forbusiness_item__txt a::before,
.forbusiness_item__txt a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #000;
	transition: transform .2s;
}

.forbusiness_item__txt a::after {
	transform: translate(3px, 3px);
}

.forbusiness_item__txt a::before {
	transform: translate(-3px, -3px);
}

.forbusiness_item__txt a:hover::before,
.forbusiness_item__txt a:hover::after {
	transform: translate(0);
}

/*** forbusiness_button ***/
.forbusiness_button {
	width: 1024px;
	margin: 0 auto 120px;
	text-align: center;
}

.forbusiness_button a {
	width: 460px;
	margin: 0 auto;
	display: block;
	font-size: 14px;
	text-align: center;
	padding: 14px 0;
	background: none;
	border: none;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 3px;
	cursor: pointer;
}

.forbusiness_button a:hover {
	opacity: 1;
}

.forbusiness_button a span {
	position: relative;
	z-index: 10;
	color: #fff;
}

.forbusiness_button a::before,
.forbusiness_button a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 1px solid #000;
	transition: transform .2s;
	z-index: 1;
}

.forbusiness_button a::before {
	transform: translate(-3px, -3px);
	z-index: 5;
}

.forbusiness_button a::after {
	transform: translate(3px, 3px);
	background-color: #595045;
	border: 1px solid #595045;
}

.forbusiness_button a:hover::before,
.forbusiness_button a:hover::after {
	transform: translate(0);
}

.forbusiness_button__txt {
	padding: 22px 46px;
	margin-top: 50px;
	position: relative;
	display: inline-block;
}

.forbusiness_button__txt::before,
.forbusiness_button__txt::after {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	width: 100%;
	height: 12px;
	background: radial-gradient(circle farthest-side, #000, #000 30%, transparent 30%, transparent);
	background-size: 12px 12px;
}

.forbusiness_button__txt::before {
	top: 0;
}

.forbusiness_button__txt::after {
	bottom: 0;
}

.forbusiness_button__txt span {
	font-size: 14px;
	letter-spacing: 1.4px;
}

/*** forbusiness_service ***/
.forbusiness_service {
	position: relative;
	width: 1024px;
	background-color: rgba(89, 80, 69, 0.3);
	margin: 0 auto;
	padding: 74px 50px 50px;
}

.forbusiness_service::before {
	position: absolute;
	content: '';
	top: 20px;
	left: -40px;
	width: 120px;
	height: 1px;
	background-color: #000;
	transform: rotate(-45deg);
}

.forbusiness_service::after {
	position: absolute;
	content: '';
	bottom: 20px;
	right: -40px;
	width: 120px;
	height: 1px;
	background-color: #000;
	transform: rotate(-45deg);
}

.forbusiness_service h4 {
	color: #595045;
	font-size: 26px;
	text-align: center;
	margin-bottom: 74px;
}

.forbusiness_service__img,
.forbusiness_service__txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.forbusiness_service__img li,
.forbusiness_service__txt li {
	width: 168px;
	background-color: #fff;
	padding: 24px 22px 0 22px;
	position: relative;
}

.forbusiness_service__txt li {
	padding: 24px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.forbusiness_service__txt li p {
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}

.forbusiness_service__txt li span {
	color: #FF5724;
}

.forbusiness_service__txt li small {
	font-size: 0.8em;
}

.forbusiness_service__img li img {
	margin-bottom: 14px;
}

.forbusiness_service__img li::after {
	position: absolute;
	content: '';
	display: block;
	left: 22px;
	bottom: 0;
	width: calc(100% - 22px - 22px);
	height: 9px;
	background: radial-gradient(circle farthest-side, #555, #555 30%, transparent 30%, transparent);
	background-size: 9px 9px;
}

/* 20221202霑ｽ蜉�縺薙％縺九ｉ */
/* common */
.text-blue {
    color: #03408b !important;
}
.bg-blue {
    background-color: #03408b !important;
}
.text-lightblue {
    color: #92d2ff !important;
}    
.text-white {
    color: #fff !important;
}

/* SERVICE */
.forbusiness_item__txt {
	padding: 30px 25px;
}

/* MAIN VISUAL */
.main_visual__inner .main_visual__heading {
	font-size: 60px !important;
	font-weight: bold; 
	text-shadow: 0px 2px 10px rgb(0 0 0 / 70%);
	margin-top: 0;
	margin-bottom: 10px;
}
.main_visual__inner .main_visual__message {
	border: none;
	margin-top: 0;
	text-shadow: 0px 2px 10px rgb(0 0 0 / 70%);
	font-size: 25px;
	letter-spacing: 4.7px;
}
.main_visual__contact {
	width: 60%;
	background-color: rgb(255 255 255 / 70%);
	padding: 40px;
	margin-top: 50px;
}
.main_visual__contactTitle {
	display: block !important;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #000 !important;
	text-align: center;
	font-size: 30px !important;
	font-weight: bold;
	letter-spacing: 0px !important;
	margin-top: 0 !important;
}
.main_visual__contactTel {
	margin-top: 20px;
}
.main_visual__contactTelText {
	color: #000 !important;
	border-bottom: none !important;
	font-size: 18px !important;
	letter-spacing: normal !important;
	margin-top: 10px !important;
	margin-left: -10px;
}
.main_visual__contactTelHour {
	font-weight: 600;
}
.forbusiness_main_visual {
	margin-bottom: 100px;
}

/* CONTACT */
.forbusiness_contact {
    position: relative;
	background-color: #03408b;
	padding: 80px 0;
}
.contact__inner {
	width: 1024px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;	
	-ms-flex-direction: column;
  	flex-direction: column;
}
.contact__title {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.contact__titleHeading {
    font-size: 35px;
    font-weight: bold;
}
.contact__titleText {
    font-size: 18px;
    margin-top: 5px;
}
.contact__list {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    margin-top: 40px;
}
.contact__tel {
    width: 53%;
}
.contact__telText {
    font-size: 18px;
    margin-top: 10px;
    margin-left: -0.5em;
}
.contact__telHour {
    font-weight: 600;
}
.contact__form {
    width: 40%;
}
.btn-contact__form {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    color: #03408b !important;
    font-weight: 600;
    border-radius: 30px;
    margin: auto;
    position: relative;
}
.btn-contact__form::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    right: 26px;
    top: 18px;
    /* border-top: 1px solid #03408b; */
    border-right: 1px solid #03408b;
    position: absolute;
    transform: rotate(45deg);
}
.forbusiness_contact--first {
	margin-bottom: 100px;
}
.forbusiness_contact--bottom {
    margin-top: 100px;
	margin-bottom: 100px;
}
.forbusiness_contents {
	padding-bottom: 0;
}
.forbusiness_service__img li img {
	display: block;
	width: 70px;
    height: 90px;
	margin: auto;
	margin-bottom: 20px;
}
.forbusiness_service__txt li {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.forbusiness_service__txt a {
	display: inline-block;
	font-weight: 600;
	margin-top: 5px;
	position: relative;
}
.forbusiness_service__txt a::after {
	content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    right: -13px;
    top: 7px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    transform: rotate(45deg);
}

/* CUSTOM GIFT */
.customize .forbusiness_item__txt {
	margin: 100px auto 0 20px;
}
.customize .forbusiness_item__txt p {
	padding-bottom: 0;
}
.customize .forbusiness_item__txt p:last-of-type {
	padding-bottom: 30px;
}
.customize .forbusiness_item__txt p + p {
	margin-top: 15px;
}
.customize .forbusiness_item__txtList {
	font-size: 16px;
    white-space: nowrap;
}
.forbusiness_item__txt .forbusiness_item__txtExample {
	font-size: 16px;
	margin-top: -20px;
	padding-bottom: 10px;
}
/* 20221202霑ｽ蜉�縺薙％縺ｾ縺ｧ */

/* 20230123霑ｽ蜉�縺薙％縺九ｉ */
/* socialgift-Good_things */
.socialgift .forbusiness_item__txt p + p {
    margin-top: 15px;
}
.socialgift .forbusiness_item__txt p {
    padding-bottom: 0;
}
.socialgift .forbusiness_item__txt p:last-of-type {
    padding-bottom: 30px;
}
#Good_things {
	width: 900px;
    margin: 50px auto 0;
	position: relative;
}
.Good_things__heading {
	font-size: 26px;
	position: relative;
	margin: 0 0 20px 30px;
	font-weight: 700;
	font-family: "貂ｸ譏取悃", YuMincho, "繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "�ｭ�ｳ 譏取悃", serif;
}
#Good_things dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
    margin-bottom: 30px;
}
#Good_things dl dt {
    width: 26%;
}
#Good_things dl dd {
    width: 70%;
	font-size: 18px;
}
#Good_things span.highlight {
    display: inline-block;
    background-color: #B4CCE3;
    padding: 1px 3px;
    font-weight: bold;
}
/* 20230123霑ｽ蜉�縺薙％縺ｾ縺ｧ */


/* 20231208霑ｽ蜉�縺薙％縺九ｉ */
.form-button {
	position: fixed;
	z-index: 1;
	right: 4%;
	bottom: 12%;
}
.back-to-top {
	bottom: 4%;
}
.form-button__body {
	border: 2px solid #92d2ff;
	background-color: #92d2ff;
	border-radius: 10px;
	color: #03408b !important;
	display: flex;
	align-items: center; 
	padding: 20px;
}
.form-button__body:hover {
	background-color: #fff;
	color: #03408b !important;
	opacity: 1;
}
.form-button__text {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.form-button__icon {
	background-color: #fff;
	border: 1px solid #92d2ff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: content-box;
}
.form-button__body:hover .form-button__icon {
	border: 1px solid #03408b;
}
.form-button__icon img {
	width: auto;
	height: 60px;
}
/* 20231208霑ｽ蜉�縺薙％縺ｾ縺ｧ */


/* 20231215 -----*/
.form-button__close {
	position: absolute;
	right: -15px;
	top: -20px;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
	transition: .15s;
	cursor: pointer;
}
.form-button__close::before,
.form-button__close::after {
	content: "";
	display: block;
	position: absolute;
	background-color: #92d2ff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.form-button__close::before {
	width: 2px;
	height: 15px;
}
	.form-button__close::after {
	width: 15px;
	height: 2px;
}
/*----- 20231215 */


/* 20240516 -----*/
.btn-contact__form::after {
	border-bottom: 1px solid #03408b;
}
.forbusiness_contents {
	padding-bottom: 100px;
	margin-bottom: 100px;
}
#undercolumn {
	background-color: #fff;
	position: relative;
	padding: 30px !important;
	border-radius: 10px;
}
div#undercolumn_contact {
	margin-top: 0;
}
#contact-forbiz {
	padding-top: 60px !important;
	margin-top: -60px !important;
}
.title__main {
	display: block;
}
.title__sub {
	display: block;
	font-size: 18px;
	font-weight: 500;
}
.text-main {
	font-size: 16px;
}
.area470 {
	width: 100%;
	height: 300px;
	margin: 30px 0;
	padding: 2px;
	border: 1px solid #ccc;
	color: #666;
	font-size: 13px;
	box-sizing: border-box;
}
/*----- 20240516 */</pre></body></html>