@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.9/css/all.css);

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2") format("woff2"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff") format("woff"), url("//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf") format("opentype");
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, 'Noto Sans JP', "メイリオ", Meiryo, sans-serif;
  /* IEだけに適応 */
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  line-height: 1.6;
  word-break: break-all;
  margin: 0;
  padding: 0;
}

body _:lang(x)::-ms-backdrop,
body .selector {
  font-family: "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

.fixed {
  position: fixed;
  width: 100%;
}

h3 {
  margin-bottom: 10px;
}

h4 {
  margin-bottom: 5px;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 1.5em;
}

dt,
dd {
  font-size: 14px;
  font-size: 1.4rem;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

/* ===============================================
  #ヘッダー
  =============================================== */
header {
  width: 100vw;
  position: fixed;
  z-index: 110;
  top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  /* display: block; */
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid;
  border-bottom-color: #DF541A;
  /* cmyk(0,80,95,0) */
}

.header_inner {
  width: 50%;
}

header .logo {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin: 0;
  padding: 0 0 0 1.33%;
  line-height: 1.2;
}

header .logo a {
  width: 100%;
  display: block;
  /* padding-left: 50px; */
  /* background: url(../img/logo.png) left center no-repeat; */
  /* background-size: 40px; */
}

@media screen and (min-width: 768px) {
  header .logo a {
    width: 100%;
    padding-left: 70px;
    /* background: url(../img/logo.png) left center no-repeat; */
    /* background-size: 60px; */
  }
}

header .logo span {
  display: block;
  font-size: 10px;
}

header .logo img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}

header .header_info.pc {
  display: none;
}

#nav {
  width: 100%;
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 100;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.open #nav {
  width: 100%;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.3);
}

.menu-main ul {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 1px solid #DF541A;
  border-left: 1px solid #DF541A;
}

.menu-main ul li {
  width: 75%;
  font-size: 15px;
  font-size: 1.5rem;
  /* display: block; */
  /* display: table-cell; */
  text-align: left;
  margin-bottom: 0;
  margin-right: 0;
  background-color: #f2ceb3;
  /* background-color: rgba(255, 255, 255, 0.9); */
  letter-spacing: 0.1em;
  border-bottom: 1px solid;
  border-bottom-color: #DF541A;
}

.menu-main ul li a {
  color: #DF541A;
  position: relative;
  display: block;
  padding: 13px;
  text-decoration: none;
}

.menu-main ul li:hover {
  background-color: #DF541A;
  color: rgba(255, 255, 255, 0.9);
}

/* .menu-main ul li a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 5px;
  height: 5px;
  margin: -4px 0 0 0;
  border-top: solid 1px;
  border-top-color: #DF541A;
  border-right: solid 1px;
  border-right-color: #DF541A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
} */

.menu-main ul .header_tel {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}

.menu-main ul .header_tel span {
  font-size: 12px;
}

.menu-main ul .header_tel img {
  width: 64%;
  vertical-align: top;
}

.menu-main ul .header_tel a::after {
  display: none;
}

.menu-main ul .sp.header_tel a {
  padding: 0;
}

.menu-main ul .header_inq {
  padding-top: 12px;
  padding-bottom: 12px;
}

.menu-main ul .header_inq a {
  width: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: -0.02em;
  text-align: center;
}

.menu-main ul .header_inq a::after {
  display: none;
}

.menu-main ul .header_inq .btn {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-main ul .header_inq .btn span {
  background: url(../img/ico_mail_white.png) left center no-repeat;
  padding-left: 25px;
  background-size: 18px auto;
}

.menu-main ul .header_inq .btn:hover {
  color: #DF541A;
}

.menu-main ul .header_inq .btn:hover span {
  background: url(../img/ico_mail_orange.png) left center no-repeat;
  background-size: 18px auto;
}

.menu-main .parent {
  cursor: pointer;
}

.menu-main .dropdown ul {
  width: 100%;
  display: none;
  padding: 0;
  border: 1px solid #eee;
}

.menu-main .dropdown ul li {
  font-size: 15px;
  font-size: 1.5rem;
}

.menu-main .dropdown ul li a {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 10px 5px;
}

.menu-main .dropdown ul li a::after {
  display: none !important;
  content: none;
}

.menu-main .dropdown ul li a:hover {
  background-color: #DF541A;
  color: #fff;
}

.menu-main .dropdown ul li:last-child a {
  border-bottom: none;
}

.menu-main .dropdown:hover ul {
  display: block;
  -webkit-animation-name: drop;
  animation-name: drop;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes drop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes drop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.fixed .menu-main ul {
  height: 100vw;
}

/* Toggle Button */
#nav-toggle {
  display: block;
  /* position: absolute;
  right: 0;
  top: 0; */
  width: 52px;
  height: 52px;
  cursor: pointer;
  z-index: 201;
  padding: 0;
}

#nav-toggle div {
  position: relative;
  width: 20px;
  margin: auto;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #DF541A;
  left: 0;
}

#nav-toggle span:nth-child(1) {
  top: 17px;
}

#nav-toggle span:nth-child(2) {
  top: 25px;
}

#nav-toggle span:nth-child(3) {
  top: 33px;
}

.open #nav-toggle {
  background-color: #DF541A;
}

.open #nav-toggle div {
  width: 100%;
}

.open #nav-toggle span {
  background-color: #fff;
}

.open #nav-toggle span:nth-child(1) {
  top: 25px;
  left: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 13px;
}

.open #nav-toggle span:nth-child(2) {
  top: 25px;
  left: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 13px;
}

.open #nav-toggle span:nth-child(3) {
  display: none;
}

/* ===============================================
  #フッター
  =============================================== */
footer {
  color: #fff;
  width: 100%;
  font-size: 10px;
  font-size: 1.0rem;
  background-color: #DF541A;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer .footer_nav {
  padding-top: 10px;
  padding-bottom: 10px;
}

footer .footer_nav ul {
  width: 92%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footer_nav ul li {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  list-style: none;
}

footer .footer_nav ul li a {
  color: #fff;
}

footer .copy_wrap {
  text-align: center;
  color: #fff;
}

footer .copy_wrap p,
footer .copy_wrap small {
  font-size: 10px;
  font-size: 1.0rem;
}

footer .inner {
  position: relative;
}

footer .page_top {
  position: absolute;
  right: 0;
  top: -50px;
  display: inline-block;
}

footer .page_top a {
  display: block;
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid;
  border-color: #f5f5f5;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

footer .page_top a:hover {
  background-color: #DF541A;
  color: #fff;
}

.footer_info_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 640px;
  margin: auto auto 40px;
}

.footer_info_box_wrap .btn {
  color: #DF541A;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer_info_box_wrap .btn span {
  background: url(../img/ico_mail_orange.png) left center no-repeat;
  padding-left: 25px;
  background-size: 18px auto;
}

.footer_info_box_wrap .btn:hover {
  color: #fff;
}

.footer_info_box_wrap .btn:hover span {
  background: url(../img/ico_mail_white.png) left center no-repeat;
  background-size: 18px auto;
}

.footer_info_tel {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.footer_info_tel p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.4;
}

.footer_info_tel p i {
  margin-right: 5px;
}

.footer_info_tel p span {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.footer_info_tel a {
  color: #fff;
}

.footer_info_mail {
  width: 100%;
  text-align: center;
}

.footer_info_mail p {
  margin-bottom: 5px;
}

.footer_info_mail .footer_info_mail_caution {
  font-size: 12px;
  font-size: 1.2rem;
}

.footer_info_title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/* ===============================================
  #ページトップ
  =============================================== */
.ptop {
  display: block;
  position: absolute;
  top: -25px;
  right: 5%;
  width: 50px;
  height: 50px;
  background-color: #fff;
  padding: 15px;
}

.ptop i {
  color: #6f6f6f;
  font-size: 20px;
  font-size: 2.0rem;
}

.sec_footer .ptop {
  background-color: #DF541A;
}

.sec_footer .ptop i {
  color: #fff;
}

/* ===============================================
  #ページ共通
  =============================================== */
/* .contents_wrap {
  padding-top: 50px;
} */

/* .contents_wrap.second {
  padding-top: 80px;
} */

.section_pt {
  padding-top: 44px;
}

.section_pt_s {
  padding-top: 24px;
}

.section_pb {
  padding-bottom: 44px;
}

.section_pb_s {
  padding-bottom: 24px;
}

.inner_pad_tb {
  padding-top: 50px;
  padding-bottom: 50px;
}

.inner_pad_t {
  padding-top: 50px;
}

.inner_pad_b {
  padding-bottom: 50px;
}

.top_facility.inner_pad_b {
  padding-bottom: 0;
}

.inner_pad_t_l {
  padding-top: 50px;
}

.inner_pad_b_l {
  padding-bottom: 50px;
}

.main_contents_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

.main_contents_wrap .main_contents {
  width: 100%;
  margin-bottom: 40px;
}

.main_contents_wrap aside {
  width: 100%;
}

.gmap_wrap {
  width: 100%;
  padding-bottom: 60px;
}

.inner {
  max-width: 100%;
  width: 93%;
  margin: auto;
}

.block {
  margin-bottom: 55px;
}

.inner.inner_block {
  margin-bottom: 25px;
}

.inner.inner_block p,
.inner.inner_block dl,
.inner.inner_block th,
.inner.inner_block td {
  font-size: 15px;
  font-size: 1.5rem;
}

.inner.inner_block a {
  text-decoration: underline;
}

section p:last-child {
  margin-bottom: 0;
}

/* ===============================================
#トップ
=============================================== */
/* #メインビジュアル
----------------------- */
/* .mv {
  width: 100%;
  min-height: inherit;
} */

.copy_txt {
  width: 45%;
  position: absolute;
  bottom: 5%;
  right: 5%;
}

.slide {
  z-index: -99;
}

.mv02 {
  display: none;
}

.mv_main img {
  width: 100%;
  height: unset;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top left;
}

.mv_inner {
  max-width: 100%;
  margin: auto;
  position: relative;
}

.title_mv {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.15em;
}

.title_mv span {
  font-size: 24px;
  font-size: 2.4rem;
}

.title_mv_second {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.15em;
}

.three_point_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.three_point_box .three_point {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border: 4px solid;
  border-color: #DF541A;
  border-radius: 50%;
  overflow: hidden;
  background: url(../img/top/three_point01.png) center center no-repeat;
  background-size: cover;
}

.three_point_box .three_point:nth-child(2) {
  background: url(../img/top/three_point02.png) center center no-repeat;
}

.three_point_box .three_point:nth-child(3) {
  background: url(../img/top/three_point03.png) center center no-repeat;
}

.three_point_box .three_point_inner {
  position: relative;
  padding-top: 100%;
  height: 0;
}

.three_point_box .three_point_inner p {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #DF541A;
  position: absolute;
  top: calc((100% - 2em)/2);
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}

.top_point_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.top_point_wrap .point {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}

.top_point_wrap .point:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .top_point_wrap .point {
    width: 30%;
    margin-bottom: 0;
  }
}

.top_point_wrap .point_img {
  margin-bottom: 5px;
}

.top_point_wrap h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #DF541A;
  text-align: center;
}

.top_point_wrap .point_txt {
  font-size: 14px;
  font-size: 1.4rem;
}

.top_point_wrap .point_txt span {
  font-size: 12px;
  font-size: 1.2rem;
}

.service_wrap .btn_wrap {
  width: 100%;
  margin: auto auto -80px;
}

.service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.service_list li {
  width: 90%;
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 35px;
}

.service_list li:nth-child(3) {
  margin-right: auto;
}

.service_list li:last-child {
  margin-right: auto;
}

.service_list li:hover {
  opacity: 0.8;
}

.service_list .fig_img {
  -webkit-box-shadow: 10px 10px 0px 0 #DF541A;
  box-shadow: 10px 10px 0px 0 #DF541A;
  margin-bottom: 20px;
}

.service_list .fig_img img {
  width: 100%;
  vertical-align: top;
}

.service_list .circle_arw {
  position: relative;
  position: relative;
  display: inline-block;
  padding: 0 16px 0 0;
  color: #000;
  vertical-align: middle;
}

.service_list .circle_arw::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #DF541A;
}

.service_list .circle_arw::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}

.facility_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}

.facility_img {
  width: 100%;
  margin-bottom: 20px;
}

.facility_img p {
  -webkit-box-shadow: 10px 10px 0px 0 #DF541A;
  box-shadow: 10px 10px 0px 0 #DF541A;
}

.facility_img img {
  width: 100%;
  vertical-align: top;
}

.facility_txt {
  width: 100%;
  position: relative;
}

.facility_txt .btn_wrap {
  width: 100%;
}

/* #お知らせ
----------------------- */
.title_news {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Segoe UI", Verdana, "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  background: url(../img/top/bg_news.png) top left no-repeat;
  background-size: 73px auto;
  padding-top: 10px;
}

.news_wrap {
  margin-top: 10px;
  position: relative;
}

.news_wrap .btn_more_wrap {
  display: block;
  text-align: right;
  position: inherit;
}

.news_box {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}

.news_box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.news_box dt {
  font-size: 11px;
  font-size: 1.1rem;
  width: 100%;
  margin-bottom: 5px;
  color: #DF541A;
}

.news_box dt .ico_news {
  display: inline-block;
  color: #3e3424;
  background-color: #eee;
  min-width: 33px;
  text-align: center;
  margin-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 1;
}

.news_box dd {
  width: 100%;
}

.line_btm_dashed_blk {
  border-bottom: 1px dashed #565656;
}

.line_btm_solid_gray {
  border-bottom: 1px solid #e5e5e5;
}

/* ===============================================
#下層ページ
=============================================== */
.side_wrap {
  border-top: 4px solid;
  border-top-color: #DF541A;
}

.side_info {
  background-color: #f5f5f5;
  margin-bottom: 40px;
  padding: 8px;
}

.side_info h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  line-height: 1;
}

.side_info p {
  font-size: 12px;
  font-size: 1.2rem;
}

.side_info .txt_tel a,
.flow .txt_tel a {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
}

.side_info .txt_tel a i,
.flow .txt_tel a i {
  color: #DF541A;
  margin-right: 5px;
}

.side_info .btn {
  font-size: 14px;
  font-size: 1.4rem;
}

.side_nav {
  list-style: none;
  border-top: 4px solid;
  border-top-color: #DF541A;
}

.side_nav li {
  margin-bottom: 1px;
}

.side_nav li:first-child {
  margin-top: 1px;
}

.side_nav a {
  display: block;
  padding: 8px 5px;
  position: relative;
  background-color: #f5f5f5;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.side_nav a::after {
  color: #DF541A;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.side_nav a:hover {
  color: #fff;
  background-color: #DF541A;
}

.side_nav a:hover::after {
  color: #fff;
}

/* #選ばられる理由
----------------------- */
.ico_num {
  color: #DF541A;
  background-color: #f5f5f5;
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #DF541A;
}

/* #会社概要
----------------------- */
.page_btm_info {
  border: 4px solid;
  border-color: #f5f5f5;
  padding: 15px 20px;
}

.page_btm_info h3 {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1;
  background-color: #f5f5f5;
}

.page_btm_info .txt_tel a {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}

.page_btm_info .txt_tel a i {
  color: #DF541A;
  margin-right: 5px;
}

.page_btm_info_inner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page_btm_info_inner_wrap .txt {
  width: 100%;
  margin-bottom: 20;
  margin-right: 0;
}

.page_btm_info_inner_wrap .img_box {
  width: 100%;
}

.page_btm_info_inner_wrap .btn_wrap {
  text-align: center;
  margin-bottom: 5px;
}

.page_btm_info_inner_wrap .works_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.page_btm_info_inner_wrap .works_detail figure {
  width: 285px;
  margin-right: 30px;
  margin-bottom: 0;
}

.page_btm_info_inner_wrap .works_detail .works_txt {
  width: 500px;
  padding-bottom: 2em;
}

.page_btm_info_inner_wrap .works_detail .btn_more_wrap {
  position: absolute;
  top: inherit;
  bottom: 4px;
  padding-top: 1em;
}

.works_wrap .news .works_detail .works_txt {
  width: 100%;
}


/* #トレーニング内容
----------------------- */
.arrow_box {
  display: inline-block;
  position: relative;
  background: #ffffff;
  border: 4px solid #d84f8e;
  padding: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.arrow_box .comment {
  margin-bottom: 0;
}

.arrow_box:after,
.arrow_box:before {
  top: 100%;
  left: 15%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}

.arrow_box:before {
  border-color: rgba(255, 163, 17, 0);
  border-top-color: #d84f8e;
  border-width: 15px;
  margin-left: -15px;
}

.sc_icon {
  margin-top: 15px;
  margin-bottom: 0;
}

.fig_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fig_img_wrap .fig {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .fig_img_wrap .fig {
    width: 65%;
  }
}

.fig_img_wrap .fig_img {
  width: 100%;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .fig_img_wrap .fig_img {
    width: 30%;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .fig_img_wrap_reverse .fig {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (min-width: 768px) {
  .fig_img_wrap_reverse .fig_img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.fig_line {
  padding: 5px;
}

.fig_line img {
  vertical-align: top;
  width: 100%;
  outline: 1px solid #fff;
  outline-offset: -3px;
}

.rotate_right img {
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}

.rotate_left img {
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.rest_time {
  text-align: center;
  background-color: #f5f5f5;
}

.fig_img_box {
  margin-bottom: 20px;
  position: relative;
}

.fig_img_comment {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  top: -10px;
  left: 10px;
  background-color: #d84f8e;
  padding: 3px 5px;
  border-radius: 5px;
}

.fig_img_comment span {
  font-size: 12px;
  font-size: 1.2rem;
  font-size: normal;
}

.fig_img_comment.bottom_right {
  top: inherit;
  left: inherit;
  bottom: 10px;
  right: 10px;
}

/* #お問い合わせ電話
----------------------- */
.btm_info {
  text-align: center;
}

.btm_info h2 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}

.info_tel {
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #DF541A;
}

.info_tel .tel {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 0;
}

.info_tel .tel span {
  background: url(../img/ico_tel.png) left center no-repeat;
  background-size: 21px auto;
  padding-left: 25px;
}

.info_tel .tel a {
  color: #fff !important;
}

.info_tel p:last-child {
  font-size: 10px;
  font-size: 1.0rem;
}

.info_web {
  padding-top: 16px;
  padding-bottom: 16px;
}

.info_web h2 {
  margin-bottom: 8px;
}

.info_web .btn_wrap {
  width: 55%;
  margin: auto;
}

.info_web span {
  background: url(../img/ico_pc.png) left center no-repeat;
  background-size: 23px auto;
  padding-left: 26px;
}

/* #アクセスマップ
----------------------- */
.access_map h2 {
  width: 95%;
}

.access_map address,
.access_map p {
  font-size: 11px;
  font-size: 1.1rem;
  font-style: normal;
}

.access_map p {
  margin-bottom: 10px;
}

.access_map p:last-child {
  margin-bottom: 0;
}

.gmap {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 68.57%;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* #詳細
----------------------- */
.info_detail .date {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}

.info_detail .info_txt {
  border-bottom: 1px solid;
  border-color: #e5e5e5;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.info_detail figure {
  margin-bottom: 20px;
}

.info_detail img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* ===============================================
#モーダル
=============================================== */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.45);
  overflow: hidden;
  overflow-y: auto;
  /* scrollにはしないことでスクロールの必要がないときはスクロールバーを表示させない */
  -webkit-overflow-scrolling: touch;
  z-index: 200;
}

.overlay .container {
  display: table;
  width: 100%;
  height: 100%;
}

.overlay .inner {
  display: table-cell;
  padding: 2.7em 0;
  /* モーダル外側の余白 */
  vertical-align: middle;
}

.overlay .modal {
  margin: 0 auto;
  padding: 0 0 0;
  /* モーダル内側の余白 */
  max-width: 550px;
  background-color: #fff;
}

.overlay .modal .modal_title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background-color: #6f6f6f;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}

.overlay .modal .modal_title .button {
  font-size: 28px;
  font-size: 2.8rem;
  position: absolute;
  top: 1.5rem;
  left: 1rem;
}

/* ===============================================
#下層ページ
=============================================== */
.mv_second {
  width: 100%;
  background-size: cover;
  height: 160px;
}

/* #セミナー・相談事例
----------------------- */
.works .mv_second {
  background: url(../img/works/mv.jpg) top center no-repeat;
  background-size: cover;
}

.mv_dot {
  width: 100%;
  height: 100%;
  padding-top: 58px;
  background: url(../img/title_logo.png), url(../img/mv_dot.png);
  background-repeat: no-repeat, repeat;
  background-position: center center, center center;
}

.second_inner {
  width: 93%;
  margin: -21px auto 43px;
  background-color: white;
  padding: 20px 2.85% 30px;
}

/* ===============================================
#お問合せ
=============================================== */
.contact_form .table_basic {
  width: 100%;
  margin: auto auto 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.contact_form .table_basic th {
  width: 100%;
  display: block;
  /* vertical-align: middle; */
}

.contact_form .table_basic td {
  width: 100%;
  display: block;
}

.contact_form .table_basic input[type="text"],
.contact_form .table_basic input[type="textarea"] {
  width: 100%;
  border-radius: 5px;
}

.contact_form .table_basic input[type="radio"] {
  margin-right: 5px;
}

.contact_form .table_basic .form_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contact_form .table_basic .form_list .mwform-radio-field {
  margin-right: 20px;
  margin-bottom: 0;
}

.contact_form .table_basic .hope_time .mwform-radio-field {
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}

.contact_form textarea,
.contact_form input {
  width: 100%;
}

.contact_form .must {
  display: block;
  width: 3em;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 3px;
  margin-bottom: 3px;
  padding: 2px 4px;
  background-color: #DF541A;
}

.form_btn_wrap {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form_btn_wrap p:empty {
  display: none;
}

.mw_wp_form_input .confirm_txt {
  display: none;
}

.mw_wp_form_input .form_thanks {
  display: none;
}

.mw_wp_form_confirm .form_input_txt {
  display: none;
}

.mw_wp_form_confirm .form_thanks {
  display: none;
}

.mw_wp_form_complete .form_input_txt {
  display: none;
}

.mw_wp_form_complete .confirm_txt {
  display: none;
}

.mw_wp_form_confirm .form_btn_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mw_wp_form_confirm .btn_gray {
  padding-left: inherit;
  text-align: center;
}

.thanks_msg {
  width: 100%;
  margin: auto;
}

.thanks_msg p {
  font-size: 14px;
  font-size: 1.4rem;
}

.thanks_msg .title_thanks {
  font-weight: bold;
  font-size: 20px;
  font-size: 2.0rem;
}

[type="radio"] {
  border: 1px solid;
  border-color: #b4b3b3;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

[type="radio"]:checked {
  background-color: #DF541A;
}

[type="text"],
[type="email"],
[type="tel"] {
  border: 1px solid;
  border-color: #b4b3b3;
  min-height: 40px;
  padding: 5px;
}

textarea {
  border: 1px solid #b4b3b3;
  padding: 5px;
}

#mfp_element_12,
#mfp_element_15,
#mfp_element_16,
#mfp_element_17,
#mfp_element_18 {
  border: 1px solid;
  border-color: #b4b3b3;
  margin-bottom: 5px;
}

.input_m {
  width: 100%;
}

.inq_caution {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 40px;
}

.inq_caution li {
  margin-bottom: 5px;
}

.inq_caution li:last-child {
  margin-bottom: 0;
}

input[required],
textarea[required],
select[required] {
  background: rgba(234, 117, 28, 0.15);
}

.confirm .inq_form dl dt {
  padding: 20px 0 0;
}

.confirm .inq_form dl dd {
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
}

/* ===============================================
#プライバシーポリシー
=============================================== */
.policy ol {
  margin-left: 2em;
  font-size: 12px;
  font-size: 1.2rem;
}

.policy li {
  margin-bottom: 10px;
}

.policy li ol {
  list-style: none;
  margin-left: 0;
  margin-top: 10px;
}

.policy li ol li {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.policy .policy_info {
  width: 93.33%;
  background-color: #f2eae5;
  margin: auto auto 20px;
  padding: 15px;
  border-radius: 8px;
}

.policy .policy_info ul {
  list-style: none;
}

.policy .policy_info li {
  font-size: 12px;
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 8px;
}

.policy .policy_info li::before {
  content: "■";
}

/* ===============================================
#faq
=============================================== */


.faq_wrap {

  counter-reset: count;
}

.faq_wrap div {
  border: 1px solid #DF541A;
  border-radius: 10px;
  margin-bottom: 10px;
  line-height: 2;
  counter-increment: count;
}

.faq_wrap dt {
  font-weight: bold;
  position: relative;
  min-height: 3.5em;
  color: #f5f5f5;
  background-color: #DF541A;
  border-radius: 10px 10px 0 0;

  padding: 3em;
}

.faq_wrap dt::before {
  /* position: absolute;
  top: 0;
  left: 0; */
  display: inline-block;
  content: "Q" counter(count);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #DF541A;
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 10px 10px 0 10px;
  -webkit-border-radius: 10px 10px 0 10px;
  -moz-border-radius: 10px 10px 0 10px;
  line-height: 1;
  margin-right: 15px;
}

.faq_wrap dd {
  margin-bottom: 40px;
  /* padding-left: 3em; */
  padding: 1.5em 3em;
  position: relative;
}

.faq_wrap dd::before {
  /* position: absolute;
  top: 0;
  left: 0; */
  display: inline-block;
  content: "A" counter(count);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #f5f5f5;
  padding: 10px;
  background-color: #DF541A;
  border-radius: 10px 10px 0 10px;
  -webkit-border-radius: 10px 10px 0 10px;
  -moz-border-radius: 10px 10px 0 10px;
  line-height: 1;
  margin: 0 15px 15px 0;
}


/* ===============================================
#管理者のご挨拶
=============================================== */

.greeting {
  padding: 10%;
  background-color: #f2ceb3;
}

.greeting_ttl {
  width: 50%;
  margin-left: 55%;
  position: relative;
}

.greeting_ttl img:first-child {
  width: 100%;
  z-index: -999;
}

.greeting_ttl img:last-child {
  width: 70%;
  position: absolute;
  top: -50px;
  left: -90px;
}

.greeting_txt {
  overflow: hidden;
  z-index: 999;
}





/* ===============================================
#お問い合わせ
=============================================== */
.soudan_list {
  margin-left: 2em;
  margin-bottom: 20px;
}

.soudan_list li {
  margin-bottom: 10px;
}

/* ===============================================
#404
=============================================== */
.notfound .second_inner {
  margin-top: 80px;
}

/* ===============================================
#ご利用者の声
=============================================== */
.voice_box {
  border: 1px solid #e5e5e5;
  margin-bottom: 50px;
  padding: 15px 20px;
  position: relative;
  border-radius: 0 0 10px 0;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
}

.voice_box::after {
  font-size: 50px;
  content: "\f4ad";
  color: #DF541A;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: -1em;
  right: 0;
}

.voice_box .voice_name {
  text-align: right;
  display: block;
}

.title_voice {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  background-color: rgba(164, 0, 0, 0.1);
}

.title_voice::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border: 15px solid transparent;
  border-top: 15px solid rgba(164, 0, 0, 0.1);
  width: 0;
  height: 0;
}

/* ===============================================
#ご利用までの流れ
=============================================== */
.flow_box {
  position: relative;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.flow_box::after {
  display: block;
  font-size: 60px;
  font-family: "FontAwesome";
  content: "\f078";
  color: #ccc;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.flow_box:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.flow_box:last-child::after {
  display: none;
}

/* #ページトップ
----------------------- */
#ptop {
  position: fixed;
  bottom: 90px;
  right: 15px;
  background-color: #DF541A;
  padding: 8px;
}

.fa-chevron-up {
  font-size: 18px;
}

#ptop a {
  color: #fff;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

br.sp {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1.5em;
  }

  dt,
  dd {
    font-size: 16px;
    font-size: 1.6rem;
  }

  address {
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
  }

  /* ===============================================
  #ヘッダー
  =============================================== */
  header {
    display: block;
    padding-top: 50px;
    padding-bottom: 0;
    border-bottom: none;
  }

  header .logo {
    font-size: 30px;
    font-size: 3.0rem;
    width: 515px;
    padding-left: 0;
  }

  header .logo img {
    width: 50%;
  }

  header .logo span {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }

  header .header_info.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  header .header_info {
    width: 490px;
  }

  header .header_info ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header .btn_wrap {
    width: 220px;
    text-align: center;
    margin-left: 10px;
  }

  header .btn_wrap .btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header .btn_wrap .btn span {
    background: url(../img/ico_mail_white.png) left center no-repeat;
    padding-left: 25px;
    background-size: 18px auto;
  }

  header .btn_wrap .btn:hover span {
    background: url(../img/ico_mail_orange.png) left center no-repeat;
    background-size: 18px auto;
  }

  header .info_tel__pc {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.4;
  }

  header .info_tel__pc i {
    color: #DF541A;
    margin-right: 5px;
  }

  header .info_tel__pc span {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
  }

  .header_inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
  }

  /* #メニュー関連
  ----------------------- */
  #nav {
    width: 100%;
    display: block;
    background-color: #fff;
    position: inherit;
    top: inherit;
    left: inherit;
    border-top: 1px solid #DF541A;
    border-bottom: 1px solid #DF541A;
  }

  .open #nav {
    background-color: #fff;
  }

  .menu-main ul {
    flex-direction: row;
  }

  .menu-main ul li {
    font-size: 16px;
    font-size: 1.6rem;
    width: inherit;
    display: block;
    text-align: center;
    margin-bottom: 0;
    margin-right: 0;
    background-color: #fff;
    letter-spacing: 0.1em;
    width: 14.285%;
    border-right: 1px solid #DF541A;
    border-bottom: none;
  }

  .menu-main ul li:nth-last-child(3) {
    border-right: none;
  }

  .menu-main ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 13px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .menu-main ul li a:hover {
    color: #fff;
    background-color: #DF541A;
    text-decoration: none;
  }

  .menu-main ul li a::after {
    content: none;
  }

  .menu-main .sp.header_inq,
  .menu-main .sp.header_tel {
    display: none;
  }

  .menu-main .dropdown {
    position: relative;
  }

  .menu-main .dropdown ul {
    width: 100%;
    display: none;
    position: absolute;
    padding: 0;
    border: 1px solid #eee;
    top: 50px;
  }

  .menu-main .dropdown ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .menu-main .dropdown ul li a {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px 5px;
  }

  .menu-main .dropdown ul li a::after {
    display: none !important;
    content: none;
  }

  .menu-main .dropdown ul li a:hover {
    background-color: #DF541A;
    color: #fff;
  }

  .menu-main .dropdown ul li:last-child a {
    border-bottom: none;
  }

  .menu-main .dropdown:hover ul {
    display: block;
    position: absolute;
    -webkit-animation-name: drop;
    animation-name: drop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }

  @-webkit-keyframes drop {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

  @keyframes drop {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }

  /* } */

  @media screen and (min-width: 767px) {

    /* Toggle Button */
    #nav-toggle {
      display: none;
    }
  }

  /* ===============================================
	  #フッター
	  =============================================== */
  footer {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }

  footer .footer_nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  footer .footer_nav ul {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .footer_nav ul li {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    list-style: none;
    position: relative;
  }

  footer .footer_nav ul li::after {
    display: inline-block;
    content: "│";
    position: absolute;
    right: -0.2em;
  }

  footer .footer_nav ul li:last-child::after {
    content: none;
  }

  .footer_info_box_wrap {
    max-width: 640px;
    margin: auto;
  }

  .footer_info_box_wrap .btn {
    color: #DF541A;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer_info_box_wrap .btn span {
    background: url(../img/ico_mail_orange.png) left center no-repeat;
    padding-left: 25px;
    background-size: 18px auto;
  }

  .footer_info_box_wrap .btn:hover {
    color: #fff;
  }

  .footer_info_box_wrap .btn:hover span {
    background: url(../img/ico_mail_white.png) left center no-repeat;
    background-size: 18px auto;
  }

  .footer_info_tel {
    width: 48%;
  }

  .footer_info_tel p {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.4;
  }

  .footer_info_tel p i {
    margin-right: 5px;
  }

  .footer_info_tel p span {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
  }

  .footer_info_tel a {
    color: #fff;
  }

  .footer_info_mail {
    width: 48%;
  }

  .footer_info_mail p {
    margin-bottom: 5px;
  }

  .footer_info_mail .footer_info_mail_caution {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .footer_info_title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  /* ===============================================
	  #ページ共通
	  =============================================== */
  /* .contents_wrap {
    padding-top: 184px;
  } */

  /* .contents_wrap.second {
  padding-top: 166px;
} */

  .section_wrap {
    width: 100%;
  }

  .inner {
    max-width: 1200px;
    width: 100%;
    margin: auto;
  }

  .section_pt {
    padding-top: 90px;
  }

  .section_pb {
    padding-bottom: 90px;
  }

  .section_pt_s {
    padding-top: 45px;
  }

  .section_pb_s {
    padding-bottom: 45px;
  }

  .inner_pad_t_l {
    padding-top: 100px;
  }

  .inner_pad_b_l {
    padding-bottom: 100px;
  }

  .top_facility.inner_pad_b {
    padding-bottom: 50px;
  }

  .main_contents_wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main_contents_wrap .main_contents {
    max-width: 950px;
    width: 79.16%;
    margin-bottom: 0;
  }

  .main_contents_wrap aside {
    max-width: 220px;
    width: 18.33%;
  }

  /* ===============================================
    #ページトップ
    =============================================== */
  .ptop {
    display: block;
    position: absolute;
    top: -25px;
    right: 20px;
  }

  /* ===============================================
	#トップ
	=============================================== */
  /* #メインビジュアル
	----------------------- */


  .copy_txt {
    width: 30%;
    bottom: 10%;
    right: 10%;
  }


  .mv02 {
    display: none;
  }

  /* .mv {
    width: 100%;
    height: calc(100vh - 150px);
    background-size: cover;
    background-attachment: fixed;
    min-height: 540px;
  } */

  /* .menu-main {
    height: calc(100vh - 170px);
  } */

  .mv_main img {
    width: 100%;
    height: calc(100vh - 180px);
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top left;
  }


  .title_mv {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    letter-spacing: 0.15em;
  }

  .title_mv span {
    font-size: 40px;
    font-size: 4.0rem;
  }

  .title_mv_second {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: normal;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    letter-spacing: 0.15em;
  }

  .three_point_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
  }

  .three_point_box .three_point {
    width: 30%;
    border: 4px solid;
    margin-bottom: 0;
    border-color: #DF541A;
    border-radius: 50%;
    overflow: hidden;
    background: url(../img/top/three_point01.png) center center no-repeat;
    background-size: cover;
  }

  .three_point_box .three_point:nth-child(2) {
    background: url(../img/top/three_point02.png) center center no-repeat;
  }

  .three_point_box .three_point:nth-child(3) {
    background: url(../img/top/three_point03.png) center center no-repeat;
  }

  .three_point_box .three_point_inner {
    position: relative;
    padding-top: 100%;
    height: 0;
  }

  .three_point_box .three_point_inner p {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 500;
    color: #DF541A;
    position: absolute;
    top: calc((100% - 2em)/2);
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
  }

  .service_wrap .btn_wrap {
    width: 27%;
    margin: auto auto -80px;
  }

  .service_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
  }

  .service_list li {
    width: 30%;
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 48px;
    margin-bottom: 35px;
    margin-left: inherit;
  }

  .service_list li:nth-child(3) {
    margin-right: 0;
  }

  .service_list li:last-child {
    margin-right: 0;
  }

  .service_list li:hover {
    opacity: 0.8;
  }

  .service_list .fig_img {
    -webkit-box-shadow: 15px 15px 0px 0 #DF541A;
    box-shadow: 15px 15px 0px 0 #DF541A;
    margin-bottom: 20px;
  }

  .service_list .fig_img img {
    vertical-align: top;
  }

  .service_list .circle_arw {
    position: relative;
    position: relative;
    display: inline-block;
    padding: 0 16px 0 0;
    color: #000;
    vertical-align: middle;
  }

  .service_list .circle_arw::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #DF541A;
  }

  .service_list .circle_arw::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
  }

  .facility_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .facility_img {
    width: 55%;
    margin-bottom: 0;
  }

  .facility_img p {
    -webkit-box-shadow: 15px 15px 0px 0 #DF541A;
    box-shadow: 15px 15px 0px 0 #DF541A;
  }

  .facility_img img {
    width: 100%;
    vertical-align: top;
  }

  .facility_txt {
    width: 40%;
    position: relative;
  }

  .facility_txt .btn_wrap {
    position: absolute;
    width: 50%;
    bottom: 15px;
    right: 0;
  }

  /* #3ステップ
	----------------------- */
  .three_step_mv {
    margin-bottom: 90px;
  }

  .three_step_mv img {
    width: 100%;
  }

  .three_step_wrap {
    background: url(../img/top/bg_3step.png) top center no-repeat;
    background-size: 1190px auto;
    margin-top: -40px;
    padding-top: 40px;
  }

  .three_step_wrap .btn_wrap {
    width: 200px;
    margin: auto;
  }

  .three_step_wrap .btn_wrap .btn {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .three_step_wrap .title_l {
    margin-bottom: 40px;
  }

  .three_step_img {
    text-align: center;
    background: none;
    margin-bottom: 50px;
  }

  .three_step_img img {
    width: 810px;
    margin: auto;
  }

  .three_step_txt {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 1em;
  }

  /* #お問い合わせ電話
	----------------------- */
  .info_tel {
    width: 600px;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #DF541A;
  }

  .info_tel .tel {
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: normal;
    margin-bottom: 0;
  }

  .info_tel .tel span {
    background: url(../img/ico_tel.png) left 14px no-repeat;
    background-size: 30px auto;
    padding-left: 40px;
  }

  .info_tel p:last-child {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .info_web {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .info_web h2 {
    margin-bottom: 8px;
  }

  .info_web .btn_wrap {
    width: 55%;
    margin: auto;
  }

  .info_web .btn_wrap .btn {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .info_web span {
    display: inline-block;
    background: url(../img/ico_pc.png) left center no-repeat;
    background-size: 35px auto;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /* #アクセスマップ
	----------------------- */
  .gmap {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
  }

  .gmap iframe,
  .gmap object,
  .gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* ===============================================
	#下層ページ
	=============================================== */
  .side_nav {
    list-style: none;
    border-top: 4px solid;
    border-top-color: #DF541A;
  }

  .side_nav li {
    margin-bottom: 1px;
  }

  .side_nav li:first-child {
    margin-top: 1px;
  }

  .side_nav a {
    display: block;
    padding: 8px 5px;
    position: relative;
    background-color: #f5f5f5;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .side_nav a::after {
    color: #DF541A;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
  }

  .side_nav a:hover {
    color: #fff;
    background-color: #DF541A;
  }

  .side_nav a:hover::after {
    color: #fff;
  }

  /* #選ばられる理由
	----------------------- */
  .ico_num {
    color: #DF541A;
    background-color: #f5f5f5;
    line-height: 1;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #DF541A;
  }

  /* #会社概要
	----------------------- */
  .page_btm_info_inner_wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .page_btm_info_inner_wrap .txt {
    width: 430px;
    margin-bottom: 0;
  }

  .page_btm_info_inner_wrap .img_box {
    width: 430px;
  }

  .page_btm_info_inner_wrap .works_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
  }

  .page_btm_info_inner_wrap .works_detail figure {
    width: 285px;
    margin-right: 30px;
    margin-bottom: 0;
  }

  .page_btm_info_inner_wrap .works_detail .works_txt {
    width: 500px;
    padding-bottom: 2em;
  }

  .page_btm_info_inner_wrap .works_detail .btn_more_wrap {
    position: absolute;
    top: inherit;
    bottom: 4px;
    padding-top: 1em;
  }

  .works_wrap .news .works_detail .works_txt {
    width: 100%;
  }


  /* ===============================================
	#管理者のご挨拶
	=============================================== */





  /* ===============================================
	#プライバシーポリシー
	=============================================== */
  .policy ol {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .policy li {
    margin-bottom: 10px;
  }

  .policy li ol {
    list-style: none;
    margin-left: 0;
    margin-top: 18px;
  }

  .policy li ol li {
    margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -1em;
  }

  .policy .policy_info {
    width: 93.33%;
    margin: auto auto 40px;
    padding: 30px;
    border-radius: 8px;
  }

  .policy .policy_info ul {
    list-style: none;
  }

  .policy .policy_info li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }

  .policy p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* ===============================================
	#お問合せ
	=============================================== */
  .contact_form .title_sub_inq {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .contact_form .step_fig {
    padding-top: 40px;
    background: url(../img/inq/step_fig.png) top center no-repeat;
    background-size: 100% auto;
    min-height: 330px;
  }

  .contact_form .inq_txt_orange {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 45px;
    margin-bottom: 24px;
  }

  .contact_form .inq_form {
    margin-top: 40px;
  }

  .contact_form .table_basic {
    width: 66.66%;
    width: 830px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px;
  }

  .contact_form .table_basic th {
    width: 220px;
    display: table-cell;
  }

  .contact_form .table_basic td {
    width: inherit;
    display: table-cell;
  }

  .contact_form .table_basic .form_list .mwform-radio-field {
    margin-right: 35px;
    margin-bottom: 20px;
  }

  .contact_form .table_basic .form_list .horizontal-item {
    margin-bottom: 0;
  }

  .form_btn_wrap {
    max-width: 60%;
    margin: auto;
  }

  .form_btn_wrap p {
    margin-bottom: 0;
  }

  .inq_tel_box {
    width: 66.96%;
    width: 750px;
    text-align: center;
    border: 1px solid;
    border-color: #DF541A;
    margin: auto;
    padding: 30px 20px 30px;
  }

  .inq_tel_box .title_inq_tel {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 0;
  }

  .inq_tel_box p {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
  }

  .inq_tel_box .tel_num {
    font-size: 45px;
    font-size: 4.5rem;
    font-family: "Helvetica Neue", HelveticaNeue, sans-serif;
    font-weight: normal;
    color: #DF541A;
  }

  .inq_tel_box .tel_num span {
    background: url(../img/ico_tel_orange_l.png) left 12px no-repeat;
    padding-left: 50px;
  }

  .thanks_msg {
    width: 830px;
    margin: auto;
    text-align: center;
  }

  .thanks_msg p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .thanks_msg .title_thanks {
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
  }

  .mw_wp_form_confirm .form_btn_wrap {
    width: 420px;
    margin: auto;
  }

  /* ===============================================
	#404
	=============================================== */
  .notfound .second_inner {
    margin-top: 110px;
  }

  .pc {
    display: block;
  }

  br.pc {
    display: inline-block;
  }

  .sp {
    display: none;
  }


  /* ===============================================
	WordPress
	=============================================== */

  .keycolor {
    color: #DF541A;
  }

  /* コンタクトフォーム */

  form>p:last-of-type {
    max-width: 60%;
    margin: 0 auto;
  }

  table.inquiry {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }

  tbody {
    border-top: 1px solid #e3d2bc;
    border-bottom: 1px solid #e3d2bc;
  }

  tr {
    border-bottom: 1px solid #e3d2bc;
  }

  th {
    text-align: left;
    background-color: #f2eae5;
    padding: 5px;
  }

  th p {
    margin: auto 0;
  }

  td p {
    margin: auto 0;
    vertical-align: middle;
    margin: 10px;
  }

  input.wpcf7-text,
  textarea.wpcf7-textarea {
    width: 100%;
  }

  .haveto {
    font-size: 0.8em;
    padding: 3px;
    background: #DF541A;
    color: #ffffff;
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 2px;
    display: inline-block;
  }

  input#formbtn {
    min-width: 200px;
    background: #DF541A;
    color: #ffffff;
    padding: 15px;
    margin: 25px auto;
    display: block;
    transition: 0.5s;
  }

  input#formbtn:hover {
    opacity: 0.5;
  }
}