@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
footer, html.lower main .topicpath, html.lower main .con_corp_btn,
html.lower main .con_3h_btn, .con_3h_home_link {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  footer, html.lower main .topicpath, html.lower main .con_corp_btn,
  html.lower main .con_3h_btn, .con_3h_home_link {
    width: 95%;
  }
}
@media print {
  footer, html.lower main .topicpath, html.lower main .con_corp_btn,
  html.lower main .con_3h_btn, .con_3h_home_link {
    width: 95%;
  }
}
.ie8 footer, .ie8 html.lower main .topicpath, html.lower main .ie8 .topicpath, .ie8 html.lower main .con_corp_btn, html.lower main .ie8 .con_corp_btn,
.ie8 html.lower main .con_3h_btn,
html.lower main .ie8 .con_3h_btn, .ie8 .con_3h_home_link {
  width: 95%;
}
@media only screen and (max-width: 1024px) {
  footer, html.lower main .topicpath, html.lower main .con_corp_btn,
  html.lower main .con_3h_btn, .con_3h_home_link {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
  overflow-x: hidden;
}

body {
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  font-size: 131%;
}
.ie body {
  font-size: 127%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 116%;
  }
}
body a {
  color: #1a1a1a;
}
body a:link, body a:visited, body a:active {
  text-decoration: none;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  opacity: 0.8;
}
body a:focus {
  outline: none;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body,
pre,
input,
textarea,
select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

input,
select,
textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1280px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp,
.ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab,
  body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header,
footer,
main,
nav,
article,
aside,
section {
  display: block;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}
#page .box_fix_menu {
  width: 100%;
  background: #2e3036;
  padding-bottom: 50px;
  top: 0;
  right: -200%;
  position: fixed;
  overflow-y: scroll;
}
@media only screen and (min-width: 768px) {
  #page .box_fix_menu {
    display: none;
  }
}
@media print {
  #page .box_fix_menu {
    display: none;
  }
}
.ie8 #page .box_fix_menu {
  display: none;
}
#page .box_fix_menu.active {
  left: 0;
  right: auto;
  bottom: 0;
  z-index: 9999;
}
#page .box_fix_menu .wrap {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#page .box_fix_menu .wrap .close {
  position: absolute;
  top: 20px;
  right: 0;
  width: 32px;
  height: 32px;
}
#page .box_fix_menu .wrap .close span {
  width: inherit;
  height: inherit;
  position: relative;
  display: block;
}
#page .box_fix_menu .wrap .close span:before, #page .box_fix_menu .wrap .close span:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  /* style */
  background: #cacaca;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#page .box_fix_menu .wrap .close span:before {
  height: 1px;
  width: 32px;
}
#page .box_fix_menu .wrap .close span:after {
  height: 32px;
  width: 1px;
}
#page .box_fix_menu .wrap .box_logo {
  padding: 25px 0 12.5px;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 42.5px;
}
#page .box_fix_menu .wrap .box_menu {
  border-bottom: 1px solid #cacaca;
}
#page .box_fix_menu .wrap .box_menu ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#page .box_fix_menu .wrap .box_menu ul li {
  width: 100%;
  text-align: center;
  margin-bottom: 42px;
}
#page .box_fix_menu .wrap .box_menu ul li a {
  display: block;
  color: #cacaca;
}
#page .box_fix_menu .wrap .box_menu ul li a p {
  font-size: 177%;
  font-family: "Oswald", sans-serif;
}
#page .box_fix_menu .wrap .box_menu ul li a p .jp {
  display: block;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 46.6%;
}
#page .box_fix_menu .wrap .box_tel {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 27.5px;
  color: #fff;
  border-bottom: 1px solid #cacaca;
}
#page .box_fix_menu .wrap .box_tel p {
  text-align: center;
  font-size: 100%;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #page .box_fix_menu .wrap .box_tel p {
    font-size: 95%;
  }
}
@media only screen and (max-width: 767px) {
  #page .box_fix_menu .wrap .box_tel p {
    font-size: 89%;
  }
}
#page .box_fix_menu .wrap .box_tel p.telephone {
  margin-bottom: 13.5px;
  font-family: "Oswald", sans-serif;
  font-size: 189%;
}
#page .box_fix_menu .wrap .box_tel p.telephone .tel_sml {
  font-size: 50%;
}
#page .box_fix_menu .wrap .box_tel p.telephone a {
  color: #fff;
}

/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
header {
  width: 100%;
  height: 100%;
  max-height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  z-index: 9998;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header {
    max-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    max-height: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  header {
    max-height: 100px;
  }
}
@media print {
  header {
    max-height: 100px;
  }
}
.ie8 header {
  max-height: 100px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  header {
    max-height: 80px;
  }
}
@media print {
  header {
    max-height: 80px;
  }
}
.ie8 header {
  max-height: 80px;
}
header.fix {
  position: fixed;
  transition: all 0.3s ease;
}
header.fix:hover {
  background: white;
}
@media only screen and (max-width: 767px) {
  header.fix {
    top: 0;
  }
}
header .box_logo {
  width: 32%;
}
@media only screen and (min-width: 1025px) {
  header .box_logo a {
    padding-left: 20%;
  }
  header .box_logo a img {
    width: 50%;
  }
}
@media print {
  header .box_logo a {
    padding-left: 20%;
  }
  header .box_logo a img {
    width: 50%;
  }
}
.ie8 header .box_logo a {
  padding-left: 20%;
}
.ie8 header .box_logo a img {
  width: 50%;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  header .box_logo img {
    width: 60%;
  }
}
@media print {
  header .box_logo img {
    width: 60%;
  }
}
.ie8 header .box_logo img {
  width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header .box_logo {
    margin-left: 3%;
    width: 12%;
  }
  header .box_logo img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  header .box_logo {
    width: 36%;
    margin-left: 4%;
  }
  header .box_logo img {
    width: 100%;
    filter: grayscale(100%);
  }
}
header .gnav {
  width: 68%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  header .gnav {
    width: 60%;
  }
}
header .gnav ul {
  width: 91.64634%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  header .gnav ul {
    width: 87.80488%;
  }
}
@media print {
  header .gnav ul {
    width: 87.80488%;
  }
}
.ie8 header .gnav ul {
  width: 87.80488%;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  header .gnav ul {
    width: 86.58537%;
  }
}
@media print {
  header .gnav ul {
    width: 86.58537%;
  }
}
.ie8 header .gnav ul {
  width: 86.58537%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header .gnav ul {
    width: 84.14634%;
  }
}
header .gnav ul li {
  width: auto;
  display: block;
  margin: 0 1.46374%;
  text-align: center;
}
header .gnav ul li:nth-last-child(2) {
  position: relative;
}
header .gnav ul li:nth-last-child(2):before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #000;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header .gnav ul li:nth-last-child(2):before {
    left: -10px;
  }
}
@media only screen and (max-width: 767px) {
  header .gnav ul li:nth-last-child(2):before {
    left: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  header .gnav ul li:nth-last-child(2):before {
    left: -0.75em;
  }
}
@media print {
  header .gnav ul li:nth-last-child(2):before {
    left: -0.75em;
  }
}
.ie8 header .gnav ul li:nth-last-child(2):before {
  left: -0.75em;
}
header .gnav ul li a {
  display: block;
  font-size: 118%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header .gnav ul li a {
    font-size: 83%;
  }
}
@media only screen and (max-width: 767px) {
  header .gnav ul li a {
    font-size: 95%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  header .gnav ul li a {
    font-size: 100%;
  }
}
@media print {
  header .gnav ul li a {
    font-size: 100%;
  }
}
.ie8 header .gnav ul li a {
  font-size: 100%;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  header .gnav ul li a {
    font-size: 89%;
  }
}
@media print {
  header .gnav ul li a {
    font-size: 89%;
  }
}
.ie8 header .gnav ul li a {
  font-size: 89%;
}
header .gnav ul li a:after {
  content: "";
  position: absolute;
  /* style */
  height: 4px;
  width: 0;
  bottom: -6px;
  left: 50%;
  background: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
header .gnav ul li:hover {
  /* style */
}
header .gnav ul li:hover a:after {
  width: 115%;
}
header .gnav .box_btn {
  width: 8.35366%;
  max-height: 130px;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header .gnav .box_btn {
    width: 15.85366%;
  }
}
@media only screen and (max-width: 767px) {
  header .gnav .box_btn {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  header .gnav .box_btn {
    width: 12.19512%;
    max-height: 100px;
  }
}
@media print {
  header .gnav .box_btn {
    width: 12.19512%;
    max-height: 100px;
  }
}
.ie8 header .gnav .box_btn {
  width: 12.19512%;
  max-height: 100px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  header .gnav .box_btn {
    width: 13.41463%;
    max-height: 80px;
  }
}
@media print {
  header .gnav .box_btn {
    width: 13.41463%;
    max-height: 80px;
  }
}
.ie8 header .gnav .box_btn {
  width: 13.41463%;
  max-height: 80px;
}
@media only screen and (max-width: 1024px) {
  header .gnav .box_btn {
    max-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  header .gnav .box_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  header .gnav .box_btn .box_menu {
    width: 50%;
    text-align: center;
    font-size: 71%;
    padding: 0.4em 0;
  }
  header .gnav .box_btn .box_menu i {
    font-size: 160%;
  }
}
@media only screen and (max-width: 375px) {
  header .gnav .box_btn .box_menu {
    padding: 0.7em 0;
  }
}
@media only screen and (max-width: 320px) {
  header .gnav .box_btn .box_menu {
    padding: 1.1em 0;
  }
}
@media only screen and (max-width: 767px) {
  header .gnav .box_btn .box_contact {
    width: 50%;
  }
}
header .gnav .box_btn .box_contact a {
  display: block;
  text-align: center;
  padding: 1.6em 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  header .gnav .box_btn .box_contact a {
    padding: 1.9em 0;
    font-size: 89%;
  }
}
@media print {
  header .gnav .box_btn .box_contact a {
    padding: 1.9em 0;
    font-size: 89%;
  }
}
.ie8 header .gnav .box_btn .box_contact a {
  padding: 1.9em 0;
  font-size: 89%;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  header .gnav .box_btn .box_contact a {
    padding: 2.1em 0;
    font-size: 83%;
  }
}
@media print {
  header .gnav .box_btn .box_contact a {
    padding: 2.1em 0;
    font-size: 83%;
  }
}
.ie8 header .gnav .box_btn .box_contact a {
  padding: 2.1em 0;
  font-size: 83%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header .gnav .box_btn .box_contact a {
    padding: 1.4em 0;
    font-size: 83%;
  }
}
@media only screen and (max-width: 767px) {
  header .gnav .box_btn .box_contact a {
    padding: 0.7em 0;
    font-size: 59%;
  }
  header .gnav .box_btn .box_contact a i {
    font-size: 200%;
  }
}
@media only screen and (max-width: 375px) {
  header .gnav .box_btn .box_contact a {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 320px) {
  header .gnav .box_btn .box_contact a {
    padding: 1.3em 0;
  }
}

/* -----------------------------------------------------------
	main
----------------------------------------------------------- */
/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
footer {
  margin-top: 250px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    margin-top: 80px;
  }
}
footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #8f8f8f;
  top: -145px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer:before {
    top: -60px;
  }
}
@media only screen and (max-width: 767px) {
  footer:before {
    top: -40px;
  }
}
footer .wrap_detail {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 68px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer .wrap_detail {
    margin-bottom: 58px;
  }
}
@media only screen and (max-width: 767px) {
  footer .wrap_detail {
    margin-bottom: 48px;
  }
}
footer .wrap_detail .box_add {
  width: 63.04688%;
  margin: 0 1.95313%;
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  footer .wrap_detail .box_add {
    width: 47.42188%;
  }
}
@media print {
  footer .wrap_detail .box_add {
    width: 47.42188%;
  }
}
.ie8 footer .wrap_detail .box_add {
  width: 47.42188%;
}
@media only screen and (max-width: 767px) {
  footer .wrap_detail .box_add {
    width: 100%;
    margin: 0 auto 1em;
  }
}
footer .wrap_detail .box_add ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
footer .wrap_detail .box_add ul li {
  width: 45.35316%;
}
@media only screen and (min-width: 1025px) {
  footer .wrap_detail .box_add ul li:nth-child(odd) {
    width: 48.45105%;
    margin-right: 3.09789%;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1299px) {
  footer .wrap_detail .box_add ul li:nth-child(odd) {
    width: 100%;
    margin: 0 auto 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .ie8 footer .wrap_detail .box_add ul li:nth-child(odd) {
    width: 100%;
    margin: 0 auto 1em;
  }
  footer .wrap_detail .box_add ul li:nth-child(even) {
    width: 48.45105%;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1299px) {
  footer .wrap_detail .box_add ul li:nth-child(even) {
    width: 100%;
    margin: 0 auto 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .ie8 footer .wrap_detail .box_add ul li:nth-child(even) {
    width: 100%;
    margin: 0 auto 1em;
  }
}
@media print {
  footer .wrap_detail .box_add ul li:nth-child(odd) {
    width: 48.45105%;
    margin-right: 3.09789%;
  }
}
@media print {
  footer .wrap_detail .box_add ul li:nth-child(odd) {
    width: 100%;
    margin: 0 auto 1em;
  }
}
@media print {
  .ie8 footer .wrap_detail .box_add ul li:nth-child(odd) {
    width: 100%;
    margin: 0 auto 1em;
  }
  footer .wrap_detail .box_add ul li:nth-child(even) {
    width: 48.45105%;
  }
}
@media print {
  footer .wrap_detail .box_add ul li:nth-child(even) {
    width: 100%;
    margin: 0 auto 1em;
  }
}
@media print {
  .ie8 footer .wrap_detail .box_add ul li:nth-child(even) {
    width: 100%;
    margin: 0 auto 1em;
  }
}
.ie8 footer .wrap_detail .box_add ul li:nth-child(odd) {
  width: 48.45105%;
  margin-right: 3.09789%;
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .ie8 footer .wrap_detail .box_add ul li:nth-child(odd) {
    width: 100%;
    margin: 0 auto 1em;
  }
}
@media print {
  .ie8 footer .wrap_detail .box_add ul li:nth-child(odd) {
    width: 100%;
    margin: 0 auto 1em;
  }
}
.ie8 .ie8 footer .wrap_detail .box_add ul li:nth-child(odd) {
  width: 100%;
  margin: 0 auto 1em;
}
.ie8 footer .wrap_detail .box_add ul li:nth-child(even) {
  width: 48.45105%;
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  .ie8 footer .wrap_detail .box_add ul li:nth-child(even) {
    width: 100%;
    margin: 0 auto 1em;
  }
}
@media print {
  .ie8 footer .wrap_detail .box_add ul li:nth-child(even) {
    width: 100%;
    margin: 0 auto 1em;
  }
}
.ie8 .ie8 footer .wrap_detail .box_add ul li:nth-child(even) {
  width: 100%;
  margin: 0 auto 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  footer .wrap_detail .box_add ul li {
    width: 100%;
    margin: 0 auto 1em;
  }
}
@media print {
  footer .wrap_detail .box_add ul li {
    width: 100%;
    margin: 0 auto 1em;
  }
}
.ie8 footer .wrap_detail .box_add ul li {
  width: 100%;
  margin: 0 auto 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer .wrap_detail .box_add ul li {
    width: 100%;
    margin: 0 auto 1em;
  }
}
@media only screen and (max-width: 767px) {
  footer .wrap_detail .box_add ul li {
    font-feature-settings: "palt";
    font-size: 95%;
    width: 100%;
    margin: 0 auto 3.5em;
    text-align: left;
  }
}
footer .wrap_detail .box_add ul li p {
  font-size: 89%;
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer .wrap_detail .box_add ul li p {
    font-size: 95%;
  }
}
@media only screen and (max-width: 767px) {
  footer .wrap_detail .box_add ul li p {
    font-size: 89%;
  }
}
footer .wrap_detail .box_tel {
  width: 29.14062%;
  margin: 0 1.95313%;
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  footer .wrap_detail .box_tel {
    width: 44.76563%;
  }
}
@media print {
  footer .wrap_detail .box_tel {
    width: 44.76563%;
  }
}
.ie8 footer .wrap_detail .box_tel {
  width: 44.76563%;
}
@media only screen and (max-width: 767px) {
  footer .wrap_detail .box_tel {
    width: 100%;
  }
}
footer .wrap_detail .box_tel p {
  text-align: center;
  font-size: 100%;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer .wrap_detail .box_tel p {
    font-size: 95%;
  }
}
@media only screen and (max-width: 767px) {
  footer .wrap_detail .box_tel p {
    font-size: 89%;
  }
}
footer .wrap_detail .box_tel p.telephone {
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 279%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer .wrap_detail .box_tel p.telephone {
    font-size: 189%;
  }
}
@media only screen and (max-width: 767px) {
  footer .wrap_detail .box_tel p.telephone {
    font-size: 189%;
  }
}
@media only screen and (max-width: 767px) {
  footer .wrap_detail .box_tel p.telephone {
    margin-bottom: 1em;
  }
}
footer .wrap_detail .box_tel p.telephone .tel_sml {
  font-size: 50%;
}
footer .wrap_detail .btn_cv {
  margin: 0 auto;
}
footer .box_logo1 {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer .box_logo1 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  footer .box_logo1 {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  footer .box_logo1 {
    width: 35%;
    margin-right: auto;
    margin-left: auto;
  }
}
footer .box_logo1 .box_img {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer .box_logo1 .box_img {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  footer .box_logo1 .box_img {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  footer .box_logo1 .box_img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
footer .box_logo1 ul li {
  width: 10.23438%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer .box_logo1 ul li {
    width: 12%;
  }
}
@media only screen and (max-width: 767px) {
  footer .box_logo1 ul li {
    width: 70%;
  }
}
footer .box_logo1 ul li a {
  width: 100%;
  display: block;
}
footer .box_logo1 ul li img {
  width: 100%;
}
footer .box_logo .box_img {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer .box_logo .box_img {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  footer .box_logo .box_img {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  footer .box_logo .box_img {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}
footer .box_logo .sub_nav {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer .box_logo .sub_nav {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  footer .box_logo .sub_nav {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  footer .box_logo .sub_nav {
    display: none;
  }
}
footer .box_logo .sub_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .box_logo .sub_nav ul li {
  border-right: 1px solid #000;
  padding: 0 1em;
}
footer .box_logo .sub_nav ul li:last-child {
  /* style */
  border-right: none;
}
footer #copyright {
  text-align: center;
  font-size: 89%;
  font-family: "Oswald", sans-serif;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer #copyright {
    font-size: 83%;
  }
}
@media only screen and (max-width: 767px) {
  footer #copyright {
    font-size: 71%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer #copyright {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  footer #copyright {
    margin-bottom: 40px;
  }
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
html.lower main .con_main {
  position: relative;
}
html.lower main .con_main .title {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 68px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 530%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower main .con_main .title {
    bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower main .con_main .title {
    bottom: 58px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower main .con_main .title {
    font-size: 295%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower main .con_main .title {
    font-size: 295%;
  }
}
html.lower main .con_main .title .en {
  display: block;
  line-height: 1.05;
  letter-spacing: -1px;
  font-family: "Oswald", sans-serif;
}
html.lower main .con_main .title .jp {
  display: block;
  font-size: 31%;
  font-weight: normal;
}
html.lower main .topicpath {
  margin-top: 20px;
  margin-bottom: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower main .topicpath {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower main .topicpath {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower main .topicpath {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower main .topicpath {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower main .topicpath {
    font-size: 71%;
  }
}
html.lower main .topicpath ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
html.lower main .topicpath ol li {
  padding: 0 18px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower main .topicpath ol li {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower main .topicpath ol li {
    padding: 0 10px;
  }
}
html.lower main .topicpath ol li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* style */
  width: 6px;
  height: 1px;
  background: #000;
}
html.lower main .topicpath ol li:last-child:after {
  display: none;
}
html.lower main .topicpath ol li:last-child a {
  text-decoration: none;
}
html.lower main .topicpath ol li a {
  text-decoration: underline;
}
html.lower main .topicpath ol li a:hover {
  /* style */
  text-decoration: none;
}
html.lower main .con_corp_btn,
html.lower main .con_3h_btn {
  margin-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower main .con_corp_btn,
  html.lower main .con_3h_btn {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower main .con_corp_btn,
  html.lower main .con_3h_btn {
    margin-top: 2em;
  }
}
html.lower main .con_corp_btn ul,
html.lower main .con_3h_btn ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  html.lower main .con_corp_btn ul,
  html.lower main .con_3h_btn ul {
    flex-wrap: wrap;
  }
}
html.lower main .con_corp_btn ul li,
html.lower main .con_3h_btn ul li {
  padding: 0 0.5em;
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  html.lower main .con_corp_btn ul li,
  html.lower main .con_3h_btn ul li {
    width: calc(96% / 4);
  }
}
@media print {
  html.lower main .con_corp_btn ul li,
  html.lower main .con_3h_btn ul li {
    width: calc(96% / 4);
  }
}
.ie8 html.lower main .con_corp_btn ul li, .ie8
html.lower main .con_3h_btn ul li {
  width: calc(96% / 4);
}
@media all and (-ms-high-contrast: none) {
  html.lower main .con_corp_btn ul li,
  html.lower main .con_3h_btn ul li {
    width: calc(96% / 4);
  }
}
@supports (-ms-ime-align: auto) {
  html.lower main .con_corp_btn ul li,
  html.lower main .con_3h_btn ul li {
    width: calc(96% / 4);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower main .con_corp_btn ul li,
  html.lower main .con_3h_btn ul li {
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  html.lower main .con_corp_btn ul li,
  html.lower main .con_3h_btn ul li {
    margin-top: 0.5em;
  }
  html.lower main .con_corp_btn ul li:first-child,
  html.lower main .con_3h_btn ul li:first-child {
    /* style */
    margin-top: 0;
  }
}
html.lower main .con_corp_btn ul li p a .jp,
html.lower main .con_3h_btn ul li p a .jp {
  font-size: 153%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower main .con_corp_btn ul li p a .jp,
  html.lower main .con_3h_btn ul li p a .jp {
    font-size: 142%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower main .con_corp_btn ul li p a .jp,
  html.lower main .con_3h_btn ul li p a .jp {
    font-size: 130%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower main .con_corp_btn ul li p a .jp,
  html.lower main .con_3h_btn ul li p a .jp {
    font-size: 110% !important;
  }
}
html.lower main .con_corp_btn ul li p a:hover:after,
html.lower main .con_3h_btn ul li p a:hover:after {
  width: 220%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower main .con_corp_btn ul li p a:hover:after,
  html.lower main .con_3h_btn ul li p a:hover:after {
    width: 240%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower main .con_corp_btn ul li p a:hover:after,
  html.lower main .con_3h_btn ul li p a:hover:after {
    width: 160%;
  }
}
html.lower main .con_corp_btn ul li {
  width: calc(100% / 4);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower main .con_corp_btn ul li {
    width: calc(96% / 4);
  }
}
@media only screen and (max-width: 767px) {
  html.lower main .con_corp_btn ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  html.lower main .con_corp_btn ul li {
    width: calc(96% / 4);
  }
}
@media print {
  html.lower main .con_corp_btn ul li {
    width: calc(96% / 4);
  }
}
.ie8 html.lower main .con_corp_btn ul li {
  width: calc(96% / 4);
}
@media all and (-ms-high-contrast: none) {
  html.lower main .con_corp_btn ul li {
    width: calc(96% / 4);
  }
}
@supports (-ms-ime-align: auto) {
  html.lower main .con_corp_btn ul li {
    width: calc(96% / 4);
  }
}
html.lower main .con_corp_btn ul li p a .jp {
  font-size: 153%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower main .con_corp_btn ul li p a .jp {
    font-size: 142%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower main .con_corp_btn ul li p a .jp {
    font-size: 130%;
  }
}
html.lower main .con_corp_btn ul li p a:hover:after {
  width: 220%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower main .con_corp_btn ul li p a:hover:after {
    width: 240%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower main .con_corp_btn ul li p a:hover:after {
    width: 160%;
  }
}
html.lower main .con_3h_btn ul li {
  padding: 0 0.5em;
  width: calc(100% / 3);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower main .con_3h_btn ul li {
    width: calc(96% / 3);
  }
}
@media only screen and (max-width: 767px) {
  html.lower main .con_3h_btn ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  html.lower main .con_3h_btn ul li {
    width: calc(96% / 3);
  }
}
@media print {
  html.lower main .con_3h_btn ul li {
    width: calc(96% / 3);
  }
}
.ie8 html.lower main .con_3h_btn ul li {
  width: calc(96% / 3);
}
@media all and (-ms-high-contrast: none) {
  html.lower main .con_3h_btn ul li {
    width: calc(96% / 3);
  }
}
@supports (-ms-ime-align: auto) {
  html.lower main .con_3h_btn ul li {
    width: calc(96% / 3);
  }
}
@media only screen and (max-width: 767px) {
  html.lower main .con_3h_btn ul li {
    margin-top: 0.5em;
  }
  html.lower main .con_3h_btn ul li:first-child {
    /* style */
    margin-top: 0;
  }
}
html.lower main .con_3h_btn ul li p a .jp {
  font-size: 153%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower main .con_3h_btn ul li p a .jp {
    font-size: 142%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower main .con_3h_btn ul li p a .jp {
    font-size: 130%;
  }
}
html.lower main .con_3h_btn ul li p a:hover:after {
  width: 220%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower main .con_3h_btn ul li p a:hover:after {
    width: 240%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower main .con_3h_btn ul li p a:hover:after {
    width: 160%;
  }
}

/* -----------------------------------------------------------
	有料老人ホーム事業 共通コンテンツ
----------------------------------------------------------- */
.con_3h_home_link {
  margin-bottom: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_3h_home_link {
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .con_3h_home_link {
    margin-bottom: 24px;
  }
}
.con_3h_home_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .con_3h_home_link ul {
    white-space: nowrap;
  }
}
@media print {
  .con_3h_home_link ul {
    white-space: nowrap;
  }
}
.ie8 .con_3h_home_link ul {
  white-space: nowrap;
}
.con_3h_home_link ul li {
  width: auto;
  display: block;
  margin: 0 3.57143%;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_3h_home_link ul li {
    width: 100%;
    margin-bottom: 0.5em;
    background: #eee;
  }
}
.con_3h_home_link ul li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  top: -5px;
  right: -50px;
  background: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_3h_home_link ul li:after {
    height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .con_3h_home_link ul li:after {
    height: 6.4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_3h_home_link ul li:after {
    top: 0;
    right: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_3h_home_link ul li:after {
    display: none;
  }
}
.con_3h_home_link ul li:last-child:after {
  display: none;
}
.con_3h_home_link ul li a {
  display: block;
  font-size: 118%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_3h_home_link ul li a {
    font-size: 83%;
  }
}
@media only screen and (max-width: 767px) {
  .con_3h_home_link ul li a {
    font-size: 95%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .con_3h_home_link ul li a {
    font-size: 100%;
  }
}
@media print {
  .con_3h_home_link ul li a {
    font-size: 100%;
  }
}
.ie8 .con_3h_home_link ul li a {
  font-size: 100%;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .con_3h_home_link ul li a {
    font-size: 89%;
  }
}
@media print {
  .con_3h_home_link ul li a {
    font-size: 89%;
  }
}
.ie8 .con_3h_home_link ul li a {
  font-size: 89%;
}
@media only screen and (max-width: 767px) {
  .con_3h_home_link ul li a {
    padding: 5px 0;
  }
}
.con_3h_home_link ul li a:after {
  content: "";
  position: absolute;
  /* style */
  height: 4px;
  width: 0;
  bottom: -6px;
  left: 50%;
  background: #000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .con_3h_home_link ul li a:after {
    display: none;
  }
}
.con_3h_home_link ul li:hover {
  /* style */
}
.con_3h_home_link ul li:hover a:after {
  width: 115%;
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
.vanishIn {
  animation-name: vanishIn;
}

@-webkit-keyframes vanishIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    filter: blur(90px);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    filter: blur(0px);
  }
}
@keyframes vanishIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    filter: blur(90px);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    filter: blur(0px);
  }
}
.vanishOut {
  animation-name: vanishOut;
}

@-webkit-keyframes vanishOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    filter: blur(20px);
  }
}
@keyframes vanishOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    filter: blur(20px);
  }
}
.magictime {
  animation-duration: 1s;
  animation-fill-mode: both;
}
