@charset "UTF-8";
@import url("base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*ヘッダー*/
header #top_title {
  background-image: url("../img/company/main_top.png"); }

/*メイン*/
#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; }

#top_text {
  width: 80%;
  margin: 5em auto 0; }

#policy {
  width: 80%;
  margin: 5em auto 0; }
  #policy li:nth-child(n+2) {
    margin: 2em 0 0; }
  #policy li dl a {
    color: #363636;
    text-decoration: none; }
    #policy li dl a:hover, #policy li dl a:active {
      color: #363636;
      text-decoration: underline; }
  #policy li dl dt {
    font-size: 130%;
    font-weight: bold;
    color: #182d7b; }
  #policy li dl dd {
    margin: 0.25em 0 0; }
    #policy li dl dd ul li {
      margin: 0 0 0 1em; }
      #policy li dl dd ul li:nth-child(n+2) {
        margin: 0.5em 0 0 1em; }
    #policy li dl dd ol li {
      margin: 0 0 0 1em;
      list-style: decimal;
      list-style-position: outside; }
      #policy li dl dd ol li:nth-child(n+2) {
        margin: 0.5em 0 0 1em; }

#contact_form {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 5em 0 0; }
  #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; }

/*フッター*/
/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  /*メイン*/
  #error {
    width: 1280px; }

  /*フッター*/ }
/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1299px) {
  /*ヘッダー*/
  /*メイン*/
  #error {
    width: 96%; }

  /*フッター*/ }
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/
/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*基本設定*/
  html {
    font-size: 16px; }

  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
/* 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%; }

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

  #top_text {
    width: 90%;
    margin: 2.55em auto 0; }

  #policy {
    width: 90%;
    margin: 2.5em auto 0; }
    #policy li:nth-child(n+2) {
      margin: 2em 0 0; }
    #policy li dl dt {
      font-size: 120%; }

  #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) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
