﻿/* 小林CSS　開始 */

#boxSemi a{
	color:#06F !important; 
}

#boxSemi a:hover{
	text-decoration:underline;
}

/* 小林CSS　終了 */

#imageRotator img {
  position: absolute;
}


@import url(font-awesome.min.css);

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, aside,
canvas, details, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time,  audio, video {
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
 
	}
body {
  margin: 0px;
}

.bgAnimObj {
	background: #007FFF;
	/* Chrome, Safari */
	-webkit-animation: bgColor 5s;
	/* Firefox */
	-moz-animation: bgColor 5s;
	/* Standard Syntax */
	animation: bgColor 5s;
}
/* 
Define the keyframe and changes
*/
/* Chrome, Safari */
@-webkit-keyframes bgColor {
	from {
 		background: #007FFF;
		}
	to {
 		background: #ebebeb;
		}
}
/* Firefox */
@-moz-keyframes bgColor {
    from {
        background: #007FFF;
    	}
    to {
        background: #ebebeb;
    	}
}
/* Standard syntax */
@keyframes bgColor {
	from {
		background: #007FFF;
		}
	to {
		background: #ebebeb;
		}
	}
/* 
Define this in your CSS 
.bgColor = Replace it by the name you want to give your animation
.bgAnimObj = Assign this class to the object you want to apply the effect
*/

.bgAnimObj {
	background: #007FFF;
	/* Chrome, Safari */
	-webkit-animation: bgColor 5s;
	/* Firefox */
	-moz-animation: bgColor 5s;
	/* Standard Syntax */
	animation: bgColor 5s;
}
/* 
Define the keyframe and changes
*/

/* Chrome, Safari */
@-webkit-keyframes bgColor {
	from {
 		background: #007FFF;
		}
	to {
 		background: #ebebeb;
		}
	}

/* Firefox */
@-moz-keyframes bgColor {
    from {
        background: #007FFF;
    	}
    to {
        background: #ebebeb;
    	}
	}

/* Standard syntax */
@keyframes bgColor {
	from {
		background: #007FFF;
		}
	to {
		background: #ebebeb;
		}
	}

aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

body {
	-webkit-text-size-adjust: none;
	}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
	}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	}

/* Basic */
@-ms-viewport {
	width: device-width;
	}

body {
	-ms-overflow-style: scrollbar;
	}

@media screen and (max-width: 480px) {
	html, body {
		min-width: 320px;
		}
	}

html {
	box-sizing: border-box;
	}

*, *:before, *:after {
	box-sizing: inherit;
	}

body {
	background: #fff;
	}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	}

/* Type */
body, input, select, textarea {
	color: rgba(255, 255, 255, 0.55);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;;
	font-size: 16px;
	font-weight: normal;
	}

@media screen and (max-width : 1680px ){
	body, input, select, textarea {
	font-size: 16px;
		}
	}

@media screen and (max-width: 1280px) {
	body, input, select, textarea {
	font-size: 16px;
		}
	}

@media screen and (max-width : 480px ){
	body, input, select, textarea {
	font-size: 14px;
		}
	}

a {
	-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	transition: color 0.2s ease, border-bottom-color 0.2s ease;
	color: inherit;
	text-decoration: none;
	}

a:hover {
	border-bottom-color: transparent;
	color: #F60
	}

strong, b {
	color: #ffffff;
	font-weight: bold;
	}

em, i {
	font-style: italic;
	}

p {
    margin: 0 0 0 0;
    color: #000000;
    font-weight: normal;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 0 0;
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
	}

h1 {
    font-size: 2.75em;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #000000;
	}

h1.major {
	margin: 0 0 1.3em 0;
	position: relative;
	padding-bottom: 0.35em;
	}

.row div p.major {
	margin: 0 0 1.2em 0;
	position: relative;
	padding-bottom: 1.2em;
	display: inline-block;
	margin-bottom: 0.5em;
	}

h1.major:after {
	background-image: -moz-linear-gradient(to right, #c2e59c , #64b3f);
	background-image: -webkit-linear-gradient(to right, #c2e59c , #64b3f);
	background-image: -ms-linear-gradient(to right, #5e42a6 , #b74e91);
	background-image: linear-gradient(to right, #5e42a6 , #b74e91);
	-moz-transition: max-width 0.2s ease;
	-webkit-transition: max-width 0.2s ease;
	-ms-transition: max-width 0.2s ease;
	transition: max-width 0.2s ease;
	border-radius: 0.2em;
	bottom: 0;
	content: '';
	height: 0.05em;
	position: absolute;
	right: 0;
	width: 100%;
	}

.row div p.major:after{
	background-image: -moz-linear-gradient(to right, #c2e59c , #64b3f4);
	background-image: -webkit-linear-gradient(to right, #c2e59c, #64b3f4);
	background-image: -ms-linear-gradient(to right,#c2e59c , #64b3f4);
	background-image: linear-gradient(to right,#2af598 , #2575fc);
	-moz-transition: max-width 0.2s ease;
	-webkit-transition: max-width 0.2s ease;
	-ms-transition: max-width 0.2s ease;
	transition: max-width 0.2s ease;
	bottom: 0;
	content: '';
	height: 0.2em;
	position: absolute;
	right: 0;
	width:100%;
	}

.flexbox h2 .major{
	background-image: linear-gradient(to right,#2af598 , #2575fc);
	margin: 0 0 1.2em 0;
	position: relative;
	padding-bottom: 1.2em;
	display: inline-block;
	margin-bottom: 0.5em;
	}

.flexbox h2 .major:after {
	background-image: linear-gradient(to right,#2af598 , #2575fc);
	margin: 0 0 1.2em 0;
	position: relative;
	padding-bottom: 1.2em;
	display: inline-block;
	margin-bottom: 0.5em;
	}

h2 {
	font-size: 1.85em;
	font-family: 	游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}

h3 {
	font-size: 1.5em;
	font-family: 	游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}

h4 {
	font-size: 1em;
	font-family: 	游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}

h5 {
	font-size: 0.8em;
	}

h6 {
	font-size: 0.6em;
	}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
	}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
	}

code {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 0.25em;
	border: solid 1px rgba(255, 255, 255, 0.15);
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
	}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
	}

pre code {
	display: block;
	line-height: 1.75em;
	padding: 1em 1.5em;
	overflow-x: auto;
	}

hr {
	border: 0;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	margin: 3em 0;
	}

hr.major {
	margin: 3em 0;
	}

/* Box */
.box {
	border-radius: 0.25em;
	border: solid 1px rgba(255, 255, 255, 0.15);
	margin-bottom: 2em;
	padding: 1.5em;
	}

.box_mini {
	background: rgba(255, 255, 255, 0.2);
	padding: 20px 40px 20px;
	}

@media screen and (max-width: 480px) {
	.box_mini{
 		width: 300px;
		margin:0 auto;
		text-align: center;
		}
	}

.box > :last-child,
.box > :last-child > :last-child,
.box > :last-child > :last-child > :last-child {
	margin-bottom: 0;
	}

.box.alt {
	border: 0;
	border-radius: 0;
	padding: 0;
	}

/* Button *//*
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: border-color 0.2s ease;
	-webkit-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
	background-color: transparent;
	border: solid 1px !important;
	border-color: rgba(0, 0, 0, 9) !important;
	border-radius: 0;
	color: #222222;
	cursor: pointer;
	display: inline-block;
	font-size: 0.5em;
	font-weight: bold;
	height: calc(4.75em + 1px);
	letter-spacing: 0.25em;
	line-height: 4.75em;
	outline: 1;
	padding: 0 3.75em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	}
*/
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button2 {
		-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: border-color 0.2s ease;
	-webkit-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
	background-color: transparent;
	border: solid 1px !important;
	border-color: rgba(0, 0, 0, 9) !important;
	border-radius: 0;
	color: #222222;
	cursor: pointer;
	display: inline-block;
	font-size: 0.5em;
	font-weight: bold;
	height: calc(4.75em + 1px);
	letter-spacing: 0.25em;
	line-height: 4.75em;
	outline: 1;
	padding: 0 3.75em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	}



input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button3 {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: border-color 0.2s ease;
	-webkit-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
	background-color: transparent;
	border: solid 1px !important;
	border-color: rgba(0, 0, 0, 9) !important;
	border-radius: 0;
	color: #222222;
	cursor: pointer;
	display: inline-block;
	font-size: 0.5em;
	font-weight: bold;
	height: calc(2.5em + 1px);
	letter-spacing: 0.25em;
	line-height: 4.75em;
	outline: 1;
	padding: 0 3.75em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	}

.button3:hover {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: border-color 0.2s ease;
	-webkit-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
	background-color: transparent;
	border: solid 1px !important;
	border-color: rgba(0, 0, 0, 1) !important;
	border-radius: 1.2em;
	color: #222222;
	cursor: pointer;
	display: inline-block;
	font-size: 0.2em;
	font-weight: bold;
	height: calc(4.75em + 1px);
	letter-spacing: 0.25em;
	line-height: 4.75em;
	outline: 1;
	padding: 0 3.75em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	}

input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after,
button:after,
.button3:after {
	-moz-transform: scale(0.25);
	-webkit-transform: scale(0.25);
	-ms-transform: scale(0.25);
	transform: scale(0.25);
	pointer-events: none;
	-moz-transition: opacity 0.2s ease, -moz-transform 0.2s ease;
	-webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
	-ms-transition: opacity 0.2s ease, -ms-transform 0.2s ease;
	transition: opacity 0.2s ease, transform 0.2s ease;
	background: #050D2A;
	border-radius: 3em;
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after,
button:after,
.button:after{
	-moz-transform: scale(0.25);
	-webkit-transform: scale(0.25);
	-ms-transform: scale(0.25);
	transform: scale(0.25);
	pointer-events: none;
	-moz-transition: opacity 1s ease, -moz-transform 0.2s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 0.2s ease;
	-ms-transition: opacity 1s ease, -ms-transform 0.2s ease;
	transition: opacity 1s ease, transform 0.5s ease;
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button2:hover {
	border-color: rgba(255, 255, 255, 0.55) !important;
	color: #fff;
	background-color: #050D2A;
	transition: .5s;
	}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button3:hover {
	border-color: rgba(0, 0, 0, 0.1) !important;
	color: #000;
	background-color: #fff;
	transition: .5s;
	}

.button4 :hover {
	margin: 0 0 0 0;
	opacity: 1;
	background-color: #F506DE;
	}

/* Features */
.features {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: solid 1px rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.05);
	margin: 0 0 0 0;
	}

.features:hover {
	border: solid 1px rgba(255, 255, 255, 0.15);
	margin: 0 0 0 0;
	}

.features section {
	padding: 3.5em 3em 1em 7em ;
	width: 33.3%;
	border-top: solid 1px rgba(255, 255, 255, 0.15);
	position: relative;
	text-align: left;
	}

.features section:hover {
	background: rgba(10, 10, 255, 0.1);
	margin: 0 0 0 0;
	}

.features section:nth-child(-n + 2) {
	border-top-width: 0;
	}

.features section:nth-child(2n) {
	border-left: solid 1px rgba(255, 255, 255, 0.15);
	}

.features section .icon {
	-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease;
	-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease;
	-moz-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition-delay: 1s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	position: absolute;
	left: 3em;
	top: 3em;
	opacity: 1;
	}

.features section:nth-child(1) .icon {
	-moz-transition-delay: 0.15s;
	-webkit-transition-delay: 0.15s;
	-ms-transition-delay: 0.15s;
	transition-delay: 0.15s;
	}

.features section:nth-child(2) .icon {
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
	}


.features section:nth-child(3) .icon {
	-moz-transition-delay: 0.45s;
	-webkit-transition-delay: 0.45s;
	-ms-transition-delay: 0.45s;
	transition-delay: 0.45s;
	}


.features section:nth-child(4) .icon {
	-moz-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
	transition-delay: 0.6s;
	}

.features section:nth-child(5) .icon {
	-moz-transition-delay: 0.75s;
	-webkit-transition-delay: 0.75s;
	-ms-transition-delay: 0.75s;
	transition-delay: 0.75s;
	}

.features section:nth-child(6) .icon {
	-moz-transition-delay: 0.9s;
	-webkit-transition-delay: 0.9s;
	-ms-transition-delay: 0.9s;
	transition-delay: 0.9s;
	}

.features section:nth-child(7) .icon {
	-moz-transition-delay: 1.05s;
	-webkit-transition-delay: 1.05s;
	-ms-transition-delay: 1.05s;
	transition-delay: 1.05s;
	}

.features section:nth-child(8) .icon {
	-moz-transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
	-ms-transition-delay: 1.2s;
	transition-delay: 1.2s;
	}

.features section:nth-child(9) .icon {
	-moz-transition-delay: 1.35s;
	-webkit-transition-delay: 1.35s;
	-ms-transition-delay: 1.35s;
	transition-delay: 1.35s;
	}

.features section:nth-child(10) .icon {
	-moz-transition-delay: 1.5s;
	-webkit-transition-delay: 1.5s;
	-ms-transition-delay: 1.5s;
	transition-delay: 1.5s;
	}

.features section:nth-child(11) .icon {
	-moz-transition-delay: 1.65s;
	-webkit-transition-delay: 1.65s;
	-ms-transition-delay: 1.65s;
	transition-delay: 1.65s;
	}

.features section:nth-child(12) .icon {
	-moz-transition-delay: 1.8s;
	-webkit-transition-delay: 1.8s;
	-ms-transition-delay: 1.8s;
	transition-delay: 1.8s;
	}

.features section:nth-child(13) .icon {
	-moz-transition-delay: 1.95s;
	-webkit-transition-delay: 1.95s;
	-ms-transition-delay: 1.95s;
	transition-delay: 1.95s;
	}

.features section:nth-child(14) .icon {
	-moz-transition-delay: 2.1s;
	-webkit-transition-delay: 2.1s;
	-ms-transition-delay: 2.1s;
	transition-delay: 2.1s;
	}

.features section:nth-child(15) .icon {
	-moz-transition-delay: 2.25s;
	-webkit-transition-delay: 2.25s;
	-ms-transition-delay: 2.25s;
	transition-delay: 2.25s;
	}

.features section:nth-child(16) .icon {
	-moz-transition-delay: 2.4s;
	-webkit-transition-delay: 2.4s;
	-ms-transition-delay: 2.4s;
	transition-delay: 2.4s;
	}

.features section:nth-child(17) .icon {
	-moz-transition-delay: 2.55s;
	-webkit-transition-delay: 2.55s;
	-ms-transition-delay: 2.55s;
	transition-delay: 2.55s;
	}

.features section:nth-child(18) .icon {
	-moz-transition-delay: 2.7s;
	-webkit-transition-delay: 2.7s;
	-ms-transition-delay: 2.7s;
	transition-delay: 2.7s;
	}

.features section:nth-child(19) .icon {
	-moz-transition-delay: 2.85s;
	-webkit-transition-delay: 2.85s;
	-ms-transition-delay: 2.85s;
	transition-delay: 2.85s;
	}

.features section:nth-child(20) .icon {
	-moz-transition-delay: 3s;
	-webkit-transition-delay: 3s;
	-ms-transition-delay: 3s;
	transition-delay: 3s;
	}

.features.inactive section .icon {
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
	}

@media screen and (max-width : 980px ){
	.features {
		display: block;
		}
	.features section p{
		font-size: 13px
		}
	.features section h4{
		font-size: 16px
		}
	.features section {
		border-top-width: 1px !important;
		border-left-width: 0 !important;
		width: 100%;
		}
	.features section:first-child {
		border-top-width: 0 !important;
		}
	}

@media screen and (max-width: 480px) {
	.features section {
		padding: 2em 1.5em 0.1em 1.5em ;
		}
	.features section .icon {
		left: 0;
		position: relative;
		top: 0;
		}
	}

/* Icon */
.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
	}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	}


.icon > .label {
	display: none;
	}


.icon.major {
	width: 3.5em;
	height: 3.5em;
	display: block;
	background: #ffffff;
	border-radius: 100%;
	color: #312450;
	text-align: center;
	line-height: 3.5em;
	margin: 0 0 1.3em 0;
	}

.icon.major:before {
	font-size: 1.25em;
	}

.wrapper.style1 .icon.major:before {
	color: #222;
	}

.wrapper.style1-alt .icon.major:before {
	color: #493382;
	}

.wrapper.style2 .icon.major:before {
	color: #5052b5;
	}

.wrapper.style2-alt .icon.major:before {
	color: #3e4094;
	}

.wrapper.style3 .icon.major:before {
	color: #222	;
	}/* ourbusinessのアイコン.ourbusinessとマッチ */

.wrapper.style3-alt .icon.major:before {
	color:  #EB8686;
	}

/* Image */
.image {
	border-radius: 0.25em;
	border: 0;
	display: inline-block;
	position: relative;
	}

.image img {
	border-radius: 0.25em;
	display: block;
	}

.image.left, .image.right {
	max-width: 40%;
	}

.image.left img, .image.right img {
	width: 100%;
	}

.image.left {
	float: left;
	margin: 0 1.5em 1em 0;
	top: 0.25em;
	}

.image.right {
	float: right;
	margin: 0 0 1em 1.5em;
	top: 0.25em;
	}

.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
	}

.image.fit img {
	width: 100%;
	}

.image.main {
	width: 100%;
	}

@media screen and (max-width: 480px) {
	.main img {
		display: block;
		margin: 0 0 0 0;
		height: 400px;
		object-fit: cover;
		}
	}

.image.main img {
	width: 100%;
	}

/* List */
ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
	}

ol li {
	padding-left: 0.25em;
	}

ul {
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 0;
	}

ul li {
	padding-left: 0;
	}

ul.alt {
	list-style: none;
	padding-left: 0;
	}

ul.alt li {
	border-top: solid 1px rgba(255, 255, 255, 0.15);
	padding: 0 0;
	}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
	}

dl {
	margin: 0 0 2em 0;
	}

dl dt {
	display: block;
	font-weight: bold;
	margin: 0 0 1em 0;
	}

dl dd {
	margin-left: 0;
	}

/* Actions */
ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1em;
	padding-left: 0;
	}

ul.actions li {
	padding: 0 0 0 1em;
	vertical-align: middle;
	}

ul.actions.special {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-left: 0;
	}

ul.actions.special li:first-child {
	padding-left: 0;
	}

ul.actions.stacked {
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
	}

ul.actions.stacked li {
	padding: 1.3em 0 0 0;
	}

ul.actions.stacked li:first-child {
	padding-top: 0;
	}

ul.actions.fit {
	width: calc(100% + 1em);
	}

ul.actions.fit li {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%;
	}

ul.actions.fit li > * {
	width: 100%;
	}

ul.actions.fit.stacked {
	width: 100%;
	}

@media screen and (max-width: 480px) {
	ul.actions:not(.fixed) {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		width: 100% !important;
		margin-bottom: 20px
		}
	ul.actions:not(.fixed) li {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		padding: 1em 0 0 0;
		text-align: center;
		width: 100%;
		}
	ul.actions:not(.fixed) li > * {
		width: 100%;
		}
	ul.actions:not(.fixed) li:first-child {
		padding-top: 0;
		}
	ul.actions:not(.fixed) li input[type="submit"],
	ul.actions:not(.fixed) li input[type="reset"],
	ul.actions:not(.fixed) li input[type="button"],
	ul.actions:not(.fixed) li button,
	ul.actions:not(.fixed) li .button {	
		width: 100%;
		}
	ul.actions:not(.fixed) li input[type="submit"].icon:before,
	ul.actions:not(.fixed) li input[type="reset"].icon:before,
	ul.actions:not(.fixed) li input[type="button"].icon:before,
	ul.actions:not(.fixed) li button.icon:before,
	ul.actions:not(.fixed) li .button.icon:before {
		margin-left: -0.5rem;
		}
	}

/* Contact */
ul.contact {
	list-style: none;
	padding: 5rem 12.5rem;
	}
@media screen and (max-width : 980px ){
	ul.contact {
	list-style: none;
	padding: 4rem 6rem;
	}}
@media screen and (max-width : 480px ){
	ul.contact {
	list-style: none;
	padding: 4rem 1rem;
	}}
ul.contact > li {
	padding: 0;
	margin: 1.5em 0 0 0;
	}

ul.contact > li:first-child {
	margin-top: 0;
	}

/* Icons */
ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
	}

ul.icons li {
	display: inline-block;
	padding: 0 0.75em 0 0;
	}

ul.icons li:last-child {
	padding-right: 0;
	}

ul.icons li > a, ul.icons li > span {
	border: 2px;
	text-decoration: none;
	}

ul.icons li > a:before, ul.icons li > span:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
	}

ul.icons li > a .label, ul.icons li > span .label {
	display: none;
	}

/* Menu */
ul.menu {
	list-style: none;
	padding: 0;
	text-align: center
	}

ul.menu > li {
	border-left: solid 1px rgba(255, 255, 255, 0.15);
	display: inline-block;
	line-height: 1;
	margin-left: 1.5em;
	padding: 0 0 0 1.5em;
	}

ul.menu > li:first-child {
	border-left: 0;
	margin: 0;
	padding-left: 0;
	}

@media screen and (max-width: 480px) {
	ul.menu > li {
		border-left: 0;
		display: block;
		line-height: inherit;
		margin: 0.5em 0 0 0;
		padding-left: 0;
		}
	}

/* Section/Article */
section.special, article.special {
	text-align: center;
	}

header p {
	color: rgba(255, 255, 255, 0.35);
	position: relative;
	margin: 0 0 1.5em 0;
	}

header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
		line-height: 1.5em;
	}

header h3 + p {
	font-size: 1.1em;
	margin-top: -0.8em;
	line-height: 1.5em;
	}

header h4 + p,
header h5 + p,
header h6 + p {
	font-size: 0.9em;
	margin-top: -0.6em;
	line-height: 1.5em;
	}

/* Split */
.split {
		display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	}

.split > * {
	width: calc(50% - 2.5em);
	}

.split > :nth-child(2n - 1) {
	padding-right: 2.5em;
	border-right: solid 1px rgba(255, 255, 255, 0.15);
	}

.split > :nth-child(2n) {
	padding-left: 2.5em;
	}

.split.style1 > :nth-child(2n - 1) {
	width: calc(66.66666% - 2.5em);
	}

.split.style1 > :nth-child(2n) {
	width: calc(33.33333% - 2.5em);
	}

@media screen and (max-width : 1680px ){
	.split > * {
		width: calc(50% - 2em);
		}
	.split > :nth-child(2n - 1) {
		padding-right: 2em;
		}
	.split > :nth-child(2n) {
		padding-left: 2em;
		}
	.split.style1 > :nth-child(2n - 1) {
		width: calc(66.66666% - 2em);
		}
	.split.style1 > :nth-child(2n) {
		width: calc(33.33333% - 2em);
		}
	}

@media screen and (max-width : 980px ){
	.split {
		display: block;
		}
	.split > * {
		border-top: solid 1px rgba(255, 255, 255, 0.15);
		margin: 4em 0 0 0;
		padding: 4em 0 0 0;
		width: 100% !important;
		}
	.split > :nth-child(2n - 1) {
		border-right: 0;
		padding-right: 0;
		}
	.split > :nth-child(2n) {
		padding-left: 0;
		}
	.split > :first-child {
		border-top: 0;
		margin-top: 0;
		padding-top: 0;
		}
	}

/* Spotlights */
.spotlights > section {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	}

body.is-ie .spotlights > section {
	min-height: 0;
	}

.spotlights > section > .image {
	background-position: center center;
	background-size: cover;
	border-radius: 0;
	display: block;
	position: relative;
	width: 30em;
	}

.spotlights > section > .image img {
	border-radius: 0;
	display: block;
	}

.spotlights > section > .image:before {
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
	background: rgba(192, 192, 192, 0.9);
	content: '';
	display: block;
	height: auto;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999
	}

.spotlights > section > .content {
	padding: 4em 5em 4em 5em ;
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	-ms-flex: 1;
	}

.spotlights > section > .content > .inner {
	-moz-transform: translateX(0) translateY(0);
	-webkit-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	opacity: 1;
	font-weight: bold;
	}

.spotlights > section:nth-child(2) {
	background-color: rgba(0, 0, 0, 0.05);
	}

.spotlights > section:nth-child(3) {
	background-color: rgba(0, 0, 0, 0.1);
	}

.spotlights > section.inactive > .image:before, body.is-preload .spotlights > section > .image:before {
	opacity: 1;
	}

.spotlights > section.inactive > .content > .inner, body.is-preload .spotlights > section > .content > .inner {
	-moz-transform: translateX(-1em);
	-webkit-transform: translateX(-1em);
	-ms-transform: translateX(-1em);
	transform: translateX(-1em);
	opacity: 0;
	}

@media screen and (max-width : 1680px ){
	.spotlights > section > .content {
		padding: 4em 2em;
		}
	}

@media screen and (max-width : 980px ){
	.spotlights > section {
		display: block;
		}
	.spotlights > section > .image {
		width: 100%;
		height: 50vh;
		}
	.spotlights > section > .content {
		width: 100%;
		}
	.spotlights > section.inactive > .content > .inner, body.is-preload .spotlights > section > .content > .inner {
		-moz-transform: translateY(1em);
		-webkit-transform: translateY(1em);
		-ms-transform: translateY(1em);
		transform: translateY(1em);
		}
	}

/* Table */
.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	}

table {
    margin: 0 0 0 0;
    width: 100%;
    line-height: 1.3;
    text-align: center;
	}

table tbody tr {
	border: solid 1px rgba(5 ,5, 5, 0.2);
	border-left: 0;
	border-right: 0;
	}

table tbody tr:nth-child(2n + 1) {
	background-color: rgba(255, 255, 255, 0.05);
	}

table td {
    padding: 0.75em 0.75em;
    color: #000000;
	}

table th {
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
	}

table thead {
	border-bottom: solid 2px rgba(255, 255, 255, 0.15);
	}

table tfoot {
	border-top: solid 2px rgba(255, 255, 255, 0.15);
	}

table.alt {
	border-collapse: separate;
	}

table.alt tbody tr td {
	border: solid 1px rgba(255, 255, 255, 0.15);
	border-left-width: 0;
	border-top-width: 0;
	}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
	}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
	}

table.alt thead {
	border-bottom: 0;
	}

table.alt tfoot {
	border-top: 0;
	}

/* Wrapper */
.wrapper {
	position: relative;
	width: 100%;
	}

.wrapper > .inner {
	padding: 5em 5em 3em 5em ;
	max-width: 100%;
	}

@media screen and (max-width : 1680px ){
	.wrapper > .inner {
		padding: 5em 5em 5em 5em ;
		}
	}

@media screen and (max-width: 1280px) {
	.wrapper > .inner {
		width: 100%;
		}
	}

@media screen and (max-width: 480px) {
	.wrapper > .inner {
		padding: 1em 3em 5em 3em ;
		}
	}

.wrapper.alt {
	background-color: #222222;
	}					/* 濃いブルー01 *//* ヘッダー */

.wrapper.style1 {
	background-color: #ddd;
	}					/* グレー *//* address */

.wrapper.style1-alt {
	background-color: #050D2A;
	}					/* 黒に近い黒 *//* フッター */

.wrapper.style2 {
	background-color: #ffffff;
	}					/* 薄いグレー *//* company.business.recruit */

.wrapper.style2-alt {
	background-color: #0ff;
	}					/* ブルー *//* チャコール */

.wrapper.style3 {
	background-color: #222	;
	}					/* チャコール *//* ourbusiness */		

.wrapper.style3-alt {
	background-color: #222	;
	}					/* チャコール *//* チャコール */

.wrapper.style4 {
	background-color: #fff	;
	border-bottom: 1px solid black;
	margin-top: 0px;       /* 上線の外側の余白はナシ */
	padding-top: 0px;      /* 上線の内側の余白はナシ */
	padding-bottom: 0.3em; /* 下線の内側の余白量 */
	text-align: center;
	}					/* チャコール *//* contact */		

.wrapper.style4-alt {
	background-color: #fff;
	}					/* チャコール *//* contact */		

.wrapper.fullscreen {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	min-height: 100vh;
	}

body.is-ie .wrapper.fullscreen {
	height: 100vh;
	}

@media screen and (max-width: 1280px) {
	.wrapper.fullscreen {
		min-height: calc(100vh - 2.5em);
		}
	body.is-ie .wrapper.fullscreen {
		height: calc(100vh - 2.5em);
		}
	}

.wrapper.fade-up > .inner {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	opacity: 1.0;
	}

.wrapper.fade-up > .inner  > section {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	opacity: 1.0;
	background-color: aqua color: 
	}

.wrapper.fade-up > .inner  > section  {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	opacity: 1.0;
	background-color: aqua color: 
	}

.wrapper.fade-up.inactive > .inner, body.is-preload .wrapper.fade-up > .inner {
	opacity: 0;
	-moz-transform: translateY(1em);
	-webkit-transform: translateY(1em);
	-ms-transform: translateY(1em);
	transform: translateY(1em);
	}

.wrapper.fade-down > .inner {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-moz-transition: opacity 1s ease, -moz-transform 1s ease;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	-ms-transition: opacity 1s ease, -ms-transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
	opacity: 1.0;
	}


.wrapper.fade-down.inactive > .inner, body.is-preload .wrapper.fade-down > .inner {
	opacity: 0;
	-moz-transform: translateY(-1em);
	-webkit-transform: translateY(-1em);
	-ms-transform: translateY(-1em);
	transform: translateY(-1em);
	}

.wrapper.fade > .inner {
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
	opacity: 1.0;
	}

.wrapper.fade.inactive > .inner, body.is-preload .wrapper.fade > .inner {
	opacity: 0;
	}

.sub_inner {
	margin: 0 20px 30px 20px
	}

.sub_inner2 {
	margin: 40px 30px 30px 20px
	}

#one .content{
	background-color: #fbfbfb
	}

#two .content{
	background-color: #f0f0f0
	}

#three .content{
	background-color: #e3e3e3
	}

#four .content{
	background-color: #bfbfbf
	}

.content_ev{
	background-color: #3F3F3F
	}

#five .content{
	background-color: #bdbdbd
	}

/* Header */
#header {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	background-color: #EB8686;
	cursor: default;
	padding: 1.75em 2em;
	}/* Header配色は濃い青 */

#header > .title {
	border: 0;
	color: #FFFFFF;
	display: block;
	font-size: 1.25em;
	font-weight: bold;
	}

#header > nav {
	-moz-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
	}

#header > nav > ul {
	margin: 0;
	padding: 0;
	}

#header > nav > ul > li {
	display: inline-block;
	margin-left: 1.75em;
	padding: 0;
	vertical-align: middle;
	}

#header > nav > ul > li:first-child {
	margin-left: 0;
	}

#header > nav > ul > li a {
	border: 0;
	color: rgba(255, 255, 255, 0.35);
	display: inline-block;
	font-size: 0.6em;
	font-weight: bold;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	}

#header > nav > ul > li a:hover {
	color: rgba(255, 255, 255, 0.55);
	}

#header > nav > ul > li a.active {
	color: #ffffff;
	}

@media screen and (max-width: 980px) {
	#header .title {
		font-size: 1.25em;
		padding: 1em 0;
		}
	#header > nav {
		display: none;
		border-top: solid 1px rgba(255, 255, 255, 0.15);
		text-align: inherit;
		}
	#header > nav > ul > li {
		margin-left: 1.5em;
		}
	#header > nav > ul > li a  {
		height: 6em;
		line-height: 6em;
		}
	}

/* Wrapper (main) *//*
#sidebar + #wrapper {
	margin-left:18em;
	}*/

@media screen and (max-width: 1280px) {
	#sidebar {
		display: none;
		}
	}

@media screen and (min-width: 1281px) {
	#header.header{
		display: none!important;
		}
	}

#header + #wrapper > .wrapper > .inner {
	margin: 0 auto;
	}

/* Wrapper (sub) */
	#sidebar + #wrapper {
		margin-left:18em;
	}

@media screen and (max-width: 1280px) {
	#sidebar + #wrapper {
		margin-left: 0;
		padding-top: 0;
		}
	}
		
/* Wrapper (sub) */
.wrapper_sub0{
	background-color:#fff;
	margin: 0 auto;
	padding: 0 120px 30px 120px;
	}

.wrapper_sub{
	background-color:#f3f8fb;
	margin: 0 auto;
	padding:60px 120px ;
	}


.wrapper_sub2{
	background-color:#fff;
	margin: 0 auto;
	padding: 30px 120px;
	}

.wrapper_sub3{
	background-image: linear-gradient(to right, #accbee, #d6e4fd);
	margin: 0 auto;
	padding: 0 120px 30px 120px;
	}
.wrapper_design{
	background-image: #fff;
	margin: 0 auto;
	padding: 0 60px;
	}

.wrapper_table{
	background-image: linear-gradient(to right, #accbee, #d6e4fd);
	margin: 0 auto;
	padding: 50px 120px 50px 120px;
	width: 100%;
	box-sizing:border-box;
	}

.wrapper_sub4{
	background-image: linear-gradient(to right, #f2f5fd, #f8fbff);
	margin: 0 auto;
	padding: 0 120px 0 120px;
	}

.wrapper_sub5{
	background-image: url(../img/design/form_bg.jpg);
	margin: 0 auto;
	padding: 60px 120px ;
	}

.wrapper_sub6{
	background-color:#459bef;
	margin: 0 auto;
	padding: 0 120px 60px 120px;
	}

.wrapper_sub7{
	background-image: url(../img/askul/form_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	}

.wrapper_sub8{
	background-image: url(../img/solution/solution_pattern.gif);
	background-position: center center;
	margin: 0 auto;
	padding: 0 120px 0 120px;
	}

/*rental 商品一覧位置*/
.wrapper_sub10{
	background-image: url(../img/rental/ichiran_bg.jpg) ;
	margin: 0 auto;
	padding: 50px 120px 50px 120px;
	}

.inner_rental{
	position: relative;
	padding: 20px 5px 50px 5px;
	background-image: linear-gradient(to right, #accbee, #d6e4fd);
	box-shadow: 5px 5px 5px 5px rgba(69,74,96,0.3); 
	}

.inner_rental_mask{
	height: 100%;
	background: rgba(255,255,255,1);
	}
/*rental 商品一覧位置*/

.wrapper_sub5 p{
    margin-bottom: 10px;
    padding: 0;
    line-height: 1.8em;
    font-weight: bold;
	}

.inner_op{
	background-color: rgba(51,51,51,0.2);
	padding: 15px;
	margin:10px 0 10px 0;
	color: #fff;
	border-radius: 0.5em;
	}

.inner_wh{
	background-color: rgba(255,255,255,1);
	padding: 30px 50px 30px 50px;
	margin:10px 30px 10px 30px;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 0.5em;
	}

@media screen and (max-width: 480px) {
	.inner_op{
		background-color: rgba(51,51,51,0.2);
		padding: 20px;
		border: 1px solid #fff;
		color: #fff;
		border-radius: 0.2em;
		}
	.wrapper_sub5{
		background-image: url(../img/design/form_bg.jpg);
		margin: 0 auto;
		padding: 60px 30px ;
		}
	.flexbox2{
		padding: 0 0 20px 0;
		}
	.wrapper_sub8{
		background-image: url(../img/solution/solution_pattern.gif);
		background-position: center center;
		margin: 0 auto;
		padding: 0 30px 0 30px;
		}
	.wrapper_table{
		background-image: linear-gradient(to right, #accbee, #d6e4fd);
		margin: 0 auto;
		padding: 15px 2.5px 15px 2.5px;
		width: 100%;
		box-sizing:border-box;
		}
	.wrapper_bana{
	background-color: #ebeff5;
	margin: 0 auto;
	padding: 0;
	}

	}

@media screen and (min-width: 1681px) {
	.wrapper_sub0{
		background-color:#fff;
		margin: 0 auto;
		padding: 0 350px 0 350px;
		}

	.wrapper_sub{
		background-color:#f3f8fb;		
		margin: 0 auto;
		padding:60px 350px ;
		}
	.wrapper_sub2{
		background-color:#fff;					
		margin: 0 auto;
		padding:60px 380px ;
		}
	.wrapper_sub3{
		background-image: linear-gradient(to right, #accbee, #d6e4fd);
		margin: 0 auto;
		padding: 0 350px 0 350px;
		}
	.wrapper_sub4{
		background-image: linear-gradient(to right, #f2f5fd, #f8fbff);
		margin: 0 auto;
		padding: 0 350px 0 350px;
		
		}
	.wrapper_sub5{
		background-image:url(../img/design/form_bg.jpg);
		margin: 0 auto;
		padding: 60px 550px ;
		}
	.wrapper_sub6{
		background-color:#459bef;
		margin: 0 auto;
		padding: 0 350px 60px 350px;
		}
	.wrapper_sub8{
		background-image: url(../img/solution/solution_pattern.gif);
		background-position: center center;
		margin: 0 auto;
		padding:0 350px 0 350px;
		}
		/*rental 商品一覧位置*/
	.wrapper_sub10{
		background-image: url(../img/rental/ichiran_bg.jpg);
		margin: 0 auto;
		padding: 50px 450px 50px 450px;
		}
	.inner_rental{
		position: relative;
		background-image: linear-gradient(to right, #accbee, #d6e4fd);
		box-shadow: 5px 5px 5px 5px rgba(69,74,96,0.3); 
		}
	.inner_rental_mask{
  		height: 100%;
 	　 background: rgba(255,255,255,0.3);
		}
		/*rental 商品一覧位置*/
	.wrapper_bana{
	background-color: #ebeff5;
	margin: 0 auto;
	padding: 60px 120px 60px 120px;
	}
	}


@media screen and (max-width : 1680px ){
	.wrapper_sub0{
		background-color:#fff;
		margin: 0 auto;
		padding: 0 280px 0 280px;
		}
	.wrapper_sub{
		background-color:#f3f8fb;		
		margin: 0 auto;
		padding: 60px 180px 0;
		}
	.wrapper_sub2{
		background-color:#fff;					
		margin: 0 auto;
		padding: 30px 180px;
		}
	.wrapper_sub3{
		background-image: linear-gradient(to right, #accbee, #d6e4fd);
		margin: 0 auto;
		padding: 0 180px 0 180px;
		}
	.wrapper_sub4{
		background-image: linear-gradient(to right, #f2f5fd, #f8fbff);
		margin: 0 auto;
		padding: 0 180px 0 180px;
		}
	.wrapper_sub5{
		background-image:url(../img/design/form_bg.jpg);
		margin: 0 auto;
		padding: 60px 180px ;
		}
	.wrapper_sub6{
		background-color:#459bef;
		margin: 0 auto;
		padding: 0 180px 60px 180px;
		}
	.wrapper_sub8{
		background-image: url(../img/solution/solution_pattern.gif);
		background-position: center center;
		margin: 0 auto;
		padding:0 180px 0 180px;
		}
	/*rental 商品一覧位置*/
	.wrapper_sub10{
		background-image: url(../img/rental/ichiran_bg.jpg) ;
		margin: 0 auto;
		padding: 50px 250px 50px 250px;
		}
	.inner_rental{
		position: relative;
		background-image: linear-gradient(to right, #accbee, #d6e4fd);
		box-shadow: 5px 5px 5px 5px rgba(69,74,96,0.3);  
		}
	.inner_rental_mask{
  		height: 100%;
 	　 background: rgba(255,255,255,0.3);
		}
	/*rental 商品一覧位置*/
	}
			
@media screen and (max-width : 980px ){
	.wrapper_sub0{
		background-color:#fff;
		margin: 0 auto;
		padding: 0 120px 0 120px;
		}
	.wrapper_sub{
		background-color:#f3f8fb;		
		margin: 0 auto;
		padding: 0 80px 0 80px;
		}
	.wrapper_sub2{
		background-color:#fff;					
		margin: 0 auto;
		padding: 0 20px 0 20px;
		}
	.wrapper_sub3{
		background-image: linear-gradient(to right, #accbee, #d6e4fd);
		margin: 0 auto;
		padding: 0 80px 0 80px;
		}
	.wrapper_sub4{
		background-image: linear-gradient(to right, #f2f5fd, #f8fbff);
		margin: 0 auto;
		padding: 0 80px 0 80px;
		}
	.wrapper_sub5{
		background-image:url(../img/design/form_bg.jpg);
		margin: 0 auto;
		padding: 0 80px 0 80px;}
		.wrapper_sub6{
		background-color:#459bef;
		margin: 0 auto;
		padding:0 80px 40px 80px;
		}
	.wrapper_sub8{
		background-image: url(../img/solution/solution_pattern.gif);
		background-position: center center;
		margin: 0 auto;
		padding:0 80px 0 80px;
		}
	.wrapper_sub_semi{
		background-color:#fff;					
		margin: 0 auto;
		padding: 0 120px 0 120px;
		}
	/*rental 商品一覧*/
	.wrapper_sub10{
		background-image: url(../img/rental/ichiran_bg.jpg) ;
		margin: 0 auto;
		padding: 50px 120px 50px 120px;
		}
	.inner_rental{
		position: relative;
		padding: 20px 5px 50px 5px;
		background-image: linear-gradient(to right, #accbee, #d6e4fd);
		box-shadow: 10px 10px 10px rgba(69,74,96,0.5); 
		}
	.inner_rental_mask{
  		height: 100%;
 	　 background: rgba(255,255,255,0.7);
		}
	}

@media screen and (max-width : 480px ){
	/*レンタルお任せ写真部分*/
	.omakase img{
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 210px;
		}
	.wrapper_sub0{
		background-color:#fff;
		margin: 0 auto;
		padding: 0 5px 0 5px;
		}
		/*ソリューション事業*/
	.solution img{
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: auto;
		padding: 0;	
		}
	.wrapper_sub{
		background-color:#f3f8fb;		
		margin: 0 auto;
		padding:0 5px 0 5px;
		}
	.wrapper_sub2{
		background-color:#fff;			
		margin: 0 auto;
		
		}
	.wrapper_sub3{
		background-image: linear-gradient(to right, #accbee, #d6e4fd);
		margin: 0 auto;
		padding: 0 5px 0 5px;
		}
	.wrapper_sub4{
		background-image: linear-gradient(to right, #f2f5fd, #f8fbff);
		margin: 0 auto;
		padding: 0 5px 0 5px;
		}
	.wrapper_sub5{
		background-image:url(../img/design/form_bg.jpg);
		margin: 0 auto;
		padding: 0 5px 0 5px;}
	.wrapper_sub6{
		background-color:#459bef;
		margin: 0 auto;
		padding: 0 25px ;
		}
	.wrapper_sub8{
		background-image: url(../img/solution/solution_pattern.gif);
		background-position: center center;
		margin: 0 auto;
		padding: 0;
		}
	/*rental 商品一覧*/
	.wrapper_sub10{
		background-image: url(../img/rental/ichiran_bg.jpg) ;
		margin: 0 auto;
		padding: 10px 5px 10px 5px;
		}
	.inner_rental{
		position: relative;
		background-image: linear-gradient(to right, #accbee, #d6e4fd);
		box-shadow: 10px 10px 10px rgba(69,74,96,0.3); 
		}
	.inner_rental_mask{
  		height: 100%;
 		background: rgba(255,255,255,0.3);
		}
	}

.text_top{
	margin: 0 ;
	padding: 0 5px 0 5px;
	line-height: 1.8em
	}

.top_massage img{
	margin-bottom: 20px;
	padding: 0;
	line-height: 1.8em
	}

/* Footer */
#sidebar + #wrapper + #footer {
	margin-left: 18em;
	}

@media screen and (max-width: 1280px) {
	#sidebar + #wrapper + #footer {
		margin-left: 0;
		}
	}

#footer > .inner a {
	border-bottom-color: rgba(255, 255, 255, 0.15);
	}

#footer > .inner a:hover {
	border-bottom-color: transparent;
	}

#footer > .inner .menu {
	font-size: 0.8em;
	color: rgba(255, 255, 255, 0.15);
	}

#header + #wrapper + #footer > .inner {
	margin: 0 auto;
	}

#footer .contact li {
	line-height: 1.75
	}

/* Sidebar1680以上のPCのみ */
#sidebar {
	padding: 2.5em 2.5em 0.5em 2.5em ;
	background: #050D2A;/* ヘッダーの配色濃い青 */
	cursor: default;
	height: 100vh;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	text-align: right;
	top: 0;
	width: 18em;
	z-index: 10000;
	}

#sidebar > .inner {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
	min-height: 100%;
	opacity: 1;
	width: 100%;
	}

body.is-ie #sidebar > .inner {
	height: 100%;
	}

#sidebar nav > ul {
	list-style: none;
	padding: 0;
	}

#sidebar nav > ul > li {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-moz-transition: opacity 0.15s ease, -moz-transform 0.75s ease;
	-webkit-transition: opacity 0.15s ease, -webkit-transform 0.75s ease;
	-ms-transition: opacity 0.15s ease, -ms-transform 0.75s ease;
	transition: opacity 0.15s ease, transform 0.75s ease;
	margin: 1.5em 0 0 0;
	opacity: 1;
	padding: 0;
	position: relative;
	}

#sidebar nav > ul > li:first-child {
	margin: 0;
	}

#sidebar nav > ul > li:nth-child(1) {
	-moz-transition-delay: 0.45s;
	-webkit-transition-delay: 0.45s;
	-ms-transition-delay: 0.45s;
	transition-delay: 0.45s;
	}

#sidebar nav > ul > li:nth-child(2) {
	-moz-transition-delay: 0.65s;
	-webkit-transition-delay: 0.65s;
	-ms-transition-delay: 0.65s;
	transition-delay: 0.65s;
	}

#sidebar nav > ul > li:nth-child(3) {
	-moz-transition-delay: 0.85s;
	-webkit-transition-delay: 0.85s;
	-ms-transition-delay: 0.85s;
	transition-delay: 0.85s;
	}

#sidebar nav > ul > li:nth-child(4) {
	-moz-transition-delay: 1.05s;
	-webkit-transition-delay: 1.05s;
	-ms-transition-delay: 1.05s;
	transition-delay: 1.05s;
	}

#sidebar nav > ul > li:nth-child(5) {
	-moz-transition-delay: 1.25s;
	-webkit-transition-delay: 1.25s;
	-ms-transition-delay: 1.25s;
	transition-delay: 1.25s;
	}

#sidebar nav > ul > li:nth-child(6) {
	-moz-transition-delay: 1.45s;
	-webkit-transition-delay: 1.45s;
	-ms-transition-delay: 1.45s;
	transition-delay: 1.45s;
	}

#sidebar nav > ul > li:nth-child(7) {
	-moz-transition-delay: 1.65s;
	-webkit-transition-delay: 1.65s;
	-ms-transition-delay: 1.65s;
	transition-delay: 1.65s;
	}

#sidebar nav > ul > li:nth-child(8) {
	-moz-transition-delay: 1.85s;
	-webkit-transition-delay: 1.85s;
	-ms-transition-delay: 1.85s;
	transition-delay: 1.85s;
	}

#sidebar nav > ul > li:nth-child(9) {
	-moz-transition-delay: 2.05s;
	-webkit-transition-delay: 2.05s;
	-ms-transition-delay: 2.05s;
	transition-delay: 2.05s;
	}

#sidebar nav > ul > li:nth-child(10) {
	-moz-transition-delay: 2.25s;
	-webkit-transition-delay: 2.25s;
	-ms-transition-delay: 2.25s;
	transition-delay: 2.25s;
	}

#sidebar nav > ul > li:nth-child(11) {
	-moz-transition-delay: 2.45s;
	-webkit-transition-delay: 2.45s;
	-ms-transition-delay: 2.45s;
	transition-delay: 2.45s;
	}

#sidebar nav > ul > li:nth-child(12) {
	-moz-transition-delay: 2.65s;
	-webkit-transition-delay: 2.65s;
	-ms-transition-delay: 2.65s;
	transition-delay: 2.65s;
	}

#sidebar nav > ul > li:nth-child(13) {
	-moz-transition-delay: 2.85s;
	-webkit-transition-delay: 2.85s;
	-ms-transition-delay: 2.85s;
	transition-delay: 2.85s;
	}

#sidebar nav > ul > li:nth-child(14) {
	-moz-transition-delay: 3.05s;
	-webkit-transition-delay: 3.05s;
	-ms-transition-delay: 3.05s;
	transition-delay: 3.05s;
	}

#sidebar nav > ul > li:nth-child(15) {
	-moz-transition-delay: 3.25s;
	-webkit-transition-delay: 3.25s;
	-ms-transition-delay: 3.25s;
	transition-delay: 3.25s;
	}

#sidebar nav > ul > li:nth-child(16) {
	-moz-transition-delay: 3.45s;
	-webkit-transition-delay: 3.45s;
	-ms-transition-delay: 3.45s;
	transition-delay: 3.45s;
	}

#sidebar nav > ul > li:nth-child(17) {
	-moz-transition-delay: 3.65s;
	-webkit-transition-delay: 3.65s;
	-ms-transition-delay: 3.65s;
	transition-delay: 3.65s;
	}

#sidebar nav > ul > li:nth-child(18) {
	-moz-transition-delay: 3.85s;
	-webkit-transition-delay: 3.85s;
	-ms-transition-delay: 3.85s;
	transition-delay: 3.85s;
	}

#sidebar nav > ul > li:nth-child(19) {
	-moz-transition-delay: 4.05s;
	-webkit-transition-delay: 4.05s;
	-ms-transition-delay: 4.05s;
	transition-delay: 4.05s;
	}

#sidebar nav > ul > li:nth-child(20) {
	-moz-transition-delay: 4.25s;
	-webkit-transition-delay: 4.25s;
	-ms-transition-delay: 4.25s;
	transition-delay: 4.25s;
	}

#sidebar nav a {
	-moz-transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	transition: color 0.2s ease;
	border: 0;
	color: rgba(255, 255, 255, 0.35);
	display: block;
	font-size: 0.6em;
	font-weight: bold;
	letter-spacing: 0.25em;
	line-height: 1.75;
	outline: 0;
	padding: 1.35em 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	}

#sidebar nav a:before, #sidebar nav a:after {
	border-radius: 0.2em;
	bottom: 0;
	content: '';
	height: 0.2em;
	position: absolute;
	right: 0;
	width: 100%;
	}

#sidebar nav a:before {
	background: #081647;
	}/* ヘッダーナビのアンダーライン */

#sidebar nav a:after {
	background-image: -moz-linear-gradient(to right,#222222 , #b74e91);
	background-image: -webkit-linear-gradient(to right,#222222 , #b74e91);
	background-image: -ms-linear-gradient(to right, #222222, #b74e91);
	background-image: linear-gradient(to right, #f77062, #F6416C);/* ヘッダーナビのアンダーライングラデピンク */
	-moz-transition: max-width 0.2s ease;
	-webkit-transition: max-width 0.2s ease;
	-ms-transition: max-width 0.2s ease;
	transition: max-width 0.2s ease;
	max-width: 0;
	}

#sidebar nav a:hover {
	color: rgba(255, 255, 255, 0.55);
	}

#sidebar nav a.active {
	color: #ffffff;
	}

#sidebar nav a.active:after {
	max-width: 100%;
	}

body.is-preload #sidebar > .inner {
	opacity: 0;
	}

body.is-preload #sidebar nav ul li {
	-moz-transform: translateY(2em);
	-webkit-transform: translateY(2em);
	-ms-transform: translateY(2em);
	transform: translateY(2em);
	opacity: 0;
	}

@media screen and (max-width: 980px) {
	#sidebar {
		display: none;
		}
	#sidebar > .inner {
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-moz-align-items: -moz-stretch;
		-webkit-align-items: -webkit-stretch;
		-ms-align-items: -ms-stretch;
		align-items: stretch;
		height: inherit;
		line-height: inherit;
		}
	#sidebar nav {
		height: inherit;
		line-height: inherit;
		}
	#sidebar nav ul {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		height: inherit;
		line-height: inherit;
		margin: 0;
		}
	#sidebar nav ul li {
		display: block;
		height: inherit;
		line-height: inherit;
		margin: 0 0 0 2em;
		padding: 0;
		}
	#sidebar nav a {
		height: inherit;
		line-height: inherit;
		padding: 0;
		}
	#sidebar nav a:after {
		background-image: none;
		background-color: #EB8686;
		}/* ヘッダーアンダーライン配色アフター */
	}

.logo_nav a img {
	width: 100%;
	}

@media screen and (max-width: 980px) {
   .logo_nav a img  {
		display: none;
		}
	}

@media screen and (min-width: 981px) {
	#header .header{
		display: none;}
   .logo_nav a img  {
		width: 100%;
	   height: auto;
       }
	}
	
/* header */
@media screen and (max-width: 980px) {
    #sidebar  {
		display:none ;
		}
/* header */
    #mobile-head {
		background: -webkit-linear-gradient(rgb(9, 22, 67), rgb(5, 13, 42));
		background: -o-linear-gradient(rgb(9, 22, 67), rgb(5, 13, 42));
		background: linear-gradient(rgb(9, 22, 67), rgb(5, 13, 42));
        width: 100%;
        height: 60px;
        z-index: 999;
        position: fixed; /* ヘッダーを固定 */
 		top: 0; /* 固定する位置 */
  		left: 0; /* 固定する位置 */
  		right: 0;  /* 固定する位置 */
    	}
    #mobile-head.fixed .logo,
    #mobile-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #FFFFFF;
        font-size: 25px;
    	}
	#mobile-head .logo:hover {
		opacity: 0.5
		}
	}

@media screen and (min-width: 981px) {
	#mobile-head{
		display: none;
		}
	}

/* Intro */
#intro {
	background-attachment: fixed;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	}

#intro p {
	font-size: 1.25em;
	}

@media screen and (max-width : 980px ){
	#intro p br {
		display: none;
		}
	}

@media screen and (max-width: 1280px) {
	#intro {
		background-attachment: scroll;
		}
	}
	
/*ハンバーガー　メニュー*/

.kaisha {
	width: 100%;
	}

.kaisha th,
.kaisha td {
	border: 1px solid #ccc;
	padding: 20px;
	color: #222;
	background-color: #fff;
	}

.kaisha th {
	font-weight: bold;
	background-color: #dedede; 
	}

@media screen and (max-width : 980px ){
	.kaisha,
	.kaisha tr{
		width:100%;
		}
	.kaisha td,
	.kaisha th {
		display:block;
		}
	.kaisha th {
		width:100%;
		}
	}

/* --- フォームエリア --- */
form.contact {
	width: 630px; /* フォームエリアの幅 */
	font-size: 100%;
	margin: 0 auto;
	}

@media screen and (max-width : 480px ){
	form.contact {
		width: 300px; /* フォームエリアの幅 */
		font-size: 80%;
		text-align: center;
		}
	}

/* --- フォームエリア内の段落 --- */
form.contact p {
	line-height: 130%;
	}

/* --- 段落内の「必須」画像 --- */
form.contact p.attention img {
	vertical-align: middle;
	}

/* --- テーブル --- */
form.contact table {
	width: 100%; /* テーブルの幅 */
	background-color: #f9f9f9; /* テーブルの背景色 */
	border: 1px #c0c0c0 solid; /* テーブルの境界線 */
	}

table p {
	color: #222;
	font-size: 12px;
	}

/* --- 見出しセル（th） --- */
form.contact th {
	width: 200px; /* 見出しセルのパディング（上下、左右） */
	background-color: #DFEFFD; /* 見出しセルの背景色 */
	border-bottom: 1px #c0c0c0 dotted; /* 見出しセルの下境界線 */
	text-align: left;
	line-height: 130%;
	padding-top: 22px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	}

/* --- 見出しセル内の補足テキスト --- */
form.contact th span.supplement {
	font-weight: normal;
	}

/* --- データセル（td） --- */
form.contact td {
	padding: 10px 5px 7px; /* データセルのパディング（上、左右、下） */
	background-color: #ffffff; /* データセルの背景色 */
	border-bottom: 1px #c0c0c0 dotted; /* データセルの下境界線 */
	text-align: left;
}

/* --- データセル内の補足テキスト --- */
form.contact td span.supplement {
	color: #808080;
	}

/* --- 必須項目セル --- */
form.contact td.required {
	width: 26px; /* 必須項目セルの幅 */
	padding: 10px 3px; /* 必須項目セルのパディング（上下、左右） */
	background-color: #c4e6fa; /* 必須項目セルの背景色 */
	text-align: left;
	}

/* --- 任意項目セル --- */
form.contact td.arbitrary {
	background-color: #e0f1fc; /* 任意項目セルの背景色 */
	}

/* --- フォーム部品 --- */
form.contact input,
form.contact select,
form.contact textarea {
	margin-bottom: 2px; /* フォーム部品の下マージン */
	}

/* --- フォーム部品のサイズ --- */
/* --- （長めのテキスト入力欄） --- */
#company, #section, #name, #name2,
#email, #address {
	width: 100%; /* フォーム部品の幅 */
	}

/* --- （短めのテキスト入力欄） --- */
#tel1, #tel2, #tel3,
#fax1, #fax2, #fax3 {
	width: 70px; /* フォーム部品の幅 */
	}

#zip1, #zip2 {
	width: 70px; /* フォーム部品の幅 */
	}

/* --- （複数行のテキスト入力欄） --- */
#message {
	width: 100%; /* フォーム部品の幅 */
	height: 10em; /* フォーム部品の高さ */
	}

/* --- ボタン --- */
form.contact p.button {
	margin: 20px 0 0; /* ボタンのマージン（上、左右、下） */
	text-align: center;
	}

.hissu {
	font-size: 80%;
	color: #F00;
	}

.error_coution {
	color: #F00;
	font-weight: bold;
	}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}
 
.ggmap iframe,
.ggmap object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

/*.container /*{
    display: flex;
    align-content: flex-start;    /*上（左）揃え*/
    /*align-content: flex-end;      /*下（右）揃え*/
   /* align-content: center;        /*中央揃え*/
    /*align-content: space-between; /*均等に間隔をあける*/
    /*align-content: space-around;  /*均等に間隔をあける・両端にも間隔をあける*/
	/*}*/

.col-item{
	display: flex;
	padding: 3em;
	justify-content: center;
	align-items: center;
	}

.row-3 .col-item.item-1{
     background-color: #ddd;
	}

.row-3 .col-item.item-2{
     background-color: #d5d5d5;
	}

.row-3 .col-item.item-3{
     background-color: #ccc;
	}

.row-3 p{
	font-size:  15px
	}
 
@media screen and (min-width : 981px) { /* デスクトップ */
	.row-3  {
		display: flex;  
		justify-content: center;
		}	
	.row-3 .col-item {
		height: 400px;
		}
	.row-3 .col-item.item-1{
		width: 33.3%;
		}
	.row-3 .col-item.item-2{
		width: 33.3%;
		display: flex;
		}
	.row-3 .col-item.item-3{
		width: 33.3%;
		}
	}

/* Nav
-----------------------------------------*/
.Nav {
	margin-top: 0;
	background-color: #050D2A; 
	opacity: 0.9;
	z-index: 999;
	position: fixed; /* ヘッダーを固定 */
	top: 0; /* 固定する位置 */
	left: 0; /* 固定する位置 */
 	right: 0;  /* 固定する位置 */
	}

@media screen and (max-width: 980px) {
	.Nav {
		margin-top: 60px;
	    position: relative;
    	border-top:none;
		background-color: #050D2A;   
		}
	}

.Nav .navbtn {
	display: none;
	}

@media screen and (max-width: 980px) {
	.Nav .navbtn {
		display: block;
		position: fixed;
		top: 10px;
		right: 0px;
		z-index: 9999;
		}
	}

@media screen and (max-width: 980px) {
	.Nav .navbtn a,
	.Nav .navbtn a.close {
		display: block;
		position: relative;
		width: 40px;
		height: 40px;
		}
	.Nav .navbtn a::before,
	.Nav .navbtn a.close::before {
		position: absolute;
		top:10px;
		left:10px;
		content:"";
		width: 20px;
		height: 3px;
		background-color: #FFF;
		transition: .2s;
		}
	.Nav .navbtn a.open::before {
		top:19px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		}
	.Nav .navbtn a::after,
	.Nav .navbtn a.close::after {
		position: absolute;
		bottom:10px;
		left:10px;
		content:"";
		width: 20px;
		height: 3px;
		background-color: #FFF;
		transition: .2s;
		}
	.Nav .navbtn a.open::after {
		bottom:18px;
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		}
	}

@media screen and (max-width: 980px) {
	.Nav .navbtn a span {
		display: block;
		overflow: hidden;
		width: 1px;
		height: 1px;
		}
	.Nav .navbtn a span::after,
	.Nav .navbtn a.close span::after {
		position: absolute;
		top:18px;
		left:10px;
		content:"";
		width: 20px;
		height: 3px;
		background-color: #FFF;
		}
	.Nav .navbtn a.open span::after {
		display: none;
		}
	}

.Nav ul.close {
	display: none;
	border-top: solid 1px #F5F4F0;
	}

.Nav > ul {
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	}

@media screen and (max-width: 980px)
/* SPヘッダー背景の色はここ*/{
	.Nav > ul {
		display: ;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9;
		background-color: #050D2A;
		}
	}
	
.Nav > ul > li {
	position: relative;
	font-size: 30px;
	display: inline-block;
	}

@media screen and (max-width: 980px) {
	.Nav > ul > li {
		display: block;
		border-bottom: solid 1px #dddddd;
		}
	}
	
.Nav > ul > li a {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 15px 29px;
	font-size: 15px;
	color: #fff;
	background-color: #050D2A;
	z-index: 2;
	height: 
	}

.Nav > ul > li.parent > a {
	padding-right:25px;
	}

.Nav > ul > li.parent > a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	width: 6px;
	height: 6px;
	margin: -6px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	}

@media screen and (max-width: 980px) {
	.Nav > ul > li.parent.open > a::before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		}
	}

@media screen and (max-width: 980px) {
	.Nav > ul > li.parent.open {
		border-bottom: none;
		}
	}

.Nav > ul > li.parent.open > a{
	color: #FFF;
	}

.Nav > ul > li.parent.open > a::after {
	background: #000;
	-webkit-transform: scale(1);
	transform: scale(1);
	}

@media screen and (max-width: 980px) {
	.Nav > ul > li.parent.open > a {
		color: #2CF101;
		}
	}

.Nav > ul > li a:hover {
	color: #000;
	}

.Nav > ul > li a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}

.Nav > ul > li a,
.Nav > ul > li a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

.Nav > ul > li a::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	}

.Nav > ul > li a:hover::after {
	background: #fff;
	-webkit-transform: scale(1);
	transform: scale(1);
	}
 
/* 2階層 */
.Nav > ul > li > ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	width: 150px;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 9;
	}
 
@media screen and (max-width: 980px) {
	.Nav > ul > li > ul {
		background-color: #F506DE;
		position: static;
		width:auto;
		}
	}
 
.Nav > ul > li > ul li {
	white-space: nowrap;
	}

.Nav > ul > li > ul li a {
	position: relative;
	border-bottom: solid 0.5px #dddddd;
	padding: 20px 27px 20px 27px;
	}

@media screen and (max-width: 980px) {
	.Nav > ul > li > ul li a {
		border-bottom: solid 1px #dddddd;
		background-color: #050D24;
		}
	}

.Nav > ul > li > ul li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 6px;
	height: 6px;
	margin: -6px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}

.Nav > ul > li > ul li a:hover {
	text-decoration: underline;
	}
 
@media screen and (max-width: 980px) {
	.Nav > ul > li > ul li a:hover {
		background-color: #050D24;
		}
	}
 
.Nav > ul > li > ul li ul li a {
	padding-left: 42px;
	}

.Nav > ul > li > ul li ul li a::before {
	left: 20px;
	}

.top_massage{
	text-align: center;
	margin: 20px ,30px,20px,30px;
	}

.text_top{
	text-align: center;
	margin: 20px 30px 20px 30px;
	padding: 30px 20px 30px 20px;
	}

.top_massage img{
	text-align: center;
	margin: 0px;
	}

.opacity{
	background-color: rgba(51,51,51,0.2);
	padding: 10px;
	border: 5px solid #000;
	color: #fff;
	opacity: 0.15;
	}
	
/****************************
 * topに戻る
 ****************************/
.toTop a {
    padding: 10px;
    color: #050D24;
    font-weight: 700;
    display: block;
    text-align: center;
    background: #f1f1f1;
	}

.toTop a:before {
    font-family: "FontAwesome";
	
    color: #050D24;
    display: block;
	font-weight: 400;
	}

@media screen and (max-width : 1680px ){
	#intro .mv img {
		margin-top: 45px;
		}
	}

@media screen and (max-width: 980px) {
	#intro .mv img {
		margin-top: 0;
		}
	}

/****************************
 * Grid　flexbox
 ****************************/
.flexbox {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
background-color: #ebeff5;
	}

.flexbox > div {
	padding: 0em;
	flex: 1 0 33.3%;
	margin: 1em;
	}

.flexbox2 {
	display: flex;
    flex-direction: row;
	padding: 5px;
	}

.flexbox2 img {
	padding: 8px
	}

.flexbox3 {
	display: flex;
	flex-wrap: wrap;
	padding: 1em;
	margin: 0
	}

.flexbox3 > div {
	padding: 2em;
	margin: 0;
	}
.flexbox4 {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
background-color: #fff;
	}

.flexbox4 > div {
	padding: 0em;
	flex: 1 0 33.3%;
	margin: 1em;
	}
@media screen and (max-width: 480px) {
	.flexbox > div {
		padding: 0em;
		flex: 1 0 320px;
		justify-content: center;
		}
	.flexbox img {
		width: 100%;
		padding: 0em;
		-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
		}
	.flexbox2  {
		flex-direction: column;
		padding: 0;
		}
	.flexbox2 img {
		width: 80%;
		padding: 0.5em;
		}
	.clearfix p {
		font-size: 13px;
		line-height: 1.5;
		padding: 0 30px;
		}
	.flexbox3  {
		display:flex;	padding: 10px;
		flex-direction:column;
		text-align: center
		}
	.flexbox4 > div {
		padding: 0em;
		flex: 1 0 320px;
		justify-content: center;
		}
	.flexbox4 img {
		width: 100%;
		padding: 0em;
		-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
		}
	}
@media screen and (max-width: 768px) {
		.flexbox3  {
		display:flex;	padding: 10px;
		flex-direction:column;
		text-align: center
	}
	}
@media screen and (min-width: 981px) {
	.flexbox img {
		width: 100%;
		padding: 0em;
		margin: 0 0 0;
		}
	.flexbox3 > div {
		padding: 3em;
		flex:1 0 200px;
		}
	.flexbox2 img {
		width: 80%;
		padding: 5em;
		}
	.flexbox2 .item1 p{
		padding: 0 5em;
		}
	}

@media screen and (max-width: 980px) {
	.flexbox3 > div {
		padding: 2.5em;
		flex:2 0 150px;
		}
	.flexbox2 img {
		width: 70%;
		padding: 5em;
		}
	.item1 .text_black p{
		padding: 0 10em;
		}
	}

.flexbox2 .item1 img{
	text-align: center;
	padding: 0.5em;
	position:relative
	}

.flexbox2 .item1  p{
	padding: 5px;
	}

.flexbox2 .item2 img{
	text-align: center;
	padding: 0.5em;
	}

.flexbox2 .item3 img{
	text-align: center;
	padding: 0.5em;
	}

@media screen and (max-width: 480px) {
	div .item9 {
		font-weight: bold; /*太字に*/
    	font-size: 1em;
		padding: 5px;
		width: 100%;
		line-height: 1.5;
		text-align:	left;
		bottom:20px;
		color:#fff;
		position:	absolute; /* 絶対位置指定 */
		}
	}

@media screen and (max-width: 2000px) {
	div .item9 {
		font-weight: bold; /*太字に*/
	    font-size: 1em;
		padding: 0 10px;
		width: 100%;
		line-height: 1.5;
		text-align:	left;
		bottom:20px;
		color:#fff;
		position:	absolute; /* 絶対位置指定 */
		}
	}

up{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative; /* 相対位置指定 */
	}

@media screen and (max-width: 480px) {
	.flexbox2 div.item1 img {
		width: 200px;
		margin: 0 auto;
		}
	}

@media screen and (max-width: 480px) {
	.flexbox2 div.item2 img {
		width: 200px;
		margin: 0 auto;
		}
	}

@media screen and (max-width: 480px) {
	.flexbox2 div.item3 img {
		width: 200px;
		margin: 0 auto;
		}
	}

/*clearfix*/	
.clearfix {
	zoom: 1;
	padding: 0px;
	}

.clearfix:after {
	content: "";
	display: block;
	clear: both;	
}

@media screen and (max-width : 2000px ){
	.flexbox3 {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-around;
		padding: 5px;
		}
	.clearfix {
		zoom: 1;
		padding: 5px;
		}
	.inner2 {
		float: none;　
		}
	.inner2 p{
		float:none;
		}
	.clearfix p {
		font-size: 15px;
		line-height: 1.5;
		padding: 0 20px  
		}
	.clearfix h4 {
		font-size: 18px;
		line-height: 1.5;
		padding: 3px ;
		}
	}

@media screen and (max-width : 480px ){
	.inner2 img{
		padding: 5px 5px
		}
	.clearfix p {
		font-size: 15px;
		line-height: 1.5;
		padding: 0 20px
		}
	.clearfix h3 {
		font-size: 18px;
		line-height: 1.5;
		padding: 1px ;
		}
	.flexbox2 .item1 img{
		text-align: center;
		padding: 0;
		}
	.flexbox3 {
    	display: flex;
	    flex-wrap: nowrap;
		flex-direction:column!important;
		padding: 5px;
		}
	}

@media screen and (max-width: 980px) {
/*画像と文書を並べて表示時する*/
	.clearfix p {
		font-size: 15px;
		line-height: 1.8;
		padding: 0 0 20px 0;
		}
	.clearfix h4 {
		font-size: 20px;
		line-height: 1.5;
		padding: 20px ;
		}
	}

div.item4 img{
	box-shadow: 4px 4px 4px  rgba(16, 29, 41,0.25 ); 
	}



div.item6 img{

	}

div.item7 img{
	box-shadow: 4px 4px 4px  rgba(16, 29, 41,0.25 ); 
	}

.row-3 .col-item.item-1{
    background-color: #ddd;
	}

.row-3 .col-item.item-2{
    background-color: #d5d5d5;
	}

.row-3 .col-item.item-3{
    background-color: #ccc;
	}

.solu_img img{
    padding: 1em 5em;
	}

.content2 .grid-12 {
	margin:0	
	}
.grid-design {
	margin-top:45px	
	}

.content2 .grid-12 h2{
	margin: 20px	
	}

@media screen and (max-width: 980px) {
	.content .grid-12 {
		margin:20px	
		}
	}

.content {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 1em 1em; 
	}

.content2 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0; 
	}

@media screen and (min-width: 981px) {
	.content {
	    padding: 5em;
		}
	.content2 {
	    padding: 5em;
		}
	}

@media screen and (max-width: 980px) {
	.content {
    	padding: 5em;
		}
	.content2 {
    	padding: 5em;
		}
	}

@media screen and (max-width: 480px) {
	.wrapper_sub2 .content {
    	padding:0 0 3em 0;
		}
	}

.content {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0; 
	}

.content2 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0; 
	}

.content3 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0;
	background-color: aquamarine
	}

/* --------------------------------------------------------
	Triangles
-------------------------------------------------------- */
.triangles h2 {
	color: #fff;
	}

.triangles p {
	color: #fff;
	}

/* section::before, */
section::after {
    position: absolute;
    content: '';
    pointer-events: none;
	}

.imgWrap {
	overflow: ;
	width: 320px;
	height: 180px;
	}

.imgWrap img {
	display: block;
	transition-duration: 0.3s;
	}

.imgWrap img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
	}

/* --------------------------------------------------------
	Triangles
-------------------------------------------------------- */

.row_three {
	--bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
	}

.row_three {
	--bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
	}

.grid {
	float: none;
	margin: 0;
	width: auto;
	}

.mrow {
	margin: 0 -1em;
	}

.mgrid {
	float: left;
	padding: 0 1em;
	overflow: hidden;
	}

.mgrid-1 {
	width: 8.3333%;
	}

.mgrid-2 {
	width: 16.6666%;
	}

.mgrid-3 {
	width: 25%;
	}

.mgrid-4 {
	width: 33.3333%;
	}

.mgrid-5 {
	width: 41.6666%;
	}

.mgrid-6 {
	width: 50%;
	}

.mgrid-7 {
	width: 58.3333%;
	}

.mgrid-8 {
	width: 66.6666%;
	}

.mgrid-9 {
	width: 75%;
	}

.mgrid-10 {
	width: 83.3333%;
	}

.mgrid-11 {
	width: 91.6666%;
	}

.mgrid-12 {
	width: 100%;
	}

@media screen and (min-width: 981px) {
	.row {
    	margin: 0 0;
		}
	.grid {
	    float: left;
    	padding: 0 1em;
    	overflow: hidden;
		}
	.grid-center {
    	margin-left: auto;
    	margin-right: auto;
    	float: none;
		}
	.grid-full {
    padding: 0; }
  /* for columns */
	.grid-1 {
	    width: 8.3333%;
		}
	.grid-2 {
	    width: 16.6666%;
		}
	.grid-3 {
    	width: 25%;
		}
	.grid-4 {
	    width: 33.3333%;
		}
	.grid-5 {
	    width: 41.6666%;
		}
	.grid-6 {
	    width: 50%;
		}
	.grid-7 {
	    width: 58.3333%;
		}
	.grid-8 {
	    width: 66.6666%;
		}
	.grid-9 {
	    width: 75%;
		}
	.grid-10 {
	    width: 83.3333%;
		}
	.grid-11 {
	    width: 91.6666%;
		}
	.grid-12 {
	    width: 100%;
		}
  /* push */
	.push-7 {
	    margin-left: 58.3333%;
		}
	}

.business_tama img {
	padding-top: 30px;
	}

@media screen and (max-width: 980px) {
	.business_tama img {
    	padding-top: 50px;
		} 
	}

@media screen and (max-width: 1280px) {
	.business_tama {
    	padding: 0 18em;
		}
	}

@media screen and (max-width: 980px) {
	.business_tama {
    	padding: 0 15em;
		}
	}

@media screen and (min-width: 1281px) {
	.business_tama {
		padding: 0 20em;
		} 
	}

@media screen and (max-width: 480px) {
	.business_tama {
		padding: 0 0;
		} 
	}


	
.placeholder{
	color: #dimgrey;
	}

a:hover img{
    opacity: 0.75;
    filter: alpha(opacity=75);
    text-align: center;
	}

.example{
	position: relative;
	}

.example a {
	position: absolute;
	top: 75%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	font-size: 20px;
	border: solid #222 2px;
	padding: 10px;
	color: #222;
	text-decoration: none;
	}

.example a:hover{
	background: rgba(255, 255, 255, 0.8);
	filter: alpha(opacity=75);
	}

.example h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 2em;
    color: #FFFFFF;
	}

@media screen and (max-width: 980px) {
	.example h2{
    font-size: 1.6em;
    color: #FFFFFF;
		}
	}

@media screen and (max-width: 480px) {

	.example h2{
		font-size: 0.8em;

		
		}
	}

.example img {
	width: 100%;
	}

.copyright{
	padding-bottom: 50px;
	color:rgba(255, 255, 255, 0.55);

	
	}

@media
only screen 
and (max-width: 760px), (min-device-width: 768px) 
and (max-device-width: 1024px){
/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block;
		}
/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
		}
    tr {
		margin: 10 0 1rem 0;
    	}
    tr:nth-child(odd) {
    	background: #ccc;
    	}
	td {
/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		}

	}	

	.inline-block_test {
    padding:  10px; 
}


.flex_test-box {

	 display: flex;              /* フレックスボックスにする */
    justify-content:center;
}

.bana_oya {

  margin: 0 auto;
	text-align:center;
	padding: 0;
}
.bana_oya .img {
	  max-width: 50%;
  background-color: #eee8aa;
  margin: 0 auto;
	text-align:center;
	
}

.web_design {
	background:#fff;
	padding-top: 0;
	width: 1100px;
	margin: 0 auto;
	padding: 0 40px;
}
.seminar_category {
	text-align: center;
	color: #333;
}

.seminar_text {
	text-align: center;
	color: #333;
	line-height: 1.5;
		
}

#boxSemi {
	padding: 20px 60px ;
}
@media screen and (max-width: 768px) {
	.moushikomi{
   		width: 70%;
    	height: auto;
    	box-sizing: border-box;
    	text-align: left;
		}
	.web_design {
	background:#fff;
	padding-top: 0 10px;
		width: 100%;
}
	#boxSemi {
	padding: 0 ;
}
	.wrapper_table {
    background-image: linear-gradient(to right, #accbee, #d6e4fd);
    margin: 0 auto;
    padding: 50px 20px;
    width: 100%;
    box-sizing: border-box;
}
	}



.bana_text {
    color: darkslategray;
    font-size: 12px;
    text-align: left;
    margin-top: 1rem;
    font-weight: bold;
}

.title_no {
	color: #333;
}

.flow__text {
	color:#333;
	font-size: 14px;
	width: 190px;
	text-align: left;
	margin-top: 1rem;
	line-height: 1.2;
}



.index-mv__word-title {
	color: #050f1e;    
    font-size: 30px;
	margin-top: 10px;
}

.index-mv__word {
	float: left;
    width: 70%;
    padding: 35% 0 0 10%;
	
	color: #050f1e;
	
}



.index-mv {
	    max-width: 900px;
    text-align: left;
    position: relative;
	z-index: 15;
	
}

.index-mv__word-title-upper {
	font-size: 110px;
    font-weight: 700;
	color: #050f1e;
	
}

.index-mv__word-title-mid {
	font-size: 70px;
    font-weight: 700;
	color: #050f1e;
}

@media screen and (max-width: 1280px) {
	.index-mv__word-title {
	color: #050f1e;    
    font-size: 20px;
}



.index-mv__word {
	float: left;
    width: 70%;
    padding:25% 0 0 5%;
}

.index-mv {
	    max-width: 900px;
    text-align: left;
    position: relative;
	z-index: 15;
	
}

.index-mv__word-title-upper {
	font-size: 80px;
    font-weight: 700;
	color: #050f1e;
	
}

.index-mv__word-title-mid {
	font-size: 52px;
    font-weight: 700;
	color: #050f1e;
}
		.index-mv__word-title {
		margin-top: 5px;
	font-size: 25px;
			font-weight: normal;

}
}
@media screen and (max-width: 768px) {
	.index-mv__word-title {
	color: #050f1e;    
    font-size: 20px;
}



.index-mv__word {
	float: left;
    width: 70%;
     padding: 36% 0 0 1.5%;
}

.index-mv {
	    max-width: 900px;
    text-align: left;
    position: relative;
	z-index: 15;
	
}

.index-mv__word-title-upper {
	font-size: 36px;
    font-weight: 700;
	color: #050f1e;
	
}

.index-mv__word-title-mid {
	font-size: 24px;
    font-weight: 700;
	color: #050f1e;
}
	.index-mv__word-title {
		margin-top: 5px;
	font-size: 14px;

}
}
.table_center {
	margin-left: auto;
	margin-right: auto;
}

.philo-anc-wrap {
	    margin: 50px 0;
}

.philo-anc-column {
	display: flex;
    width: 1200px;
    margin: 0 auto;
	justify-content: center;
}

.philo-no {
	font-size: 60px;
	font-weight: bold;
	color: #050f1e;
}

.philo-job {
	line-height: 1.5;
	margin-top: 5px;justify-content: center;
}

.philo-anc-text {
	font-weight: bold;
}

.business_name {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #050f1e;
}

.business_text {
	line-height: 1.3;
}

.box_text {
	background-color: #333;
	color: #fff;
	padding: 20px 10px;
	margin-top: 0;
}

.box_midashi {
	    margin-bottom: 0;
    
    color: #fff;
    font-weight: bold;
    background: #ECF5FF;
}
.box_midashi p {
    line-height: 1.5;
    padding: 5px 0 0 10px;
    font-weight: bold;
}

.box_solution {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
	
}

.box_back {
	padding: 10px 5px;
	display: flex;
	height: 400px;
	
}

.box_back p {
	font-size: 14px;
    line-height: 1.5;
    color: #333;
    font-weight: bold;
	
}
.box_back-remote {
	padding: 10px 5px;

	height: 400px;
	
}

.item5 {
	height: auto;
}
.item6 {
	height: auto;
}

.box_p {
	width: 33.3%;
}
@media screen and (max-width: 480px) {
	.item5 {
	height: auto;
	align-content: center;
	}}


.box_colom {
	width: 100%;
	padding: 10px 20px ;
}
.box_colom-remote {
	width: 100%;
	padding: 10px 20px ;
	text-align: center;
}

.box_colom-remote img{
	
	padding: 20px 0 0 ;

}

.sol_bg {
	
	padding: 15px 0;
}

.sol_pc {
	padding: 5px 10px;
}


.sol_dl {
	padding: 0 15px 10px 15px;
}

.pdf_icon {
	background-color: #FF0004;
	padding: 1px 3px;
	color: #fff;
	border-radius: 10px;
	font-size: 11px;
}

.serviceex {
	background-color: #FFF000;
	color: #000000;
	padding: 15px 10px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	line-height: 1.6;
}

.button4 {
	text-align: center;
}





.sol_tel {
	font-size: 20px;
}

.col-lg-4 {
	margin-top: 20px;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
	color: var(--bs-light);}
.navbar-light .navbar-nav .nav-link {
    color: var(--bs-light);
}

.navbar-toggler {	
    padding: .25rem .45rem;
    background-color: var(--bs-white);

}

.col-md-4 {
	text-align: center;
}


.carousel-caption-h1 {
	line-height: 1.0
}

.carousel-caption-p {
    margin: 1rem 0;
    font-weight: bold;
}


.litlle_p {
	font-size: 8px;
}
.contact_tel {
	font-size: 2.5rem; 
}

.ict-service{
	margin-top: 40px;
    padding: 40px 0;
    background-color: #ebeff5;
}

.ict-service__wrapper {
    width: 1160px;
    margin: auto;
}

.ict-service__flex {
    display: flex;
    justify-content: space-between;
    width: 1160px;
    margin: auto;
    margin-top: 45px;
    text-align: center;
}

.ict-service__text{
    display: flex;
    position: relative;
    top: -80px;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    font-size: 21px;
	font-weight: bold;
	color: #FFFFFF
}
.sol__biz-img{
	width: 220px;
}
@media screen and (max-width: 980px) {
	.ict-service__text {
    	font-size: 16px;
		padding: 0 1rem;
		} 
	}



.index__info--title{
	font-size: 32px;

    padding: 0 0 20px;
    font-weight: 700;
    line-height: 1.5em;

    position: relative;
    letter-spacing: 3px;
    color: #2957b0;
}
.index__info--inner{
	background: #fff;
	padding: 2em 4em;
	border: 1px solid #707070;
}
.index__info--time{
	font-size: 14px;
}
.index__info--text{
	padding: 1em 0;
	line-height: 1.5em;
}

@media screen and (max-width: 768px) {
		.ict-service__text {
    	font-size: 14px;
			padding: 0 0.5rem;
		} 
	.col {
    flex: 1 0 100%;
}
	.sol_bg {
	
	padding: 5px 0;
}
	img.sol__biz-img {
    width: 60%;
}
	.index__info--title{
	font-size: 24px;

    padding: 0 0 20px;
    font-weight: 700;
    line-height: 1.5em;

    position: relative;
    letter-spacing: 3px;
    color: #2957b0;
}
	}