@charset "UTF-8";
@font-face {
  font-family: 'Bahnschrift';
  src: url("../font/BAHNSCHRIFT.TTF") format("truetype"); }
body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin: 0px;
  box-sizing: border-box;
  line-height: 1.8em;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 750px) {
    body {
      width: 100% !important; } }

div {
  margin: 0px;
  padding: 0px;
  text-align: justify; }

a {
  text-decoration: none !important; }
  a img {
    transition: 0.2s; }

ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px; }
  ul li {
    padding-left: 0px;
    list-style: none; }

@media screen and (max-width: 750px) {
  img {
    max-width: 100%;
    height: auto; } }

.pc {
  display: block !important; }
  @media screen and (max-width: 750px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 750px) {
    .sp {
      display: block !important; } }

.ta-center {
  text-align: center; }

.main-width {
  width: 1180px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 750px) {
    .main-width {
      padding-left: 15px;
      padding-right: 15px;
      box-sizing: border-box;
      width: 100%; } }

.box-h2 {
  text-align: center; }
  .box-h2 h2 {
    font-size: 60px;
    font-family: 'Bahnschrift';
    margin: 0; }
    @media screen and (max-width: 750px) {
      .box-h2 h2 {
        line-height: 1.3em;
        font-size: 35px; } }
  .box-h2 span {
    font-size: 16px;
    padding-top: 20px;
    display: block; }
  .box-h2.wh {
    color: #fff; }

/*共通ヘッダー・フッター*/
.header {
  width: 100%;
  position: relative;
  height: 80px;
  box-sizing: border-box;
  z-index: 999; }
  @media screen and (max-width: 750px) {
    .header {
      height: 70px; } }
  .header.low-header {
    border-bottom: 3px solid #e60012;
    box-shadow: 0px 12px 21px -10px #939393; }

.header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 750px) {
    .header-inner {
      height: 70px;
      margin: 0; } }
  .header-inner .box-headerLeft {
    height: 100%; }
    @media screen and (max-width: 750px) {
      .header-inner .box-headerLeft {
        width: 40%; } }
    .header-inner .box-headerLeft h1 {
      margin: 0;
      height: 100%; }
      @media screen and (max-width: 750px) {
        .header-inner .box-headerLeft h1 {
          width: 100%;
          margin: 0; } }
      .header-inner .box-headerLeft h1 a {
        display: block;
        height: 100%;
        transition: 0.3; }
        .header-inner .box-headerLeft h1 a img {
          height: 100%; }
          @media screen and (max-width: 750px) {
            .header-inner .box-headerLeft h1 a img {
              height: 100%; } }
        .header-inner .box-headerLeft h1 a:hover {
          opacity: 0.8; }
  @media screen and (max-width: 750px) {
    .header-inner .box-headerRight {
      margin-right: 60px;
      margin-top: 25px; } }

.pc-nav {
  display: flex;
  justify-content: space-between;
  height: 100%; }
  @media screen and (max-width: 750px) {
    .pc-nav {
      display: none; } }
  .pc-nav nav {
    margin: 0 auto;
    height: 100%; }
    .pc-nav nav .nav-wrap {
      display: flex;
      justify-content: space-around;
      position: relative;
      margin-right: 20px;
      height: 100%; }
      .pc-nav nav .nav-wrap li {
        position: relative;
        height: 100%; }
        .pc-nav nav .nav-wrap li a {
          color: #707070;
          transition: 0.3s;
          font-size: 16px;
          margin-top: 30px;
          text-align: center;
          display: block;
          line-height: 1.5em;
          padding-left: 40px;
          padding-right: 40px; }
          .pc-nav nav .nav-wrap li a:hover {
            color: #333; }
          .pc-nav nav .nav-wrap li a span {
            display: block; }
        .pc-nav nav .nav-wrap li:hover {
          position: relative; }
          .pc-nav nav .nav-wrap li:hover:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 10px;
            background-color: #ccc;
            bottom: 0;
            left: 0; }
        .pc-nav nav .nav-wrap li.current {
          position: relative; }
          .pc-nav nav .nav-wrap li.current:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 10px;
            background-color: #ccc;
            bottom: 0;
            left: 0; }
        .pc-nav nav .nav-wrap li:last-child a {
          border-right: none; }
  .pc-nav .box-contact {
    margin-right: 50px;
    margin-top: 25px; }
    .pc-nav .box-contact .panel-contact a {
      border-radius: 20px;
      padding: 10px 30px 10px 55px;
      color: #fff;
      background-color: #e60012;
      position: relative;
      border: none;
      transition: 0.3s; }
      .pc-nav .box-contact .panel-contact a span {
        position: relative; }
        .pc-nav .box-contact .panel-contact a span:before {
          position: absolute;
          content: "";
          width: 15px;
          height: 2px;
          background-color: #fff;
          top: 50%;
          transform: translateY(-50%);
          left: -28px; }
        .pc-nav .box-contact .panel-contact a span:after {
          position: absolute;
          content: "";
          width: 5px;
          height: 5px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff;
          transform: translateY(-55%) rotate(45deg);
          top: 52%;
          left: -20px; }

.arrow-left {
  padding: 20px 30px 20px 55px;
  color: #163e64;
  position: relative;
  border: 1px solid #163e64;
  transition: 0.3s;
  /*display: block;*/ }
  @media screen and (max-width: 750px) {
    .arrow-left {
      padding: 20px 20px 20px 50px; } }
  .arrow-left:hover {
    opacity: 0.8; }
  .arrow-left span {
    position: relative; }
    .arrow-left span:before {
      position: absolute;
      content: "";
      width: 15px;
      height: 2px;
      background-color: #163e64;
      top: 50%;
      transform: translateY(-50%);
      left: -28px; }
    .arrow-left span:after {
      position: absolute;
      content: "";
      width: 5px;
      height: 5px;
      border-top: 2px solid #163e64;
      transform: translateY(-55%) rotate(45deg);
      top: 50%;
      left: -20px; }

.arrow-right {
  padding: 20px 85px 20px 60px;
  color: #163e64;
  position: relative;
  border: 1px solid #163e64;
  transition: 0.3s;
  /*display: block;*/ }
  @media screen and (max-width: 750px) {
    .arrow-right {
      padding: 20px 50px 20px 20px; } }
  .arrow-right:hover {
    opacity: 0.8; }
  .arrow-right span {
    position: relative; }
    .arrow-right span:before {
      position: absolute;
      content: "";
      width: 15px;
      height: 2px;
      background-color: #163e64;
      top: 50%;
      transform: translateY(-50%);
      right: -28px; }
    .arrow-right span:after {
      position: absolute;
      content: "";
      width: 5px;
      height: 5px;
      border-top: 2px solid #163e64;
      transform: translateY(-55%) rotate(45deg);
      top: 50%;
      right: -29px; }

.sp-navi .globalNavSP {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0;
  background: #333;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  overflow-y: scroll; }
  .sp-navi .globalNavSP .nav-inner ul {
    list-style: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
    width: 100%;
    box-sizing: border-box; }
    .sp-navi .globalNavSP .nav-inner ul li {
      position: relative;
      width: 100%;
      box-sizing: border-box;
      border-bottom: 1px solid #fff;
      height: 70px; }
      .sp-navi .globalNavSP .nav-inner ul li:before {
        position: absolute;
        content: "";
        width: 55px;
        height: 55px;
        background-repeat: no-repeat;
        background-size: contain;
        top: 7px;
        left: 0; }
      .sp-navi .globalNavSP .nav-inner ul li a {
        color: #fff;
        transition: 0.3s;
        font-size: 16px;
        padding-top: 18px;
        padding-left: 20px;
        display: block; }
        .sp-navi .globalNavSP .nav-inner ul li a:hover {
          opacity: 0.8; }
        .sp-navi .globalNavSP .nav-inner ul li a span {
          display: inline-block;
          padding-right: 20px; }
  .sp-navi .globalNavSP .box-contact {
    margin-top: 50px;
    padding: 20px;
    box-sizing: border-box; }
    .sp-navi .globalNavSP .box-contact .panel-contact {
      text-align: center; }
      .sp-navi .globalNavSP .box-contact .panel-contact a {
        border-radius: 20px; }
        @media screen and (max-width: 750px) {
          .sp-navi .globalNavSP .box-contact .panel-contact a {
            color: #fff;
            border: #fff 1px solid; }
            .sp-navi .globalNavSP .box-contact .panel-contact a span:before {
              background-color: #fff; }
            .sp-navi .globalNavSP .box-contact .panel-contact a span:after {
              border-top: 2px solid #fff; } }
.sp-navi nav.globalNavSP.active {
  transform: translateY(0%); }
.sp-navi .navToggle .navToggle-inner {
  display: block;
  position: fixed;
  /* body?E‘I?μ?A?I?a‘I?E’u?w’e */
  right: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 8888;
  text-align: center;
  transition-duration: 0.5s;
  background-color: #e60012; }
  .sp-navi .navToggle .navToggle-inner span {
    display: block;
    position: absolute;
    /* .navToggle?E‘I?μ?A */
    width: 30px;
    border-bottom: solid 2px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 20px; }
    .sp-navi .navToggle .navToggle-inner span:nth-child(1) {
      top: 25px; }
    .sp-navi .navToggle .navToggle-inner span:nth-child(2) {
      top: 36px; }
    .sp-navi .navToggle .navToggle-inner span:nth-child(3) {
      top: 46px; }
.sp-navi .navToggle.active span:nth-child(1) {
  top: 36px;
  left: 19px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 3px #fff; }
.sp-navi .navToggle.active span:nth-child(2), .sp-navi .navToggle.active span:nth-child(3) {
  top: 37px;
  left: 19px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 3px #fff; }
.sp-navi p {
  font-size: 10px;
  color: #fff; }

footer {
  background-color: #f5f6f7;
  border-top: 1px solid #ccc; }
  footer .section-footer {
    padding: 60px 0 30px; }
    @media screen and (max-width: 750px) {
      footer .section-footer {
        padding: 20px; } }
    @media screen and (max-width: 750px) {
      footer .section-footer .footer-nav {
        display: none; } }
    footer .section-footer .footer-nav ul {
      display: flex;
      justify-content: center; }
      footer .section-footer .footer-nav ul li {
        padding: 0 20px;
        border-right: 1px solid #1a1a1a; }
        footer .section-footer .footer-nav ul li a {
          color: unset; }
        footer .section-footer .footer-nav ul li:last-child {
          border: none; }
    footer .section-footer .footer-info {
      display: flex;
      margin-top: 50px;
      align-items: flex-end; }
      @media screen and (max-width: 750px) {
        footer .section-footer .footer-info {
          display: block; } }
      footer .section-footer .footer-info .box-info {
        padding-right: 50px; }
        @media screen and (max-width: 750px) {
          footer .section-footer .footer-info .box-info {
            padding-right: 0;
            margin-bottom: 10px; } }
        @media screen and (max-width: 750px) {
          footer .section-footer .footer-info .box-info .sp-wrap {
            display: flex; } }
        @media screen and (max-width: 750px) {
          footer .section-footer .footer-info .box-info .sp-wrap .sp-text {
            margin-left: 20px; } }
        footer .section-footer .footer-info .box-info .label {
          font-weight: 600;
          font-size: 14px; }
        footer .section-footer .footer-info .box-info h3 {
          margin: 5px 0;
          font-size: 16px;
          font-weight: 600; }
        footer .section-footer .footer-info .box-info .adress {
          font-size: 14px; }
    footer .section-footer .footer-tel {
      font-size: 14px;
      margin-top: 20px; }
      @media screen and (max-width: 750px) {
        footer .section-footer .footer-tel {
          margin-top: 50px; } }
      footer .section-footer .footer-tel .number {
        font-family: 'Bahnschrift';
        font-size: 30px; }
    footer .section-footer .footer-copyright {
      font-size: 14px;
      text-align: right; }
      @media screen and (max-width: 750px) {
        footer .section-footer .footer-copyright {
          margin-top: 30px; } }
      footer .section-footer .footer-copyright span {
        font-size: 26px;
        position: relative;
        top: 5px; }

/*トップページ*/
.section-mv {
  width: 100%;
  aspect-ratio: 32/13;
  position: relative; }
  @media screen and (max-width: 750px) {
    .section-mv {
      aspect-ratio: 16/15; } }
  .section-mv .mv-contentWrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url(../img/top/mv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 750px) {
      .section-mv .mv-contentWrapper {
        width: 100%;
        background-image: url(../img/top/mv.jpg); } }
    .section-mv .mv-contentWrapper:before {
      position: absolute;
      content: "";
      height: 100%;
      width: 100%;
      background-image: url(../img/top/mv-gesture.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: -100px; }
      @media screen and (max-width: 750px) {
        .section-mv .mv-contentWrapper:before {
          background-position: -140px; } }
    .section-mv .mv-contentWrapper .mv-textArea {
      padding: 30px;
      position: absolute;
      left: 80px;
      bottom: 0px;
      z-index: 99;
      width: 50%;
      box-sizing: border-box;
      color: #fff;
      font-size: 90px;
      font-family: 'Bahnschrift';
      line-height: 1.3em;
      font-weight: 600; }
      @media screen and (max-width: 750px) {
        .section-mv .mv-contentWrapper .mv-textArea {
          width: 100%;
          left: 0;
          bottom: 0;
          font-size: 15vw;
          line-height: 1.3em;
          padding: 15px; } }

.section-lead {
  margin-bottom: 50px; }
  .section-lead .wrapper-lead {
    display: flex;
    justify-content: space-between;
    margin: 0; }
    @media screen and (max-width: 750px) {
      .section-lead .wrapper-lead {
        flex-wrap: wrap;
        margin: 0; } }
    .section-lead .wrapper-lead .img {
      width: 45%; }
      @media screen and (max-width: 750px) {
        .section-lead .wrapper-lead .img {
          width: 100%; } }
      .section-lead .wrapper-lead .img img {
        width: 100%;
        height: auto; }
    .section-lead .wrapper-lead .lead-text {
      padding-left: 30px;
      box-sizing: border-box;
      width: calc(100% - 45%); }
      @media screen and (max-width: 750px) {
        .section-lead .wrapper-lead .lead-text {
          padding-left: 0;
          width: 100%; } }
      .section-lead .wrapper-lead .lead-text h2 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 30px; }
        @media screen and (max-width: 750px) {
          .section-lead .wrapper-lead .lead-text h2 {
            text-align: center; } }
      .section-lead .wrapper-lead .lead-text .lead-link {
        margin-top: 50px;
        font-family: 'Bahnschrift'; }
  .section-lead .lead-link {
    margin-top: 50px; }

.section-business {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #333333; }
  .section-business ul {
    display: flex;
    flex-wrap: wrap; }
    .section-business ul li {
      width: 25%;
      padding: 10px;
      box-sizing: border-box; }
      @media screen and (max-width: 750px) {
        .section-business ul li {
          width: 50%; } }
      .section-business ul li a {
        display: block;
        transition: 0.3s;
        padding: 10px;
        width: 100%;
        box-sizing: border-box; }
        .section-business ul li a .img img {
          width: 100%;
          height: auto; }
        .section-business ul li a h3 {
          color: #fff;
          text-align: center;
          margin-top: 0px;
          margin-bottom: 0;
          font-size: 16px;
          font-weight: normal; }
        .section-business ul li a:hover {
          border: 1px solid #fff;
          border-radius: 10px; }
  .section-business .logo-wrap {
    display: flex;
    margin-top: 50px;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 750px) {
      .section-business .logo-wrap {
        flex-wrap: wrap; } }
    .section-business .logo-wrap .logo {
      margin-right: 30px; }
    .section-business .logo-wrap .text {
      color: #fff; }
      @media screen and (max-width: 750px) {
        .section-business .logo-wrap .text {
          width: 100%; } }

.section-sns {
  margin-top: 100px;
  margin-bottom: 100px; }
  .section-sns h2 {
    text-align: center;
    font-size: 30px; }
  .section-sns .sns-wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px; }
    .section-sns .sns-wrap .sns {
      margin: 0 10px; }
      @media screen and (max-width: 750px) {
        .section-sns .sns-wrap .sns {
          margin: 0 10px; } }
      .section-sns .sns-wrap .sns a img {
        width: 80px; }

.section-contact {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/top/contact-back.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .section-contact .text {
    margin-top: 60px;
    text-align: center;
    color: #fff;
    line-height: 2em; }
  .section-contact .topcontact-link {
    margin-top: 100px;
    text-align: center; }
    .section-contact .topcontact-link .top {
      padding: 20px 85px 20px 60px;
      color: #fff;
      position: relative;
      background-color: #e60012;
      border: none;
      transition: 0.3s;
      /*display: block;*/ }
      @media screen and (max-width: 750px) {
        .section-contact .topcontact-link .top {
          padding: 20px 50px 20px 20px; } }
      .section-contact .topcontact-link .top:hover {
        opacity: 0.8; }
      .section-contact .topcontact-link .top span {
        position: relative; }
        .section-contact .topcontact-link .top span:before {
          position: absolute;
          content: "";
          width: 15px;
          height: 2px;
          background-color: #fff;
          top: 50%;
          transform: translateY(-50%);
          right: -28px; }
        .section-contact .topcontact-link .top span:after {
          position: absolute;
          content: "";
          width: 5px;
          height: 5px;
          border-top: 2px solid #fff;
          transform: translateY(-55%) rotate(45deg);
          top: 50%;
          right: -29px; }

.section-bnr {
  margin-top: 100px;
  margin-bottom: 100px; }
  .section-bnr div {
    text-align: center; }

.section-lowh1 {
  padding: 50px 0 20px;
  box-sizing: border-box; }
  .section-lowh1 h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.5em; }
    @media screen and (max-width: 750px) {
      .section-lowh1 h1 {
        font-size: 24px;
        margin-top: 0; } }
  @media screen and (max-width: 750px) {
    .section-lowh1 {
      padding: 50px 15px 20px; } }

.lowh2 {
  font-weight: 600;
  font-size: 30px;
  text-align: center; }
  .lowh2.border {
    border: 1px solid #1a1a1a;
    padding: 10px; }
  @media screen and (max-width: 750px) {
    .lowh2 {
      font-size: 24px; } }

.lowh3 {
  padding-left: 20px;
  position: relative; }
  .lowh3:before {
    position: absolute;
    content: "";
    width: 4px;
    background-color: #e60012;
    height: 1.5em;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }

.section-lead .linkwrap {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap; }
  @media screen and (max-width: 750px) {
    .section-lead .linkwrap {
      display: block; } }
  .section-lead .linkwrap .link {
    margin: 0 20px 0 0;
    line-height: 5em; }
    @media screen and (max-width: 750px) {
      .section-lead .linkwrap .link {
        margin-bottom: 10px; }
        .section-lead .linkwrap .link a {
          display: block;
          line-height: 1.1em; }
          .section-lead .linkwrap .link a span {
            font-size: 0.9em; } }

.section-katawaku {
  padding-top: 10px;
  margin-bottom: 50px; }
  .section-katawaku.archive .note {
    margin-top: 40px; }
    .section-katawaku.archive .note ul {
      display: flex;
      justify-content: center; }
      @media screen and (max-width: 750px) {
        .section-katawaku.archive .note ul {
          justify-content: flex-start;
          flex-wrap: wrap; } }
      .section-katawaku.archive .note ul li {
        margin-right: 20px; }
  .section-katawaku.archive ul {
    padding-left: 1em; }
    .section-katawaku.archive ul li {
      padding-left: 0;
      list-style: disc;
      position: relative;
      font-size: 0.9em; }
      .section-katawaku.archive ul li:before {
        position: absolute;
        width: 25px;
        height: 25px;
        background-color: #e60012;
        top: 0;
        left: 0;
        padding-bottom: 3px;
        color: #fff;
        text-align: center;
        font-weight: 600; }
      .section-katawaku.archive ul li.number01:before {
        content: "1"; }
      .section-katawaku.archive ul li.number02:before {
        content: "2"; }
      .section-katawaku.archive ul li.number03:before {
        content: "3"; }
      .section-katawaku.archive ul li.number04:before {
        content: "4"; }
  .section-katawaku.archive .archive-wrap {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap; }
    .section-katawaku.archive .archive-wrap .archive {
      width: 50%;
      padding: 20px;
      box-sizing: border-box;
      display: flex; }
      @media screen and (max-width: 750px) {
        .section-katawaku.archive .archive-wrap .archive {
          width: 100%;
          display: block; } }
      .section-katawaku.archive .archive-wrap .archive .img {
        padding-right: 10px; }
        @media screen and (max-width: 750px) {
          .section-katawaku.archive .archive-wrap .archive .img {
            padding-right: 0;
            text-align: center; } }
  .section-katawaku.syokunin .syokunin-wrap {
    margin-top: 50px; }
    .section-katawaku.syokunin .syokunin-wrap .table {
      width: 100%;
      border-collapse: collapse; }
      @media screen and (max-width: 750px) {
        .section-katawaku.syokunin .syokunin-wrap .table {
          width: 100%; } }
      .section-katawaku.syokunin .syokunin-wrap .table table {
        width: 100%;
        border-collapse: collapse;
        margin: 10px 0; }
        @media screen and (max-width: 750px) {
          .section-katawaku.syokunin .syokunin-wrap .table table thead {
            width: 50%; } }
        @media screen and (max-width: 750px) {
          .section-katawaku.syokunin .syokunin-wrap .table table tbody {
            width: 50%; } }
        .section-katawaku.syokunin .syokunin-wrap .table table th {
          background-color: #f2f2f2;
          padding: 10px;
          border: 1px solid #ccc;
          width: 200px; }
          @media screen and (max-width: 750px) {
            .section-katawaku.syokunin .syokunin-wrap .table table th {
              width: unset;
              vertical-align: middle; } }
        .section-katawaku.syokunin .syokunin-wrap .table table td {
          padding: 10px 40px;
          border: 1px solid #ccc;
          text-align: center; }
          @media screen and (max-width: 750px) {
            .section-katawaku.syokunin .syokunin-wrap .table table td {
              vertical-align: middle; } }
    .section-katawaku.syokunin .syokunin-wrap .text {
      width: 100%;
      box-sizing: border-box; }
      .section-katawaku.syokunin .syokunin-wrap .text.full-width {
        width: 100%; }
      @media screen and (max-width: 750px) {
        .section-katawaku.syokunin .syokunin-wrap .text {
          width: 100%;
          padding-left: 0;
          margin-top: 30px; } }
  .section-katawaku.warehouse {
    margin-bottom: 100px; }
    .section-katawaku.warehouse .mainimg {
      width: 100%;
      margin-bottom: 30px; }
      .section-katawaku.warehouse .mainimg img {
        width: 100%;
        height: 100%; }
    .section-katawaku.warehouse .lead {
      margin-bottom: 30px; }
    .section-katawaku.warehouse table {
      border-collapse: collapse;
      margin: 10px 0;
      width: 100%; }
      .section-katawaku.warehouse table th {
        background-color: #f2f2f2;
        padding: 10px;
        border: 1px solid #ccc;
        width: 200px; }
        @media screen and (max-width: 750px) {
          .section-katawaku.warehouse table th {
            width: 150px; } }
      .section-katawaku.warehouse table td {
        padding: 10px 30px;
        border: 1px solid #ccc; }
    .section-katawaku.warehouse .warehouse-img {
      display: flex;
      flex-wrap: wrap; }
      .section-katawaku.warehouse .warehouse-img .img {
        width: 50%;
        padding: 20px;
        box-sizing: border-box; }
        @media screen and (max-width: 750px) {
          .section-katawaku.warehouse .warehouse-img .img {
            padding: 10px; } }
        .section-katawaku.warehouse .warehouse-img .img img {
          width: 100%;
          height: auto; }

.section-material {
  margin-bottom: 100px; }
  .section-material .material-main .material-img {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px; }
    .section-material .material-main .material-img .img {
      width: 50%;
      padding: 20px;
      box-sizing: border-box; }
      @media screen and (max-width: 750px) {
        .section-material .material-main .material-img .img {
          padding: 10px; } }
      .section-material .material-main .material-img .img img {
        width: 100%;
        height: auto; }
  .section-material .material-main .link {
    margin-bottom: 50px; }
  .section-material .material-main .lead {
    font-weight: 600;
    font-size: 1.3em;
    margin-top: 10px;
    margin-bottom: 10px; }
  .section-material .text {
    margin-top: 15px; }
  .section-material .business-wrap {
    margin-top: 50px; }
    .section-material .business-wrap .lead {
      font-weight: 600;
      font-size: 1.3em;
      margin-top: 10px;
      margin-bottom: 10px; }
    .section-material .business-wrap ul {
      display: flex;
      flex-wrap: wrap; }
      .section-material .business-wrap ul li {
        width: 25%;
        padding: 10px;
        box-sizing: border-box; }
        @media screen and (max-width: 750px) {
          .section-material .business-wrap ul li {
            width: 50%; } }
        .section-material .business-wrap ul li a {
          display: block;
          transition: 0.3s;
          padding: 10px;
          width: 100%;
          box-sizing: border-box;
          color: unset; }
          .section-material .business-wrap ul li a .img img {
            width: 100%;
            height: auto; }
          .section-material .business-wrap ul li a h3 {
            text-align: center;
            margin-top: 0px;
            margin-bottom: 0;
            font-size: 16px;
            font-weight: normal; }
          .section-material .business-wrap ul li a:hover {
            border: 1px solid #ccc;
            border-radius: 10px; }

.section-container {
  margin-bottom: 100px; }
  .section-container .youtube-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .section-container .youtube-wrap iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  .section-container .text {
    margin-top: 30px; }
  .section-container .sizenote {
    text-align: right; }
  .section-container .size-wrap {
    display: flex; }
    @media screen and (max-width: 750px) {
      .section-container .size-wrap {
        display: block; } }
    .section-container .size-wrap .size {
      width: calc(100%/3);
      text-align: center;
      padding: 20px;
      box-sizing: border-box; }
      @media screen and (max-width: 750px) {
        .section-container .size-wrap .size {
          width: 100%;
          margin-bottom: 30px; } }
      .section-container .size-wrap .size .img {
        width: 100%;
        text-align: center; }
        .section-container .size-wrap .size .img img {
          width: 100%; }
        @media screen and (max-width: 750px) {
          .section-container .size-wrap .size .img {
            max-width: 100%;
            width: unset; } }
  .section-container .size4 .img {
    width: 100%;
    text-align: center; }
    .section-container .size4 .img img {
      width: 100%;
      height: auto; }
      @media screen and (max-width: 750px) {
        .section-container .size4 .img img {
          width: 90%; } }
  .section-container .feature-wrap {
    display: flex;
    flex-wrap: wrap; }
    .section-container .feature-wrap .feature {
      width: 50%;
      padding: 20px;
      box-sizing: border-box; }
      @media screen and (max-width: 750px) {
        .section-container .feature-wrap .feature {
          width: 100%; } }
      .section-container .feature-wrap .feature .img {
        width: 100%; }
        .section-container .feature-wrap .feature .img img {
          width: 100%;
          height: auto; }
      .section-container .feature-wrap .feature h3 {
        color: #e60012;
        font-size: 22px;
        text-align: center;
        margin: 10px 0; }
      .section-container .feature-wrap .feature .text {
        margin-top: 0; }

.section-stealboxbox {
  margin-bottom: 100px; }
  .section-stealboxbox .mainimg {
    width: 100%;
    display: flex; }
    @media screen and (max-width: 750px) {
      .section-stealboxbox .mainimg {
        flex-wrap: wrap; } }
    .section-stealboxbox .mainimg .img {
      width: 50%;
      padding: 20px;
      box-sizing: border-box; }
      @media screen and (max-width: 750px) {
        .section-stealboxbox .mainimg .img {
          width: 100%;
          padding: 10px 0px; } }
      .section-stealboxbox .mainimg .img img {
        width: 100%;
        height: auto; }
  .section-stealboxbox .text {
    margin-bottom: 30px; }
  .section-stealboxbox .stealfeature-wrap .box-feature {
    padding-right: 50px;
    box-sizing: border-box; }
    @media screen and (max-width: 750px) {
      .section-stealboxbox .stealfeature-wrap .box-feature {
        padding-right: 0; } }
    .section-stealboxbox .stealfeature-wrap .box-feature h2.center-red {
      text-align: center;
      color: #e60012; }
    .section-stealboxbox .stealfeature-wrap .box-feature .feature {
      border-bottom: 2px dashed #1a1a1a;
      padding-bottom: 20px; }
      .section-stealboxbox .stealfeature-wrap .box-feature .feature .feature-title {
        width: 100%;
        padding: 20px 0 0;
        box-sizing: border-box;
        display: flex; }
        .section-stealboxbox .stealfeature-wrap .box-feature .feature .feature-title:last-child {
          border-bottom: none; }
        .section-stealboxbox .stealfeature-wrap .box-feature .feature .feature-title .number span {
          position: relative;
          font-family: 'Bahnschrift';
          color: #e60012;
          font-size: 16px;
          padding: 3px 6px;
          border: 1px solid #e60012; }
        .section-stealboxbox .stealfeature-wrap .box-feature .feature .feature-title .title {
          width: calc(100% - 2em);
          font-size: 1.2em;
          padding-left: 10px;
          box-sizing: border-box;
          line-height: 1.5em;
          font-weight: 600; }
          @media screen and (max-width: 750px) {
            .section-stealboxbox .stealfeature-wrap .box-feature .feature .feature-title .title {
              font-size: 1.2em; }
              .section-stealboxbox .stealfeature-wrap .box-feature .feature .feature-title .title span {
                font-size: 0.8em; } }
      .section-stealboxbox .stealfeature-wrap .box-feature .feature .desc {
        margin-top: 10px; }
  .section-stealboxbox .size-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px; }
    @media screen and (max-width: 750px) {
      .section-stealboxbox .size-wrap {
        display: block; } }
    .section-stealboxbox .size-wrap .size-wrap-title {
      width: 100%;
      text-align: center; }
    .section-stealboxbox .size-wrap .size {
      width: 50%;
      padding: 20px;
      box-sizing: border-box; }
      @media screen and (max-width: 750px) {
        .section-stealboxbox .size-wrap .size {
          width: 100%;
          margin-bottom: 50px; } }
      .section-stealboxbox .size-wrap .size .img {
        width: 100%;
        margin-bottom: 10px; }
        .section-stealboxbox .size-wrap .size .img img {
          width: 100%; }
      .section-stealboxbox .size-wrap .size h2 {
        text-align: center; }
        .section-stealboxbox .size-wrap .size h2.border {
          border: 1px solid #1a1a1a;
          padding: 10px 0; }
      .section-stealboxbox .size-wrap .size .detail table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 10px; }
        .section-stealboxbox .size-wrap .size .detail table th {
          background-color: #f2f2f2;
          padding: 10px;
          border: 1px solid #ccc;
          width: 200px; }
          @media screen and (max-width: 750px) {
            .section-stealboxbox .size-wrap .size .detail table th {
              width: unset; } }
        .section-stealboxbox .size-wrap .size .detail table td {
          padding: 10px 20px;
          border: 1px solid #ccc; }
  .section-stealboxbox .feature-wrap {
    display: flex;
    flex-wrap: wrap; }
    .section-stealboxbox .feature-wrap .feature {
      width: 50%;
      padding: 20px;
      box-sizing: border-box; }
      @media screen and (max-width: 750px) {
        .section-stealboxbox .feature-wrap .feature {
          width: 100%; } }
      .section-stealboxbox .feature-wrap .feature .img {
        width: 100%; }
        .section-stealboxbox .feature-wrap .feature .img img {
          width: 100%;
          height: auto; }
      .section-stealboxbox .feature-wrap .feature .text {
        margin-top: 10px;
        margin-bottom: 30px;
        text-align: center; }

.section-privacypolicy {
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex; }
  @media screen and (max-width: 750px) {
    .section-privacypolicy {
      display: block; } }
  .section-privacypolicy .title {
    width: 30%;
    border-right: 1px solid #ccc;
    padding-right: 20px; }
    @media screen and (max-width: 750px) {
      .section-privacypolicy .title {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ccc;
        padding-right: 0; } }
    .section-privacypolicy .title h2 {
      margin-top: 0;
      text-align: center; }
    .section-privacypolicy .title .img {
      width: 100%; }
      .section-privacypolicy .title .img img {
        width: 100%;
        height: auto; }
  .section-privacypolicy .text-wrap {
    width: 70%;
    padding-left: 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 750px) {
      .section-privacypolicy .text-wrap {
        width: 100%;
        padding-left: 0;
        margin-top: 20px; } }
    .section-privacypolicy .text-wrap .lead {
      margin-bottom: 50px; }
    .section-privacypolicy .text-wrap ul {
      padding-left: 1.5em; }
      .section-privacypolicy .text-wrap ul li {
        position: relative;
        list-style: disc; }

.section-lease {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media screen and (max-width: 750px) {
    .section-lease .lease-table {
      overflow-x: scroll; } }
  .section-lease .lease-table .note {
    font-size: 0.8em; }
  .section-lease .lease-table table {
    border-collapse: collapse; }
    @media screen and (max-width: 750px) {
      .section-lease .lease-table table {
        width: 100%; } }
    .section-lease .lease-table table th {
      background-color: #f2f2f2;
      padding: 10px;
      border: 1px solid #ccc; }
      @media screen and (max-width: 750px) {
        .section-lease .lease-table table th {
          width: unset; } }
    .section-lease .lease-table table td {
      padding: 10px 20px;
      border: 1px solid #ccc; }
      .section-lease .lease-table table td:first-child {
        background-color: #f2f2f2; }
      .section-lease .lease-table table td:nth-of-type(4), .section-lease .lease-table table td:nth-of-type(5), .section-lease .lease-table table td:nth-of-type(6) {
        text-align: right; }

.section-lead.alumibata .wrapper-lead {
  margin: 0; }

.section-alumibata {
  margin-top: 100px;
  margin-bottom: 100px; }
  .section-alumibata .line-wrap {
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
    padding: 20px 0; }
    .section-alumibata .line-wrap h2.center {
      text-align: center; }
    .section-alumibata .line-wrap .feature-wrap {
      display: flex; }
      @media screen and (max-width: 750px) {
        .section-alumibata .line-wrap .feature-wrap {
          flex-wrap: wrap; } }
      .section-alumibata .line-wrap .feature-wrap .box-feature {
        padding-right: 30px;
        box-sizing: border-box;
        width: 67%; }
        @media screen and (max-width: 750px) {
          .section-alumibata .line-wrap .feature-wrap .box-feature {
            padding-right: 0;
            width: 100%; } }
        .section-alumibata .line-wrap .feature-wrap .box-feature .feature {
          border-bottom: 2px dashed #1a1a1a;
          width: 100%;
          padding: 20px 0 20px;
          box-sizing: border-box;
          display: flex; }
          .section-alumibata .line-wrap .feature-wrap .box-feature .feature .number span {
            position: relative;
            font-family: 'Bahnschrift';
            color: #e60012;
            font-size: 16px;
            padding: 3px 6px;
            border: 1px solid #e60012; }
          .section-alumibata .line-wrap .feature-wrap .box-feature .feature .text {
            width: calc(100% - 2em);
            font-size: 1.2em;
            padding-left: 10px;
            box-sizing: border-box;
            line-height: 1.5em;
            font-weight: 600; }
            @media screen and (max-width: 750px) {
              .section-alumibata .line-wrap .feature-wrap .box-feature .feature .text {
                font-size: 1.2em; }
                .section-alumibata .line-wrap .feature-wrap .box-feature .feature .text span {
                  font-size: 0.8em; } }
          .section-alumibata .line-wrap .feature-wrap .box-feature .feature .feature-title {
            width: 100%;
            padding: 20px 0 0;
            box-sizing: border-box;
            display: flex; }
          .section-alumibata .line-wrap .feature-wrap .box-feature .feature:last-child {
            border-bottom: none; }
      .section-alumibata .line-wrap .feature-wrap .box-img {
        width: 33%;
        box-sizing: border-box; }
        @media screen and (max-width: 750px) {
          .section-alumibata .line-wrap .feature-wrap .box-img {
            width: 100%;
            text-align: center; } }
        .section-alumibata .line-wrap .feature-wrap .box-img img {
          width: 100%;
          height: auto; }
          @media screen and (max-width: 750px) {
            .section-alumibata .line-wrap .feature-wrap .box-img img {
              width: 60%;
              margin: 0 auto; } }
  .section-alumibata h2.center {
    text-align: center;
    font-size: 28px;
    font-weight: 600; }
  .section-alumibata .note {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 750px) {
      .section-alumibata .note {
        display: block; } }
    .section-alumibata .note span {
      font-size: 1.2em;
      font-weight: 600; }
    .section-alumibata .note img {
      width: 350px;
      margin-left: 20px; }
  @media screen and (max-width: 750px) {
    .section-alumibata .alumi-table {
      overflow-x: scroll; } }
  .section-alumibata .alumi-table table {
    width: 100%;
    border-collapse: collapse; }
    .section-alumibata .alumi-table table th {
      background-color: #f2f2f2;
      padding: 10px;
      border: 1px solid #ccc;
      width: 200px; }
      @media screen and (max-width: 750px) {
        .section-alumibata .alumi-table table th {
          width: unset; } }
    .section-alumibata .alumi-table table td {
      padding: 10px 20px;
      border: 1px solid #ccc; }
      .section-alumibata .alumi-table table td img {
        width: 150px; }
      .section-alumibata .alumi-table table td.pdflink {
        text-align: center; }
      .section-alumibata .alumi-table table td a {
        padding: 5px 10px;
        color: #e60012;
        border: 1px solid #e60012;
        transition: 0.3s; }
        .section-alumibata .alumi-table table td a:hover {
          opacity: 0.8; }
  .section-alumibata .largetext {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 20px; }
  .section-alumibata .text-table table th {
    padding: 0 10px;
    text-align: left; }
    @media screen and (max-width: 750px) {
      .section-alumibata .text-table table th {
        display: block; } }
    .section-alumibata .text-table table th span {
      padding-left: 20px;
      position: relative; }
      .section-alumibata .text-table table th span:before {
        position: absolute;
        content: "";
        width: 1em;
        height: 1em;
        border-radius: 50%;
        background-color: #333333;
        top: 2px;
        left: 0; }
  .section-alumibata .text-table table td {
    padding: 0 10px; }
    @media screen and (max-width: 750px) {
      .section-alumibata .text-table table td {
        display: block;
        padding: 0 10px 0 30px; } }
  .section-alumibata .text-table .test-note {
    margin: 20px 0 50px;
    font-size: 0.9em;
    line-height: 1.5em; }

.section-postrack {
  margin-bottom: 100px; }
  .section-postrack .mainimg {
    width: 100%;
    text-align: center; }
    .section-postrack .mainimg img {
      width: 70%;
      height: auto; }
      @media screen and (max-width: 750px) {
        .section-postrack .mainimg img {
          width: 100%; } }
  .section-postrack .text {
    margin-bottom: 30px; }
  .section-postrack .size-wrap {
    display: flex; }
    @media screen and (max-width: 750px) {
      .section-postrack .size-wrap {
        display: block; } }
    .section-postrack .size-wrap .img {
      width: 50%;
      margin-bottom: 10px;
      padding: 0 20px;
      box-sizing: border-box; }
      @media screen and (max-width: 750px) {
        .section-postrack .size-wrap .img {
          width: 100%;
          padding: 0;
          margin-bottom: 20px; } }
      .section-postrack .size-wrap .img img {
        max-width: 100%; }
    .section-postrack .size-wrap .detail {
      width: 50%;
      box-sizing: border-box; }
      @media screen and (max-width: 750px) {
        .section-postrack .size-wrap .detail {
          width: 100%; } }
      .section-postrack .size-wrap .detail table {
        border-collapse: collapse;
        margin-bottom: 20px;
        width: 100%; }
        .section-postrack .size-wrap .detail table th {
          background-color: #f2f2f2;
          padding: 10px;
          border: 1px solid #ccc;
          width: 200px; }
          @media screen and (max-width: 750px) {
            .section-postrack .size-wrap .detail table th {
              width: unset; } }
        .section-postrack .size-wrap .detail table td {
          padding: 10px 20px;
          border: 1px solid #ccc; }
  .section-postrack .feature-wrap {
    display: flex;
    flex-wrap: wrap; }
    .section-postrack .feature-wrap .feature {
      width: 50%;
      padding: 20px;
      box-sizing: border-box; }
      @media screen and (max-width: 750px) {
        .section-postrack .feature-wrap .feature {
          width: 100%; } }
      .section-postrack .feature-wrap .feature .img {
        width: 100%; }
        .section-postrack .feature-wrap .feature .img img {
          width: 100%;
          height: auto; }
      .section-postrack .feature-wrap .feature .text {
        margin-top: 10px;
        margin-bottom: 30px;
        text-align: center; }
  .section-postrack .contact-wrap {
    margin-bottom: 100px; }
    .section-postrack .contact-wrap .center {
      text-align: center;
      font-weight: 600;
      font-size: 25px;
      margin-bottom: 20px; }
    .section-postrack .contact-wrap .contact {
      display: flex;
      margin-top: 30px;
      justify-content: center; }
      @media screen and (max-width: 750px) {
        .section-postrack .contact-wrap .contact {
          display: block; } }
      .section-postrack .contact-wrap .contact .logo {
        margin-right: 30px; }
      .section-postrack .contact-wrap .contact .adress span {
        font-weight: 600;
        font-size: 1.3em;
        padding-left: 15px; }
    .section-postrack .contact-wrap .link {
      width: 100%;
      margin-top: 50px; }
      .section-postrack .contact-wrap .link a {
        border: 1px solid #e60012;
        padding: 20px 0px;
        text-align: center;
        width: 100%;
        display: block;
        color: #e60012;
        transition: 0.3s;
        font-size: 1.2em;
        font-weight: 600; }
        .section-postrack .contact-wrap .link a:hover {
          opacity: 0.8; }

.section-workmate {
  margin-top: 50px;
  margin-bottom: 100px; }

.section-company .massage-wrap {
  display: flex; }
  @media screen and (max-width: 750px) {
    .section-company .massage-wrap {
      display: block; } }
  .section-company .massage-wrap .photo {
    width: 350px; }
    @media screen and (max-width: 750px) {
      .section-company .massage-wrap .photo {
        width: 100%;
        text-align: center; } }
    .section-company .massage-wrap .photo img {
      width: 100%; }
      @media screen and (max-width: 750px) {
        .section-company .massage-wrap .photo img {
          width: 280px; } }
  .section-company .massage-wrap .box-text {
    width: calc(100% - 350px);
    padding-left: 30px;
    box-sizing: border-box; }
    @media screen and (max-width: 750px) {
      .section-company .massage-wrap .box-text {
        width: 100%;
        padding-left: 0; } }
    .section-company .massage-wrap .box-text .name {
      margin-top: 50px;
      margin-bottom: 140px; }
      @media screen and (max-width: 750px) {
        .section-company .massage-wrap .box-text .name {
          margin-bottom: 70px; } }
      .section-company .massage-wrap .box-text .name span {
        font-size: 30px;
        padding-left: 15px; }
        .section-company .massage-wrap .box-text .name span img {
          position: relative;
          top: 13px; }
.section-company .link {
  margin-top: 50px; }
.section-company .companyinfo-wrap {
  margin-bottom: 100px; }
  .section-company .companyinfo-wrap .companyinfo dl {
    display: flex;
    border-bottom: 1px solid #ccc;
    width: 80%;
    margin: 0 auto 10px;
    padding-bottom: 10px; }
    @media screen and (max-width: 750px) {
      .section-company .companyinfo-wrap .companyinfo dl {
        width: 100%; } }
    .section-company .companyinfo-wrap .companyinfo dl dt {
      font-weight: 600;
      position: relative;
      width: 8em; }
      .section-company .companyinfo-wrap .companyinfo dl dt:after {
        position: absolute;
        content: ":";
        top: 0;
        right: 0; }
    .section-company .companyinfo-wrap .companyinfo dl dd {
      width: calc(100% - 6em);
      margin-left: 0;
      padding-left: 15px;
      box-sizing: border-box; }
  .section-company .companyinfo-wrap .map-wrap {
    display: flex;
    width: 80%;
    margin: 0 auto 10px; }
    @media screen and (max-width: 750px) {
      .section-company .companyinfo-wrap .map-wrap {
        display: block; } }
    .section-company .companyinfo-wrap .map-wrap .map {
      width: 50%;
      padding: 10px;
      box-sizing: border-box; }
      @media screen and (max-width: 750px) {
        .section-company .companyinfo-wrap .map-wrap .map {
          width: 100%; } }
      .section-company .companyinfo-wrap .map-wrap .map h3 {
        font-weight: 600;
        margin-bottom: 10px; }
        .section-company .companyinfo-wrap .map-wrap .map h3 span {
          color: #e60012;
          font-family: 'Bahnschrift'; }
      .section-company .companyinfo-wrap .map-wrap .map iframe {
        width: 100%;
        aspect-ratio: 1/1; }
.section-company .recruit-main .recruit-img {
  display: flex;
  flex-wrap: wrap; }
  .section-company .recruit-main .recruit-img .img {
    width: 25%;
    padding: 5px;
    box-sizing: border-box; }
    @media screen and (max-width: 750px) {
      .section-company .recruit-main .recruit-img .img {
        width: 50%; } }
    .section-company .recruit-main .recruit-img .img img {
      width: 100%;
      height: 100%; }
.section-company .recruit-main .box-recruit .lead {
  font-weight: 600;
  font-size: 1.2em;
  margin-top: 10px;
  margin-bottom: 10px; }
.section-company .large {
  font-weight: 600;
  margin-top: 50px;
  font-size: 1.2em; }
.section-company .recruit-info {
  margin-top: 50px;
  margin-bottom: 100px; }
  .section-company .recruit-info table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%; }
    .section-company .recruit-info table tr th {
      background-color: #f2f2f2;
      text-align: center;
      padding: 10px;
      border: 1px solid #ccc;
      width: 50%; }
      @media screen and (max-width: 750px) {
        .section-company .recruit-info table tr th {
          width: unset; } }
    .section-company .recruit-info table tr td {
      padding: 10px;
      border: 1px solid #ccc;
      vertical-align: top; }
  @media screen and (max-width: 750px) {
    .section-company .recruit-info .table-pc {
      display: none; } }
  .section-company .recruit-info .table-sp {
    display: none; }
    @media screen and (max-width: 750px) {
      .section-company .recruit-info .table-sp {
        display: table; } }
.section-company .recruit-entry {
  margin-bottom: 100px; }
  .section-company .recruit-entry .center {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px; }
  .section-company .recruit-entry .entry-lead {
    text-align: center; }
  .section-company .recruit-entry .contact {
    display: flex;
    margin-top: 30px;
    justify-content: center; }
    .section-company .recruit-entry .contact .logo {
      margin-right: 30px; }
    .section-company .recruit-entry .contact .adress span {
      font-weight: 600;
      font-size: 1.3em;
      padding-left: 15px; }
  .section-company .recruit-entry .link {
    width: 100%; }
    .section-company .recruit-entry .link a {
      border: 1px solid #e60012;
      padding: 20px 0px;
      text-align: center;
      width: 100%;
      display: block;
      color: #e60012;
      transition: 0.3s;
      font-size: 1.2em;
      font-weight: 600; }
      .section-company .recruit-entry .link a:hover {
        opacity: 0.8; }

.headline {
  font-weight: 600;
  font-size: 1.2em;
  margin-top: 10px;
  margin-bottom: 10px; }
  .headline span {
    color: #e60012; }

.topborder {
  border-top: 1px solid #1a1a1a;
  padding-top: 50px; }

.bottomborder {
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 50px; }

@media screen and (max-width: 750px) {
  table.adj {
    width: 100%; }
    table.adj tr {
      display: block;
      float: left;
      width: 100%; }
      table.adj tr td,
      table.adj tr th {
        border-left: none;
        display: block; }
    table.adj thead {
      display: block;
      float: left; }
    table.adj tbody {
      display: block;
      float: left; }
    table.adj tr td + td {
      border-left: none; }
    table.adj tbody td:last-child {
      border-bottom: solid 1px #ccc; } }
.section-contactform #formtitle {
  display: none; }
.section-contactform .box-form {
  text-align: center; }
  .section-contactform .box-form .privacy-link {
    text-align: right; }
    .section-contactform .box-form .privacy-link a {
      color: #e60012; }
  @media screen and (max-width: 750px) {
    .section-contactform .box-form iframe {
      width: 100% !important; } }

/*.rednote {
    color: red;
}*/

/*# sourceMappingURL=style.css.map */
