@charset "UTF-8";
/*■01.RESET HTML*/
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  max-width: 100%; }

a {
  color: #000;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

html {
  overflow-y: auto; }

#wrapper {
  min-width: 1100px;
  box-sizing: border-box;
  overflow: hidden; }

body {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  line-height: 1.5;
  font-size: 14px; }

/*■02.CLEAR FLOAT*/
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

.hidden {
  display: none; }

/*■03.USE MEDIA*/
.pull-left {
  float: left; }

.pull-right {
  float: right; }

.media,
.media-body {
  overflow: hidden; }

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden; }

/*■04.LAYOUT*/
.container {
  width: 1100px;
  margin: 0 auto;
  position: relative; }

/*■05.FLEX*/
.dis_flex {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */ }

/*justify-content*/
.flex_jus_start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start; }

.flex_jus_end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end; }

.flex_jus_center {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center; }

.flex_jus_between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between; }

.flex_jus_around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around; }

.flex_jus_ini {
  justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial; }

/*align-items*/
.flex_align_item_start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start; }

.flex_align_item_end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end; }

.flex_align_item_stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch; }

.flex_align_item_baseline {
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline; }

.flex_align_item_center {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center; }

.flex_align_item_ini {
  align-items: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial; }

.flex-container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_bg {
  width: 100%;
  margin-right: -100%; }

.flex_content {
  width: 100%;
  position: relative; }

.dis_pc {
  display: block; }

.dis_sp {
  display: none; }

.cm_h2 {
  margin-bottom: 43px; }
  .cm_h2 span {
    display: block;
    margin-top: 17px;
    color: #00a0e9;
    font-weight: normal; }

.btn_readmore {
  text-align: center; }
  .btn_readmore a {
    color: #00a0e9;
    width: 260px;
    display: block;
    padding: 15px 5px;
    text-align: center;
    border: 1px solid #00a0e9;
    text-decoration: none;
    position: relative;
    font-weight: bold; }
    .btn_readmore a:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: -20px;
      margin: auto;
      background: #00a0e9;
      height: 1px;
      width: 40px; }
    .btn_readmore a:hover {
      background: #00a0e9;
      color: #fff;
      transition: all 0.5s; }

#s_header {
  margin: auto;
  padding: 20px 0 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto; }
  #s_header .t_header .nav_pc{
        margin-top: 30px;
  }
  #s_header .t_header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #s_header .t_header .logo_header {
      width: 200px; }
  #s_header nav.nav_sp {
    display: none; }
  #s_header nav ul {
    display: flex;
    align-items: center; }
    #s_header nav ul li {
      text-align: center; }
      #s_header nav ul li.nav_contact_entry a {
        background: #00a0e9;
        font-weight: bold;
        padding: 14px 16.5px;
        margin-left: 15px; }
        #s_header nav ul li.nav_contact_entry a:hover {
          background: #fff;
          color: #00a0e9;
          transition: all 0.5s; }
        #s_header nav ul li.nav_contact_entry a:before {
          content: none; }
      #s_header nav ul li a {
        text-decoration: none;
        padding: 14px 8px;
        display: block;
        color: #fff;
        font-size: 16px;
        font-weight: 200;
        line-height: 1.4;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        overflow: hidden; }
        #s_header nav ul li a:before {
          content: "";
          position: absolute;
          z-index: -1;
          left: 0;
          right: 100%;
          bottom: 0;
          background: #00a0e9;
          height: 3px;
          -webkit-transition-property: right;
          transition-property: right;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        #s_header nav ul li a:hover:before, #s_header nav ul li a:focus:before, #s_header nav ul li a:active:before {
          right: 0; }

#s_footer .inner_contact {
  background: url(../images/bg04.jpg) top center no-repeat;
  padding: 90px 0; }
  #s_footer .inner_contact a {
    display: block;
    color: #fff;
    text-decoration: none;
    border: 3px solid #fff;
    text-align: center;
    padding: 32px 20px;
    font-size: 24px;
    font-weight: bold; }
    #s_footer .inner_contact a:hover {
      background: #fff;
      color: #00a0e9;
      transition: all 0.5s; }
#s_footer .nav_footer {
  padding: 55px 0 85px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  #s_footer .nav_footer .logo_address {
    width: 225px; }
    #s_footer .nav_footer .logo_address .logo {
      margin-bottom: 23px; }
    #s_footer .nav_footer .logo_address .address {
      color: #000000; }
    #s_footer .nav_footer .logo_address .tel {
      color: #000000; }
      #s_footer .nav_footer .logo_address .tel a {
        color: #000000;
        text-decoration: none; }
  #s_footer .nav_footer nav {
    width: 58%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #s_footer .nav_footer nav li {
      margin-bottom: 8px;
      line-height: 1.8; }
    #s_footer .nav_footer nav a {
      color: #737373;
      text-decoration: none; }
      #s_footer .nav_footer nav a:hover {
        color: #019adf;
        transition: all 0.5s;
        text-decoration: underline; }
    #s_footer .nav_footer nav p {
      width: 10%; }
      #s_footer .nav_footer nav p a {
        font-weight: bold; }
    #s_footer .nav_footer nav ul {
      width: 24%; }
      #s_footer .nav_footer nav ul li {
        font-weight: bold; }
        #s_footer .nav_footer nav ul li ul {
          width: 100%;
          margin-top: 5px; }
          #s_footer .nav_footer nav ul li ul li {
            font-weight: normal; }
            #s_footer .nav_footer nav ul li ul li a {
              background: url(../common_img/line2.jpg) top 10px left no-repeat;
              padding-left: 15px; }

#page_up {
  display: none;
  position: fixed;
  z-index: 20;
  right: 5%;
  bottom: 3%; }

@media print, screen and (max-width: 767px) {
  .dis_pc {
    display: none; }

  .dis_sp {
    display: block; }

  #wrapper, .container, #s_header {
    width: 100% !important;
    min-width: inherit !important; }

  .container {
    box-sizing: border-box;
    padding: 0 2%; }

  .cm_text {
    display: none; }

  .cm_h2 {
    margin-bottom: 20px !important; }

  #s_header {
    z-index: 99999;
    height: 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0; }
    #s_header .t_header {
      margin-bottom: 0;
      width: 100%; }
      #s_header .t_header .logo_header {
        }
      #s_header .t_header .numberphone {
        display: none; }
      #s_header .t_header .cm_button {
        display: none; }
      #s_header .t_header .box_nav_sp {
        margin-left: 10px; }
        #s_header .t_header .box_nav_sp ul {
          display: flex; }
          #s_header .t_header .box_nav_sp ul li {
            width: 60px;
            text-align: center;
            margin: 0 8px; }
            #s_header .t_header .box_nav_sp ul li:nth-child(2) {
              margin-right: 0; }
    #s_header .navTrigger {
      cursor: pointer; }
      #s_header .navTrigger.active {
        background: url(../common_img/icon_on.jpg) center center no-repeat;
        background-size: 100%; }
        #s_header .navTrigger.active img {
          opacity: 0;
          transition: all 0.5s; }
    #s_header nav {
      position: absolute;
      top: 77px;
      left: 0;
      width: 100%;
      z-index: 9999; }
      #s_header nav.nav_pc {
        display: none; }
      #s_header nav .nav_menu {
        display: block;
        background: none;
        height: calc(100vh - 95px);
        overflow-y: auto;
        border-top: 3px solid #00a0e9;
        margin: 0 10px; }
        #s_header nav .nav_menu > li {
          text-align: left; }
          #s_header nav .nav_menu > li.anc_nav a {
            background: url(../common_img/up.png) top 15px right 22px no-repeat #fff;
            background-size: 25px; }
          #s_header nav .nav_menu > li.anc_nav.active a {
            background: url(../common_img/down.png) top 15px right 22px no-repeat #fff;
            background-size: 25px; }
          #s_header nav .nav_menu > li.anc_nav.active ul li a {
            background: url(../common_img/arr.png) top 20px right 30px no-repeat #fff;
            background-size: 8px; }
          #s_header nav .nav_menu > li.anc_nav ul {
            display: none; }
            #s_header nav .nav_menu > li.anc_nav ul li a {
              background: url(../common_img/arr.png) top 20px right 30px no-repeat #fff;
              background-size: 8px; }
          #s_header nav .nav_menu > li ul {
            display: block; }
            #s_header nav .nav_menu > li ul li {
              text-align: left; }
              #s_header nav .nav_menu > li ul li a {
                padding-left: 45px;
                font-weight: normal; }
          #s_header nav .nav_menu > li:last-child {
            border-bottom: 3px solid #00a0e9; }
            #s_header nav .nav_menu > li:last-child ul li a {
              border: none; }
          #s_header nav .nav_menu > li a {
            border-bottom: 1px solid #00a0e9;
            padding: 15px 30px;
            color: #4c4c4c;
            font-size: 17px;
            background: url(../common_img/arr.png) top 20px right 30px no-repeat #fff;
            background-size: 8px;
            width: 100%;
            display: block;
            font-weight: bold; }
            #s_header nav .nav_menu > li a:before {
              content: none; }

  #s_footer .inner_contact {
    padding: 50px 0;
    background-size: cover; }
    #s_footer .inner_contact a {
      padding: 20px; }
  #s_footer .nav_footer {
    padding: 40px 4%;
    display: block; }
    #s_footer .nav_footer .logo_address {
      text-align: center;
      margin: 0 auto 30px; }
      #s_footer .nav_footer .logo_address .tel a {
        background: url(../common_img/icon_tel.png) center left no-repeat;
        background-size: 20px;
        padding: 10px 10px 10px 30px;
        font-size: 20px;
        text-decoration: none;
        font-weight: bold; }
    #s_footer .nav_footer nav {
      display: block;
      width: 100%; }
      #s_footer .nav_footer nav ul {
        width: 50%;
        float: left; }
        #s_footer .nav_footer nav ul:nth-child(3) {
          margin-top: 33px; }
        #s_footer .nav_footer nav ul li > ul {
          margin-top: 8px; } }
@media print, screen and (max-width: 480px) {
  .cm_titleh2 {
    font-size: 40px;
    margin-bottom: 20px; }
    .cm_titleh2 span {
      font-size: 15px; }

  #s_footer .f_footer .numberphone .time {
    font-size: 12px; }

  #page_up {
    width: 50px;
    bottom: 10%; } }
@media print, screen and (max-width: 414px) {
  .cm_btn a {
    background: url(../common_img/arrow.png) right 10px center no-repeat #8dc031;
    background-size: 6px;
    width: 80%;
    margin: auto; }

  #s_header .t_header .logo_header {
    width: 180px; }

  #s_footer .inner_contact {
    padding: 30px 0; }
    #s_footer .inner_contact a {
      font-size: 20px; }
  #s_footer .logo_address .address {
    font-size: 13px;
    letter-spacing: 1px; } }
@media print, screen and (max-width: 375px) {
  #s_footer .inner_contact a {
    font-size: 16px; } }
@media print, screen and (max-width: 320px) {
  body {
    width: 320px; } }
