@charset "UTF-8";
@import url("base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
/*ヘッダー*/
/*メイン*/
#m_top {
  width: 100%;
  position: relative; }
  #m_top h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 250%;
    color: #fff;
    text-shadow: 0px 0px 10px black; }

#c_motto {
  width: 80%;
  margin: 5em auto 0; }
  #c_motto h2 {
    font-size: 250%;
    color: #182d7b;
    margin: 0 0 1em; }
  #c_motto #t_text {
    font-family: "Sawarabi Mincho", serif;
    font-size: 120%;
    font-weight: bold; }
    #c_motto #t_text span {
      font-size: 187%;
      color: #182d7b; }
    #c_motto #t_text i {
      font-style: normal;
      display: block;
      margin: 0 0 0 20em; }
  #c_motto #message {
    width: 90%;
    margin: 2em auto 0;
    background-color: rgba(54, 54, 54, 0.1);
    padding: 2em 5%;
    border-radius: 20px; }
    #c_motto #message h3 {
      font-size: 187%;
      color: #182d7b;
      margin: 0 0 1em; }
    #c_motto #message div {
      text-align: right; }
      #c_motto #message div span {
        width: 200px;
        display: inline-block;
        font-size: 187%;
        font-family: "Sawarabi Mincho", serif;
        vertical-align: middle; }

#company, #history {
  width: 80%;
  margin: 5em auto 0; }
  #company h2, #history h2 {
    font-size: 250%;
    color: #182d7b;
    text-align: center;
    margin: 0 0 1em; }
  #company table, #history table {
    width: 90%;
    margin: 2em auto 0; }
    #company table tr, #history table tr {
      border-bottom: 1px solid #251e1c; }
      #company table tr:last-child, #history table tr:last-child {
        border-bottom: none; }
      #company table tr th, #history table tr th {
        width: 16%;
        padding: 1.5em 2%;
        text-align: left;
        vertical-align: top;
        background-color: rgba(54, 54, 54, 0.2); }
        #company table tr th span, #history table tr th span {
          color: #182d7b;
          display: block;
          font-size: 90%;
          font-weight: normal; }
      #company table tr td, #history table tr td {
        width: 70%;
        padding: 1.5em 5%;
        vertical-align: top; }
        #company table tr td a, #history table tr td a {
          color: #363636;
          text-decoration: none; }
          #company table tr td a:hover, #company table tr td a:active, #history table tr td a:hover, #history table tr td a:active {
            color: #363636;
            text-decoration: underline; }

.back01 {
  width: 100%;
  padding: 2em 0;
  margin: 5em 0 0;
  background-color: #b2b2b2; }

#corp {
  width: 80%;
  margin: 0 auto; }
  #corp li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    #corp li:nth-child(n+2) {
      margin: 2em 0 0; }
    #corp li .left {
      width: 48%; }
      #corp li .left h3 {
        font-size: 187%;
        color: #fff; }
    #corp li .right {
      width: 48%;
      margin: 2.5em 0 0; }
      #corp li .right iframe {
        margin: 1em 0 0;
        aspect-ratio: 16/9;
        width: 100%;
        height: auto; }
      #corp li .right span {
        color: #fff;
        background-color: #2eb6aa;
        width: 50px;
        border-radius: 5px;
        text-align: center;
        display: inline-block;
        font-weight: bold;
        line-height: 1;
        padding: 0.2em 0; }
      #corp li .right a {
        color: #363636;
        text-decoration: none; }
        #corp li .right a:hover, #corp li .right a:active {
          color: #363636;
          text-decoration: underline; }

#bottom {
  width: 66%;
  margin: 5em auto;
  background-color: #2eb6aa;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  padding: 4em 4%; }
  #bottom figure {
    width: 20%; }
  #bottom dl {
    width: 76%; }
    #bottom dl dt {
      font-size: 187%;
      font-weight: bold;
      color: #fff; }
    #bottom dl dd {
      margin: 1em 0 0; }

#recruit {
  position: relative;
  overflow: hidden;
  width: 100%; }
  #recruit::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 20em;
    top: 0;
    background: url("../img/top/back03.png") no-repeat center center;
    background-size: 100% auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: -1; }
  #recruit:hover:after {
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  #recruit dl {
    width: 200px;
    margin: 5em 10%;
    text-align: center; }
    #recruit dl dt {
      font-size: 187%;
      font-weight: bold;
      color: #363636;
      text-shadow: 0px 0px 10px white; }
      #recruit dl dt span {
        display: block;
        font-weight: normal;
        font-size: 50%; }
    #recruit dl dd a {
      background: #363636;
      display: flex;
      justify-content: space-around;
      max-width: 180px;
      margin: 2em auto 0;
      padding: 10px 25px;
      color: #fff;
      font-weight: 500;
      text-decoration: none;
      display: block;
      -webkit-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      #recruit dl dd a:hover, #recruit dl dd a:active {
        color: #363636;
        background-color: #EFEFEF;
        text-decoration: none; }

#contact_form {
  position: relative;
  overflow: hidden;
  width: 100%; }
  #contact_form::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 20em;
    top: 0;
    background: url("../img/top/back04.png") no-repeat center center;
    background-size: 100% auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: -1; }
  #contact_form:hover:after {
    opacity: .8;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  #contact_form dl {
    margin: 5em 20%;
    text-align: center; }
    #contact_form dl dt {
      font-size: 187%;
      font-weight: bold;
      color: #363636;
      text-shadow: 0px 0px 10px white; }
      #contact_form dl dt span {
        display: block;
        font-weight: normal;
        font-size: 50%; }
    #contact_form dl dd a {
      background: #fff;
      display: flex;
      justify-content: space-around;
      max-width: 180px;
      margin: 2em auto 0;
      padding: 10px 25px;
      color: #363636;
      font-weight: 500;
      text-decoration: none;
      display: block;
      -webkit-transition: all .3s ease-out;
      -moz-transition: all .3s ease-out;
      -ms-transition: all .3s ease-out;
      transition: all .3s ease-out; }
      #contact_form dl dd a:hover, #contact_form dl dd a:active {
        color: #363636;
        background-color: #EFEFEF;
        text-decoration: none; }

/*フッター*/
/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc02 */
@media screen and (min-width: 2160px) and (max-width: 2200px) {
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* pc03 */
@media screen and (min-width: 1366px) and (max-width: 1400px) {
  /*ヘッダー*/
  /*メイン*/
  #c_motto {
    width: 80%;
    margin: 5em auto 0; }
    #c_motto #message {
      padding: 2em 3%; }
      #c_motto #message p {
        font-size: 95%; }

  #company, #history {
    width: 90%; }
    #company table tr, #history table tr {
      border-bottom: 1px solid #251e1c; }
      #company table tr:last-child, #history table tr:last-child {
        border-bottom: none; }
      #company table tr th, #history table tr th {
        font-size: 82%; }
      #company table tr td, #history table tr td {
        font-size: 82%; }

  /*フッター*/ }
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  /*メイン*/
  #c_motto {
    width: 1280px; }

  /*フッター*/ }
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #m_top {
    width: 100%;
    margin: 80px 0 0; }
    #m_top h1 {
      font-size: 200%; }

  #c_motto {
    width: 90%; }
    #c_motto h2 {
      font-size: 180%; }
    #c_motto #t_text span {
      font-size: 156%; }

  #company, #history {
    width: 90%; }
    #company h2, #history h2 {
      font-size: 180%; }
    #company table, #history table {
      width: 90%; }
      #company table tr th span, #history table tr th span {
        display: block;
        margin: 0; }

  #recruit dl {
    width: 200px;
    margin: 5em 5%; }

  #corp {
    width: 90%; }
    #corp li .left h3 {
      font-size: 156%; }

  #bottom {
    width: 72%; }
    #bottom figure {
      width: 30%; }
    #bottom dl {
      width: 66%; }
      #bottom dl dt {
        font-size: 156%; }

  /*フッター*/ }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #m_top {
    width: 100%;
    margin: 80px 0 0; }
    #m_top h1 {
      font-size: 200%; }

  #c_motto {
    width: 90%;
    margin: 2.5em auto 0; }
    #c_motto h2 {
      font-size: 160%; }
    #c_motto #t_text {
      font-size: 110%; }
      #c_motto #t_text span {
        font-size: 120%; }
      #c_motto #t_text i {
        margin: 0 0 0 5em; }
    #c_motto #message {
      width: 90%; }
      #c_motto #message h3 {
        font-size: 125%; }
      #c_motto #message div {
        text-align: right; }
        #c_motto #message div span {
          font-size: 120%; }

  #company, #history {
    width: 90%;
    margin: 2.5em auto 0; }
    #company h2, #history h2 {
      font-size: 160%; }
    #company table, #history table {
      width: 100%;
      margin: 2em auto 0; }
      #company table tr, #history table tr {
        border-bottom: none; }
        #company table tr th, #history table tr th {
          display: block;
          width: 96%;
          padding: 0.5em 2%;
          text-align: left;
          vertical-align: top;
          background-color: rgba(54, 54, 54, 0.2); }
          #company table tr th span, #history table tr th span {
            color: #182d7b;
            margin: 0 0 0 0.5em;
            font-weight: normal;
            display: inline; }
        #company table tr td, #history table tr td {
          display: block;
          width: 96%;
          padding: 0.5em 2% 1.5em; }

  .back01 {
    margin: 2.5em 0 0; }

  #corp {
    width: 90%;
    margin: 0 auto; }
    #corp li {
      flex-direction: column; }
      #corp li:nth-child(n+2) {
        margin: 2.5em 0 0; }
      #corp li .left {
        width: 100%; }
        #corp li .left h3 {
          font-size: 130%; }
      #corp li .right {
        width: 100%;
        margin: 1em 0 0; }

  #bottom {
    width: 72%;
    margin: 2.5em auto;
    flex-direction: column;
    border-radius: 20px;
    padding: 2em 4%; }
    #bottom figure {
      width: 80%;
      margin: 0 auto 1em; }
    #bottom dl {
      width: 100%; }
      #bottom dl dt {
        font-size: 130%; }

  #recruit {
    width: 100%; }
    #recruit::after {
      height: 15em; }
    #recruit dl {
      margin: 2.5em auto;
      text-align: center; }
      #recruit dl dt {
        font-size: 156%; }

  #contact_form::after {
    height: 15em; }
  #contact_form dl {
    margin: 2.5em 20%; }
    #contact_form dl dt {
      font-size: 156%; }

  /*フッター*/ }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
