<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ----------------------------
 モジュール
---------------------------- */
.mod {
  /* ----------------------------
  ヘッダー
  ---------------------------- */
  /* ----------------------------
  フッター
  ---------------------------- */
}

.mod-mv {
  background-color: #73c5c5;
  color: #fff;
  padding: 80px 0 30px;
}

.mod-mv_wrap {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.mod-mv_title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
}

.mod-mv_title span {
  font-size: 72px;
  font-size: 7.2rem;
  font-weight: normal;
  display: block;
  font-family: "Marcellus", serif;
}

.mod-mv_breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.mod-mv_breadcrumbs li a {
  display: inline-block;
  margin-right: 20px;
  padding-right: 25px;
  background: url(../img/arrow_rigth_white.png) no-repeat center right;
  background-size: 7px;
}

.mod-mv_breadcrumbs li:last-child a {
  background: none;
  margin-right: 0px;
  padding-right: 0px;
}

.mod-decoSquare {
  position: relative;
  display: inline-block;
  padding: 0 50px;
}

.mod-decoSquare:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 22px;
  background: url(../img/icon_title.png) no-repeat center center;
  background-size: 33px;
  margin-top: 15px;
}

.mod-decoSquare:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 22px;
  background: url(../img/icon_title.png) no-repeat center center;
  background-size: 33px;
  margin-top: 15px;
}

.mod-btn01 {
  text-align: center;
}

.mod-btn01 a {
  background-color: #f4943d;
  color: #fff;
  padding: 15px 40px;
  border-radius: 30px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  min-width: 280px;
  transition: 0.3s;
}

.mod-btn01 a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.mod-pageLink {
  padding: 60px 0;
}

.mod-pageLink_list {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mod-pageLink_list li {
  width: 48%;
  text-align: center;
}

.mod-pageLink_list li a {
  width: 100%;
  height: 100%;
  min-height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mod-pageLink_list li a dt {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}

.mod-pageLink_list li a dd {
  font-size: 14px;
  font-size: 1.4rem;
}

.mod-pageLink_list li a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.mod-pageLink_list li.-staff a {
  background: url(../img/staff_banner.jpg) no-repeat center center;
  background-size: cover;
}

.mod-pageLink_list li.-recruit a {
  background: url(../img/recruit_banner.jpg) no-repeat center center;
  background-size: cover;
}

.mod-pageLink_list li.-compay a {
  background: url(../img/company_banner.jpg) no-repeat center center;
  background-size: cover;
}

.mod-header {
  padding: 16px 0;
  background-color: #fff;
  position: fixed;
  z-index: 99999;
  width: 100%;
}

.mod-header_navSp {
  display: none;
}

.mod-header_wrap {
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mod-header_title {
  max-width: 180px;
}

.mod-header_nav {
  font-size: 14px;
  font-size: 1.4rem;
}

.mod-header_nav_btn {
  display: none;
}

.mod-header_nav_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mod-header_nav_top .-link01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mod-header_nav_top .-link01 li {
  margin-left: 40px;
}

.mod-header_nav_top .-link01 li:first-child {
  margin-left: 40px;
}

.mod-header_nav_top .-link01 li a {
  display: inline-block;
  padding-left: 25px;
  text-align: center;
  position: relative;
}

.mod-header_nav_top .-link01 li a.-company {
  background: url(../img/icon_company.png) no-repeat 3px 1px;
  background-size: 18px;
}

.mod-header_nav_top .-link01 li a.-staff {
  background: url(../img/icon_staff.png) no-repeat 6px -2px;
  background-size: 15px;
}

.mod-header_nav_top .-link01 li a.-recruit {
  background: url(../img/icon_recruit.png) no-repeat 2px 1px;
  background-size: 18px;
}

.mod-header_nav_top .-link01 li a:before,
.mod-header_nav_top .-link01 li a:after {
  border-bottom: solid 1px #666;
  bottom: -3px;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
}

.mod-header_nav_top .-link01 li a:before {
  left: 50%;
}

.mod-header_nav_top .-link01 li a:after {
  right: 50%;
}

.mod-header_nav_top .-link01 li a:hover:before,
.mod-header_nav_top .-link01 li a:hover:after {
  width: 50%;
}

.mod-header_nav_top .-link02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mod-header_nav_top .-link02 li {
  margin-left: 40px;
}

.mod-header_nav_top .-link02 li:last-child {
  margin-left: 10px;
}

.mod-header_nav_top .-link02 li a {
  display: inline-block;
  padding: 3px 0 3px 10px;
  width: 205px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mod-header_nav_top .-link02 li a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.mod-header_nav_top .-link02 li a.-contact {
  background: url(../img/icon_contact.png) no-repeat 14px center;
  background-size: 15px;
  background-color: #f4943d;
}

.mod-header_nav_top .-link02 li a.-catalog {
  background: url(../img/icon_catalog.png) no-repeat 14px center;
  background-size: 15px;
  background-color: #73c5c5;
}

.mod-header_nav_top .-tel {
  margin-left: 20px;
  margin-top: -5px;
  max-width: 160px;
  font-family: "Crimson Text", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
}

.mod-header_nav_top .-tel img {
  width: 18px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
}

.mod-header_nav_bottom {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mod-header_nav_bottom .-link01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mod-header_nav_bottom .-link01 li {
  margin: 0 20px;
}

.mod-header_nav_bottom .-link01 li:last-child {
  margin-right: 0;
}

.mod-header_nav_bottom .-link01 li a {
  position: relative;
}

.mod-header_nav_bottom .-link01 li a:before,
.mod-header_nav_bottom .-link01 li a:after {
  border-bottom: solid 1px #666;
  bottom: -3px;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
}

.mod-header_nav_bottom .-link01 li a:before {
  left: 50%;
}

.mod-header_nav_bottom .-link01 li a:after {
  right: 50%;
}

.mod-header_nav_bottom .-link01 li a:hover:before,
.mod-header_nav_bottom .-link01 li a:hover:after {
  width: 50%;
}

.mod-header_nav_bottom .-link02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* ----------------------------
 メイン
---------------------------- */
.mod-main,
.mod-breadcrumbs {
  padding-top: 100px;
}

/* ----------------------------
 フッター
---------------------------- */
.mod-footer_contact {
  padding: 60px 0;
  background: url(../img/footer_contact_bg.jpg) no-repeat center center;
  background-size: cover;
}

.mod-footer_contact_wrap {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.mod-footer_contact_txt {
  width: 330px;
}

.mod-footer_contact_title {
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
}

.mod-footer_contact_link {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mod-footer_contact_link .-btn {
  text-align: center;
}

.mod-footer_contact_link .-btn a {
  color: #fff;
  padding: 7px 30px 7px 50px;
  border-radius: 30px;
  border: 1px solid #73c5c5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  min-width: 230px;
  /*background: url(../img/icon_contact.png) no-repeat center left 20px;*/
  background: url(../img/icon_catalog.png) no-repeat center left 20px;
  background-size: 20px;
  background-color: #73c5c5;
}

.mod-footer_contact_link .-btn a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.mod-footer_contact_link .-tel {
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Crimson Text", serif;
  margin-left: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.mod-footer_banner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mod-footer_banner li {
  width: 32%;
}

.mod-footer_banner li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mod-footer_banner li a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.mod-footer_info {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-size: 1.4rem;
}

.mod-footer_info_address {
  width: 30%;
}

.mod-footer_info_link {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-footer_info_link li {
  margin-top: 5px;
  margin-left: 60px;
}

.mod-footer_info_link li:nth-child(1),
.mod-footer_info_link li:nth-child(5),
.mod-footer_info_link li:nth-child(8),
.mod-footer_info_link li:nth-child(10) {
  /* width: 180px; */
  margin-left: 0px;
}

.mod-footer_info_link li a {
  position: relative;
}

.mod-footer_info_link li a:before,
.mod-footer_info_link li a:after {
  border-bottom: solid 1px #666;
  bottom: -3px;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
}

.mod-footer_info_link li a:before {
  left: 50%;
}

.mod-footer_info_link li a:after {
  right: 50%;
}

.mod-footer_info_link li a:hover:before,
.mod-footer_info_link li a:hover:after {
  width: 50%;
}

.mod-footer_copy {
  margin-top: 60px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.mod-footer_contactBtn {
  display: none;
}

.mod-footer_toTop {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mod-footer_toTop.scrlOn {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

@media screen and (max-width: 1150px) {
  /* ----------------------------
 モジュール
---------------------------- */
  .mod {
    /* ----------------------------
  ヘッダー
  ---------------------------- */
  }
  .mod-header_nav {
    font-size: 1.3rem;
  }
  .mod-header_nav_top .-link01 li {
    margin-left: 20px;
  }
  .mod-header_nav_top .-link01 li:first-child {
    margin-left: 20px;
  }
  .mod-header_nav_top .-link02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-header_nav_top .-link02 li {
    margin-left: 20px;
  }
  .mod-header_nav_top .-link02 li:last-child {
    margin-left: 10px;
  }
  .mod-header_nav_bottom .-link01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-header_nav_bottom .-link01 li {
    margin: 0 10px;
  }
  .mod-header_nav_bottom .-link01 li:last-child {
    margin-right: 0;
  }
}

.mod-pager {
  padding: 40px 0 60px;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px auto 0 auto;
}

.wp-pagenavi span.current {
  background: #73c5c5;
  color: #fff;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 5px;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  color: #666;
  border: 1px solid #666;
}

.wp-pagenavi a:hover {
  background: #73c5c5;
  color: #fff;
}

#toc_container {
  margin: 40px auto 40px auto !important;
  min-width: 280px !important;
}

@media screen and (max-width: 999px) {
  .mod {
    /* ----------------------------
    モジュール
    ---------------------------- */
    /* ----------------------------
    ヘッダー
    ---------------------------- */
  }
  .mod-mv {
    padding: 40px 0 20px;
  }
  .mod-mv_title {
    font-size: 2rem;
  }
  .mod-mv_title span {
    margin-bottom: 10px;
    font-size: 4.2rem;
    line-height: 1.2;
  }
  .mod-mv_breadcrumbs {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mod-mv_breadcrumbs li a {
    margin-right: 10px;
    padding-right: 18px;
  }
  .mod-pageLink {
    padding: 30px 0;
  }
  .mod-pageLink_list {
    display: block;
  }
  .mod-pageLink_list li {
    width: 100%;
    margin-top: 10px;
  }
  .mod-pageLink_list li a {
    min-height: 120px;
  }
  .mod-pageLink_list li a dt {
    font-size: 2.3rem;
  }
  .mod-pageLink_list li a dd {
    font-size: 1.4rem;
  }
  .mod-header {
    padding: 0;
    z-index: 999999;
  }
  .mod-header_navSp {
    display: block;
    position: fixed;
    top: -200%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 100%;
    min-height: 100%;
    height: auto;
    z-index: 9999999;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .mod-header_navSp.-active {
    top: 0%;
  }
  .mod-header_navSp .-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
  }
  .mod-header_navSp .-top_logo {
    width: 160px;
    margin-left: 15px;
  }
  .mod-header_navSp .-top_logo img {
    vertical-align: bottom;
  }
  .mod-header_navSp .-top_close {
    margin-right: 15px;
    width: 30px;
    cursor: pointer;
  }
  .mod-header_navSp .-list {
    height: 465px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .mod-header_navSp .-list li {
    text-align: center;
  }
  .mod-header_navSp .-list li a {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #fff;
  }
  .mod-header_navSp .-list li:last-child a {
    border-bottom: 1px solid #fff;
  }
  .mod-header_wrap {
    padding: 0;
  }
  .mod-header_title {
    max-width: 180px;
    padding-left: 10px;
  }
  .mod-header_title img {
    vertical-align: bottom;
  }
  .mod-header_nav_top,
  .mod-header_nav_bottom {
    display: none;
  }
  .mod-header_nav.-contact {
    background: url(../img/icon_contact.png) no-repeat 14px center;
    background-size: 15px;
    background-color: #f4943d;
  }
  .mod-header_nav.-catalog {
    background: url(../img/icon_catalog.png) no-repeat 14px center;
    background-size: 15px;
    background-color: #73c5c5;
  }
  .mod-header_nav_btn {
    display: block;
  }
  .mod-header_nav_btn .-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mod-header_nav_btn .-btn li {
    width: 70px;
    height: 70px;
    color: #fff;
    text-align: center;
  }
  .mod-header_nav_btn .-btn li span,
  .mod-header_nav_btn .-btn li a {
    font-size: 1rem;
    text-align: center;
    padding-top: 40px;
    display: inline-block;
  }
  .mod-header_nav_btn .-btn_contact {
    background: url(../img/telicon.png) no-repeat center 20px;
    background-size: 20px;
    background-color: #f4943d;
    display: block;
  }
  .mod-header_nav_btn .-btn_catalog {
    background: url(../img/icon_catalog.png) no-repeat center 16px;
    background-size: 20px;
    background-color: #73c5c5;
  }
  .mod-header_nav_btn .-btn_menu {
    background: url(../img/icon_menu.png) no-repeat center 18px;
    background-size: 20px;
    background-color: #212121;
  }
  /* ----------------------------
   フッター
  ---------------------------- */
  .mod-footer_info_address {
    width: 30%;
  }
  .mod-footer_info_link {
    width: 65%;
  }
  .mod-footer_info_link li {
    margin-left: 20px;
  }
  /* ----------------------------
   モジュール
  ---------------------------- */
  /* ----------------------------
  メイン
  ---------------------------- */
  .mod-main,
  .mod-breadcrumbs {
    padding-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  /* ----------------------------
   モジュール
  ---------------------------- */
  .mod {
    /* ----------------------------
    ヘッダー
    ---------------------------- */
  }
  .mod-header_title {
    max-width: 140px;
  }
  .mod-footer_contact {
    padding: 80px 0;
    background: url(../img/footer_contact_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .mod-footer_contact_txt {
    max-width: 330px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .mod-footer_contact_title {
    font-size: 2.6rem;
    text-align: center;
  }
  .mod-footer_contact_link {
    margin-top: 20px;
    display: block;
  }
  .mod-footer_contact_link .-tel {
    font-size: 3.2rem;
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
  }
  .mod-footer_banner {
    display: block;
    padding: 20px 0 20px;
  }
  .mod-footer_banner li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
  .mod-footer_info {
    width: 100%;
    display: block;
  }
  .mod-footer_info_address {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
  }
  .mod-footer_info_link {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  .mod-footer_info_link li {
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .mod-footer_info_link li:nth-child(1),
  .mod-footer_info_link li:nth-child(5),
  .mod-footer_info_link li:nth-child(9) {
    width: 100%;
  }
  .mod-footer_info_link li a {
    position: static;
    display: block;
    width: 100%;
    padding: 15px 30px 15px 30px;
    border-bottom: 1px solid #000;
    background: url(../img/arrow_right_black.png) no-repeat center right 25px;
    background-size: 10px;
  }
  .mod-footer_info_link li:first-child {
    border-top: 1px solid #000;
  }
  .mod-footer_copy {
    margin-top: 0;
    font-size: 1.3rem;
    padding-top: 20px;
    padding-bottom: 65px;
  }
  .mod-footer_contactBtn {
    background-color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .mod-footer_contactBtn.scrlOn {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
  }
  .mod-footer_contactBtn li {
    width: 32%;
    margin: 10px 5px;
    text-align: center;
    border-radius: 5px;
  }
  .mod-footer_contactBtn li a {
    display: block;
    padding: 15px 5px 15px 20px;
    font-size: 1rem;
    color: #fff;
  }
  .mod-footer_contactBtn li.-contact {
    background: url(../img/icon_contact.png) no-repeat 14px center;
    background-size: 15px;
    background-color: #f4943d;
  }
  .mod-footer_contactBtn li.-catalog {
    background: url(../img/icon_catalog.png) no-repeat 14px center;
    background-size: 15px;
    background-color: #73c5c5;
  }
  .mod-footer_contactBtn li.-tel {
    background: url(../img/ico_tel.png) no-repeat 14px center;
    background-size: 15px;
    background-color: #999;
  }
  .mod-footer_toTop {
    bottom: 60px;
    right: 10px;
    width: 50px;
  }
  .mod-pager {
    padding: 30px 0 40px;
  }
}

@media screen and (max-width: 350px) {
  /* ----------------------------
   モジュール
  ---------------------------- */
  .mod {
    /* ----------------------------
    ヘッダー
    ---------------------------- */
  }
  .mod-header_title {
    max-width: 100px;
  }
  .mod-footer_contactBtn li.-contact {
    background: url(../img/icon_contact.png) no-repeat 8px center;
    background-size: 15px;
    background-color: #f4943d;
  }
  .mod-footer_contactBtn li.-catalog {
    background: url(../img/icon_catalog.png) no-repeat 8px center;
    background-size: 15px;
    background-color: #73c5c5;
  }
  .mod-footer_contactBtn li.-tel {
    background: url(../img/ico_tel.png) no-repeat 8px center;
    background-size: 15px;
    background-color: #999;
  }
}

/* ----------------------------
 アニメーション
---------------------------- */
@-webkit-keyframes mod-btn01-hover {
  0% {
    left: -101%;
  }
  50% {
  }
  100% {
    left: 0%;
  }
}
@keyframes mod-btn01-hover {
  0% {
    left: -101%;
  }
  50% {
  }
  100% {
    left: 0%;
  }
}

@-webkit-keyframes mod-btn01-hoverOut {
  0% {
    left: 0%;
  }
  50% {
  }
  100% {
    left: 101%;
  }
}

@keyframes mod-btn01-hoverOut {
  0% {
    left: 0%;
  }
  50% {
  }
  100% {
    left: 101%;
  }
}

@-webkit-keyframes mod-btn01-arrowHover {
  0% {
    left: -101%;
  }
  50% {
  }
  100% {
    left: 0%;
  }
}

@keyframes mod-btn01-arrowHover {
  0% {
    left: -101%;
  }
  50% {
  }
  100% {
    left: 0%;
  }
}

@-webkit-keyframes mod-btn01-arrowHoverOut {
  0% {
    left: 0%;
  }
  50% {
  }
  100% {
    left: 101%;
  }
}

@keyframes mod-btn01-arrowHoverOut {
  0% {
    left: 0%;
  }
  50% {
  }
  100% {
    left: 101%;
  }
}

/*
 * topMain
*/
@-webkit-keyframes topMainTitle01 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
@keyframes topMainTitle01 {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes topMainTitle02 {
  0% {
    left: -101%;
  }
  47% {
    left: 0%;
  }
  53% {
    left: 0%;
  }
  100% {
    left: 101%;
  }
}

@keyframes topMainTitle02 {
  0% {
    left: -101%;
  }
  47% {
    left: 0%;
  }
  53% {
    left: 0%;
  }
  100% {
    left: 101%;
  }
}

/*
 * headrNav
*/
@-webkit-keyframes AnimatedLinearGradient {
  0% {
    background-position: 0% 20%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 20%;
  }
}
@keyframes AnimatedLinearGradient {
  0% {
    background-position: 0% 20%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 20%;
  }
}

/*
 * menu botton
*/
@-webkit-keyframes mod-line01-active {
  0% {
    top: 20px;
  }
  40% {
    top: 32px;
  }
  60% {
    top: 32px;
  }
  100% {
    top: 32px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
  }
}
@keyframes mod-line01-active {
  0% {
    top: 20px;
  }
  40% {
    top: 32px;
  }
  60% {
    top: 32px;
  }
  100% {
    top: 32px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
  }
}

@-webkit-keyframes mod-line02-active {
  0% {
  }
  30% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  60% {
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-color: #fff;
  }
}

@keyframes mod-line02-active {
  0% {
  }
  30% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  60% {
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-color: #fff;
  }
}

@-webkit-keyframes mod-line03-active {
  0% {
    top: 44px;
  }
  40% {
    top: 32px;
  }
  60% {
    top: 32px;
  }
  100% {
    top: 32px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
  }
}

@keyframes mod-line03-active {
  0% {
    top: 44px;
  }
  40% {
    top: 32px;
  }
  60% {
    top: 32px;
  }
  100% {
    top: 32px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
  }
}

@-webkit-keyframes floatHorizontal {
  0% {
    -webkit-transform: rotate(45deg) translate3d(4px, 0, 0);
    transform: rotate(45deg) translate3d(4px, 0, 0);
  }
  50% {
    -webkit-transform: rotate(45deg) translate3d(-4px, 0, 0);
    transform: rotate(45deg) translate3d(-4px, 0, 0);
  }
  100% {
    -webkit-transform: rotate(45deg) translate3d(4px, 0, 0);
    transform: rotate(45deg) translate3d(4px, 0, 0);
  }
}

@keyframes floatHorizontal {
  0% {
    -webkit-transform: rotate(45deg) translate3d(4px, 0, 0);
    transform: rotate(45deg) translate3d(4px, 0, 0);
  }
  50% {
    -webkit-transform: rotate(45deg) translate3d(-4px, 0, 0);
    transform: rotate(45deg) translate3d(-4px, 0, 0);
  }
  100% {
    -webkit-transform: rotate(45deg) translate3d(4px, 0, 0);
    transform: rotate(45deg) translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes floatVertical {
  0% {
    margin-top: 4px;
  }
  50% {
    margin-top: -4px;
  }
  100% {
    margin-top: 4px;
  }
}

@keyframes floatVertical {
  0% {
    margin-top: 4px;
  }
  50% {
    margin-top: -4px;
  }
  100% {
    margin-top: 4px;
  }
}
</pre></body></html>