@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
html {
  font-size: 100%;
  /* スムーズスクロール */
  scroll-behavior: smooth;
}
body {
  background: #f5f5f5;
  color: #292929;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  letter-spacing: -0.6px;
  font-size: 1.375rem;
}
img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
  text-align: center;
}
.red {
  color: #6899ae;
}
.gray {
  color: #4d4d4d;
}
.shadow {
  box-shadow: 0 0px 10px 0px rgba(204, 204, 204, 0.5);
}
.gray {
  color: #6f6f6f;
}
.bg_lightbeige {
  background-color: #f4efe6;
}
.bg_beige {
  background-color: #e9dfcd;
}
.brown {
	color: #b29e7a;
}
#container {
  max-width: 752px;
  /*コンテナー幅*/
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 auto;
}
.wrapper {
  padding: 60px 28px;
}
.size_16 {
  font-size: 1rem;
}
.size_20 {
  font-size: 1.25rem;
}
.size18 {
  font-size: 1.125rem;
}
.pt30 {
	padding-top: 30px;
}
.plr20 {
	padding-left: 20px;
	padding-right: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}

.bold {
  font-weight: bold;
}

.underline {
  background-color: #D1E0E7;
}

a {
  text-decoration: none;
}
.title {
  text-align: center;
  margin-bottom: 40px;  
}
h2,
.el_mainTtl {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 20px;
}
.size29 {
  font-size: 1.8125rem;
}
.subtitle, .subtitle_wt,.subtitle_b {
  font-size: 1.5rem;
  padding: 3px 50px;
  border-radius: 50px;
  border: 3px solid #6899ae;
  color: #6899ae;
  font-family: 'Century Gothic','CenturyGothic','century-gothic', 'Futura', Arial, Helvetica, sans-serif;
  line-height: 1;
  font-weight: bold;
  position: relative;
}

.subtitle::before,
.subtitle::after,
.subtitle_wt::before,
.subtitle_wt::after,
.subtitle_b::before,.subtitle_b::after { 
  content: '';
  border: 10px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
.subtitle::before,
.subtitle_wt::before,
.subtitle_b::before { 
  border-top-color: #6899ae; 
  bottom: -20px;
}
.subtitle::after { 
  border-top-color:#f4efe6; 
  bottom: -16px;
}
.subtitle_wt::after {
  border-top-color:#fff; 
  bottom: -16px;
}
.subtitle_b::after {
  border-top-color: #e9dfcd; 
  bottom: -16px;
}
.title_logo {
  height: 1em;
  vertical-align:middle;
  padding:0 5px 5px 5px;
}
/*ヘッダー
---------------------------------------------------------------------------*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  background-color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 30px;
}

nav {
  display: flex;
}

nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  text-align: center;
}

nav li a {
  color: #292929;
  margin-left: 40px;
}

nav li a:hover {
  border-bottom: 3px solid #6899ae;
  position: relative;
  bottom: 3px;
  color: #b29e7a;
}

.logo {
  width: 152px;
	margin: 0 8px;
}
/*fv
---------------------------------------------------------------------------*/
.fv_pc {
  text-align: center;
  align-items: center;
}
.fv_inner {
  background-color: rgba(255, 255, 255, 0.9);
}
.box_inner {
  display: flex;
  align-items: flex-start;
}
.box_inner img {
  margin-right: 20px;
}
.box_inner p {
  text-align: justify;
}
.btn_container {
  display: grid;
  list-style: none;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.btn_container {
	display: block;
}
.btn_container li + li {
	margin-top: 20px;
}
.btn_container img {
  box-shadow: 0 0px 10px 0px rgba(204, 204, 204, 0.5);
  position: relative;
}
.btn_container img:hover {
  top: 3px;
}
.office-unit {
	text-align: center;
	padding: 20px;
}
/*strength
---------------------------------------------------------------------------*/
.box {
  background-color: #fff;
  box-shadow: 0 0px 10px 0px rgba(204, 204, 204, 0.5);
  padding: 30px;
}

.strength_title {
  display: flex;
  margin-bottom: 30px;
}

.strength_number {
  font-size: 6rem;
  font-family: 'Century Gothic','CenturyGothic','century-gothic', 'Futura', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #6899ae;
  line-height: 0.8;
  letter-spacing: -5px;
}

.title_inner {
  margin-left: 30px;
}

.bg_red {
  background-color: #6899ae;
  font-size: 18px;
  padding: 3px 15px 5px 15px;
  border-radius: 30px;
  color: #fff;
}

h3 {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.m20 {
  margin-top: 20px;
}

.center_p {
  text-align: center;
}

/* event */
.event_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.event_item {
  text-align: center;
}

.event_p {
  font-size: 18px;
  margin-top: 15px;
}


/* plan */
.plan_container {
  margin-bottom: 30px;
}

h4 {
  font-size: 2rem;
  color: #6899ae;
  font-weight: bold;
}

.number {
  font-size: 4.5rem;
  font-family: 'Century Gothic','CenturyGothic','century-gothic', 'Futura', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
}

.plan_inner {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.plan_inner_item {
  margin-bottom: 20px;
}
.staff {
  font-size: 1.125rem;
  width: 335px;
}
.staff table {
  width: 100%;
}
.staff tr {
  border-bottom: 1px solid #f4efe6;
  align-items: center; 
}
.staff th {
  background-color: #e9dfcd;  
  font-weight: normal;
  width: 25%;
  text-align: center;
  border-right: 1px solid #f4efe6;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
.staff td {
  background-color: #fff;
  font-size: 1rem;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
	padding-right: 10px;
  vertical-align: middle;
  line-height: 1.2;
  text-align: left;
}
.pricebox {
  margin-top: 20px;
  background-color: #6899ae;
  width: 100%;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
.price {
  font-size: 2.625rem;
  font-family: 'Century Gothic','CenturyGothic','century-gothic', 'Futura', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}
.yen {
  font-size: 1.125rem;
}

/* works */
.works_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#works h2 span {
	display: block;
	font-size: 0.5em;
	margin-top: 10px;
}
.m40 {
  margin-bottom: 40px;
}

/* news */
.news {
  font-size: 1.125rem;
}

.news .el_postTtl {
  margin-top: 0;
  margin-bottom: 0;
}
.news .el_postDate {
  font-weight: bold;
}
hr {
  margin: 1rem auto;
}
.news dl > div:last-of-type + hr {
	display: none;
}
/***archive***/
#news .wp-pagenavi {
	display: flex; 
	justify-content: center;
	margin-top: 30px;
}
#news .wp-pagenavi a,
#news .wp-pagenavi span {
	border: none;
}
/***single***/
.news.single .el_postTtl {
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 10px;
}
.bl_pager {
	margin: 30px auto;
}
.bl_pager_inner {
	display: flex;
	justify-content: space-between;
	font-size: 1.2rem;
}
/*一覧へ戻るボタン*/
.el_btnBack {
	max-width: 420px;
    background-color: #6899ae;
    color: #fff;
    border-radius: 50px;
	font-size: 1.5rem;
    font-weight: bold;
    padding: 30px 50px;
    align-items: center;
    text-align: center;
    border: none;
	display: block; 
	margin: 50px auto 20px;
}
/*
form
================================================ */
form {
  text-align: center;
}

form table {
  width: 690px;
  margin: 0 auto;
  text-align: left;
  align-items: center;
  border: 1px solid #b29e7a;
  border-collapse: collapse;
  font-size: 1.25rem;
}

form th {
  width: 272px;
  position: relative;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 15px;
  border-bottom: 1px solid #b29e7a;
  border-right: 1px solid #b29e7a;
  background-color: #f4efe6;
}

form td {
  border-bottom: 1px solid #b29e7a;
  padding: 15px;
  background-color: #fff;
  width: 418px;
}

.hissu::after {
  color: white;
  content: '必須';
  font-weight: normal;
  background-color: #6899ae;
  margin-left: 10px;
  font-size: 16px;
  padding: 2px 5px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 4px;
}

.ninni::after {
  color: white;
  content: '任意';
  font-weight: normal;
  background-color: #b29e7a;
  margin-left: 10px;
  font-size: 16px;
  padding: 2px 5px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 4px;
}
form table .mwform-checkbox-field,
form table .mwform-radio-field {
	display: block;
}
form table .mwform-checkbox-field label {
	display: flex;
}
.input_address,
.input_name,
.input_tel,
.input_company,
.input_url,
input[type='email'] {
  background-color: #f1d8d9;
  border-radius: 10px;
  border: 1px solid #bbb;
  padding: 20px;
  width: 100%;
}

input[type='radio'] {
  margin-right: 0.5rem;
}
textarea {
  background-color: #f1d8d9;
  border-radius: 10px;
  border: 1px solid #bbb;
  padding: 20px;
  width: 100%;
  max-width: 385px;
  height: 200px;
}

.el_agree {
	display: block;
}
.el_agree label input + span {
	display: none;
}
.el_agree a {
	color: #6899ae;
	text-decoration: underline;
}
.el_agree a:hover {
	text-decoration: none;
}
.submit_btn {
  max-width: 420px;
  background-color: #6899ae;
  color: #fff;
  border-radius: 50px;
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 20px;
  padding: 30px 50px;
  align-items: center;
  text-align: center;
  border: none;
}

.submit_btn:hover {
  position: relative;
  top: -3px;
  opacity: 90%;  
}
.mwform-checkbox-field input {
	width: 18px; 
	height: 18px;
	margin-top: -3px;
}
/*プレビュー*/
.mw_wp_form_preview .el_agree {
	display: none;
}
.mw_wp_form_preview .hissu::after,
.mw_wp_form_preview .ninni::after{
	content: none;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0!important;
}
/*完了画面*/
#contact h2 + p {
	margin-top: 40px;
}
.mw_wp_form_complete > p {
	text-align: center;
}
/*
プライバシーポリシー
================================================ */
.open {
	cursor: pointer;
  text-decoration: underline;
}

#pop-up {
	display: none;
}

.overlay {
	display: none;
}

#pop-up:checked+.overlay {
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.6);
}

.window {
	position: fixed;
	top: 50%;
	left: 50%;
	padding: 70px 1rem 1rem 1rem;
	max-height: 80%;
	background-color: #ffffff;
	transform: translate(-50%, -50%);
	color: #6f6f6f;
  text-align: justify;
  overflow-y: scroll;
  font-size: 0.875rem;  
}

.close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	font-size: 3rem;

}

/* トップへ戻るボタン -----------------------------------------------*/
#pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  margin: 0;
}

#pagetop a {
  position: relative;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  background-color: #fff;
  color: #b29e7a;
  align-items: center;
  text-decoration: none;
  font-size: 32px;
  border-radius: 100%;
  box-shadow: 0 0px 10px 0px rgba(204, 204, 204, 0.5);
}

#pagetop a:hover {
  background-color: #b29e7a;
  color: #fff;
}
/* recruit */
.recruit_btn {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;

}
.recruit_btn a{
  text-align: center;
  padding: 20px;
  background-color: #e9dfcd;
  border: 4px solid #6899ae;
  border-radius: 50px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #6899ae;
}
.recruit_btn a:hover{
  opacity: 0.8;
}

/* footer */
footer {
  width: 100%;
  color: #fff;
  background-color: #b29e7a;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 1rem;
}

.footer-inner li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-inner a {
  color: #fff;
	position: relative;
}

.footer-inner .new_tab a::after {
    content: "";
    background-color: #fff;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 5px;
	-webkit-mask: url(../images/event/icon-link.svg);
    mask: url(../images/event/icon-link.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
}
.footer-inner a:hover {
  text-decoration: underline;
  color: #f4efe6;
}


footer p.copy {
  text-align: center;
  padding-top: 30px;
  font-size: 14px;
  color: #f4efe6;
}
/* cta */
.cta {
  position: fixed;
  top: 30px;
  z-index: 100;
  right: 1.5vw;
  text-align: center;
  display: block;
}

.pc_btn img {
  margin-bottom: 20px;
  filter: drop-shadow(5px 10px 5px rgba(136, 136, 136, 0.2));
}

.pc_btn img:hover {
  opacity: 0.8;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

/*=============================
          SP用
 =============================*/


@media screen and (max-width: 750px) {

  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  img {
    max-width: 100% !important;
  }

  .sp_none {
    display: none;
  }

  .pc_none {
    display: block;
  }

  body {
    font-size: 1rem;
  }

  .wrapper {
    padding: 40px 1rem;
  }

  .box_inner p {
    font-size: 1rem;
    margin-top: 1rem;
  }

  .box_inner {
    display: block;
    text-align: center;
  }

  .box_inner img {
    margin-right: 0;
  }

  .size_22 {
    font-size: 1rem;
  }

  .box {
    padding: 1rem;
  }

  .event_p {
    font-size: 0.875rem;
  }

  .strength_number {
    font-size: 4.25rem;
    letter-spacing: 0px;
  }

  h2,
  h4,
  h3,
  .el_mainTtl {
    font-size: 1.5rem;
  }
  .size29 {
    font-size: 1.375rem;
  }
  .subtitle, .subtitle_wt,.subtitle_b {
    font-size: 1rem;
    padding: auto;
    width: 200px;
    border: 2px solid #6899ae;;
  }
  .subtitle::after, .subtitle_wt::after,.subtitle_b::after { 
    bottom: -17px;
  }

  .number {
    font-size: 2.625rem;
  }

  .bg_red {
    font-size: 0.875rem;
  }

  .title_inner {
    margin-left: 1rem;
  }

  .event_container {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .plan_inner {
    display: block;
    text-align: center;
  }
  .staff {
    width: 100%;
    font-size: 0.9375rem;
  }
  .staff td {
    padding-left: 5px;
  }
  .price {
    font-size: 2.25rem;
  }
  .yen {
    font-size: 0.875rem;
  }

  h5 {
    border: none;
  }

  form table {
    width: 100%;
    margin: 0 auto;

    font-size: 1rem;
  }

  form th,
  form td {
    display: block;
    width: 100%;
    padding: 15px;
  }

  form table {
    width: 100%;
  }

  input[type='name'],
  input[type='email'],
  input[type='tel'] {
    max-width: 100%;
    margin-bottom: 0;
  }

  .submit_btn {
    max-width: 100%;
    font-size: 1.25rem;
    padding: 30px 1rem;
  }

  .sp_cta {
    position: fixed;
    width: 100%;
    bottom: 0px;
    opacity: 0.9;
    z-index: 99;
  }

  /*メニューを横並びにする*/
  .sp_cta ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .sp_cta li {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 0.875rem;
    border-right: 1px solid #fff;
  }

  .sp_cta li:first-child {
    background: #ff6f28;
    border-right: 1px solid #fff;
  }

  .sp_cta li:last-child {
    background: #06c755;
  }

  /*ボタンを調整*/
  .sp_cta li a {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding: 15px 3px;
  }

  .sp_cta li a:hover {
    text-decoration: underline;
    opacity: 0.8;
  }

  nav {
    font-size: 0.6875rem;
    letter-spacing: -1px;
  }

  header {
    padding: 5px 0.5rem;
    height: 50px;
  }

  .logo {
    width: 100px;
  }

  /* nav li a {
    margin: 0;
    padding: 5px;
  }

  nav ul {
    max-width: 100%;
    justify-content: space-between;
    margin: 0 auto;
  } */
  .title {
    margin-bottom: 30px;
  }
  .m40 {
    margin-bottom: 20px;
  }
  #pagetop {    
    bottom: 80px;
    right: 0;
  }
  footer {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  /* ハンバーガーメニュー */
.menu-btn {
  position: fixed;
  top: 0.2rem;
  right: 0.5rem;
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #fff;
  opacity: 0.9;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  background-color: #b29e7a;
  position: absolute;
}

.menu-btn span:before {
  bottom: 10px;
}

.menu-btn span:after {
  top: 10px;
}

/* ボタンタップ時はｘにする */
#menu-btn-check:checked~.menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked~.menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

/* spメニュー装飾 */
.menu-content {
  width: 90%;
  height: 70%;
  position: fixed;
  top: 0;
  left: 100%;
  padding: 70px 10px;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #b29e7a;
  transition: all 0.5s;
  opacity: 0.9;
  /*アニメーション設定*/
}

/* ボタンタップで表示 */
#menu-btn-check:checked~.menu-content {
  left: 10%;
  /*メニューを画面内へ*/
}

.menu-content li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}

.menu-content li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #f2fbfb;
  text-decoration: none;
  padding: 1rem;
  position: relative;
}

.menu-content li a::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 1rem;
  top: 20px;
}

.menu-content li a:hover {
  color: #fff;
  text-decoration: underline;
}
.size_16 {
  font-size: 0.875rem;
}
.window {
	left: 10%;
  top: 20%;
	max-height: 50%;
  max-width: 80%;
  font-size: 0.75rem;
  transform: translate(0, 0);
}
	.el_btnBack {
		max-width: 280px;
	}
}
/*=============================
プライバシーポリシー
==============================*/
#privacy .subtitle_b
#privacy .ttl_page p {
	display: inherit;
}
.privacy_first {
	margin-top: 70px;
	padding-bottom: 55px;
	border-bottom: solid 0.4px #a0a0a0;
}
.privacy_first p+ul {
	margin-top: 62px;
}
#privacy ul {
	counter-reset: item;
}
#privacy ul li {
	margin-top: 26px;
	margin-left: 1.5rem;
	position: relative;
}
#privacy .privacy_first ul li:before,
#privacy .privacy_second ul li:before {
	position: absolute;
	left: -1.5rem;
	top: 1px;
	counter-increment: item;
	vertical-align: top;
	font-weight: bold;
}
#privacy .privacy_first ul li:before {
	content: counters(item, ".") "．";
}
#privacy .privacy_second ul li:before {
	content: counters(item, ".") "）";
}
#privacy ul li h3 {
	text-align: left;
	letter-spacing: 3px;
	font-weight: bold;
	line-height: 1.4;
	display: inline;
	font-size: 1.5rem;
}
#privacy ul li p {
	margin-top: 20px;
}
.privacy_first .right {
	text-align: right;
	margin: 34px 0;
}
.privacy_second {
	margin: 51px 0 107px;
}
.privacy_second p+p {
	margin-top: 1rem;
}
#privacy ul li .border {
	margin: 30px 35px;
    padding: 30px 40px;
	border: solid 1px #787878;
}
#privacy ul li .border p {
	margin: 0;
}
#privacy ul li .border ul {
	margin-top: 12px;
	counter-increment: border-cou;
	counter-reset: border-counter;
}
#privacy ul li .border ul li {
	margin: 30px 0 0 1.5rem;
	position: relative;
	line-height: 1.6;
}
#privacy ul li .border ul li:before {
	content: counter(border-counter);
	counter-increment: border-counter;
	background-color: #fff;
	color: #000;
	display: block;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	height: 15px;
	width: 15px;
	border: 1px solid #000;
	border-radius: 50%;
	top: 12px;
}
#privacy .privacy_second img {
	margin-top: 56px;
	margin-left: auto;
	display: block;
}
#privacy .privacy_second table {
	margin: 26px 0 32px 0;
	border-top: solid 1px #787878;
	border-left: solid 1px #787878;
}
#privacy .privacy_second table tr {
	vertical-align: top;
}
#privacy .privacy_second table th {
	text-align: center;
	padding: 25px 0;
	border-right: solid 1px #787878;
	border-bottom: solid 1px #787878;
}
#privacy .privacy_second table th.left {
	width: 34% !important;
}
#privacy .privacy_second table th.right {
	width: 66% !important;
}
#privacy .privacy_second table td {
	padding: 11px;
	border-right: solid 1px #787878;	
	border-bottom: solid 1px #787878;
}
#privacy ol {
	margin-left: 1rem;
}
#privacy ol li {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
}
#privacy .privacy_second ol li:before {
	content: '・';
	left: -1rem;
	top: 0;
	counter-increment: none;
}
@media(max-width: 767px) {
	#privacy .ttl_page p {
		display: none;
	}
	.privacy_first {
		margin-top: 37px;
		padding-bottom: 45px;
		border-bottom: solid 0.4px #a0a0a0;
	}
	.privacy_first p+ul {
		margin-top: 31px;
	}
	#privacy .privacy_first ul li:before,
	#privacy .privacy_second ul li:before {
		position: relative;
		left: 0;
	}
	#privacy ul li {
		margin-top: 21px;
		margin-left: 0rem;
	}
	#privacy ul li h3 {
		text-align: left;
		letter-spacing: .15em;
		display: inline;
		font-size: 1.2rem;
	}
	#privacy ul li p {
		margin-top: 21px;
	}
	.privacy_first .right {
		text-align: right;
		margin: 24px 0;
	}
	.privacy_second {
		margin: 40px 0 58px;
	}
	#privacy ul li .border {
		margin: 24px 0;
		padding: 12px;
		border: solid 1px #787878;
	}
	#privacy ul li .border ul li:before {
		position: absolute;
		top: 6px;
		left: -1.5rem;
		font-size: 70%;
		line-height: 0.8rem;
	}
	#privacy .privacy_second img {
		margin-top: 26px;
	}
	#privacy .privacy_second table {
		margin: 23px 0 30px;
	}
	#privacy ol {
		margin-left: 0rem;
	}
	#privacy ol li {
		padding: 0;
		margin: 0;
	}
}
/*=============================
運営会社
==============================*/
#profile dt {
	margin-bottom: 10px;
	font-weight: bold;	
}
#profile dd {
	margin-bottom: 50px;
	word-break: break-all;
}
@media screen and (max-width : 767px) {
	#profile dt {
    	margin-bottom: 1.623vw;
	}
	#profile dd {
    	margin-bottom: 8.661vw;
		letter-spacing: 0.1em;
	}
	#profile .bl_profileUnit {
		width: 81.4vw;
    	margin: auto;
	}
}
/*=============================
事業所一覧
==============================*/
#office h2 span {
	display: block;
	font-size: 0.5em;
	margin-top: 10px;
}
.pc {
	display: block;
}
.hidden {
	display: none;
}
.el_each {
	display: flex;
	gap: 20px;
}
.japan_map {
  margin: 39px auto 67px;
  padding: 20px;
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.japan_map ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  gap: 10px;
  width: 100%;
}
.japan_map ul li {
  width: 30%;
  max-width: 150px;
  height: 50px;
}
.japan_map ul li a {
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.el_each {
	display: flex;
	gap: 30px;
	font-size: 16px;
}
.el_each + .el_each {
	margin-top: 50px;
}
.el_each h3 {
	margin-top: 0;
	font-size: 26px;
}
.el_each p {
	margin-bottom: 20px;
}
.el_each .ttl {
	font-size: 20px; 
	margin-bottom: 10px;
	margin-top: 10px;
}
.el_each .ttl + p {
	font-size: 18px; 
}
.el_each .el_app {
	display: none;
}
.el_each .el_att {
	margin-top: 30px;
	margin-bottom: 10px;
}
@media (hover: hover) and (pointer: fine) {
	.japan_map ul li a:hover {
		background: #6899ae;
		border-color: #6899ae;
		color: #fff;
	}
}
@media screen and (max-width : 680px) {
	.pc {
		display: none;
	}
	.japan_map {
		display: block; 
		text-align: center;
	}
	.japan_map ul {
		margin-top: 20px;
	}
	.japan_map ul li {
    	width: 47%;
    	max-width: 100%;
	}
	.el_each {
		display: block;
	}
	.el_each iframe {
		width: 100%;
		margin-bottom: 15px;
		height: 220px;
	}
	.el_each .el_app {
		display: block;
	}
	.el_each .el_app a {
		margin: 20px auto auto;
    	display: flex;
    	justify-content: center;
    	border: 1px solid #ccc;
    	padding: 12px;
    	max-width: 80%;
    	font-size: 15px;
	}
}
/*スライダー*/
.slick-wrapper {
	position: relative;
}
.slick-wrapper .arrow_box {
	position: absolute;
	display: flex;
	justify-content: space-between;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.slick-arrow {
	cursor: pointer;
	position: relative;
}
.slick-arrow::before {
content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 30px;
  height: 30px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
	display: block;
}
.slick-arrow.prev-arrow::before {
	right: 0;
	left: 30px;
  	transform: rotate(225deg);
}
@media screen and (max-width : 767px) {
	.slick-arrow::before {
  		width: 20px;
  		height: 20px;		
  		right: 20px;
	}
	.slick-arrow.prev-arrow::before {
		left: 20px;
	}
}
/*recaptcha*/
.grecaptcha-badge {
	visibility: hidden;
}