@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300&display=swap");
body {
  min-width: 0;
  margin: 0;
  font-family: "Noto Sans SC";
}

/* レイアウト */

#global_menu_wrap {
  height: auto;
  min-width: 0;
  width: 100%;
  background: none;
  border-bottom: none;
}

#header {
  height: 55px;
  width: 100%;
  background: #fff;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 100;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  margin: 0;
}

.mobile .mobile_header_fix #header {
  position: fixed;
}

.mobile .mobile_header_fix #main_contents {
  margin-top: 56px;
}

.mobile .home.mobile_header_fix #main_contents {
  margin-top: 0px;
}

.mobile .mobile_header_fix #header_slider {
  margin-top: 56px;
}

#main_contents {
  width: auto;
  margin: 0 auto;
  padding: 0;
}

#main_col {
  width: auto !important;
  margin: 0 !important;
  padding: 30px 20px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#left_col {
  width: auto;
  float: none;
}

#side_col {
  width: auto;
  float: none;
  margin-top: 40px;
  display: none;
}

.page-template-page-noside #main_col,
.error404 #main_col {
  width: auto;
  float: none;
  margin: 0 auto;
}

.page #main_col {
  margin-top: 15px;
  padding-top: 15px;
}

/* ----------------------------------------------------------------------
 固定ページテンプレート
---------------------------------------------------------------------- */

.page_content_headline {
  margin: 0 0 25px;
  text-align: center;
}

.page_content_headline h3 {
  font-size: 24px;
  margin: 0;
  line-height: 1.5;
}

.page_content_headline .post_content {
  margin: 15px 0 0 0;
  text-align: left;
}

.page_content_headline_menu h3 {
  font-size: 24px;
  margin: 20px 0;
  text-align: center;
}

.page_content_image_menu {
  width: 100%;
  height: auto;
  margin: 25px 0 0;
}

.page_content_image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 25px;
}

.page_content2 {
  margin: 0 0 20px 0;
}

.page_content2 .headline {
  font-size: 24px;
  margin: 0 0 10px 0;
  line-height: 180%;
  text-align: center;
}

.page_image_list {
  margin: 0 0 60px 0;
}

.page_image_list li {
  float: left;
  width: 33.3333%;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
}

.page_image_list li img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 500px) {
  .page_image_list {
    margin: 0 0 25px 0;
  }
  ul.second_list li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-right: 0%;
    /* border: 1px solid #ececec; */
    margin-bottom: 21px;
  }
  .post_content ul {
    list-style: circle outside none;
    margin-left: 0;
  }
  .box h4.headline::after {
    width: 94%;
  }
  .index_box_list .box.box2 .info {
    padding: 0 0px 0 0 !important;
  }
}

.page_content3_inner {
}

.page_content3 .headline {
  font-size: 24px;
  margin: 0 0 10px 0;
  line-height: 180%;
}

.page_content3 .image {
  width: 40%;
  height: auto;
  float: left;
  margin: 0 15px 0 0;
  width: -webkit-calc(40% - 15px);
  width: -moz-calc(40% - 15px);
  width: calc(40% - 15px);
}

.page_content3_inner .info {
  width: 60%;
  float: right;
  padding: 0 0 0 15px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 500px) {
  .page_content3 .headline {
    text-align: center;
  }
  .page_content3 .image {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 0 20px 0;
  }
  .page_content3_inner .info {
    width: 100%;
    float: none;
    padding: 0;
  }
}

/* テンプレート３ */

.tcd-w_page_menu {
  margin: 0 -20px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tcd-w_page_menu li {
  margin: 0 20px 40px 0;
  width: 50%;
  position: relative;
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
}

.tcd-w_page_menu li:last-child {
  margin-bottom: 5px;
}

.tcd-w_page_menu .image {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}

.tcd-w_page_menu .info {
}

.tcd-w_page_menu .name p {
  font-size: 21px;
  line-height: 1.5;
  margin: 0 0 15px 0;
  text-align: center;
}

.tcd-w_page_menu .desc {
  line-height: 180%;
  margin: 0 0 25px 0;
  font-size: 13px;
}

.tcd-w_page_menu .price {
  background: #f7f2ee;
  padding: 10px;
  line-height: 180%;
  text-align: center;
  color: #333;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.menu_type2 .tcd-w_page_menu {
  margin: 0;
  display: block;
}

.menu_type2 .tcd-w_page_menu li {
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
}

.menu_type2 .tcd-w_page_menu li:last-child {
  margin-bottom: 5px;
}

.menu_type2 .tcd-w_page_menu .image {
  width: 40%;
  height: auto;
  float: left;
  margin: 0 15px 0 0;
  width: -webkit-calc(40% - 15px);
  width: -moz-calc(40% - 15px);
  width: calc(40% - 15px);
}

.menu_type2 .tcd-w_page_menu .info {
  width: 60%;
  float: left;
  padding: 0 0 0 15px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.menu_type2 .tcd-w_page_menu .name p {
  font-size: 21px;
  line-height: 1.5;
  margin: 0 0 15px 0;
  text-align: center;
}

.menu_type2 .tcd-w_page_menu .price {
  position: relative;
  bottom: auto;
}

@media screen and (max-width: 500px) {
  .tcd-w_page_menu {
    margin: 0;
    display: block;
  }
  .tcd-w_page_menu li {
    margin: 0 0 30px 0;
    display: block;
    width: 100%;
  }
  .menu_type2 .tcd-w_page_menu .image {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 0 20px 0;
  }
  .menu_type2 .tcd-w_page_menu .info {
    width: 100%;
    float: none;
    padding: 0;
  }
  .tcd-w_page_menu .price {
    position: relative;
  }
}

/* テンプレート２ */

.page_content_image2 {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 5px;
}

.page_image_list2 {
  margin: 0 0 40px 0;
}

.page_image_list2 li {
  float: left;
  width: 33.3333%;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
}

.page_image_list2 li img {
  display: block;
  width: 100%;
  height: auto;
}

.page_content_address {
  margin: 0 0 40px 0;
}

.page_content_logo {
  margin: 0 auto 20px;
  display: block;
}

.page_address {
  text-align: center;
}

.page_google_map iframe {
  width: 100%;
  height: 400px;
  margin: 0 0 30px 0;
}

.page_google_map2 {
  margin: 0 0 30px 0;
}

.page_google_map2 .dp-google-map {
  width: 100% !important;
}

.page_map_info .post_content {
  margin: 0 0 30px 0;
  padding: 0;
  border-bottom: 1px dotted #ccc;
}

.page_map_info .post_content.right {
  margin: 0;
  border: none;
}

/* ----------------------------------------------------------------------
トップページ
---------------------------------------------------------------------- */

/* スライダー */

#header_slider {
  width: 100%;
  height: auto;
  position: relative;
  min-width: 0;
  margin: 0;
}

#header_slider .item {
  width: 100%;
  height: auto;
  min-width: 0;
  overflow: hidden;
}

#header_slider .item img {
  width: 100%;
  height: auto;
}

#header_slider .caption {
  width: 100%;
  padding: 0 20px;
  top: 50%;
}

#header_slider .caption .title {
  line-height: 150%;
  font-size: 20px !important;
}

#header_slider .caption .button {
  font-size: 14px;
  text-decoration: none;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 500px) {
  /*#header_slider { height:200px; }*/
  /*#header_slider .item { height:200px; }*/
  /*#header_slider .item img { width:auto; height:100%; }*/
  #header_slider .item img {
    width: 100%;
    height: auto;
  }
}

@media screen and (orientation: landscape) {
  #header_slider .caption .title {
    font-size: 24px !important;
  }
  #header_slider .caption .button {
    font-size: 16px;
  }
}

/* オリジナルスライダー */

@media screen and (max-width: 414px) {
  .swiper-slide img {
    width: 100%;
  }
}

/* コンテンツ１ */

#index_content1_top {
  display: none;
}

#index_content1_top_inner {
  width: auto;
}

#index_content1 {
  position: relative;
  padding: 13px 0 0 0;
  margin: 0 0 0px;
}

#index_content1_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* z-index: 10; */
}

.index_box_list {
  padding: 0;
  display: block;
}

.index_box_list .box {
  width: 100%;
  margin: 0 0 13px 0;
  /* padding: 0 20px 15px; */
  position: relative;
  border-bottom: 1px dotted #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.index_box_list .box.box3 {
  margin: 0 0 13px 0;
}

#index_content1 .index_box_list .image {
  display: block;
}

.index_box_list .image {
  width: 40%;
  height: auto;
  float: left;
  margin: 0 15px 0 0;
  width: -webkit-calc(40% - 15px);
  width: -moz-calc(40% - 15px);
  width: calc(40% - 15px);
}

.index_box_list .box.box2 .image {
  /*float:right;*/
  margin: 0 15px 0 0px;
}

.index_box_list .image img {
  width: 100%;
  height: auto;
}

.index_box_list .image a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.index_box_list .info {
  width: 60%;
  float: left;
  padding: 0 0 0 15px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.index_box_list .box.box2 .info {
  padding: 0 15px 0 0;
}

.index_box_list .no_image .info {
  float: none;
  width: 100%;
  padding: 0;
}

.index_box_list .headline {
  font-size: 25px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .index_box_list .box {
    border: none;
    padding-bottom: 0;
  }
  .index_box_list .image,
  .index_box_list .box.box2 .image {
    float: none;
    width: 100%;
    margin: 0 0 0px 0;
  }
  .index_box_list .info {
    width: 100%;
    float: none;
    padding: 0;
  }
}

/* コンテンツ２ */

#index_content2 {
  width: auto;
  margin: 0 20px 40px;
}

#index_content2 .image {
  margin: 0 0 25px 0;
}

#index_content2 .catchphrase .headline {
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 10px 0;
  text-align: left;
}

#index_content2 .catchphrase .desc {
  font-size: 14px;
  line-height: 2.5;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 500px) {
  #index_content2 .catchphrase .desc {
    text-align: left;
  }
}

/* お知らせ */

#index_news {
  width: 100%;
  min-width: 0;
  background: #fff;
}

#index_news_inner {
  width: auto;
  margin: 0 auto 25px;
  padding: 25px 20px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#index_news_headline_top {
  display: block;
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 30px !important;
}

#index_news_banner {
  width: auto;
  float: none;
  margin: 0 0 30px 0;
}

#index_news_banner .banner1 {
  margin: 0 0 0px 0;
}

#index_news_banner .image {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

#index_news_banner .desc {
  text-align: left;
}

#index_news_list {
  float: none;
  width: auto;
  padding: 0 20px 80px 20px;
  box-sizing: border-box;
}

#index_news_list ol li:last-child {
  margin-bottom: 0;
}

#index_news_list .headline {
  display: none;
}

#index_news_list .index_archive_link {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#index_news_inner h3 {
  font-family: "Ubuntu Condensed", sans-serif !important;
}

/* ブログ */

#index_blog {
  width: auto;
  margin: 0;
  position: relative;
  padding: 0 20px 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#index_blog_headline {
  position: relative;
  top: 0px;
  left: 0px;
  text-align: center;
  margin: 0 0 25px 0;
  font-size: 30px !important;
}

#index_blog_list {
  font-size: 0;
  margin: 0 -20px 0 0;
}

#index_blog_list li,
#index_blog_list li:nth-child(3n) {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0 20px 20px 0;
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
}

#index_blog_list li .title {
  font-size: 13px;
  line-height: 180%;
  margin-bottom: 0;
}

#index_blog_list li li {
  width: auto;
  margin: 0;
  font-size: 12px;
}

#index_blog_list li .image {
  width: 100%;
  height: auto;
}

#index_blog_list li .image img {
  width: 100%;
  height: auto;
}

#index_blog .index_archive_link {
  top: auto;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 500px) {
  #index_blog_list {
    margin: 0;
  }
  #index_blog_list li,
  #index_blog_list li:nth-child(3n) {
    width: 100%;
    display: block;
    margin: 0 0 20px 0;
  }
  #index_blog_list li:last-child {
    /*margin-bottom:0;*/
  }
  #index_blog_list li li {
    width: auto;
    margin: 0;
    font-size: 12px;
    float: left;
  }
}

/* ページナビ */

.page_navi {
  margin: 0 0 30px 0;
}

.page_navi ul {
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

.page_navi li {
  float: none;
  margin: 0 0 8px 0;
  display: inline-block;
}

.page_navi a,
.page_navi a:hover,
.page_navi span {
  margin: 0 -1px 0 0;
  background: #fff;
  border: solid 1px #efefef;
}

/* ----------------------------------------------------------------------
 お知らせ
---------------------------------------------------------------------- */

#previous_next_page {
  padding: 30px 0;
}

#article #previous_next_page {
  padding-top: 15px;
}

/* 最近のお知らせ */

#recent_news {
  margin: 0 0 35px;
}

#recent_news li {
  /* padding: 8px; */
  list-style: none;
}

#recent_news .content {
  float: none;
  width: auto;
}

#recent_news .no_image .content {
  float: none;
  width: auto;
}

#recent_news .title {
  font-size: 15px;
  padding-bottom: 6%;
  /* margin-left: 5% !important; */
  text-align: center;
}

#recent_news .date {
  padding: 0 0 0px 0px;
  /* margin: 10px 0 0 5vw; */
  text-align: center;
  color: #d21c24;
  font-weight: bold;
  font-size: 16px;
}

/* ----------------------------------------------------------------------
 アーカイブページ
---------------------------------------------------------------------- */

/* ヘッダー画像 */

#header_image {
  min-width: 0;
  /*height:200px;*/
  overflow: hidden;
  margin-top: 0px;
}

/*#header_image .image img { height:200px; width:auto; }*/

#header_image .caption {
  width: auto;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#header_image .caption .title {
  /* font-size:32px !important;  */
  line-height: 160%;
  position: absolute;
  top: 50vw;
  color: white;
  /* top:-webkit-calc(50%); top:-moz-calc(50%); top:calc(50%); */
}

#header_image.no_image {
  height: 200px;
  background: #e5e5e5;
}

@media screen and (max-width: 485px) {
  #header_image .caption .title {
    font-size: 10vw !important;
  }
}

/* ヘッダーのキャッチフレーズ */

#archive_header {
  margin: 0 0 30px;
}

#archive_headline {
  font-size: 28px;
  margin: 25px 0 15px;
  text-align: center;
}

#category_desc {
  font-size: 13px;
  line-height: 180%;
  margin: 10px 0 0 0;
}

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */

/* PCのスタイルをリセット　iPadの回転対策 */

.pc .home #header_top {
  width: auto;
  min-width: 0;
}

.pc .home #header_logo {
  width: auto;
}

.pc #header_logo #logo_text,
.pc #header_logo #logo_image {
  width: auto;
}

.pc .not_home #header_bottom {
  width: auto;
}

/* メニューボタン */

a.menu_button {
  position: absolute;
  right: 0px;
  z-index: 9;
  border-left: 1px solid #ddd;
  display: inline-block;
  font-size: 11px;
  color: #333;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-decoration: none;
}

a.menu_button span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

a.menu_button:before {
  font-family: "design_plus";
  color: #888;
  display: block;
  position: absolute;
  top: 17px;
  left: 19px;
  font-size: 18px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a.menu_button:before {
  content: "\f0c9";
}

a.menu_button:hover,
a.menu_button.active {
  background: #333;
}

a.menu_button:hover:before,
a.menu_button.active:before {
  color: #fff;
}

/* グローバルメニュー */

#global_menu {
  display: none;
  clear: both;
  width: 100%;
  margin: 0;
  top: 56px;
  position: absolute;
  z-index: 9;
  box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1);
}

#global_menu ul {
  margin: 0;
}

#global_menu ul ul {
  display: none;
}

#global_menu a {
  position: relative;
  display: block;
  margin: 0;
  padding: 0px 15px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: #333;
  font-size: 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#global_menu a:hover {
  color: #fff;
}

#global_menu ul ul a {
  padding-left: 28px;
  background: #222;
}

#global_menu ul ul ul a {
  padding-left: 42px;
  background: #111;
}

#global_menu ul ul ul ul a {
  padding-left: 55px;
  background: #000;
}

#global_menu li.menu-item-has-children {
  position: relative;
}

#global_menu .child_menu_button {
  display: block;
  position: absolute;
  text-align: center;
  width: 60px;
  height: 49px;
  right: 0px;
  top: 1px;
  z-index: 9;
  cursor: pointer;
}

#global_menu .child_menu_button .icon:before {
  content: "+";
  font-size: 13px;
  color: #aaa;
  text-align: center;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #555;
  border-radius: 100%;
  position: absolute;
  left: 20px;
  top: 15px;
}

#global_menu .child_menu_button.active .icon:before,
#global_menu .child_menu_button:hover .icon:before {
  color: #fff;
  border-color: #fff;
}

#global_menu li.menu-item-has-children.open > .child_menu_button .icon:before {
  content: "-";
}

#global_menu li.menu-item-has-children.open > ul {
  display: block;
}

/* ロゴ */

#logo_text {
  margin: 0 0 0 15px;
  z-index: 10;
  float: left;
  text-align: left;
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: calc(100% - 90px);
  overflow: hidden;
}

#logo_text h1 {
  font-weight: normal;
  height: 55px;
  line-height: 56px;
}

#logo_text a,
#logo_image h1 a {
  color: #333;
  text-decoration: none;
  display: block;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

#logo_text a:hover,
#logo_image h1 a:hover {
  text-decoration: underline;
}

#logo_image {
  margin: 0 0 0 15px;
  z-index: 10;
  float: left;
  text-align: left;
  width: -webkit-calc(100% - 90px);
  width: -moz-calc(100% - 90px);
  width: calc(100% - 90px);
  overflow: hidden;
}

#logo_image h1 {
  font-weight: normal;
  height: 55px;
  line-height: 56px;
}

/*#logo_image h1 img { display:none; }*/

/*#logo_image h1 a:before { content:attr(data-label); }*/

#logo_image img.h_logo {
  height: 45px;
  margin-top: 5px;
}

#logo_image_mobile {
  float: left;
  margin: 0 0 0 15px;
  font-size: 18px;
  font-weight: normal;
}

#logo_image_mobile a {
  display: block;
  height: 55px;
  position: relative;
}

#logo_image_mobile img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
}

#logo_text_fixed,
#logo_image_fixed {
  display: none;
}

/* パンくずリンク */

#bread_crumb {
  background: #f2f2f2;
  margin: 0;
  height: auto;
  line-height: 180%;
  min-width: 0px;
  padding: 6px 20px;
  display: none;
}

#bread_crumb ul {
  width: auto;
  margin: 0 auto;
}

#bread_crumb li.home a:before {
  top: 5px;
  left: 0px;
}

/* ----------------------------------------------------------------------
 記事
---------------------------------------------------------------------- */

/* アイキャッチ画像 */

#post_image {
  margin: 0 0 30px;
  padding: 0;
}

/* カテゴリー */

#post_meta_top {
  margin-bottom: 15px;
}

#post_meta_top li {
  float: left;
  margin: 0 15px 0 0;
  font-size: 11px;
}

#post_meta_top .date:before {
  font-size: 12px;
  color: #000;
}

/* 記事タイトル */

#post_title {
  margin: 13vw 0 8vw;
  font-size: 21px !important;
  line-height: 130%;
}

/*  記事本文*/

.post_content {
  margin: 0;
}

.post_content p {
  margin-bottom: 1em;
  line-height: 1.8;
  margin-top: 6vw;
  width: 90vw;
  text-align: center;
  /* margin-left: 4%; */
  color: black;
}

div#greeting p {
  text-align: left !important;
}

/* SNSボタン */

#single_share_top {
  margin: -5px 0 10px;
}

#single_share_top #share_top1 {
  padding-top: 0;
}

/* メタ情報 */

#post_meta_bottom {
  margin: 0 0 20px 0;
  background: none;
  padding: 15px 0;
}

#post_meta_bottom li {
  display: block;
  margin: 0 0 10px 0;
  border: none;
  font-size: 12px;
  line-height: 160%;
}

#post_meta_bottom li:last-child {
  border: none;
  margin: 0;
}

#post_meta_bottom li.post_category:before {
  top: 0px;
  left: 0px;
}

#post_meta_bottom li.post_tag:before {
  top: 2px;
  left: 0px;
}

#post_meta_bottom li.post_author:before {
  top: 0px;
  left: 0px;
}

#post_meta_bottom li.post_comment:before {
  top: 0px;
  left: 0px;
}

/* 次の記事、前の記事 */

#previous_next_post {
  margin: 0 0 30px 0 !important;
  display: flex;
}

.single-news #previous_next_post {
  margin: 0 !important;
}

#previous_next_post .prev_post,
#previous_next_post .next_post {
  float: none;
  width: 100%;
}

#previous_next_post .next_post {
  float: none;
  /*margin-top:15px;*/
}

#previous_next_post a {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

#previous_next_post .title {
  line-height: inherit;
  margin: 0;
}

#previous_next_post a .title:before {
  font-family: "design_plus";
  color: #aaa;
  font-size: 14px;
  display: block;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#previous_next_post .prev_post a .title:before {
  content: "\e90f";
  top: 0px;
  left: 15px;
}

#previous_next_post .next_post a .title:before {
  content: "\e910";
  top: 0px;
  right: 15px;
}

#previous_next_post a:hover:before {
  font-family: "design_plus";
  color: #333;
  font-size: 30px;
  display: none;
  position: absolute;
  top: 68px;
  left: 62px;
  z-index: 10;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#previous_next_post .prev_post a:hover:before {
  content: "\e90f";
  left: 59px;
}

#previous_next_post .next_post a:hover:before {
  content: "\e910";
}

/* 広告 */

#single_banner_area {
  margin: 0 0 15px 0;
  text-align: center;
}

#single_banner_area .single_banner_left {
  float: none;
  padding: 0 0 15px 0;
  margin: 0 auto;
}

#single_banner_area .single_banner_right {
  float: none;
  padding: 0 0 15px 0;
  margin: 0 auto;
}

#single_banner_area img {
  max-width: 100%;
  height: auto;
  display: inline;
}

/* 広告2 */

#single_banner_area_bottom {
  margin: -20px 0 0;
  text-align: center;
}

#single_banner_area_bottom .single_banner_left {
  float: none;
  padding: 0 0 15px 0;
  margin: 0 auto;
}

#single_banner_area_bottom .single_banner_right {
  float: none;
  padding: 0;
  margin: 0 auto;
}

#single_banner_area_bottom img {
  max-width: 100%;
  height: auto;
  display: inline;
}

/* 広告（ショートコードver） */

#single_banner_area2 {
  margin: 0 0 15px 0;
  text-align: center;
}

#single_banner_area2 .single_banner_left {
  float: none;
  padding: 0 0 15px 0;
  margin: 0 auto;
}

#single_banner_area2 .single_banner_right {
  float: none;
  padding: 0 0 5px 0;
  margin: 0 auto;
}

#single_banner_area2 img {
  max-width: 100%;
  height: auto;
  display: inline;
}

/* 関連記事 */

#related_post .headline {
  margin: 0 0 15px 0;
  height: 40px;
  line-height: 40px;
  color: #fff;
}

#related_post ol {
  margin: 0 -15px 20px 0;
}

#related_post li,
#related_post li:nth-child(3n) {
  width: 50%;
  margin: 0 15px 15px 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
}

/*@media screen and (max-width:480px) {
  #related_post ol { margin:0; }
  #related_post li, #related_post li:nth-child(3n) { width:auto; margin:0 0 30px 0; float:none; display:block; }
  #related_post li .desc { }
  #related_post li .title { font-size:14px; line-height:160%; }
  #related_post li .title a { display:block; }
}*/

/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */

#comment_headline {
  margin: 0 0 15px 0;
}

#comment_area,
#trackback_area {
  margin: 15px 0px 0;
}

/* コメント・トラックバックのタブ */

#comment_header {
  position: relative;
  margin: 0 0 15px;
}

#comment_header ul {
  margin: 0;
}

#comment_header ul li.comment_switch_active a:after,
#comment_header #comment_closed p:after {
  display: none;
}

@media screen and (max-width: 500px) {
  #comment_header ul li {
    float: none;
    text-align: center;
    margin: 0;
    width: 100%;
  }
}

/*  コメントの基本部分 */

.comment {
  padding: 10px 10px 0;
}

/* コメントの情報部分 */

.comment-meta-left {
  float: left;
  width: 100%;
}

/* フォーム部分 */

.comment_form_wrapper {
  border: 1px solid #ccc;
  margin: 0 0 25px;
  padding: 15px;
  background: #fff;
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */

#footer_wrapper {
  position: relative;
  padding-bottom: 0px !important;
}

#footer_top {
  min-width: 0;
  margin-top: 25px;
}

#footer_top_inner {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0px;
  text-align: center;
}

/* logo */

#footer_logo {
  margin: 0 0 20px 0;
  float: none;
}

#footer_logo .logo {
  font-size: 40px;
  text-align: center !important;
}

#footer_bottom {
  background-color: #d13636 !important;
}

#footer_menu {
  padding-bottom: 0px;
}

/* menu list */

/*#footer_menu { margin:0; }
.footer_menu { display:block; margin:20px; width:auto; border:1px solid #ddd; background:#fff; }
.footer_menu li { text-align:left; margin:0; font-size:12px; line-height:160%; width:50%; float:left; }
.footer_menu li:first-child { margin:0; width:100%; float:none; }
.footer_menu a { padding:15px 20px; text-decoration:none; }
.footer_menu li:first-child a { background:#eee; padding:15px 20px; }
.footer_menu a:hover { background:#333; text-decoration:none !important; color:#fff; }
.footer_menu li:first-child a, .footer_menu li:only-child a { font-weight:bold; }
@media screen and (max-width:500px) {
  .footer_menu li { width:100%; float:none; }
}*/

/* new footer menu (flex box) */

@media only screen and (max-width: 767px) {
  a.pp {
    display: block;
    margin-bottom: 8px;
  }
  div#privacy li {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  div#privacy > p {
    font-size: 12px;
  }
  div#privacy .box-420 {
    text-align: right;
  }
  form.wpcf7-form th {
    font-size: 1rem;
    line-height: 0.6;
    text-align: center;
    width: 32% !important;
    padding-left: 3px;
    padding-right: 3px;
  }
  .wpcf7 table th span {
    background: #d13636;
    color: #fff;
    font-size: 12px;
    font-size: 0.67rem;
    padding: 2px 2px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 2px;
    margin: 5px 25px 0 25px;
    line-height: 1;
    display: block;
  }
  .wpcf7-confirm {
    background: none #d21c24 !important;
    background-color: #d21c24 !important;
    margin: 0 auto;
    width: 100% !important;
    display: block;
    color: #fff;
    height: 50px;
    border-radius: 16px !important;
    border: none !important;
  }
  input.wpcf7-form-control.wpcf7-submit {
    margin: 0% auto 3vw;
    display: block;
    height: 13vw;
    width: 90vw;
    border-radius: 16px;
    border: 1px solid gray;
  }
  input.wpcf7-form-control.wpcf7-back.wpcf7c-elm-step2.wpcf7c-btn-back.wpcf7c-force-hide {
    width: 90vw;
    height: 13vw;
    border-radius: 14px;
    border: 1px solid gray;
  }
  .wpcf7 form {
    margin: 0;
  }
  .wpcf7c-elm-step1,
  .wpcf7c-elm-step2,
  .wpcf7c-elm-step3 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 3vw;
    /* background: url(../img/arw_step.gif) 50% 50% no-repeat; */
  }
  .wpcf7c-elm-step1 ul,
  .wpcf7c-elm-step2 ul,
  .wpcf7c-elm-step3 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 103%;
    overflow: hidden;
    *zoom: 1;
  }
  .wpcf7c-elm-step1 li,
  .wpcf7c-elm-step2 li,
  .wpcf7c-elm-step3 li {
    float: left;
    width: 30%;
    margin-right: 3%;
    *zoom: 1;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
  }
  .step01 {
    background: #f0eeeb url(img/bg_step01_off.gif) 50% 0 no-repeat;
    padding: 50px 0 20px 0;
  }
  .step01.selected {
    background: #f0eeeb url(img/bg_step01_on.gif) 50% 0 no-repeat;
  }
  .step02 {
    background: #f0eeeb url(img/bg_step02_off.gif) 50% 0 no-repeat;
    padding: 50px 0 20px 0;
  }
  .step02.selected {
    background: #f0eeeb url(img/bg_step02on.gif) 50% 0 no-repeat;
  }
  .step03 {
    background: #f0eeeb url(img/bg_step03_off.gif) 50% 0 no-repeat;
    padding: 50px 0 20px 0;
  }
  .step03.selected {
    background: #f0eeeb url(img/bg_step03_on.gif) 50% 0 no-repeat;
  }
  div#tvcm iframe {
    margin-top: 10px;
  }
  div#tvcm th {
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
    padding: 10px;
  }
  span.TXT-M {
    font-size: 14px;
  }
  div#tvcm td {
    font-size: 12px;
    line-height: 1.6;
    padding: 10px;
  }
  .box-280 {
    float: none;
    width: 100%;
  }
  div#story th {
    font-size: 3.5vw;
  }
  div#story .box-420,
  div#story .box-450 {
    padding: 0 0 10px;
  }
  .imgDescription {
    font-size: 3vw;
    line-height: 1.4;
  }
  .career_p {
    margin-bottom: 0 !important;
    font-size: 10px;
    text-align: right;
    margin-top: 12px !important;
  }
  .box-450,
  .box-420 {
    float: none;
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px;
    line-height: 1.4;
    font-size: 3.5vw;
    text-align: justify;
  }
  .img_newgraduate {
    width: 100%;
    float: none;
    padding: 0px 10px 10px 10px;
    box-sizing: border-box;
  }
  h2#newgraduateMessage {
    font-size: 20px !important;
    color: #c21921;
    line-height: 1.3 !important;
    padding-top: 0 !important;
  }
  #newgraduate h3 {
    margin: 0;
    padding: 10px;
    padding-left: 60px;
    background: #fff;
    font-weight: bold;
    font-size: 16px;
    border: #e7e7e7 1px solid;
    border-bottom: none;
    position: relative;
  }
  #newgraduate h3 span {
    background: #c51c26;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    width: 50px;
    height: 25px;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    line-height: 25px;
  }
  div#img_careerStep {
    padding: 10px;
    background: #f6f6f6;
    margin-bottom: 40px;
  }
  .post_content table {
    margin: 0 0 24px 0;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }
  table.table_01 th {
    width: 25% !important;
    padding: 3px;
    font-size: 12px;
  }
  table.table_01 td {
    font-size: 4vw;
    text-align: left;
    padding: 10px 13px 7px;
  }
  span.news_span {
    display: block;
    font-size: 12px;
    letter-spacing: 3px;
    color: #848484;
    padding-top: 15px;
    padding-bottom: 0px;
    margin-left: 4px;
  }
  .post_content h1,
  .post_content h2,
  .post_content h3,
  .post_content h4,
  .post_content h5,
  .post_content h6 {
    clear: both;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
  }
  .post_content h2 {
    font-size: 140%;
    text-align: center;
  }
  .post_content th {
    /* background: #ddd; */
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
  }
  .post_content td,
  .post_content th {
    /* border: 1px solid #bbb; */
    padding: 10px 15px 7px;
    line-height: 2.2;
    /* background: #fff; */
  }
  div#newgraduate .btn,
  #career .btn {
    text-align: center;
  }
  #club .main-pic-box .pic {
    width: 100%;
    margin: 0;
  }
  #club .main-pic-box .txt {
    font-size: 14px;
  }
  #club .red_block {
    padding: 10px !important;
  }
  #club .red_block {
    position: relative;
    background: #c01d27;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #club .block01 .red_block span,
  #club .block02 .red_block span,
  #club .block03 .red_block span,
  #club .block04 .red_block span,
  #club .block05 .red_block span,
  #club .block06 .red_block span,
  #club .block07 .red_block span {
    top: -20px;
    left: 10px;
  }
  #club .block01 .red_block {
    width: 85% !important;
    margin-left: 0 !important;
  }
  #club .block01 .red_block,
  #club .block02 .red_block,
  #club .block03 .red_block,
  #club .block04 .red_block,
  #club .block05 .red_block,
  #club .block06 .red_block,
  #club .block07 .red_block {
    width: 437px;
    padding: 35px 45px;
    margin-left: 60px;
  }
  #club h2 {
    font-size: 26px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  #club .block01,
  #club .block02,
  #club .block03,
  #club .block04,
  #club .block05,
  #club .block06,
  #club .block07 {
    margin: 80px 0 100px;
    padding: 0 0 235px;
    position: relative;
  }
  #club .red_block span {
    position: absolute;
    display: block;
    width: 134px;
    height: 84px;
    background: url(../img/club/bg_balloon_black.png) no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.2;
  }
  #club .block01 figure,
  #club .block02 figure,
  #club .block03 figure,
  #club .block04 figure,
  #club .block05 figure,
  #club .block06 figure,
  #club .block07 figure {
    width: 325px !important;
  }
  #club .block01 figure {
    width: 640px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  #club .block02 {
    padding-bottom: 1vw;
    margin: 60px 0 50px;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }
  #club .block02 .red_block {
    width: 85%;
    margin-left: calc(100% - 275px);
  }
  #club .block04 figure {
    width: 640px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  #club .block05 {
    padding-bottom: 255px;
    margin: 60px 0 50px;
  }
  #club .block05 .red_block {
    width: 85%;
    margin-left: 0;
  }
  #club .block05 figure {
    width: 640px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  #club .block06 .red_block {
    width: 85%;
    margin-left: calc(100% - 275px);
  }
  #club .block06 figure {
    width: 640px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  #club .block07 {
    padding-bottom: 255px;
    margin: 60px 0 50px;
  }
  #club .block07 figure {
    width: 640px;
    position: absolute;
    bottom: -22px;
    right: 0;
    z-index: -1;
  }
  #club .block07 .red_block {
    width: 85%;
    margin-left: 0;
    bottom: -13px;
  }
  #club .block06 {
    padding-bottom: 255px;
    margin: 60px 0 50px;
  }
  #club .block04 {
    padding-bottom: 255px;
    margin: 60px 0 50px;
  }
  #club .block04 .red_block {
    width: 85%;
    margin-left: calc(100% - 275px);
  }
  #club .block03 {
    padding-bottom: 1vw;
    margin: 60px 0 50px;
  }
  #club .block03 .red_block {
    width: 85%;
    margin-left: 0;
  }
  #club .red_block p {
    font-size: 80%;
    line-height: 1.6;
  }
  #club .red_block p {
    color: #fff;
    margin: 0;
    width: 70vw;
  }
  #club .red_block span {
    width: 67px;
    height: 42px;
    font-size: 28px;
  }
  #club .container {
    width: 100%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #club .block01 {
    padding-bottom: 255px;
    margin: 45px 0 50px;
  }
  .sp_none {
    display: none;
  }
  div#recruit h2 {
    font-size: 32px;
    text-align: center;
  }
  .recruit h2 {
    padding-top: 60px;
  }
  .h2_service {
    font-size: 20px !important;
    color: #c21921;
    line-height: 1.3 !important;
    padding-top: 0 !important;
  }
  .h2_service_tantei {
    font-size: 20px !important;
    color: #c21921;
    line-height: 1.3 !important;
    padding-top: 0 !important;
  }
  a.link_btn {
    display: block;
    width: 100%;
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    background: #f5f5f5 url(../img/link_btn_icon.png) no-repeat 96% 11px !important;
    padding-right: 15px;
    box-sizing: border-box;
  }
  img.service_img {
    display: block;
    float: none;
    width: 100%;
  }
  .service_point h3 {
    font-size: 16px !important;
    padding-left: 32px !important;
    background: url(../img/service_list.png) no-repeat 3px 15px;
    background-size: 26px;
    padding-top: 20px !important;
    height: 21px;
    color: #d21c24;
  }
  a.jewel_btn01 {
    margin-bottom: 10px;
  }
  a.os_btn {
    margin-bottom: 10px;
  }
  #footer_logo .logo img {
    width: 63%;
  }
  .service_point .txt {
    float: none;
    width: 100%;
    margin-bottom: 16%;
  }
  .header_pattern {
    padding-top: 0% !important;
  }
  .footer-bar02 {
    background: #ffffff;
    border-top: 1px solid #ddd;
    display: table;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    z-index: 9998;
    display: none !important;
  }
  div#index_news_banner {
    width: 100%;
    margin-top: 0px;
  }
  .item {
    width: 100%;
    float: none;
  }
  .box1 {
    margin-top: 7px !important;
  }
  .content1_last {
    padding-bottom: 20px !important;
  }
  div#footer_menu ul li {
    display: inline-block;
    margin-right: 0px;
  }
  div#recruit a {
    width: 100%;
    color: #fff;
    background: #c73025;
    display: inline-block;
    text-align: center;
    height: auto !important;
    line-height: 55px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .recruit .btn {
    margin-right: 15px;
    margin-top: 10px;
    display: inline-block !important;
    margin-bottom: 20px !important;
  }
  div#recruit .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .home #index_news_inner {
    width: 100%;
    margin: 260px 0 60px;
    position: relative;
  }
  .home #footer_top {
    background: #f9f8f4;
    min-width: 0px;
    margin-top: -1px;
  }
  #footer_menu {
    margin: 0 15px 0px 15px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .footer_menu {
    display: inline-block;
    border: none;
    background: none;
    width: 100%;
    margin: 0 0 2px;
    text-align: center;
    /* border: 1px solid #ececec; */
    box-sizing: border-box;
    background: rgba(234, 234, 234, 0.81);
    /*padding: 8px 0;*/
    color: #fff;
  }
  div#footer_menu ul li {
    display: none;
    margin-right: 0px;
  }
  .footer_menu:nth-of-type(even) {
    margin-left: 0px;
  }
  .footer_menu li {
    text-align: left;
    margin: 0;
    font-size: 12px;
    line-height: 160%;
  }
  .footer_menu a {
    padding: 5px 0px;
    text-decoration: none;
  }
  .footer_menu a:hover {
    background: #333;
    text-decoration: none !important;
    color: #fff;
  }
  .footer_menu li:first-child {
    margin: 0;
    display: block !important;
    text-align: center;
    margin-left: 0 !important;
  }
  .footer_menu li:first-child a,
  .footer_menu li:only-child a {
    font-size: 14px;
    color: rgb(121, 121, 121) !important;
    display: block !important;
    padding: 13px 0;
  }
}

/* メニュー */

#footer_menu_bottom {
  text-align: left;
  margin: 25px 0 0;
}

#footer_menu_bottom li {
  display: block;
  font-size: 12px;
  float: left;
  width: 50%;
  line-height: 160%;
}

#footer_menu_bottom li a,
#footer_menu_bottom li:last-child a {
  display: block;
  border: none;
  padding: 15px 20px;
  margin: 0;
  border-top: 1px dotted #ccc;
}

#footer_menu_bottom li a:hover {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 500px) {
  #footer_menu_bottom li {
    width: 100%;
    float: none;
  }
}

/* 住所 */

#footer_address {
  min-width: 0px;
  margin: 0 auto;
  height: auto;
  line-height: 180%;
  padding: 20px 20px 15px;
  font-size: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
}

#footer_address .footer_shopname {
  font-size: 16px;
}

#footer_address .footer_address {
  font-size: 12px;
}

#footer_address .footer_phonenumber {
  font-size: 12px;
}

/* メニューとコピーライトエリア */

#footer_bottom {
  background: #000;
  width: 100%;
  min-width: 0px;
  height: auto;
  position: relative;
}

#footer_bottom_inner {
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
  padding: 10px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* SNSボタン */

#footer_social_link {
  position: relative;
  top: 0px;
  text-align: center;
}

#footer_social_link li {
  display: inline-block;
  float: none;
  margin: 0 5px 0 0;
  position: relative;
}

/* コピーライト */

#copyright {
  position: relative;
  right: 0px;
  top: 0px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 10px;
}

#copyright a {
  color: #fff;
}

/* new sns btn */

/* ソーシャルボタン */

.user_sns {
  margin: 10px 0 0;
}

/* footer widget (new footer menu) */

/*#footer_menu { display: flex; flex-wrap:wrap; }
.footer_widget { float: none; margin:0; width:calc(50%-5px); vertical-align:top; }
.footer_widget li { text-align:left; margin:0 0 15px 0; font-size:12px; line-height:180%; }
.footer_widget h3 { margin:0 0 25px 0; font-weight: normal; font-size: 14px;}
.footer_widget li:last-child { margin:0; }*/

/* ----------------------------------------------------------------------
 サイドコンテンツ
---------------------------------------------------------------------- */

/* 基本設定 */

.side_widget {
  margin: 0 0 25px 0;
  font-size: 12px;
  position: relative;
}

.side_widget:last-child,
.side_widget:only-child {
  margin: 0;
}

/* search */

.widget_search #search-box,
.widget_search #s,
.side_widget.google_search #s {
  width: 75%;
  height: 40px;
  margin: 0 0 5px 0;
}

.widget_search #search-btn input,
.widget_search #searchsubmit,
.side_widget.google_search #searchsubmit {
  width: 25%;
}

.post_content img[class*="align"],
.post_content img[class*="wp-image-"],
.post_content img[class*="attachment-"],
.post_content img.size-full,
.post_content img.size-large,
.post_content .wp-post-image,
.post_content img {
  height: auto;
  max-width: 100%;
}

p.service_ttl span {
  font-size: 1.5rem;
  display: block;
  /* background: #c21921; */
  margin-top: 5px;
  margin-left: 8px;
  margin-right: 8px;
  color: #d21c24;
  text-align: center;
}

p.service_ttl {
  line-height: 1.6em !important;
  font-size: 1.2rem;
  text-align: center;
  width: 92vw;
  margin-left: -2%;
  margin-bottom: 8px !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  /* margin: 0; */
  /* padding: 0; */
  /* border: 0; */
  /* font-size: inherit; */
  /* font: inherit; */
  /* vertical-align: baseline; */
}

#bread_crumb li {
  color: #999;
  font-size: 12px;
  display: inline;
  padding: 0 15px 0 0;
  margin: 0 0 0 15px;
  line-height: 160%;
  position: relative;
}

#bread_crumb li.home {
  padding: 0;
}

#bread_crumb li.home a {
  float: left;
  height: 15px;
  width: 13px;
  line-height: 15px;
  display: block;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#bread_crumb li.home a span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

#bread_crumb li.home a:before {
  font-family: "design_plus";
  color: #999;
  font-size: 14px;
  display: block;
  position: absolute;
  top: 23px;
  left: 0px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover,
#comment_header ul li a:hover,
.pc #global_menu > ul > li.active > a,
.pc #global_menu li.current-menu-item > a,
.pc #global_menu > ul > li > a:hover,
#header_logo .logo a:hover,
#bread_crumb li.home a:hover:before,
#bread_crumb li a:hover,
.footer_menu li:first-child a,
.footer_menu li:only-child a,
#previous_next_post a:hover,
.color_headline {
  color: #d13636;
}

.side_headline,
#footer_address,
#recent_news .headline,
.page_navi span.current {
  background-color: #c21921 !important;
}

.side_headline {
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  margin: 0 0 20px 0;
  background: #333;
  color: #fff;
  padding: 0 20px;
}

.side_headline,
#footer_bottom,
#recent_news .headline,
.page_navi span.current {
  background-color: #f2d2d0;
}

.side_widget ul {
  margin: 0;
  display: grid;
  border-bottom: 5px solid #c21921;
}

.side_widget li {
  line-height: 0%;
  padding: 2px 0 11px 30px;
  margin: 0 0 10px 0;
  font-size: 14px;
  position: relative;
}

#employee-support .wrap h4 {
  color: #ac101b;
  line-height: 1.4;
  margin-bottom: 5px;
  padding-top: 5px;
  text-align: center;
  font-size: 19px;
}

/* newly added css start */

p.title.rich_font {
  /* top: 6% !important;
  position: absolute; */
  color: white;
}

img.pic {
  width: 100vw;
  height: auto;
}

img.attachment-size1.size-size1.wp-post-image {
  width: 58vw;
  height: auto;
  margin: auto;
  display: block;
  border-radius: 20px;
}

#recent_news .headline {
  color: white;
  padding-left: 5%;
  padding: 12px 15px;
}

p.MG-B10 {
  text-align: left;
  font-size: 3vw;
}

p.speech {
  text-align: justify;
}

p.signature {
  font-family: "Great Vibes", cursive;
  text-align: left;
  margin-top: -4%;
}

li.home {
  display: none;
}

li.last {
  display: none;
}

.none {
  display: none;
}

p.back.mid {
  /* margin-left: 35vw; */
}

#post_image img {
  width: 90vw;
  height: auto;
}

img.story_pic {
  display: block;
  margin: auto !important;
  width: 100%;
}

p.caption-story {
  font-family: "Noto Sans SC";
  font-size: 0.8rem;
  font-style: italic;
  text-align: center;
  margin: 0;
  width: 100%;
  color: black;
}

p.story_txt {
  line-height: 1.6em !important;
  font-size: 1rem;
  text-align: center;
  font-family: "Noto Sans SC";
  color: black;
}

p.story_ttl {
  /* line-height: 1.6em!important; */
  font-size: 1.5rem;
  width: 90%;
  text-align: center;
  color: #d21c24;
  font-family: "Noto Sans SC";
  margin: auto !important;
}

.wpcf7-textarea {
  width: 60vw;
  margin-top: 1%;
  border-radius: 8px;
}

.wpcf7-text {
  width: 60vw;
  height: 10vw;
  border-radius: 4px;
  background-color: transparent !important;
  border: 1px solid grey;
  font-style: italic;
}

th.col1 {
  vertical-align: top;
  text-align: left !important;
  padding-top: 4%;
}

p.mb40 {
  font-size: 3vw;
  color: grey;
  text-align: justify;
}

span.wpcf7-not-valid-tip {
  color: #d21c24;
}

.wpcf7c-force-hide {
  display: none;
}

.service_pic2 {
  width: 100%;
  height: auto;
  display: block;
}

.story-intro {
  padding: 2vw;
  margin-bottom: 6vw;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6rem;
}

/* newly added css end */

/*recruit-jp*/

#jp_recruit_banner {
  width: 100%;
  margin-top: 15px;
}

#btn-recruit-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cranesection {
  width: 100%;
  margin-bottom: 40px;
}

.box1 h4.headline::after {
  content: "Reuse business";
  display: block;
  margin: 5px auto 0;
  background: #d13636;
  color: #ffffff;
  font-size: 11px;
  height: 2%;
  padding: 2%;
}

.box2 h4.headline::after {
  content: "Jewelry sales business";
  display: block;
  margin: 5px auto 0;
  background: #d13636;
  color: #ffffff;
  height: 2%;
  padding: 2%;
  font-size: 11px;
}

.box3 h4.headline::after {
  content: "EC business";
  display: block;
  margin: 5px auto 0;
  background: #d13636;
  color: #ffffff;
  font-size: 11px;
  height: 2%;
  padding: 2%;
}

.box4 h4.headline::after {
  content: "Beauty business";
  display: block;
  margin: 5px auto 0;
  background: #d13636;
  color: #ffffff;
  font-size: 11px;
  height: 2%;
  padding: 2%;
}

.box5 h4.headline::after {
  content: "Marriage agency business";
  display: block;
  margin: 5px auto 0;
  background: #d13636;
  color: #ffffff;
  font-size: 11px;
  height: 2%;
  padding: 2%;
}

.box6 h4.headline::after {
  content: "Restaurant business";
  display: block;
  margin: 5px auto 0;
  background: #d13636;
  color: #ffffff;
  font-size: 11px;
  height: 2%;
  padding: 2%;
}

.box7 h4.headline::after {
  content: "Consulting business";
  display: block;
  margin: 5px auto 0;
  background: #d13636;
  color: #ffffff;
  font-size: 11px;
  height: 2%;
  padding: 2%;
}

.box8 h4.headline::after {
  content: "Overseas business";
  display: block;
  margin: 5px auto 0;
  background: #d13636;
  color: #ffffff;
  font-size: 11px;
  height: 2%;
  padding: 2%;
}

/* コンテンツ１ */

div#index_content1_top h2 {
  text-align: center;
  padding: 50px;
  font-size: 32px;
  font-family: "Sahitya", serif;
}

#index_content1_top {
  position: relative;
  background: #eee;
}

#index_content1_top_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

#index_content1_top img {
  display: block;
}

.index_box_list .box.box4,
.index_box_list .box.box8 {
  margin: 0;
}

.index_box_list .image {
  width: 100%;
  display: block;
  margin: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: opacity;
  -webkit-transition: 0.5s;
  -moz-transition-property: opacity;
  -moz-transition: 0.5s;
  -ms-transition-property: opacity;
  -ms-transition: 0.5s;
  -o-transition-property: opacity;
  -o-transition: 0.5s;
  transition-property: opacity;
  transition: 0.5s;
}

.index_box_list .image:hover {
  opacity: 0.5 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: opacity;
  -webkit-transition: 0.5s;
  -moz-transition-property: opacity;
  -moz-transition: 0.5s;
  -ms-transition-property: opacity;
  -ms-transition: 0.5s;
  -o-transition-property: opacity;
  -o-transition: 0.5s;
  transition-property: opacity;
  transition: 0.5s;
}

.index_box_list .headline {
  font-size: 12px !important;
  padding: 5px 0 5px 0 !important;
  text-align: center;
  color: #404040;
  font-weight: normal;
  background-color: white !important;
}

.index_box_list .desc {
  font-size: 11px;
  margin: 0;
  line-height: 180%;
  padding: 5px 8px 8px;
}

div#index_content1_inner .info {
  background: #fff;
  margin-top: -2px;
}

.content1_last {
  padding-bottom: 2px;
}

/* .recruit-jp-button {
    border: 2px solid #de1122;
    color: #de1122;
    background: white;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 45px;
    padding: 10px 30px 10px 30px;
    cursor: pointer;
    margin-top: 40px;
    margin-bottom: 40px;
    transition: all 0.25s ease;
}

.recruit-jp-button:hover {
    color: white;
    background: #de1122;
} */

#section2 {
  width: 100%;
}

.textcontainer {
  width: 100%;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */
  padding: 15px 0 30px 0;
}

.textcontainer .text {
  width: 100%;
  font-size: medium;
  letter-spacing: 2.5px;
  line-height: normal;
  padding: 15px 15px 0 15px;
  text-align: center;
  color: black;
}

.textleft {
  text-align: left !important;
}

#section4 {
  width: 100%;
  padding: 20px 0 20px 0;
}

#section5 {
  width: 100%;
  padding: 20px 0 20px 0;
  background: #fef9f6;
}

.textcontainer .toptext {
  text-align: center;
  width: 100%;
  font-size: 25px;
  letter-spacing: 2.5px;
  line-height: normal;
  color: black !important;
}

.imgcontainer {
  padding: 10px 0 20px 0;
  width: 100%;
  /* display: flex; */
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */
}

.imgcontainer .image {
  width: 50%;
  height: auto;
  padding: 10px;
  /* display: flex; */
  justify-content: center;
}

.imgcontainer .image img {
  width: 100% !important;
  height: auto;
}

#sectionlast {
  width: 100%;
  padding: 20px 0 20px 0;
}

.textcontainer .textbox {
  position: relative;
  font-size: 0.8rem;
  font-weight: bold;
  display: inline-block;
  padding-left: 25px;
  padding-right: 20px;
  margin-top: 20px;
}

.titlecontainer1 .titlebox::before {
  position: absolute;
  content: "";
  background: url(../img/recruit-jp/shadow.png) no-repeat;
  width: 68px;
  height: 117px;
  left: -30px;
  top: -51px;
  -webkit-transform: skew(-30deg, 0);
  transform: skew(-23deg, 0);
  background-size: 100% 100%;
  opacity: 0.8;
}

.titlecontainer1 .titlebox {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  padding-left: 25px;
  -webkit-transform: skew(30deg, 0);
  transform: skew(23deg, 0);
  padding-right: 20px;
}

.titlecontainer2 {
  width: 90%;
  padding: 12px 9px 10px 0;
  -webkit-transform: skew(-30deg, 0);
  transform: skew(-23deg, 0);
  background: #ff8e3b;
  color: white;
  border-radius: 4px;
  margin: 30px 0 30px 15px;
}

.titlecontainer2 .titlebox::before {
  position: absolute;
  content: "";
  background: url(../img/recruit-jp/shadow.png) no-repeat;
  width: 68px;
  height: 117px;
  left: -30px;
  top: -51px;
  -webkit-transform: skew(-30deg, 0);
  transform: skew(-23deg, 0);
  background-size: 100% 100%;
  opacity: 0.8;
}

.titlecontainer2 .titlebox {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  padding-left: 25px;
  -webkit-transform: skew(30deg, 0);
  transform: skew(23deg, 0);
  padding-right: 20px;
}

.ztitlecontainer3 {
  width: 80%;
  padding: 2px 0px 2px 0;
  -webkit-transform: skew(-30deg, 0);
  transform: skew(-23deg, 0);
  background: #3ca1c0;
  color: white;
  border-radius: 2px;
  margin: 15px 0 15px 22px;
}

.ztitlecontainer3 .titlebox::before {
  position: absolute;
  content: "";
  background: url(../img/recruit-jp/shadow.png) no-repeat;
  width: 68px;
  height: 117px;
  left: -30px;
  top: -51px;
  -webkit-transform: skew(-30deg, 0);
  transform: skew(-23deg, 0);
  background-size: 100% 100%;
  opacity: 0.8;
}

.ztitlecontainer3 .titlebox {
  position: relative;
  font-size: 35px;
  font-weight: bold;
  padding-left: 25px;
  -webkit-transform: skew(30deg, 0);
  transform: skew(23deg, 0);
  padding-right: 20px;
}

.zdot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.zactive,
.dot:hover {
  background-color: #717171;
}

.zslideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.zsmalltext {
  font-size: 20px !important;
  padding-left: 20px;
  font-weight: 400;
}

.ztopcontainer {
  padding: 10px 0 20px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: baseline;
  /* align vertical */
}

.ztopcontainer .box {
  width: 48%;
  padding: 0 10px 0 10px;
}

.ztopcontainer .box .boximage {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.ztopcontainer .box .boxtext {
  width: 100%;
}

.ztoptext {
  font-weight: bold;
  font-size: 18px;
  color: #ac101b;
  text-align: center;
  margin: 10px 0 10px 0;
}

.zbtmtext {
  font-size: 12px !important;
}

/*inquiry-jp*/

.zwpcf7c-elm-step1,
.zwpcf7c-elm-step2,
.zwpcf7c-elm-step3 {
  width: 800px;
  overflow: hidden;
  margin: 0 auto 40px;
  background: url(../img/arw_step.gif) 50% 50% no-repeat;
}

.zwpcf7-confirm {
  background: #d13636 !important;
  margin: 0 auto;
  width: 400px !important;
  display: block;
  color: #fff;
  height: 50px;
  cursor: pointer;
}

.zwpcf7c-elm-step1 ul,
.zwpcf7c-elm-step2 ul,
.zwpcf7c-elm-step3 ul {
  /* list-style-type: none!important; */
  margin: 0;
  padding: 0;
  width: 780px;
  overflow: hidden;
}

.zwpcf7c-elm-step1 li,
.zwpcf7c-elm-step2 li,
.zwpcf7c-elm-step3 li {
  float: left;
  width: 220px;
  margin-right: 40px;
  zoom: 1;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.zstep01 {
  background: #f0eeeb url(../img/inquiry-jp/bg_step01_off.gif) 0 0 no-repeat;
  padding: 50px 0 20px 0;
}

.zstep01.selected {
  background: #f0eeeb url(../img/inquiry-jp/bg_step01_on.gif) 0 0 no-repeat;
}

.zstep02 {
  background: #f0eeeb url(../img/inquiry-jp/bg_step02_off.gif) 0 0 no-repeat;
  padding: 50px 0 20px 0;
}

.zstep02.selected {
  background: #f0eeeb url(../img/inquiry-jp/bg_step02on.gif) 0 0 no-repeat;
}

.zstep03 {
  background: #f0eeeb url(../img/inquiry-jp/bg_step03_off.gif) 0 0 no-repeat;
  padding: 50px 0 20px 0;
}

.zstep03.selected {
  background: #f0eeeb url(../img/inquiry-jp/bg_step03_on.gif) 0 0 no-repeat;
}

.zwpcf7 table th span {
  background: #d13636;
  color: #fff;
  font-size: 12px;
  font-size: 0.67rem;
  padding: 2px 4px 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 2px;
  margin: 0 0 0 10px;
  line-height: 1;
}

/* alignment */

.zpost_content .alignright {
  float: right;
}

.zpost_content .alignleft {
  float: left;
}

.zpost_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}

.zpost_content blockquote.alignleft,
.zpost_content img.alignleft {
  margin: 7px 24px 7px 0;
}

.zpost_content .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

.zpost_content blockquote.alignright,
.zpost_content img.alignright {
  margin: 7px 0 7px 24px;
}

.zpost_content .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.zpost_content blockquote.aligncenter,
.zpost_content img.aligncenter,
.zpost_content .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

/* text and headline */

.zpost_content p {
  line-height: 1.8;
  margin: 0 0 2em 0;
}

.zpost_content h1,
.zpost_content h2,
.zpost_content h3,
.zpost_content h4,
.zpost_content h5,
.zpost_content h6 {
  clear: both;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
  display: none;
}

.zpost_content h1 {
  font-size: 150%;
}

.zpost_content h2 {
  font-size: 140%;
}

.zpost_content h3 {
  font-size: 130%;
}

.zpost_content h4 {
  font-size: 120%;
}

.zpost_content h5 {
  font-size: 110%;
}

.zpost_content h6 {
  font-size: 100%;
}

/* image */

.zpost_content img[class*="align"],
.zpost_content img[class*="wp-image-"],
.zpost_content img[class*="attachment-"],
.zpost_content img.size-full,
.zpost_content img.size-large,
.zpost_content .wp-post-image,
.zpost_content img {
  height: auto;
  max-width: 100%;
}

/* list */

.zpost_content li,
.zpost_content dt,
.zpost_content dd {
  line-height: 2.2;
}

.zpost_content ul,
.zpost_content ol,
.zpost_content dl {
  margin-bottom: 24px;
}

.zpost_content ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}

.zpost_content ul {
  list-style: circle outside none;
  /*margin-left:1.3em;*/
}

.zpost_content li > ul,
.zpost_content li > ol {
  margin-bottom: 0;
}

.zpost_content dt {
  font-weight: bold;
}

.zpost_content dd {
  margin-bottom: 1em;
}

/* table */

.zpost_content table {
  margin: 0 0 24px 0;
}

.post_content td,
.post_content th {
  /* border: 1px solid #bbb; */
  padding: 10px 15px 7px;
  line-height: 2.2;
  background: #fff;
  text-align: center;
}

.post_content th {
  /* background: #ddd; */
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
}

div#newgraduate th {
  width: 15%;
}

/* block quote */

.post_content blockquote {
  margin: 0 0 25px 0;
  padding: 27px 30px 0;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 0px 0px #f2f2f2;
  position: relative;
}

.post_content blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #5cbcd7;
}

.post_content blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  right: -2px;
  color: #5cbcd7;
}

.post_content blockquote cite {
  border-top: 1px dotted #aaa;
  display: block;
  padding: 20px 0 0 0;
  font-style: italic;
  text-align: right;
  font-size: 90%;
}

/* captions */

.post_content .wp-caption {
  margin-bottom: 24px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post_content .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px auto;
}

.post_content .wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

/* gallery */

.gallery {
  margin-bottom: 20px;
}

.gallery a img {
  border: 0 !important;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px);
}

.gallery-columns-10 .gallery-item {
  max-width: 7%;
  max-width: -webkit-calc(9.4% - 0px);
  max-width: calc(9.4% - 0px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n),
.gallery-columns-10 .gallery-item:nth-of-type(10n) {
  margin-right: 0;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.gallery-columns-10 .gallery-caption {
  display: none;
}

/* etc */

.post_content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.post_content address {
  margin: 0 0 24px 0;
  line-height: 2.2;
}

.post_content pre {
  border-left: 5px solid #7fc120;
  font-size: 12px;
  margin: 0 0 27px 0;
  line-height: 25px;
  background: url(img/common/pre.gif) repeat left top;
  padding: 0 17px;
  overflow: auto;
}

.post_content .mejs-container {
  margin: 12px 0 25px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

#main_col {
  width: 100%;
  margin: 50px auto 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.map_container {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.company_colmumn {
  background: url(../img/company/company_address.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 340px;
}

.image-company {
  position: absolute;
  margin: 54% 7%;
  width: 7%;
}

p.map_ttl {
  width: 84%;
  color: white;
  font-family: "EB Garamond";
  font-size: 26px;
  font-weight: bold;
  margin: 235px auto 0%;
  text-align: left;
}

p.map_address {
  width: 83%;
  line-height: 1;
  margin: auto;
  color: white;
  text-align: left;
}

.company_map {
  width: 100%;
  height: 337px;
  overflow: hidden;
}

/* ----------------------------------------------------------------------
Contactform - お問い合わせフォーム
---------------------------------------------------------------------- */

.wpcf7 {
  width: 100%;
  /* border:1px solid #ddd; background:#fafafa; */
  padding: 0;
  margin: 0 0 2.5em !important;
  font-size: 14px;
}

.wpcf7 form {
  margin: 1.5em 1.5em 0;
}

.wpcf7 p {
  margin-bottom: 1em;
  font-size: 12px;
  line-height: 1.6;
}

.wpcf7 input,
.wpcf7 textarea {
  width: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.2;
  padding: 8px;
}

.wpcf7 select,
.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  width: auto;
  max-width: 97%;
  border: 1px solid #ccc;
  padding: 8px;
}

.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
  line-height: 1.2;
  font-size: 14px;
}

.wpcf7-list-item {
  display: block;
}

.wpcf7 textarea {
  height: 300px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  outline: none;
  border: 1px solid #bbb;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.5);
}

.wpcf7 input.wpcf7-submit {
  position: relative;
  display: block;
  width: 225px;
  height: 48px;
  margin: 30px auto 0;
  background-color: #333333;
  cursor: pointer;
  border: none !important;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wpcf7 input.wpcf7-submit,
.wpcf7 input.wpcf7-submit::before,
.wpcf7 input.wpcf7-submit::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 input.wpcf7-submit:hover {
  background-color: #666666;
}

.wpcf7 .wpcf7-not-valid {
  background: pink;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}

/* トップページ ３つの買取スタイル */

.buy-style-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: center;
  -ms-flex-pack: justify;
  margin: 5px auto;
}

.buy-style-wrap .shop-box {
  background: url(../img/top/bg_shop_box.png) no-repeat;
  width: 336px;
  height: 128px;
}

.buy-style-wrap .delivery-box {
  background: url(../img/top/bg_delivery_box.png) no-repeat;
  width: 336px;
  height: 128px;
}

.buy-style-wrap .trip-box {
  background: url(../img/top/bg_trip_box.png) no-repeat;
  width: 336px;
  height: 128px;
}

.buy-style-wrap h2 {
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  padding: 17px 12px 0px;
}

.buy-style-wrap h2 b {
  font-size: 5.8rem;
}

.buy-style-wrap .convenient {
  color: #fff;
  line-height: 1.4;
  padding: 2px 0px 8px 12px;
}

.buy-style-wrap .strengthen {
  color: #cf000c;
  background: #fff600;
  display: inline-block;
  line-height: 1;
  padding: 3px 10px;
  margin-left: 4px;
  font-size: 1.2rem;
}

.buy-style-wrap .item {
  color: #fff;
  font-size: 1.7rem;
  padding: 10px 0px 0 12px;
}

.buy-style-wrap a {
  text-decoration: none;
}

.buy-style-wrap a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.text-justify {
  text-align: justify;
  font-size: initial;
}

*/
/* recruit-jp css */

.ttl_bg {
  background: url(../img/recruit-jp/ttl_bg.png) no-repeat left;
  background-size: contain;
  width: 82%;
  margin: auto;
  margin-top: 5%;
}

#recruit figure {
  margin: 0;
  padding: 0;
}

#recruit img {
  max-width: 100%;
}

#section2 {
  width: 100%;
}

.textleft {
  text-align: left !important;
  color: black;
}

#section3 {
  width: 100%;
  background: RGB(247, 202, 201, 0.4);
  padding-bottom: 70px;
}

.rccontainer {
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* background: white; */
}

.rccontainer .text {
  text-align: center;
  width: 90%;
  font-size: 11px;
  line-height: 20px;
  order: 2;
  padding-top: 20px;
  letter-spacing: 1.5px;
  color: black;
}

.rccontainer .image {
  width: 90%;
  order: 1;
}

#section4 {
  width: 100%;
  padding: 20px 0 20px 0;
}

.textcontainer .toptext {
  text-align: center;
  width: 100%;
  font-size: 25px;
  letter-spacing: 2.5px;
  line-height: normal;
  color: black !important;
}

.cranesection {
  width: 100%;
  margin-bottom: 40px;
}

#index_content1_top {
  position: relative;
  background: #eee;
}

#index_content1_top_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.index_box_list .image {
  width: 100%;
  height: 220px;
  display: block;
  margin: 0;
  margin-top: -2vw;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: opacity;
  -webkit-transition: 0.5s;
  -moz-transition-property: opacity;
  -moz-transition: 0.5s;
  -ms-transition-property: opacity;
  -ms-transition: 0.5s;
  -o-transition-property: opacity;
  -o-transition: 0.5s;
  transition-property: opacity;
  transition: 0.5s;
}

.index_box_list .box.box4,
.index_box_list .box.box8 {
  margin: 0;
}

/* .index_box_list {
    padding: 1vw;
    width: 50.5vw;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
} */

#recruit h4 {
  font-size: 18px;
  background: #fbd6d9;
  border-radius: 5px;
  padding: 5px 15px;
}

.index_box_list .headline {
  font-size: 1rem !important;
  padding: 13px 0 5px 0 !important;
  text-align: center;
  color: #404040;
  font-weight: normal;
  background-color: white !important;
}

.index_box_list .desc {
  font-size: 11px;
  margin: 0;
  line-height: 180%;
  padding: 5px 8px 8px;
}

#index_content1_top1 {
  display: none;
}

#index_content1_top_inner {
  width: 102%;
  margin: auto;
  position: relative;
  z-index: 10;
}

.content1_last {
  padding-bottom: 2px;
}

#section5 {
  width: 100%;
  padding: 20px 0 20px 0;
  background: #fef9f6;
}

.textleft {
  text-align: left !important;
}

.imgcontainer {
  padding: 10px 0 20px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

hr.linek {
  border: 2px solid #ffde81;
  width: 90%;
  margin: auto;
  display: block !important;
}

#sectionlast {
  width: 100%;
  padding: 20px 0 20px 0;
}

.textcontainer .largetextbox {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  margin-top: 7%;
  padding-left: 25px;
  padding-right: 20px;
  color: #ac101b;
}

.titlecontainer1 {
  width: 90%;
  padding: 8px 9px 10px 0px;
  -webkit-transform: skew(-30deg, 0);
  transform: skew(-23deg, 0);
  background: #ac101b;
  color: white;
  border-radius: 4px;
  margin: 30px 0 30px 15px;
}

.smalltext {
  font-size: 11px !important;
  padding-left: 10px;
  font-weight: 400;
}

.dot {
  border-left: 2px dotted white;
  height: 100%;
  margin-right: 10px;
}

.topcontainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.topcontainer .box {
  width: 100%;
  /* padding: 0 10px 0 10px; */
  margin: 5px;
}

.topcontainer .box .boximage {
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.topcontainer .box .boxtext {
  width: 100%;
}

.toptext {
  font-weight: bold;
  font-size: 18px;
  color: #ac101b !important;
  text-align: center;
  margin: 10px 0 10px 0;
}

.btmtext {
  font-size: 12px !important;
  line-height: 1.5em;
}

.titlecontainer3 {
  width: 90%;
  padding: 12px 9px 10px 0;
  -webkit-transform: skew(-30deg, 0);
  transform: skew(-23deg, 0);
  background: #3ca1c0;
  color: white;
  border-radius: 4px;
  margin: 30px 0 30px 0;
}

.titlecontainer3 .titlebox {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  padding-left: 25px;
  -webkit-transform: skew(30deg, 0);
  transform: skew(23deg, 0);
  padding-right: 20px;
}

#btn-recruit-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

h2.page_ttl {
  font-size: 22px !important;
  font-weight: bold;
  vertical-align: middle;
  display: table-cell;
  height: 55px;
  line-height: 1.3 !important;
  padding-right: 10px !important;
  padding-left: 50px !important;
  background: none !important;
  color: #000 !important;
}

.管理職候補ttl {
  text-align: center;
  display: block;
}

.titlecontainer1 .titlebox::before {
  position: absolute;
  content: "";
  background: url(../img/recruit-jp/shadow.png) no-repeat;
  width: 68px;
  height: 117px;
  left: -30px;
  top: -51px;
  -webkit-transform: skew(-30deg, 0);
  transform: skew(-23deg, 0);
  background-size: 100% 100%;
  opacity: 0.8;
}

.titlecontainer2 .titlebox::before {
  position: absolute;
  content: "";
  background: url(../img/recruit-jp/shadow.png) no-repeat;
  width: 68px;
  height: 117px;
  left: -30px;
  top: -51px;
  -webkit-transform: skew(-30deg, 0);
  transform: skew(-23deg, 0);
  background-size: 100% 100%;
  opacity: 0.8;
}

.titlecontainer3 .titlebox::before {
  position: absolute;
  content: "";
  background: url(../img/recruit-jp/shadow.png) no-repeat;
  width: 68px;
  height: 117px;
  left: -30px;
  top: -51px;
  -webkit-transform: skew(-30deg, 0);
  transform: skew(-23deg, 0);
  background-size: 100% 100%;
  opacity: 0.8;
}

.recruit-jp-button {
  border: 2px solid #de1122;
  color: #de1122;
  background: white;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 45px;
  padding: 10px 30px 10px 30px;
  cursor: pointer;
  margin-top: 40px;
  margin-bottom: 40px;
  transition: all 0.25s ease;
}

.recruit-jp-button:hover {
  color: white;
  background: #de1122;
}

.textcontainer .textbox::before {
  position: absolute;
  content: "";
  background: url(../img/recruit-jp/line_left.gif) no-repeat;
  width: 9px;
  height: 17px;
  left: 7px;
  top: 4px;
}

.textcontainer .textbox::after {
  position: absolute;
  content: "";
  background: url(../img/recruit-jp/line_left.gif) no-repeat;
  width: 9px;
  height: 17px;
  right: 7px;
  top: 4px;
  transform: scaleX(-1);
}

/* recruit-jp css */

p.service_featured {
  border: none !important;
  color: gray;
}

.page_navi p.back a {
  background-color: #d21c24;
  color: white;
  padding: 3% 10% 3% 10%;
  border-radius: 10px;
  margin: auto !important;
  display: block;
  text-align: center;
}

span.reason {
  color: #d21c24;
  font-size: inherit;
  border-radius: 4px;
  padding: 1%;
}

.viewmore-btn {
  border: 1px solid #d21c24;
  display: block;
  margin: auto;
  padding: 2px 15px;
  border-radius: 4px;
  color: #d21c24 !important;
  background: transparent;
}

/* 10-reasons */

p.reason_ttl span {
  font-size: 1.2rem;
  display: block;
  margin-top: 5px;
  margin-left: 8px;
  margin-right: 8px;
  color: #d21c24;
  text-align: center;
}

p.reason_ttl {
  line-height: 1.6em !important;
  font-size: 1.2rem;
  text-align: center;
  width: 92vw;
  margin-left: -2%;
  margin-bottom: 8px !important;
}

span.reason {
  background: #c51c26;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  width: 121px;
  height: 20px;
  display: block;
  padding-top: 2px;
  line-height: 18px;
  margin-top: 17% !important;
  margin-bottom: -7% !important;
}

/* 10-reasons */

/* location-access */

.location {
  border-bottom: 2px dotted #8080802e;
  height: 100vw;
  padding: 0px 0 35px 0;
}

.location_page_ttl {
  font-family: "Noto Sans SC";
  font-size: 1.5rem;
  border-bottom: 2px solid #80808042;
  padding-bottom: 2%;
}

.loction_left {
  width: 100%;
  float: left;
}

.location_right {
  width: 100%;
  float: left;
  padding-top: 3%;
}

.location_map {
  float: right;
  position: relative;
  width: 42vw;
  height: 42vw;
  border: 1px solid black;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

img.location_image {
  width: 42vw;
  height: 42vw;
  border-radius: 20px;
  float: left;
  margin: 1%;
}

p.location_ttl {
  padding-left: 5%;
  font-size: 1.5rem;
  line-height: 3rem;
  font-family: "EB Garamond";
}

p.address_1 {
  padding-left: 5%;
  line-height: 1rem;
  font-size: 1rem;
  font-family: "EB Garamond";
}

p.address_2 {
  padding-left: 5%;
  line-height: 1.5rem;
  font-size: 1rem;
  font-family: "EB Garamond";
}

button.location_button {
  margin-left: 5%;
  display: block;
  margin-top: 20px;
  border: 1px solid #d21c24;
  padding: 2%;
  padding-left: 10%;
  font-family: "Pathway Gothic One";
  border-radius: 16px;
  background-image: url(../img/location_access/arrow-location.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 9px;
}

/* location-access */

mark2 {
  background-color: transparent;
  color: #d21c24 !important;
  font-weight: 600 !important;
  font-size: 1.1rem;
}

a {
  text-decoration: none;
  color: inherit;
}

li.animation_element {
  list-style-type: none;
}

.just {
  text-align: justify !important;
}

.image.pc-none {
  height: 85vw;
  background: #8080802b;
}

.listing {
  display: grid;
  line-height: 1.5;
}

.sortha {
  display: flex;
  flex-direction: column;
}

.image img {
  width: 100%;
  padding-top: 20px;
}

ol.clearfix {
  padding: 0;
}
