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

main {
  display: block; }

header a img, main a img, footer 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; }

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

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

.fade.view {
  opacity: 1; }

/*ヘッダー*/
header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0; }
  header #header_inner {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    height: 130px; }
    header #header_inner h1 {
      width: 350px; }
    header #header_inner #inner_right {
      width: calc(100% - 400px);
      margin: 2em 0 0; }

#c_banner {
  position: absolute;
  top: 0;
  right: 10%;
  width: 400px;
  z-index: 11; }
  #c_banner a {
    width: 100%;
    display: block;
    background-color: #80c2ef;
    color: #fff;
    text-align: center;
    padding: 0.5em 0 0.5em;
    font-size: 90%;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-weight: bold; }
    #c_banner a:hover, #c_banner a:active {
      text-decoration: none;
      background-color: #9ED0F2; }
    #c_banner a i {
      vertical-align: middle;
      margin: 0 5px 0 0; }

.fixed-header {
  position: fixed;
  top: -150px;
  left: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  background-color: white;
  z-index: 10; }
  .fixed-header #header_inner02 {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    height: 130px; }
    .fixed-header #header_inner02 h1 {
      width: 350px; }
    .fixed-header #header_inner02 #inner_right02 {
      width: calc(100% - 400px);
      margin: 2em 0 0; }
      .fixed-header #header_inner02 #inner_right02 #menuList02 ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        font-size: 80%; }
      .fixed-header #header_inner02 #inner_right02 #menuList02 ul li {
        padding: 0 0 0 4%;
        list-style: none; }
      .fixed-header #header_inner02 #inner_right02 #menuList02 ul li a {
        color: #363636;
        position: relative;
        display: inline-block;
        text-decoration: none; }
      .fixed-header #header_inner02 #inner_right02 #menuList02 ul li:hover > a {
        color: #80c2ef;
        text-decoration: none; }
      .fixed-header #header_inner02 #inner_right02 #menuList02 ul li a::after {
        position: absolute;
        bottom: 2px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: #80c2ef;
        opacity: 0;
        visibility: hidden;
        transition: .3s; }
      .fixed-header #header_inner02 #inner_right02 #menuList02 ul li a:hover::after {
        bottom: -4px;
        opacity: 1;
        visibility: visible; }

#c_banner02 {
  position: absolute;
  top: 0;
  right: 10%;
  width: 400px;
  z-index: 11; }
  #c_banner02 a {
    width: 100%;
    display: block;
    background-color: #80c2ef;
    color: #fff;
    text-align: center;
    padding: 0.5em 0 0.5em;
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px; }
    #c_banner02 a:hover, #c_banner02 a:active {
      text-decoration: none;
      background-color: #9ED0F2; }
    #c_banner02 a i {
      vertical-align: middle;
      margin: 0 5px 0 0; }

.fixed-header.is-show {
  top: 0;
  visibility: visible; }

/*メイン*/
#slider_position #container {
  width: 100%; }
  #slider_position #container .swiper-wrapper {
    transition-timing-function: linear; }
  #slider_position #container .swiper02 {
    overflow-x: hidden !important;
    margin: 0;
    z-index: 5; }
    #slider_position #container .swiper02 .swiper-slide {
      background: #eee;
      position: relative;
      overflow: hidden; }
      #slider_position #container .swiper02 .swiper-slide::before {
        content: "";
        padding-top: 100%;
        display: block; }
      #slider_position #container .swiper02 .swiper-slide img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover; }
#slider_position figure {
  width: 80%;
  margin: 3em auto 0; }

#m_top {
  position: relative;
  width: 80%;
  margin: 5em auto 0;
  z-index: 5; }
  #m_top #m_inner {
    width: 50%;
    margin: 0 auto 0 0;
    padding: 0 0 2em; }
    #m_top #m_inner h2 {
      font-size: 230%;
      line-height: 1.2;
      color: #232584; }
    #m_top #m_inner p {
      margin: 1em 0 0; }
  #m_top figure {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%; }

.back01 {
  width: 100%;
  margin: 2.5em 0 0;
  padding: 2.5em 0;
  background-color: #009fe6;
  background-image: radial-gradient(circle, #ffffff40 6.5px, transparent 6.5px);
  background-position: 0 0;
  background-size: 33px 33px; }

#business {
  width: 80%;
  margin: 0 auto; }
  #business h2 {
    width: 50%;
    color: #f0cd3b;
    font-size: 187%;
    margin: 0 auto 0.5em;
    text-align: center;
    border: 4px solid #f0cd3b;
    padding: 0.25em 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #f0cd3b;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4); }
  #business ul {
    width: 100%;
    margin: 2em 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #business ul li {
      width: 18%; }

#info {
  width: 100%;
  margin: 3em 0 0;
  position: relative; }
  #info .b01 {
    position: absolute;
    width: 10%;
    left: 0;
    top: 0; }
  #info .b02 {
    position: absolute;
    width: 10%;
    right: 0;
    top: 0; }
  #info h3 {
    font-size: 187%;
    color: #fff;
    text-align: center;
    width: 70%;
    margin: 0 auto 0.25em; }
  #info ul {
    width: 70%;
    margin: 0 auto;
    padding: 1em 0;
    flex-direction: column;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff; }
    #info ul li {
      width: 100%; }
      #info ul li span {
        color: #232584;
        margin: 0 1em 0 0; }
      #info ul li:nth-child(n+2) {
        margin: 0.25em 0 0; }
      #info ul li a {
        color: #000;
        text-decoration: none; }
        #info ul li a:hover, #info ul li a:active {
          color: #000;
          text-decoration: underline; }

#introduction {
  width: 80%;
  margin: 5em auto 0; }
  #introduction li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #introduction li .inner {
      width: 50%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #introduction li .inner h3 {
        width: 30%; }
      #introduction li .inner dl {
        width: 66%;
        position: relative; }
        #introduction li .inner dl dt {
          font-size: 156%;
          line-height: 1.2;
          font-weight: bold; }
        #introduction li .inner dl dd {
          width: 100%;
          margin: 1em 0 0;
          font-size: 80%; }
          #introduction li .inner dl dd a {
            display: block;
            position: absolute;
            bottom: 0; }
    #introduction li figure {
      width: 48%; }
    #introduction li:nth-child(n+2) {
      margin: 3em 0 0; }
    #introduction li:nth-child(1) .inner dl dt {
      color: #009ec7; }
    #introduction li:nth-child(2) .inner dl dt {
      color: #dd960f; }
    #introduction li:nth-child(3) .inner dl dt {
      color: #9fc238; }
    #introduction li:nth-child(4) .inner dl dt {
      color: #c51c70; }
    #introduction li:nth-child(5) .inner dl dt {
      color: #a5814c; }

#message {
  width: 100%;
  margin: 8em 0 0; }
  #message h2 {
    width: 70%;
    margin: 0 0 0 10%; }
    #message h2 img {
      width: 80%; }
  #message .m_inner {
    position: relative;
    width: 100%;
    margin: 2.5em 0 0;
    padding: 2.5em 0 4em;
    background-color: #009fe6;
    background-image: radial-gradient(circle, #ffffff40 6.5px, transparent 6.5px);
    background-position: 0 0;
    background-size: 33px 33px; }
    #message .m_inner p {
      width: calc(100% - 900px);
      color: #fff;
      margin: 0 0 0 10%; }
    #message .m_inner figure {
      position: absolute;
      bottom: 0;
      right: 10%;
      width: 700px; }

#bottom {
  width: 80%;
  margin: 5em auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "M PLUS Rounded 1c"; }
  #bottom section {
    width: 48%; }
    #bottom section h2 {
      font-size: 156%;
      background-image: url("../img/top/image03.png");
      background-repeat: no-repeat;
      background-size: 44px;
      background-position: left center;
      padding: 0 0 0 50px; }
    #bottom section table {
      margin: 1em 0 0; }
      #bottom section table tr {
        width: 100%; }
        #bottom section table tr th {
          width: 26%;
          padding: 0 2%;
          -moz-text-align-last: justify;
          text-align-last: justify;
          text-justify: inter-ideograph;
          vertical-align: top; }
        #bottom section table tr td {
          width: 66%;
          padding: 0 2%; }
    #bottom section .gmap {
      width: 100%;
      position: relative;
      padding-top: 56.25%; }
    #bottom section .gmap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/*フッター*/
footer {
  margin: 5em 0 0;
  width: 100%;
  background-image: url("../img/base/f_back.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 82%;
  color: #fff; }
  footer #footer_inner {
    width: 80%;
    margin: 0 auto 0;
    padding: 2em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer #footer_inner dl {
      width: 380px;
      padding: 0 0 0 120px;
      background-image: url("../img/base/f_logo01.png");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 120px auto; }
      footer #footer_inner dl dt {
        width: 380px;
        margin: 0 0 1em; }
      footer #footer_inner dl dd {
        line-height: 1.5; }
        footer #footer_inner dl dd img {
          display: block;
          margin: 1em 0 0; }
        footer #footer_inner dl dd a {
          color: #fff;
          text-decoration: none; }
          footer #footer_inner dl dd a:hover, footer #footer_inner dl dd a:active {
            color: #fff;
            text-decoration: underline; }
    footer #footer_inner nav {
      width: calc(100% - 600px); }
      footer #footer_inner nav #f_navi {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; }
        footer #footer_inner nav #f_navi li {
          margin: 0 0 0 5%;
          font-size: 120%; }
          footer #footer_inner nav #f_navi li a {
            color: #fff;
            text-decoration: none; }
            footer #footer_inner nav #f_navi li a:hover, footer #footer_inner nav #f_navi li a:active {
              color: #fff;
              text-decoration: underline; }
  footer address {
    width: 96%;
    text-align: center;
    font-size: 87.5%;
    font-style: normal;
    padding: 0.5em 2%; }

/*TOPへ戻るボタン設定*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 999;
  font-weight: bold;
  font-size: 70%; }
  #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-color: #1d2088;
    border-radius: 8px;
    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) {
  /*ヘッダー*/
  .other {
    display: none; }

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

  /*フッター*/ }
/* tablet1 */
@media only screen and (min-width: 1300px) and (max-width: 1500px) {
  /*基本設定*/
  /*ヘッダー*/
  /*メイン*/
  #introduction li .inner dl dt {
    font-size: 130%; }
  #introduction li .inner dl dd {
    font-size: 70%; }

  /*フッター*/ }
/* tablet2 */
@media only screen and (min-width: 1024px) and (max-width: 1299px) {
  /*基本設定*/
  html {
    font-size: 16px; }

  /*ヘッダー*/
  #c_banner {
    width: 300px; }
    #c_banner a {
      font-size: 100%; }

  .fixed-header #header_inner02 #inner_right02 #menuList02 ul {
    justify-content: space-between;
    font-size: 100%; }

  #c_banner02 {
    width: 300px;
    font-size: 120%; }

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

  #m_top #m_inner h2 {
    font-size: 180%; }

  #introduction li .inner {
    width: 60%; }
  #introduction li figure {
    width: 38%; }

  #message {
    width: 100%;
    margin: 8em 0 0; }
    #message h2 {
      width: 80%;
      margin: 0 0 0 10%; }
      #message h2 img {
        width: 80%; }
    #message .m_inner p {
      width: calc(100% - 600px); }
    #message .m_inner figure {
      width: 500px; }

  /*フッター*/
  footer {
    font-size: 80%; }
    footer #footer_inner dl {
      width: 300px;
      padding: 0 0 0 80px;
      background-image: url("../img/base/f_logo01.png");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 80px auto; }
      footer #footer_inner dl dt {
        width: 300px;
        margin: 0 0 1em; }
      footer #footer_inner dl dd {
        line-height: 1.5; }
        footer #footer_inner dl dd img {
          display: block;
          margin: 1em 0 0; }
        footer #footer_inner dl dd a {
          color: #fff;
          text-decoration: none; }
          footer #footer_inner dl dd a:hover, footer #footer_inner dl dd a:active {
            color: #fff;
            text-decoration: underline; }
    footer #footer_inner nav {
      width: calc(100% - 400px); }
      footer #footer_inner nav #f_navi {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; }
        footer #footer_inner nav #f_navi li {
          margin: 0 0 0 5%;
          font-size: 120%; }
          footer #footer_inner nav #f_navi li a {
            color: #fff;
            text-decoration: none; }
            footer #footer_inner nav #f_navi li a:hover, footer #footer_inner nav #f_navi li a:active {
              color: #fff;
              text-decoration: underline; }
    footer address {
      width: 96%;
      text-align: center;
      font-size: 87.5%;
      font-style: normal;
      padding: 0.5em 2%; } }
/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*基本設定*/
  html {
    font-size: 85%; }

  /*ヘッダー*/
  header {
    position: fixed; }
    header #header_inner {
      width: 90%;
      height: 100px; }
      header #header_inner h1 {
        width: 250px; }
      header #header_inner #inner_right {
        width: calc(100% - 300px); }

  #c_banner {
    position: fixed;
    right: 10%;
    width: 250px; }
    #c_banner a {
      font-size: 100%; }

  .fixed-header {
    display: none; }

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

  #m_top {
    width: 90%; }
    #m_top #m_inner h2 {
      font-size: 200%; }
    #m_top figure {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50%; }

  #introduction {
    width: 90%; }
    #introduction li .inner {
      width: 60%; }
      #introduction li .inner dl dd {
        font-size: 90%; }
    #introduction li figure {
      width: 38%; }

  #message h2 {
    width: 90%;
    margin: 0 0 0 5%; }
    #message h2 img {
      width: 80%; }
  #message .m_inner p {
    width: calc(100% - 400px);
    margin: 0 0 0 5%; }
  #message .m_inner figure {
    right: 5%;
    width: 400px; }

  #bottom {
    width: 90%; }
    #bottom section {
      width: 48%; }
      #bottom section table {
        margin: 1em 0 0; }
      #bottom section .gmap {
        margin: 1em 0 0; }

  footer {
    font-size: 100%; }
    footer #footer_inner {
      width: 90%; }
      footer #footer_inner dl {
        width: 200px;
        padding: 0 0 0 60px;
        background-size: 60px auto; }
        footer #footer_inner dl dt {
          width: 200px; }
      footer #footer_inner nav {
        width: calc(100% - 300px); }
        footer #footer_inner nav #f_navi li {
          font-size: 100%; } }
/* tablet3  */
@media only screen and (max-width: 767px) {
  /*基本設定*/
  html {
    font-size: 85%; }

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

  header {
    position: fixed; }
    header #header_inner {
      width: 90%;
      height: 100px; }
      header #header_inner h1 {
        width: 200px; }
      header #header_inner #inner_right {
        width: calc(100% - 200px); }

  #c_banner {
    display: none; }

  /*メイン*/
  #slider_position {
    margin: 0 0 2.5em; }
    #slider_position #container .swiper02 {
      margin: 0; }

  .fixed-header {
    display: none; }

  #m_top {
    width: 90%;
    margin: 2.5em auto 0; }
    #m_top #m_inner {
      width: 100%;
      padding: 0; }
      #m_top #m_inner h2 {
        font-size: 180%; }
      #m_top #m_inner p {
        margin: 1em 0 0; }
    #m_top figure {
      position: static;
      width: 90%;
      margin: 0 auto; }

  .back01 {
    margin: 1.5em 0 0;
    padding: 1.5em 0; }

  #business {
    width: 90%; }
    #business h2 {
      width: 80%;
      font-size: 156%; }
    #business ul {
      margin: 1em 0 0; }
      #business ul li {
        width: 48%; }
        #business ul li:nth-child(n+3) {
          margin: 1em 0 0; }

  #info {
    margin: 1.5em 0 0;
    position: relative; }
    #info .b01 {
      display: none; }
    #info .b02 {
      display: none; }
    #info h3 {
      font-size: 156%;
      color: #fff;
      text-align: center;
      width: 90%;
      margin: 0 auto 0.25em; }
    #info ul {
      width: 100%;
      margin: 0; }
      #info ul li {
        width: 100%; }
        #info ul li:nth-child(n+2) {
          margin: 1em 0 0; }

  #introduction {
    width: 90%;
    margin: 2.5em auto 0; }
    #introduction li {
      flex-direction: column; }
      #introduction li .inner {
        width: 100%;
        flex-direction: column; }
        #introduction li .inner h3 {
          width: 30%;
          margin: 0 auto 1em; }
        #introduction li .inner dl {
          width: 100%;
          position: relative; }
          #introduction li .inner dl dt {
            font-size: 156%;
            line-height: 1.2;
            font-weight: bold; }
          #introduction li .inner dl dd {
            width: 100%;
            margin: 1em 0 0;
            font-size: 100%; }
            #introduction li .inner dl dd a {
              width: 80%;
              margin: 1em auto 0;
              display: block;
              position: static;
              bottom: 0; }
      #introduction li figure {
        width: 100%;
        margin: 1em 0 0; }

  #message {
    margin: 4em 0 0; }
    #message h2 {
      width: 90%;
      margin: 0 0 0 5%; }
      #message h2 img {
        width: 100%; }
    #message .m_inner {
      position: relative;
      width: 100%;
      margin: 2.5em 0 0;
      padding: 2.5em 0 4em;
      background-color: #009fe6;
      background-image: radial-gradient(circle, #ffffff40 6.5px, transparent 6.5px);
      background-position: 0 0;
      background-size: 33px 33px; }
      #message .m_inner p {
        width: 90%;
        color: #fff;
        margin: 0 0 0 5%; }
      #message .m_inner figure {
        position: static;
        bottom: 0;
        right: 0;
        width: 80%;
        margin: 0 auto; }

  #bottom {
    width: 90%;
    margin: 2.5em auto 0;
    flex-direction: column; }
    #bottom section {
      width: 100%; }
      #bottom section h2 {
        font-size: 156%;
        background-size: 35px;
        padding: 0 0 0 40px; }
      #bottom section table {
        margin: 1em 0; }
        #bottom section table tr {
          width: 100%; }
      #bottom section .gmap {
        margin: 1em 0 0; }

  /*フッター*/
  footer {
    margin: 2.5em 0 0;
    width: 100%;
    background-image: url("../img/base/f_back.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 100%;
    color: #fff; }
    footer #footer_inner {
      width: 90%;
      margin: 0 auto;
      padding: 2em 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      footer #footer_inner dl {
        width: 100%;
        padding: 0;
        background-image: none;
        background-size: 0 auto; }
        footer #footer_inner dl dt {
          width: 80%;
          margin: 0 auto 1em; }
        footer #footer_inner dl dd {
          line-height: 1.5;
          text-align: center; }
          footer #footer_inner dl dd img {
            display: block;
            width: 80%;
            margin: 1em auto 0; }
          footer #footer_inner dl dd a {
            color: #fff;
            text-decoration: none; }
            footer #footer_inner dl dd a:hover, footer #footer_inner dl dd a:active {
              color: #fff;
              text-decoration: underline; }
      footer #footer_inner nav {
        display: none; }
    footer address {
      width: 96%;
      text-align: center;
      font-size: 87.5%;
      font-style: normal;
      padding: 0.5em 2%; } }
/* smartPhone1 */
@media only screen and (max-width: 499px) {
  /*基本設定*/
  html {
    font-size: 80%; }

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