/*
Theme Name: 多業種対応HPシステム(CMSテーマ)【Hide Professional Theme】ITツールNo:TL29-0042726
Theme URI:     https://yamato.studio/package/
Author: 株式会社大和(Yamato)
Author URI: https://yamato.studio/
Description: CMS(Wordpress)のスクラッチテーマです。 CMSホームページ導入により売上アップおよび業務効率化が可能です。（既存顧客の維持、新規顧客獲得、エンドユーザー様の利便性の向上、売上向上、顧客管理）ブログやホームページ内の更新はもちろん、メールフォームの追加や編集、予約機能の切り替え、受発注処理を行うことのできるパッケージテーマです。 お客様のビジョンを明確にし、目標設定、ブランディングからペルソナデザインまで行い、お客様にとっての最良のホームページという24時間不眠不休で働く営業マンを作成いたします。 それによりPRやお問合せ受付、社内でのお知らせによる情報共有、予約スケジュール、顧客管理と生産性を向上させます。 下記内容がサーバーにアップしテーマを有効化した状態で行いますので、すぐに運用を開始できます。 ・ブログの更新、お知らせの更新、ページ内の更新は、プログラムの言語が分からなくても直感的に行えます。 ・情報をカテゴリーごとに分けユーザーがほしい情報にたどりつきやすくなっております。 ・管理画面内で使用、不使用を選択できるので今後の展開も視野に入れてお使いいただけます。 ・メール機能も簡単にカスタマイズできるのでお問合せ以外に受注発注の処理も一貫して行うことができます。 ・メールにて収集したメールアドレスを管理することも可能です。 ・お客様の声など、現場の声をより簡単に更新が行えます ・タイムスケジュール、カレンダーの同期も行えます。
Version: 1.0.2
*/ :root {
  --main: #000000;
  --sub: #333333;
  --gray: #939393;
  --gray2: #F8F8F8;
  --gray3: #333333;
  --bgw: #FFFFFF;
  --fcw: #FFFFFF;
  --color01: #b7000e;
  --gradation: linear-gradient(to right, #FACB05, #FF7600);
  --shadow: 0 3px 10px rgba(0, 0, 0, .16);
  --shadow2: 0px 5px 11px rgba(0, 0, 0, .16);
  --shadow2: 0px 3px 6px rgba(0, 0, 0, .16);
  --noto: "小塚ゴシック Pro", "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  --poppins: "Poppins", "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  --fz0: 1.2rem;
  --fz1: 1.4rem;
  --fz2: 1.6rem;
  --fz3: 1.8rem;
  --fz4: 2.4rem;
  --fz5: 3.6rem;
  --fz6: 20.0rem;
}
body {
  background: var(--bgw);
  color: var(--main);
  /*font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;*/
  font-family: var(--poppins);
  font-size: 1.8rem;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}
.os {
  font-family: var(--os);
}
.msd {
  font-family: var(--msd);
}
/* 背景色 */
.bg_gray {
  background-color: var(--gray2);
}
.bg_w {
  background-color: var(--bgw);
}
/* アコーディオン */
.acMenu > dd {
  display: none;
}
/* ------------------------------------------------------------------------- *
 *  WordPressのネイティブcss
/* ------------------------------------------------------------------------- */
.blog_article_area p {
  display: block;
  margin: 1em 0;
}
.blog_article_area h1, h2, h3, h4, h5, h6, ul, li, img, table, tr, th, td, dl, dt, dd {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  border: none;
  list-style-type: none;
}
.blog_article_area strong {
  font-weight: bold;
}
.blog_article_area em {
  font-style: italic;
}
.blog_article_area blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
/*  base : img
/* ------------------------------------ */
.blog_article_area .aligncenter {
  display: block;
  margin: 0 auto;
}
.blog_article_area .alignright {
  float: right;
}
.blog_article_area .alignleft {
  float: left;
}
img[class*="wp-image-"], .blog_article_area img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}
.breadcrumb {
  white-space: nowrap;
  overflow: hidden;
}
/* ------------------------------------------------------------------------- *
 *  WP-PageNavi
/* ------------------------------------------------------------------------- */
.wp-pagenavi {
  display: flex;
  justify-content: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  min-width: 28px;
  padding: 0 2px;
  margin: 0 6px;
  text-align: center;
  border: 1px solid #000;
  font-size: 1.6rem;
  line-height: 32px;
}
.wp-pagenavi .pages {
  padding: 0 10px;
}
.wp-pagenavi .current {
  font-weight: bold;
  background-color: #ccc;
}

.page_box{
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
.page_box{
	display: block;
}
}
.page_box div:last-child{
text-align: right;
}


.page_box div ul{
	display: flex;
	gap: 60px;
}
@media screen and (max-width: 767px) {
.page_box div ul{
	margin-bottom: 30px;
}
}
.page_box div ul li{
	position: relative;
}
@media screen and (max-width: 767px) {
.page_box div ul li{
	font-size: 1.2rem;
}
}

.page_box div ul li:first-child::before{
	position: absolute;
	background: #ccc;
	width: 1px;
	height: 100%;
	content: "";
	top: 0;
	right: -30px;
}





.page_box div ul li:first-child a{
	padding-left: 30px
}
.page_box div ul li:last-child a{
	padding-right: 30px
}
@media screen and (max-width: 767px) {
.page_box div ul li:first-child a{
	padding-left: 15px
}
.page_box div ul li:last-child a{
	padding-right: 15px
}
}
.page_box div ul li:first-child a::before{
	content: "<";
	position: absolute;
	top: 0;
	left: 0;
}
.page_box div ul li:last-child a::before{
	content: ">";
	position: absolute;
	top:0;
	right:  0;
}

.page_box div p a{
	display: block;
	border-bottom: #000 1px solid;
}
@media screen and (max-width: 767px) {
.page_box div p a{
	display: inline-block;
}
}


/* CSS Document */
.site_wrapper {
  width: 1080px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .site_wrapper {
    width: 100%;
    box-sizing: border-box;
  }
}
.indent_content {
  padding: 150px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .indent_content {
    padding: 80px 15px;
  }
}
.indent_content2 {
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .indent_content2 {
    padding: 30px 15px;
  }
}
.sp_indent15_lr {}
@media screen and (max-width : 767px) {
  .sp_indent15_lr {
    padding: 0 15px;
  }
}
#wrapper_all {
  text-align: center;
  min-width: 1120px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #wrapper_all {
    min-width: 100%;
  }
}
.ma {
  margin: auto;
}
.txt_indent > li{
	text-indent: -1em;
	padding-left: 1em;
}
p.txt_indent{
	text-indent: -1em;
	padding-left: 1em;
}
/* hd_nav　ヘッダー
-------------------------------------------------------------------*/
.bg_h1 {
  width: 100%;
  padding: 5px;
  font-size: 1.2rem;
  background: var(--sub);
  color: #fff;
  text-align: left;
}
.bg_f1 {
  background-color: var(--bgw);
  padding: 15px 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .bg_h1, .bg_f1 {
    padding: 5px 15px;
    font-size: 1.0rem;
  }
}
@media screen and (max-width: 767px) {
  .txt_h1 {
    font-size: 1rem;
  }
}
header.header {
  position: relative;
}
.header_in {
  position: relative;
}
.area_hd01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.area_hd01 .left_area {
  width: 280px;
  position: relative;
  margin: 0 30px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .area_hd01 .left_area {
    width: 60%;
    height: auto;
    margin-left: 15px;
    box-sizing: border-box;
  }
  .area_hd01 .right_area {
    width: 15%;
  }
}
.area_hd01 .left_area h1 {
  position: relative;
  width: 200px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
.area_hd01 .left_area h1 {
  width: 160px;
}
}
.area_hd01 .left_area h1::before {
  content: "";
  background: #000;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -20px;
}
.area_hd01 .left_area p {
  line-height: 1;
  width: 46px;
}
@media screen and (max-width: 767px) {
.area_hd01 .left_area p {
  width: 30px;
}
}
.logo {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .logo {
    top: -15px;
  }
}
.logo_box {
  position: relative;
  width: 200px;
  height: 55px;
}
.g_nav > ul {
  display: flex;
  justify-content: space-between;
}
.g_nav > ul > li {}
.g_nav > ul > li:nth-child(1) {}
.g_nav > ul > li > a {
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
  padding: 5px 15px;
}
.g_nav li a:hover, .g_nav li.current a {
  color: #ccc;
}
.g_nav > ul > li > a svg {
  vertical-align: top;
  margin-right: 10px;
}
@media screen and (max-width: 1600px) {
  .g_nav > ul > li > a {
    padding: 5px 10px;
  }
}
/*ナビのスタイル*/
.NavMenu {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  background: var(--main);
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
}
.btn_000 {
  display: flex;
  gap: 3%;
  margin-top: 30px;
}
.btn_000 > li {
  width: 48.5%;
}
.btn_000 > li a {
  background: #fff;
  color: #000;
  border-radius: 50px;
  text-align: center;
  padding: 10px;
  display: block;
}
/*ボタンのスタイル*/
.Toggle {
  position: relative;
  width: 30px;
  height: 25px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  z-index: 101;
}
.Toggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 2px var(--main);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 0;
}
.Toggle span:nth-child(1) {
  top: 0px;
}
.Toggle span:nth-child(2) {
  top: 12px;
}
.Toggle span:nth-child(3) {
  top: 25px;
}
.Toggle.active span:nth-child(1) {
  top: 8px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 2px var(--bgw);
}
.Toggle.active span:nth-child(2), .Toggle.active span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 2px var(--bgw);
}
/*グローバルメニュー 
--------------------------*/
.global-nav {
  margin: 0;
  position: relative;
}
.global-nav .nav-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.global-nav .nav-list .nav-item {
  flex: 1;
}
.global-nav .nav-list .nav-item a {
  border-right: 1px solid #ccc;
  color: #333;
  display: block;
  padding: 0.6em 0.4em;
  text-align: center;
  text-decoration: none;
}
.global-nav .nav-list .nav-item:last-child a {
  border-right: none;
}
/* サブナビゲーション */
@media screen and (min-width: 768px) {
  .nav-list {
    position: relative;
  }
  .nav-item_sub {
    background: #ccc;
    left: 0;
    margin: 0 calc(50% - 50vw);
    opacity: 0;
    position: absolute;
    top: 40px;
    transition: all 0.2s ease;
    visibility: hidden;
    width: 100vw;
  }
  .nav-item_sub .inner {
    display: flex;
    margin: 0 auto;
    width: 1200px;
  }
  .nav-item_sub .inner ul {
    margin: 20px 20px 20px;
  }
  .global-nav .nav-list .nav-item_sub a {
    text-align: left;
  }
  .nav-item:hover .nav-item_sub {
    opacity: 1;
    visibility: visible;
  }
  /* SP時：ハンバーガーメニューボタン */
  .global-nav-icon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .global-nav-header {
    height: 25px;
  }
  .global-nav .nav-list {
    background: rgba(0, 0, 0, 0.8);
    display: none;
    left: 50%;
    padding: 10px;
    position: absolute;
    transform: translate(-50%, 0%);
    width: 100%;
  }
  .global-nav .nav-list .nav-item a {
    border-bottom: 1px solid #ccc;
    border-right: none;
    color: #fff;
    padding: 1rem 1rem;
    text-align: left;
  }
  .global-nav .nav-list .nav-item:last-child a {
    border-bottom: none;
  }
  .global-nav-icon {
    color: #999;
    cursor: pointer;
    display: block !important;
    font-size: 28px;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  .nav-item_sub {
    display: none;
  }
  .global-nav {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .nav-list {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.tit_cat {
  background-color: var(--main);
  text-align: center;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 2.0rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .tit_cat {
    font-size: 1.4rem;
  }
}
.bd_04 {
  border-bottom: 4px solid var(--sub);
}
.col_1_1 {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.col_1_1 > li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .col_1_1 > li {
    width: 100%;
  }
}
.col_1_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_1_2 > .left_area {
  width: 35%;
}
.col_1_2 > .right_area {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .col_1_2 {
    display: block;
  }
  .col_1_2 > .left_area {
    width: 100%;
    margin-bottom: 10px;
  }
  .col_1_2 > .right_area {
    width: 100%;
  }
}
.col_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_2 > li, .col_2 > .left_area, .col_2 > .right_area {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .col_2 {
    justify-content: center;
  }
  .col_2 > li {
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
  }
  .col_2 > .left_area, .col_2 > .right_area {
    width: 100%;
  }
}
.col_3 {
  display: flex;
  flex-wrap: wrap;
}
.col_3 > li {
  width: 31.333%;
  margin-right: 3%;
}
.col_3 > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .col_3 {
    justify-content: center;
  }
  .col_3 > li {
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
  }
}
.col_4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_4 > li {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .col_4 {
    justify-content: center;
  }
  .col_4 > li {
    width: 100%;
    margin-bottom: 60px;
    overflow: hidden;
  }
}
.col_5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col_5 > li {
  width: 19%;
}
@media screen and (max-width: 767px) {
  .col_5 {
    justify-content: center;
  }
  .col_5 > li {
    width: 30%;
    margin-bottom: 60px;
    overflow: hidden;
  }
}
.col_1_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.col_1_3 > .left_area {
  width: 35%;
}
.col_1_3 > .right_area {
  width: 60%;
}
.col_3_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
}
.col_3_1 > .left_area {
  width: 60%;
}
.col_3_1 > .right_area {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .col_1_3 > .left_area {
    width: 100%;
  }
  .col_1_3 > .right_area {
    width: 100%;
  }
  .col_3_1 {
    flex-direction: row;
  }
  .col_3_1 > .left_area {
    width: 100%;
  }
  .col_3_1 > .right_area {
    width: 100%;
  }
}
.li_indent > li {
  text-indent: -1em;
  padding-left: 1em;
}
.txt_indent_02 {
  text-indent: -3em;
  padding-left: 3em;
}
/* トップページメインイメージ */
.main_slider_wrap {
  position: relative;
  width: 100%;
  margin-left: auto;
}
.main_slider_wrap picture img {
  width: 100%;
  /*height: 750px;*/
  height: 700px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .main_slider_wrap picture img {
    height: 350px;
  }
}
.main_txt {
  position: absolute;
  top: 20%;
  left: 40px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .main_txt {
    top: 20%;
    left: 20px;
	  width: 90%;
  }
}
/*.main_txt_inbox {
  width: 630px;
}*/
.main_txt_01 {
  font-size: 15rem;
  font-weight: 200;
  color: var(--fcw);
  line-height: 1.1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .main_txt_01 {
    font-size: 5rem;
    margin-bottom: 10px;
  }
}
.main_txt_02 {
  font-size: 7rem;
  font-weight: 500;
  color: var(--fcw);
  text-align: left;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .main_txt_02 {
    font-size: 2.4rem;
  }
}
.main_txt_03 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--fcw);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .main_txt_03 {
    font-size: 1.4rem;
  }
}
.main_txt_sub {
  position: absolute;
  bottom: 20px;
  right: 40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main_txt_sub {
    bottom: 10px;
    right: 20px;
  }
}
.main_txt_sub p {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: #fff;
  position: relative;
  padding-bottom: 200px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .main_txt_sub p {
    padding-bottom: 80px;
    font-size: 1.0rem;
  }
}
.main_txt_sub p::after {
  content: "";
  background: #fff;
  height: 150px;
  width: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .main_txt_sub p::after {
    height: 60px;
  }
}
.ttl_00 {
  font-size: 4.0rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl_00 {
    font-size: var(--fz4);
    letter-spacing: 0.05em;
  }
}
.ttl_01 {
  margin-bottom: 40px;
}
.ttl_01 p {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .ttl_01 p {
    font-size: 3.5rem;
    line-height: 1.4;
  }
}
.ttl_01 h2 {
  font-size: 1.5rem;
  color: #939393;
}
.ttl_01.red {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
.ttl_01.red {
  margin-bottom: 60px;
}
	
}
.ttl_01.red p {
  color: #B7000E !important;
}
.ttl_01.red h2 {
  color: #000 !important;
}
.ttl_01.white p, .ttl_01.white h2 {
  color: var(--fcw);
}
.ttl_02 {
  font-size: var(--fz5);
  text-align: center;
  font-weight: bold;
  margin: 20px 0 80px 0;
  text-transform: capitalize;
  position: relative;
}
.ttl_02 .jp {
  font-weight: bold;
  font-size: var(--fz3);
  position: relative;
}
.ttl_02::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  font-weight: bold;
  margin-left: -20px;
  width: 40px;
  height: 1px;
  background-color: var(--main);
  display: block;
}
@media screen and (max-width: 767px) {
  .ttl_02 {
    font-size: var(--fz4);
    font-weight: bold;
    margin: 20px 0 40px 0;
  }
  .ttl_02_box .en {
    font-size: var(--fz2);
  }
}
.ttl_03 {
  font-size: var(--fz4);
  text-align: left;
  font-weight: bold;
  margin-bottom: 60px;
  text-transform: capitalize;
  position: relative;
  border-bottom: 1px dotted var(--sub);
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ttl_03 {
    font-size: var(--fz3);
  }
}
.ttl_13 {
  font-size: 3.2rem;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ttl_13 {
  font-size: 2.4rem;
  }
}
.ttl_04 {
  font-size: var(--fz4);
  text-align: left;
  font-weight: bold;
  margin: 20px 0 80px 0;
  text-transform: capitalize;
  position: relative;
}
.ttl_04::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  font-weight: bold;
  margin-left: 0px;
  width: 40px;
  height: 1px;
  background-color: var(--main);
  display: block;
}
@media screen and (max-width: 767px) {
  .ttl_04 {
    font-size: var(--fz3);
    font-weight: bold;
    margin: 20px 0 40px 0;
  }
}
.z_2 {
  z-index: 2;
}
.f_grad {
  background: var(--gradation);
  background: -webkit-var(--gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g_circle {
  margin-bottom: 80px;
}
.g_circle li {
  background: var(--gradation);
  width: 200px;
  height: 200px;
  margin: auto;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  color: var(--fcw);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 2.0rem;
}
.g_circle li .num {
  display: inline-block;
  font-weight: bold;
  font-size: 3.0rem;
  border-bottom: 1px solid #fff;
}
.g_circle li p {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .g_circle {
    margin-bottom: 40px;
  }
  .g_circle li {
    background: var(--gradation);
    width: 150px;
    height: 150px;
    margin: auto;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    color: var(--fcw);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .g_circle li .num {
    display: inline-block;
    font-weight: bold;
    font-size: 2.0rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
  }
}
.u_arrow {
  display: flex;
  clear: both;
  margin-bottom: 100px;
}
.u_arrow > li {
  width: 50%;
  position: relative;
}
.u_arrow > li:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0;
  right: -1%;
  width: 100%;
  border-bottom: 1px solid var(--main);
  transform: rotate(10deg);
}
.u_arrow > li:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  left: -1%;
  width: 100%;
  border-bottom: 1px solid var(--main);
  transform: rotate(-10deg);
}
@media screen and (max-width: 767px) {
  .u_arrow {
    margin-bottom: 50px;
  }
}
.bdg {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: var(--fz5);
}
.bdg::after {
  content: "";
  background: var(--gradation);
  width: 500px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -250px;
}
@media screen and (max-width: 767px) {
  .bdg {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: var(--fz4);
  }
  .bdg::after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
  }
}
/* パンくずリスト
-------------------------------*/
nav#breadcrumbs {
  padding: 10px 0 10px;
}
@media screen and (max-width: 767px) {
  nav#breadcrumbs {
    padding: 10px 15px;
  }
}
nav#breadcrumbs ol {
  display: flex;
}
nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
  font-size: 1.0rem;
}
nav#breadcrumbs ol li:before {
  content: "　>　";
}
nav#breadcrumbs ol li:first-child:before {
  content: "";
}
/* トップページコンテンツ */
#reason .col_1_3 > .right_area, #reason .col_3_1 > .left_area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#reason .col_1_3 > .right_area > .box, #reason .col_3_1 > .left_area > .box {
  width: 100%;
}
.top_int_num_box {
  font-weight: bold;
  background: var(--gradation);
  color: var(--fcw);
  max-width: 100px;
  text-align: center;
  line-height: 1.1;
  font-size: 1.6rem;
  padding: 15px;
  position: absolute;
  left: 20px;
  top: -10px;
  text-transform: uppercase;
}
.top_int_num_box .num {
  display: block;
  font-size: 4.0rem;
  letter-spacing: 0.2rem;
}
.right_area .top_int_num_box {
  right: 20px;
  left: auto;
}
@media screen and (max-width: 767px) {
  .top_int_num_box {
    width: 70px;
    font-size: 1.2rem;
    text-shadow: 0 0 4px #fff;
  }
  .top_int_num_box .num {
    font-size: 3.6rem;
    text-shadow: none;
  }
}
.t_t_img {
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .t_t_img {
    padding-right: 0px;
    margin-bottom: 30px;
  }
}
.ttl_tt {
  font-size: 7.0rem;
  font-weight: bold;
  position: relative;
  padding: 30px 20px;
  font-family: var(--poppins);
  line-height: 1.2;
}
.ttl_tt::before {
  width: 80px;
  height: 80px;
  content: "";
  background: var(--gradation);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ttl_tt {
    font-size: 4.8rem
  }
}
.top_int_fax {
  background-color: var(--gray3);
  color: var(--fcw);
  padding: 25px 50px;
  margin-bottom: 100px;
}
.faq_q {
  font-size: var(--fz4);
  font-weight: bold;
  position: relative;
  text-align: center;
}
.faq_q .down_ar {
  position: absolute;
  top: 2px;
  right: 0;
  background-color: var(--gray3);
  color: var(--fcw);
  border: 2px solid var(--fcw);
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: .35s ease-in-out;
}
@media screen and (max-width: 767px) {
  .faq_q .down_ar {
    width: 20px;
    height: 20px;
  }
}
.active .down_ar {
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .top_int_fax {
    padding: 15px 15px;
    margin-bottom: 40px;
  }
  .faq_q {
    font-size: 1.4rem;
    padding: 0 30px 0 45px;
    text-indent: -45px;
  }
  .faq_q .down_ar {
    font-size: 1.2rem;
    text-indent: 0;
    line-height: 1;
  }
}
.faq_q .faq_ico {
  font-size: 3.0rem;
}
.top_int_fax .faq_a {
  margin: 45px 0 30px 0;
  text-align: center;
}
.top_int_fax figure {
  background-color: var(--bgw);
  width: 150px;
  height: 150px;
  margin: auto;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
.top_int_copy {
  text-align: center;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-weight: bold;
}
.top_int_txt {
  margin-bottom: 100px;
  text-align: center;
  font-size: 2.0rem;
}
@media screen and (max-width: 767px) {
  .top_int_copy {
    font-size: 2.4rem;
  }
  .top_int_txt {
    margin-bottom: 40px;
    text-align: left;
    font-size: 1.4rem;
  }
}
.infinite-slider {
  width: 100%;
  overflow: hidden;
}
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.top_bnr_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_bnr_list > li {
  width: 33%;
}
.top_bnr_list > li > a figure {
  position: relative;
}
.top_bnr_list > li > a figure > figcaption {
  position: absolute;
  left: 0;
  top: 30px;
  font-weight: bold;
  padding: 0px 30px;
  font-size: 2.0rem;
  transition: 0.5s;
  color: var(--fcw);
}
.top_bnr_list > li > a figure > figcaption > span {
  font-size: 4.0rem;
  font-family: var(--os);
  display: block;
  letter-spacing: 0.1em;
}
.top_bnr_list > li > a:hover figure > figcaption {
  padding: 0px 40px;
}
@media screen and (max-width: 767px) {
  .top_bnr_list > li {
    width: 100%;
    margin-bottom: 30px;
  }
  .top_bnr_list > li figure {
    margin: auto;
    text-align: center;
  }
  .top_bnr_list > li > a figure > figcaption {
    top: 20px;
    text-align: left;
  }
}
.bg_price {
  background: url("img/top/bg_price.webp")no-repeat center center;
  background-size: cover;
  padding: 50px 0 90px;
}
.top_price {
  background: var(--bgw);
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .top_price {
    padding: 20px;
  }
}
.top_price_tit {
  position: relative;
  font-weight: bold;
  margin-bottom: 20px;
}
.top_price_tit span {
  background: var(--gradation);
  background: -webkit-var(--gradation);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 10px;
}
.top_price_tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: var(--gradation);
}
.top_price dl {
  border-bottom: 1px solid var(--gray2);
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_price dl dt {
  font-weight: bold;
  font-size: 1.8rem;
}
.top_price dl dd {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top_price dl {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top_price dl dt {
    font-weight: bold;
    font-size: 1.6rem;
    width: 100%;
  }
  .top_price dl dd {
    font-weight: bold;
    font-size: 1.6rem;
    text-align: right;
    width: 100%;
  }
}
.top_price_txt {
  color: var(--gray);
  font-size: 1.6rem;
  margin: 30px 0 60px;
}
@media screen and (max-width: 767px) {
  .top_price_txt {
    font-size: 1.2rem;
  }
}
.top_message p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: var(--fz2);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top_message p {
    text-align: left;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: var(--fz1);
  }
}
.column_txt .time {
  color: var(--main);
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.top_cat {
  display: inline-block;
  background: var(--sub);
  color: var(--fcw);
  padding: 2px 15px;
  margin-bottom: 10px;
  font-size: var(--fz0);
}
/* フッターお問い合わせ */
.bg_contact {
  background: url("img/common/bg_contact.webp")no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  color: var(--fcw);
  padding: 50px 0 90px;
}
@media screen and (max-width: 767px) {
  .bg_contact {
    padding: 40px 15px;
  }
}
.ttl_01_box {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.bg_contact .ttl_01, .bg_price .ttl_01 {
  color: var(--fcw);
}
.bg_contact .ttl_01_box .en, .bg_price .ttl_01_box .en {
  color: var(--fcw);
}
.bg_contact .ttl_01_box::after, .bg_price .ttl_01_box::after {
  content: "";
  background: var(--fcw);
}
.contact_bd {
  border: 2px solid var(--fcw);
  padding: 20px 80px;
}
.contact_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.con_tel a {
  color: var(--fcw);
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.1;
}
.con_time {
  font-weight: bold;
}
.con_mail a {
  display: block;
  background: var(--bgw);
  max-width: 100%;
  width: 525px;
  border: 1px solid var(--bgw);
  text-align: center;
  padding: 20px;
  font-weight: bold;
  font-size: var(--fz4);
}
.con_mail a svg {
  fill: var(--sub);
  vertical-align: middle;
  margin-right: 10px;
}
.con_mail a:hover {
  background-color: var(--sub);
  color: var(--fcw);
}
.con_mail a:hover svg {
  fill: var(--fcw);
}
@media screen and (max-width: 767px) {
  .contact_col {
    display: block;
  }
  .contact_bd {
    padding: 20px 15px;
  }
  .con_tel a {
    font-size: 3.2rem;
    margin-bottom: 15px;
    display: block;
  }
  .con_tel a svg {
    max-width: 25px;
    vertical-align: sub;
  }
  .con_mail a {
    display: block;
    background: var(--bgw);
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    font-size: var(--fz2);
    letter-spacing: 0;
  }
  .con_mail a svg {
    max-width: 25px;
  }
}
.btn_top a {
  display: block;
  padding: 10px;
  line-height: 1;
  text-align: center;
}
.footer {
  background: var(--main);
  padding: 50px 0;
  color: var(--fcw);
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 15px 15px;
  }
}
.footer nav {
  position: relative;
}
.ft_nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ft_nav li {
  width: 33.333%;
  box-sizing: border-box;
  padding: 10px 0;
}
.ft_nav a {
  color: var(--fcw);
  font-size: var(--fz2);
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .footer nav {}
  .ft_nav li {
    width: 50%;
    padding: 5px 0;
  }
  .ft_nav a {
    font-size: var(--fz1);
  }
}
.ft_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ft_box div:first-child {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .ft_box div:first-child {
    width: 100%;
    margin-bottom: 15px;
  }
}
.ft_box div:last-child {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .ft_box div:last-child {
    width: 100%;
  }
}
.ft_box_02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .ft_box_02 {
    flex-direction: row;
  }
}
.ft_box_02 ul {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .ft_box_02 ul {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
}
.ft_box_02 ul li a {
  font-size: 1.4rem;
  color: #fff;
  border-bottom: #fff 1px solid;
}
/*　内部ページ　*/
.bg_ttl {
  background-image: url("img/common/bg_ttl.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  position: relative;
}
.bg_ttl_contact {
  background-image: url("img/contact/bg_ttl.webp");
  position: relative;
}

.bg_ttl_column {
  background-image: url("img/news/bg_ttl.webp");
  position: relative;
}
.bg_ttl_service{
  background-image: url("img/service/bg_ttl.webp");
  position: relative;
}
.bg_ttl_interview {
  background-image: url("img/interview/bg_ttl.webp");
}
.bg_ttl_showroom {
  background-image: url("img/showroom/bg_ttl.webp");
}
.bg_ttl_recruit {
  background-image: url("img/recruit/bg_ttl02.webp");
}
.bg_ttl_mid {
  background-image: url("img/recruit/bg_ttl_mid.webp");
}
/*　インタビュー見出し背景　*/
/*　メカニック　*/
.bg_ttl_mechanic {
  background-image: url("img/interview/bg_ttl_mechanic.webp");
  position: relative;
  background-size: auto 100%;
}
/*　営業　*/
.bg_ttl_sales {
  background-image: url("img/interview/bg_ttl_sales.webp");
  background-size: auto 100%;
}

/*　募集要項見出し背景　*/
/*　メカニック　*/
.ttl_mechanic {
  background-image: url("img/entry/ttl_mechanic.webp");
  position: relative;
  background-size: auto 100%;
}
/*　営業　*/
.ttl_sales {
  background-image: url("img/entry/ttl_sale.webp");
  background-size: auto 100%;
}
/*　事務職　*/
.ttl_clerical-work {
  background-image: url("img/entry/ttl_adviser.webp");
  position: relative;
  background-size: auto 100%;
}
/*　アドバイザー　*/
.ttl_service-advisor {
  background-image: url("img/entry/ttl_clerical.webp");
  background-size: auto 100%;
}


@media screen and (min-width: 1921px) {
  .bg_ttl {
    background-size: cover;
  }
}
.bg_ttl .site_wrapper {
  min-height: 400px;
  padding: 120px 0;
}
.bg_ttl .en {
  color: var(--fcw);
  font-size: 5.5rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.bg_ttl .ja {
  color: var(--fcw);
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bg_ttl .site_wrapper {
    min-height: auto;
    padding: 60px 20px;
  }
  .bg_ttl .en {
    font-size: 3.0rem;
  }
  .bg_ttl .ja {
    font-size: 1.6rem;
  }
}
.in_copy {
  font-size: var(--fz5);
  font-weight: bold;
}
/*　会社概要　*/
.com_dl {
  width: 100%;
}
.com_dl tr th {
  width: 20%;
  border-bottom: 1px solid var(--gray3);
  padding: 25px 0;
  font-weight: bold;
}
.com_dl tr td {
  width: 80%;
  border-bottom: 1px solid var(--gray3);
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .com_dl {
    display: block;
  }
  .com_dl tbody {
    display: block;
    width: 100%;
  }
  .com_dl tr {
    display: block;
    width: 100%;
  }
  .com_dl tr th {
    width: 100%;
    display: block;
    padding: 15px;
  }
  .com_dl tr td {
    width: 100%;
    display: block;
    padding: 15px;
  }
}
table.datatable1 {
  border-collapse: collapse;
  border: 1px solid var(--gray2);
}
table.datatable1 th {
  text-align: center;
  font-weight: bold;
  padding: 20px;
  background: var(--gray2);
  border: 1px solid var(--gray);
}
table.datatable1 td {
  padding: 20px;
  border: 1px solid var(--gray);
}
@media screen and (max-width: 767px) {
  table.datatable1 td {
    padding: 10px;
    font-size: 1.2rem;
  }
}
.content_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.content_head .cat_box {
  color: var(--main);
  border: 1px solid var(--main);
  border-radius: 3px;
  text-align: center;
  padding: 3px 10px;
}
@media screen and (max-width: 767px) {
  .content_head .cat_box {
    padding: 1px 5px;
    font-size: var(--fz0);
  }
}
.content_head .name {
  font-size: var(--fz4);
  font-weight: bold;
}
.content_head .age {
  font-size: var(--fz3);
  font-weight: bold;
}
.content_head .period {
  border: 1px solid var(--sub);
  border-radius: 3px;
  text-align: center;
  padding: 3px 10px;
}
@media screen and (max-width: 767px) {
  .content_head .period {
    padding: 1px 5px;
    font-size: 1.2rem;
  }
}
.content_head .period span {
  color: var(--main);
  font-size: 2.0rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .content_head .period span {
    font-size: 1.6rem;
  }
}
/* 所有権解除 */
.owner_flow {}
.owner_flow dl {
  padding-bottom: 80px;
  position: relative;
}
.owner_flow dl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -40px;
  border: 40px solid transparent;
  border-top: 30px solid var(--color01);
}
.owner_flow dl.end::after {
  border: none !important;
}
.owner_flow dl dt {
  background: var(--color01);
  text-align: center;
  padding: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--fcw);
}
.owner_flow dl dd {
  background: var(--gray2);
  text-align: center;
  padding: 10px;
  font-size: 2.4rem;
  color: var(--main);
}
@media screen and (max-width: 767px) {
  .owner_flow dl dt {
    font-size: 1.8rem;
  }
  .owner_flow dl dd {
    font-size: 1.6rem;
  }
}
/* アクセス */
.google_add a {
  color: var(--main);
  border-bottom: 1px dashed var(--main);
}
.access_tel {
  margin-bottom: 30px;
  font-size: 3.0rem;
  font-weight: bold;
}
.access_tel svg {
  width: 25px;
  margin-right: 5px;
  vertical-align: sub;
  fill: var(--sub);
}
.access_gal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.access_gal li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .access_gal li {
    width: 50%;
  }
  .access_gal li img {
    width: 100%;
  }
}
/*　ブログ　*/
.blog_cat {
  background: var(--main);
  color: #fff;
  padding: 3px 10px;
  font-size: 1.2rem;
  min-width: 80px;
  text-align: center;
}
.blog_cat.recruit {
  background: #BFBFBF;
}
.content_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content_area .main_area {
  width: 68%;
}
.content_area .side_area {
  width: 20%;
}
.column_top > li {
  margin-bottom: 20px;
  border-bottom: #ccc 1px solid;
  padding-bottom: 20px;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .column_top > li {
    flex-wrap: wrap;
  }
  .column_top > li p:last-child{
	  width: 100%;
  }
}
.column_top > li:last-child {
  margin-bottom: 0;
}
.column_top > li .day {
  font-size: 1.4rem;
  padding-right: 20px;
  position: relative;
  width: 100px;
}
@media screen and (max-width: 767px) {}
.column_top > li .day::before {
  content: "｜";
  position: absolute;
  right: 5px;
  top: 0;
}
.column_top > li .cat_blog {
  font-size: 1.4rem;
  padding-right: 40px;
  min-width: 150px;
}
@media screen and (max-width: 767px) {
  .column_top > li .ttl_blog {
    width: 100%;
  }
}
.news_list .date {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
  color: var(--main);
}
.news_list .icon_list a {
  background-color: var(--sub);
  color: var(--fcw);
  padding: 3px 10px;
  font-size: var(--fz0);
  border-radius: 5px;
}
.side_ttl {
  background: var(--gradation);
  color: var(--fcw);
  padding: 5px 15px;
}
.side_txt_area {
  border-left: 1px solid var(--main);
  border-bottom: 1px solid var(--main);
  border-right: 1px solid var(--main);
  padding: 15px;
}
#wysi {}
#wysi h1, #wysi h2, #wysi h3, #wysi h4, #wysi h5, #wysi h6 {
  clear: both;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
  color: #333333;
}
#wysi h1 a, #wysi h2 a, #wysi h3 a, #wysi h4 a, #wysi h5 a, #wysi h6 a {
  color: #333333;
  text-decoration: none;
}
#wysi h1 {
  line-height: 1.3;
  font-size: 30rem;
}
@media (min-width: 768px) {
  #wysi h1 {
    font-size: 4.0rem;
  }
}
#wysi h1 span {
  font-weight: bold;
}
#wysi h2 {
  line-height: 1.2;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  #wysi h2 {
    font-size: 3.2rem;
  }
}
#wysi h3 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
}
#wysi h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 12px;
}
#wysi h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
#wysi h6 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
/*------------------------------
	2.4 Base
------------------------------*/
#wysi ul, #wysi ol, #wysi dl, #wysi p, #wysi details, #wysi address, #wysi .vcard, #wysi figure, #wysi pre, #wysi fieldset, #wysi table, #wysi dt, #wysi dd, #wysi hr {
  margin-bottom: 15px;
  margin-top: 0;
}
#wysi b, #wysi strong {
  font-weight: bold;
}
#wysi blockquote {
  clear: both;
  margin: 20px 0;
}
#wysi blockquote p {
  font-style: italic;
}
#wysi blockquote cite {
  font-style: normal;
  margin-bottom: 20px;
  font-size: 13px;
}
#wysi dfn, #wysi cite, #wysi em, i {
  font-style: italic;
}
#wysi figure {
  margin: 0;
}
#wysi address {
  margin: 20px 0;
}
#wysi hr {
  border: 0;
  border-top: 1px solid #e9e9e9;
  height: 1px;
  margin-bottom: 20px;
}
#wysi tt, #wysi kbd, #wysi pre, #wysi code, #wysi samp, #wysi var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: #e9e9e9;
  padding: 5px 7px;
  border-radius: 2px;
}
#wysi pre {
  overflow: auto;
  white-space: pre-wrap;
  max-width: 100%;
  line-height: 1.7;
  margin: 20px 0;
  padding: 20px;
}
#wysi details summary {
  font-weight: bold;
  margin-bottom: 20px;
}
#wysi details :focus {
  outline: none;
}
#wysi abbr, #wysi acronym, #wysi dfn {
  cursor: help;
  font-size: .95em;
  text-transform: uppercase;
  border-bottom: 1px dotted #e9e9e9;
  letter-spacing: 1px;
}
#wysi mark {
  background-color: #fff9c0;
  text-decoration: none;
}
#wysi small {
  font-size: 82%;
}
#wysi big {
  font-size: 125%;
}
#wysi ul, #wysi ol {
  padding-left: 20px;
}
#wysi ul {
  list-style: disc;
}
#wysi ol {
  list-style: decimal;
}
#wysi ul li, #wysi ol li {
  margin: 8px 0;
}
#wysi dt {
  font-weight: bold;
}
#wysi dd {
  margin: 0 20px 20px;
}
/*　お問い合わせ　*/
.box_tel {
  color: var(--sub);
  line-height: 1.4;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .box_tel {
    text-align: left;
  }
}
.contact_tel a {
  display: block;
}
.contact_tel {
  border: var(--gray3) 1px solid;
  text-align: center;
  padding: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contact_tel {
    border: var(--gray3) 1px solid;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
  }
}
.ico_required {
  color: #fff;
  font-size: 1.2rem;
  background: #ff3232;
  line-height: 1;
  padding: 2px 4px;
  margin-left: 15px;
}
.contact_form {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact_form {
    display: block;
  }
}
.contact_form tr {
  border-bottom: #ccc 1px solid;
}
@media screen and (max-width: 767px) {
  .contact_form tr {
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
  }
}
.contact_form th {
  width: 30%;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contact_form th {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 15px;
  }
}
.contact_form td {
  width: 70%;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contact_form td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.contact_form input, .contact_form textarea, .contact_form select {
  box-sizing: border-box;
  padding: 10px;
}
.contact_form input[type=text], .contact_form input[type=email] {
  width: 100%;
}
.contact_form input.year {
  width: 120px;
}
.contact_form textarea {
  width: 100%;
  height: 250px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contact_form input, .contact_form textarea, .contact_form select {
    font-size: 1.6rem;
    margin: 4px 0;
    display: block;
    padding: 5px;
  }
  .contact_form textarea {
    height: 150px;
  }
  .contact_form input[type=checkbox], .contact_form input[type=radio] {
    display: inline-block;
  }
}
.mwform-checkbox-field label {
  display: inline-block;
}
.mw_wp_form .horizontal-item {
  margin-left: 0 !important;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .mwform-checkbox-field label {
    display: block;
  }
}
select.time, select.lesson {
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  select.time, select.lesson {
    width: 100%;
  }
}
.contact_form select option {
  line-height: 2 !important;
  font-size: 1.6rem;
}
.btn_01 > a {
  width: 250px;
  display: block;
  text-align: center;
  background: url("img/common/arrow.webp") 95% center no-repeat, var(--main);
  color: var(--fcw);
  font-weight: bold;
  border: 2px solid var(--main);
  padding: 15px;
  font-size: var(--fz3);
  border-radius: 50px;
  line-height: 1;
}
.btn_01 > a:hover {
  background: url("img/common/arrow_bk.webp") 95% center no-repeat,var(--bgw);
  color: var(--main);
}
@media screen and (max-width: 767px) {
  .btn_01 > a {
    padding: 15px;
    font-size: var(--fz2);
  }
}
.btn_01.center > a {
  margin: 0 auto;
}
.btn_01.white > a {
  background: url("img/common/arrow_bk.webp") 95% center no-repeat,var(--bgw);
  border: 2px solid var(--bgw);
	color:var(--main); 
}
.btn_01.white > a:hover {
  background: url("img/common/arrow.webp") 95% center no-repeat, var(--main);
  color: var(--fcw);
}

.btn_02 > a {
  width: 200px;
  display: block;
  text-align: center;
  color: var(--bgw);
  font-weight: bold;
  border: 1px solid var(--fcw);
  padding: 15px;
  font-size: var(--fz3);
  border-radius: 50px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .btn_02 > a {
    width: 100%;
  }
}
.btn_02 > a:hover {
  background-color: var(--bgw);
  color: var(--main);
  opacity: 1;
}
.btn_02.center > a {
  margin: 0 auto;
}
.btn_black_02 {
  width: 300px;
  margin: auto;
  max-width: 100%;
}
.btn_black_02 a, .btn_black_02 input {
  background: var(--main);
  border-radius: 50px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 15px 30px;
  line-height: 1;
  border: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  width: 100%;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: var(--poppins);
}
/* アクセス */
#access .left_area {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #access .left_area {
    font-size: 1.4rem;
  }
}
/*ggmap
--------------------------------*/
.ggmap iframe {
  border: none;
}
@media screen and (max-width: 767px) {
  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*-----------------------------------------*/
.f_18_sp_14 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .f_18_sp_14 {
    font-size: 1.4rem;
  }
}
.news_box {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .news_box {
    padding: 10px;
  }
}
.news_box > div:first-child {
  width: 100px;
  border-right: #000 1px solid;
}
@media screen and (max-width: 767px) {
  .news_box > div:first-child {
    width: 100%;
    border-right: none;
  }
}
.news_box > div:last-child {
  width: 960px;
  font-size: 1.4rem;
  position: relative;
  padding-right: 160px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .news_box > div:last-child {
    width: 100%;
    padding-right: 100px;
  }
}
.swiper {
  overflow: hidden;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .swiper {
    padding: 10px 0;
  }
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after, .swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.bg_top001 a{
	background: url("img/top/img_02.webp") bottom center no-repeat;
	background-size: cover !important;
	color: #fff;padding: 200px 0;
	display: block;
	position: relative;
}
@media screen and (max-width: 767px) {
.bg_top001 a{
	background: url("img/top/sp_img_02.webp") bottom center no-repeat;
	padding: 80px 20px;
}
}

/* 擬似要素の共通スタイル */
.bg_top001 > a::after, .bg_top001 > a::before, .bg_top001 > a span::after, .bg_top001 > a span::before {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
/* 左上へ配置 */
.bg_top001 > a::after {
  width: 0px;
  height: 1px;
  top: 10px;
  left: 10px;
}
/* 右下へ配置 */
.bg_top001 > a::before {
  width: 0px;
  height: 2px;
  right: 10px;
  bottom: 10px;
}
/* 左下へ配置 */
.bg_top001 > a span::after {
  width: 2px;
  height: 0px;
  left: 10px;
  bottom: 10px;
}
/* 右上へ配置 */
.bg_top001 > a span::before {
  width: 2px;
  height: 0px;
  top: 10px;
  right: 10px;
}
/* hover */
.bg_top001 > a:hover::after, .bg_top001 > a:hover::before {
  width: 100%;
  width: calc(100% + -20px);
}
.bg_top001 > a:hover span::after, .bg_top001 > a:hover span::before {
  height: 100%;
  height: calc(100% + -20px);
}










.box_00 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box_00 > div:first-child {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .box_00 > div:first-child {
    width: 100%;
  }
}
.box_00 > div:last-child {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .box_00 > div:last-child {
    width: 100%;
  }
}
.box_01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box_01 > div:first-child {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .box_01 > div:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
}
.box_01 > div:first-child img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .box_01 > div:first-child img {
    height: auto;
  }
}
.box_01 > div:first-child img.img_01 {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .box_01 > div:first-child img.img_01 {
    height: auto;
  }
}
.box_01 > div:last-child {
  width: 25%;
  margin-left: 60px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .box_01 > div:last-child {
    width: 100%;
    margin-left: 0;
  }
}
.box_01.reverse {
  flex-direction: row-reverse; /* 横並び逆順 */
}
.box_01.reverse > div:last-child {
  margin-left: 0;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .box_01.reverse > div:last-child {
    margin-right: 0px;
  }
}
.txt_01 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .txt_01 {
    font-size: 2.4rem;
  }
}
.txt_02 {
  font-size: 2.5rem;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .txt_02 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.box_02 {
  display: flex;
  flex-wrap: wrap;
}
.box_02 > div {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .box_02 > div {
    width: 100%;
  }
}
.box_02 > div a {
  display: block;
  box-sizing: border-box;
  padding: 160px;
  background-size: cover !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box_02 > div a {
    padding: 80px 60px;
    background-size: cover;
  }
}
/* 擬似要素の共通スタイル */
.box_02 > div a::after, .box_02 > div a::before, .box_02 > div a span::after, .box_02 > div a span::before {
  background-color: #fff;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
/* 左上へ配置 */
.box_02 > div a::after {
  width: 0px;
  height: 1px;
  top: 10px;
  left: 10px;
}
/* 右下へ配置 */
.box_02 > div a::before {
  width: 0px;
  height: 2px;
  right: 10px;
  bottom: 10px;
}
/* 左下へ配置 */
.box_02 > div a span::after {
  width: 2px;
  height: 0px;
  left: 10px;
  bottom: 10px;
}
/* 右上へ配置 */
.box_02 > div a span::before {
  width: 2px;
  height: 0px;
  top: 10px;
  right: 10px;
}
/* hover */
.box_02 > div a:hover::after, .box_02 > div a:hover::before {
  width: 100%;
  width: calc(100% + -20px);
}
.box_02 > div a:hover span::after, .box_02 > div a:hover span::before {
  height: 100%;
  height: calc(100% + -20px);
}
.box_02 > div:first-child a {
  background: url("img/top/img_05.webp") center center no-repeat;
}
@media screen and (max-width: 767px) {
  .box_02 > div:first-child a {}
}
.box_02 > div:last-child a {
  background: url("img/top/img_06.webp") center center no-repeat;
}
@media screen and (max-width: 767px) {
  .box_02 > div:last-child a {}
}
.f_white {
  color: var(--fcw) !important;
}
.f_gray {
  color: var(--gray) !important;
}
.hidden {
  overflow: hidden;
}
.swiper_staff {
  margin-bottom: 350px;
}
@media screen and (max-width: 767px) {
  .swiper_staff {
    margin-bottom: 250px;
  }
}
.staff_box {
  position: relative;
  margin: 5px;
}
.staff_box .txt_box {
  background: var(--bgw);
  padding: 20px;
  width: 90%;
  position: absolute;
  left: 0;
  top: 85%;
  text-align: left;
  box-sizing: border-box;
}
.topic_box > div {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .topic_box > div {
    width: 100%;
  }
  .topic_box > div:first-child {
    margin-bottom: 60px;
  }
}
.topic_box > div .btn_01 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.bg_01 {
  background: url("img/top/bg_01.webp") center top no-repeat;
  background-size: cover;
  color: var(--fcw);
  text-align: center;
  padding: 150px 20px;
}
@media screen and (max-width : 760px) {
  .bg_01 {
    padding: 50px 20px;
  }
}
.bg_02 {
  background: url("img/top/bg_03.webp") center top no-repeat;
  background-size: cover;
  color: var(--fcw);
  text-align: center;
  padding: 150px 20px;
}
@media screen and (max-width : 760px) {
  .bg_02 {
    padding: 50px 20px;
  }
}
.bg_03 {
  background: url("img/top/bg_02.webp") center top no-repeat;
  background-size: cover;
  color: var(--fcw);
  text-align: center;
  padding: 150px 20px;
}
@media screen and (max-width : 760px) {
  .bg_03 {
    padding: 50px 20px;
  }
}
.col_50 {
  display: flex;
  flex-wrap: wrap;
}
.col_50 > div {
  width: 50%;
}
@media screen and (max-width : 760px) {
  .col_50 > div {
    width: 100%;
  }
}
.com_dl {
  display: flex;
  border-bottom: #ccc 1px solid;
  align-items: top;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .com_dl {
    margin-bottom: 20px;
  }
}
.com_dl > dt {
  width: 30%;
  padding: 15px 0;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .com_dl > dt {
    width: 100%;
    font-size: 1.6rem;
    padding: 0;
  }
}
.com_dl > dd {
  width: 70%;
  padding: 15px 0;
  box-sizing: border-box;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .com_dl > dd {
    width: 100%;
    font-size: 1.4rem;
    padding: 10px 0;
  }
}
.com_dl > dd > dl {
  margin-bottom: 40px;
}
.com_dl > dd > dl > dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.com_dl > dd ul.tel {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0 30px;
}
.history > dl {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0 30px;
  margin-bottom: 40px;
}
.history > dl > dt {
  width: 110px;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .history > dl > dt {
    width: auto;
  }
  .history > dl > dd {
    width: 100%;
  }
}
.bg_member_01 {
  background: url("img/member/staff_01.webp") right center no-repeat;
  padding: 60px;
  display: flex;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bg_member_01 {
    background: none;
    padding: 0 0 260px;
    position: relative;
  }
  .bg_member_01::before {
    content: "";
    background: url(img/member/staff_01.webp) right center no-repeat;
    width: 100%;
    height: 260px;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.bg_member_01 div {
  background: #fff;
  padding: 30px;
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .bg_member_01 div {
    padding: 0 0 20px;
    width: 100%;
  }
}
.bg_member_02 {
  background: url("img/member/staff_02.webp") left center no-repeat;
  padding: 60px;
  display: flex;
  background-size: cover;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .bg_member_02 {
    background: none;
    padding: 0 0 260px;
    position: relative;
  }
  .bg_member_02::before {
    content: "";
    background: url(img/member/staff_02.webp) left center no-repeat;
    width: 100%;
    height: 260px;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.bg_member_02 div {
  background: #fff;
  padding: 30px;
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .bg_member_02 div {
    padding: 0 0 20px;
    width: 100%;
  }
}
.bg_member_03 {
  background: url("img/member/staff_03.webp") right center no-repeat;
  padding: 60px;
  display: flex;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bg_member_03 {
    background: none;
    padding: 0 0 260px;
    position: relative;
  }
  .bg_member_03::before {
    content: "";
    background: url(img/member/staff_03.webp) right center no-repeat;
    width: 100%;
    height: 260px;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.bg_member_03 div {
  background: #fff;
  padding: 30px;
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .bg_member_03 div {
    padding: 0 0 20px;
    width: 100%;
  }
}
.bg_member_04 {
  background: url("img/member/staff_04.webp") left center no-repeat;
  padding: 60px;
  display: flex;
  background-size: cover;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .bg_member_04 {
    background: none;
    padding: 0 0 260px;
    position: relative;
  }
  .bg_member_04::before {
    content: "";
    background: url(img/member/staff_04.webp) left center no-repeat;
    width: 100%;
    height: 260px;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.bg_member_04 div {
  background: #fff;
  padding: 30px;
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .bg_member_04 div {
    padding: 0 0 20px;
    width: 100%;
  }
}
.list_member > li {
  margin-bottom: 60px;
}
.list_member > li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_member > li {
    border-bottom: #ccc 1px dotted;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .list_member > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.list_blog01 {
  display: flex;
}
.list_blog01 > p {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 10px;
}
.list_blog01 > a {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 10px;
}
.list_blog01 > p:first-child {
  padding-right: 10px;
  border-right: #ccc 1px solid;
  margin-right: 10px;
}
.news_00 > li {
  border-bottom: #ccc 1px solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news_00 > li a {
  display: flex;
  flex-wrap: wrap;
}
.news_00 > li a p {
  width: 25%;
}
.news_00 > li a h3 {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .news_00 > li a p {
    width: 100%;
  }
  .news_00 > li a h3 {
    width: 100%;
  }
}
.d_none {
  display: none;
}
/*showroom
--------------------------------------*/
.showroom_bnr {
  display: flex;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .showroom_bnr {
    margin-bottom: 60px;
  }
}
.showroom_bnr > li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .showroom_bnr > li {
    background-size: cover !important;
  }
}
.showroom_bnr > li a {
  display: block;
  padding: 100px 0;
  text-align: center;
  color: var(--bgw);
  box-sizing: border-box;
  background: url("img/showroom/arrow.webp") center 95% no-repeat;
}
@media screen and (max-width: 767px) {
  .showroom_bnr > li a {
    padding: 50px 15px;
  }
}
.showroom_bnr > li:first-child {
  background: url("img/showroom/bg_01.webp") center center no-repeat;
}
.showroom_bnr > li:last-child {
  background: url("img/showroom/bg_02.webp") center center no-repeat;
}
.showroom_bnr > li a .f_50 {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .showroom_bnr > li a .f_50 {
    font-size: 2.4rem;
  }
}
.showroom_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.showroom_list > li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .showroom_list > li {
    width: 100%;
  }
}
.showroom_list > li figure img {
  height: 175px;
  object-fit: cover;
}
.show_txt_box {
  background: var(--main);
  padding: 20px 40px;
  box-sizing: border-box;
  color: var(--fcw);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .show_txt_box {
    padding: 20px;
  }
}
.show_txt_box ul li {
  font-size: 1rem;
  margin-bottom: 5px;
}
.show_txt_box ul li a{
	color: #fff;
}
.btn_showroom {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.btn_showroom p {
  width: 48%;
}
.btn_showroom p a {
  background: var(--bgw);
  padding: 10px;
  color: var(--main);
  display: block;
  font-size: 1rem;
  text-align: center;
  border-radius: 50px;
}
.show_ttl01 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .show_ttl01 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.show_ttl01::before {
  content: "";
  background: #000;
  width: 120px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .show_ttl01::before {
    width: 80px;
  }
}
.show_ttl02 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .show_ttl02 {
    font-size: 2.2rem;
  }
}
/*recruit
--------------------------------------*/
.recruit_list {
  display: flex;
  gap: 30px 2%;
  flex-wrap: wrap;
}
.recruit_list > li {
  width: 49%;
  box-shadow: 2px 2px 15px -5px #777777;
}
@media screen and (max-width: 767px) {
  .recruit_list > li {
    width: 100%;
  }
}
.recruit_list > li figure img {
  height: 200px;
  object-fit: cover;
}
.recruit_txt_box {
  background: var(--bgw);
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.recruit_txt_box::before {
  content: "";
  position: absolute;
  bottom: -15px; /* 縦軸をセンタリングする */
  right: -15px;
  transform: rotate(45deg);
  border: 15px solid transparent;
  border-left: 15px solid #B7000E; /* 好みで色を変えてください */
}
.recruit_txt_box p {
  font-size: 3.6rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .recruit_txt_box p {
    font-size: 2.4rem;
  }
}
dl.recruit {
  display: flex;
  border-bottom: #ccc 1px solid;
  padding-bottom: 30px;
  margin-bottom: 30px;
	justify-content: space-between;
}
dl.recruit > dt {
  width: 25%;
  font-weight: 500;
}
dl.recruit > dd {
  width: 73%;
}
dl.recruit dd a {
  border-bottom: 1px solid var(--color01);
  color: var(--color01);
}
dl.tenpo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 600px;
  max-width: 100%;
}
.tenpo_box_outer {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px 0
}
.tenpo_box_outer > .tenpo_box {
  display: block;
  width: 100%;
}
.btn_recruit a {
  display: block;
  background: #B7000E;
  width: 350px;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.2;
  border-radius: 10px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .btn_recruit a {
    width: 350px;
    max-width: 100%;
    font-size: 2rem;
    margin-top: 30px;
  }
}
.btn_recruit a span {
  font-size: 1.4rem;
}
.ttl_sub {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  border-left: #B7000E 5px solid;
  padding-left: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .ttl_sub {
    font-size: 2.4rem;
    padding-left: 20px;
    margin-bottom: 60px;
    line-height: 1.2;
  }
}
.new_entry {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 0 30px;
}
/*Interview
------------------------------------------*/
.interview_list {
  display: flex;
  gap: 30px 2%;
}
@media screen and (max-width: 767px) {
  .interview_list {
    flex-wrap: wrap;
  }
}
.interview_list > li {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .interview_list > li {
    width: 100%;
  }
}
.interview_list > li figure {
  height: 380px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .interview_list > li figure {
    height: 240px;
  }
}
.interview_list > li figure img {
  width: 100%;
  object-fit: cover;
}
.cat_txt {
  display: block;
  color: #B7000E !important;
  position: relative;
  padding-left: 15px;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.cat_txt::before {
  content: "";
  background: #B7000E;
  position: absolute;
  height: 1px;
  width: 10px;
  top: 50%;
  left: 0;
}
.copy {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 50px;
}
.copy_02 {
  font-weight: 500;
  font-size: 3.6rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 1550px) {
  .copy_02 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .copy_02 {
    font-size: 2rem;
  }
}
.name_box {
  display: flex;
}
.name_box > li {
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
.name_box > li {
  padding-right: 20px;
	font-size: 1.2rem;
}	
}
.name_box > li:before {
  content: "/";
  position: absolute;
  right: 5px;
  top: 0;
}
.name_box > li:last-child:before {
  content: none;
}
.interview_txt_box {
  background: var(--bgw);
  padding: 30px;
}
@media screen and (max-width: 767px) {
.interview_txt_box {
  padding: 15px;
}
}
.interview_box01 {
  display: flex;
  padding: 0 50px;
  flex-flow: row-reverse;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .interview_box01 {
    padding: 0;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.interview_box01 div:first-child {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .interview_box01 div:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
}
.interview_box01 div:last-child {
  width: 35%;
  text-align: left;
  padding-right: 2%;
}
@media screen and (max-width: 1550px) {
  .interview_box01 div:last-child {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .interview_box01 div:last-child {
    width: 100%;
  }
}
.outer_interview {
  background: var(--bgw);
  padding: 200px 20% 150px 5%;
  box-sizing: border-box;
  width: 85%;
  margin: -50px 0 0 auto;
  text-align: left;
}
@media screen and (max-width: 1450px) {
  .outer_interview {
    padding: 200px 10% 150px 5%;
  }
}
@media screen and (max-width: 767px) {
  .outer_interview {
    padding: 80px 20px 80px;
    width: 100%;
    margin-top: 0;
  }
}
.q_txt {
  color: #B7000E;
  font-weight: 500;
  font-size: 3rem;
  position: relative;
  padding-left: 65px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1550px) {
  .q_txt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .q_txt {
    font-size: 1.8rem;
    padding-left: 40px;
    margin-bottom: 30px;
  }
}
.q_txt::before {
  content: "";
  position: absolute;
  background: #B7000E;
  width: 50px;
  height: 1px;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .q_txt::before {
    width: 30px;
  }
}
.a_txt {
  width: 80%;
  margin: 0 0 120px auto;
}
@media screen and (max-width: 767px) {
  .a_txt {
    width: 90%;
    margin: 0 0 60px auto;
  }
}
.figure {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .figure {
    margin-bottom: 60px;
  }
}
/* インタビュー前後記事 */
.content_next_pre {
  width: 1080px;
  max-width: 100%;
  margin: 120px auto 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: space-between;
}
.content_next_pre > li {
  width: 50%;
}
@media screen and (max-width: 767px) {
.content_next_pre > li {
  width: 49%;
}	
}
.content_next_pre > li a {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
	.content_next_pre > li a {
  grid-gap: 5px 30px;
 }
}
.content_next_pre figure {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.content_next_pre > li a .right_box {
  width: 330px;
  max-width: 100%;
  position: relative;
  padding-bottom: 40px;
}
.content_next_pre > li a .right_box .prenext {
  color: var(--gray);
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.content_next_pre > li a .right_box h4 {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
.content_next_pre > li a .right_box h4 {
  font-size: 1.5rem;
	margin-bottom: 15px;
}
}
.content_next_pre > li a .right_box .prenext_name {
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* contact
-------------------------------------------------------*/
.f_red {
  color: #B7000E;
  text-decoration: underline;
}
/*PC
---------------------*/
.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*.l-header__inner:before {
	content: "";
	width: 100%;
	height: 85px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
}*/
.sp-menubtn {
  display: none;
}
.menu__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 85px;
  position: relative;
  border-right: #ccc 1px solid;
}
.menu__item {
  height: 100%;
  border-left: #ccc 1px solid;
  padding: 0;
}
.menu__item > a {
  padding: 0 30px;
  position: relative;
}

/*ホバーエフェクト*/
.menu__item > a::after {
  /*アンダーラインのスタイル*/
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  background-color: #000;
  bottom: 0;
  left: 0;
  /*幅を0に設定*/
  width: 0;
  /*アニメーションの速度設定*/
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu__item > a:hover::after {
  /*幅を100%に設定*/
  width: 100%;
}
.menu__recruit {
  background: var(--main);
  width: 100px;
  text-align: center;
}
.menu__contact {
  background: var(--sub);
  width: 100px;
  text-align: center;
}
.menu__recruit a, .menu__contact a {
  color: #fff;
}
.menu__link {
  display: block;
  color: #fff;
  height: 100%;
  line-height: 85px;
}
.menu__item.mega > a.menu__link {
	display: inline-block;
}
/*メガメニュー*/
.menu__contents {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--main);
  padding: 30px;
  z-index: 30;
  color: #fff;
}
.menu__contents > div {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .menu__contents > div {
    display: block;
    gap: 20px;
  }
}
.menu__contents > div > div {
  width: 25%;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .menu__contents > div > div {
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: #555 1px solid;
  }
  .menu__contents > div > div:last-child {
    padding-bottom: 15px;
    border-bottom: none;
  }
}
.menu__contents > div > div::before {
  content: "";
  background: #676767;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .menu__contents > div > div::before {
    content: none;
  }
}
.menu__contents > div > div:last-child::before {
  content: none;
}
.menu__contents > div > div:first-child {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .menu__contents > div > div:first-child {
    width: 100%;
  }
}
.menu__contents ul {}
.menu__contents ul li {}
.menu__contents ul li a {
  display: block;
  font-size: 1.2rem;
  color: #fff !important;
  padding: 2px 0 2px 12px;
  position: relative;
}
.menu__contents ul li a::before {
  content: "";
  position: absolute;
  top: 50%; /* 縦軸をセンタリングする */
  left: 0;
  transform: translateY(-50%); /* 縦軸をセンタリングする */
  border: 5px solid transparent;
  border-left: 6px solid #fff; /* 好みで色を変えてください */
}
.menu_in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.menu_in > li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .header-logo img {
    height: 60px;
  }
  .l-header {
    height: 60px;
  }
  .l-header__inner:before {
    height: 60px;
  }
  .l-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sp-menubtn {
    position: relative;
    display: block;
    z-index: 500;
    border: none;
    cursor: pointer;
    width: 100%;
    background: none;
    height: 25px;
  }
  .sp-menubtn span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    width: 22px;
    height: 3px;
    background: #000;
    position: absolute;
    transition: 0.2s;
    left: 50%;
    top: 50%;
  }
  .sp-menubtn span:nth-child(1) {
    transform: translate(-50%, -9px);
  }
  .sp-menubtn span:nth-child(2) {
    transform: translate(-50%, -50%);
  }
  .sp-menubtn span:nth-child(3) {
    transform: translate(-50%, 6px);
  }
  .sp-menubtn.active span {
    width: 25px;
    height: 2px;
  }
  .sp-menubtn.active span:nth-child(1) {
    transform: translate(-50%, 50%) rotate(45deg);
    background: #fff;
  }
  .sp-menubtn.active span:nth-child(2) {
    opacity: 0;
    left: 50%;
  }
  .sp-menubtn.active span:nth-child(3) {
    transform: translate(-50%, 50%) rotate(-45deg);
    background: #fff;
  }
  .menu {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    color: #FFFFFF;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
  }
  .menu.active {
    opacity: 100;
    visibility: visible;
    z-index: 99;
  }
  .menu__inner {
    display: block;
    height: auto;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0 60px;
    border-right: none;
  }
  .menu__item {
    border-bottom: #ccc solid 1px;
    width: 100%;
    position: relative;
    border-left: none;
  }
  .menu__link {
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    height: 80px;
    align-items: center;
    color: #fff !important;
  }
  .menu__recruit {
    width: 90vw;
    margin-top: 35px;
  }
  .menu__recruit a span {
    position: relative;
  }
  .menu__recruit a {
    position: relative;
    background: #222;
    margin-bottom: 10px;
  }
  .menu__recruit a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: #01397E;
    ;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: -webkit-transform .3s;
    transition: transform .3s;
  }
  .menu__recruit a:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .menu__contact {
    width: 90vw;
  }
  .menu__contact a {
    position: relative;
  }
  .menu__contact a span {
    position: relative;
  }
  .menu__contact a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: #01397E;
    ;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: -webkit-transform .3s;
    transition: transform .3s;
  }
  .menu__contact a:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  /*メガメニュー　→アコーディオン*/
  .menu__contents {
    display: none;
    position: static;
    width: 100%;
    padding: 20px;
  }
  .menu__contents ul {
    display: block;
  }
  .menu__contents ul li {
    border-bottom: #000;
    width: 100%;
    height: auto;
  }
  .menu__contents ul li a {
    color: #000;
    display: block;
    line-height: 2.0;
  }
  .menu__item.mega::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 35px;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #E5E5E5;
    border-right: solid 2px #E5E5E5;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 88;
  }
  .menu__item.mega.active::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 35px;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #E5E5E5;
    border-right: solid 2px #E5E5E5;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu__contents > div {
    display: block;
  }
}
/*recruit
---------------------------------------*/
.bg_rec01 {
  background: linear-gradient(180deg, #fff 0%, #fff 15%, #EDEDED 15%, #EDEDED 100%);
}
@media screen and (max-width: 767px) {
  .bg_rec01 {
    background: linear-gradient(180deg, #fff 0%, #fff 5%, #EDEDED 5%, #EDEDED 100%);
  }
}
.main_box {
  position: relative;
}
.img_recruit {
  width: 90%;
  margin: 0 0 0 auto;
}
.img_recruit img {
  width: 100%;
  margin: 0 auto;
}
.main_reruit {
  position: absolute;
  bottom: 100px;
  left: 0;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .main_reruit {
    bottom: 25px;
    font-size: 2rem;
    line-height: 2;
  }
}
.main_reruit span {
  background: #fff;
  padding: 5px 0 5px 40px;
}
@media screen and (max-width: 767px) {
  .main_reruit span {
    padding: 5px 0 5px 10px;
  }
}
.bg_txt01 {
  background: url("img/recruit/txt_info.webp") left 150px no-repeat;
}
@media screen and (max-width: 767px) {
  .bg_txt01 {
    background: url("img/recruit/txt_info.webp") left 130px no-repeat;
    background-size: 100%;
  }
}
.bg_txt02 {
  background: url("img/recruit/txt_message.webp") left top no-repeat;
	margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
.bg_txt02 {
  background: url("img/recruit/txt_message.webp") left 30px no-repeat;
    background-size: 100%;
	margin-bottom: 80px;
}
}
.bg_txt03 {
  background: url("img/recruit/txt_ph.webp") right top no-repeat;
}
@media screen and (max-width: 767px) {
.bg_txt03 {
  background: url("img/recruit/txt_ph.webp") right 30px no-repeat;
    background-size: 100%;
}
}
.bg_txt04 {
  background: url("img/recruit/txt_vi.webp") left 150px no-repeat;
}
@media screen and (max-width: 767px) {
.bg_txt04 {
  background: url("img/recruit/txt_vi.webp") left 100px no-repeat;
   background-size: 60%;
}
}
.bg_txt05 {
  background: url("img/recruit/txt_su.webp") left 150px no-repeat;
}
@media screen and (max-width: 767px) {
.bg_txt05 {
  background: url("img/recruit/txt_su.webp") left 100px no-repeat;
   background-size: 80%;
}
}
.bg_txt06 {
  background: url("img/recruit/txt_at.webp") left top no-repeat;
}
@media screen and (max-width: 767px) {
.bg_txt06 {
  background: url("img/recruit/txt_at.webp") left 30px no-repeat;
   background-size: 100%;
	padding: 0 15px;
}
}
.bg_txt07 {
  background: url("img/recruit/txt_in.webp") right 150px no-repeat;
}
@media screen and (max-width: 767px) {
.bg_txt07 {
  background: url("img/recruit/txt_in.webp") left 100px no-repeat;
   background-size: 90%;
}
}
.bg_txt08 {
  background: url("img/recruit/txt_ga.webp") right 150px no-repeat;
}
@media screen and (max-width: 767px) {
.bg_txt08 {
  background: url("img/recruit/txt_ga.webp") left 100px no-repeat;
   background-size: 80%;
}
}
.bg_txt_service{
	  background: url("img/service/service.webp") left top no-repeat;
}
@media screen and (max-width: 767px) {
.bg_txt_service{
    background-size: 100%;
}
}
.ttl_rec {
  margin-bottom: 30px;
  text-align: left;
}
.ttl_rec h3 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
}
  @media screen and (max-width: 767px) {
.ttl_rec h3 {
  font-size: 2.4rem;
}
}
.ttl_rec p {
  font-size: 1.2rem;
  color: #939393;
}
.data_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5%;
}
.data_box > div {
  padding-bottom: 40px;
  border-bottom: #000 8px solid;
  margin-bottom: 60px;
  text-align: center;
}
.data_box > div:nth-child(1) {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .data_box > div:nth-child(1) {
    width: 100%;
  }
}
.data_box > div:nth-child(2) {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .data_box > div:nth-child(2) {
    width: 100%;
  }
}
.data_box > div:nth-child(3) {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .data_box > div:nth-child(3) {
    width: 100%;
  }
}
.data_box > div:nth-child(4) {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .data_box > div:nth-child(4) {
    width: 100%;
  }
}
.data_box > div:nth-child(5) {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .data_box > div:nth-child(5) {
    width: 100%;
  }
}
.data_box > div:nth-child(6) {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .data_box > div:nth-child(6) {
    width: 100%;
  }
}
.data_box > div:nth-child(7) {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .data_box > div:nth-child(7) {
    width: 100%;
  }
}
.data_box > div:nth-child(8) {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .data_box > div:nth-child(8) {
    width: 100%;
  }
}
.data_box > div:nth-child(9) {
  width: 17.5%;
}
@media screen and (max-width: 767px) {
.data_box > div:nth-child(9) {
  width:46%;
}
}
.data_box > div:nth-child(10) {
  width: 17.5%;
}
@media screen and (max-width: 767px) {
.data_box > div:nth-child(10) {
  width: 46%;
}
}
.txt_rec01 {
  font-size: 5rem;
  line-height: 1;
}
.txt_rec01 span {
  font-size: 14.5rem;
}
@media screen and (max-width: 767px) {
  .txt_rec01 span {
    font-size: 6.5rem;
  }
}
.leaf {
  padding: 0 100px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .leaf {
    padding: 0 40px;
  }
}
  .leaf::before {
    content: "";
    background: url("img/recruit/leaf_l.webp") left top no-repeat;
    width: 98px;
    height: 198px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .leaf::after {
    content: "";
    background: url("img/recruit/leaf_r.webp") right top no-repeat;
    width: 98px;
    height: 198px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  @media screen and (max-width: 767px) {
    .leaf::before {
      width: 50px;
      height: 100px;
      background-size: 50px
    }
  }
  .leaf::after {
    content: "";
    background: url("img/recruit/leaf_r.webp") right top no-repeat;
    width: 98px;
    height: 198px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  @media screen and (max-width: 767px) {
    .leaf::after {
      width: 50px;
      height: 100px;
      background-size: 50px
    }
  }
  .txt_rec02 {
    font-size: 3.4rem;
    line-height: 1;
  }
  .txt_rec02 span {
    font-size: 10rem;
  }
  @media screen and (max-width: 767px) {
    .txt_rec02 span {
      font-size: 7rem;
    }
  }
  .txt_rec03 {
    font-size: 5rem;
    position: relative;
  }
  .txt_rec03 span.count-up {
    font-size: 10rem;
    padding: 0px 15px;
  }
  @media screen and (max-width: 767px) {
    .txt_rec03 span.count-up {
      font-size: 6rem;
      padding: 0px 15px;
    }
  }
  .txt_rec03 span.ten {
    font-size: 7rem;
    position: absolute;
    top: 15%;
    left: 47%;
  }
  @media screen and (max-width: 767px) {
    .txt_rec03 span.ten {
      font-size: 4rem;
    }
  }
  .txt_rec04 {
    font-size: 3.4rem;
    position: relative;
    line-height: 1.2;
  }
  .txt_rec04 span {
    font-size: 10rem;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .txt_rec04 span {
      font-size: 6rem;
    }
  }
  .txt_rec_bk {
    background: var(--main);
    border-radius: 20px;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    font-size: 1.4rem;
  }
  .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  /*棒グラフ
---------------------------*/
  .fare-calendar {
    margin-top: -60px;
  }
  @media screen and (max-width: 767px) {
    .fare-calendar {
      margin-top: 0px;
    }
  }
  .fare-calendar .fare-rates {
    position: relative;
  }
  .fare-calendar .fare-rates .fare-monthcontainer {}
  .fare-calendar .fare-rates .fare-monthcontainer .fare-month {
    margin: 0 4px;
    /*vertical-align: bottom;*/
    display: inline-block;
    width: 30%;
    text-align: center;
  }
@media screen and (max-width: 767px) {
	  .fare-calendar .fare-rates .fare-monthcontainer .fare-month {
    width: 28%;
  }

}
  .fare-calendar .fare-rates .fare-monthcontainer .fare-month span.fare-price {
    min-height: 20px;
    background-color: #FFF;
    transform-origin: 100% 100%;
    border-radius: 3px;
    display: block;
    margin: 10px 0;
    /*                        -webkit-transition: all 0.5s 1 ease-in-out;
  -moz-transition: all 0.5s 1 ease-in-out;
  -o-transition: all 0.5s 1 ease-in-out; */
  }
  .fare-calendar.on .fare-rates .fare-monthcontainer .fare-month span.fare-price {
    -webkit-animation: priceAnimation 1s 1 ease-in-out;
    -moz-animation: priceAnimation 1s 1 ease-in-out;
    -o-animation: priceAnimation 1s 1 ease-in-out;
    /*                        -webkit-transition: all 0.5s 1 ease-in-out;
  -moz-transition: all 0.5s 1 ease-in-out;
  -o-transition: all 0.5s 1 ease-in-out; */
  }
  .fare-calendar .fare-rates .fare-monthcontainer .fare-month span.fare-price.cheapest {
    background-color: #EF3D84;
  }
  .fare-calendar.on .fare-rates .fare-monthcontainer .fare-month span.pri_02 {
    background: #000;
  }
  .fare-calendar.on .fare-rates .fare-monthcontainer .fare-month span.pri_03 {
    background: #B7000E;
  }
  @-webkit-keyframes priceAnimation {
    from {
      -webkit-transform: scaleY(0.1);
    }
    to {
      -webkit-transform: scaleY(1.0);
    }
  }
  @-moz-keyframes priceAnimation {
    from {
      -moz-transform: scaleY(0.1);
    }
    to {
      -moz-transform: scaleY(1.0);
    }
  }
  @-o-keyframes priceAnimation {
    from {
      -o-transform: scaleY(0.1);
    }
    to {
      -o-transform: scaleY(1.0);
    }
  }
  /*円グラフ
---------------------------*/
  /*=========グラフ表示のためのCSS ===============*/
  .chart-area { /*円グラフがスマホでつぶれないようにする*/
    position: relative;
    width: 100%;
    height: auto;
  }
  .chart_box_r {
    width: 150px;
  }
  .chart_box_l {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  @media screen and (max-width: 767px) {
    .chart_box_l {
      display: block;
    }
  }
  .chart_txt01 {
    display: flex;
    width: 48%;
    gap: 20px;
  }
  @media screen and (max-width: 767px) {
    .chart_txt01 {
      width: 100%;
		margin-bottom: 5px;
    }
  }
  .chart_txt01 dt {
    width: 56px;
    height: 56px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    padding: 15px 0;
    box-sizing: border-box;
  }
  .chart_txt01 dt.red {
    background: #B7000E;
  }
  .chart_txt01 dd {
    font-size: 2.4rem;
  }
  .chart_txt01 dd span {
    line-height: 1;
    font-size: 5rem;
    font-weight: 500;
  }
  .chart_box_l p {
    text-indent: -3.5em;
    padding-left: 1em;
    margin-top: 30px;
    font-size: 1.4rem;
  }
  @media screen and (max-width: 767px) {
    .chart_box_l p {
      text-indent: -1em;
      margin-top: 20px;
      font-size: 1.2rem;
      text-align: left;
    }
  }
  .txt_1 {
    font-size: 2.4rem;
    line-height: 1;
  }
  .txt_1 span {
    font-size: 5rem;
  }
  @media screen and (max-width: 767px) {
    .txt_1 span {
      font-size: 3.5rem;
    }
  }
  .txt_2 {
    font-size: 1.6rem;
  }
  .txt_2 span {
    font-size: 2.8rem;
  }
  @media screen and (max-width: 767px) {
    .txt_2 span {
      font-size: 2rem;
    }
  }
  .txt_3 {
    font-size: 1.4rem;
  }
  @media screen and (max-width: 767px) {
    .txt_3 {
      font-size: 1.2rem;
    }
  }
  .box_rec01 {
    position: relative;
  }
  .box_rec01::before {
    content: "";
    background: url("img/recruit/img_01.webp") center top no-repeat;
    width: 60%;
    height: 700px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
@media screen and (max-width: 767px) {
  .box_rec01::before {
    width: 95%;
    height: 260px;
	  left: -15px;
  }
}
  .box_rec01_inner {
    width: 50%;
    padding: 60px 0 60px 60px;
    background: #fff;
    margin: 0 0 0 auto;
    position: relative;
    top: 150px;
  }
@media screen and (max-width: 767px) {
  .box_rec01_inner {
    width: 95%;
    padding: 30px 0 80px 30px;
    top: 150px;
  }
}
  .txt_sub {
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 50px;
  }
@media screen and (max-width: 767px) {
  .txt_sub {
    font-size: 2.4rem;
	  margin-bottom: 40px;
  }
}
  .txt_sub_01 {
    position: absolute;
    color: #888888;
    font-size: 1.4rem;
    line-height: 1;
    top: 131px;
    left: 0;
  }
@media screen and (max-width: 767px) {
	  .txt_sub_01 {
    font-size: 1.2rem;
    top: 88px;
  }
}
  .txt_sub_02 {
    position: absolute;
    color: #888888;
    font-size: 1.4rem;
    line-height: 1;
    top: 204px;
    left: 0;
  }
@media screen and (max-width: 767px) {
	  .txt_sub_02 {
    font-size: 1.4rem;
    top: 135px;
  }
	}
  .txt_sub_03 {
    position: absolute;
    color: #888888;
    font-size: 1.4rem;
    line-height: 1;
    top: 274px;
    left: 0;
  }
@media screen and (max-width: 767px) {
	  .txt_sub_03 {
    font-size: 1.2rem;
    top: 185px;
  }
	}
  .box_rec02_inner {
    background: #fff;
    padding: 60px;
    margin-top: -200px;
  }
@media screen and (max-width: 767px) {
  .box_rec02_inner {
    padding: 30px;
    margin-top: -20px;
  }
	
}
  .box_rec03 {
    position: relative;
  }
  .box_rec03::before {
    content: "";
    background: url("img/recruit/img_03.webp") right top no-repeat;
    width: 60%;
    height: 700px;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
  }
@media screen and (max-width: 767px) {
  .box_rec03::before {
    width: 95%;
    height: 260px;
	  right: -15px;
  }
}
  .box_rec03_inner {
    width: 50%;
    padding: 60px 60px 60px 0;
    position: relative;
    top: 150px;
    background: var(--gray2);
    margin-bottom: 150px;
  }
@media screen and (max-width: 767px) {
  .box_rec03_inner {
    width: 98%;
    padding: 30px 30px 30px 0;
    top: 150px;
    margin-bottom: 150px;
  }
}
.tabgroup01 .tabnav {
    border-top: #ededed 1px solid;
  }
@media screen and (max-width: 767px) {
.tabgroup01 .tabnav {
    border-top: none;
	display: flex;
	justify-content: space-between;
  }
}
  .tabgroup01 .tabnav li {
    display: block;
    box-sizing: border-box;
  }
@media screen and (max-width: 767px) {
  .tabgroup01 .tabnav li {
    display: block;
	  width: 32.5%;
  }
}
  .tabgroup01 .tabnav li a {
    padding: 70px 0;
    display: block;
    border-bottom: #ededed 1px solid;
    transition-duration: .5s;
    position: relative;
  }
@media screen and (max-width: 767px) {
	  .tabgroup01 .tabnav li a {
    padding: 20px 10px;
	border:  #ededed 1px solid;
    border-bottom: none;
		  background: #fff;
		  text-align: center;
		  height: 100%;
		  border-top-left-radius: 10px;
		  border-top-right-radius: 10px;
  }

}
  .tabgroup01 .tabnav li a::after {
    background-color: #B7000E;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: .5s all;
    width: 0;
  }
@media screen and (max-width: 767px) {
	  .tabgroup01 .tabnav li a::after {
    content: none;
  }
}
  .tabgroup01 .tabnav li a:hover::after {
    width: 100%;
  }
@media screen and (max-width: 767px) {
  .tabgroup01 .tabnav li.active a{
	  background: #B7000E;
	  color: #fff;
  }	
}

  .tabgroup02 .tabnav {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    border-top: none;
    margin-bottom: 100px;
  }
@media screen and (max-width: 767px) {
  .tabgroup02 .tabnav {
    margin-bottom: 60px;
  }	
}

  .tabgroup02 .tabnav li a {
    padding: 15px 60px;
    display: block;
    border-bottom: none;
    background: #fff;
    border: #B7000E 1px solid;
    color: #B7000E;
    font-weight: 2rem;
    border-radius: 10px;
  }
@media screen and (max-width: 767px) {
	  .tabgroup02 .tabnav li a {
    padding: 15px 40px;
    font-weight: 1.8rem;
  }
}
  .tabgroup02 .tabnav li.active a {
    background: #B7000E;
    color: #fff;
  }
  .tabcontent .tabcontent_list {
    display: none;
  }
  .tabcontent .tabcontent_list.show {
    display: block;
  }
  .lh_2 {
    line-height: 2 !important;
  }
  .box_rec04 {
    display: flex;
    width: 80%;
    margin: 0 0 0 auto;
    justify-content: space-between;
  }
  @media screen and (max-width: 1500px) {
    .box_rec04 {
      width: 90%;
    }
  }
  @media screen and (max-width: 1240px) {
    .box_rec04 {
      width: 100%;
		flex-wrap: wrap;
    }
  }
  .box_rec04 > div:first-child {
    width: 30%;
    text-align: left;
  }
@media screen and (max-width: 767px) {
  .box_rec04 > div:first-child {
    width: 100%;
  }	
}
  .box_rec04 > div:last-child {
    width: 68%;
  }
@media screen and (max-width: 767px) {
  .box_rec04 > div:last-child {
    width: 100%;
  }
}
  .txt_tab01 {
    color: #B7000E;
    font-weight: bold;
    margin-bottom: 15px;
  }
@media screen and (max-width: 767px) {
  .txt_tab01 {
    margin-bottom: 10px;
	  font-size: 1.2rem;
  }
.tabgroup01 .tabnav li.active a .txt_tab01 {
    color: #fff;
  }
}
  .txt_tab01 span {
    border-bottom: #B7000E 1px solid;
  }
@media screen and (max-width: 767px) {
.tabgroup01 .tabnav li.active a .txt_tab01 span{
    border-bottom: #fff 1px solid;
  }
	
}
  .txt_tab02 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.4;
  }
@media screen and (max-width: 767px) {
  .txt_tab02 {
    font-size: 1.4rem;
  }	
}
  .support_01 {
    background: url("img/recruit/support_01.webp") left top no-repeat;
    background-size: cover;
    height: 755px;
    padding: 60px;
    position: relative;
    color: #fff;
    text-align: left;
  }
  .support_02 {
    background: url("img/recruit/support_02.webp") left top no-repeat;
    background-size: cover;
    height: 755px;
    padding: 60px;
    position: relative;
    color: #fff;
    text-align: left;
  }
  .support_03 {
    background: url("img/recruit/support_03.webp") left top no-repeat;
    background-size: cover;
    height: 755px;
    padding: 60px;
    position: relative;
    color: #fff;
    text-align: left;
  }
  @media screen and (max-width: 1500px) {
  .support_01,.support_02,.support_03 {
    height: 450px;
    padding: 40px 20px;
  }
}
  .tabcontent_list .number {
    font-size: 20rem;
    line-height: 1;
  }
@media screen and (max-width: 767px) {
  .tabcontent_list .number {
    font-size: 10rem;
  }	
}
  .support_area p:last-child {
    width: 80%;
    position: absolute;
    bottom: 60px;
    left: 60px;
  }
@media screen and (max-width: 767px) {
  .support_area p:last-child {
    width: 90%;
    bottom: 40px;
    left: 20px;
  }
}
  .bg_gijyutu {
    width: 80%;
    margin: 0 0 100px auto;
    padding: 60px;
    background: url("img/recruit/bg_01.webp") left top no-repeat;
	  background-size: cover !important;
  }
  @media screen and (max-width: 1500px) {
    .bg_gijyutu {
      width: 90%;
    }
  }
  @media screen and (max-width: 1240px) {
    .bg_gijyutu {
      width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
	  .bg_gijyutu {
    background: url("img/recruit/sp_bg_01.webp") left top no-repeat;
		  padding: 30px;
    }
}

  .bg_eigyo {
    width: 80%;
    margin: 0 0 100px auto;
    padding: 60px;
    background: url("img/recruit/bg_02.webp") left top no-repeat;
	  background-size: cover !important;
  }
  @media screen and (max-width: 1500px) {
    .bg_eigyo {
      width: 90%;
    }
  }
  @media screen and (max-width: 1240px) {
    .bg_eigyo {
      width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
	  .bg_eigyo {
    background: url("img/recruit/sp_bg_02.webp") right top no-repeat;
		  padding: 30px;
    }
}
  .bg_gijyutu div, .bg_eigyo div {
    background: #B7000E;
    color: #fff;
    padding: 60px;
    width: 560px;
    box-sizing: border-box;
    text-align: left;
  }
  @media screen and (max-width: 767px) {
    .bg_gijyutu div, .bg_eigyo div {
      padding: 20px;
      width: 100%;
    background: rgba(183,0,14,0.9);
	  }
  }
  .txt_sub02 {
    font-size: 3rem;
    font-weight: 500;
    border-left: #B7000E 5px solid;
    line-height: 1.2;
    padding-left: 20px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  @media screen and (max-width: 767px) {
  .txt_sub02 {
    font-size: 2rem;
  }
}
  .txt_sub03 {
    border-bottom: #fff 1px solid;
    font-size: 3.6rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
@media screen and (max-width: 767px) {
  .txt_sub03 {
    font-size: 2.4rem;
  }
	
}
  .txt_sub03 span {
    font-size: 1.6rem;
    margin-left: 20px;
  }
@media screen and (max-width: 767px) {
  .txt_sub03 span {
    font-size: 1.4rem;
  }
}
  .txt_sub04 {
    font-size: 2.4rem;
    font-weight: 500;
    border-left: #B7000E 5px solid;
    line-height: 1.2;
    padding-left: 20px;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  @media screen and (max-width: 767px) {}
  .mb150 {
    margin-bottom: 150px;
  }
  @media screen and (max-width: 767px) {
    .mb150 {
      margin-bottom: 80px;
    }
  }
  /* スライドの動き等速 */
  .gallely_slider .swiper-wrapper {
    transition-timing-function: linear;
  }
  /* 画像のサイズ調整 */
  .gallely_slider .swiper-slide img {
    height: auto;
    width: 100%;
  }
  .gallely_slider .swiper-slide {
    padding: 0 15px;
  }
  .gallely_slider .swiper-slide:nth-child(odd) {
    margin-top: 50px;
  }
  .recruit_page .box_02 > div:first-child a {
    background: url("img/top/bg_03.webp") center top no-repeat;
  }
  .recruit_page .entry_box {
    background: #B7000E;
    padding: 100px 20px;
    color: #fff;
  }
  .entry_box .btn_entry {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .entry_box .btn_entry > li {
    width: 48%;
  }
  .entry_box .btn_entry > li a {
    display: block;
    width: 100%;
    background: url("img/recruit/arrow_red.webp") 92% center no-repeat, #fff;
    padding: 10px;
    box-sizing: border-box;
    color: #B7000E;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
@media screen and (max-width: 767px) {
  .entry_box .btn_entry > li a {
    font-size: 1.8rem;
	  background-size: 15px;
  }	
}
  .entry_box .btn_entry > li a:hover {
    background: url("img/recruit/arrow_red.webp") 95% center no-repeat, #fff;
  }
  /*------------------------------------------*/
.bg_gray_half{
	background: linear-gradient(180deg, #fff 0%, #fff 40%, #EDEDED 40%, #EDEDED 100%)
}
@media screen and (max-width: 767px) {
.bg_gray_half{
	background: linear-gradient(180deg, #fff 0%, #fff 50%, #EDEDED 50%, #EDEDED 100%)
}
}
  .box_service {
    display: flex;
    justify-content: space-between;
  }
@media screen and (max-width: 767px) {
  .box_service {
	  flex-wrap: wrap;
  }	
}

  .box_service > div {
    width: 48%;
  }
@media screen and (max-width: 767px) {
  .box_service > div {
    width: 100%;
  }
  .box_service > div:first-child {
	  margin-bottom: 30px;
  }
}
  .box_service_txt {
    display: flex;
    position: relative;
	  justify-content: space-between;
	  gap:30px;
  }
@media screen and (max-width: 767px) {
  .box_service_txt {
	  gap:30px;
	  flex-wrap: wrap;
  }
}
  .box_service_txt > li p{
	  background: #000;
	  color: #fff;
	  padding: 10px;
  }
  .txt_name {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .name_list {
    margin-bottom: 5px;
  }
  .name_list span {
    font-size: 1.4rem;
    background: #004B9C;
    color: #fff;
    padding: 0 5px;
    width: 25px;
    box-sizing: border-box;
    text-align: center;
    font-style: italic;
    margin-right: 5px;
    display: inline-block;
  }
  .name_list.audi span {
    background: #BC0015;
  }
  .name_list.used span {
    background: #E64D0D;
  }
  .name_list.factory span {
    background: #30A053;
  }
  .name_list.office span {
    background: #30A053;
  }
  .list_outer {
    display: flex;
    gap: 10%;
  }
@media screen and (max-width: 767px) {
  .list_outer {
	  flex-wrap: wrap;
  }
	
}
  .list_outer > div {}
@media screen and (max-width: 767px) {
	  .list_outer > div {
		  margin-bottom: 20px;
	}

}
  .schedule {
    display: flex;
    border-bottom: #ccc 1px solid;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .schedule dt {
    border-right: #ccc 1px solid;
    padding-right: 20px;
    margin-right: 20px;
    width: 80px;
  }
  .bg_bk {
    background: #000;
    color: #fff;
  }
  .bg_txt_flow {
    background: url("img/interview/flow.webp") left 150px no-repeat;
  }
@media screen and (max-width: 767px) {
  .bg_txt_flow {
    background: url("img/interview/flow.webp") left 120px no-repeat;
	  background-size: 100%;
  }
}
.ft_btn02{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
}
@media screen and (max-width: 767px) {
.ft_btn02{
	bottom: 10px;
	right: 10px;
	width: 40px;
}
}
.oneweek{
	position: absolute;
	bottom: 3%;
	right: 30%;
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--color01);
	    border:1px solid var(--color01);
	padding: 5px 20px;
}
@media screen and (max-width: 767px) {
.oneweek{
	bottom: 3%;
	right: 0;
	font-size:1.6rem;
	padding: 5px 20px;
}
	
}
.oneweek:after,.oneweek:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:50%;
}
.oneweek:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:5px;
    border-bottom-width:5px;
    border-left-width:9px;
    border-right-width:9px;
    margin-top: -5px;
    border-right-color:#FFFFFF;
}
.oneweek:before{
    border-color: rgba(183, 0, 14, 0);
    border-top-width:6px;
    border-bottom-width:6px;
    border-left-width:10px;
    border-right-width:10px;
    margin-top: -6px;
    margin-right: 1px;
    border-right-color: var(--color01);
}
a.link{
	color:var(--color01);
	text-decoration: underline;
}
a.link:hover{
	text-decoration: underline !important;
}
.btn_col_2{
	display: flex;
	gap:30px;
	align-content: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
.btn_col_2{
	flex-wrap: wrap;
	gap:20px;
}
}
.btn_col_2 p a{
	display: block;
	background: var(--color01);
	color: #fff;
	font-size: 2.4rem;text-align: center;
	padding: 15px;
	box-sizing: border-box;
	line-height: 1.2;
	border-radius: 10px;
}
@media screen and (max-width: 767px) {
.btn_col_2 p{
	width: 100%;
	}
	.btn_col_2 p a{
	font-size: 2rem;
	width: 100%;
	}
}
.btn_col_2 p:last-child a{
	padding:30px 15px;
}
@media screen and (max-width: 767px) {
.btn_col_2 p:last-child a{
	padding:15px;
}
}