@charset "UTF-8";

:root {
    --main-color: #ffa64d;
	--brown-color: #785c26;
	 --yellow-color: #ffd164;
	 --light-color: #f7f0d8;
    --hover-color: #f6f3e9;
}

/*--------------------------------------------------------------------------------------------------------------------------------
  Simple Sitemap
--------------------------------------------------------------------------------------------------------------------------------*/
.simple-sitemap-container h3 { padding: 1rem 2rem; white-space: nowrap; font-size: 1.8rem; font-weight: 800 !important; background-color: transparent; border: none; }
.simple-sitemap-container.tab-enabled label { margin-bottom: -1px !important; background-color: #f4f4f4; } /* Default tab */
.simple-sitemap-contaainer.tab-enabled input:checked + label > * { position: relative; z-index: 1; color: #664c00 !important; background-color: #fff; border: 1px solid #ddd; border-bottom: none; border-radius: 4px 4px 0 0; } /* Current tab */
.simple-sitemap-container.tab-enabled input:checked + label { background-color: initial !important; }
.simple-sitemap-wrap { padding: 0 0 2rem; }
.simple-sitemap-container ul { margin: 0 auto !important; width: 94%; }
.sitemap-item { margin: 3rem 0 0; }
.sitemap-item a { display: block; padding: 0.2rem 1rem; background: #faf8f2; border: 1px solid #cacaca; font-size: 1.7rem; text-align: left; }
.children .sitemap-item { margin: 1rem 0 0; }
.children .sitemap-item a { display: inline-block; width: 90%; font-size: 1.5rem; background: none; border: none; }
.children .sitemap-item a:before { content: '\f30b'; font-family: "Font Awesome 5 Free"; font-weight: bold; color: #ccc; margin-right: 0.5rem; display: inline-block; }
ul.children { margin-left: 2rem !important; }
.page_under01 ul.children { margin-left: 0 !important; }
@media screen and (max-width: 600px) {
  .simple-sitemap-container.tab-enabled label { width: initial !important; }
  .simple-sitemap-container h3 { padding: 2vw; font-size: 1.6rem; }
}
/*--------------------------------------------------------------------------------------------------------------------------------
  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;
}
html {
font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
font-family: "Zen Kaku Gothic New", "Noto Sans", "Noto Sans CJK JP", sans-serif;
font-size: 1.6rem;
color: #333;
overflow-x: hidden;
position: relative;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
letter-spacing: 0.05em;
}
.sp {
	display: none;
}
main.top {
    width: inherit;
    margin: 0;
}
main {
    margin: 0 auto 60px;
	width: min(1000px, 98%);
}
a {
    color: var(--main-color);
}
a:hover {
text-decoration: none;
}

img {
vertical-align: top;
    max-width: 100%;
  height: auto;
}
.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;
}
.wrap {
width: min(1100px, 98%);
margin: 0 auto;
    z-index: 1;
}
.center {
    text-align: center;
}
.display_flex {
    display: flex;
	  justify-content:space-between;
}
.btn {
    width: min(496px, 50%);
    font-size: 2.3rem;
    background: var(--main-color);
    color: #fff;
    padding: 28px 0;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    position: relative;
    font-weight: bold;
}
.btn:after {
    content: "\f0da";
    display: inline;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    right: 7%;
}
.tel-num {
    font-weight: bold;
    font-family: 'Roboto Condensed', 'arial', sans-serif;
	color: var(--main-color);
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　見出し
--------------------------------------------------------------------------------------------------------------------------------*/

h1 {
}
h2 {
    font-size: 2.7rem;
    padding: 19px 15px;
    color: #fff;
    position: relative;
    margin: 15px 0 30px;
    background: var(--main-color);
}
h2:before {
   content: '';
   background: #ffffffb8;
	display: block;
	height:1px;
	width: 100%;
	top: 4px;
	left: 0;
	position: absolute;
}
h2:after {
   content: '';
   background: #ffffffb8;
	display: block;
	height:1px;
	width: 100%;
	bottom: 4px;
	left: 0;
	position: absolute;
}
h3 {
    clear: both;
    color: var(--main-color);
    font-size: 2.5rem;
    padding: 14px 18px;
    margin: 30px 0 20px;
    position: relative;
    border-top: 1px solid var(--brown-color);
    border-bottom: 1px solid #c8c8c8;
}
h4 {
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 2px solid var(--brown-color);
    background: #f6f3e9;
    margin-top: 30px;
    padding: 13px 15px;
    clear: both;
}
h5 {
    font-size: 2rem;
    padding: 5px 13px;
    margin: 30px 0 20px;
    border-left: 3px solid var(--main-color);
}
h6 {
    font-size: 1.8rem;
    padding: 15px 15px;
    line-height: 1.3;
    position: relative;
    display: block;
    background: #f6f3e9;
    clear: both;
  }
.page-title {
    box-sizing: border-box;
    position: relative;
    height: 160px;
    background: url(/wp-content/uploads/2024/12/page-title__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title.margin-top {
	margin-top: 70px;
}
.page-title__box {
    position: absolute;
    height: 100%;
    display: flex;
    margin: 0 auto;
    inset: 0;
    width: min(1000px, 100%);
    place-content: center;
    align-items: center;
}
.page-title__h2 {
    font-size: 3rem;
    color: #fff
    box-sizing: border-box;
    margin: 0;
    background: inherit;
    max-width: 1100px;
    border: none;
	 text-shadow: none;
}
.page-title__h2:before,
.page-title__h2:after {
    content: none;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　ヘッダ、フッター
--------------------------------------------------------------------------------------------------------------------------------*/
.header-inner{
    height: 115px;
    box-sizing: border-box;
    padding: 15px 0;
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
header {
    border-bottom: 1px solid #dad8d8;
}
.header__logo-image {
    display: block;
}
.header__logo-image img {
    width: min(390px, 39vw);
}
.header__logo-wrapper {
	position: relative;
}
.header__logo-access {
    font-size: min(1.2rem, 1.2vw);
    padding-top: 8px;
}
.header__contact-wrapper {
    align-items: center;
}
.header__contact-box{
    text-align: center;
    box-sizing: border-box;
    padding-right: min(25px, 2vw);
}
.header__contact-num {
    font-size: min(3.4rem, 3.4vw);
    line-height: 1;
    position: relative;
    letter-spacing: -0.03em;
    padding: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: min(12px, 1.2vw);
}
.header__contact-num:before {
    display: inline-block;
    content: '';
    background: url(/wp-content/uploads/2024/12/icon__tel.png);
    width: min(33px, 3.3vw);
    height: min(33px, 3.3vw);
    background-repeat: no-repeat;
    background-size: contain;
}
.header__contact-reception-hours {
    font-size: min(1.4rem, 1.4vw);
    text-align: center;
    background: #f1f1f1;
    padding: 7px 0px;
}
.header__contact-btn {
    display: flex;
    gap: 0 min(20px, 1vw);
}
.header__contact-btn a {
    text-decoration: none;
    font-weight: bold;
    font-size: min(1.7rem, 1.7vw);
    display: block;
    text-align: center;
    box-sizing: border-box;
    border-radius: 8px;
    line-height: 1.1;
    background-repeat: no-repeat;
    width: min(145px, 14.5vw);
    height: 81px;
    padding-top: 5px;
    background-size: 21%;
}
.header__contact-btn-contact-text {
    height: min(38px, 3.8vw);
    display: grid;
    place-content: center;
    line-height: 1;
    padding: 30px 0 0 0;
}
.header__contact-btn-line {
    background-color: #06c755;
    color: #fff;
    background-image: url(/wp-content/uploads/2024/12/icon__line.png);
	background-position: top min(6px, 0.6vw) center;

}
.header__contact-btn-contact {
    border: 2px solid var(--main-color);
	background-image: url(/wp-content/uploads/2024/12/icon__mail.png);
	background-position: top min(10px, 10vw) center;
}
/* .footer-menu */
.footer-menu__menu {
    flex: 1;
}
.footer-menu {
    background: var(--light-color);
    padding: 45px 0px 50px;
}

.footer-menu__container {
    display: flex;
    width: min(1100px, 98%);
    margin: 0 auto;
}

.footer-menu__office {
    width: 45%;
    padding-right: 15%;
    box-sizing: border-box;
}
.footer-menu__office-address {
    font-size: 1.4rem;
    padding: 15px 0 0 0;
}
.footer-menu ul li {
    position: relative;
    line-height: 1.6;
}

.footer-menu ul li:not(:first-child) {
    margin-top: 8px;
}

.footer-menu ul li a {
    font-size: 1.5rem;
    text-decoration: none;
    position: relative;
    font-weight: normal;
    letter-spacing: 0;
	color: #333;
}
.footer-menu ul li:before {
    content: '\f105';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    padding-right: 10px;
    color: var(--main-color);
}
.footer-menu .sub-menu {
    margin: 10px 0 0 10px;
}
.footer-menu ul li a:hover {
      opacity: 0.7;
}
footer .copy {
    font-size: 1.2rem;
    padding: 15px 0;
    background: var(--main-color);
    text-align: center;
	color: #fff;
}
.footer-menu ul li:has(.sub-menu) > a {
    pointer-events: none;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　mv
--------------------------------------------------------------------------------------------------------------------------------*/
.mv {
    text-align: center;
    position: relative;
    height: min(635px, 63.5vw);
    background-image: url(/wp-content/uploads/2024/12/mv__bg.jpg);
    width: min(1800px, 100%);
    margin: 0 auto;
    background-size: cover;
    background-position: center;
}
.mv.margin-top {
	margin-top: 70px;
}
.mv__box {
    position: relative;
    height: 100%;
    width: min(1100px, 96%);
    margin: 0 auto;
}
.mv__title {
	padding: 35px 0 0 0;
}
.mv__btn {
    box-shadow: 0px 0px 4px #ddd;
    background: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 50px;
    display: flex;
    width: min(730px, 65vw);
    overflow: hidden;
    height: min(97px, 9.7vw);
    align-items: center;
    -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;
    position: relative;
    margin: min(55px, 5.5vw) 0 0 min(15px, 1vw);
}
.mv__btn:after {
    content: "\f138";
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-size: min(2.2rem, 2.2vw);
    position: absolute;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    right: min(20px, 2vw);
}
.mv__btn:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 20%);
	z-index: 2;

}
.mv__btn-main-title {
    font-size: min(3.6rem, 3.2vw);
    padding-left: min(15px, 1.3vw);
    letter-spacing: 0;
}
.mv__btn-sub-title {
    box-shadow: 0px 0px 4px #ddd;
    background: var(--main-color);
    color: #fff;
    font-size: min(2.1rem, 2.1vw);
    text-align: center;
    line-height: 1.2;
    height: 100%;
    display: flex;
    align-items: center;
    place-content: center;
    width: 26.5%;
}
.mv__image {
    width: 29.8%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.mv__catch {
    display: flex;
    gap: min(20px, 2vw);
    padding: 40px 0 0 0;
}
.mv__catch-image {
    width: min(248px, 22vw);
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　global-nav
--------------------------------------------------------------------------------------------------------------------------------*/
.global-nav {
    background: #fff;
    z-index: 9999;
    border-top: 1px solid var(--yellow-color);
    border-bottom: 1px solid var(--yellow-color);
}
.global-nav__container {
    width: min(1000px, 98%);
    margin: 0 auto;
}
.global-nav.fixed {
    width: 100%;
    position: fixed;
    top: 0;
}
.global-nav__list {
    display: flex;
    justify-content: space-between;
}
.global-nav__list > li {
	  font-size: 15px;
    width: 100%;
    text-align: center;
    -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;
    position: relative;
    color: #333;
}
.global-nav__list > li a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    display: block;
    -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;
    height: 68px;
    box-sizing: border-box;
    display: grid;
    place-content: center;
}
.global-nav__list > li 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 .sub-menu {
    display: none;
    background-color: #3f3f3f;
    position: absolute;
    top: 67px;
    z-index: 2;
    width: 200px;
}
.global-nav__list > li:hover .sub-menu {
  display:block;
  position: absolute;
  opacity: 0.95;
}
.global-nav__list > li:after {
	bottom: 5px;
	display: inline-block;
	width: 1px;
	height: 80%;
	content: '';
	top: 50%;
	position: absolute;
	border-right: 1px solid #dbdbdb;
	left: 0px;transform: translate(0 ,-50%);
}
.global-nav__list > li:last-child:before{
	bottom: 5px;
	display: inline-block;
	width: 1px;
	height: 80%;
	content: '';
	top: 50%;
	position: absolute;
	border-right: 1px solid #dbdbdb;
	right: 0px;
	transform: translate(0 ,-50%);
}
.global-nav .sub-menu li:hover {
background-color:#3a3a3a !important;
display:block;
color:inherit;
        opacity: 0.7;
}
.global-nav .sub-menu li a {
    display: flex;
    padding: 0 10px;
    color: #ffffff;
    font-size: 1.3rem;
    text-align: left;
    letter-spacing: -0.05em;
    height: 40px;
    place-content: baseline;
    align-items: center;
}
  /*----------------------------------------------------
    テーブルデザイン
  ----------------------------------------------------*/
  table {
    font-size: inherit;
    font: 100%;
  }
  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;
  }

  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;
    font-size: 1.7rem;
    line-height: 1.5;
    vertical-align: middle;
  }

/*--------------------------------------------------------------------------------------------------------------------------------
	　TOP
--------------------------------------------------------------------------------------------------------------------------------*/

main.top h2 {
    font-size: inherit;
    padding:0;
    color: inherit;
    position: inherit;
    margin: 0;
    background: inherit;
    text-shadow: inherit;
}
main.top h2:before,
main.top h2:after {
	content: none;
}
.h2__main-title {
    color: var(--main-color);
    display: block;
    font-size: min(4.7rem, 4.7vw);
    text-align: center;
}
.h2__main-title:after {
    content: '';
    display: block;
    background: var(--yellow-color);
    height: 4px;
    width: 135px;
    margin: 20px auto 0;
}
.h2__sub-title {
    color: #333;
    display: block;
    font-size: 2.7rem;
    text-align: center;
    font-weight: bold;
    padding: 0 0 10px 0;
}
/* .pick-up */
.pick-up {
    padding: 70px 0 90px;
    background: var(--main-color);
}
.pick-up .h2__main-title {
	color: #fff;
	font-size: 3.8rem;
}
.pick-up .h2__sub-title {
    font-size: 1.6rem;
    padding: 10px 0 0 0;
}
.pick-up__list {
    position: relative;
	 padding-top: 40px;
}
.pick-up__item a {
    display: block;
    margin: 0 20px;
}
.pick-up__image img {
    width: 100%;
    height: 100%;
/*     object-fit: cover; */
	object-fit: contain;
}
.pick-up__image {
    display: block;
    height: 283px;
}
.pick-up__prev,
.pick-up__next {
    display: grid;
    place-content: center;
    width: 40px;
    height: 92px;
    background: #373737;
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    border: none;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    opacity: .9;
}
.pick-up__prev {
	border-radius: 0 10px 10px 0;
}
.pick-up__next {
    border-radius: 10px 0 0 10px;
	right: 0;
}
.pick-up__prev::before,
.pick-up__next::before{
    content: '\f053';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff;
    font-size: 2rem;
}
.pick-up__next::before{
    content: '\f105';
}
/* reason */
.reason {
    padding: 65px 0 50px 0;
    background: url(/wp-content/uploads/2024/12/reason__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1800px;
    background-position: center center;
    margin: 0 auto;
}
.reason__message {
    text-align: center;
    background: var(--yellow-color);
    color: var(--brown-color);
    font-weight: bold;
    border-radius: 50px;
    font-size: min(2.8rem, 2.8vw);
    padding: 8px 0;
    width: 58.5%;
    margin: 0 auto;
}
.reason__sub-heading {
    font-size: min(3.1rem, 3.1vw);
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 15px 0;
}

main.top h2.reason__h2 {
    color: var(--main-color);
    font-size: 3.7rem;
    text-align: center;
    line-height: 1;
}

main.top h2.reason__h2 strong {
    color: var(--yellow-color);
    font-size: min(6.4rem, 6.4vw);
	display: block;
}
main.top h2.reason__h2 strong span {
    font-size: 1.7em;
}
.reason__list {
    padding-top: 100px;
}
.reason__item {
    width: 31.4%;
    height: 169px;
    position: relative;
    box-sizing: border-box;
    background: #795d26;
    border-radius: 28px;
    filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.1));
    display: grid;
    place-content: center;
}
.reason__title {
    font-size: min(2.6rem, 2.6vw);
    color: #fff;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
}
.reason__title strong {
    display: block;
    color: var(--yellow-color);
}
.reason__catch {
    display: grid;
    place-content: center;
    position: absolute;
    background: var(--main-color);
    color: #fff;
    font-weight: bold;
    width: min(87px, 8.7vw);
    height: min(87px, 8.7vw);
    font-size: min(2.4rem, 2.4vw);
    border-radius: 50px;
    top: 0;
    transform: translateY(-100%);
}
.reason__catch:after {
    content: '';
    display: block;
    background: var(--main-color);
    width: min(27px, 2.7vw);
    height: min(17px, 1.7vw);
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
/* .image-diagram */
.image-diagram {
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f6f6f6 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f6f6f6 calc(100% - 1px));
    background-size: 13px 13px;
    background-repeat: repeat;
    background-position: center center;
    padding: 80px 0 100px;
}
.image-diagram .new-line-pc {
    display: block;
}
.image-diagram__image {
    display: block;
    margin: 80px 0 0;
}
/* .plan */
.plan {
    padding: 75px 0 95px 0;
	background: var(--light-color);
}
.plan__message {
    font-size: min(2.7rem, 2.7vw);
    font-weight: bold;
    text-align: center;
    background: #fff;
    padding: 22px 0;
    margin: 60px 0 35px 0;
    position: relative;
}
.plan__message:after {
    content: '';
    display: block;
    width: 122px;
    height: 235px;
    background-image: url(/wp-content/uploads/2024/12/plan__icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 50px;
}
.plan__onayami-list {
    padding: 0 0 45px 0;
}
.plan__onayami-item {
    width: 22.7%;
	position: relative;
	z-index: 1;
}
.plan__onayami-item:nth-child(1):before {
    content: '';
    display: block;
    position: absolute;
    width: 114.8%;
    height: 3px;
    background: #afafaf;
    top: 245px;
    left: 49.5%;
    transform: translateX(0%);
    z-index: -1;
}
.plan__onayami-item:nth-child(2):before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 80px;
    background: #afafaf;
    top: 247px;
    left: -6.5%;
    z-index: -1;
}
.plan__onayami-item:nth-child(1):after,
.plan__onayami-item:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 245px;
    background: #afafaf;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.plan__onayami-item:nth-child(3):after,
.plan__onayami-item:nth-child(4):after {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 410px;
    background: #afafaf;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.plan__onayami-text {
    display: grid;
    border: 3px solid #afafaf;
    border-radius: 20px;
    background: #fff;
    place-content: center;
    font-weight: bold;
    font-size: min(1.9rem, 1.9vw);
    box-sizing: border-box;
    padding: 9%;
    line-height: 1.1;
    height: 130px;
    margin: 0 0 20px 0;
}
.plan__feature {
    font-weight: bold;
    font-size: min(2.9rem, 2.9vw);
    position: relative;
    display: inline-block;
    padding: 0 15px;
    margin: 0 0 0 70px;
}
.plan__feature:before {
    content: '';
    position: absolute;
    background: var(--main-color);
    width: 2px;
    height: 55px;
    left: 0;
    top: 50%;
    transform: rotate(-25deg) translateY(-50%);
}
.plan__feature:after {
    content: '';
    position: absolute;
    background: var(--main-color);
    width: 2px;
    height: 55px;
    right: 0;
    top: 50%;
    transform: rotate(25deg) translateY(-50%);
}
.plan__list {
    flex-wrap: wrap;
    gap: 20px 0;
    padding: 25px 0 50px;
    position: relative;
    z-index: 1;
}
.plan__item {
    width: 23.5%;
}
.plan__item a {
    display: block;
    text-decoration: none;
	height: 405px;
	background: #ffc64d;
}
.plan__item:nth-child(2) a {
    background: #78ae57;
}
.plan__item:nth-child(3) a {
    background: #c07590;
}
.plan__item:nth-child(4) a {
    background: #5f73bf;
}
.plan__title {
    display: block;
    font-size: min(3.4rem, 3.4vw);
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 20px 0 25px;
}
.plan__text {
    display: block;
    color: #fff;
    font-size: min(1.8rem, 1.8vw);
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 0 25px 0;
}
.plan__btn {
    display: block;
    font-size: min(1.7rem, 1.7vw);
    text-align: center;
    border-radius: 50px;
    font-weight: bold;
    padding: 7px 0;
    width: 80%;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
    color: #333;
    position: relative;
}
.plan__btn:after {
    content: "\f0da";
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-size: 0.9em;
    position: absolute;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    right: 8%;
}

/* .case */
.case {
    padding: 50px 0 95px;
}
.case__container {
    width: min(1075px, 98%);
    margin: 0 auto;
}
.case__category-container {
    display: flex;
    justify-content: space-between;
    padding: 58px 0 50px 0;
}
.case__category-title {
    text-align: center;
    color: var(--brown-color);
    background: var(--light-color);
    font-weight: bold;
    font-size: min(3rem, 3vw);
    padding: 14px 0;
    width: 78%;
    margin: 0 auto 15px;
}
.case__category-01,
.case__category-02 {
    width: 46%;
}
.case__list {
    padding: 0 40px 0 40px;
}
.case__item a {
    display: block;
    text-decoration: none;
    color: #333;
    margin: 10px;
    box-shadow: 0px 0px 9px #ddd;
    border-radius: 20px;
    overflow: hidden;
}
.case__info {
    background: #fff;
    padding: 15px;
    height: 300px;
    display: block;
    box-sizing: border-box;
}
.case__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case__image {
    display: block;
    height: 260px;
}
.case__fee {
    display: block;
    text-align: center;
    font-size: 4rem;
	font-weight: bold;
	color: var(--main-color);
}
.case__fee-yen {
    font-size: 0.5em;
}
.case__industry,
.case__finance,
.case__area {
    display: block;
    text-align: center;
    font-size: 2rem;
	font-weight: 500;
}
.case__title {
    text-align: center;
    height: 65px;
    font-size: 2rem;
    font-weight: bold;
    display: grid;
    place-content: center;
}
.case__comment {
    display: block;
    font-size: 1.7rem;
    font-weight: 500;
    padding: 15px 0 0;
}
.case__prev,
.case__next {
    display: grid;
    place-content: center;
    width: 36px;
    height: 111px;
    background: var(--brown-color);
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    border: none;
	 z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.case__prev {
	left: 0;
}
.case__next {
	right: 0;
}
.case__prev::before,
.case__next::before{
    content: '\f053';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff;
    font-size: 2rem;
    inset: 0;
}
.case__next::before{
    content: '\f105';
}
/* .voice */
.voice {
    padding: 75px 0 95px;
    background: var(--light-color);
}
.voice__container {
    width: min(1175px, 98%);
    margin: 0 auto;
}
.voice__category-container {
    display: flex;
	justify-content: space-between;
}
.voice__category-title {
    text-align: center;
    color: var(--brown-color);
    background: var(--light-color);
    font-weight: bold;
    font-size: min(3rem, 3vw);
    padding: 14px 0;
    width: 78%;
    margin: 0 auto;
}
.voice__category-01,
.voice__category-02 {
    width: 46%;
}
.voice__list {
    padding: 60px 40px 30px 40px;
}
.voice__item a {
    display: block;
    text-decoration: none;
    color: #333;
    margin: 10px 18px;
    box-shadow: 0px 0px 9px #ddd;
    border-radius: 20px;
    overflow: hidden;
}
.voice__info {
    background: #fff;
    padding: 20px 15px;
    height: 192px;
    display: block;
    box-sizing: border-box;
}
.voice__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.voice__image {
    display: block;
    height: 225px;
}
.voice__industry,
.voice__area {
    display: block;
    text-align: center;
    font-size: min(1.9rem, 1.9vw);
	font-weight: 500;
}
.voice__industry {
	padding: 0 0 10px 0;
}
.voice__area {
	padding: 0 0 15px 0;
}
.voice__comment {
    display: block;
    font-size: min(1.8rem, 1.8vw);
	font-weight: 500;
}
.voice__prev,
.voice__next {
    display: grid;
    place-content: center;
    width: 36px;
    height: 111px;
    background: var(--brown-color);
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    border: none;
	 z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.voice__prev {
	left: 0;
}
.voice__next {
	right: 0;
}
.voice__prev::before,
.voice__next::before{
    content: '\f053';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff;
    font-size: 2rem;
    inset: 0;
}
.voice__next::before{
    content: '\f105';
}
/* .about-us */
.about-us .h2__main-title {
	color: #fff;
}
.about-us {
    background: var(--main-color);
    padding: 45px 0 85px;
}
.about-us__image {
    width: min(1000px, 98%);
    margin: 50px auto 0;
    display: block;
}
.about-us__message {
    text-align: center;
    font-size: min(4.7rem, 4.7vw);
    font-weight: bold;
    color: #fff;
    padding: 48px 0 28px;
}
.about-us__text {
    font-size: min(2rem, 2vw);
    text-align: center;
    line-height: 3.05;
    color: #fff;
    font-weight: 500;
}
/* .staff */
.staff {
    padding: 75px 0 95px;
    background: var(--light-color);
}
.staff__container {
    width: min(1175px, 98%);
    margin: 0 auto;
}
.staff__list {
    padding: 60px 40px 65px 40px;
}
.staff__item a {
    display: block;
    text-decoration: none;
    color: #333;
    margin: 10px 18px;
    overflow: hidden;
}
.staff__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.staff__image {
    display: block;
    height: 311px;
}
.staff__prev,
.staff__next {
    display: grid;
    place-content: center;
    width: 36px;
    height: 111px;
    background: var(--brown-color);
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    border: none;
	 z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.staff__prev {
	left: 0;
}
.staff__next {
	right: 0;
}
.staff__prev::before,
.staff__next::before{
    content: '\f053';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff;
    font-size: 2rem;
    inset: 0;
}
.staff__next::before{
    content: '\f105';
}
/* .company-menu */
.company-menu {
    padding: 70px 0 0;
}
.company-menu__item {
    background-image: url(/wp-content/uploads/2024/12/company-menu__01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 47.8%;
    color: #fff;
    height: 310px;
    position: relative;
}
.company-menu__item:nth-child(2) {
    background-image: url(/wp-content/uploads/2024/12/company-menu__02.jpg);
}
.company-menu__item:after {
    content: '';
    display: block;
    background: #d6d6d6;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.company-menu__item a {
    display: block;
	  color: #fff;
    text-decoration: none;
    height: 100%;
}
.company-menu__title {
    display: block;
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
    padding: 125px 0 15px 0;
}
.company-menu__sub-title {
    display: block;
	text-align: center;
    font-size: 1.6rem;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　共通
--------------------------------------------------------------------------------------------------------------------------------*/
/* contact-banner */
.contact-banner__title {
    font-size: min(3.5rem, 3.5vw);
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.contact-banner {
    padding: 65px 0 45px;
    background: var(--brown-color);
}
.contact-banner a {
    display: block;
    position: relative;
}
.contact-bannerr__contact {
    display: block;
    margin: 45px 0 10px;
}
.contact-banner__contact-tel {
    font-size: min(5vw, 5.6rem);
    position: absolute;
    top: 33%;
    left: 22%;
}
.contact-banner__contact-hour {
    font-size: min(1.6vw, 1.8rem);
    position: absolute;
    top: 72%;
    left: 27%;
    color: #333;
}
/* .company-info */
.company-info {
    padding: 80px 0 65px;
}
.company-info__container {
	width: min(1000px, 98%);
	margin: 0 auto;
}
.company-info__item-box img {
    height: 100%;
    width: 100%;
}	
.company-info__item {
width: 24%;
}
.company-info__list {
  display: flex;
  justify-content: space-between;
}
.company-info__title {
    text-align: center;
    font-size: 2.4rem;
    height: 40px;
}
.company-info__menu-item a {
    display: flex;
    text-decoration: none;
    color: #fff;
    background: var(--main-color);
    font-size: 1.8rem;
    text-align: left;
    box-sizing: border-box;
    height: 48px;
    align-items: center;
    gap: 10px;
	font-weight: bold;
    padding-left: 10px;
}
.company-info__menu-list {
    padding: 7px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.company-info__menu-item {
    width: 100%;
}
.company-info__office {
    background: var(--main-color);
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    padding: 37px 0;
}
.company-info__address {
    font-size: 1.6rem;
    padding: 40px 10px 45px;
    text-align: left;
    line-height: 1.5;
}
.company-info__date {
    font-size: 1.4rem;
}

.company-info__item-box {
    background: #fff;
    text-align: center;
    height: 350px;
    padding: 0;
    box-sizing: border-box;
    border: 2px solid var(--main-color);
}
.company-info__search-title {
text-align: left;
    font-size: 1.8rem;
    font-weight: bold;
    color: #aaa491;
    padding: 10px;
}
.company-info__search input#s {
    height: 38px;
    border-color: white;
    border: 1px solid #d4d4d4;
    width: 72%;
    box-sizing: border-box;
}
.company-info__search-box form {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 7px;
}
.company-info__search input#submit {
    border: solid 1px #c8c8c8;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(90deg, rgb(210, 210, 210) 0%, rgb(251, 251, 251) 100%);
    font-weight: bold;
    color: #777;
    width: 22%;
	  box-sizing: border-box;
}
.company-info:before {
display: inline-block;
width: 25px;
-webkit-font-smoothing: antialiased;
font-family: Font Awesome\ 5 Free;
color: #ffffff;
text-align: center;
padding-right: 9px;
	    font-family: "Font Awesome 5 Free";
}
.company-info .icon-like:before {
content: "\f005";
font-weight: 900;
font-size: 22px;
	    font-family: "Font Awesome 5 Free";
}
i.fas.fa-search:before {
    padding-right: 8px;
    margin-left: 5px;
}
.company-info .icon-intro:before {
    content: "\f1ad";
    font-weight: normal;
    font-size: 22px;
    padding-left: 1px;
	    font-family: "Font Awesome 5 Free";
}
.company-info .icon-document:before {
    content: "\f02d";
font-weight: 900;
font-size: 22px;
padding-left: 1px;
	font-family: "Font Awesome 5 Free";
}
.company-info .icon-voice:before {
content: "\f086";
font-weight: bold;
font-size: 22px;
	    font-family: "Font Awesome 5 Free";
}

.company-info .icon-fee:before {
content: "\f46d";
font-weight: bold;
font-size: 22px;
padding-left: 1px;
	    font-family: "Font Awesome 5 Free";

}
.company-info__tel:before {
    display: inline-block;
    content: '';
	background: url(/wp-content/uploads/2024/12/icon__tel-green.png);
    position: relative;
    width: 35px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
.company-info__tel {
    font-size: 3rem;
    line-height: 1;
    font-weight: bold;
    position: relative;
    letter-spacing: -0.03em;
    padding-bottom: 10px;
    display: flex;
    place-content: center;
    align-items: center;
    gap: 5px;
	color: #c43f2e;
}
/* .column */
.column {
    padding: 90px 0 75px;
}
.column .btn {
    margin: 60px auto 70px;
}
.column__popular-container {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 75px 0 0 0;
}
.column__most-popular {
    width: 46.5%;
    height: min(460px, 46vw);
}
.column__most-popular a {
    display: block;
    position: relative;
    color: #fff;
    height: 100%;
}
.column__most-popular-info {
    position: absolute;
    background: #0000009e;
    bottom: 0;
    height: 155px;
}
.column__most-popular-tag {
    font-weight: bold;
    background: var(--main-color);
    text-align: center;
    font-size: 1.4rem;
    display: block;
    padding: 7px 0;
    width: 152px;
}
.column__most-popular-title {
    display: block;
    font-size: min(2.2rem, 2.2vw);
    font-weight: bold;
    line-height: 1.32;
    padding: 13px 20px;
}
.column__most-popular-date {
    font-size: min(1.4rem, 1.4vw);
    color: #b3b3b3;
    font-weight: 500;
    padding: 0 0 0 32px;
    display: block;
    position: absolute;
    right: 25px;
    bottom: 13px;
}
.column__most-popular-date:before {
    content: '\f017';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 2px;
}
.column__most-popular-category {
    font-weight: bold;
    font-size: min(1.4rem, 1.4vw);
    border: 1px solid;
    padding: 5px 20px;
    box-sizing: border-box;
    margin: 0 0 0 20px;
}
/*.column__tab-container */
.column__tab-container {
    width: 50%;
}
.tab-information {
   padding: 65px 0 130px;
	background-image: url(/wp-content/uploads/2024/07/information__bg.jpg.webp);
}
.tab-information .btn {
    font-size: 2rem;
    margin: 30px auto 0;
    width: 260px;
    padding: 21px 0;
	border: 1px solid var(--main-color);
	color: var(--main-color);
}
.tab-information .btn:after {
    background: var(--sub-color);
}
.tab-information__list {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 4%;
}
.tab-information__list li {
    width: 100%;
	height: 22%;
}
.tab-information__list a {
    display: flex;
    text-decoration: none;
    color: #333;
    gap: 3%;
    justify-content: space-between;
    position: relative;
    height: 100%;
}
.tab-information__title {
    font-size: min(2rem, 2vw);
    line-height: 1.45;
    display: block;
    font-weight: bold;
}
.tab-information__type {
    background: var(--sub-color);
    color: #fff;
    font-size: 1.6rem;
    width: 125px;
    display: inline-flex;
    place-content: center;
    padding: 7px 0;
	 border-radius: 50px;
}
.tab-information__type:empty {
    display: none;
}
.tab-information__column {
	display: flex;
    justify-content: space-between;
	 align-items: center;
}
.tabs { 
    display: flex;
    cursor: pointer;
}
.tab { 
    border: 1px solid #c1c1c1;
    border-bottom: none;
    background: #fff;
    flex: 1;
    text-align: center;
    padding: 10px 0px;
    font-size: min(1.6rem, 1.6vw);
    font-weight: bold;
}
.tab.active { 
	background-color: var(--main-color);
	color: #fff;
}
.tab-content { 
	display: none;
	height: 100%;
}
.tab-content.active { 
	display: block; 
}
.tab-contents {
    background: #fff;
    padding: min(18px, 1.5vw);
    border: 1px solid #c1c1c1;
    height: min(472px, 47vw);
    box-sizing: border-box;
}
.tab-information__text-container {
    flex: 1;
}
.tab-information__image {
	width: 21%;
}
.tab-information__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tab-information__date {
    font-size: min(1.4rem, 1.4vw);
    color: #b3b3b3;
    font-weight: 500;
    position: relative;
    padding: 0 0 0 32px;
    display: block;
}
.tab-information__date:before {
    content: '\f017';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 2px;
}
.tab-information__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: min(1.4rem, 1.4vw);
    font-weight: bold;
    border: 1px solid;
    border-radius: 3px;
    padding: min(6px, 0.6vw) 0;
    width: min(131px, 12vw);
    box-sizing: border-box;
    text-align: center;
}
.tab-information__btn:after {
    content: "\f0da";
    display: inline;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    right: 6%;
}
/* .access */
.access {
    padding: 90px 0 80px;
}
.access iframe {
    height: 600px;
    width: 100%;
    padding-top: 50px;
}
.column__category-container {
    display: flex;
    justify-content: space-between;
    gap: 3%;
    padding: 50px 0 0 0;
}
.column__category-heading {
    background: var(--light-color);
    text-align: center;
    font-weight: bold;
    font-size: min(2.4rem, 2.2vw);
    padding: 18px 0;
}
.column__category-01,
.column__category-02,
.column__category-03 {
	flex: 1;
}
.column__category-list {
    border: 1px solid #c1c1c1;
    padding: min(25px, 2.5vw) min(15px, 1.5vw);
    box-sizing: border-box;
    height: 228px;
    display: flex;
    flex-direction: column;
}
.column__category-item {
    height: 50%;
}
.column__category-item a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    gap: 5%;
}
.column__category-text-container {
    flex: 1;
}
.column__category-image {
    display: block;
    width: 30%;
}
.column__category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.column__category-text {
    flex: 1;
}
.column__category-title {
    color: #333;
    font-size: min(1.6rem, 1.6vw);
    font-weight: bold;
    display: block;
}
.column__category-date {
    font-size: min(1.3rem, 1.3vw);
    color: #b3b3b3;
    font-weight: 500;
    position: relative;
    padding: 0 0 0 32px;
    display: block;
}
.column__category-date:before {
    content: '\f017';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 2px;
	
}
/*--------------------------------------------------------------------------------------------------------------------------------
  執筆者
--------------------------------------------------------------------------------------------------------------------------------*/
.writer {
    padding: 60px 0 0px;
    clear: both;
}
.writer__container {
    padding: 20px 25px 35px 25px;
    position: relative;
    border: 2px solid var(--brown-color);
    font-size: 1.4rem;
}
.writer__title {
    text-align: center;
    color: #fff;
    position: absolute;
    background: var(--brown-color);
    font-size: 1.7rem;
    padding: 8px 21px;
    top: 0;
    left: -2px;
    transform: translateY(-100%);
}
.writer__katagaki {
    font-size: 1.6rem;
    margin: 0 0 10px 0;
    display: inline-block;
}
.writer__content {
    display: flex;
    gap: 40px;
    margin: 0 0 27px 0;
    border-bottom: 1px solid #e5e4df;
}
.writer__text {
    flex: 1;
}
.writer__image {
    width: 172px;
}
.writer__image img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.writer__item-title {
    background: var(--brown-color);
    width: 64px;
    display: grid;
    place-content: center;
    padding: 4px 0;
    color: #fff;
    font-size: 1.2rem;
}
.writer__item-text {
    flex: 1;
	font-size: 1.6rem;
}
.writer__item-container {
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin: 0 0 15px 0;
}
.writer__shozoku {
    display: block;
    padding: 0 0 13px 0;
}
.writer__name {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 0 20px;
}
.writer__item {
    padding: 15px 0 0 0;
    border-top: 1px solid #e5e4df;
}
.writer__btn {
    width: 290px;
    font-size: 17px;
    border: 2px solid var(--main-color);
    background: #fff;
    color: var(--main-color);
    padding: 12px 0;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　archive
--------------------------------------------------------------------------------------------------------------------------------*/
/* .archive */
.archive__item {
    border-bottom: 1px solid #eee;
}
.archive__item > a {
    text-decoration: none;
    padding: 15px 0px;
    display: block;
}
.archive__image {
    width: 17%;
    display: block;
    height: 170px;
}
.archive__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.archive__title {
    color: var(--main-color);
    font-weight: bold;
    font-size: 2.3rem;
    display: block;
}
.archive__container {
    display: flex;
    gap: 20px;
}
.archive__text-container {
    flex: 1;
}
.archive__date {
    display: block;
    color: #333;
    font-size: 1.4rem;
    padding: 10px 0 20px;
}
.archive__text {
    display: block;
    color: #333;
    font-size: 1.8rem;
}
.archive__btn.btn {
    background: #fff;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 1.6rem;
    width: 190px;
    margin: 20px 0 0 auto;
    padding: 8px 0;
}
.archive__item:hover {
       background-color: var(--hover-color);
}
/* .archive-category */
.archive-category__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 1.33%;
    padding: 20px 0;
}
.archive-category__item {
    width: 24%;
    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: 1.5rem;
    box-sizing: border-box;
}
.archive-category__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;
	  font-size: 0.8em;
}
.archive-category__item a {
    padding: 12px;
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　single
--------------------------------------------------------------------------------------------------------------------------------*/

.single .thumbnail {
    text-align: center;
}
.single .thumbnail img {
    margin-bottom: 30px;
    padding: 20px 0;
    width: 90%;
}

  /*----------------------------------------------------
    ワードプレススタイル
  ----------------------------------------------------*/

  img.centered,
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
  }

  img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
  }

  .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;
  }
/*パンくずリスト*/
#breadcrumbs {
    font-size: 1.2rem;
    margin: 20px auto 40px;
    z-index: 1;
    position: relative;
    width: min(1000px, 98%);
}
/*目次*/
#toc_container {
    line-height: 1.7em;
}
/*ページ内のテキスト*/
#tinymce p, main p {
    line-height: 1.67;
    font-size: 1.8rem;
    padding: 10px 0;
}
/*親子がある場合の一覧*/
  main .page_under01 {
      margin: 50px 0 0;
      border: 1px solid var(--main-color);
      border-bottom: none;
  }
  .page_footer_contents.pc {
      margin-top: 40px;
  }
  main .page_under01 ul.parent li a {
background: var(--main-color);
    color: #fff;
  }

  main .page_under01 ul li a {
    display: block;
    padding: 13px 10px;
    color: #545454;
    text-decoration: none;
    border-bottom: 1px solid var(--main-color);
    font-size: 1.6rem;
  }

  main .page_under01 ul.child li a:before {
    content: " \f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--main-color);
    padding: 0 5px 0 0;
  }

  main .page_under01 ul.child li a {
    padding: 13px 35px;
  }

  main .page_under01 ul.child li a:hover {
     background: var(--hover-color);
  }
/*ページネーション*/
main ul.pagenation {
    border-top: 1px solid #efefef;
    text-align: center;
    margin: 50px 0 0;
    padding: 20px 0 0;
    clear: both;
}
main .pagenation li {
    display: inline-block;
    padding: 0 5px;
}
main .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;
}
main .pagenation li a:hover {
    background: var(--main-color);
    color: #fff;
}
/*main*/
main .wp-pagenavi {
    margin: 60px 0 0;
    text-align: center;
}

main table {
  margin-top: 10px;
  margin-bottom: 30px;
}

main table.line {
  border-top-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #d3d3d3;
  border-right-color: #d3d3d3;
  border-bottom-color: #d3d3d3;
  border-left-color: #d3d3d3;
  border-left-width: 1px;
  margin-top: 30px;
}

main table.line th {
  background-color: #eae8e3;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #d3d3d3;
  border-bottom-color: #d3d3d3;
  font-weight: bold;
}

main table.line td {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #d3d3d3;
  border-bottom-color: #d3d3d3;
  line-height: 1.3;
}

main table th {
  vertical-align: middle;
}

main table tr {
  vertical-align: middle;
}

main table td {
  vertical-align: middle;
}

main table.line p {
  padding: 0px;
  margin: 0px;
}


/*--------------------------------------------------------------------------------------------------------------------------------
   search
--------------------------------------------------------------------------------------------------------------------------------*/
.search__list a {
    display: block;
    text-decoration: none !important;
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
}
.search__list a:hover {
    background: var(--hover-color);
}
/*--------------------------------------------------------------------------------------------------------------------------------
  お問い合わせページ
--------------------------------------------------------------------------------------------------------------------------------*/

main:has(.page-contact) > h2,
main:has(.page-contact-thanks) > h2{
	display: none;
}
body:has(.page-contact) .contact-banner {
	display: none;
}
main:has(.page-contact) .page_under01,
main:has(.page-contact-thanks) .page_under01{
    display: none;
}
.wpcf7-text, .wpcf7-number {
    width: 80%;
    height: 35px;
    font-size: 15px;
}
.wpcf7 textarea {
    width: 80%;
    height: 350px;
    font-size: 15px;
}
span.red {
    color: red;
}