@charset "utf-8";

/*---------------------------------------------------------------------------
 リセットCSS ここから
---------------------------------------------------------------------------*/
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-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  /* overflow-y: scroll; */
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

img {
  border: none;
  vertical-align: bottom;
}

ul,
ol {
  list-style-type: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:focus {
  outline: none;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
}

/*---------------------------------------------------------------------------
 リセットCSS ここまで
---------------------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
}

a:hover {
  color: #ff6700;
}

/*---------------------------------------------------------------------------
 icon font
---------------------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ktczox");
  src: url("../fonts/icomoon.eot?ktczox#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?ktczox") format("truetype"), url("../fonts/icomoon.woff?ktczox") format("woff"),
    url("../fonts/icomoon.svg?ktczox#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-building:before {
  content: "\e92a";
}

.icon-line:before {
  content: "\e928";
}

.icon-arrow-left:before {
  content: "\e929";
}

.icon-arrow-top:before {
  content: "\e92b";
}

.icon-cross:before {
  content: "\e92c";
}

.icon-phone-2:before {
  content: "\e924";
}

.icon-phone-3:before {
  content: "\e925";
}

.icon-phone-4:before {
  content: "\e926";
}

.icon-sound:before {
  content: "\e927";
}

.icon-plus:before {
  content: "\e922";
}

.icon-minus:before {
  content: "\e923";
}

.icon-arrow-right-1:before {
  content: "\e900";
}

.icon-arrow-right-2:before {
  content: "\e901";
}

.icon-arrow-right-3:before {
  content: "\e902";
}

.icon-arrow-right-4:before {
  content: "\e903";
}

.icon-arrow-right-5:before {
  content: "\e904";
}

.icon-card:before {
  content: "\e905";
}

.icon-caution:before {
  content: "\e906";
}

.icon-check:before {
  content: "\e907";
}

.icon-denki:before {
  content: "\e908";
}

.icon-fee:before {
  content: "\e909";
}

.icon-flow:before {
  content: "\e90a";
}

.icon-fukidashi:before {
  content: "\e90b";
}

.icon-gift:before {
  content: "\e90c";
}

.icon-good:before {
  content: "\e90d";
}

.icon-hatena:before {
  content: "\e90e";
}

.icon-heart:before {
  content: "\e90f";
}

.icon-home:before {
  content: "\e910";
}

.icon-life:before {
  content: "\e911";
}

.icon-link:before {
  content: "\e912";
}

.icon-memo:before {
  content: "\e913";
}

.icon-mobile:before {
  content: "\e914";
}

.icon-money:before {
  content: "\e915";
}

.icon-pc:before {
  content: "\e916";
}

.icon-pen:before {
  content: "\e917";
}

.icon-phone:before {
  content: "\e918";
}

.icon-security:before {
  content: "\e919";
}

.icon-strage:before {
  content: "\e91a";
}

.icon-thunder:before {
  content: "\e91b";
}

.icon-tool:before {
  content: "\e91c";
}

.icon-trophy:before {
  content: "\e91d";
}

.icon-tv:before {
  content: "\e91e";
}

.icon-user:before {
  content: "\e91f";
}

.icon-users:before {
  content: "\e920";
}

.icon-wifi:before {
  content: "\e921";
}

/*---------------------------------------------------------------------------
 汎用
---------------------------------------------------------------------------*/
.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #eb0000;
}

.line {
  text-decoration: underline;
}

/*---------------------------------------------------------------------------
 base box
---------------------------------------------------------------------------*/
.outer {
  text-align: center;
  width: 100%;
  height: auto;
}

.inner {
  text-align: left;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .inner {
    width: 1000px;
  }
}

/*---------------------------------------------------------------------------
 base box background
---------------------------------------------------------------------------*/
.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #191e2d;
}

/*---------------------------------------------------------------------------
 header
---------------------------------------------------------------------------*/
header {
  width: auto;
  height: auto;
}

@media (min-width: 1000px) {
  header {
    width: 1000px;
    height: 80px;
  }
}

header h1 {
  width: 107px;
  height: 21px;
  line-height: 0;
  padding: 15px 0 15px 15px;
}

@media (min-width: 1000px) {
  header h1 {
    float: left;
    padding: 30px 0 29px;
  }
}

header div {
  width: 107px;
  height: 21px;
  line-height: 0;
  float: left;
  padding: 15px 0 15px 15px;
}

@media (min-width: 1000px) {
  header div {
    padding: 30px 0 29px;
  }
}

header nav {
  width: auto;
  height: auto;
  text-align: left;
  margin: 0;
}

@media (min-width: 1000px) {
  header nav {
    float: right;
    width: 870px;
    height: auto;
    text-align: right;
    margin: 22px 0 22px 23px;
  }
}

header nav li {
  display: block;
  width: auto;
  background-color: #ebebeb;
  border-bottom: 1px solid #fff;
  padding: 10px 20px;
  box-sizing: border-box;
  list-style-type: none;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  font-size: 15px;
}

@media (min-width: 1000px) {
  header nav li {
    display: inline-block;
    background-color: inherit;
    padding: 0 0 0 20px;
  }
}

header nav li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

header nav li img {
  vertical-align: middle;
}

header nav li:first-child {
  padding-left: 20px;
}

@media (min-width: 1000px) {
  header nav li:first-child {
    padding-left: 0;
  }
}

header a {
  color: #191e2d;
  text-decoration: none;
}

header a:hover {
  color: #ff6700;
  text-decoration: none;
}

.sticky {
  position: fixed;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
}

#menu-btn {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  background-color: #000;
  border: none;
  padding: 8px 10px;
}

@media (min-width: 1000px) {
  #menu-btn {
    display: none;
  }
}

#menu-btn span {
  display: none;
}

#menu-btn i {
  font-size: 14px;
  color: #fff;
  padding: 0;
  margin: 0;
}

#menu-list {
  display: none;
}

@media (min-width: 1000px) {
  #menu-list {
    display: block;
  }
}

/*---------------------------------------------------------------------------
 footer
---------------------------------------------------------------------------*/
footer {
  text-align: center;
  padding: 15px 0;
}

footer small {
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
}

@media (min-width: 1000px) {
  footer small {
    font-size: 13px;
  }
}

/*---------------------------------------------------------------------------
 top img
---------------------------------------------------------------------------*/
.bg-image-top {
  position: relative;
  height: auto;
}

@media (min-width: 1000px) {
  .bg-image-top {
    height: 500px;
  }
}

.bg-image-top:before {
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: url(../img/home/top_bg2.png);
  background-repeat: no-repeat;
  background-position: right top;
  width: 100%;
  height: 100%;
  animation: topbg 90s linear infinite;
  z-index: -1;
}

@media (min-width: 1000px) {
  .bg-image-top:before {
    background-size: auto auto;
  }
}

.bg-image-top:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: url(../img/home/top_bg1.jpg);
  background-repeat: repeat-x;
  background-position: 2000px 0;
  width: 100%;
  height: 100%;
  animation: topbg2 90s linear infinite;
  z-index: -2;
  background-size: auto auto;
}

@media (min-width: 1000px) {
  .bg-image-top:after {}
}

@keyframes topbg {
  0% {
    background-position: right top;
  }

  100% {
    background-position: right top;
  }
}

@keyframes topbg2 {
  0% {
    background-position: 2000px 0;
  }

  100% {
    background-position: 0 0;
  }
}

.text-area {
  width: auto;
  height: auto;
  padding: 20px 80px 20px 20px;
  box-sizing: border-box;
}

@media (min-width: 1000px) {
  .text-area {
    width: 620px;
    height: auto;
    padding: 160px 0 0 0;
  }
}

.text-area h2 {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2rem;
  margin-bottom: 15px;
}

@media (min-width: 1000px) {
  .text-area h2 {
    font-size: 18px;
    letter-spacing: 0.7rem;
    margin-bottom: 30px;
  }
}

.text-area p {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #fff;
}

@media (min-width: 1000px) {
  .text-area p {
    font-size: 14px;
    letter-spacing: 0.15em;
    line-height: 1.8;
  }
}

/*---------------------------------------------------------------------------
 Our  Business
---------------------------------------------------------------------------*/
.ourbusiness {
  text-align: center;
  font-size: 20px;
  padding: 30px 0 20px;
  line-height: 1;
  font-family: Arial, Helvetica, "sans-serif";
  color: #c5c5c5;
}

@media (min-width: 1000px) {
  .ourbusiness {
    font-size: 30px;
    padding: 100px 0 60px;
  }
}

.ourbusiness-btn-list {
  display: flex;
  justify-content: center;
  flex-direction: row;
  list-style-type: none;
  margin: 0 10px 30px;
}

@media (min-width: 1000px) {
  .ourbusiness-btn-list {
    margin: 0 auto 100px;
  }
}

.ourbusiness-btn-list li {
  text-align: center;
  width: 50%;
  height: auto;
  margin-right: 10px;
}

@media (min-width: 1000px) {
  .ourbusiness-btn-list li {
    width: 150px;
    margin-right: 60px;
  }
}

.ourbusiness-btn-list li:last-child {
  height: auto;
}

@media (min-width: 1000px) {
  .ourbusiness-btn-list li:last-child {
    margin-right: 0;
  }
}

.ourbusiness-btn-list li img {
  width: 75px;
  height: auto;
}

@media (min-width: 1000px) {
  .ourbusiness-btn-list li img {
    width: auto;
    height: auto;
  }
}

.ourbusiness-btn-list li span {
  display: block;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.05rem;
  margin: 12px 0 0;
}

@media (min-width: 1000px) {
  .ourbusiness-btn-list li span {
    font-size: 13px;
    letter-spacing: 0.1rem;
    margin: 20px 0 0;
  }
}

.ourbusiness-btn-list li img:hover {
  transform: scale(1.1);
}

.bg-image-ourbusiness1 {
  background: url(../img/home/bg_image_ourbusiness1.png) no-repeat right #191e2d;
  background-size: contain;
  height: auto;
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .bg-image-ourbusiness1 {
    background-size: auto auto;
    height: 250px;
    margin-bottom: 100px;
  }
}

.bg-image-ourbusiness2 {
  background: url(../img/home/bg_image_ourbusiness2.png) no-repeat left #191e2d;
  background-size: contain;
  height: auto;
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .bg-image-ourbusiness2 {
    background-size: auto auto;
    height: 250px;
    margin-bottom: 50px;
  }
}

.bg-image-ourbusiness3 {
  background: url(../img/home/bg_image_ourbusiness3.png) no-repeat right #191e2d;
  background-size: contain;
  height: auto;
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .bg-image-ourbusiness3 {
    background-size: auto auto;
    height: 250px;
    margin-bottom: 50px;
  }
}

.bg-image-ourbusiness4 {
  background: url(../img/home/bg_image_ourbusiness4.png) no-repeat left #191e2d;
  background-size: contain;
  height: auto;
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .bg-image-ourbusiness4 {
    background-size: auto auto;
    height: 250px;
    margin-bottom: 50px;
  }
}

.bg-image-ourbusiness5 {
  background: url(../img/home/bg_image_ourbusiness5.png) no-repeat right #191e2d;
  background-size: contain;
  height: auto;
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .bg-image-ourbusiness5 {
    background-size: auto auto;
    height: 250px;
    margin-bottom: 50px;
  }
}


.bg-image-pbx {
  background: url(../img/home/bg_image_pbx.png) no-repeat right #191e2d;
  background-size: contain;
  height: auto;
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .bg-image-pbx {
    background-size: auto auto;
    height: 250px;
    margin-bottom: 100px;
  }
}


.description {
  font-size: 14px;
  line-height: 1.4;
  padding: 30px 70px 10px 30px;
  letter-spacing: 0.15em;
  color: #fff;
  text-shadow: 1px 1px 2px #191e2d;
}

@media (min-width: 1000px) {
  .description {
    font-size: 18px;
    line-height: 1.5;
    padding: 70px 0 20px 0;
  }
}

.ourbusiness-sub {
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 0 70px 30px 30px;
  line-height: 1.5;
  color: #fff;
  text-shadow: 1px 1px 2px #191e2d;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .ourbusiness-sub {
    font-size: 17px;
    letter-spacing: 0.1em;
    padding: 0;
  }
}

#ourbusiness2 .description,
#ourbusiness4 .description {
  padding: 30px 30px 10px 70px;
}

@media (min-width: 1000px) {

  #ourbusiness2 .description,
  #ourbusiness4 .description {
    padding: 70px 0 20px 0;
  }
}

#ourbusiness2 .ourbusiness-sub,
#ourbusiness4 .ourbusiness-sub {
  padding: 0 30px 30px 70px;
}

@media (min-width: 1000px) {

  #ourbusiness2 .ourbusiness-sub,
  #ourbusiness4 .ourbusiness-sub {
    padding: 0;
  }
}

.opticalline {
  width: auto;
  height: auto;
  margin: 40px 40px 60px;
}

@media (min-width: 1000px) {
  .opticalline {
    width: 1000px;
    margin: 0 0 160px;
  }
}

.opticalline-l {
  text-align: center;
  width: auto;
  height: auto;
  margin-bottom: 10px;
}

@media (min-width: 1000px) {
  .opticalline-l {
    width: 450px;
    margin-bottom: 0;
    float: left;
  }
}

.opticalline-r {
  width: auto;
  height: auto;
}

@media (min-width: 1000px) {
  .opticalline-r {
    width: 450px;
    float: right;
  }
}

.ourbusiness-sub2 {
  font-size: 16px;
  margin-bottom: 7px;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}

@media (min-width: 1000px) {
  .ourbusiness-sub2 {
    font-size: 19px;
    margin-bottom: 10px;
  }
}

.url {
  display: inline-block;
  font-size: 13px;
  padding: 5px 7px 4px 10px;
  margin-bottom: 15px;
  background-color: #191e2d;
  border-radius: 3px;
  letter-spacing: 0.15em;
}

@media (min-width: 1000px) {
  .url {
    font-size: 16px;
    padding: 6px 10px 6px 14px;
    margin-bottom: 30px;
  }
}

.url a {
  color: #fff;
  text-decoration: none;
}

.url a:hover {
  color: #ffae1f;
  text-decoration: none;
}

.url i {
  font-size: 13px;
  color: #fff;
  padding-left: 5px;
}

@media (min-width: 1000px) {
  .url i {
    font-size: 16px;
  }
}

i {
  padding-left: 3px;
}

.body {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: justify;
}

@media (min-width: 1000px) {
  .body {
    line-height: 2.1;
  }
}

.detail {
  box-sizing: border-box;
  width: auto;
  height: auto;
  margin: 0 20px 60px;
  padding-left: 100px;
}

@media (min-width: 1000px) {
  .detail {
    width: 1000px;
    height: auto;
    margin-bottom: 150px;
    padding-left: 170px;
  }
}

.detail-ourbusiness5 {
  margin-bottom: 120px;
}

@media (min-width: 1000px) {
  .detail-ourbusiness5 {
    margin-bottom: 300px;
  }
}

.detail p {
  text-align: justify;
  font-size: 14px;
  line-height: 1.7;
  padding-top: 0;
  letter-spacing: 0.05em;
}

@media (min-width: 1000px) {
  .detail p {
    font-size: 15px;
    line-height: 2;
    padding-top: 15px;
  }
}

.detail-ourbusiness2 {
  background: url(../img/home/ourbusiness2_photo.png) no-repeat left top;
  background-size: 70px auto;
  height: auto;
}

@media (min-width: 1000px) {
  .detail-ourbusiness2 {
    background-size: auto auto;
    height: 120px;
  }
}

.detail-ourbusiness3 {
  background: url(../img/home/ourbusiness3_photo.png) no-repeat left top;
  background-size: 70px auto;
  height: auto;
}

@media (min-width: 1000px) {
  .detail-ourbusiness3 {
    background-size: auto auto;
    height: 120px;
  }
}

.detail-ourbusiness4 {
  background: url(../img/home/ourbusiness4_photo.png) no-repeat left top;
  background-size: 70px auto;
  height: auto;
}

@media (min-width: 1000px) {
  .detail-ourbusiness4 {
    background-size: auto auto;
    height: 120px;
  }
}

.detail-ourbusiness5 {
  background: url(../img/home/ourbusiness5_photo.png) no-repeat left top;
  background-size: 70px auto;
  height: auto;
}

@media (min-width: 1000px) {
  .detail-ourbusiness5 {
    background-size: auto auto;
    height: 120px;
  }
}

/*---------------------------------------------------------------------------
 Greetings, Overview, Information
---------------------------------------------------------------------------*/
.greetings,
.overview,
.information {
  width: auto;
  height: auto;
  margin: 0 25px 120px;
}

@media (min-width: 1000px) {

  .greetings,
  .overview,
  .information {
    width: 1000px;
    margin: 0 0 300px;
  }
}

.center {
  text-align: center;
  display: table;
  margin: 0 auto 45px;
}

@media (min-width: 1000px) {
  .center {
    margin: 0 auto 100px;
  }
}

.greetings h2,
.overview h2,
.information h2 {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 120px;
  height: 160px;
  font-size: 17px;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #191e2d;
}

@media (min-width: 1000px) {

  .greetings h2,
  .overview h2,
  .information h2 {
    width: 200px;
    height: 240px;
    font-size: 26px;
  }
}

.greetings p {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .greetings p {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}

.overview-list {
  width: auto;
  height: auto;
  margin: 0;
  font-size: 14px;
  flex-direction: column;
  flex-wrap: nowrap;
}

@media (min-width: 1000px) {
  .overview-list {
    width: 700px;
    margin: 0 150px;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.overview-list dt {
  width: auto;
  height: auto;
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
}

@media (min-width: 1000px) {
  .overview-list dt {
    width: 100px;
    text-align: right;
    margin-bottom: 50px;
    font-weight: normal;
  }
}

.overview-list dd {
  text-align: left;
  width: auto;
  height: auto;
  letter-spacing: 0;
  padding-bottom: 15px;
  border-bottom: 1px dotted #adadad;
  margin-bottom: 15px;
}

@media (min-width: 1000px) {
  .overview-list dd {
    width: 500px;
    padding-bottom: 0;
    border: none;
    margin-left: 100px;
    margin-bottom: 50px;
  }
}

.overview-list dd img {
  margin-top: 10px;
}

.information-list {
  width: auto;
  height: auto;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

@media (min-width: 1000px) {
  .information-list {
    width: 700px;
    margin: 0 150px;
    font-size: 15px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.information-list dt {
  width: auto;
  height: auto;
  text-align: left;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  font-weight: bold;
  color: #191e2d;
}

@media (min-width: 1000px) {
  .information-list dt {
    width: 100px;
    text-align: right;
    margin-bottom: 50px;
  }
}

.information-list dd {
  text-align: left;
  width: auto;
  height: auto;
  padding-bottom: 15px;
  border-bottom: 1px dotted #adadad;
  margin-bottom: 15px;
  letter-spacing: 0.03em;
}

@media (min-width: 1000px) {
  .information-list dd {
    width: 500px;
    padding-bottom: 0;
    border: none;
    margin-left: 100px;
    margin-bottom: 50px;
  }
}

.information-list dd a {
  background: linear-gradient(#fff 0%, #fff 50%, #cff060 51%);
  padding: 0 4px;
}

/*---------------------------------------------------------------------------
 pagetop
---------------------------------------------------------------------------*/
.top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 80%;
}

@media (min-width: 1000px) {
  .top {
    bottom: 30px;
    right: 30px;
  }
}

.top a {
  text-align: center;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 54px;
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  background-color: #191e2d;
  text-decoration: none;
  letter-spacing: 1px;
  border: 3px solid #fff;
}

.top a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ff6700;
}

/*---------------------------------------------------------------------------
 下層
---------------------------------------------------------------------------*/
.bg-pagetitle {
  height: 100px;
  line-height: 100px;
  margin-bottom: 10px;
  background-color: #191e2d;
}

@media (min-width: 1000px) {
  .bg-pagetitle {
    height: 200px;
    line-height: 200px;
    margin-bottom: 20px;
  }
}

.pagetitle {
  font-size: 20px;
  margin: 0 20px;
  font-family: Arial, Helvetica, "sans-serif";
  color: #fff;
  letter-spacing: 0.05em;
}

@media (min-width: 1000px) {
  .pagetitle {
    font-size: 27px;
    margin: inherit;
  }
}

.bread {
  list-style-type: none;
  width: auto;
  height: auto;
  margin: 0 10px 30px;
  box-sizing: border-box;
}

@media (min-width: 1000px) {
  .bread {
    width: 1000px;
    margin: 0 0 100px;
  }
}

.bread li {
  width: auto;
  height: auto;
  font-size: 14px;
  font-family: Arial, Helvetica, "sans-serif";
  letter-spacing: 0.03em;
}

@media (min-width: 1000px) {
  .bread li {
    width: auto;
    float: left;
    font-size: 16px;
  }
}

.bread li:after {
  content: ">";
  font-size: 13px;
  color: #444;
  padding: 0 5px 0 5px;
}

.bread li:last-child:after {
  content: "";
}

.bread li a {
  color: #191e2d;
  text-decoration: none;
}

.bread li a:hover {
  color: #ff6700;
  text-decoration: none;
}

.post {
  margin: 0 20px 40px;
}

@media (min-width: 1000px) {
  .post {
    margin: 0 0 100px;
  }
}

.brackets {
  box-sizing: border-box;
  text-align: center;
  position: relative;
  width: auto;
  height: auto;
  padding: 7px 15px;
  margin: 0 20px 45px;
}

@media (min-width: 1000px) {
  .brackets {
    padding: 15px 30px;
    margin: 0 auto 100px;
  }
}

.brackets::before,
.brackets::after {
  width: 10px;
  height: 15px;
}

.brackets h1 {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0;
  font-weight: bold;
  color: #191e2d;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .brackets h1 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}

.post h2 {
  text-align: center;
  font-size: 18px;
  color: #191e2d;
  letter-spacing: 0.1em;
  margin: 60px 0 30px;
}

@media (min-width: 1000px) {
  .post h2 {
    font-size: 24px;
    margin: 120px 0 60px;
  }
}

.post p {
  color: #333;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .post p {
    font-size: 18px;
    line-height: 2.2;
    margin-bottom: 60px;
  }
}

.privacypolicy-list li {
  text-align: justify;
  list-style-type: lower-latin;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin: 0 0 30px 20px;
}

@media (min-width: 1000px) {
  .privacypolicy-list li {
    font-size: 18px;
    line-height: 2;
    margin: 0 0 50px 50px;
  }
}

/*---------------------------------------------------------------------------
 form
---------------------------------------------------------------------------*/
.table-flexible,
.table-flexible tbody,
.table-flexible tr,
.table-flexible th,
.table-flexible td {
  display: block;
}

.table-flexible {
  text-align: left;
  box-sizing: border-box;
  width: auto;
  height: auto;
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  background-color: #fff;
  box-shadow: 0 1px #fff;
  margin: 0 0 40px;
}

@media (min-width: 1000px) {
  .table-flexible {
    display: table;
    width: 1000px;
  }
}

@media (min-width: 1000px) {
  .table-flexible tbody {
    display: table-row-group;
  }
}

@media (min-width: 1000px) {
  .table-flexible tr {
    display: table-row;
  }
}

.table-flexible th {
  text-align: center;
  width: auto;
  height: auto;
  padding: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  line-height: 1.4;
  background-color: #f7f7f7;
}

@media (min-width: 1000px) {
  .table-flexible th {
    display: table-cell;
    text-align: right;
    padding: 20px;
  }
}

.table-flexible td {
  width: auto;
  height: auto;
  padding: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  line-height: 1.4;
}

@media (min-width: 1000px) {
  .table-flexible td {
    display: table-cell;
    padding: 20px;
  }
}

.req {
  display: inline-block;
  padding: 2px 4px;
  color: #fff;
  background-color: #f44447;
  border-radius: 2px;
  font-weight: normal;
  font-size: 12px;
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-size: 15px;
}

input[type="text"],
textarea {
  width: 100%;
  padding: 4px 6px;
  box-sizing: border-box;
  border: solid 1px #999;
  border-radius: 0;
  background: #fff;
  -webkit-appearance: none;
}

input[type="submit"] {
  cursor: pointer;
  width: 200px;
  height: 54px;
  color: #fff;
  background: linear-gradient(#999 0%, #888 15%, #555 85%, #555 100%);
  border: 1px solid #ebebeb;
  border-radius: 4px;
  box-shadow: 0 2px #d7d7d7;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

input[type="submit"]:hover {
  width: 200px;
  height: 54px;
  color: #fff;
  background: linear-gradient(#ffa800 0%, #ffa800 15%, #ff7800 85%, #ff7800 100%);
  border: 1px solid #ebebeb;
  border-radius: 4px;
  box-shadow: 0 2px #d7d7d7;
  box-sizing: border-box;
}

input[type="radio"] {
  margin-bottom: 15px;
}

.mb0 {
  margin-bottom: 0;
}

.mb-s {
  margin-bottom: 10px;
}

.mb-m {
  margin-bottom: 20px;
}

.mb-l {
  margin-bottom: 30px;
}

.mb-2l {
  margin-bottom: 40px;
}

.mb-3l {
  margin-bottom: 60px;
}

/*list*/
.items {
  list-style-type: square;
}

.items li {
  line-height: 1.7;
  margin-bottom: 15px;
}

.items li:last-child {
  margin-bottom: 0;
}

.ordered {
  list-style-type: decimal;
}

.list-none {
  list-style-type: none;
}

.items-margin {
  margin-left: 40px;
  margin-right: 20px;
}

/*inview*/
.move {
  opacity: 1;
  transform: translate(0, 0);
}

.char {
  text-align: center;
}

.char p {
  text-align: left;
  margin-bottom: 40px;
}

.char figure {
  margin-bottom: 40px;
}

/*---------------------------------------------------------------------------
 map
---------------------------------------------------------------------------*/
.google-map {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  margin: 0 0 5px;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 280px !important;
}

@media (min-width: 768px) {
  .google-map {
    padding-bottom: 60%;
    margin-bottom: 10px;
  }

  .google-map iframe {
    height: 350px !important;
  }
}

/*---------------------------------------------------------------------------
 security
---------------------------------------------------------------------------*/
.securitypolicy-handling {
  margin: 0 20px 120px;
}

@media (min-width: 1000px) {
  .securitypolicy-handling {
    margin: 0 0 300px;
  }
}

.securitypolicy-handling h2 {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 auto 20px;
  border-left: 4px solid #191e2d;
  padding: 15px 20px;
  color: #191e2d;
  background: #f7f7f7;
}

@media (min-width: 1000px) {
  .securitypolicy-handling h2 {
    font-size: 20px;
    margin: 0 auto 40px;
    border-left: 5px solid #191e2d;
    padding: 20px 25px;
  }
}

/*---------------------------------------------------------------------------
 privacy
---------------------------------------------------------------------------*/
.privacypolicy-contact {
  text-align: center;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 6px;
}

.privacypolicy-handling {
  margin: 0 20px 120px;
}

@media (min-width: 1000px) {
  .privacypolicy-handling {
    margin: 0 0 300px;
  }
}

.privacypolicy-handling h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 30px;
  color: #191e2d;
}

@media (min-width: 1000px) {
  .privacypolicy-handling h2 {
    font-size: 30px;
    letter-spacing: 0.1em;
    margin: 0 auto 80px;
  }
}

.privacypolicy-handling h3 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 auto 20px;
  border-left: 4px solid #191e2d;
  padding: 15px 20px;
  color: #191e2d;
  background: #f7f7f7;
}

@media (min-width: 1000px) {
  .privacypolicy-handling h3 {
    font-size: 20px;
    margin: 0 auto 40px;
    border-left: 5px solid #191e2d;
    padding: 20px 25px;
  }
}

.privacypolicy-handling p {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin: 0 1.5em 30px;
  color: #333;
}

@media (min-width: 1000px) {
  .privacypolicy-handling p {
    font-size: 18px;
    line-height: 2.2;
    margin: 0 2em 60px;
  }
}

.privacypolicy-handling-list {
  margin-bottom: 30px;
}

.privacypolicy-handling-list li {
  text-align: justify;
  list-style-type: decimal;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin: 0 10px 10px 30px;
  color: #333;
}

@media (min-width: 1000px) {
  .privacypolicy-handling-list li {
    font-size: 18px;
    line-height: 2;
    margin: 0 0 50px 50px;
  }
}

.privacypolicy-handling-list li>ul {
  margin: 15px 0 30px;
}

@media (min-width: 1000px) {
  .privacypolicy-handling-list li>ul {
    margin: 40px 0 60px;
  }
}

.privacypolicy-handling-list li>ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.type-none li>ul li {
  list-style-type: none;
}

.agreement {
  margin: 0 0 40px;
  padding: 0.5em;
}

@media (min-width: 1000px) {
  .agreement {
    margin: 10px 0 40px;
    padding: 0;
  }
}

.agreement li {
  margin-bottom: 15px;
}

.agreement p {
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 5px;
}

@media (min-width: 1000px) {
  .agreement p {
    font-size: 16px;
    letter-spacing: inherit;
    margin-bottom: 5px;
  }
}

.agreement-title {
  text-align: center;
  background: #191e2d;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  letter-spacing: 0.1em;
  margin-top: 18px;
}

@media (min-width: 1000px) {
  .agreement-title {
    padding: 10px;
    font-size: 17px;
  }
}

.agreement-box {
  box-sizing: border-box;
  overflow: auto;
  width: auto;
  height: 300px;
  border: 2px solid #191e2d;
  background: #fff;
  padding: 10px 0 0 10px;
}

@media (min-width: 1000px) {
  .agreement-box {
    width: 1000px;
    padding: 10px 30px 0 10px;
  }
}

.agreement-check {
  text-align: center;
  padding: 15px 15px 0;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media (min-width: 1000px) {
  .agreement-check {
    padding: 30px 15px 0;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}

input[type="checkbox"]+label::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 2px solid;
  border-color: #191e2d;
  background-color: #f7f7f7;
}

input[type="checkbox"]:checked+label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #eb0000;
}

.inquiry-category {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}

.inquiry-category:not(:first-child) {
  margin-top: 1em;
}

.inquiry-category:first-child:after {
  background-color: #c4c4c4;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.inquiry-category:nth-child(2):after {
  background-color: #c4c4c4;
  bottom: -10px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}


.inquiry-category>label {
  margin-left: 1em;
}

.inquiry-category_hedding {
  margin-bottom: 0.75em !important;
  line-height: 1.2 !important;
  font-size: 16px !important;
}

/*スクロールバーの横幅指定*/
.agreement-box::-webkit-scrollbar {
  width: 15px;
}

/*スクロールバーの背景色・角丸指定*/
.agreement-box::-webkit-scrollbar-track {
  background: #f3f3f3;
}

/*スクロールバーの色・角丸指定*/
.agreement-box::-webkit-scrollbar-thumb {
  background: #cfcfcf;
}

.home-talent {
  display: flex;
}

.home-talent div {
  flex-basis: 50%;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
}

.home-talent img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 1px solid #ebebeb;
  margin-bottom: 12px;
}

@media (min-width: 1000px) {
  .home-talent img {
    width: 150px;
    height: 150px;
    border-radius: 75px;
  }
}

.supervisor {
  background: #fbfbfb;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  margin: 0 25px 40px;
  box-shadow: 0 3px 0 #f7f7f7;
  border: 1px solid #dfdfdf;
}

@media (min-width: 1000px) {
  .supervisor {
    flex-direction: row;
    padding: 40px 50px 35px;
    margin-bottom: 150px;
  }
}

.supervisor div:first-child {
  text-align: center;
  width: auto;
  height: auto;
  flex: 0 0 auto;
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .supervisor div:first-child {
    width: 140px;
    margin-right: 45px;
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .supervisor div:last-child {
    border-left: 1px solid #dfdfdf;
    padding-left: 45px;
  }
}


.supervisor div:first-child img {
  border-radius: 70px;
}

.supervisor div:first-child figcaption {
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 15px;
}

.supervisor p,
.supervisor li {
  text-align: justify;
  font-size: 14px;
  line-height: 1.7;
}