@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");

/* @import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap'); */

body {
  min-width: 0;
}

/* レイアウト */

#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;
  color: white;
  padding: 0;
  text-align: center;
  margin-bottom: 7vw;
}
.prev, .next {
  background: #c21921;
  padding: 3vw 10vw;
}
ul.type1.clearfix {
  display: grid;
  align-content: center;
  grid-template-columns: auto auto auto auto;
}

/* 最近のお知らせ */

#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: 4vw;
  padding-bottom: 6%;
  /* margin-left: 5% !important; */
  text-align: center;
}

#recent_news .date {
  padding: 0 0 0px 0px;
  margin: 10px 0 0 0vw;
  text-align: center;
  color: #d21c24;
}

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

/* ヘッダー画像 */

#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: 67vw;
  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: 8vw !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;
  list-style-type: none;
}

#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: justify;
  /* margin-left: 4%; */
  color: black;
  margin: 6vw auto 1em;
}

/* 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: 16px;
    line-height: 0.6;
    text-align: center;
    width: 32% !important;
    padding-left: 3px;
    padding-right: 3px;
  }
  .wpcf7 table th span {
    /*background: #d13636; */
    /* font-size: 0.67rem; */
    /* padding: 2px 2px 3px; */
    /* -webkit-border-radius: 5px; */
    /* color: #fff; */
    /* margin: 5px 25px 0 25px; */
    /* display: block; */
    background: transparent;
    color: red;
    font-size: 25px;
    -moz-border-radius: 5px;
    border-radius: 2px;
    line-height: 1;
  }
  .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; */
    margin: 0% auto 3vw;
    display: block;
    height: 13vw;
    width: 53vw;
    border-radius: 16px;
    border: 1px solid gray;
    /* background-color: red !important; */
    /* color: white; */
    font-size: 18px;
  }
  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;
    /* background-color: red !important; */
    /* color: white !important; */
  }
  .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: 16px;
    font-weight: bold;
    margin-bottom: 10%;
    height: 37px;
  }
  .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%; */
    border-collapse: separate;
    border-spacing: 0px 13px;
    width: 100%;
  }
  table.table_01 th {
    width: 25% !important;
    padding: 10px 3px;
    font-size: 12px;
  }
  table.table_01 td {
    font-size: 4vw;
    text-align: justify;
    /* padding: 10px 13px 7px; */
    padding: 15px 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: normal;
    vertical-align: middle;
  }
  .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;
    height: 33vw;
  }
  #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;
    color: black;
    text-decoration: none;
  }
  img.service_img {
    display: block;
    float: none;
    width: 100%;
  }
  .service_point h3 {
    font-size: 16px !important;
    padding-left: 32px !important;
    background: url(./img/checkboxx.png) no-repeat 3px 15px;
    background-size: 26px;
    padding-top: 20px !important;
    height: 21px;
  }
  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%;
  }
  .header_pattern {
    /* padding-top: 57.14%; */
  }
  .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;
  font-family: "Noto Sans JP", sans-serif;
  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 !important;
  height: auto;
  margin-top: 0% !important;
  display: block;
  border-radius: 0px !important;
  border: none !important;
}

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%;
}

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 JP", sans-serif;
  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 JP", sans-serif;
  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 JP", sans-serif;
  margin: auto !important;
}

em {
  font-size: 16px;
}

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

.column-tnc {
  margin: 20% 0% 10% 0%;
}

.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; */
  /* padding-top: 4%; */
  vertical-align: center;
  text-align: left !important;
  vertical-align: middle;
}

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: 1.5;
  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;
  }
  /* ----------------------------------------------------------------------
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)";
  }
  /* 
.zcolumn2 {
    float: left;
    width: 40%;
    padding-top: 2%;
    border-radius: 0 0 5px 5px;
}

.zcolumn3 {
    text-align: center;
}

.zcolumn4 {
    float: left;
    width: 40%;
    padding-top: 5%;
    border-radius: 0 0 5px 5px;
} */
  /* .zcolumn5 {
    float: left;
    width: 45%;
    background: url("../img/shops/main/Image2.png");
    background-repeat: no-repeat;
    background-position: right;
    height: 50%;
    border-radius: 0 0 5px 5px;
}

.zcolumn6 {
    float: none;
    width: 50%;
    height: 40%;
    padding: 10px;
    margin: auto;
    background: url(../img/shops/main/BG-4.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.zcolumn7 {
    float: none;
    text-align: center;
    background: url(../img/shops/main/Dragon-bear.png);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center;
    height: 35%;
}

.zcolumn8 {
    float: none;
    text-align: center;
    padding: 2%;
}

.zcolumn9 {
    float: none;
    text-align: center;
    height: 100%;
    width: 20%;
}

.zcolumn_text_1 {
    float: left;
    width: 40%;
    height: 45%;
    padding: 5%;
    background: url(../img/shops/main/BG-2.png);
    background-position: right;
    background-repeat: no-repeat;
}

h1.zcolumn_text_1 {
    font-size: xx-large;
    font-family: 'dancing script';
    line-height: 1;
}

h1.ft {
    font-size: xxx-large;
    font-family: 'dancing script';
    line-height: 1 !important;
    text-align: center !important;
}

.zcolumn_text_2 {
    float: left;
    width: 40%;
    height: auto;
    padding-left: 5%;
    background: url(../img/shops/main/BG-1.png);
    background-position: left;
    background-repeat: no-repeat;
}

.zcolumn_text_3 {
    float: left;
    width: 40%;
    height: auto;
    padding: 5%;
    background: url(../img/shops/main/BG-3.png);
    background-position: right;
    background-repeat: no-repeat;
    /* margin-right: -40px; */
}

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

*/
/* 
#main {
    width: 100% !important;
    float: left;
}

#zheader03_01_02 {
    background: url(../img/shops/main/Top-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 90%;
}

.zparallax {
    background: url("../img/shops/main/Banner-Parallax.png");
    height: 400px;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.zbody {
    font-family: Arial;
    margin: 0;
}

.zrow {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

img {
    vertical-align: middle;
} */


/* Position the image container (needed to position the left and right arrows) */


/* 
.zcontainer2 {
    width: 90%;
    position: center;
    margin-left: auto;
    margin-right: auto;
} */


/* Hide the images by default */


/* 
.zmySlides {
    display: none;
    text-align: center;
    padding-top: 10%;
    /* background-color: rgba(255, 255, 194, 0.315);
    height: 60%;
    padding-left: 35%;
    /* max-height: 600px; 
    width: 100%; 
} */


/* Add a pointer when hovering over the thumbnail images */


/* 
.zcursor {
    cursor: pointer;
} */


/* Next & previous buttons */


/* 
.zprev,
.znext {
    cursor: pointer;
    position: absolute;
    width: auto;
    padding: 16px;
    margin-top: -15%;
    color: rgb(14, 13, 13);
    font-weight: bold;
    font-size: 30px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
} */


/* Position the "next button" to the right */


/* 
.znext {
    right: 0;
    border-radius: 3px 0 0 3px;
} */


/* On hover, add a black background color with a little bit see-through */


/* .zprev:hover,
.znext:hover {
    background-color: rgba(0, 0, 0, 0.8);
} */


/* Number text (1/3 etc) */


/* .znumbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
} */


/* Container for image text */


/* .zcaption-container {
    text-align: center;
    font-size: 24px;
    background-color: rgba(255, 255, 194);
    padding: 2px 16px;
    color: rgb(7, 7, 7);
}

.zrow:after {
    content: "";
    display: table;
    clear: both;
    padding-top: 2% !important;
} */


/* Six columns side by side */


/* Add a transparency effect for thumnbail images */


/* 
.zdemo {
    opacity: 0.6;
}

.zactive,
.zdemo:hover {
    opacity: 1;
}

.zimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#zmyImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#zmyImg:hover {
    opacity: 0.7;
} */


/* The Modal (background) */


/* .zmodal {
    display: none;
    
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}




.zmodal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px; 
}*/


/* Caption of Modal Image */


/* #zcaption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
} */


/* Add Animation */


/* 
.zmodal-content,
#caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
} */


/* The Close Button */


/* 
.zclose {
    position: absolute;
    top: 20%;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.zclose:hover,
.zclose:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
} */


/* 100% Image Width on Smaller Screens
@media only screen and (max-width: 700px) {
    .zmodal-content {
        width: 100%;
    }
    
    .zfade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
    }
    
    @-webkit-keyframes fade {
        from {
            opacity: .4
        }
        to {
            opacity: 1
        }
    }
    
    @keyframes fade {
        from {
            opacity: .4
        }
        to {
            opacity: 1
        }
    } */


/* On smaller screens, decrease text size */


/*     
    @media only screen and (max-width: 300px) {
        .prev,
        .next,
        .text {
            font-size: 11px
        }
    }
} */


/* recruit-jp css */

.ttl_bg {
  background: url(../lotus_tcd039/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(../lotus_tcd039/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(../lotus_tcd039/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(../lotus_tcd039/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(../lotus_tcd039/img/recruit-jp/line_left.gif) no-repeat;
  width: 9px;
  height: 17px;
  left: 7px;
  top: 4px;
}

.textcontainer .textbox::after {
  position: absolute;
  content: "";
  background: url(../lotus_tcd039/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: black;
}

.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;
}

/* 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 JP", sans-serif;
  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: "Noto Sans JP", sans-serif;
}

p.address_1 {
  padding-left: 5%;
  line-height: 1rem;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

p.address_2 {
  padding-left: 5%;
  line-height: 1.5rem;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

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(../lotus_tcd039/img/location_access/arrow-location.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 9px;
}

/* location-access */

.lazyload {
  animation-name: puff;
  animation-duration: 2s;
  -webkit-animation-name: puff;
  -webkit-animation-duration: 2s;
  transition: all 2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

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

@-webkit-keyframes puff {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.image img {
  width: 100%;
  margin-top: 14vw;
  display: block;
  /* margin: auto; */
  /* border-radius: 10px; */
  /* border: 1px solid #d21c24; */
}

.line-saprator {
  border-bottom: 1px solid lightgray;
  margin-bottom: 30px;
}

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

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

.company_map {
  width: 100%;
  overflow: hidden;
}

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

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

p.map_ttl {
  width: 84%;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  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;
}

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

body {
  width: 100% !important;
  overflow-x: hidden;
}

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

#share_top1 ul {
  list-style-type: none;
}

#share_top1 ul li a {
  min-width: 27px;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 12px;
  font-weight: 400;
  color: #fff !important;
  background: #fafafa;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgb(0 0 0 / 3%);
  text-shadow: none;
  text-align: center;
  line-height: 25px;
  padding: 1px 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "EB Garamond";
}

#share_top1 ul li.facebook a,
#share_btm1 ul li.facebook a {
  background-color: #35629a;
}

#share_top1 ul li.twitter a,
#share_btm1 ul li.twitter a {
  color: #fff;
  background-color: #55acee;
}
/*------------- share_top1 & share_btm1 button_color -------------*/

/* Twitter */
#share_top1 ul li.twitter a,
#share_btm1 ul li.twitter a {
    color: #fff;
    background-color: #55acee;
}
#share_top1 ul li.twitter a:hover,
#share_btm1 ul li.twitter a:hover {
    background-color: #468ec5;
}

/* Facebook */
#share_top1 ul li.facebook a,
#share_btm1 ul li.facebook a {
    background-color: #35629a;
}
#share_top1 ul li.facebook a:hover,
#share_btm1 ul li.facebook a:hover {
    background-color: #1f3669;
}

/* Google+ */
#share_top1 ul li.googleplus a,
#share_btm1 ul li.googleplus a {
    background-color: #dd4b39;
}
#share_top1 ul li.googleplus a:hover,
#share_btm1 ul li.googleplus a:hover {
    background-color: #b94031;
}
#share_top1 ul li.googleplus a i {
    top: 4px;
}

/* Hatena */
#share_top1 ul li.hatebu>a,
#share_btm1 ul li.hatebu a {
    background-color: #3c7dd1;
}
#share_top1 ul li.hatebu>a:hover,
#share_btm1 ul li.hatebu a:hover {
    background-color: #0270ac;
}

/* Pocket */
#share_top1 ul li.pocket a,
#share_btm1 ul li.pocket a {
    background-color: #ee4056;
}
#share_top1 ul li.pocket a:hover,
#share_btm1 ul li.pocket a:hover {
    background-color: #c53648;
}

/* rss */
#share_top1 ul li.rss a,
#share_btm1 ul li.rss a {
    background-color: #ffb53c;
}
#share_top1 ul li.rss a:hover,
#share_btm1 ul li.rss a:hover {
    background-color: #e09900;
}

/* Feedly */
#share_top1 ul li.feedly a,
#share_btm1 ul li.feedly a {
    background-color: #6cc655;
}
#share_top1 ul li.feedly>a:hover,
#share_btm1 ul li.feedly>a:hover {
    background-color: #5ca449;
}

/* Pinterest */
#share_top1 ul li.pinterest a,
#share_btm1 ul li.pinterest a {
    background-color: #d4121c;
}
#share_top1 ul li.pinterest a:hover,
#share_btm1 ul li.pinterest a:hover {
    background-color: #a42f35;
}
#share_top1 ul li a,
#share_top2 ul li a,
#share_btm1 ul li a,
#share_btm2 ul li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#share_top1 ul li a i {
  position: relative;
  top: 3px;
  color: #fff;
  font-size: 1.3em;
  text-shadow: 1px 1px 0 rgb(255 255 255 / 10%);
}

#share_top1 ul li a .ttl {
  margin: 0 3px 0 2px;
  text-align: center;
  line-height: 20px;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?evfvw0");
  src: url("../fonts/icomoon.eot?evfvw0#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?evfvw0") format("truetype"),
    url("../fonts/icomoon.woff?evfvw0") format("woff"),
    url("../fonts/icomoon.svg?evfvw0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e902";
}

.icon-twitter:before {
  content: "\e904";
}
.icon-feedly:before {
  content: "\e907";
}
.icon-hatebu:before {
  content: "\e908";
}
.icon-line:before {
  content: "\e909";
}
.icon-pocket:before {
  content: "\e90a";
}
.icon-google-plus:before {
  content: "\e900";
}
.icon-google-plus2:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-facebook2:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-rss:before {
  content: "\e90b";
}
.icon-rss2:before {
  content: "\e906";
}
.icon-pinterest:before {
  content: "\e905";
}
