@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

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

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #232c2c;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #232c2c;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

p{
	text-align:justify;
}

/*---------------------------------------------------*/
.loading{
  width: 100vw;
  height: 100vh;
	height: 100dvh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index:1001
}

.loading img{
  width: 300px;
  height:auto;
}


/*------------------------------------------------
メディアクエリ（初期値はスマホ） https://haniwaman.com/breakpoint/
------------------------------------------------*/
.sect-pad {
  padding: 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .sect-pad {
    padding: 0 0 5rem;
  }
}

.sect-pad--y {
  padding: 10rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .sect-pad--y {
    padding: 5rem 0 5rem;
  }
}

/*------------------------------------------------
フォント関係の設定
------------------------------------------------*/
/*----------------------------------------------
使用例：
.test {
 @include font--xs(2rem,3rem);
}
------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

html {
  font-size: 62.5%;
  height: 100%;
}

img {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
a:hover {
  opacity: 0.7;
}
a.u-pointer-events--pc {
  pointer-events: none;
  color: #232c2c;
}
@media screen and (max-width: 767px) {
  a.u-pointer-events--pc {
    pointer-events: auto;
  }
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

body {
	height: 100%;
	width: 100%;
	min-width: 320px;
	background-color: #fff;
	font-size: 1.5rem;
	font-family: 'Roboto', "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	line-height: 1.75;
	font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
	color: #232c2c;
	overflow-x: hidden;
	position: relative;
}
@media screen and (min-width: 1000px) {
  body {
    min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

input[type="submit"]
 {
  -webkit-appearance: none;
}

select.sidebar__archive-txt {
  -webkit-appearance: none;
}

.main-body {
  display: block;
  padding-top: 95px;
}
@media screen and (max-width: 767px) {
  .main-body {
    padding-top: 10rem;
  }
}
.main-body.admin {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .main-body.admin {
    padding-top: 3.4rem;
  }
}

.container {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .container {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.pc-inline {
  display: inline !important;
}
@media screen and (max-width: 767px) {
  .pc-inline {
    display: none !important;
  }
}

.pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .pc-flex {
    display: none !important;
  }
}

.sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.l-footer {
  background: #25B7AC;
  padding: 58px 20px 30px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    height: auto;
  }
}
.l-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .l-footer__wrapper {
	justify-content: flex-start;
  }
}
.l-footer__logo-wrapper {
  width: 21.7rem;
  height: 5.5rem;
  margin-bottom: 2rem;
}
.l-footer__address {
  color: #fff;
	line-height: 1.6;
}
.l-footer__nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*font-family: "Noto Sans JP", sans-serif;*/
  font-weight: bold;
}

.l-footer__nav-item {
  padding: 0 1em;
}
@media screen and (max-width: 999px) {
  .l-footer__nav-item {
    font-size: 1.4rem;
    padding: 0 0.7em;
  }
}
.l-footer__nav-item a {
  color: #fff;
}
.l-footer__img-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  /* justify-content: flex-end; */
}
.l-footer__img-wrapper {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
	.l-footer__img-groups{
		justify-content: flex-start;
	}
	.l-footer__img-wrapper {
		margin: 0 1.5rem 0 0;
	}
}
.l-footer__copyright {
  color: #fff;
  text-align: left;
  padding: 7px 0 0 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    padding-top: 6rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255,255,255,.95);
  z-index: 99;
	border-bottom: 1px solid #eee;
}
.l-header__wrapper-sp {
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /*height: 95px;*/
}
.l-header__logo-wrapper {
  width: 23rem;
  margin: 1.5rem 1rem;
}
.l-header__contact-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header__contact-tel {
  background: #e7ed00;
  width: 16rem;
  height: 4.5rem;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 0 0 0 3px;
}
@media screen and (max-width: 767px) {
  .l-header__contact-tel {
    font-size: 1.6rem;
  }
}
.l-header__contact-tel img {
  width: 2rem;
  height: 2rem;
margin-right: 3px;
}
.l-header__contact-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #333;
  letter-spacing: 0.1rem;
}
.l-header__contact-mail {
  background: #ea6c46;
  width: 16rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.5rem;
  /*box-shadow: 0 2px 5px rgb(0 0 0 / 25%);*/
}
.l-header__contact-mail:active{
  box-shadow:none;
}
@media screen and (max-width: 767px) {
  .l-header__contact-mail {
    font-size: 1.6rem;
  }
}
.l-header__contact-mail img {
  width: 20px;
	height: auto;
  margin-right: 5px;
	padding-bottom: 1px;
}
.l-header__contact-mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #fff;
}
.l-header__contact-mail:hover{
  background:#f87153
}
.l-header__contact-mail a:hover{
  opacity:1;
}

.l-header__contact-line{
    width: 16rem;
    height: 4.5rem;
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5rem;
    background: #06c755;
}
.l-header__contact-line a{
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.l-header__contact-line img {
    width: 30px;
    height: auto;
    margin-right: 5px;
}
.l-header__contact-line a:hover{
}

.l-header__nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	justify-content: flex-end;
}
.l-header__nav-item {
  padding: .6em 1em;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-header__nav-item {
    font-size: 1.6rem;
  }
}
.l-header__nav-item a {
  color: #232c2c;
}
.l-header__nav-item a:hover {
	color:#25b7ac;
	opacity: 1;
}
.back-to-top-wrapper {
  position: fixed;
  z-index: 98;
  right: 2rem;
  width: 3.5rem;
  bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .back-to-top-wrapper {
    width: 3.5rem;
    bottom: 4rem;
  }
}
.back-to-top-wrapper a:hover {
  opacity: 1;
}

.pc_head_link{
	margin-left:5px;
}
/*---相続ボタン---*/
.souzoku_link_pc{
	display: flex;
	align-items: center;
	margin: 6px 0;
}
.souzoku_link_pc li{
	/*width: 16rem;*/
	text-align: center;
}
.souzoku_link_pc li a{
	color: #ea6c46;
	padding: 4px 13px;
	margin: 0 3px;
	border-radius: 50px;
	font-weight: bold;
	border: 1px solid #ea6c46;
	display: block;
	width: calc(100% - 6px);
}
.souzoku_link_pc li:first-child a{
	background: #ea6c46;
	color: #fff;
}
.souzoku_link_pc li:first-child a:hover{
	filter:brightness(1.1)
}
.souzoku_link_pc li a:hover{
	background:#ea6c46;
	color:#fff;
	opacity: 1;
}
.defaultbtn{
	display: flex;
}
.souzoku_link_sp{
}
.souzoku_link_sp li{
}
.souzoku_link_sp li a{
	position: relative;
	padding-left: 35px;
}
.souzoku_link_sp li a:before{
	content: "▲";
	transform: rotate(90deg);
	position: absolute;
	font-size:1.2rem;
	left: 5px;
	top: -5px;
}


/*------------------------------------------------
通常ボタン
------------------------------------------------*/
.c-btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: solid 1px transparent;
  background: #ea6c46;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 1.6rem;
	border-radius: 3px;
  /*------------------------------------------------
  基本モディファイアで詳細を決めるようにする
  ------------------------------------------------*/
  /*------------------------------------------------
  アイコン後ボタン
  ------------------------------------------------*/
  /*------------------------------------------------
  アイコン前ボタン
  ------------------------------------------------*/
  /*------------------------------------------------
  矢印ボタン
  ------------------------------------------------*/
  /*------------------------------------------------
  }
  ボタンカラー
  ------------------------------------------------*/
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.6rem;
  }
}
.c-btn:focus, .c-btn:hover {
  background:#f87153
}
.c-btn a:hover{
  opacity:1;
}
.c-btn--large {
  padding: 2.2rem 0;
  max-width: 30rem;
  max-height: 6rem;
  line-height: 1;
}
.c-btn--small {
  font-size: 1.4rem;
  width: 7rem;
  height: 2.5rem;
  line-height: 1;
}
.c-btn--xs {
  padding: 0.7rem 1.2rem;
  font-size: 1.6rem;
  max-height: 3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-btn--xs {
    font-size: 1.2rem;
    padding: 0.6rem;
  }
}
.c-btn--bdrs0 {
  border-radius: 0;
}
.c-btn--after-icon {
  position: relative;
  padding-right: 5.6rem;
  padding-left: 1.7rem;
}
.c-btn--after-icon::after {
  content: url("../images/pdf-icon.png");
  position: absolute;
  width: 3.3rem;
  height: 4.4rem;
  display: inline-block;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn--before-icon {
  position: relative;
  padding-left: 4rem;
}
.c-btn--before-icon::before {
  content: url("../images/kago_icon.png");
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  top: 50%;
  left: 16%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn__arrow {
  width: 0px;
  border-color: #232c2c;
  border-style: solid;
  border-width: 30px;
}
.c-btn__arrow--down {
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.c-btn__arrow--up {
  border-left-color: transparent;
  border-top-color: transparent;
  border-right-color: transparent;
}
.c-btn__arrow--left {
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-right-color: #232c2c;
}
.c-btn__arrow--right {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: #232c2c;
}
.c-btn--black {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#2b2929), to(#535353));
  background-image: linear-gradient(to top, #2b2929, #535353);
  color: #fff;
}
.c-btn--red {
  background: #da2626;
  color: #fff;
  font-weight: 600;
}
.c-btn--white {
  background: #fff;
  color: #2e2e2e;
  border: 1px solid #707070;
}
.c-btn--yellow {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d7b360), to(#efd59b));
  background-image: linear-gradient(to top, #d7b360, #efd59b);
  color: #5a5049;
}

/* ラベルコンポーネント */
.bread-nav__wrapper {
  padding: 5rem 0 2.5rem;
}
.bread-nav.contact {
  bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .bread-nav.contact {
    bottom: 9rem;
  }
}

.p-contact-form {
  width: 70rem;
  margin: 0 auto;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form {
    width: 100%;
  }
}
.p-contact-form__inner {
  text-align: center;
  padding: 0 0 3rem;
}
.p-contact-form__subtitle {
  color: #00c16c;
}
.p-contact-form__heading {
  font-size: 3rem;
  margin: 3rem 0;
}
.p-contact-form__heading.u-txt--center {
  text-align: center;
  margin-top: 0;
}
.p-contact-form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-contact-form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-contact-form__wrapper.u-border-bottom {
  border-bottom: 1px solid #ccc;
}
.p-contact-form__input-item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input-item {
    width: 100%;
  }
}
.p-contact-form__input-item textarea {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input-item textarea {
    width: 100%;
  }
}
.p-contact-form__label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem;
  background: #eee;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30rem;
  border: 1px solid #transparent;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-contact-form__label-wrapper {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-top: 0;
    border-left: 0;
  }
}
.p-contact-form__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem;
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40rem;
  border: 1px solid #transparent;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input-wrapper {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-top: 0;
    border-right: 0;
  }
}
.p-contact-form__input-wrapper > input {
  border: 1px solid #ccc;
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input-wrapper > input {
    width: 100%;
  }
}
.p-contact-form__input-wrapper > textarea {
  border: 1px solid #ccc;
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input-wrapper > textarea {
    width: 100%;
  }
}
.p-contact-form__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 0 1rem;
}
.p-contact-form__select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__footer-txt {
    padding: 0 1.5rem;
  }
}
.p-contact-form__checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  background: #fff;
  width: 40rem;
  border: 1px solid #transparent;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-contact-form__checkbox-wrapper {
    border-top: 0;
    border-right: 0;
    width: 100%;
  }
}

/* 必須マーク */
.must {
  color: #fff;
  margin-right: 10px;
  padding: 6px 10px;
  background: #F92931;
  border-radius: 20px;
}

/* 任意マーク */
.free {
  color: #fff;
  margin-right: 10px;
  padding: 6px 10px;
  background: #424242;
  border-radius: 20px;
}

.entry-cont {
  padding: 1rem;
}

/* 項目名を太字にする */
form p {
  font-weight: 600;
  padding: 1rem 0;
  width: 80%;
  margin: 0 auto;
  line-height: 2;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
select.wpcf7-form-control.wpcf7-select,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-right: 10px;
  margin-top: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 3px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
}

/* 必須項目の入力欄 */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  background: #ECF1F3;
}

/* 必須項目の入力欄 */
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  background: #ECF1F3;
}

/* 必須項目の入力欄*/
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  background: #ECF1F3;
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
  width: 27rem;
  height: 6rem;
  background: #ea6c46;
  font-size: 1.8rem;
  border: solid 1px #ea6c46;
  color: #fff;
  font-weight: bold;
	cursor: pointer;
	box-shadow: 0 3px 8px rgb(0 0 0 / 25%);
	margin: 0 auto;
	display: block;
}
input.wpcf7-submit:hover {
  background: #f87153;
}
input.wpcf7-submit:active{
  box-shadow:none;
}
input.reset_btn {
  width: 25rem;
  height: 5rem;
  border-radius: 10px;
  border: solid 1px #d5d5d5;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0a2d57), to(#003876));
  background-image: linear-gradient(to top, #0a2d57, #003876);
  margin: 5rem 3rem;
}
@media screen and (max-width: 767px) {
  input.reset_btn {
    margin: 0;
  }
}

.btn__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .btn__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 5rem 0 0 0;
  }
}

.wpcf7-form {
  padding-bottom: 9rem !important;
}
@media screen and (max-width: 767px) {
  .wpcf7-form {
    padding-bottom: 5rem !important;
  }
}

/* エラーメッセージを見やすくする */
.wpcf7-response-output.wpcf7-validation-errors,
span.wpcf7-not-valid-tip {
  color: red;
  font-weight: 600;
}

.inquiry {
  width: 100%;
  /*border: 1px solid #fff;*/
  outline: 1px solid #d5d5d5 !important;
  max-width: 90rem;
  margin: 5rem auto 0;
  background: #fff;
}

.inquiry tr {
  border-bottom: 1px solid #d5d5d5;
}

.inquiry td:nth-child(1) {
  border-right: 1px solid #d5d5d5;
  background: #f7f1e9;
}

.inquiry td {
  padding: 1em;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .inquiry td {
    padding: 1em 0.5em;
  }
}
.inquiry td .u-font--red {
  color: #ff0000;
  width: 100%;
}
.inquiry td .u-font--normal {
  font-weight: normal;
}

.inquiry-label {
  background: #e22421;
  padding: 0.1rem 0.8rem;
  font-size: 1.4rem;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  outline: 1px solid #d5d5d5 !important;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .inquiry-label {
    padding: 0.2rem 0.4rem;
    margin-left: auto;
    margin-top: 0.2rem;
    font-size: 1.2rem;
  }
}

.inquiry th {
  vertical-align: middle;
  padding: 1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .inquiry th {
    min-width: 12rem;
    font-size: 1.4rem;
    padding: 1em 0.5em;
  }
	.inquiry th,
	.inquiry td{
		display: block;
		width: 100%;
	}
}
.inquiry th:nth-child(1) {
  border-right: 1px solid #c1c1c1;
  background: #eee;
}

.inquiry td input,
.inquiry td select,
.inquiry td textarea {
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .inquiry td input,
.inquiry td select,
.inquiry td textarea {
    width: 100%;
  }
}

.wpcf7 {
  max-width: 1200rem;
  margin: 0 auto;
}

.privacy-btn__wrapper {
  text-align: center;
  padding-top: 5rem;
}

.contact__txt {
  max-width: 90rem;
  margin: 0 auto;
  width: 100%;
  font-weight: normal;
}
.contact__txt.u-font-size {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .contact__txt.u-font-size {
    font-size: 1.4rem;
  }
}
.contact__txt.u-font--bold {
  font-weight: bold;
}

.submit-btn__wrapper {
  width: 25rem;
  margin: 0 auto;
  padding: 5rem 0;
}
.submit-btn__wrapper .c-btn {
  padding: 0;
  width: 100%;
  height: 6rem;
  line-height: 6rem;
  background: transparent;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .submit-btn__wrapper .c-btn {
    font-size: 1.6rem;
  }
}

input.wpcf7-form-control.wpcf7-text,
select.wpcf7-form-control.wpcf7-select,
textarea.wpcf7-form-control.wpcf7-textarea {
  margin-top: 0;
}

div.wpcf7 .ajax-loader {
  /*display: none !important;*/
}

::-webkit-input-placeholder {
  color: #525252;
}

::-moz-placeholder {
  color: #525252;
}

:-ms-input-placeholder {
  color: #525252;
}

::-ms-input-placeholder {
  color: #525252;
}

::placeholder {
  color: #525252;
}

form p {
  width: 100% !important;
  padding: 0;
}

/* ========================================
■■■バーガーメニューコンポーネント■■■
======================================== */
.zdo_drawer_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .zdo_drawer_menu {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  /* ３本線カラー */
  .zdo_drawer_button .zdo_drawer_bar {
    background-color: #25B7AC;
  }



  .zdo_drawer_button.active .zdo_drawer_bar {
    background: #fff;
  }

  .zdo_drawer_button.active {
    color: #fff;
  }

  .zdo_drawer_button {
    /* ボタン文字色 */
    color: #25B7AC;
    /* ボタン外枠 */
    border: 1px solid transparent;
    display: block;
    padding: 0;
    width: 56px;
    height: 56px;
    position: relative;
    background: #fff;
    background: transparent;
    text-align: center;
    letter-spacing: 0.1em;
    cursor: pointer;
    outline: none;
  }

  /* リスト設定 */
  .zdo_drawer_menu .zdo_drawer_nav li {
    /* リストボーダー */
    border-bottom: 1px solid #fff;
    margin-bottom: 0.5rem;
    line-height: 2em;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    padding: 1em;
  }
	.zdo_drawer_menu .zdo_drawer_nav li img{
	  height:25px;
	  width:auto;
	  margin-right:10px;
	}

  .zdo_drawer_menu .zdo_drawer_nav_wrapper {
    /* openの背景色 */
    background: #25B7AC;
    /* リスト文字色 */
    color: #fff;
    width: 312px;
    overflow-y: auto;
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate(312px);
            transform: translate(312px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
  }

  .zdo_drawer_button .zdo_drawer_bar {
    display: block;
    width: 37px;
    height: 1.5px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
  }

  .zdo_drawer_button .zdo_drawer_bar1 {
    top: 1.45rem;
  }

  .zdo_drawer_button .zdo_drawer_bar2 {
    top: 2.45rem;
  }

  .zdo_drawer_button .zdo_drawer_bar3 {
    top: 3.45rem;
  }

  .zdo_drawer_button.active .zdo_drawer_bar {
    width: 36.77px;
    left: 8px;
  }

  /* バーガー横幅 */
  .zdo_drawer__nav-wrapper {
    width: 90%;
    margin: 0 auto;
  }

  /* open時トップ余白 */
  .zdo_drawer_menu .zdo_drawer_nav {
    padding: 80px 0 0;
    position: relative;
  }

  /* メニュータップ時アニメーション１ */
  .zdo_drawer_button.active .zdo_drawer_bar1 {
    -webkit-transform: rotate(0.7853981634rad) translate(-50%, -50%);
            transform: rotate(0.7853981634rad) translate(-50%, -50%);
    top: 40%;
    left: 50%;
  }

  /* メニュータップ時アニメーション２ */
  .zdo_drawer_button.active .zdo_drawer_bar2 {
    opacity: 0;
  }

  /* メニュータップ時アニメーション３ */
  .zdo_drawer_button.active .zdo_drawer_bar3 {
    -webkit-transform: rotate(-0.7853981634rad) translate(-50%, -50%);
            transform: rotate(-0.7853981634rad) translate(-50%, -50%);
    top: 40%;
    left: 50%;
  }

  /* MENU/CLOSE文字の設定 */
  .zdo_drawer_text {
    width: 100%;
    position: absolute;
    bottom: 3px;
    left: 0;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
  }

  .zdo_drawer_button.active .zdo_drawer_menu_text {
    display: none;
  }

  .zdo_drawer_button.active .zdo_drawer_close {
    display: block;
  }

  .zdo_drawer_close {
    letter-spacing: 0.08em;
    display: none;
  }

  /* === Hambuerger Button's Style End === */
  .zdo_drawer_menu .zdo_drawer_button {
    /*+++ Hamburger Button Position +++*/
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 100;
  }

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

  .zdo_drawer_menu a:visited {
    color: inherit;
  }

  .zdo_drawer_menu .zdo_drawer_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    background-color: rgba(51, 51, 51, 0.5);
    display: none;
    top: 0;
    left: 0;
  }

  .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    -webkit-transform: translate(0);
            transform: translate(0);
    height: 100%;
  }

  .zdo_drawer_menu.left .zdo_drawer_button {
    right: auto;
    left: 32px;
  }

  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
    -webkit-transform: translate(-312px);
            transform: translate(-312px);
    right: auto;
    left: 0;
  }

  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*1.フェードインアニメーションの指定*/
.scroll-fade {
  opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.scroll-load {
  opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1500ms;
          animation-duration: 1500ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.downup {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}

/*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}

.slide-left {
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}

.p-single__conts-wrapper {
  width: 100%;
}
.p-single__conts-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.p-single__conts-wrapper .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p-single__conts-wrapper .alignright {
  display: block;
  margin-left: auto;
}
.p-single__conts-wrapper .alignright table {
  width: 100%;
  border: 1px solid #ACACAC;
}
.p-single__conts-wrapper .alignright td {
  border-bottom: 1px solid #ACACAC;
  height: 7rem;
  vertical-align: middle;
}
.p-single__conts-wrapper .alignright tr td:nth-child(1) {
  background: #25B7AC;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #ACACAC;
  text-align: center;
}
.p-single__conts-wrapper .alignright tr td:nth-child(2) {
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-single__conts-wrapper .alignright tr td:nth-child(2) {
    padding: 0 1.5rem;
  }
}

.c-dl-table dt {
  float: left;
}
@media screen and (max-width: 767px) {
  .c-dl-table dt {
    float: inherit;
    border-bottom: 1px solid #acacac;
  }
}
.c-dl-table dl {
  padding: 5rem;
  border-radius: 5rem;
  -webkit-box-shadow: 0 3px 6px #ddd;
          box-shadow: 0 3px 6px #ddd;
  width: 100%;
  background: #fff;
  margin-bottom: 3rem;
}
.c-dl-table dd {
  margin-left: 13em;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-dl-table dd {
    margin-left: 0;
    padding-bottom: 2rem;
    word-wrap: break-word;
  }
}
.c-dl-table dd::before {
  content: "：";
  position: absolute;
  left: -1em;
}
@media screen and (max-width: 767px) {
  .c-dl-table dd::before {
    content: "";
  }
}
.c-dl-table ul {
  text-align: right;
}

.news__ttl-wrapper {
  padding: 2.3rem 0;
  border-bottom: 1px solid #F3F3F3;
}
.news__ttl-wrapper div{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px
}
.news__ttl-wrapper.u-border--none {
  border: none;
  padding-bottom: 4rem;
}
.news__cat-ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .news__cat-ttl {
    font-size: 1.8rem;
  }
}
.news__cat-ttl a {
  color: #232c2c;
}
.news__cat-ttl.u-font--normal {
  font-weight: normal;
}
.news__cat-ttl.u-font--s {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .news__cat-ttl.u-font--s {
    font-size: 1.4rem;
  }
}
.news__cat-label {
  background: #25B7AC;
  border-radius: 1.15rem;
  height: 2.3rem;
  line-height: 2.3rem;
  padding: 0 1em;
  margin: 0 1.5rem 0 1rem;
  color: #fff;
  display: inline-block;
	text-align: center;
	width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 1.2rem;
}
.news__cat-label.u-bg--white {
  background: #fff;
  color: #25B7AC;
}
.news__date {
  font-size: 1.4rem;
	display: inline-block;
    width:auto;
}
.news__lists-wrapper .news__date{
	width: 105px;
}

@media screen and (max-width: 767px) {
  .news__date {
    font-size: 1.4rem;
  }
}
.news__conts-wrapper {
  padding-bottom: 7rem;
  border-bottom: 1px solid #C8C8C8;
  width: 65rem;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .news__conts-wrapper {
    width: 100%;
    padding-bottom: 3.5rem;
  }
}
.news__conts-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.news__conts-wrapper .wp-block-image{
	margin:20px 0;
}
.news__conts-wrapper .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.news__conts-wrapper .alignright {
  display: block;
  margin-left: auto;
}
.news__conts-wrapper a {
  text-decoration: underline;
}
.news__conts-wrapper p {
  font-size: 1.6rem;
	margin: 1.4rem 0;
}
@media screen and (max-width: 767px) {
  .news__conts-wrapper p {
    font-size: 1.4rem;
  }
}
.news__lists-wrapper {
  background: #25B7AC;
  padding: 3rem 5.8rem 2.4rem 5.1rem;
  border-radius: 0 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__lists-wrapper .post-in{
	width: calc(100% - 100px);
}


@media screen and (max-width: 767px) {
  .news__lists-wrapper {
    padding: 3rem 2rem;
    border-radius: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
	.news__lists-wrapper .post-in{
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
  .news__lists {
    width: 100%;
  }
}
.news__list-item {
	padding-bottom: 0.7rem;
	display: flex;
    flex-wrap: wrap;
}
.news__list-item dt{
	display: flex;
	color: #fff;
}
.news__list-item dd{
	width:calc(100% - 250px);
}
@media screen and (max-width: 767px) {
	.news__list-item {
	  padding-bottom: 1rem;
	}
	.news__list-item dt,
	.news__list-item dd{
		width:100%;
		margin: 3px 0;
	}
}


.news__list-item a {
  color: #fff;
  display: flex;
  flex-wrap:wrap;
}
@media screen and (max-width: 767px) {
  .news__list-item .news__cat-ttl{
    width:100%
  }
}
.news__btn-wrapper {
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 50%;
  background: #fff;
  line-height: 1.42;
  border: 1px solid #fff;
  -webkit-transition: 250ms all;
  transition: 250ms all;
}
.news__btn-wrapper:hover {
  background: #25B7AC;
}
.news__btn-wrapper a {
  color: #25B7AC;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news__btn-wrapper a:hover {
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 767px){
	.news__btn-wrapper{
		margin: 20px auto 0;
	}
}

.sidebar__ttl {
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .sidebar__ttl {
    font-size: 1.6rem;
  }
}
.sidebar__cat-txt {
  font-size: 1.6rem;
  border-bottom: 1px solid #f3f3f3;
  padding: 0 1em;
  position: relative;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .sidebar__cat-txt {
    font-size: 1.6rem;
  }
}
.sidebar__cat-txt::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #25B7AC;
}
.sidebar__cat-txt a {
  color: #232c2c;
}
.sidebar__cat-txt.u-padding--y {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.sidebar__archive-txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sidebar__archive-txt {
    font-size: 1.4rem;
  }
}
.sidebar__flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sidebar__inner-pc {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 26rem;
          flex: 0 1 26rem;
}
@media screen and (max-width: 767px) {
  .sidebar__inner-sp {
    width: 100%;
    position: static;
  }
}
.sidebar__wrapper select {
  padding: 1em;
  border: 1px solid #f3f3f3;
  width: 100%;
}
.sidebar__select-wrapper {
  width: 100%;
  position: relative;
}
.sidebar__select-wrapper::after {
  content: "";
  position: absolute;
  right: 1rem;
  width: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #25B7AC transparent transparent transparent;
}
@media all and (-ms-high-contrast: none) {
  .sidebar__select-wrapper::after {
    display: none;
  }
}

.category__wrapper {
  padding-bottom: 4.6rem;
}

.pager {
  width: 65rem;
  margin: 0 auto;
  padding: 3rem 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pager {
    width: 100%;
    padding: 3rem 0 5rem;
  }
}

.archive__conts-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65rem;
          flex: 0 1 65rem;
  margin: 0 5rem 0 0;
  /*padding-top: 3rem;*/
}
@media screen and (max-width: 767px) {
  .archive__conts-wrapper {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    margin: 0 auto;
  }
}

.page-navi__wrapper {
  padding: 3.5rem 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .page-navi__wrapper {
    font-size: 1.4rem;
  }
}
.page-navi__wrapper a {
  color: #232c2c;
}
.page-navi__previous {
  margin: 0 2em;
}
@media screen and (max-width: 767px) {
  .page-navi__previous {
    margin: 0 1em;
  }
}
.page-navi__back {
  margin: 0 2em;
}
@media screen and (max-width: 767px) {
  .page-navi__back {
    margin: 0 1em;
  }
}
.page-navi__next {
  margin: 0 2em;
}
@media screen and (max-width: 767px) {
  .page-navi__next {
    margin: 0 1em;
  }
}

.point-br--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .point-br--sp {
    display: block;
  }
}
.point-br--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .point-br--pc {
    display: none;
  }
}

.bg--green {
  background: #25B7AC;
}

.main-view__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .main-view__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	margin-top: 26vw;
  }
}
.main-view__msg-wrapper {
  position: relative;
  margin-right: -2rem;
  margin-left: 2rem;
  z-index: 10;
  opacity: .8;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 27.1%;
          flex: 0 1 27.1%;
	top: -50px;
}
@media screen and (max-width: 767px) {
  .main-view__msg-wrapper {
    max-width: 30rem;
    position: absolute;
    top: 95px;
    left: 0;
	  width: 50%;
	  height: auto;
  }
}
.main-view__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 72.8%;
          flex: 1 1 72.8%;
}

.sub-view__wrapper {
  height: 45rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .sub-view__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.sub-view__wrapper--contact {
  height: 38rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .sub-view__wrapper--contact {
    height: auto;
  }
}
.sub-view__txt {
  padding-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .sub-view__txt {
    padding: 2rem;
  }
}
.sub-view__heading-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 17rem;
          flex: 1 0 17rem;
  padding-left: 7.1%;
}
@media screen and (max-width: 900px) {
  .sub-view__heading-wrapper {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-left: 0;
    text-align: center;
    padding: 3rem 0;
  }
}
.sub-view__heading-wrapper--contact {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 0;
  text-align: center;
}
.sub-view__heading-wrapper--contact p{
	text-align:center;
}
.sub-view__heading {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .sub-view__heading {
    font-size: 2.6rem;
  }
}
.sub-view__sub-heading {
  color: #25B7AC;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 5px;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .sub-view__sub-heading {
    font-size: 1.4rem;
	  text-align: center;
  }
}
.sub-view__bg {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .sub-view__bg {
    width: 100%;
	  display: none;
  }
}
.sub-view__bg.bg--lawyers {
  /*background: url("../images/bg_lawyers.jpg") no-repeat center center/contain;*/
}
@media screen and (max-width: 767px) {
  .sub-view__bg.bg--lawyers {
    background: url("../images/bg_lawyers@2x.jpg") no-repeat center center/contain;
  }
}
.sub-view__bg.bg--service {
  /*background: url("../images/bg_service.jpg") no-repeat center center/contain;*/
}
@media screen and (max-width: 767px) {
  .sub-view__bg.bg--service {
    background: url("../images/bg_service@2x.jpg") no-repeat center center/contain;
  }
}
.sub-view__bg.bg--news {
  /*background: url("../images/bg_news.jpg") no-repeat center center/contain;*/
}
@media screen and (max-width: 767px) {
  .sub-view__bg.bg--news {
    background: url("../images/bg_news@2x.jpg") no-repeat center center/contain;
  }
}

.main-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .main-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
	.main-message p{
		text-align:center;
	}
}

.main-message__sect {
  padding: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .main-message__sect {
    padding: 8.4rem 0 0;
  }
}
.main-message__left {
  color: #25B7AC;
  font-weight: bold;
  font-size: 2.8rem;
  min-width: 13em;
}
@media screen and (max-width: 767px) {
  .main-message__left {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .main-message__left {
    padding-bottom: 3rem;
  }
}
.main-message__right {
  font-weight: bold;
  font-size: 1.8rem;
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .main-message__right {
    font-size: 1.4rem;
  }
}

.c-heading {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 2rem;
  }
}
.c-heading__sub-txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-heading__sub-txt {
    font-size: 1.5rem;
  }
}
.c-heading--white {
  color: #fff;
}
.c-heading--key {
  color: #25B7AC;
	letter-spacing: 0.05em;
}

/*.lawyer__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4rem 0 7rem;
}*/

.lawyer__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-evenly;
  padding: 4rem 0 7rem;
}


@media screen and (max-width: 767px) {
  .lawyer__groups {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 0 5rem;
	  display: none;
  }
}
@media screen and (max-width: 767px) {
  .lawyer__groups .lawyer__card:nth-last-child(1) {
    padding-bottom: 0;
  }
}
.lawyer__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
}
@media screen and (max-width: 767px) {
  .lawyer__card {
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    width: 32rem;
    margin: 0 auto;
    padding-bottom: 5rem;
  }
}
.lawyer__img-wrapper {
  padding-bottom: 1.5rem;
}
.lawyer__img-wrapper img{
	border-radius: 3px;
}
.lawyer__body {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lawyer__body {
    text-align: center;
  }
}
.lawyer__name {
  font-size: 1.8rem;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .lawyer__name {
    font-size: 1.8rem;
  }
}
.lawyer__btn-wrapper {
  width: 25rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  margin: 0 auto;
  /*font-family: "Noto Sans JP", sans-serif;*/
}
.lawyer__btn-wrapper a {
  color: #fff;
	display: block;
}
@media screen and (max-width: 767px) {
	.lawyer__btn-wrapper{
		margin: 25px auto 0;
	}
}
.service__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -1.3rem;
  padding: 3.5rem 0 5rem;
}
.service__groups.u-padding--y {
  padding: 2.5rem 0 3.7rem;
}
.service__groups .service__card:nth-of-type(4n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 999px) {
  .service__groups .service__card:nth-of-type(4n + 1) {
    margin-left: 1.3rem;
  }
}
@media screen and (max-width: 550px) {
  .service__groups .service__card:nth-of-type(4n + 1) {
    margin-left: 0.65rem;
  }
}
@media screen and (max-width: 999px) {
  .service__groups .service__card:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 850px) {
  .service__groups .service__card:nth-of-type(3n + 1) {
    margin-left: 1.3rem;
  }
}
@media screen and (max-width: 550px) {
  .service__groups .service__card:nth-of-type(3n + 1) {
    margin-left: 0.65rem;
  }
}
@media screen and (max-width: 550px) {
  .service__groups .service__card:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}
.service__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24rem;
          flex: 0 0 24rem;
  background: #fff;
  height: 9rem;
  border-radius: 3px;
  margin: 0 0 1.3rem 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 550px) {
  .service__card {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 45%;
    margin: 0 0.65rem 1.3rem;
  }
}
.service__card a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #232c2c;

}
.service__card a:hover{
	color:#25b7ac;
	opacity: 1;
}
.service__card a img{
  transition:filter .6s;
}
.service__card a:hover img{
  filter:brightness(1.5) 
}
div.service__card a:hover{
  box-shadow: 0 2px 15px rgb(0 0 0 / 20%);
}
div.service__card a:active {
    border: 1px solid #cfd335;
}
.service__card-img-wrapper {
  padding-left: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 550px) {
  .service__card-img-wrapper {
    padding-left: 10%;
    width: 32%;
  }
}
.service__card-img-wrapper.u-img--01 img {
  width: 3.6rem;
  height: 3.6rem;
}
.service__card-img-wrapper.u-img--02 img {
  width: 4.2rem;
  height: 4.2rem;
}
.service__card-img-wrapper.u-img--03 img {
  width: 3.8rem;
  height: 4.2rem;
}
.service__card-img-wrapper.u-img--04 img {
  width: 4.3rem;
  height: 2.4rem;
}
.service__card-img-wrapper.u-img--05 img {
  width: 4.2rem;
  height: 3rem;
}
.service__card-img-wrapper.u-img--06 img {
  width: 4rem;
  height: 3.6rem;
}
.service__card-img-wrapper.u-img--07 img {
  width: 3.6rem;
  height: 3.6rem;
}
.service__card-img-wrapper.u-img--08 img {
  width: 4.8rem;
  height: 2.8rem;
}
.service__card-img-wrapper.u-img--09 img {
  width: 3rem;
  height: 4rem;
}
.service__card-img-wrapper.u-img--10 img {
  width: 4.5rem;
  height: 2.4rem;
}
.service__card-img-wrapper.u-img--11 img {
  width: 3rem;
  height: 4.5rem;
}
.service__card-img-wrapper.u-img--12 img {
  width: 3.8rem;
  height: 3.3rem;
}
.service__card-txt {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 1em;
  width: 14rem;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .service__card-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 550px) {
  .service__card-txt {
    font-size: 1.6rem;
    padding-left: 1em;
    width: 62%;
  }
}
.service__card-txt .u-font--s {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .service__card-txt .u-font--s {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 550px) {
  .service__card-txt .u-font--s {
    font-size: 1rem;
    white-space: nowrap;
  }
}
.service__btn-wrapper {
  width: 25rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  margin: 0 auto;
  /*font-family: "Noto Sans JP", sans-serif;*/
}
.service__btn-wrapper a {
  color: #fff;
	display: block;
}
.service__desc-sect {
  padding: 5rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .service__desc-sect {
    padding: 5rem 0 5rem;
  }
}
.service__conts-desc {
  padding: 15.2rem 0 25px;
  margin-top: -10.2rem;
  border-bottom: 1px solid #25B7AC;
}
@media screen and (max-width: 767px) {
  .service__conts-desc {
    padding-top: 13.2rem;
    margin-top: -8rem;
  }
}
.service__conts-desc .btn{
	text-align:right;
	margin: 20px 0 0 0;
}
.service__conts-desc .btn a{
  display:inline-block;
  position:relative;
  color:#ea6c46;
}
.service__conts-desc .btn a:before{
	content: '';
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
	transform-origin: top right;
	position: absolute;
	display: block;
	top: 50%;
	left: -12px;
	box-sizing: border-box;
	transition:right .3s;
}
.service__conts-flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .service__conts-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 3rem;
  }
}
.service__conts-name-box {
  background: #25B7AC;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24rem;
          flex: 0 1 24rem;
  height: 15rem;
	border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .service__conts-name-box {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    height: 12rem;
    margin-bottom: 2rem;
  }
}
.service__conts-name {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  padding-top: 1.3rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service__conts-name {
    font-size: 2rem;
  }
}
.service__conts-name .u-font--s {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .service__conts-name .u-font--s {
    font-size: 1.2rem;
  }
}
.service__conts-txt-wrapper {
  font-weight: bold;
  padding-left: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 74rem;
          flex: 1 1 74rem;
}
@media screen and (max-width: 767px) {
  .service__conts-txt-wrapper {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-left: 0;
  }
}
.service__case-box {
  background: #ededed;
  padding: 5.5rem 2.5rem 2.2rem;
	border-radius: 3px;
}
.service__case-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 15px;
  /*width: 100px;*/
  height: 30px;
  text-align: center;
  background: #e7ed01;
  color: #4d4d4d;
  line-height: 30px;
  border-radius: 3px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .service__case-ttl {
    font-size: 1.6rem;
  }
}
.service__case-list {
  position: relative;
  padding-left: 1.2em;
}
.service__case-list::before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "■";
  font-size: 1.2rem;
  color: #25B7AC;
}

.access__txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .access__txt {
    font-size: 1.5rem;
  }
}
.access__txt.u-txt--center {
  text-align: center;
}
.access__txt.u-padding--y {
  padding: 3.6rem 0 5.7rem;
}
@media screen and (max-width: 767px) {
  .access__txt.u-padding--y {
    padding: 3rem 0 5rem;
  }
}
.access__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48rem;
          flex: 0 1 48rem;
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .access__card {
    margin-left: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 5rem;
  }
}
.access__card-img-wrapper {
  padding-bottom: 1.3rem;
}
.access__card-img-wrapper img{
	border-radius:3px;
}
.access__card-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .access__card-groups {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .access__card-groups .access__card:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.access__card-groups .access__card:nth-child(1) {
  margin-left: 0;
}
.access__jump {
  padding-top: 20.2rem;
  margin-top: -10.2rem;
}
@media screen and (max-width: 767px) {
  .access__jump {
    padding-top: 13rem;
    margin-top: -8rem;
  }
}

.about__conts-wrapper {
  max-width: 66rem;
  margin: 0 auto;
}
.about__txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .about__txt {
    font-size: 1.5rem;
  }
}
.about__txt.u-padding--y {
  padding: 3.6rem 0 4.2rem;
}
@media screen and (max-width: 767px) {
  .about__txt.u-padding--y {
    padding: 3rem 0 5rem;
  }
}
.about__desc-lists {
  border-top: 1px solid #9ba7a5;
  font-weight: bold;
}
.about__desc-lists dt {
  float: left;
  width: 3.5em;
  padding: 1em 0;
}
.about__desc-lists dd {
  padding: 1em 0 1em 25%;
  border-bottom: 1px solid #9ba7a5;
}

.cta__contact-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.3rem;
}
.cta_note{
	max-width: 548px;
	margin: 20px auto;
}
.cta_note p{
	text-align:center;
}
.cta_note a{
	color: #ea6c46;
}
@media screen and (max-width: 767px) {
  .cta__contact-groups {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;

            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cta__contact-tel {
  background: #e7ed00;
  width: 26rem;
  height: 6rem;
  font-weight: bold;
  margin: 0 1.3rem;
  font-size: 1.8rem;
	border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .cta__contact-tel {
    font-size: 1.8rem;
  }
}
.cta__contact-tel img {
  width: 21.4rem;
  height: 4rem;
}
.cta__contact-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #333;
}
.cta__contact-mail {
  background: #ea6c46;
  width: 26rem;
  height: 6rem;
  display: table;
  font-weight: bold;
  margin: 0 1.3rem;
  font-size: 1.8rem;
  transition:background .2s;
	border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .cta__contact-mail {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .cta__contact-mail {
    margin: 0 0 2rem;
  }
}
.cta__contact-mail img {
  width: 2.6rem;
  height: 2.2rem;
  margin-right: 1.2rem;
	vertical-align:middle;
	padding-bottom: 2px;
}
.cta__contact-mail a {
  display: table-cell;
  vertical-align: middle;
  text-align:center;
  width:100%;
  height:100%;
  color: #fff;
}


.cta__contact-mail:hover{
  background:#f87153;
}
.cta__contact-mail a:hover{
  opacity:1;
}

.lawyers__sect {
  padding: 7.1rem 0 12.2rem;
}
@media screen and (max-width: 767px) {
  .lawyers__sect {
    padding: 3.5rem 0 6.1rem;
  }
}
.lawyers__media-groups .lawyers__media:nth-last-child(1) {
  padding-bottom: 0;
}
.lawyers__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .lawyers__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lawyers__media.u-flex--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .lawyers__media.u-flex--rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lawyers__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 36rem;
          flex: 0 1 36rem;
}
@media screen and (max-width: 767px) {
  .lawyers__img-wrapper {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }
}
.lawyers__img-wrapper img{
  border-radius:3px;
}
.lawyers__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 64rem;
          flex: 0 1 64rem;
  background: #fff;
  padding: 4.3rem 4.8rem;
  min-height: 48rem;
	border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .lawyers__body {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    min-height: inherit;
    padding: 4rem 2rem;
    width: 100%;
    margin-top: -7rem;
  }
}
.lawyers__name {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: .8em;
}
@media screen and (max-width: 767px) {
  .lawyers__name {
    font-size: 2rem;
  }
}
.lawyers__name .u-font--green {
  font-size: 1.4rem;
  color: #25B7AC;
  font-weight: bold;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .lawyers__name .u-font--green {
    font-size: 1.4rem;
  }
}
.lawyers__strong-txt {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 3.6rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .lawyers__strong-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .lawyers__strong-txt {
    padding: 2rem 0;
  }
}
.lawyers__history-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lawyers__history-list .u-pr--1 {
  padding-right: 14px;
  white-space: nowrap;
}
.lawyers__history-list .u-pr--2 {
  padding-right: 18px;
  white-space: nowrap;
}

.contact__tel-wrapper {
  width: 34rem;
  margin: 3.8rem auto 10rem;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  text-align: center;
}
.contact__tel-wrapper p{
	text-align:center;
}
@media screen and (max-width: 767px) {
  .contact__tel-wrapper {
    margin: 1.9rem auto 5rem;
  }
  .contact__tel-wrapper:hover {
    opacity: 0.7;
  }
}
.contact__tel-wrapper .u-font--bold {
  font-weight: bold;
  padding-top: 1rem;
}
.contact__txt,
.contact__txt p{
  font-weight: bold;
  text-align: center;
}
.contact__txt.u-padding--top {
  padding-top: 1rem;
}

.privacy-policy__box {
  max-width: 70rem;
  padding: 2.5rem;
  height: 26.4rem;
  margin: 5rem auto;
  border: 1px solid #B4B4B4;
  overflow-y: scroll;
}

/*-------*/
.wp-pagenavi a, .wp-pagenavi span{
	border: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
	border: none;
}
.wp-pagenavi a{
	color: #25B7AC
}
.wpcf7-list-item {
	display: inline-block;
	margin: 25px 0 0 !important;
}
.wpcf7-list-item input[type="checkbox"] {
	transform:scale(1.8)
}

/*-------*/
.kitei{
	padding: 5rem 0 0;
	margin:0 auto;
}
.kitei ul{
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	border-radius: 3px;
}
.kitei ul li{
	width:50%;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content:center;
}
.kitei .c-btn{
	width: 45%;
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    margin: 0 auto;
}
.kitei .c-btn a{
	color: #fff;
	display: block;
}
@media screen and (max-width: 767px) {
	.kitei ul li{
		width:100%;
	}
	.kitei ul li:nth-child(2){
		margin-top: 20px;
	}
	.kitei .c-btn{
		width:100%;
		margin: 5px 0;
	}
}

/*採用ページ*/
.saiyou_sec{
	padding: 50px 8%;
}
.rec_btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.rec_btn li {
	margin: 10px;
	width: 50%;
	max-width: 360px;
}
.rec_btn li a{
	background:#fff;
	color: #232c2c;
	padding: 20px;
	font-weight: bold;
	display: block;
	position: relative;
	border-radius: 4px;
	font-size: 1.8rem;
	line-height: 1;
}
.rec_btn li a:before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border: 1px solid #25B7AC;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	right: 20px;
	top: 23px;
}
.rec_title{
	background: #25B7AC;
	color: #fff;
	padding: 20px;
	margin: 50px 0;
}
.rec_title h2{
	font-size: 2.8rem;
}
#R_bengoshi{
	padding-top: 80px;
    margin-top: -80px;
}
.rec_contents{
}
.rec_contents h5{
	font-size: 1.6rem;
	background: #25B7AC;
	color: #fff;
	padding: 5px 20px;
	display: inline-block;
}
.rec_contents p{
	margin: 18px 0;
}
.rec_contents h3{
	font-size: 2.2rem;
	color: #25B7AC;
	border-bottom: 1px solid;
	margin: 50px 0;
}
.rec_point{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.rec_point dt,
.rec_point dd{
	width: 50%;
}
.rec_point dt{
	padding: 0 40px 0 0;
	margin-bottom: 20px;
}
.rec_point dd{
}
.rec_point dt h4{
	font-size: 1.8rem;
	color: #25B7AC;
}
.rec_point dt h4 span{
	font-size: 1.8em;
	margin-right: 3px;
}
.rec_table{
	border-collapse: separate;
	border-spacing: 0 2px;
}
.rec_table th,
.rec_table td{
	background: #f6f6f6;
	padding: 10px 15px;
}
.rec_table th{
	text-align: left;
	width: 165px;
}
.rec_table td{
}
.add_link{
	margin: 20px 0;
}
.add_link li{
	position:relative;
	padding-left: 15px;
}
.add_link li a{
	color: #25B7AC;
	font-weight: bold;
}
.add_link li:after{
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 8px;
	height: 8px;
	border: 1px solid #25B7AC;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);	
}
.rec_mail{
}
.rec_mail img{
	height: 1.8rem;
	width: auto;
	vertical-align: sub;
	margin-right: 3px;
}
#R_jimu{
	padding-top: 80px;
    margin-top: -80px;
}
@media screen and (max-width: 767px) {
	.rec_btn li{
		width: 100%;
	}
	.rec_point dt,
	.rec_point dd{
		width: 100%;
	}
	.rec_point dt{
		padding:0;
	}
	.rec_contents h3{
		margin: 50px 0 25px;
	}
	.rec_table th,
	.rec_table td{
		display: block;
		width: 100%;
	}
	.rec_table th{
		padding: 10px 15px 0;
	}
	.rec_table td{
		padding: 5px 15px 10px 15px;
	}
}

/*TOPページ採用バナー*/
.rec_banner{
	margin: 100px 0 0 0;
}
.rec_banner ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.rec_banner ul li{
	width: 50%;
	height: 200px;
	display: flex;
	align-items: center;
	padding: 20px 50px;;
}
.rec_banner ul li h2{
	font-size: 2.2rem;
    font-weight: bold;
}
.rec_banner ul li h2 span{
	font-size: 1.5rem;
	display: block;
}
.rec_banner ul li:nth-child(1){
	background: #25B7AC
}
.rec_banner ul li:nth-child(2){
	background: url("assets/images/recruit/r_banner.jpg") center no-repeat;
	background-size: cover;
	justify-content: center;
}
.rec_banner ul li a{
	background: #ea6c46;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    font-size: 1.6rem;
	color: #fff;
	width: 250px;
	padding: 20px;
	border-radius: 3px;
}
.rec_banner ul li a:hover{
	opacity: 1;
	background: #f87153;
}
.bnr_souzoku{
	display:none;
}

.wp-pagenavi a,
.wp-pagenavi span{
	border:none !important;
}

@media screen and (max-width: 767px) {
	.rec_banner{
		margin: 100px 0 50px 0;
	}
	.rec_banner ul li{
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	.bnr_souzoku{
		display: block;
		position:fixed;
		bottom: 15px;
		left: 0;
		width: 100%;
	}
	.bnr_souzoku a{
		display:block;
		background: #ea6c46;
		color: #fff;
		width:70%;
		margin:0 auto;
		padding: 10px 20px;
		text-align:center;
		border-radius:50px;
		filter:drop-shadow(0 3px 3px rgb(0 0 0 / 20%))
	}
	.grecaptcha-badge{
		display:none !important;
	}
}