@charset "UTF-8";
@import url("reset.css");
@import url("m_menu.css");
@import url("base.css");
/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  position: relative;
  font-size: 115%; }

main {
  display: block;
  margin: 100px 0 0; }

a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8; }

.fade {
  /*margin-top: 10vh;*/
  opacity: 0;
  transition: opacity 1s; }

.fade.view {
  opacity: 1; }

/*ヘッダー*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1; }
  header #header_wrap {
    width: 100%;
    background-image: linear-gradient(180deg, #121b3d, #2d4e94 50%, #121b3d); }
  header #header_inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 100px; }
    header #header_inner #logo {
      width: 279px; }
    header #header_inner #menuList {
      width: calc(100% - 300px);
      font-family: 'Sawarabi Mincho', Helvetica, Arial, sans-serif; }

/*メイン*/
section {
  width: 80%;
  margin: 0 auto; }

h1 {
  width: 100%;
  margin: 1em auto 0;
  font-size: 300%;
  font-weight: bold;
  color: #2263e6;
  text-align: center; }

h2 {
  width: 100%;
  margin: 1em auto 0;
  padding: 0.4em 0.5em;
  /*文字の上下 左右の余白*/
  color: #494949;
  /*文字色*/
  background: #f4f4f4;
  /*背景色*/
  border-left: solid 5px #7db4e6;
  /*左線*/
  border-bottom: solid 3px #d7d7d7;
  /*下線*/ }

p {
  width: 90%;
  margin: 1em auto;
  text-align: center;
  font-weight: bold; }

.tyui {
  text-align: left;
  font-size: 0.7em; }

sousa {
  width: 70%;
  margin: 0 auto; }
  sousa p {
    width: 90%;
    margin: 1em auto;
    text-align: left; }

.kousei {
  width: 100%;
  margin: 1em auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .kousei ul {
    width: 45%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .kousei ul .parts {
      font-size: 0.5em;
      width: 33%;
      margin: 0 auto;
      text-align: center; }
  .kousei figure {
    width: 45%;
    margin: 1em auto 0; }

ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.list-1 {
  font-size: 0.8em;
  width: 45%;
  margin: 1em auto; }

.list-2 {
  font-size: 0.8em;
  width: 45%;
  margin: 1em auto; }

.list-3 {
  font-size: 0.8em;
  width: 23%;
  margin: 1em auto; }

.img {
  margin: 1em auto;
  width: 60%; }

.movie {
  margin: 1em auto;
  width: 80%; }

.koumoku-p {
  margin: 1em auto;
  width: 80%;
  text-align: left; }
  .koumoku-p span {
    color: #FF0004; }

/*フッター*/
footer {
  width: 100%;
  background-color: #f2f2f2;
  padding: 2.5em 0 0; }
  footer #footer_inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    footer #footer_inner dl {
      width: 50%;
      line-height: 1.5; }
      footer #footer_inner dl dt {
        font-size: 156%;
        color: #0f3675;
        font-weight: bold; }
        footer #footer_inner dl dt span {
          font-size: 60%;
          display: block; }
      footer #footer_inner dl dd {
        color: #979797; }
        footer #footer_inner dl dd ul li {
          color: #0f3675;
          font-weight: bold;
          font-size: 120%;
          background-size: 25px auto;
          background-repeat: no-repeat;
          background-position: left center;
          padding: 0 0 0 30px; }
          footer #footer_inner dl dd ul li:nth-child(1) {
            background-image: url("../img/base/tel_i.png"); }
          footer #footer_inner dl dd ul li:nth-child(2) {
            background-image: url("../img/base/fax_i.png"); }
          footer #footer_inner dl dd ul li:nth-child(3) {
            background-image: url("../img/base/mail_i.png"); }
          footer #footer_inner dl dd ul li a {
            color: #0f3675;
            text-decoration: none; }
            footer #footer_inner dl dd ul li a:hover, footer #footer_inner dl dd ul li a:active {
              color: #0f3675;
              text-decoration: underline; }
    footer #footer_inner #btns {
      width: 40%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; }
      footer #footer_inner #btns li {
        width: 48%; }
  footer address {
    width: 96%;
    padding: 0.5em 2%;
    background-color: #036eb5;
    color: #fff;
    font-style: normal;
    text-align: center; }

/*TOPへ戻るボタン設定*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 90%;
  z-index: 999;
  font-weight: bold; }
  #page-top img {
    width: 50px;
    display: block;
    margin: 0 auto 0.5em; }
  #page-top a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 100px;
    background-image: linear-gradient(180deg, #121b3d, #2d4e94 50%, #121b3d);
    border-radius: 6px;
    padding: 0.5em 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
  #page-top a:hover, #page-top a:active {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7; }

/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/
/* pc */
@media screen and (min-width: 1300px) {
  /*ヘッダー*/
  #header_inner {
    width: 80%; }

  /*メイン*/
  .sp {
    display: none; }

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

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

  /*ヘッダー*/
  /*メイン*/
  .sp {
    display: none; }

  /*フッター*/
  footer figure {
    right: 2%;
    width: 462px; } }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  .sp {
    display: none; }

  /*ヘッダー*/
  header #header_inner {
    position: static;
    top: 0;
    left: 0%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%); }
    header #header_inner #top_menu {
      height: 60px; }
      header #header_inner #top_menu #logo {
        width: 250px; }
      header #header_inner #top_menu #top_tel {
        position: absolute;
        top: 0;
        right: 0;
        width: 90px; }

  /*メイン*/
  p {
    font-size: 1em; }

  .kousei {
    width: 100%;
    margin: 1em auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .kousei ul {
      width: 90%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      .kousei ul .parts {
        font-size: 0.5em;
        width: 90%;
        margin: 0 auto;
        text-align: center; }
    .kousei figure {
      width: 90%;
      margin: 1em auto 0; }

  .list-1 {
    font-size: 0.8em;
    width: 90%;
    margin: 1em auto; }

  .list-2 {
    font-size: 0.8em;
    width: 90%;
    margin: 1em auto; }

  .list-3 {
    font-size: 0.8em;
    width: 90%;
    margin: 1em auto; }

  /*フッター*/
  footer figure {
    right: 2%;
    width: 452px; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  /*ヘッダー*/
  .pc {
    display: none; }

  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
    header #header_wrap {
      width: 100%;
      background-image: linear-gradient(180deg, #121b3d, #2d4e94 50%, #121b3d); }
    header #header_inner #logo {
      width: 200px; }
    header #header_inner #menuList {
      display: none; }

  /*メイン*/
  .kousei {
    width: 100%;
    margin: 1em auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .kousei ul {
      width: 90%;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      .kousei ul .parts {
        font-size: 0.5em;
        width: 100%;
        margin: 0 auto;
        text-align: center; }
    .kousei figure {
      width: 100%;
      margin: 1em auto 0; }

  .list-1 {
    font-size: 0.8em;
    width: 100%;
    margin: 1em auto; }

  .list-2 {
    font-size: 0.8em;
    width: 100%;
    margin: 1em auto; }

  .list-3 {
    font-size: 0.8em;
    width: 100%;
    margin: 1em auto; }

  /*フッター*/
  footer {
    padding: 1.75em 0 0; }
    footer #footer_inner {
      flex-direction: column; }
      footer #footer_inner dl {
        width: 100%; }
        footer #footer_inner dl dd {
          margin: 1em 0 0;
          color: #979797; }
          footer #footer_inner dl dd ul li {
            background-size: 20px auto;
            padding: 0 0 0 25px; }
      footer #footer_inner #btns {
        width: 80%;
        margin: 1em auto;
        justify-content: flex-start; }
        footer #footer_inner #btns li {
          width: 100%; }
    footer address {
      font-size: 90%;
      padding: 0.5em 2%;
      line-height: 1.5; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  html {
    font-size: 80%; }

  /*ヘッダー*/
  /*メイン*/
  /*フッター*/ }
