
@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body{
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
}
.fadein {
    opacity : 0;
    transform : translate(0, 30px);
    transition : all 1.4s;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}
html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: #fff;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
body{
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
  body {
    margin: 0;
    padding: 1.6vw 0 0 0;
    background: url(../img/company/line.png) no-repeat;
    font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "HiraKakuProN-W3", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "HiraKakuPro-W3", "\30E1\30A4\30EA\30AA", Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
    background-size: 100% auto;
  }
  .sp-on {display: none;}
  .pc-on {display: block;}
  img {
    width: 100%;
  }
  .company__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  .company__logo {
    max-width: 160px;
    width: 35vw;
    height: auto;
  }
  .company__header--name {
    color: #666;
    font-size: 10px;
  }
  .company__wrap2 {
    position: relative;
    font-size: 13px;
    line-height: 1.7;
    margin: 20px auto 0;
    width: 100%;
  }
  .company__main2 {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 590px;
    line-height: 2;
    position: absolute;
    top: 25%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
  }
  .company__main--read2 {
    font-size: 20px;
    margin: 40px auto 40px;
    text-align: center;
  }
  .company__sub--img {
  max-height: 620px;
  }
  @media screen and (max-width: 767px){
	body {
		// 初期化
		min-width: initial;
	}
}
  @media screen and (max-width: 480px) {
    .company__main2 {
      top: 29%;
      width: 100%;
      padding: 0 40px;
    }
    .company__main--read2 {
      font-size: 15px;
      margin: 40px auto 40px;
      text-align: center;
    }
    .company__sub--img {
    margin-top: 450px;
    }
  }
  @media screen and (max-width: 320px) {
    .company__main2 {
      top: 30%;
      width: 100%;
      padding: 0 40px;
    }
    .company__main--read2 {
      font-size: 15px;
      margin: 40px auto 40px;
      text-align: center;
    }
    .company__sub--img {
    margin-top: 600px;
    }
  }
  .company__profile2 {
    margin: 0 auto 40px;
    max-width: 590px;
  }
  @media screen and (max-width: 480px) {
    .company__profile2 {
      padding: 0 20px;
    }
  }
  .profile__list {
    margin-top: 20px;
  }
  .profile__list table {
    font-size: 13px;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 5px 12px;
    padding: 0 20px;
  }
  .profile__list2 table {
    font-size: 13px;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 5px 0px;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .border{
    width: 100px;
  }
  .noborder::before {
    display: inline-block;
    content:"";
    width:2px;
    height:100%;
    background-color:#000;
    position: absolute;
    top: 0%;
    left: 10px;
  }
  .noborder {
    position: relative;
    padding-left:50px;
    height:26px;
  }
  @media screen and (max-width: 480px) {
    .profile__list table {
      font-size: 11px;
      font-weight: bold;
      border-collapse: separate;
      border-spacing: 5px 12px;
    }
    .profile__list2 table {
    font-size: 11px;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 5px 0px;
    margin-bottom: 10px;
  }
  .noborder {
    position: relative;
    padding-left:40px;
    height:26px;
  }
  .border{
      width: 55px;
    }
  }
  .profile__sub--img {
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
  }
  .profile__ttl {
    text-align: center;
    position: absolute;
    top: 13%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
  }

  .company__footer {
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #00A63C;
    margin: 50px 0 0;
    padding: 30px 0;
  }
  .company__footer2 {
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #666666;
    margin: 50px 0 0;
    padding: 30px 0;
  }
  @media screen and (max-width: 480px) {
    .sp-on {display: block;}
    .pc-on {display: none;}
    .company__main--read {
      margin: 0 auto 20px;
    }
    .link-area{
      display: block;
    }
  }
  @media screen and (max-width: 768px) {
    .company__main2 {
      padding: 0 40px;
    }
    .company__profile2{
      padding: 0 20px;
    }
  }
  .link-area{
    display:-webkit-flex;
    display:-webkit-flex;
    display:flex;
    align-items: center;
    justify-content: center;
  }
  .tetoito-link {
    display: block;
    width: 250px;
    margin: 70px 60px auto;
  }
  .style-link {
    display: block;
    width: 250px;
    margin: 70px 60px auto;
  }
  @media screen and (max-width: 768px) {
    .tetoito-link {
      margin: 70px auto 0;
    }
    .style-link{
      margin: 30px auto 0;
      width: 220px;
    }
    .link-area{
      display: block;
    }
  }
