@charset "UTF-8";
/* CSS Document */
html {
font-size: 62.5%;
}
body {
background: #fff;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
font-size: 1.6rem;
color:#000;
font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
img {
vertical-align: bottom;
width:100%;
max-width: 100%;
height: auto;
}
main {
display: block;
}
a {
color:#000;
text-decoration: none;
transition: .6s;
}
a:hover {
color:#000;
text-decoration: none;
}
ul, ol {
list-style-type: none;
margin: 0;
padding: 0;
}

#logo {
color: #606060;
}

#hero, #copy {
color: #fff;
text-shadow: 1px 1px 3px #666;
}
#hero h1, #copy h3 {
font-weight: bold;
display: table;
margin: 0 auto;
}
#hero p, #copy p {
text-align: center;
}

#intro h2 {
position: relative;
}
#intro h2 span {
display: table;
background: #fff;
position: relative;
z-index: 2;
}
#intro h2:after {
content: " ";
width: 100%;
height: 1px;
background: #000;
position: absolute;
bottom: 50%;
z-index: 1;
}

#copy {
background: url("../images/aboutBg.jpg") no-repeat bottom center;
background-size: cover;
}
#copy ul {
display: table;
margin: 0 auto;
}
#copy ul li:before {
content: "●"
}

#about h2, #cooperation h2, #contact h2, #thanks h2 {
text-align: center;
}
.blue {
color: #599ee5;
}
.blue:after{
content: " ";
display: block;
background: #000;
height: 1px;
}
ul#company {
border-top: 1px solid #000;
width: 100%;
}
ul#company li {
text-align: center;
border-bottom: 1px solid #000;
}
ul#company li span {
display: block;
margin: 0 auto;
}
ul#company li span img {
width: auto;
}
#about dl {
margin: 0 auto;
}
#about dl dt {
font-weight: normal;
}
#about dl dt:before {
content: "▶";
}

#cooperation {
border-bottom: 1px solid #000;
}
#cooperationCompany h3, #cooperationCompany h4{
text-align: center;
}
#cooperationCompany h4 span {
display: block;
font-weight: normal;
}
#cooperationCompany table {
width: 100%;
border-collapse: separate;
}
#cooperationCompany section:nth-child(1) table:nth-last-child(1) {
margin-bottom: 0;
}
#cooperationCompany th {
font-weight: normal;
}
#cooperationCompany th strong {
font-weight: bold;
}

#works > div {
background: #fafafa;
border-bottom: 1px solid #000;
}
#works > div > div {
width: 100%;
max-width: 964px;
margin: 0 auto;
animation: bgiLoop 90s linear infinite;
}
@keyframes bgiLoop {
0% {
background-position: 0 0;
}
100% {
background-position: 0 -7907px;
}
}
#worksDetail article {
border-bottom: 1px solid #000;
position: relative;
}
#worksDetail article:nth-last-child(1) {
border-bottom: none;
margin-bottom: 0;
}
#worksDetail article time {
color: #646464;
display: block;
}
#worksDetail article span {
display: table;
color: #599ee5;
border: 1px solid #599ee5;
border-radius: 3px;
position: absolute;
top: 0;
right: 0;
}

#contact {
border-bottom: 1px solid #000;
}
#contact > div {
width: 90%;
max-width: 640px;
margin: 0 auto;
}
#contact form dl, #contact form ul, #policy {
width: 100%;
max-width: 480px;
margin: 0 auto;
}
#contact ul {
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
#contact dl dd input, #contact dl dd textarea {
width: 100%;
border: 1px solid #ccc;
}
#contact dl dt {
font-weight: normal;
}
.need {
color: #ff0000;
}
.mod_form_importance_btn p {
margin: 0 auto;
}
.mod_form_btn input {
background: #ff0000;
color: #fff;
border: none;
box-shadow: none;
display: table;
margin: 0 auto;
border-radius: 3px;
}
#policy {
overflow-y: scroll;
border: 1px solid #ccc;
border-radius: 3px;
}
#policy::-webkit-scrollbar {
-webkit-appearance: none;
width: 7px;
}
#policy::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(0,0,0,.5);
box-shadow: 0 0 1px rgba(255,255,255,.5);
}
#policy h4 {
text-align: center;
}
#policy p {
width: 100%;
}
#policy dl dt {
font-weight: bold;
}
#policy dl dd:nth-last-child(1) {
padding-bottom: 0;
}

#footer {
background: url("../images/k_logo.gif") no-repeat center left;
background-size: auto 100%;
}
#footer h5, #footer h5 + p {
text-align: center;
}
#footerNav {
width: 90%;
max-width: 964px;
margin: 0 auto;
}
#footerNav ul {
border-bottom: 1px solid #000;
}
#footerNav ul li {
margin-left: 40px;
}
#footerNav ul li:before {
content: "・"
}
#footerNav ul li:nth-last-child(1):before {
content: none;
}
#footerContent address span, #footerContent a span {
display: block;
font-weight: bold;
}
#footerContent a {
display: block;
}
#footer small {
display: block;
text-align: center;
}

table.formTable {
width: 90%;
max-width: 640px;
margin: 0 auto 30px;
padding-bottom: 30px;
}
table.formTable th, table.formTable td {
border: 1px solid #ccc;
padding: 4px 8px;
}

#thanks {
display: flex;
justify-content: center;
align-items: center;
}
#thanks h2:after {
margin: 0 auto;
}
.confirm {
width: 90%;
max-width: 480px;
text-align: center;
}
.confirm p {
padding-bottom: 20px;
}

@media screen and (max-width: 560px) {
#logo {
font-size: 2.2rem;
}

#hero {
background: url("../images/hero.jpg") no-repeat center center;
background-size: cover;
padding: 30px 0;
}
#hero h1, #footer h5 {
font-size: 2.5rem;
padding-bottom: 20px;
}
#hero p, #footer p {
font-size: 1.4rem;
}

#intro > div {
width: 90%;
margin: 0 auto;
padding: 30px 0;
}
#intro h2 {
font-size: 1.8rem;
padding-bottom: 8px;
}
#intro p {
font-size: 1.4rem;
}
#copy {
padding: 30px 0;
}
#copy > div {
width: 90%;
margin: 0 auto;
}
#copy p {
text-align: left;
font-size: 1.4rem;
padding-bottom: 12px;
}
#copy p br {
display: none;
}
#copy ul {
padding-bottom: 20px;
}
#copy ul li {
font-size: 1.4rem;
padding-bottom: 10px;
}
#copy h3 {
font-size: 1.6rem;
}

#about, #cooperation, #contact {
padding-top: 36px;
}
#about h2, #cooperation h2, #contact h2 {
font-size: 1.8rem;
padding-bottom: 20px;
}
#about h2.blue:after, #cooperation h2.blue:after, #contact h2.blue:after {
margin: 0 auto;
}
.blue:after{
transform: translateY(6px);
width: 80px;
}
#about p {
font-size: 1.2rem;
padding-bottom: 6px;
}
ul#company {
margin-bottom: 20px;
}
ul#company li {
padding: 16px 0 8px;
}
ul#company li span {
padding-bottom: 12px;
}
ul#company li span img {
height: 60px;
}
ul#company li h3 {
font-size: 1.4rem;
}
#about dl {
width: 90%;
margin: 0 auto;
font-size: 1.3rem;
}

#cooperation {
padding-bottom: 36px;
}
#cooperation h2, #contact h2 {
padding-bottom: 20px;
}
#cooperationCompany section {
width: 90%;
margin: 0 auto;
}
#cooperationCompany section:nth-child(1) {
padding-bottom: 30px;
}
#cooperationCompany h3 {
font-size: 1.6rem;
}
#cooperationCompany h4 {
font-size: 1.4rem;
height: 50px;
}
#cooperationCompany h4 span {
font-size: 0.8em;
}
#cooperationCompany table {
width: 100%;
}
#cooperationCompany th, #cooperationCompany td {
font-size: 1.1rem;
}
#cooperationCompany section:nth-child(1) table {
margin-bottom: 8px;
}
#cooperationCompany section th {
width: 60%;
}
#cooperationCompany section td {
width: 20%;
}
	
#works > div > div {
padding: 0 5% 0 120px;
background: url("../images/slider.jpg") repeat-y top left;
background-size: 120px auto;
}
@keyframes bgiLoop {
0% {
background-position: 0 0;
}
100% {
background-position: 0 -2965px;
}
}
#worksDetail {
padding: 30px 0 0 16px;
}
#worksDetail h2 {
padding-bottom: 30px;
}
#worksDetail article {
padding-bottom: 20px;
margin-bottom: 20px;
}
#worksDetail article:nth-last-child(1) {
padding-top: 45px;
}
#worksDetail article h3 {
font-size: 1.5rem;
padding-bottom: 12px;
}
#worksDetail article time, #worksDetail article span {
font-size: 0.6em;
}
#worksDetail article time {
padding-bottom: 6px;
}
#worksDetail article span {
padding: 2px 6px;
}

#contact {
padding-bottom: 30px;
}
#contact dl dt, #contact ul {
font-size: 1.1rem;
}
#contact ul {
padding-bottom: 20px;
}
#contact ul li {
padding-right: 12px;
}
#contact dl dt {
padding-bottom: 4px;
}
#contact dl dd {
padding-bottom: 16px;
}
.mod_form_importance_btn {
padding-bottom: 24px;
font-size: 1.2rem;
}
.mod_form_importance_btn p {
width: 100%;
}
.mod_form_btn input {
padding: 8px 40px;
font-size: 1.1rem;
}
#policy {
width: 100%;
height: 180px;
padding: 12px 20px;
margin-bottom: 20px;
}
#policy h4 {
font-size: 1.6rem;
padding-bottom: 12px;
}
#policy p {
padding-bottom: 12px;
font-size: 1.1rem;
}
#policy dl dt {
font-size: 1.4rem;
}
#policy dl dd {
font-size: 1.2rem;
}

#footer {
padding: 60px 0 10px;
margin-bottom: 50px;
}
#footer p {
padding-bottom: 60px;
}
#footerContent address {
text-align: center;
font-size: 1.1rem;
}
#footerContent address span {
font-size: 1em;
padding-bottom: 6px;
}
#footerContent a {
width: 100%;
height: 50px;
font-size: 0.7em;
padding: 6px 0;
border-top: 1px solid #000;
bottom: 0;
left: 0;
}
#footerContent a span {
font-size: 1.3em;
}
}

@media screen and (min-width: 561px) {
ul#company {
display: flex;
}
#cooperationCompany {
display: flex;
width: 90%;
max-width: 964px;
margin: 0 auto;
}
#cooperationCompany section {
width: 50%;
}
#cooperationCompany section:nth-child(1) {
padding-right: 2%;
border-right: 1px solid #000;
}
#cooperationCompany section:nth-child(2) {
padding-left: 2%;
}
#footerNav ul {
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
}

@media screen and (min-width: 561px) and ( max-width: 960px) {
#logo {
font-size: 2.4rem;
}

#hero {
background: url("../images/herox2.jpg") no-repeat center center;
background-size: cover;
padding: 60px 0;
}
#hero h1, #footer h5 {
font-size: 4rem;
padding-bottom: 24px;
}
#hero p, #footer p {
font-size: 1.6rem;
}
	
#intro {
background: url("../images/k_logo.gif") no-repeat left center;
background-size: 40% auto;
}
#intro > div {
padding: 40px 0 40px 30%;
}
#intro h2 {
padding-bottom: 10px;
}
#copy {
padding: 35px 0;
}
#copy p {
font-size: 1.6rem;
padding-bottom: 16px;
}
#copy ul {
padding-bottom: 24px;
}
#copy h3 {
font-size: 2rem;
}

#about, #cooperation, #contact {
padding-top: 50px;
}
#about h2, #cooperation h2, #contact h2 {
font-size: 2rem;
padding-bottom: 30px;
}
#about h2.blue:after, #cooperation h2.blue:after, #contact h2.blue:after {
margin: 0 auto;
}
.blue:after{
transform: translateY(8px);
width: 100px;
}
#about p {
font-size: 1.3rem;
padding-bottom: 8px;
}
ul#company {
margin-bottom: 30px;
}
ul#company li {
padding: 20px 0 10px;
}
ul#company li span {
padding-bottom: 16px;
}
ul#company li h3 {
font-size: 1.6rem;
}

#cooperation {
padding-bottom: 50px;
}
#cooperation h2, #contact h2 {
padding-bottom: 30px;
}
#cooperationCompany h3 {
font-size: 1.8rem;
}
#cooperationCompany h4 {
font-size: 1.6rem;
height: 60px;
}
#cooperationCompany h4 span {
font-size: 0.7em;
}
#cooperationCompany table {
border-spacing: 0 4px;
}
#cooperationCompany th, #cooperationCompany td {
font-size: 1rem;
}
#cooperationCompany section:nth-child(1) table {
margin-bottom: 8px;
}
#cooperationCompany section:nth-child(1) th {
width: 66%;
}
#cooperationCompany section:nth-child(1) td:nth-child(2) {
width: 13%;
}
#cooperationCompany section:nth-child(1) td:nth-child(3) {
width: 21%;
}

#works > div > div {
padding-left: 200px;
background: url("../images/slider.jpg") repeat-y top left;
background-size: 200px auto;
}
@keyframes bgiLoop {
0% {
background-position: 0 0;
}
100% {
background-position: 0 -4942px;
}
}
#worksDetail {
padding: 36px 0 0 20px;
}
#worksDetail h2 {
padding-bottom: 36px;
}
#worksDetail article {
padding-bottom: 24px;
margin-bottom: 24px;
}
#worksDetail article h3 {
padding-bottom: 16px;
}
#worksDetail article:nth-last-child(1) {
padding-top: 24px;
}
#worksDetail article time, #worksDetail article span {
font-size: 0.7em;
}
#worksDetail article time {
padding-bottom: 8px;
}
#worksDetail article span {
padding: 3px 8px;
}

#contact {
padding-bottom: 40px;
}
#contact dl dt, #contact ul {
font-size: 1.2rem;
}
#contact ul {
padding-bottom: 24px;
}
#contact ul li {
padding-right: 16px;
}
#contact dl dt {
padding-bottom: 6px;
}
#contact dl dd {
padding-bottom: 20px;
}
.mod_form_importance_btn {
padding-bottom: 30px;
font-size: 1.3rem;
}
.mod_form_importance_btn p {
width: 100%;
}
.mod_form_btn input {
padding: 10px 60px;
font-size: 1.2rem;
}
#policy {
width: 100%;
height: 200px;
padding: 16px 24px;
margin-bottom: 24px;
}
#policy h4 {
font-size: 1.8rem;
padding-bottom: 16px;
}
#policy p {
padding-bottom: 16px;
font-size: 1.2rem;
}
#policy dl dt {
font-size: 1.5rem;
}
#policy dl dd {
font-size: 1.3rem;
}
	
#footer {
padding: 80px 0 10px;
}
#footer p {
padding-bottom: 80px;
}
#footerContent address {
text-align: center;
font-size: 1.2rem;
}
#footerContent address span {
font-size: 1.1em;
padding-bottom: 8px;
}
#footerContent a {
font-size: 0.8em;
padding: 8px 20px;
border: 1px solid #000;
bottom: 20px;
right: 20px;
border-radius: 3px;
}
#footerContent a span {
font-size: 1.4em;
}
}

@media screen and (max-width: 960px) {
h2, h3 {
letter-spacing: 1px;
}
p {
line-height: 150%;
}
#header {
padding: 20px 0;
}
#logo {
display: table;
margin: 0 auto;
}
#wrapper nav {
position: fixed;
top: 0;
right: -300px;
width: 300px;
height: 100%;
padding-top: 50px;
background:#333;
font-size: 16px;
box-sizing: border-box;
z-index: 4
}
#wrapper nav ul li {
display:block;
padding: 20px 28px
}
#wrapper nav ul li a {
text-decoration: none;
color: #ddd
}
#wrapper .btn-gnavi {
position: fixed;
top: 20px;
right: 20px;
width: 30px;
height: 24px;
z-index: 5;
box-sizing: border-box;
cursor: pointer;
-webkit-transition: all 400ms;
transition: all 400ms
}
#wrapper .btn-gnavi span {
position: absolute;
width: 30px;
height: 4px;
background: #666;
border-radius: 10px;
-webkit-transition: all 400ms;
transition: all 400ms
}
#wrapper .btn-gnavi span:nth-child(1) {
top: 0
}
#wrapper .btn-gnavi span:nth-child(2) {
top: 10px
}
#wrapper .btn-gnavi span:nth-child(3) {
top: 20px
}
#wrapper .btn-gnavi.open span {
background: #fff
}
#wrapper .btn-gnavi.open span {
width: 24px;
}
#wrapper .contents section p {
position: absolute;
top: 50%;
width: 30%;
line-height: 1.4;
font-size: 20px;
color: #fff;
}
#wrapper .contents section:nth-child(odd) p {
left: 10%
}
#wrapper .contents section:nth-child(even) p {
right: 10%
}
#about p {
width: 90%;
margin: 0 auto;
}
#about dl {
font-size: 1.4rem;
display: table;
}
#about dl dt {
padding-bottom: 8px;
}
#about dl dd {
padding-bottom: 20px;
}
#footerNav ul {
display: none;
}
#footerContent a {
text-align: center;
position: fixed;
background: #fff;
}

#thanks {
height: 60vh;;
}
#thanks p {
font-size: 1.6rem;
}
}

@media screen and (min-width: 961px) {
h2, h3 {
letter-spacing: 0px;
}
p {
line-height: 180%;
}

#wrapper {
padding-top: 100px;
margin-top: -100px;
}
#header {
background: #fff;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 100;
}
#header > div {
width: 90%;
max-width: 964px;
margin: 0 auto;
padding: 30px 0;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#logo {
font-size: 28px;
font-size: 2.8rem;
}
.btn-gnavi {
display: none;
}
ul.menu {
display: flex;
}
ul.menu li {
padding-right: 24px;
}
ul.menu li:nth-child(-n+5), #footerNav ul li:nth-child(-n+5) {
padding-top: 10px;
}
ul.menu li:nth-child(5) {
padding-right: 100px;
}
ul.menu li:nth-last-child(1) {
padding-right: 0;
}
ul.menu li a {
display: block;
font-size: 16px;
font-size: 1.6rem;
}
ul.menu li:nth-last-child(1) a, #footerNav ul li:nth-last-child(1) a {
font-size: 18px;
font-size: 1.8rem;
background: #599ee5;
color: #fff;
}
ul.menu li:nth-last-child(1) a, #footerNav ul li:nth-last-child(1) a, #footerContent a {
display: block;
width: 120px;
padding: 10px 0;
border-radius: 3px;
text-align: center;
}

#hero {
background: url("../images/herox3.jpg") no-repeat center center;
background-size: cover;
padding: 100px 0;
margin-top: 100px;
}
#hero h1, #footer h5 {
font-size: 60px;
font-size: 6.0rem;
padding-bottom: 30px;
}
#hero p, #footer p {
font-size: 18px;
font-size: 1.8rem;
}

#intro {
width: 100%;
max-width: 964px;
margin: 0 auto;
}
#intro > div {
padding: 60px 0 60px 58%;
background: url("../images/kac.gif") no-repeat left center;
background-size: 54% auto;
}
#intro h2 {
padding-bottom: 15px;
max-width: 964px;
margin: 0 auto;
}
#copy {
padding: 45px 0;
}
#copy p {
font-size: 18px;
font-size: 1.8rem;
padding-bottom: 20px;
}
#copy ul {
padding-bottom: 36px;
}
#copy h3 {
font-size: 24px;
font-size: 2.4rem;
}

#about, #cooperation, #contact {
padding-top: 196px;
margin-top: -100px;
}
#about h2, #cooperation h2, #contact h2, #thanks h2 {
font-size: 24px;
font-size: 2.4rem;
padding-bottom: 40px;
}
#about h2.blue:after, #cooperation h2.blue:after, #contact h2.blue:after {
margin: 0 auto;
}
.blue:after{
transform: translateY(10px);
width: 120px;
}
#about p {
max-width: 964px;
margin: 0 auto;
padding-bottom: 10px;
}
ul#company {
display: flex;
width: 100%;
margin-bottom: 40px;
}
ul#company li {
padding: 30px 0 20px;
}
ul#company li span {
padding-bottom: 20px;
}
ul#company li span img {
width: auto;
}
#about dl {
width: 90%;
max-width: 964px;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 14px;
font-size: 1.4rem;
}
#about dl dt {
width: 36%;
}
#about dl dd {
width: 64%;
}

#cooperation {
padding-bottom: 96px;
}
#cooperation h2, #contact h2 {
padding-bottom: 40px;
}
#cooperationCompany h3 {
font-size: 22px;
font-size: 2.2rem;
}
#cooperationCompany h4 {
font-size: 18px;
font-size: 1.8rem;
height: 70px;
}
#cooperationCompany h4 span {
font-size: 0.8em;
}
#cooperationCompany table {
border-spacing: 0 5px;
}
#cooperationCompany th, #cooperationCompany td {
font-size: 13px;
font-size: 1.3rem;
}
#cooperationCompany section:nth-child(1) table {
margin-bottom: 10px;
}
#cooperationCompany section:nth-child(1) table tr:nth-child(1) th, #cooperationCompany section:nth-child(1) table tr:nth-child(1) td{
font-size: 1em;
}
#cooperationCompany section:nth-child(1) th {
width: 66%;
}
#cooperationCompany section:nth-child(1) td:nth-child(2) {
width: 13%;
}
#cooperationCompany section:nth-child(1) td:nth-child(3) {
width: 21%;
}

#works {
padding-top: 100px;
margin-top: -100px;
}
#works > div > div {
padding-left: 320px;
background: url("../images/slider.jpg") repeat-y top left;
background-size: 320px auto;
}
#worksDetail {
width: 100%;
padding: 56px 0 0 30px;
}
#worksDetail h2 {
padding-bottom: 56px;
}
#worksDetail article {
padding-bottom: 30px;
margin-bottom: 30px;
}
#worksDetail article h3 {
padding-bottom: 20px;
}
#worksDetail article:nth-last-child(1) {
padding-top: 30px;
}
#worksDetail article time, #worksDetail article span {
font-size: 0.8em;
}
#worksDetail article time {
padding-bottom: 10px;
}
#worksDetail article span {
padding: 4px 10px;
}

#contact {
padding-bottom: 60px;
}
#contact dl dt, #contact ul {
font-size: 13px;
font-size: 1.3rem;
}
#contact ul {
padding-bottom: 30px;
}
#contact ul li {
padding-right: 20px;
}
#contact dl dt {
padding-bottom: 8px;
}
#contact dl dd {
padding-bottom: 24px;
}
.mod_form_importance_btn {
padding-bottom: 40px;
font-size: 14px;
font-size: 1.4rem;
}
.mod_form_importance_btn p {
width: 90%;
}
.mod_form_btn input {
padding: 12px 80px;
font-size: 13px;
font-size: 1.3rem;
}
#policy {
width: 100%;
height: 240px;
padding: 20px 30px;
margin-bottom: 30px;
}
#policy h4 {
font-size: 20px;
font-size: 2rem;
padding-bottom: 20px;
}
#policy p {
padding-bottom: 20px;
font-size: 13px;
font-size: 1.3rem;
}
#policy dl dt {
font-size: 16px;
font-size: 1.6rem;
}
#policy dl dd {
font-size: 14px;
font-size: 1.4rem;
}
	
#footer {
padding: 110px 0 10px;
}
#footer p {
padding-bottom: 120px;
}
#footerNav ul {
padding-bottom: 16px;
margin-bottom: 16px;
}
#footerContent {
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#footerContent address {
padding-left: 120px;
font-size: 13px;
font-size: 1.3rem;
}
#footerContent address span {
font-size: 1.2em;
padding-bottom: 10px;
}
#footerContent a {
border: 1px solid #000;
font-size: 0.9em;
}
#footerContent a span {
font-size: 1.5em;
}

.contact {
padding-top: 220px !important;
}
#thanks {
height: 600px;
}
#thanks p {
font-size: 18px;
font-size: 1.8rem;
}
}

@media screen and (min-width: 561px) and ( max-width: 1280px) {
ul#company {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
ul#company li:nth-child(1), ul#company li:nth-child(3) {
width: 50%;
border-right: 1px solid #000;
}
ul#company li:nth-child(2) {
border-right: 1px solid #000;
width: 50%;
}
ul#company li:nth-child(4){
border-right: 1px solid #000;
width: 50%;
}
ul#company li:nth-child(1), ul#company li:nth-child(2) {
border-right: 1px solid #000;
}
ul#company li span img {
height: 80px;
}
}
@media screen and (min-width: 1281px) {
ul#company li {
width: 50%;
border-right: 1px solid #000;
}
ul#company li:nth-last-child(1) {
border-right: none;
}
ul#company li span img {
height: 60px;
}
ul#company li h3 {
font-size: 16px;
font-size: 1.6rem;
}
}


/*  add 0908  */
.addintro01 {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.addintro02 {
	font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
.addintro01 {
	font-size: 1.2rem;
}
.addintro02 {
	font-size: 1.2rem;
}
}


