@charset "UTF-8";

/* 共通カラー */
:root {
  --main-color: #0069aa;
  --sub-color: #ffae00;
  --light-color: #ddf1fd;
  --hover-color: #ecf4f9;
	--gn: 65px;
    scroll-padding: var(--gn);
}
html {
    font-size: 62.5%;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 1.5rem;
	color: #333;
	overflow-x: hidden;
	position: relative;
}
main {
	width: 750px;
}
main.page h2:first-child, main.single h2:first-child, main.archive h2:first-child, main.page-404 h2:first-child, main.page-search h2:first-child {
    margin-top: 0;
}
.two-column:has(.page-404) {
	
}

/*--------------------------------------------------------------------------------------------------------------------------------
  パンクズ
--------------------------------------------------------------------------------------------------------------------------------*/
#breadcrumbs {
    font-size: 1.2rem;
    position: absolute;
    top: 15px;
}
#breadcrumbs a {
  text-decoration: underline;
}

#breadcrumbs a:hover {
  text-decoration: none;
}
body:has(.page-search) #breadcrumbs,
body:has(.page-404) #breadcrumbs{
    position: inherit;
}
/*--------------------------------------------------------------------------------------------------------------------------------
  TinyMCEのマーカー
--------------------------------------------------------------------------------------------------------------------------------*/
.yellow_marker {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFFF88 0%) repeat scroll 0 0;
}
.red_marker {
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFABCE 0%) repeat scroll 0 0;
}
.blue_marker {
    background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #A7F1FF 0%) repeat scroll 0 0;
}
/*--------------------------------------------------------------------------------------------------------------------------------
  ページネーション
--------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------
  #toc_container
--------------------------------------------------------------------------------------------------------------------------------*//* toc_container */
#toc_container.no_bullets li, #toc_container.no_bullets ul, #toc_container.no_bullets ul li, .toc_widget_list.no_bullets, .toc_widget_list.no_bullets li {
    padding: 0.4em;
}
/*--------------------------------------------------------------------------------------------------------------------------------
  共通クラス
--------------------------------------------------------------------------------------------------------------------------------*/
/* WP STYLE
---------------------------------------------*/
img.centered,
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
    margin-right: 20px;
    margin-bottom: 20px;
}

img.alignleft {
    margin-right: 20px;
    margin-bottom: 20px;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  margin: 0px 10px;
}
.wp-caption p {
  margin: 5px 10px 20px 0px;
  text-align: center;
}

/*----------------------------------------------------
  テーブル
----------------------------------------------------*/
table {
    max-width: 100% !important;
    border-collapse: collapse;
    margin-bottom: 2rem;
}
table th {
    padding: 1rem 2rem;
    border: 1px solid #eaeaea;
    word-break: break-all;
}
table td {
    padding: 1rem 2rem;
    border: 1px solid #eaeaea;
    line-height: 1.5;
    word-break: break-all;
}
table.mainstyle {
  border-collapse: collapse;
  border-spacing: 0;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #b9b9b9;
  border-right-color: #b9b9b9;
	width: 100%;
}

table.mainstyle th {
  font-weight: bold;
  padding: 10px;
  border: 1px #b9b9b9 solid;
  border-width: 0 0 1px 1px;
  background: #FFFFCC;
  vertical-align: middle;
}

table.mainstyle td {
  padding: 10px;
  border: 1px #b9b9b9 solid;
  border-width: 0 0 1px 1px;
  background: #fff;
  font-size: 1.7rem;
  line-height: 1.5;
  vertical-align: middle;
}
.sub-page table {
  margin-top: 10px;
  margin-bottom: 30px;
    width: 100%;
    table-layout: fixed;
}

.sub-page table th {
  vertical-align: middle;
    background: rgba(204, 204, 204, 0.2);
}

.sub-page table tr {
  vertical-align: middle;
}

.sub-page table td {
  vertical-align: middle;
}

.sub-page table.line p {
  padding: 0px;
  margin: 0px;
}
.sub-page iframe {
    width: 100%;
}
.two-column {
    width: 1015px;
    margin: 0 auto;
	padding-top: 30px;
}
.two-column:has(main.top) {
    padding-top: 60px;
}
time p {
    font-size: 0.9em !important;
}
blockquote {
    font-family:'M PLUS Rounded 1c',"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO" ,sans-serif;
}
a {
	color: var(--main-color);
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.red {
  color: #e60027;
}
.bold {
  font-weight: bold;
}
.small {
    font-size: 0.7em;
}
.company_name {
    background-color: #51b800;
    color: white;
    font-weight: bold;
    padding: 30px 0;
    font-size: 18px;
    line-height: 1.6em;
}
.btn {
    padding: 15px 0 15px 4%;
    display: block;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    font-size: 1.7rem;
    color: #fff;
    text-decoration: none;
    width: 277px;
    margin: 0 auto;
    position: relative;
    background: var(--main-color);
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
    gap: 10%;
}
.btn:after {
    content: "\f138";
    font-weight: 900;
    font-size: 0.8em;
    font-family: "Font Awesome 5 Free";
}
.wrap {
    width: 1015px;
    margin: 0 auto;
    position: relative;
}
main.top .wrap {
    width: 100%;
}
.hv:hover {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;

}
.hv {
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;

}
.fixed {
  width: 100%;
  position: fixed !important;
  z-index: 101 !important;
  top: 0;
}


#tinymce p,
.sub-page__content p {
    line-height: 1.7;
    padding: 10px 0;
    font-size: 1.6rem;
}
.sub-page__content ul {
    padding: 10px 0;
}
.sub-page__content li {
    line-height: 1.7;
    font-size: 1.6rem;
}
.tel-num {
    font-weight: bold;
    font-family: 'Roboto Condensed', 'arial', sans-serif;
}
.display_flex {
    display: flex;
    justify-content: space-between;
}
.display_none {
	display: none;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　header
--------------------------------------------------------------------------------------------------------------------------------*/

.header__info {
    display: flex;
    justify-content: space-between;
    height: 115px;
    box-sizing: border-box;
    padding: 12px 0;
    width: 1100px;
    align-items: center;
    gap: 10px;
}
.header__flow-btn {
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: var(--main-color);
    display: block;
    box-sizing: border-box;
    font-size: min(2.3rem, 2.3vw);
    width: min(185px, 18vw);
    height: 100%;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
	margin-left: auto;
}
.header__flow-btn strong {
    font-size: 2em;
}
.header__logo img{
    position: relative;
    max-width: 460px;
    width: 38vw;
}
.header__tel-wrapper {
    text-align: center;
    border-radius: 5px;
    border: 1px solid var(--main-color);
    width: min(210px, 22vw);
    height: 100%;
}
.header__contact-btn {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    border-radius: 6px;
    font-size: min(1.5rem, 1.5vw);
    line-height: 1.2;
    text-align: center;
    width: min(100px, 11vw);
    box-sizing: border-box;
    height: 100%;
    position: relative;
    padding-top: 52px;
}
.header__contact-line {
    background:#00b900;
}
.header__contact-mail {
    background:#ffae00;
}
.header__contact-btn:before {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: no-repeat center top;
    background-size: 100% auto;
}
.header__contact-line:before {
    background-image: url(/wp-content/uploads//2025/03/header__contact-line.png) ;
}
.header__contact-mail:before {
    background-image: url(/wp-content/uploads/2025/03/header__contact-mail.png);
	 top: 16px;
	 width: 28px;
    height: 23px;
}
.header__tel-time {
    font-size: min(1.3rem, 1.3vw);
    line-height: 1.2;
    text-align: left;
    padding: 8px 15px 5px;
}
.header__tel-time span {
    display: block;
}
.header__tel-num {
    font-size: min(2.8rem, 2.8vw);
    display: flex;
    align-items: center;
    gap: 8px;
    place-content: center;  
}
.header__tel-num:before {
    display: inline-block;
    content: '\f095';
    font-family: "Font Awesome 5 Free";
    color: #333;
    z-index: 1;
    font-weight: 900;
    font-size: 0.67em;
    position: relative;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　footer
--------------------------------------------------------------------------------------------------------------------------------*/
footer {
    border-top: solid 1px var(--main-color);
	 background: var(--hover-color);
	margin-bottom: 100px;
}
.footer-info__cotainer {
    display: flex;
    justify-content: space-between;
}
.footer-info__company-name {
    font-weight: bold;
    font-size: 2rem;
    padding: 15px 0 10px;
}
.footer-info__text {
    font-size: 1.3rem;
    line-height: 1.5;
}
.footer-info {
    padding: 40px 0 0;
}
.footer-info__right {
    width: 400px;
    padding: 10px 0 0 0;
}
.footer-info__contact-title {
    background: #272727;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    padding: 5px 0 2px;
}
.footer-info__contact-box {
    background: #fff;
    margin-bottom: 15px;
    height: 117px;
    box-sizing: border-box;
}
.footer__flow-btn {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 0;
    background: var(--main-color);
	gap: 3%;
}
.footer__flow-btn:after {
    content: "\f0da";
}
.footer-info__time {
    font-size: 1.3rem;
    font-weight: bold;
    padding: 0 25px;
}
.footer-info__contact-tel {
    font-size: 3.5rem;
    text-align: center;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 5px 0;
}
.footer-info__contact-tel:before {
    display: inline-block;
    content: '\f098';
    font-family: "Font Awesome 5 Free";
    color: #333;
    font-weight: 900;
    font-size: 30px;
}
.footer-info__contact-hour {
    font-size: 1.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.footer-info__contact-hour span {
    font-size: 0.76em;
}
.footer__logo {
    width: 425px;
}
/* .footer-menu */
.footer-menu__cotainer {
    display: flex;
    justify-content: space-between;
}
.footer-menu {
    padding: 20px 0 50px;
    font-weight: bold;
    margin: 0 auto;
    width: 870px;
}
.footer-menu li {
    position: relative;
    padding: 0 30px 0 10px;
}
.footer-menu li:not(:first-child) {
    margin-top: 10px;
}
.footer-menu a {
    font-size: 1.4rem;
    color: #5f5f5f;
    text-decoration: none;
    position: relative;
    font-weight: normal;
}
.footer-menu a:before {
    content: '\f105';
    font-family: Font Awesome\ 5 Free;
    color: var(--main-color);
    font-weight: 900;
    line-height: 1.6em;
    position: absolute;
    left: -20px;
    top: -2px;
}
.footer-menu a:hover {
  text-decoration: underline;
}
footer .copy {
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    padding: 15px 0;
    background: var(--main-color);
    display: flex;
    justify-content: center;

}
.menu-footer01-container,
.menu-footer02-container,
.menu-footer03-container,
.menu-footer04-container {
	flex:1;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　フローティング
--------------------------------------------------------------------------------------------------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 1000;
	width: 46px;
}
#pagetop a {
  display: block;
}
/* .footer-floating */
.floating__flow-btn {
    text-align: center;
    background: var(--sub-color);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.8rem;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    line-height: 1.1;
    display: grid;
    place-content: center;
}
.floating__flow-btn img {
    width: 90%;
    margin: 0 auto;
}
.footer-floating__tel {
    font-size: 36px;
    color: #272727;
    padding: 0;
    letter-spacing: 0.01em;
}
.footer-floating__tel:before {
    display: inline-block;
    content: '\f098';
    font-family: "Font Awesome 5 Free";
    color: #2a2a2a;
    z-index: 9999;
    font-weight: 900;
    font-size: 30px;
    position: relative;
    right: 5px;
}
.floating__contact-btn{
    width: 323px;
    display: block;
    margin-right: 0;
    margin-left: auto;
}
.footer-floating {
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #f7f7f7;
    z-index: 9999;
    height: 100px;
    box-sizing: border-box;
}
.footer-floating__hour {
    font-size: 1.3rem;
}
.footer-floating__wrapper {
    display: flex;
    align-items: center;
}
.footer-floating__tel-title {
    font-size: 1.4rem;
}
.footer-floating__tel-wrapper {
    padding-left: 15px;
}
.footer-floating__btns {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-left: auto;
}
.footer-floating__btns .btn {
    font-size: 1.6rem;
    width: 280px;
    margin: 0;
    padding: 18px 0 18px 30px;
}
.footer-floating__btns .btn.btn:after {
	content: none;
}
.footer-floating__mail-btn {
    background-color: var(--main-color);
    background-image: url(/wp-content/uploads/2025/03/footer-floating__mail.png);
    background-size: auto 30%;
    background-position: center left 50px;
    background-repeat: no-repeat;

}
.footer-floating__line-btn {
    background-color: #fff;
    background-image: url(/wp-content/uploads/2025/03/footer-floating__line.png);
    background-size: auto 52%;
    background-position: center left 25px;
    background-repeat: no-repeat;
	 border: 2px solid #009a00;
    color: #009a00;
}

/* .page-header */
.page-header .title_area {
	width: 100%;
    text-align: center;
    font-size: 1.8rem;
}
.page-header__container {
    height: 100%;
    display: grid;
    place-content: center;
}
.page-header p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.7;
    padding: 30px 0 0 0;
}
.page-header p:empty {
	display: none;
}
.page-header {
    overflow: hidden;
    height: 290px;
    position: relative;
    background-image: url(/wp-content/uploads/2025/03/page-header__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: lighten;
}
body:has(.global-nav.fixed) .page-header {
	    padding-top: var(--gn);
}
.page-header .thumbnail {
    position: absolute;
    z-index: -1;
    text-align: center;
    top: 0;
    margin: 0 calc(50% - 50vw);
	width: 100vw;
	display: none;
}
.page-header h2 {
    margin: 0;
    text-align: center;
    background-image: inherit;
    background-color: inherit;
    color: #333;
    border: 0;
    font-size: 3.6rem;
    padding: 0;
}
.page-header h2:before {
    content:none;
}
.page-header h2:after {
    content:none;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　global navi
--------------------------------------------------------------------------------------------------------------------------------*/

.global-nav {
    background: var(--main-color);
}
.global-nav__list {
	  display: flex;
    width: 1100px;
    margin: 0 auto;
}
.global-nav__list li {
    flex: 1;
	position: relative;
}
.global-nav__list a {
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    height: 65px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: center;
    font-size: min(1.6rem, 1.6vw);
    font-weight: bold;
    padding: 0 0 9px 0;
    box-sizing: border-box;
    line-height: 1;
}
.global-nav__list a:hover {
     opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.global-nav__list li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background: #5299c5;
}
.global-nav__list li:last-child:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background: #5299c5;
}
.global-nav .nav-icon {
    width: 100%;
}
.global-nav .nav-icon img {
    transform: scale(0.67);
}
.global-nav .nav-title {
    width: 100%;
}

/*--------------------------------------------------------------------------------------------------------------------------------
	　sidebar
--------------------------------------------------------------------------------------------------------------------------------*/
.sidebar {
    width: 230px;
}
.sidebar .ttl {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 1.7rem;
    position: relative;
    padding: 8px 0 6px;
    font-weight: bold;
    background-color: var(--main-color);
}
.sidebar__contact {
    position: relative;
    margin-bottom: 15px;
    background: #fff3e7;
    border: 2px solid var(--sub-color);
}
.sidebar__contact .ttl {
    background: var(--sub-color);
}
.sidebar__contact-title {
    text-align: center;
    color: #0069aa;
    font-weight: bold;
    font-size: 1.7rem;
    padding: 10px 0 0 0;
}
.sidebar__contact-title strong {
    color: #f5800d;
}
.sidebar__contact-small-text {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 0 0 10px 7px;
}
.sidebar__contact-tel {
    color: #333;
    font-size: 3.2rem;
    text-align: center;
}
.sidebar__contact-hour {
    line-height: 1.4;
    font-size: 1.4rem;
    padding: 20px 0 25px 15px;
}
.sidebar__contact-hour span {
    font-size: 0.9em;
	display: block;
}
.sidebar__contact-image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
}
/* .sidebar-block-contact */
.sidebar-block-contact {
    position: relative;
    margin-bottom: 25px;
    text-align:center;
}
.sidebar-block-contact a {
    color: #333;
}
.sidebar-block-contact .tel_num {
    font-size: 26px;
    position: absolute;
    width: 100%;
    top: 184px;
    left: 10px;
}
.sidebar-block-contact__date {
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    top: 215px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    line-height: 1.1;
}
.sidebar__introduction,
.sidebar__voice {
    display: block;
    margin: 0 0 15px 0;
}
/* .sidebar-block-office */
.sidebar-block-office {
    padding: 10px;
    border: 1px solid #e2e2e2;
    text-align: center;
    margin-bottom: 30px;
}
.sidebar__office-name {
    color: var(--main-color);
    font-weight: bold;
    padding: 10px 0;
    font-size: min(1.7rem, 1.7vw);
}
/* .sidebar-block-access */
.sidebar-block-access {
    padding: 10px;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
}
/* .sidebar-block-area */
.sidebar-block-area {
	padding: 10px;
    border: 1px solid #e2e2e2;
}
/* sidebarメニュー */
.sidebar .menu {
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
	border: 1px solid #e2e2e2;
	border-bottom: none;
}
.sidebar .menu-sidemenu03-container {
    margin-bottom: 30px;
}
.sidebar .menu li {
    width: 100%;
}
.sidebar .menu a {
    display: block;
    background: #fff;
    color: #000;
    padding: 15px 10px 15px 18px;
    font-size: 1.4rem;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #e2e2e2;
}
.sidebar .menu a:hover {
    background: var(--hover-color);
}
.sidebar .menu a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: var(--main-color);
    font-weight: 900;
    padding-right: 8px;
}
.sidebar .sub-menu {
  display: none;
    margin: 10px 0 0px 10% !important;
    width: 90% !important;
    list-style: none !important;
}
.sidebar .sub-menu li a {
    padding-left: 20px;
}
.sidebar .menu-sidemenu-container > ul li {
    width: 100%;
}
.sidebar .sub-menu {
  display: none;
}
.sidebar .sub-menu li a {
    padding-left: 30px;
}
.sidebar input[type="submit"]{
    margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
   background: #717171;
  color: #fff;
  padding: 5px 9px;
}
.sidebar label.screen-reader-text {
    display: none;
}
.sidebar__area,
.sidebar__access {
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
}
.sidebar__office {
}
.sidebar__office img{
    width: 75%;
    display: block;
    margin: 20px auto;
}
.sidebar__office-tel {
    width: 75%;
    margin: 20px auto;
    display: block;
}
.sidebar__office-tel:before {
    display: inline-block;
    content: '\f098';
    font-family: "Font Awesome 5 Free";
    color: var(--sub-color);
    font-weight: 900;
    font-size: 25px;
    padding-right: 2px;
}
.sidebar__office-text {
    font-size: 1.3rem;
    line-height: 1.5;
    padding-bottom: 10px;
}
.sidebar__office-text strong span {
    display: none;
}
.sidebar__office-address {
    padding: 0 0 15px 0;
    font-size: 1.3rem;
    line-height: 1.6;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　mv
--------------------------------------------------------------------------------------------------------------------------------*/
.mv {
	background-image: url(/wp-content/uploads/2025/03/mv__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0 auto;
    aspect-ratio: 16 / 4.9;
}
body:has(.global-nav.fixed) .mv {
    margin-top: var(--gn);
}
.mv__container {
    width: min(1080px, 98vw);
    margin: 0 auto;
    position: relative;
    height: 100%;
    min-height: 490px;
    display: grid;
    place-content: center;
    justify-content: flex-start;
    align-items: start;
    gap: 3vw;
}
.mv__main {
    width: 97%;
    margin: 0 auto;
    display: block;
	padding-top: 41px;
}
.mv__strong__container {
    display: flex;
    align-items: end;
    gap: 10px;
}
.mv__strong-title-wrapper:before {
    content: counter(mycounter);
    background-size: contain;
    left: 0px;
    width: 34px;
    height: 27px;
    background-repeat: no-repeat;
    font-size: 0.78em;
    color: #ad9364;
    text-align: center;
    display: inline-grid;
    margin-right: 13px;
    place-content: center;
    background-image: url(/wp-content/uploads/2025/03/mv__strong-title.png);
    background-position: center;
    font-weight: normal;
}
.mv__strong-title span {
    font-size: 0.6em;
}
.mv__strong {
    width: min(608px, 57vw);
    height: min(205px, 22vw);
    box-sizing: border-box;
    text-align: left;
    background: white;
    box-shadow: 0 0 6px #7d7d7d;
    padding: min(10px, 1vw);
    opacity: 0.94;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    z-index: 2;
	margin: 0;
}
.mv__strong-title-wrapper {
    padding: min(11px, 0.9vw) 0 min(7px, 0.5vw) min(3px, 0.3vw);
    font-size: min(2.3rem, 2vw);
    position: relative;
    font-weight: bold;
    counter-increment: mycounter;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
}
.mv__strong-title-wrapper:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
}
.mv__strong-title strong {
    color: #0069aa;
}
.mv__strong-title small {
	font-size: min(1.7rem, 3vw);
	font-weight: 400;
}
.mv__strong-title {
    flex: 1;
}
.mv__title {
	width:min(840px,82vw);
	height:min(195px,19vw);
}
.mv__catch {
    left: min(290px, 25vw);
    width: min(165px, 15vw);
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　コンタクトブロック
--------------------------------------------------------------------------------------------------------------------------------*/

/* .contact */
.contact{
    padding: 17px 15px 30px 15px;
    background: var(--main-color);
    border-radius: 20px;
}
.contact__tel {
    width: 48%;
}
.contact__tel-btn {
    min-height: 123px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 15px 0 0 0;
}
.contact__tel-num {
    font-size: 4.7rem;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    width: 100%;
    line-height: 1;
}
.contact__tel-num:before {
    display: inline-block;
    color: var(--main-color);
    font-size: 3.4rem;
    content: '\f098';
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
}
.contact__mail {
    width: 48%;
}
.contact__hour {
    text-align: center;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1;
}
.contact__hour span {
	display: block;
}
.contact__title {
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
    padding-bottom: 8px;
    font-weight: bold;
}
.contact__mail-line {
    width: 48%;
}
.contact__mail-line-column {
    display: flex;
    justify-content: space-between;
}
.contact__mail-line-btn {
    display: block;
    min-height: 123px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    position: relative;
    width: 48%;
    text-decoration: none;
	background-size: auto 35%;
    background-position: top 15px center;
    background-repeat: no-repeat;
}
.contact__mail-btn {
    background-image: url(/wp-content/uploads/2025/03/contact__mail.png);
}
.contact__line-btn {
    background-image: url(/wp-content/uploads/2025/03/contact__line.png);
}
.contact__mail-line-text {
    font-weight: bold;
    color: #333;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.2;
    padding-top: 70px;
}

/*--------------------------------------------------------------------------------------------------------------------------------
	　見出し
--------------------------------------------------------------------------------------------------------------------------------*/

h1 {
    font-size: 14px;
    font-weight: normal;
    padding: 8px;
    width: 1100px;
    margin: 0 auto;
}
.h1__container {
    background: #ddf1fd;
}
h2 {
    font-size: 2.5rem;
    position: relative;
    margin: 15px 0;
    font-weight: bold;
    padding-left: 25px;
    background-image: -ms-linear-gradient( 90deg , #bcddf2 0%, #f6fcff 100%);
    background-image: -moz-linear-gradient( 90deg , #bcddf2 0%, #f6fcff 100%);
    background-image: -webkit-linear-gradient( 90deg , #bcddf2 0%, #f6fcff 100%);
	 padding: 11px 0px;
    color: var(--main-color);
    position: relative;
    margin: 15px 0 25px;
    background-size: auto auto;
    padding-left: 18px;
	box-sizing: border-box;
	border: 1px solid var(--main-color);
}
h3 {
    clear: both;
    font-size: 2.2rem;
    padding: 11px 11px 9px 11px;
    margin: 30px 0 20px;
    position: relative;
    background: #ecf4f9;
	 border-bottom: solid 2px var(--main-color);
}
h4 { 
    font-size: 2.0rem;
    font-weight: bold;
    border-bottom: 2px solid #ffae00;
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 2px;
    clear: both;
}
h5 {
    font-size: 1.8rem;
    color: #3f3f3f;
    padding: 4px 10px;
    margin: 30px 0 20px;
    border-left: solid 5px var(--main-color);
    clear: both;
}
h6 {
    font-size: 1.6rem;
    font-weight: normal;
    padding: 13px;
    line-height: 1.3;
    position: relative;
    display: block;
    background-color: #fffcdf;
    clear: both;
    margin-bottom: 1em;
}
main.top h2 {
    font-size: 2.4rem;
	  margin: 0;
}
main.top h3 {
    font-size: 2.75rem;
    color: #f5800d;
    padding: 10px 0 10px 20px;
    margin: 30px 0 20px;
    background: #f6efe8;
    border-bottom: solid 2px #ff6605;
    text-align: left;
	  box-sizing: border-box;
}
main.top h3:after {
    display: none;
}
main.top h4 {
    text-align: left;
    font-size: 2.2rem;
    padding-left: 10px;
}
main.top h5 {
    font-size: 2.3rem;
    color: #00c400;
    padding: 12px 14px;
    margin: 30px 0 20px;
    border: solid 1px #51b800;
}
main.top h6 {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 17px 10px;
    line-height: 1.3;
    position: relative;
    display: inline-block;
}
main.top h6:after {
    content: "";
    display: block;
    height: 6px;
    width: 99%;
    background: #fff600;
    position: absolute;
    bottom: 18px;
    left: 0px;
    z-index: -1;
}

/*--------------------------------------------------------------------------------------------------------------------------------
	共通
--------------------------------------------------------------------------------------------------------------------------------*/
/* .main_menu */
.main_menu__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 3%;
    padding: 35px 0;
}
.main_menu__item {
    width: 48.5%;
    position: relative;
    box-sizing: border-box;
    border: 1px solid var(--main-color);
}
.main_menu__item a {
    text-decoration: none;
    color: #333;
    font-size: 2.2rem;
    display: block;
}
.main-menu__title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}
/* .consultation-flow */
.consultation-flow {
    padding: 35px 0px 60px;
}
.consultation-flow__list {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin: 25px 0 20px;
	flex-wrap: wrap;
}
.consultation-flow__item {
		width: 32%;
		background-color: white;
		text-align: center;
		margin-bottom: 0px;
		position: relative;
		counter-increment: counter;
}
.consultation-flow__item img {
		width: 100%;
		height: auto;
}
.consultation-flow__text-wrapper {
    padding: 30px 25px 10px 25px;
}
.consultation-flow__title {
		text-align: center;
		position: relative;
		font-size: 16px;
		font-weight: bold;
		 padding-bottom: 10px;
}
.consultation-flow__text {
		font-size: 14px;
		line-height: 1.4em;
		text-align: left;
}
	.consultation-flow__item:after {
		display: block;
		bottom: 40%;
		right: -10px;
		content: '\f0da';
		font-family: "Font Awesome 5 Free";
		color: var(--main-color);
		position: absolute;
		z-index: 999;
		font-weight: 900;
		font-size: 33px;
		transform: rotateZ(0deg) translate(50%, -50%);
	}

	.consultation-flow__item:last-child:after {
		display: none;
	}
	.consultation-flow__item:before {
    content: counter(counter);
    position: absolute;
    top: 120px;
    font-weight: bold;
    background: var(--sub-color);
    color: #fff;
    font-family: 'Roboto Condensed', 'arial', sans-serif;
    font-size: 2.4rem;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    display: grid;
    place-content: center;
    left: 50%;
    transform: translateX(-50%);
}
/* .strengths */
.strengths {
    background: var(--hover-color);
    padding: 25px 25px 60px 25px;
}
.strengths__title-image {
    width: 57%;
    display: block;
    margin: 0 auto;
}
.strengths__title {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
	 font-size: 2.1rem;
	 line-height: 1.2;
}
.strengths__list {
    padding: 35px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.strengths__item:nth-child(3) .strengths__title {
    width: 90%;
}
.strengths__title span {
    flex: 1;
}
main.top .strengths h2 {
    border: none;
    font-size: 26px;
    background: inherit;
    text-align: center;
    color: #333;
    padding: 0;
    line-height: 2.2em;
    margin: 0;
    font-weight: normal;
}
.sub-page .strengths h2 {
    border: none;
} 
.strengths__item {
    border: 2px solid var(--main-color);
    background-color: white;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    counter-increment: counter;
    gap: 20px;
}
.strengths__text {
    line-height: 1.5;
    padding: 15px 0 0 5px;
    font-size: 1.6rem;
}
.strengths__title:before {
    content: counter(counter);
    font-size: 2rem;
    text-align: center;
    display: block;
    background: var(--main-color);
    border-radius: 60px;
    font-weight: normal;
    padding: 0;
    color: white;
    line-height: 38px;
    width: 38px;
    height: 38px;
    box-sizing: border-box;
    padding: 2px 0 0 0;
}
.strengths__text-wrapper {
    flex: 1;
}
	.strengths__image {
	  width: 32.5%;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　TOP
--------------------------------------------------------------------------------------------------------------------------------*/

/* .case */
.case {
    padding: 40px 0 50px 0;
}
.case__list {
    padding: 35px 0 0;
    width: 98%;
    margin: 0 auto;
}
.case__item {
    background: #fff;
    box-sizing: border-box;
/*     margin: 0 10px; */
	 border: 1px solid var(--main-color);
}
.case .slick-slide {
    margin: 0 10px;	
}
.case__item a {
    text-decoration: none;
    padding: 13px 13px 15px 13px;
    display: block;
    box-sizing: border-box;
}
.case__tag {
    background: var(--light-color);
    color: var(--main-color);
    font-size: 1.2rem;
    display: inline-block;
    padding: 3px 13px 0 13px;
    margin: 10px 0 15px;
}
.case__title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
    height: 90px;
}
.case__text {
    font-size: 1.4rem;
    color: #333;
    line-height: 1.6;
    height: 96px;
}
.case__image {
    height: 119px;
    overflow: hidden;
}
.case__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.case .slick-prev:before, .case .slick-next:before {
    font-size: 40px;
    color: var(--main-color);
}
.case .slick-prev, .case .slick-next {
    width: 40px;
    height: 40px;
    z-index: 2;
}
.case .slick-next {
    right: -10px;
}
.case .slick-prev {
    left: -10px;
}
.case__item .btn {
    width: 100%;
    font-weight: normal;
    font-size: 1.3rem;
    padding: 11px 0 11px 5%;
    border-radius: 4px;
    gap: 6%;
}
.case__item .btn:after {
    content: "\f138";
    font-weight: 900;
    font-size: 1em;
    font-family: "Font Awesome 5 Free";
}
/* .voice */
.voice {
    padding-bottom: 40px;
}
.voice__list {
    display: flex;
    justify-content: center;
    gap: 8%;
    padding: 50px 0 30px;
}
.voice__item {
    width: 42%;
    box-sizing: border-box;
    height: 439px;
}
.voice__item a {
    display: block;
    text-decoration: none;
    height: 100%;
}
.voice__image {
    display: block;
    height: 100%;
}
.voice__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
/* .latest-news */
.latest-news {
    padding: 50px 0 40px;
}
.latest-news__list {
    height: 320px;
    overflow-y: scroll;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid #ddd;
}
.latest-news__item {
    border-bottom: 1px solid #ddd;
}
.latest-news__link {
    padding: 15px 18px;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: baseline;
    color: #333;
}
.latest-news__type {
    width: 108px;
    display: grid;
    text-align: center;
    background-color: #564633;
    color: #ffffff;
    font-size: 14px;
    height: 25px;
    box-sizing: border-box;
    place-content: center;
    margin: 0 20px 0 10px;
}
.latest-news__case {
    background-color: #f98a1e;
}
.latest-news__voice {
    background-color: #63a939;
}
.latest-news__news {
    background-color: #df2f2f;
}
.latest-news__seminar {
    background-color: #4669af;
}
.latest-news__qa {
    background-color: #872fdf;
}
.latest-news__item:hover {
    background: var(--hover-color);
}
.latest-news__title {
    font-size: 1.6rem;
    flex: 1;
}
/*.greeting*/
.greeting__box {
    margin: 20px 0 0 0;
    position: relative;
}
.greeting {
    padding-bottom: 45px;
}
.greeting__text {
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    padding: 16px;
    font-size: 1.5rem;
    line-height: 1.8;
    width: 55%;
    position: absolute;
    top: 30px;
    left: 15px;
}
/* .merit */
.merit {
    padding: 0 0 40px 0;
}
.merit__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 25px 0 0 0;
}
.merit__item-title {
    color: #fff;
    font-weight: bold;
    font-size: 2.2rem;
    background: var(--main-color);
    padding: 16px 14px 12px;
}
.merit__item-text {
    font-size: 1.6rem;
    line-height: 1.625;
    padding: 20px 0 0 0;
}
/* .office */
.office {
    padding: 0 0 43px 0;
}
.office__container {
    display: flex;
    gap: 3.7%;
    padding: 43px 0 0 0;
}
.office__image {
    width: 45%;
    object-fit: contain;
    object-position: top;
}
.office__info-text p {
    line-height: 1.56;
    font-size: 1.6rem;
    padding: 0 0 20px 0;
}
.office__btn {
    margin: 0;
    font-weight: normal;
    border-radius: 4px;
    font-size: 1.3rem;
    width: 196px;
}
/*.access*/
.access {
    padding: 0 0 40px;
}
.access iframe {
    padding: 25px 0 0 0;
}
/* .area */
.area {
    padding: 0 0 75px 0;
}
.area__text {
    padding: 20px 0 0 0;
}
.search_box input[type="text"] {
  width: 70%;
  padding: 8px 0;
}
.search_box input[type="submit"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.search_box input[type="submit"] {
  background-image: -moz-linear-gradient( 90deg, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
  border: 1px solid #ddd;
  padding: 5px 10px;
  font-size: 1.5rem;
  border-radius: 5px;
}

.sub-page {
  font-size: 1.6rem;
	padding: 0 0 50px 0;
}
/* .parent-child */
.sub-page .parent-child {
    padding: 20px 0;
}
.sub-page .parent-child__list {
    display: flex;
    gap: 25px 5%;
	flex-wrap: wrap;
	padding: 0;
}
.sub-page .parent-child__item {
    width: 30%;
}
.sub-page .parent-child__item a {
	color: #333;
	text-decoration: none;
	display: block;
}
.sub-page .parent-child__item-thumbnail {
    display: block;
    height: 153px;
}
.sub-page .parent-child__item-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sub-page .parent-child__item-title {
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 12px 0 0 0;
}
/* .search */
.search li a {
  display: block;
  text-decoration: none !important;
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e2;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　archive
--------------------------------------------------------------------------------------------------------------------------------*/
.archive .image.cf {
    border: 1px solid #eee;
    float: left;
    width: 150px;
    height: 110px;
    margin-right: 10px;
    background-color: #f1f1f1;
      overflow: hidden;
}
.archive__item:hover {
     background-color: var(--hover-color);
}
.archive__item {
    position: relative;
    width: 100%;
    background: none;
    border-bottom: 1px solid #eee;
	 padding: 10px;
	 box-sizing: border-box;
}
.archive__item a {
    display: block;
    width: 100%;
    height: 100%;
}
.archive__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	gap: 15px;
}

.archive__date {
    font-size: 1.3rem;
    color: #020303;
}
.archive li a {
    text-decoration: none;
}
.archive__title  {
    font-size: 1.9rem;
    font-weight: bold;
    margin: 10px 0 5px;
    display: block;
    text-decoration: none;
    color: var(--main-color);
}
/* archive-tax-parents */
.archive-tax-parents__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 2%;
}
.archive-tax-parents__item {
    width: 32%;
    background-image: -moz-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(237,237,237) 0%, rgb(255,255,255) 100%);
    border: 1px solid #d6d6d6;
    position: relative;
    font-size: 14px;
    box-sizing: border-box;
}
.archive-tax-parents__item:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    display: block;
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background: var(--main-color);
    color: white;
    text-align: center;
    display: grid;
    align-items: center;
}
.archive-tax-parents__link {
    padding: 12px;
    display: block;
    color: #333;
    text-decoration: none;
	    font-weight: bold;
}
/*----------------------------------------------------
archive-with-thumbnail
----------------------------------------------------*/
.voice_top {
    height: 110px;
}
.archive-with-thumbnail__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.archive-with-thumbnail__item dl {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.archive-with-thumbnail__item dd {
    width: 550px;
}
.archive-with-thumbnail__image {
    border: 1px solid #e5e5e5;
    height: 150px;
    width: 150px;
    display: block;
    overflow: hidden;
}
.archive-with-thumbnail__item {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
}
.btn.archive-with-thumbnail__btn {
    width: 176px;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 7px;
    margin: 0 0 0 auto;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　single
--------------------------------------------------------------------------------------------------------------------------------*/

.single__thumbnail {
    text-align: center;
    padding: 20px 0;
}

.single .pagenation {
border-top: 1px solid #efefef;
    text-align: center;
    margin: 50px 0;
    padding: 20px 0 0;
}

.single .pagenation li {
  display: inline-block;
  padding: 0 5px;
}

.single .pagenation li a {
display: block;
    border: 1px solid var(--main-color);
    padding: 12px 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    text-decoration: none;
}

.single .pagenation li a:hover {
  background: var(--main-color);
  color: #fff;
}

/*----------------------------------------------------
   下層
----------------------------------------------------*/
.sub-page > h2 {
    margin-top: 0;
}
.sub-page .wrap {
    width: 100%;
}
.sub-page > h2:before {
    height: 100%;
}
.sub-page > h2:after {
    height: 100%;
}
.wp-pagenavi {
  margin: 60px 0 0;
  text-align: center;
}

.wp-block-columns {
     margin-bottom: 0px !important;
}
.sub-page__content-thumbnail {
    text-align: center;
    margin: 0 0 25px 0;
}
/* .page-footer-contents */
.page-footer-contents {
    padding-top: 50px;
}
.page-footer-contents p {
    padding: inherit;
	  line-height: inherit;
}
.page-footer-contents .strengths h2
    text-align: center;
    background: inherit;
    color: inherit;
}
main.top .wrap {
    width: inherit;
}
/* ページヘッダー */
.sub-page_contents {
    margin-bottom: 30px;
    margin-top: 70px;
    color: #373A48;
}.clear_both:after {
    display: block;
    content: "";
    clear: both;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	.contact-form
--------------------------------------------------------------------------------------------------------------------------------*/
.sub-page__content:has(form) form table {
	width: 100%;
}
/* .contact-form th {
    display: block;
	border: none;
	text-align: left;
	padding: 0;
}
.contact-form td {
    display: block;
	border: none;
	padding: 0;
} */
.sub-page__content:has(form) form .required {
    background: #c90000;
    color: #fff;
    font-size: 0.8em;
    padding: 2px 5px 0 5px;
    display: inline-grid;
    place-content: center;
}
.sub-page__content:has(form) form input[type="text"],
.sub-page__content:has(form) form input[type="tel"],
.sub-page__content:has(form) form input[type="email"],
.sub-page__content:has(form) form textarea {
    border: 1px solid #999;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
	border-radius:3px;
}
.sub-page__content:has(form) textarea {
    height: 230px;
}
.sub-page__content:has(form) form .btn {
    border: none;
    position: relative;
    padding: 13px 0;
    width: 30%;
	gap: 38%;
}
.sub-page__content:has(form) form .btn input {
    border: none;
    color: #fff;
    font-size: 1.6rem;
    position: absolute;
    background: none;
    display: block;
    height: 100%;
    top: 0;
	width: 100%;
    cursor: pointer;
}
.sub-page__content:has(form) .parent-child {
	display: none;
}
.contact-form__btn-list {
    display: flex;
}

.sub-page__content:has(form) form .privacy_wrap {
    margin-top: 5%;
    border: #ccc solid 1px;
    padding: 1em;
    height: 400px;
    overflow-y: scroll;
}
.sub-page__content:has(form) form th p {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding: 0;
}
/* お問い合わせ確認 */
.wpcf7cp-btns {
    margin-top: 2em;
    display: flex;
    justify-content: center;
	gap: 5%;
}
button.wpcf7cp-cfm-submit-btn {
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    font-size: 1.7rem;
    color: #fff;
    text-decoration: none;
    margin: 0!important;
    background: var(--sub-color);
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
    border: none;
    position: relative;
    padding: 13px 0;
    width: 30%;
    gap: 15%;
}
button.wpcf7cp-cfm-submit-btn:after {
    content: "\f138";
    font-weight: 900;
    font-size: 0.8em;
    font-family: "Font Awesome 5 Free";
}
button.wpcf7cp-cfm-edit-btn {
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    font-size: 1.7rem;
    color: #fff;
    text-decoration: none;
    margin: 0!important;
    background: #969696;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
    border: none;
    position: relative;
    padding: 13px 0;
    width: 30%;
    gap: 15%;
}
button.wpcf7cp-cfm-edit-btn:after {
    content: "\f137";
    font-weight: 900;
    font-size: 0.8em;
    font-family: "Font Awesome 5 Free";
}
/*--------------------------------------------------------------------------------------------------------------------------------
	.contact-form
--------------------------------------------------------------------------------------------------------------------------------*/
.sub-page .contact-form table {
	width: 100%;
}
.sub-page .contact-form th {
    display: block;
	border: none;
	text-align: left;
	padding: 0;
    background: none;
}
.sub-page__content:has(form) form .contact-form th p {
    justify-content: inherit;
}
.sub-page .contact-form td {
    display: block;
	border: none;
	padding: 0;
}
.sub-page .contact-form .required {
    background: #c90000;
    color: #fff;
    font-size: 0.8em;
    padding: 2px 5px 0 5px;
    margin: 0 15px 0 0;
}
.sub-page .contact-form input[type="text"],
.sub-page .contact-form input[type="tel"],
.sub-page .contact-form input[type="email"],
.sub-page .contact-form textarea {
    border: 1px solid #999;
    box-sizing: border-box;
    width: 80%;
    padding: 14px 20px;
	border-radius:3px;
}
.sub-page .contact-form textarea {
    height: 350px;
}
.sub-page__content .contact-form .btn {
    border: none;
    position: relative;
    padding: 13px 0;
    width: 30%;
	gap: 38%;
}
.sub-page__content .contact-form .btn.previous {
	background: #999;
}
.sub-page__content .contact-form .btn.previous:after {
    transform: rotate(180deg);
    position: absolute;
    left: 17%;
}
.contact-form .btn input {
    border: none;
    color: #fff;
    font-size: 1.6rem;
    position: absolute;
    background: none;
    display: block;
    height: 100%;
    top: 0;
	width: 100%;
}
.sub-page .contact-form__notes {
    display: block;
    color: red;
    font-size: 0.9em;
}
.sub-page:has(.contact-form) .page_under01 {
	display: none;
}
.sub-page .contact-form__btn-list {
    display: flex;
}