.sm{
	display: none !important;
}
@media (max-width: 779px){
	.sm{
		display: block !important;
	}
	.md{
		display: none !important;
	}
	body{
		font-size: 12px;
		line-height: 1.5em;
	}
	img{
		width:100%;
	}
	.trans:hover,
	.trans:hover img {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
		filter: alpha(opacity=1);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
    .container{
        width: 92%;
    }

/*===== COMMON =====*/
main {
    padding-top: 51px;
	overflow-x: hidden;
}

/* btn */
.btn01 {
    width: 100%;
    font-size: 15px;
    padding: 20px 0;
}

/*===== HEADER =====*/
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
header > .container {
	width: 100%;
	padding: 15px 20px;
	line-height: 1;
}
header .logo {
	margin: 0;
}
header .logo img {
    width: 145px;
}
header > .container > * {
	width: 50%;
}
header > .container > .hamburger {
	text-align: right;
}
header ul.menu {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: rgba(0,0,0,.9) !important;
    width: 100%;
    top: 50px;
    left: 0;
    border-bottom: 1px solid #2b2b2b;
}
header ul.menu > li {
	border-top: 1px solid #2b2b2b;
	padding: 5% 0;
    background-color: rgba(0,0,0,.9) !important;
}
header ul.menu > li:not(:last-child) {
    margin-right: 0 !important;
}
header ul.menu > li > a {
    padding: 0 !important;
    font-size: 20px !important;
    text-align: center;
    position: relative;
    text-decoration: none;
}
header ul.menu > li > a span {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}
header ul.menu > li > a:hover {
    background: inherit !important;
}
header ul.menu > li > .sub {
    position: static !important;
    background-color: inherit;
    display: flex;
    flex-wrap: wrap;
    margin: 2% auto;
    background-color: rgba(0,0,0,.9) !important;
}
header ul.menu > li > .sub a {
	padding: 0;
	color: #FFF;
	font-size: 12px;
}
header ul.menu > li > .sub a.ls {
	letter-spacing: -0.1em;
}
header ul.menu > li > .sub a:before {
	content: "-";
	margin-right: 0.5em;
}
header ul.menu > li > .sub a:hover {
    background-color: inherit;
}
header .menu > li > .sub.our,
header .menu > li > .sub.about,
header .menu > li > .sub.recruit {
    width: 90% !important;
}
header ul.menu > li > .sub > li {
	width: 49%;
	margin-top: 5%;
}
header ul.menu > li > .sub > li:not(:nth-child(2n)) {
	margin-right: 2%;
}
.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger-box {
    width: 20px;
    height: 16px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 20px;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -7px;
}
.hamburger-inner::after {
    bottom: -7px;
}
.hamburger--slider .hamburger-inner {
    top: 2px;
}
.hamburger--slider .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s;
}
.hamburger--slider .hamburger-inner::after {
    top: 14px;
}
.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg);
}
header .menu > li .icon {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 15px;
  height: 24px;
  transform: rotate(180deg);
  position: absolute;
  right: 5%;
  top: 15%;
}
header .menu > li.active .icon {
  transform: rotate(0deg);
}
header .menu > li .icon:before {
  content: "";
  display: block;
  width: 15px;
  height: 0px;
  border-bottom: solid 2px #FFF;
  position: absolute;
  bottom: 11px;
  transform: rotate(90deg);
  transition: width 0.3s;
}
header .menu > li.active .icon:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: solid 1px #a1a1a1;
  position: absolute;
  bottom: 11px;
  transform: rotate(90deg);
}
header .menu > li .icon:after {
  content: "";
  display: block;
  width: 15px;
  height: 0px;
  border-bottom: solid 2px #FFF;
  position: absolute;
  bottom: 11px;
}

/*===== FOOTER =====*/
footer {
    text-align: center;
}
footer > .btm {
    display: block;
    padding: 10% 0;
}
footer.top > .btm {
	background: #FFF;
}
footer > .btm > .logo img {
	width: 185px;
}
footer > .btm > a {
	font-size: 13px;
	margin: 5% 0;
	color: #201512;
}
footer > .btm > .sns {
	position: static;
	margin: 0 25%;
}

/*===== TOP =====*/
.top_slide .logo {
	top: 8%;
	left: 4%;
	width: 92%;
}
.top_slide .slick-dots {
	bottom: 10px;
}
.top_slide .slick-dots li {
	margin: 0 5px;
}
.top_slide .slick-dots button {
	width: 10px;
	height: 10px;
}
.top_menu {
	display: block;
	width: 100%;
	border-spacing: 0;
	margin-left: 0;
}
.top_menu > a {
	display: block;
	font-size: 24px;
	width: 100%;
	height: inherit;
	padding: 17.6%;
	margin-top: 3px;
}
.top_menu > .btn01 {
    background: url(../img/top/sm/btn01.jpg) no-repeat center;
    background-size: cover;
}
.top_menu > .btn02 {
    background: url(../img/top/sm/btn02.jpg) no-repeat center;
    background-size: cover;
}
.top_menu > .btn03 {
    background: url(../img/top/sm/btn03.jpg) no-repeat center;
    background-size: cover;
}

/*===== NEWS =====*/
.news_kv > .ttl {
    font-size: 35px;
    padding: 45px 0;
}
.news_archive {
    width: 92%;
    margin-bottom: 5%;
}
.news_archive li {
    display: block;
    margin-bottom: 45px;
}
.news_archive .date {
    font-size: 12px;
    margin-right: 0;
}
.news_archive .ttl {
    font-size: 15px;
}
.news_archive .txt {
	font-size: 13px;
}
.news_archive .box > .more {
    text-align: right;
    display: block;
}
.news_archive > .btn01 {
    margin: 0 auto;
    width: 100%;
}

/*===== ACCESS =====*/
.access_kv > .ttl {
    font-size: 35px;
    padding: 45px 0;
}
.access_box {
	display: block;
	width: 92%;
}
.access_box > * {
	width: 100%;
}
.access_box > .detail {
	line-height: 1.5;
}
.access_box > .detail > .ttl {
	font-size: 18px;
	margin: 4% 0 2%;
}
.access_box > .detail > .txt {
	margin-bottom: 3em;
}
.access_map {
    margin-top: 10%;
}
.access_map iframe {
	width: 100%;
	height: 250px;
}

/*===== PRIVACY =====*/
.privacy_kv {
    font-size: 18px;
}
.privacy_kv > .ttl {
    padding: 56px 0;
}
.privacy_box {
    width: 90%;
    padding: 5% 0;
    line-height: 2;
}
.privacy_box > .ttl {
    font-size: 18px;
}
.privacy_box > .txt {
    margin-bottom: 1.5em;
}

/*===== DIVISION =====*/
.divi_kv {
    background: url(../img/division/sm/top_kv.jpg) no-repeat;
    background-size: cover;
    line-height: 1.5;
}
.divi_kv > .ttl {
    font-size: 24px;
    padding: 49px 0;
}
.divi_kv > .ttl span {
    font-size: 12px;
    margin-top: 5px;
}
.divi_top {
	padding: 50px 6%;
}
.divi_top > .ttl {
	font-size: 24px;
}
.divi_top > .txt {
	font-size: 12px;
	line-height: 1.8;
	margin: 20px 0;
}
.divi_top.bg01 {
	background: url(../img/division/sm/top_bg01.jpg) no-repeat;
    background-size: cover;
}
.divi_top.bg02 {
	background: url(../img/division/sm/top_bg02.jpg) no-repeat;
    background-size: cover;
}
.divi_top > .menu {
	display: block;
}
.divi_top > .menu li {
	border: 2px solid #FFF;
	width: 100%;
}
.divi_top > .menu li:not(:last-child) {
	margin-right: 0;
	margin-bottom: 10px;
}
.divi_top > .menu a {
	font-size: 15px;
	padding: 19px 0;
}

/* catalog */
.catalog_kv > .ttl {
    font-size: 35px;
    padding: 45px 0;
}
.catalog_slide {
	padding-bottom: 10%;
}
.catalog_slide .txt {
	padding: 20px 30px 5px;
}
.catalog_slide .slick-dots {
	position: static;
	justify-content: center;
}
.catalog_slide .slick-dots li {
	margin-left: 12px;
}
.catalog_slide .slick-dots button {
	width: 10px;
	height: 10px;
}
.catalog_box {
	padding: 7% 0 14%;
}
.catalog_box:last-child {
    padding: 7% 0;
}
.catalog_box > .container {
	display: block;
}
.catalog_box .detail {
	margin-right: 0;
}
.catalog_box .detail > .top {
	display: flex;
	align-items: center;
}
.catalog_box .detail > .top > * {
	width: 50%;
}
.catalog_box .detail > .top > .img {
	padding: 0 5%;
}
.catalog_box .detail .ttl01 {
	font-size: 18px;
	margin-bottom: 10px;
}
.catalog_box .detail .ttl02 {
	font-size: 13px;
}
.catalog_box .detail > .txt {
	font-size: 12px;
	padding: 20px 0;
}
.catalog_box .btm {
	padding: 20px 0;
	font-size: 12px;
}
.catalog_box .btm .ttl {
	font-size: 15px;
}
.catalog_box .btm .ttl.last {
	margin-top: 1em;
}
.catalog_box .link > a {
    text-align: center;
    display: block;
    font-size: 15px;
}
.catalog_box .link > .btn01 {
	font-size: 15px;
	width: 100%;
	margin-top: 15px;
}

/* system */
.system_kv {
    background: url(../img/division/sm/system_kv.jpg) no-repeat;
    background-size: cover;
    font-size: 24px;
}
.system_kv > .ttl {
    padding: 78px 0;
}
.system_sec {
    padding: 10% 0;
}
.system_sec > .container > .ttl,
.system_sec .box > .ttl {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.system_sec > .container > .txt,
.system_sec .box > .txt  {
    line-height: 1.5;
    font-size: 14px;
    text-align: left;
}
.system_sec > .container > .att {
    width: 100%;
    font-size: 14px;
}
.system_sec > .container > .txt.fs {
	font-size: 18px;
	text-align: center;
}
.system_sec .box {
    display: block;
    margin-top: 15px;
}
.system_sec .box > .detail {
    margin-left: 0;
}
.system_sec .box > .detail > .ttl {
    font-size: 18px;
    margin: 25px 0 0;
}
.system_sec .box > .detail > .txt {
	margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
}
.system_sec .box > .detail > .logo {
	margin: 30px 0;
}
.system_sec .box > .detail > .logo img {
	width: 100%;
}
.system_sec .box > .detail > .btn01 {
    width: 100%;
}
.system_sec > .container > .cap {
	line-height: 1.5;
	width: 100%;
	margin: 25px auto;
	font-size: 12px;
}
.system_sec > .container > .ex {
	width: 100%;
}
.system_sec > .container > .ex > .ttl {
	font-size: 15px;
	padding: 16px;
}
.system_sec > .container > .ex > .txt {
	line-height: 1.5;
	font-size: 12px;
	padding: 20px;
}
.system_sec .flow {
	margin-top: 50px;
}
.system_sec .flow > .ttl {
	font-size: 18px;
}
.system_sec .flow > .ttl:after {
    margin: 15px auto 0;
    width: 40px;
    height: 3px;
}
.system_sec .flow > .step {
	display: block;
	margin-top: 20px;
}
.system_sec .container > .img {
    display: block;
    margin-top: 50px;
}
.system_sec .container > .img li {
    width: 100%;
    margin: 0 0 20px;
}
.system_sec .container > .img li:last-child {
	margin: 0;
}
.system_sec .container > .img .txt {
    font-size: 14px;
    margin-top: 10px;
}
.system_sec .container > .img_hover {
    margin-top: 30px;
}
.system_sec .container > .img_hover li {
	width: 50%;
}
.system_sec .container > .img_hover .hover,
.system_sec .container > .img_hover li:hover .hover {
    display: none;
}
.system_sec .hoken {
	width: 100%;
	margin: 20px auto 0;
}
.system_sec .hoken > .txt {
	line-height: 1.8;
	font-size: 14px;
}
.system_sec .hoken > .ttl {
	font-size: 18px;
	margin: 40px 0 15px;
}
.system_sec .hoken > .btn {
	display: block;
	border-top: 1px solid #dcdcdc;
}
.system_sec .hoken > .btn li {
	width: 100%;
	padding: 3% 10%;
	border-bottom: 1px solid #dcdcdc;

	border-right: none;
}
.system_sec .hoken > .btn li:not(:last-child) {
	border-right: none;
}
.system_sec .hoken > .btn span {
	background: url(../img/common/ico04.png) no-repeat 100% 0;
	background-size: 15px;
	padding-right: 25px;
	margin-top: 5px;
	font-size: 14px;
}

.system_sec .slick.sales .box .txt {
	font-size: 14px;
	text-align: center;
	padding-top: 26%;
}
.system_sec .slick.sales .slick-arrow {
	width: 11px;
	height: 20px;
	margin-top: -20px;
	background-size: 100%;
}
.system_sec .slick.sales .slick-next {
	right: 60px;
}
.system_sec .slick.sales .slick-prev {
	left: 60px;
}
.system_sec .slick.sales .slick-dots {
	margin: 5px 0 10%;
}
.system_sec .slick.sales {
	margin-top: 5%;
}

/* manager_sec */
.manager_sec {
	background: url(../img/division/sm/manager_bg.jpg) no-repeat;
	background-size: cover;
	padding: 14% 0;
}
.manager_sec .ttl {
    font-size: 20px;
}
.manager_sec .txt {
    width: 100%;
    font-size: 14px;
}

/* rental */
.rental_kv {
    background: url(../img/division/sm/rental_kv.jpg) no-repeat;
    background-size: cover;
    font-size: 24px;
}
.rental_kv > .ttl {
    padding: 78px 0;
}

/* total */
.total_kv {
    background: url(../img/division/sm/total_kv.jpg) no-repeat;
    background-size: cover;
    line-height: 1.5;
}
.total_kv > .ttl {
    font-size: 24px;
    padding: 58px 0;
}
.total_kv > .ttl span {
    font-size: 12px;
    margin-top: 5px;
}
.system_sec.total .btn01 {
	margin: 20px auto 0;
	padding: 20px 0;
	display: block;
}
.system_sec.total > .db {
	display: block;
}
.system_sec.total > .db .box {
	display: block;
	width: 100%;
	padding: 7% 0 0;
	margin-top: 0;
}
.system_sec.total > .db .box:first-child {
	border-right: none;
	border-bottom: 1px solid #dcdcdc;
	padding: 0 0 7%;
}
.system_sec.flower {
	background: url(../img/division/sm/total_bg01.jpg) no-repeat;
	background-size: cover;
}
.system_sec.flower .btn01 {
	width: 100%;
	margin: 30px auto 40px;
}
.system_sec.flower .contact {
	display: block;
}
.system_sec.flower .contact .fax {
	font-size: 20px;
	margin: 0 0 15px;
}
.system_sec.flower .contact .fax .ttl {
	font-size: 15px;
	margin-bottom: 15px;
}
.system_sec.flower .contact .fax img {
	margin-right: 5px;
	width: 20px;
}
.system_sec.flower .contact .btn01 {
	margin: 0;
}

/* adc */
.adc_kv {
    background: url(../img/division/sm/adcreation_kv.jpg) no-repeat;
    background-size: cover;
    line-height: 1.5;
}
.adc_kv > .ttl {
    font-size: 24px;
    padding: 58px 0;
}
.adc_kv > .ttl span {
    font-size: 12px;
    margin-top: 5px;
}
.system_sec.total .btn01 {
	margin: 20px auto 0;
	padding: 20px 0;
}
.system_sec.adc > .container > .detail > .txt {
	font-size: 14px;
	width: 100%;
	margin: 15px auto 0;
}
.system_sec.adc .btn01 {
	margin-top: 20px;
	width: 100% !important;
	padding: 20px 0 !important;
}
.system_sec.adc .box  {
	margin-top: 60px;
	padding-bottom: 40px;
}
.system_sec.adc .box > .detail {
	margin-left: 0;
	margin-right: 0;
}
.system_sec.adc .box > .detail > .ttl {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.system_sec.adc .box > .detail > .txt {
	font-size: 14px;
	margin-bottom: 20px;
}

/* cm */
.cm_kv {
    background: url(../img/division/sm/cm_kv.jpg) no-repeat;
    background-size: cover;
    font-size: 24px;
}
.cm_kv > .ttl {
    padding: 78px 0;
}
.system_sec.cm .txt {
    width: 100%;
    font-size: 14px;
}
.system_sec.cm .container > .img_hover.sg li {
    width: 100%;
}
.system_sec .container > .img_hover.sg li:hover .hover {
    display: table;
}
.system_sec .container > .img_hover .hover .txt {
	font-size: 16px;
}

/* itb */
.itb_kv {
    background: url(../img/division/sm/inter_kv.jpg) no-repeat;
    background-size: cover;
    line-height: 1.5;
}
.itb_kv > .ttl {
    font-size: 24px;
    padding: 40px 0;
}
.itb_kv > .ttl span {
    font-size: 12px;
    margin-top: 5px;
}
.system_sec.itv .btn {
    display: block;
}
.system_sec.itv .btn .btn01 {
    margin: 20px 0 0;
}
.system_sec.itv .btn01 {
    margin: 20px auto 0;
    width: 100% !important;
}

/* pro_list */
.pro_list_kv {
    background: url(../img/division/sm/programlist_kv.jpg) no-repeat;
    background-size: cover;
    font-size: 24px;
}
.pro_list_kv > .ttl {
    padding: 78px 0;
}
.pro_list_sec {
	width: 90%;
	padding: 6% 0 5%;
}
.pro_list_sec > li {
	width: 47.5%;
	margin-bottom: 8%;
}
.pro_list_sec > li:not(:nth-child(3n)) {
	margin-right: 0;
}
.pro_list_sec > li:not(:nth-child(2n)) {
	margin-right: 5%;
}
.pro_list_sec .detail {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	line-height: 1.5;
	padding: 30% 5%;
	font-size: 13px;
	z-index: 9999;
}
.pro_list_sec .detail .ttl {
	margin: 0 0 20px;
	font-size: 18px;
}
.pro_list_sec > li:hover .detail {
	display: none;
}
.pro_list_sec .close {
	border: 1px solid #FFF;
	text-align: center;
	width: 135px;
	padding: 10px 0 10px 2%;
	margin: 15% auto 0;
	background: url(../img/common/close01.png) no-repeat 20% 45%;
	background-size: 10px;
}
.pro_list_sec .ttl {
	margin-top: 10px;
}
.pro_flow {
	background: #FFF;
	padding: 0;
	margin-top: 60px;
}
.pro_flow > .step {
	padding-bottom: 7%;
}
.pro_flow > .step > li {
	padding-top: 8%;
	margin-left: 0;
}
.pro_flow > .step > li:not(:last-child) {
	padding-bottom: 8%;
	border-width: 1px;
}
.pro_flow > .step > li:not(:last-child):before {
	display: none;
}
.pro_flow > .step > li > .ttl {
	font-size: 20px;
	margin-left: 0;
	padding: 0 7%;
}
.pro_flow > .step > li > .ttl img {
	padding: 0;
	margin-right: 15px;
	width: 25px;
}
.pro_flow > .step > li > .txt {
	line-height: 1.7;
	font-size: 12px;
	margin: 0;
	padding: 5% 7% 0;
}
.pro_flow > .step > li > .btn01 {
	width: 86%;
	margin: 7% auto 0;
}
.pro_flow .contact {
	display: block;
	margin-top: 0;
	padding: 0 7%;
}
.pro_flow .contact > li {
	width: 100%;
	text-align: left;
	padding: 0;
	margin-top: 7%;
}
.pro_flow .contact > li:not(:last-child) {
	border-right: none;
}
.pro_flow .contact .ttl {
	font-size: 15px;
	margin-bottom: 5px;
}
.pro_flow .contact .num {
	font-size: 18px;
	border: 1px solid #dcdcdc;
	padding: 10px;
}
.pro_flow .contact .num img {
	margin-right: 6px;
	width: 18px;
}

/* prosales */
.prosales_kv {
    background: url(../img/division/sm/programsales_kv.jpg) no-repeat;
    background-size: cover;
    line-height: 1.5;
}
.prosales_kv > .ttl {
    font-size: 24px;
    padding: 58px 0;
}
.prosales_kv > .ttl span {
    font-size: 12px;
    margin-top: 5px;
}
.system_sec.prosales .area {
	margin: 20px auto 50px;
	width: 100%;
}
.system_sec.prosales .area > .detail {
	position: static;
	text-align: left;
	width: 100%;
	line-height: 1.8;
	margin-top: 50px;
}
.system_sec.prosales .area > .detail .txt,
.system_sec.prosales .traffic > .txt {
	font-size: 14px;
}
.system_sec.prosales .area > .detail .ttl {
	margin-bottom: 15px;
}
.system_sec.prosales .area > .detail .ttl,
.system_sec.prosales .traffic > .ttl {
	font-size: 18px;
	text-align: center;
	line-height: 1.3;
}
.system_sec.prosales .traffic {
	text-align: center;
}
.system_sec.prosales .traffic > .txt {
	margin: 15px 0 30px;
	line-height: 1.8;
}
.system_sec.prosales .traffic .btn01 {
	width: 100%;
	margin: 0 auto;
}
.system_sec.prosales .bs {
	display: block;
	width: 92%;
}
.system_sec.prosales .bs > .img {
	margin-right: 0;
}
.system_sec.prosales .bs > .detail {
	margin-right: 0;
}
.system_sec.prosales .bs > .detail .ttl {
	line-height: 1.3;
	font-size: 20px;
	text-align: center;
}
.system_sec.prosales .bs > .detail .txt {
	font-size: 14px;
	margin: 15px 0;
	line-height: 1.8;
}
.system_sec.prosales  > .container > .detail > .txt {
	text-align: left;
}
.system_sec.prosales .movie > ul {
	margin: 20px 0 10px;
}
.system_sec.prosales .movie > ul li {
	display: block;
	width: 100%;
	margin-bottom: -1px;
	text-align: left;
}
.system_sec.prosales .movie > ul a {
	font-size: 15px;
	padding: 20px;
}
.system_sec.prosales .movie > .txt {
	font-size: 11px;
}
.system_sec.prosales .movie > .btn01 {
	margin: 20px 0 0;
	float: right;
}

/* flower */
.flower_kv {
    background: url(../img/division/sm/flower_kv.jpg) no-repeat;
    background-size: cover;
    line-height: 1.5;
}
.flower_kv > .ttl {
    font-size: 24px;
    padding: 49px 0;
}
.flower_kv > .ttl span {
    font-size: 12px;
    margin-top: 5px;
}
.flower_contact {
	background: url(../img/division/sm/flower_bg01.jpg) no-repeat;
	background-size: 100%;
	padding: 7% 0;
}
.flower_contact > .container {
	padding: 7%;
	display: block;
}
.flower_contact > .container > * {
	width: 100%;
}
.flower_contact .order > .ttl {
	font-size: 22px;
	text-align: center;
}
.flower_contact .order > .txt {
	font-size: 15px;
	margin: 20px 0 5px;
}
.flower_contact .order > .fax {
	font-size: 18px;
	border: 1px solid #dadada;
	padding: 10px;
	margin-bottom: 20px;
}
.flower_contact .order > .fax img {
	margin-right: 10px;
	width: 20px;
	vertical-align: middle;
}
.flower_contact .btn01 {
	font-size: 15px;
}
.flower_sec {
	padding: 7% 0;
}
.flower_sec > .txt {
	font-size: 14px;
	line-height: 1.5;
}
.flower_sec > .select {
	padding: 7% 0 12%;
}
.flower_sec > .select,
.flower_sec > .select ul {
	display: block;
}
.flower_sec > .select li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.flower_sec > .select select {
	font-size: 13px;
}
.flower_sec > .select input {
	font-size: 15px;
	padding: 10px 0;
	margin: 0 20%;
	width: 60%;
}
.flower_sec > .select select {
	padding: 9px;
	background: url(../img/division/flower_arrow01.png) no-repeat 100%;
	background-size: contain;
}
.flower_sec > .list .img {
	margin-bottom: 3%;
	width: 48%;
}
.flower_sec > .list .img > .box {
	position: static;
	background-color: inherit;
	color: #404040;
	font-size: 15px;
	line-height: 1.3;
	padding-top: 10px;
	display: block;
}
.flower_sec > .list .img > .box .num {
	font-size: 12px;
}
.flower_sec > .list .img:not(:nth-child(3n)) {
	margin-right: 0;
}
.flower_sec > .list .img:not(:nth-child(2n)) {
	margin-right: 4%;
}

/*===== DIVISION =====*/
.divi_kv {
    background: url(../img/division/sm/top_kv.jpg) no-repeat;
    background-size: cover;
    line-height: 1.5;
}
.divi_kv > .ttl {
    font-size: 24px;
    padding: 49px 0;
}
.divi_kv > .ttl span {
    font-size: 12px;
    margin-top: 5px;
}

/*===== COMPANY =====*/
.company_kv {
    background: url(../img/company/sm/top_kv.jpg) no-repeat;
    background-size: cover;
    font-size: 24px;
}
.company_kv > .ttl {
    padding: 78px 0;
}
.company_top > .message {
    font-size: 20px;
    line-height: 1.5;
    margin: 8% auto;
}
.company_top > .ttl {
    font-size: 18px;
    margin: 10% 0 5%;
}
.company_top > table {
    width:92%;
    margin: 0 auto 10%;
}
.company_top > table th,
.company_top > table td {
    display: block;
    line-height: 1.7;
    font-size: 12px;
    padding: 0 0 3%;
}
.company_top > table tr:last-child td {
	/* border-bottom: none; */
}
.company_top > table th {
    font-size: 14px;
    width: 100%;
    border-bottom: none;
    padding: 3% 0 0;
}
.company_top > .menu {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0;
}
.company_top > .menu li {
    width: 100%;
    height: 200px;
}
.company_top > .menu li:not(:last-child) {
	margin-right: 0;
	margin-bottom: 3px;
}
.company_top > .menu li .ttl {

	font-size: 24px;
}
.company_top > .menu li.btn01 a {
    background: url(../img/company/sm/top_btn01.jpg) no-repeat;
    background-size: cover;
}
.company_top > .menu li.btn02 a {
    background: url(../img/company/sm/top_btn02.jpg) no-repeat;
    background-size: cover;
}
.company_top > .menu li.btn03 a {
    background: url(../img/company/sm/top_btn03.jpg) no-repeat;
    background-size: cover;
}
.company_top > .menu li a > .btn01 {
	margin: 30px auto 0;
	padding: 16px 0;
}

/* resluts */
.resluts_kv {
    background: url(../img/company/sm/results_kv.jpg) no-repeat;
    background-size: cover;
    font-size: 24px;
}
.resluts_kv > .ttl {
    padding: 78px 0;
}
.results_sec {
    padding: 13% 0;
}
.results_sec a {
    color: #0070c9;
}
.results_sec > .box {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    padding: 8% 0;
}
.results_sec > .box .bnr {
    margin: 10px 0 0;
}
.results_sec > .box .bnr img {
    width: 180px;
}
.results_sec > .list {
    width: 92%;
    padding: 4% 3%;
}
.results_sec > .list > li {
    font-size: 13px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.results_sec > .list > li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.results_sec > .list > li > * {
    margin-right: 0;
}
.results_sec > .list > li .ico img {
    width: 32px;
}
.results_sec > .list > li > *:nth-child(2) {
    margin-left: 10px;
}
.results_sec > .list > li .ttl:after {
    content: "\FF5C";
    margin-left: 0;
}
.results_sec > .list > li a {
    text-decoration: underline;
}

/* infog */
.infog_kv {
    background: url(../img/company/sm/infographic_kv.jpg) no-repeat;
    background-size: cover;
    font-size: 24px;
}
.infog_kv > .ttl {
    padding: 78px 0;
}
.infog_sec {
    padding: 1% 0 0;
}
.infog_sec > .container {
    width: 92%;
}
.infog_sec > .container > .box {
	width: 48%;
}
.infog_sec > .container > .box:not(:nth-child(2n)) {
	margin-right: 4%;
}
.infog_sec > .container > .box.sg {
    width: 100%;
    margin-right: 0;
}
.infog_sec .ttl {
    font-size: 16px;
    padding: 9px 0;
    margin: 1.5em 0 0.5em;
}
.infog_sec > .container > .box .mg {
    margin: 1em;
}
.infog_sec .img {
	padding: 1em 0 3em;
}

/* group */
.group_kv {
    background: url(../img/company/sm/group_kv.jpg) no-repeat;
    background-size: cover;
    font-size: 24px;
}
.group_kv > .ttl {
    padding: 78px 0;
}
.group_sec {
    padding: 5% 0;
}
.group_sec > .list {
    padding: 0 4%;
}
.group_sec > .list > li {
    padding: 5% 0;
}
.group_sec > .list .logo {
    width: 32%;
    height: 100px;
    margin-right: 7%;
    padding: 0 10px;
}
.group_sec > .list .detail {
    line-height: 1.5;
    word-break: break-all;
    width: 71%;
}
.group_sec > .list .name {
    font-size: 14px;
}
.group_sec > .list a {
    font-size: 12px;
}
.group_sec > .list .add {
    font-size: 12px;
    margin-top: 10px;
}

/* system */
.sales_kv {
    background: url(
/wp-content/uploads/2017/12/9452.png) no-repeat;
    background-size: cover;
    font-size: 24px;
}
.sales_kv > .ttl {
    padding: 78px 0;
}

/*===== RECRUIT =====*/
.recruit_kv {
    background: url(/wp-content/uploads/2017/12/recruitmain.png) no-repeat;
    background-size: cover;
    line-height: 1.5;
}
.recruit_kv > .ttl {
    font-size: 24px;
    padding: 58px 0;
}
.recruit_kv > .ttl span {
    font-size: 12px;
    margin-top: 5px;
}
.recruit_top > .menu {
    display: block;
    width: 100%;
    margin: 5% 0 12%;
}
.recruit_top > .menu > li {
    width: 100%;
    border: 1px solid #cdcdcd;
    display: block;
    margin-bottom: -1px;
}
.recruit_top > .menu a {
    padding: 20px 0;
    font-size: 15px;
    background: url(../img/common/ico01.png) no-repeat 95% 50%;
    background-size: 18px;
}
.recruit_top > .news {
	width: 100%;
	margin: 0 auto 10%;
}
.recruit_top > .news > .ttl {
	font-size: 25px;
	margin-bottom: 0;
}
.recruit_top > .news > .list li {
	display: block;
	line-height: 1.8;
	margin-top: 6%;
	font-size: 12px;
}
.recruit_top > .news > .list .date {
	margin-right: 60px;
}
.recruit_top > .news > .list .detail .ttl {
	font-size: 14px;
}
.recruit_top > .btn {
	display: block;
	margin: 0 0 0 -3.7%;
	width: 107.7%;
}
.recruit_top > .btn a {
	font-size: 24px;
	margin-bottom: 4px;
}
.recruit_top > .btn .btn01 {
	width: 100%;
	height: 200px;
	margin-right: 6px;
	background: url(../img/recruit/sm/top_btn01.jpg) no-repeat;
	background-size: cover;
}
.recruit_top > .btn .btn02 {
	width: 100%;
	height: 220px;
	margin-bottom: 3px;
	background: url(/wp-content/uploads/2017/12/qa2.png) no-repeat;
	background-size: cover;
}
.recruit_top > .btn .btn03 {
	width: 100%;
	height: 220px;
	background: url(../img/recruit/sm/top_btn03.jpg) no-repeat;
	background-size: cover;
	line-height: 1.2;
}

/* itv */
.itv_kv > .ttl {
    font-size: 35px;

    padding: 45px 0;
}
.itv_sec {
	display: block;
	margin-top: 0;
	margin-bottom: 10%;
}
.itv_sec > * {
	width: 100%;
}
.itv_sec > .img .box {
	position: absolute;
	top: inherit;
	bottom: -40px;
    left: inherit;
    right: 4%;

	font-size: 15px;
	line-height: 1.3;
	width: 92%;
	padding: 14px 0;
}
.itv_sec:nth-child(2n) > .img .box {
    left: inherit;
    right: 4%;
}
.itv_sec > .img .box .name {
	font-size: 25px;
}
.itv_sec > .detail {
	padding: 17% 4% 0;
}
.itv_sec:nth-child(2n)  > .detail {
	padding: 17% 4% 0;
}
.itv_sec > .detail {
	line-height: 1.7;
}
.itv_sec > .detail .ttl {
	font-size: 18px;
}
.itv_sec > .detail .txt {
	font-size: 13px;
}

/* recqa */
.recqa_kv {
    background: url(
/wp-content/uploads/2017/12/MG1665.png) no-repeat;
    background-size: cover;
    font-size: 24px;
}
.recqa_kv > .ttl {
    padding: 78px 0;
}
.recqa_sec {
    padding: 5% 0;
    background: #FFF;
}
.recqa_sec > .tab_menu {
    width: 85%;
    margin: 0 auto;
}
.recqa_sec > .tab_menu > li {
    font-size: 13px;
    letter-spacing: initial;
    padding: 9px 0;
}
.recqa_sec > .tab_menu > li.active:after {
	border-width: 10px 7px 0 7px;
	bottom: -10px;
	margin-left: -7px;
}
.recqa_sec > .tab_box {
    padding: 10% 0 0;
}
.recqa_sec > .tab_box > li > .ttl {
	font-size: 18px;
}
.recqa_sec > .tab_box .qa {
	margin-top: 7%;
}
.recqa_sec > .tab_box .qa .box {
	padding: 20px 0;
}
.recqa_sec > .tab_box .qa .box .ttl {
	width: 80%;
}
.recqa_sec > .tab_box .icon {
  width: 15px;
  height: 27px;
  right: 0;
  margin-top: -15px;
}
.recqa_sec > .tab_box .icon:before {
  width: 15px;
  border-bottom: solid 3px #cdcdcd;
  bottom: 11px;
}
.recqa_sec > .tab_box .box.active .icon:before {
  border-bottom: solid 4px #cdcdcd;
  bottom: 11px;
}
.recqa_sec > .tab_box .icon:after {
  width: 15px;
  border-bottom: solid 3px #cdcdcd;
  bottom: 11px;
}
.recqa_sec > .tab_box .ico {
    margin-right: 15px;
}
.recqa_sec > .tab_box .ico span {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.recqa_sec > .tab_box .c01 {
    font-size: 14px;
}
.recqa_sec > .tab_box .txt {
    font-size: 12px;
}

/*===== 60th =====*/
.anniversary_kv {
    background: url(../img/60th/sm/bg01.jpg) no-repeat bottom center;
    background-size: cover;
    line-height: 1.5;
    height: 415px;
}
.anniversary_kv .ttl01 {
    margin: 0;
    padding: 8% 6% 0;
}
.anniversary_kv .ttl02 {
    margin: 2% 0 3%;
    font-size: 20px;
}
.anniversary_kv > .txt {
    font-size: 11px;
    line-height: 2;
}
.anniversary_kv .arrow {
    font-size: 15px;
    margin-top: 4%;
}
.anniversary_kv .arrow img {
    width: 36px;
    margin-bottom: 5%;
}
.anniversary_sec {
    background: url(../img/60th/sm/bg02.jpg) no-repeat top center;
    background-size: cover;
    padding: 15% 0;
}
.anniversary_sec .txt {
	font-size: 11px;
}
.anniversary_sec .top .date {
	font-size: 25px;
}
.anniversary_sec .top .ttl {
	font-size: 15px;
	margin: 10px 0;
}
.anniversary_sec .history {
    background: url(../img/60th/sm/line.png) repeat-y center;
    background-size: contain;
    margin: 65px auto 0;
}
.anniversary_sec .history > li {
    margin-left: 47.9%;
    padding-left: 7%;
    margin-bottom: 2%;
    background: url(../img/60th/ico02.png) no-repeat 0.4% 5px;
    background-size: 10px;
}
.anniversary_sec .history > li:first-child {
	background-size: 10px;
	margin-left: 48%;
}
.anniversary_sec .history > li:nth-child(2n) {
	margin-left: 0;
	margin-right: 48.9%;
	text-align: right;
	padding-right: 7%;
	background: url(../img/60th/ico02.png) no-repeat 100% 5px;
	background-size: 10px;
}
.anniversary_sec .history .date {
	font-size: 18px;
	margin-bottom: 3px;
}
.anniversary_sec .btn {
	background: url(../img/60th/sm/line_last.png) no-repeat center top;
	background-size: contain;
	padding-top: 20%;
}
.anniversary_sec .btn01 {
    margin: 0 auto;
    width: 92%;
}

/*===== CONTACT =====*/
section.contact{
	width: 92%;
    margin: 0 auto;
    margin-top: 30px;
}
section.contact table{
	width:100%;
}
section.contact table th{
	display:block;
	width:100%;
}
section.contact table td{
    display:block;
}


}