@charset "UTF-8";

:root {
    --main-color: #8fc320;
	--green-color: #1d6f26;
	 --orange-color: #ff7f00;
    --hover-color: #fafaf5;
	--light-green-color: #8fc320;
	--header-height: 54px;
}

/*--------------------------------------------------------------------------------------------------------------------------------
  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: #8fc320 !important; }
.simple-sitemap-wrap { padding: 0 0 2rem; border-top-color: #8fc320 !important;}
.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: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", YuGothic, 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;
}

a {
    color: var(--green-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(403px, 40vw);
    font-size: min(1.8rem, 1.8vw);
    border: 1px solid var(--main-color);
    color: #333;
    padding: 18px 0;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    box-sizing: border-box;
    display: block;
    position: relative;
    font-weight: bold;
	background: #fff;
}
.btn:after {
    content: "\f061";
    display: inline;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    right: 7%;
	color: var(--main-color);
}
.tel-num {
    font-weight: bold;
}
/* id を持つ要素すべてにオフセットを入れる */
.sub-page [id]::before {
  content: "";
  display: block;
  height: var(--header-height);
  margin-top: calc(-1 * var(--header-height));
  pointer-events: none;
  visibility: hidden;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　見出し
--------------------------------------------------------------------------------------------------------------------------------*/

h1 {
}
h2 {
    font-size: 2.7rem;
    padding: 12px 15px;
    color: #fff;
    position: relative;
    margin: 15px 0 30px;
    background: repeating-linear-gradient(135deg, var(--main-color), var(--main-color) 4px, #99c834 4px, #99c834 8px);
}

h3 {
    clear: both;
    color: #333;
    font-size: 2.3rem;
    padding: 11px 11px;
    margin: 30px 0 20px;
    position: relative;
    border-bottom: 2px solid var(--main-color);
    background: #f3f5f0;
}
h4 {
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: 2px solid var(--orange-color);
    margin-top: 30px;
    padding: 5px 0;
    clear: both;
}
h5 {
    font-size: 2rem;
    padding: 5px 11px;
    margin: 30px 0 20px;
    border-left: 5px solid var(--main-color);
}
h6 {
    font-size: 1.6rem;
    padding: 15px 15px;
    line-height: 1.3;
    position: relative;
    display: block;
    background: #fffcdf;
    clear: both;
	font-weight: normal;
  }
.page-title {
    box-sizing: border-box;
    position: relative;
    height: 300px;
    background: url(/wp-content/uploads/2025/01/page-title__bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title.margin-top {
	margin-top: 70px;
}
.page-title__box {
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: min(1100px, 98%);
    place-content: center;
    align-items: center;
    position: relative;
    gap: 15px;
}
.page-title__h2 {
    font-size: min(4rem, 4vw);
    color: var(--green-color);
    box-sizing: border-box;
    margin: 0;
    background: inherit;
    border: none;
    text-shadow: none;
    padding: 0;
}
.page-title__text {
    font-size: min(2.4rem, 2.4vw);
}

/*--------------------------------------------------------------------------------------------------------------------------------
	　ヘッダ、フッター
--------------------------------------------------------------------------------------------------------------------------------*/
.header-inner{
    height: 102px;
    box-sizing: border-box;
    padding: 15px 0;
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
header {
}
.header__logo-image {
    display: block;
}
.header__logo-image img {
    width: min(420px, 42vw);
}
.header__logo-wrapper {
	position: relative;
}
.header__logo-company {
    font-size: min(1.3rem, 1.3vw);
    position: absolute;
    left: 20%;
    top: 84%;
    white-space: pre;
}
.header__logo-company strong {
	font-weight: normal;
	color: #ec2c38;
}
.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(3rem, 3vw);
    line-height: 1;
    position: relative;
    letter-spacing: -0.03em;
    padding: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: min(10px, 1vw);
}
.header__contact-num:before {
    display: inline-block;
    content: '';
    background: url(/wp-content/uploads/2025/01/icon__tel.png);
    width: min(26px, 2.6vw);
    height: min(26px, 2.6vw);
    background-repeat: no-repeat;
    background-size: contain;
}
.header__contact-reception-hours {
    font-size: min(1.3rem, 1.3vw);
    text-align: center;
}
.header__contact-btn {
    display: flex;
    gap: 0 min(10px, 0.5vw);
}
.header__contact-btn a {
    text-decoration: none;
    font-weight: bold;
    font-size: min(1.4rem, 1.4vw);
    display: block;
    text-align: center;
    box-sizing: border-box;
    border-radius: 6px;
    line-height: 1.1;
    width: min(131px, 12vw);
    height: 67px;
	border: 1px solid;
	color: #333;
}
.header__contact-btn-contact-text {
    display: grid;
    place-content: center;
    line-height: 1.1;
    height: 100%;
	background-repeat: no-repeat;
	padding: 0 0 0 25%;
}
.header__contact-btn .header__contact-btn-line {
    border-color: #6ca985;
    background: linear-gradient(0deg, #e9f0d8, #fefffe);
}
.header__contact-btn .header__contact-btn-line .header__contact-btn-contact-text {
    background-image: url(/wp-content/uploads/2025/01/icon__line.png);
    background-position: left 9% center;
    background-size: min(33px, 3.3vw) min(31px, 3.1vw);
}
.header__contact-btn .header__contact-btn-contact {
    border-color: #f8a048;
    background: linear-gradient(0deg, #ffeddc, #fffffe);
}
.header__contact-btn .header__contact-btn-contact .header__contact-btn-contact-text{
	background-image: url(/wp-content/uploads/2025/01/icon__contact.png);
	background-position: left 15% center;
	background-size: min(26px, 2.6vw) min(33px, 3.3vw);
}
/* .footer-menu */
.footer-menu__menu {
    flex: 1;
    padding: min(30px, 3vw) 0 0 0;
}
.footer-menu {
    background: var(--main-color);
    padding: 45px 0px 50px;
}

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

.footer-menu__office {
    width: 48%;
    background: #fff;
    border-radius: 20px;
    height: min(207px, 20.7vw);
    box-sizing: border-box;
    padding: 3%;
    margin: 0 10% 0 0;
}
.footer-menu__office-logo {
    width: 85%;
}
.footer-menu__office-address {
    font-size: min(1.6rem, 1.6vw);
    padding: min(35px, 3.5vw) 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: #fff;
}
.footer-menu ul li:before {
    content: '\f105';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    padding-right: 10px;
    color: var(--green-color);
}
.footer-menu .sub-menu {
    margin: 10px 0 0 10px;
}
.footer-menu ul li a:hover {
      opacity: 0.7;
}
footer .copy {
    font-size: 1.1rem;
    padding: 15px 0;
    background: var(--green-color);
    text-align: center;
	color: #fff;
}
.footer-menu ul li:has(.sub-menu) > a {
    pointer-events: none;
}

/*--------------------------------------------------------------------------------------------------------------------------------
	　global-nav
--------------------------------------------------------------------------------------------------------------------------------*/
.global-nav {
    background: var(--light-green-color);
    z-index: 9999;
}
.global-nav__container {
    width: min(870px, 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: min(17px, 1.7vw);
    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;
}
.global-nav__list > li a {
    color: #fff;
    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: var(--header-height);
    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: 100%;
}
.global-nav__list > li:hover .sub-menu {
  display:block;
  position: absolute;
  opacity: 0.95;
}
.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.2rem;
    text-align: left;
    letter-spacing: -0.05em;
    height: 50px;
    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;
  }
/*--------------------------------------------------------------------------------------------------------------------------------
	　下層共通
--------------------------------------------------------------------------------------------------------------------------------*/

main {
	width: 75.5%;
}
.sub-page {
    display: flex;
    margin: 70px auto 60px;
    width: min(1100px, 98%);
    justify-content: space-between;
}
.sidebar {
	width: 20.9%;
}
.sidebar__title {
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    padding: 9px 0px;
    border-radius: 10px 10px 0 0;
    width: 100%;
    font-weight: bold;
    background: linear-gradient(#b8db6c, var(--main-color));
    font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.sidebar-contact {
    position: relative;
    margin: 0 0 20px 0;
}
.sidebar-contact__text-container {
    color: #fff;
    position: absolute;
    top: min(150px, 13.4vw);
    text-align: center;
    width: 100%;
    display: block;
}
.sidebar-contact__hour {
    font-size: min(1.3rem, 1.3vw);
    padding: min(15px, 1.5vw) 0 0 0;
	display: block;
}
.sidebar-contact__tel {
    font-size: min(2.2rem, 2vw);
    padding: 0 0 0 12%;
    white-space: pre;
	display: block;
}
.sidebar__map {
    padding: 13px 10px;
    border: 1px solid #e2e2e2;
    height: 213px;
    box-sizing: border-box;
    margin: 0 0 30px 0;
}
.sidebar__btn-a {
    display: block;
    margin: 0 0 10px 0;
}
.sidebar__btn-b {
    display: block;
    margin: 0 0 8px 0;
}
.sidebar__btn-c {
    display: block;
    margin: 20px 0 20px 0;
}
.sidebar .menu {
    border: 1px solid #e4e4e4;
    border-bottom: none;
}
.sidebar .menu-item a {
	display: block;
    background: #fff;
    color: #000;
    padding: 16px 10px 16px 18px;
    font-size: 1.4rem;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    line-height: 1.3;
    text-decoration: none;
}
.sidebar .menu-item a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: var(--green-color);
    left: 10px;
    font-weight: 900;
    padding-right: 8px;
}
.sidebar .menu-item a:hover {
    background: var(--hover-color);
}
.sidebar .sub-menu {
    display: none;
}

.sidebar .sub-menu li a {
    background: #f3f5f0;
    padding-left: 30px;
}

.sidebar .sub-menu li a:before {
    left: 20px;
}
/* .sub-page-common */
.sub-page-common h2 {
    background: none;
    padding: 0;
    margin: 0;
}
.sub-page-common .plan__item-sub-title {
    font-size: min(1.5rem, 1.5vw);
    padding: 19px 0;
}
.sub-page-common .plan__item-title {
    font-size: min(2.4rem, 2.4vw);
    padding: 30px 0 15px;
}
.sub-page-common .plan__item-fee {
    font-size: min(3.9rem, 3.9vw);
    padding: 0 0 18px 0;
}
.sub-page-common .plan__item-btn {
    font-size: min(1.4rem, 1.4vw);
    padding: 12px 0;
    width: min(281px, 28.1vw);
}
.sub-page-common .plan__item-text {
    font-size: min(1.4rem, 1.4vw);
    padding: 0 0 5px 0;
}
.sub-page-common .plan__item a {
    height: 352px;
}
.sub-page-common .plan__list {
    gap: 25px 0;
    padding: 25px 0 0;
}
.sub-page-common .plan {
    padding: 50px 0 55px 0;
}
.sub-page-common .contact-banner {
	border-radius: 20px;
    padding: 35px 0 45px;
}
.sub-page-common .contact-banner .wrap {
	width: 94%;
}
.sub-page-common .contact-banner__title {
    font-size: min(3.3rem, 3.3vw);
}
.sub-page-common .contact-banner__tel-title {
    font-size: min(2.2rem, 2.2vw);
    padding: 0;
}
.sub-page-common .contact-banner__tel-num {
    font-size: min(3.5rem, 3.5vw);
    gap: min(8px, 0.8vw);
    padding: min(5px, 0.5vw) 0 min(3px, 0.3vw) 0;
}
.sub-page-common .contact-banner__tel-hour {
    font-size: min(1.4rem, 1.4vw);
}
.sub-page-common .contact-banner__mail-title {
    font-size: min(1.8rem, 1.8vw);
    padding: 0 0 0 20%;
}
.sub-page-common .contact-banner__container {
    margin: 0 0 20px 0;
    padding: min(10px, 1vw) 0;
    background-position: left 3.5% bottom;
}
.sub-page-common .contact-banner__mail a:before {
    width: min(33px, 3.3vw);
    height: min(24px, 2.4vw);
}
.sub-page-common .contact-banner__tel {
    padding: 0 0 0 15%;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　TOP
--------------------------------------------------------------------------------------------------------------------------------*/
main.top {
    width: inherit;
}
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(--green-color);
    display: block;
    font-size: min(3.1rem, 3.1vw);
    text-align: center;
}
.h2__main-title:after {
    content: '';
    display: block;
    background: var(--main-color);
    height: 2px;
    width: 34px;
    margin: 15px auto 0;
}
.h2__sub-title {
    color: #333;
    display: block;
    font-size: min(2.4rem, 2.4vw);
    text-align: center;
    font-weight: bold;
    padding: 0 0 10px 0;
}
/* .mv */
.mv {
    text-align: center;
    position: relative;
    height: min(580px, 58vw);
    background-image: url(/wp-content/uploads/2025/01/mv__bg.jpg);
    width: min(1800px, 100%);
    margin: 0 auto;
    background-size: cover;
    background-position: center;
}
.mv.margin-top {
	margin-top: 70px;
}
.mv__title {
    padding: 35px 0 0 0;
    font-weight: bold;
	font-size: min(3.3rem, 3.3vw);
}
.mv__title strong {
	font-size: 1.85em;
	display: block;
	color: var(--orange-color);
}
.mv__image {
    width: min(747px, 74.7vw);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.mv__list {
	display: flex;
    justify-content: center;
    gap: min(20px, 1.5vw);
    position: relative;
    z-index: 2;
    padding: min(205px, 18.5vw) 0 0 0;
}
.mv__item {
	background-color: #fff;
	border-radius: 200px;
	width: min(208px, 20.8vw);
	height: min(208px, 20.8vw);
	position: relative;
	background-repeat: no-repeat;
}
.mv__item:nth-child(1) {
	background-image: url(/wp-content/uploads/2025/01/icon__comments.png);
	background-size: min(35px, 3.5vw) min(29px, 2.9vw);
	background-position: center top 25px;
}
.mv__item:nth-child(2) {
	background-image: url(/wp-content/uploads/2025/01/icon__memo.png);
	background-size: min(34px, 3.4vw) min(30px, 3vw);
	background-position: center top 25px;
}
.mv__item:nth-child(3) {
	background-image: url(/wp-content/uploads/2025/01/icon__pc.png);
	background-size: min(36px, 3.6vw) min(27px, 2.7vw);
	background-position: center top 30px;
}
.mv__item:after {
    content: '';
    border-radius: 200px;
    width: min(192px, 19.2vw);
    height: min(192px, 19.2vw);
    position: absolute;
    border: 2px solid var(--main-color);
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    box-sizing: border-box;
}
.mv__item-text {
    font-size: min(2.2rem, 2.2vw);
    font-weight: bold;
    height: min(100px, 10vw);
    line-height: 1.2;
    place-content: center;
    padding: min(65px, 6.5vw) 0 0 0;
    letter-spacing: 0;
}
.mv__item-text strong{
	color: var(--orange-color);
}
.mv__item-l-text {
	font-size: 1.77em;
}
.mv__item-m-text {
	font-size: 1.45em;
}

/* .seminar */
.seminar {
    background: var(--main-color);
    padding: 70px 0 60px;
}
.seminar .h2__main-title {
	color: #fff;
}
.seminar .h2__main-title:after {
	background: #fff;
}
.seminar__container {
    background: #fff;
    border-radius: 20px;
    display: flex;
    margin: 55px 0 0 0;
    padding: min(30px, 3vw) min(45px, 4.5vw);
    justify-content: space-between;
    gap: min(45px, 4.5vw);
}
.seminar__image {
    width: 24.5%;
}
.seminar__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top;
}
.seminar__text-container {
    flex: 1;
}
.seminar__title {
    font-weight: bold;
	font-size: min(2.7rem, 2.7vw);
	color: var(--green-color);
	position: relative;
}
.seminar__detail-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 25px 0 40px;
}
.seminar__detail-item {
    display: flex;
    gap: 30px;
	align-items: center;
}
.seminar__detail-title {
    background: var(--main-color);
    color: #fff;
    font-size: min(1.5rem, 1.5vw);
    font-weight: bold;
    width: min(152px, 15.2vw);
    text-align: center;
    padding: 8px 0;
}
.seminar__detail-text {
    font-size: min(1.8rem, 1.8vw);
    font-weight: bold;
}
/* .worries */
.worries {
    text-align: center;
    position: relative;
    background-image: url(/wp-content/uploads/2025/01/worries__bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 85px 0 90px;
}
.worries__message {
    color: #fff;
    font-weight: bold;
    font-size: min(2.7rem, 2.7vw);
    line-height: 1.7;
}
.worries__message strong {
	font-size: 1.25em;
	display: block;
}

.worries__list-title {
    background: var(--green-color);
    color: #fff;
    font-weight: bold;
    font-size: min(2rem, 2vw);
    position: relative;
    width: 62%;
    margin: 40px auto;
    border-radius: 50px;
    padding: 10px 0;
}
.worries__list-title:after {
    content: '';
    width: 20px;
    height: 18px;
    display: block;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    color: var(--green-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
}
.worries__list-title strong {
    color: #fff200;
}
.worries__list {
    display: flex;
    justify-content: center;
    gap: min(20px, 1.5vw);
}
.worries__item {
	background-color: #fff;
	border-radius: 200px;
	width: min(196px, 18vw);
	height: min(196px, 18vw);
	position: relative;
	background-repeat: no-repeat;
}
.worries__item:nth-child(1) {
	background-image: url(/wp-content/uploads/2025/01/icon__memo.png);
	background-size: min(41px, 4.1vw) min(37px, 3.7vw);
	background-position: center top 30px;
}
.worries__item:nth-child(2) {
	background-image: url(/wp-content/uploads/2025/01/icon__clock.png);
	background-size: min(51px, 5.1vw) min(49px, 4.9vw);
	background-position: center top 25px;
}
.worries__item:nth-child(3) {
	background-image: url(/wp-content/uploads/2025/01/icon__calculator.png);
	background-size: min(32px, 3.2vw) min(42px, 4.2vw);
	background-position: center top 30px;
}
.worries__item:nth-child(4) {
	background-image: url(/wp-content/uploads/2025/01/icon__comments.png);
	background-size: min(41px, 4.1vw) min(34px, 3.4vw);
	background-position: center top 25px;
}
.worries__item:nth-child(5) {
	background-image: url(/wp-content/uploads/2025/01/icon__map.png);
	background-size: min(52px, 5.2vw) min(45px, 4.5vw);
	background-position: center top 25px;
}
.worries__item:after {
    content: '';
    border-radius: 200px;
    width: min(180px, 16.5vw);
    height: min(180px, 16.5vw);
    position: absolute;
    border: 2px solid var(--main-color);
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    box-sizing: border-box;
}
.worries__item-text {
    font-size: min(2.2rem, 2.2vw);
    font-weight: bold;
    height: min(80px, 8vw);
    /* background: pink; */
    line-height: 1.2;
    /* display: grid; */
    place-content: center;
    padding: min(75px, 7.5vw) 0 0 0;
}
.worries__item-text strong{
	color: var(--orange-color);
}
/* reason */
.reason {
    padding: 85px 0 75px;
    background: #f3f5f0;
}

.reason .h2__main-title {
    font-size: min(3.5rem, 3.5vw);
    text-align: center;
    line-height: 1.2;
}

.reason .h2__main-title strong {
	color: var(--orange-color);
}
.reason .h2__main-title strong span {
    font-size: 1.7em;
}

/* .plan */
.plan {
    padding: 75px 0 95px 0;
}
.plan__list {
    flex-wrap: wrap;
    gap: 35px 0;
    padding: 65px 0 0;
    display: flex;
    justify-content: space-between;
}
.plan__item {
    width: 48%;
    text-align: center;
}
.plan__item a {
    display: block;
    text-decoration: none;
	height: 468px;
	border: 3px solid var(--light-green-color);
	border-radius: 20px;
	overflow: hidden;
}
.plan__item-sub-title {
    background-color: var(--light-green-color);
    font-weight: bold;
    display: block;
    font-size: min(2.2rem, 2.2vw);
    color: #fff;
    position: relative;
    padding: 25px 0;
}
.plan__item-sub-title:after {
    content: '';
    background-color: var(--light-green-color);
    display: block;
    width: 26px;
    height: 16px;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    bottom: 1px;
}
.plan__item-title {
    display: block;
    font-size: min(3.2rem, 3.2vw);
    font-weight: bold;
    padding: 40px 0 22px;
    color: #333;
    line-height: 1.2;
}
.plan__item-text {
    display: block;
    color: #333;
    font-size: min(1.8rem, 1.8vw);
    line-height: 1.5;
    padding: 0 0 5px 0;
}
.plan__item-fee {
    display: block;
    color: var(--orange-color);
    font-size: min(5.2rem, 5.2vw);
    padding: 0 0 25px 0;
    font-weight: bold;
}
.plan__item-fee span {
    font-size: 0.7em;
}
.plan__item-btn {
    display: block;
    font-size: min(1.8rem, 1.8vw);
    text-align: center;
    border-radius: 50px;
    font-weight: bold;
    padding: 19px 0;
    width: min(374px, 37.4vw);
    box-sizing: border-box;
    margin: 0 auto;
    background: var(--orange-color);
    color: #fff;
    position: relative;
	border-bottom: 3px solid #b75b00;
}
.plan__item-btn:after {
    content: "\f0a9";
    display: inline;
    font-family: "Font Awesome 5 Free";
    font-size: 1.2em;
    position: absolute;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    right: 7%;
	color: #b25900;
}
/* .plan__item:last-child {
    width: 100%;
}
.plan__item:last-child a {
    display: flex;
    height: 213px;
}
.plan__item:last-child .plan__item-sub-title {
	width: 39.8%;
    font-size: min(2.4rem, 2.4vw);
    background-image: url(/wp-content/uploads/2025/01/plan__item-image.png);
    background-repeat: no-repeat;
    background-position: center left 6%;
    background-size: min(152px, 15.2vw) min(152px, 15.2vw);
    display: grid;
    place-content: center;
    box-sizing: border-box;
	padding: 0 0 0 14%;
}
.plan__item:last-child .plan__item-text-container {
	flex: 1;
}
.plan__item:last-child .plan__item-title {
    padding: 25px 0 8px;
}
.plan__item:last-child .plan__item-text {
    padding: 0 0 23px 0;
}
.plan__item:last-child .plan__item-sub-title:after {
	content: '';
    background-color: var(--green-color);
	display: block;
	width: 16px;
	height: 26px;
	position: absolute;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
    top: 50%;
    transform: translateX(100%) translateY(-50%);
    right: 0;
} */
.simulate {
    padding: min(95px, 9.5vw) 0 0 0;
}
/* .voice */
.voice {
    padding: 90px 0 70px;
}
.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: 55px 40px 45px 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: 8% 9%;
    height: 177px;
    display: block;
    box-sizing: border-box;
}
.voice__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.voice__image {
    display: block;
    height: 200px;
}
.voice__info-date {
    display: block;
    font-size: min(1.6rem, 1.6vw);
	padding: 0 0 15px 0;
}
.voice__info-title {
    display: block;
    font-size: min(1.8rem, 1.8vw);
	font-weight: bold;
}
.voice__prev,
.voice__next {
    display: grid;
    place-content: center;
    width: 48px;
    height: 48px;
    background: var(--main-color);
    transition: all .3s ease;
    cursor: pointer;
    position: absolute;
    border: none;
	 z-index: 2;
    top: 50%;
    transform: translateY(-50%);
	border-radius: 50px;
}
.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';
}
/* .case */
.case {
    width: min(1100px, 98%);
    margin: 65px auto 0;
}
.case a {
	display: block;
	text-decoration: none;
	color: #fff;
	position: relative;
}
.case__text-container {
    position: absolute;
    left: min(40px, 2.5vw);
    top: min(48px, 4vw);
    display: block;
}
.case__en-title {
    display: block;
	font-size: min(2.2rem, 2vw);
	padding: 0 0 0 2%;
}
.case__title {
    display: block;
    font-size: min(5.2rem, 4.8vw);
    font-weight: bold;
    padding: 1% 0 2%;
}
.case__text {
    display: block;
	font-size: min(2.2rem, 2vw);
	font-weight: bold;
}
.case__text strong {
    color: #fffc00;
}
/* .about-us */
.about-us {
    padding: 75px 0 110px;
}
.about-us__image-01 {
    padding: 50px 0 0 0;
}
.about-us__image-02 {
    padding: 70px 0 0 0;
}
.about-us__message {
    text-align: center;
    font-size: min(3.1rem, 3.1vw);
    font-weight: bold;
    color: var(--light-green-color);
    padding: 48px 0 28px;
	line-height: 1.78;
}
.about-us__text {
    font-size: min(2rem, 2vw);
    text-align: center;
    line-height: 2;
}
.about-us__company-menu-list {
	display: flex;
	justify-content: space-between;
    padding: 95px 0 50px;
}
.about-us__company-menu-item {
    background-image: url(/wp-content/uploads/2025/01/about-us__company-menu-item-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 47.8%;
    color: #fff;
    height: 269px;
    position: relative;
}
.about-us__company-menu-item:nth-child(2) {
    background-image: url(/wp-content/uploads/2025/01/about-us__company-menu-item-02.jpg);
}
.about-us__company-menu-item:after {
    content: '';
    display: block;
    background: #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 7px;
    bottom: 7px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.about-us__company-menu-item a {
    display: block;
	  color: #fff;
    text-decoration: none;
    height: 100%;
}
.about-us__company-menu-title {
    display: block;
    text-align: center;
    font-size: min(3.1rem, 3.1vw);
    font-weight: bold;
    padding: 85px 0 20px 0;
}
.about-us__company-menu-sub-title {
    display: block;
	text-align: center;
    font-size: min(2.1rem, 2.1vw);
}
.about-us__map {
    height: 434px;
}
.publications {
    padding: min(80px, 8vw) 0;
}
.publications__image a {
	display: block;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　共通
--------------------------------------------------------------------------------------------------------------------------------*/
/* contact-banner */
.contact-banner__title {
    font-size: min(3.5rem, 3.5vw);
    font-weight: bold;
    color: var(--orange-color);
    text-align: center;
    margin: 0 0 30px 0;
}
.contact-banner__title span {
    position: relative;
    display: inline-block;
    padding: 0px 12px;
}
.contact-banner__title span:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    background: var(--orange-color);
    top: 50%;
    transform: rotate(-20deg) translateY(-50%);
    left: 0;
}
.contact-banner__title span:after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	background: var(--orange-color);
	top: 50%;
    transform: rotate(20deg) translateY(-50%);
	right: 0;
}
.contact-banner {
    padding: 65px 0 45px;
    background: #ffe6ce;
}
.contact-banner__container {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    font-weight: bold;
    justify-content: end;
    margin: 0 0 30px 0;
    align-items: center;
    padding: min(15px, 1.5vw) 0;
    background-image: url(/wp-content/uploads/2025/01/contact-banner__icon.png);
    background-repeat: no-repeat;
    background-size: auto 95%;
    background-position: left 6.5% bottom;
}
.contact-banner__tel {
    text-align: center;
    width: 57%;
    border-right: 1px solid #e4e4e4;
    box-sizing: border-box;
    padding: 0 0 0 19%;
}
.contact-banner__tel-title {
    display: block;
    font-size: min(2.4rem, 2.4vw);
    padding: min(5px, 0.5vw) 0 0 0;
}
.contact-banner__tel-num {
    color: #c43f2e;
    font-size: min(3.9rem, 3.9vw);
    display: flex;
    align-items: center;
    gap: min(8px, 0.8vw);
    place-content: center;
    padding: min(10px, 1vw) 0 min(3px, 0.3vw) 0;
}
.contact-banner__tel-num:before {
    display: inline-block;
    content: '';
    background: url(/wp-content/uploads/2025/01/icon__tel.png);
    width: min(29px, 2.9vw);
    height: min(29px, 2.9vw);
    background-repeat: no-repeat;
    background-size: contain;
}
.contact-banner__tel-hour {
	font-size: min(1.6rem, 1.6vw);
	display: block;
}
.contact-banner__mail {
    display: block;
	width: 43%;
}
.contact-banner__mail a {
    color: #fff;
    text-decoration: none;
    background: #c43f2e;
    border-radius: 20px;
    display: block;
    width: 78%;
    margin: 0 0 0 13%;
    padding: min(15px, 1.5vw) 0;
    box-sizing: border-box;
	 position: relative;
}
.contact-banner__mail a:before {
    display: inline-block;
    content: '';
    background: url(/wp-content/uploads/2025/01/icon__mail.png);
    width: min(43px, 4.3vw);
    height: min(32px, 3.2vw);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 11%;
}
.contact-banner__mail-title {
   display: block;
    text-align: center;
    font-size: min(2rem, 2vw);
    line-height: 1;
    box-sizing: border-box;
    padding: 0 0 0 20%;
}
.contact-banner__mail-title span {
    font-size: 0.75em;
    display: block;
	padding: 5px 0 0 0;
}
/* .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(--main-color);
    font-size: 1.4rem;
	background: #fafaf5;
}
.writer__title {
    text-align: center;
    color: #fff;
    position: absolute;
    background: var(--main-color);
    font-size: 1.4rem;
    padding: 6px 20px;
    top: 0;
    left: -2px;
    transform: translateY(-100%);
	font-weight: bold;
}
.writer__katagaki {
    margin: 0 0 10px 0;
    display: inline-block;
}
.writer__content {
    display: flex;
    gap: 20px;
    margin: 0 0 27px 0;
    border-bottom: 1px solid #e5e4df;
}
.writer__text {
    flex: 1;
}
.writer__image {
    width: 172px;
    height: 216px;
}
.writer__image img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.writer__item-title {
    background: #e8f0d8;
    width: 64px;
    display: grid;
    place-content: center;
    padding: 4px 0;
    font-size: 1.2rem;
}
.writer__item-text {
    flex: 1;
	line-height: 1.86;
}
.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: none;
    border-bottom: 2px solid #706c6b;
    background: var(--orange-color);
    color: #fff;
    padding: 12px 0;
}
.writer__btn:after {
	content: '\f105';
	color: #fff;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　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;
    z-index: 1;
    position: absolute;
    top: 10px;
    left: 0;
}
/*目次*/
#toc_container {
    line-height: 1.7em;
}
/*ページ内のテキスト*/
#tinymce p, main p {
    line-height: 1.67;
    font-size: 1.6rem;
    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;
}
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;
}
input.wpcf7-form-control.wpcf7-previous {
    margin: 0 15px 0 0;
}
/* .FloatingFooteスマホ追加 */
.FloatingFooter {
	display: none;
}

/* ▼2025.11.17 修正 */
.body__mainvisual { margin: 0 auto; padding: 0; width: 100%; background-image: url(/wp-content/uploads/2025/11/mainvisual-bg-pc.jpg); background-repeat: no-repeat; background-position: center top; background-size: cover; /* ▼MV */ }
.mainvisual { position: relative; display: flex; justify-content: center; margin: 0 auto; padding: 20px 0 0; width: 1100px; }
.mainvisual__heading { display: flex; flex-direction: column; align-items: center; margin: 0 auto !important; padding: 0 !important; width: 59%; color: #ff7f00 !important; font-size: 4.8rem !important; font-weight: 700; line-height: 1.1; text-align: center; }
.mainvisual__heading small { display: block; padding-bottom: 5px; color: #333; font-size: 2.6rem; font-weight: 700; }
.mainvisual__image { position: absolute; left: 0; bottom: 0; width: 630px; }
.mainvisual__image img { width: 100%; height: auto; }
.mainvisual__reason { z-index: 1; margin: 20px 0 30px; padding: 0; width: 470px; background: #fff; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15); }
.mainvisual__reason dt { padding: 5px 0; color: #fff; font-size: 2.8rem; font-weight: 700; line-height: 1; text-align: center; background-color: #427e3b; background-image: url(/wp-content/uploads/2025/11/mainvisual-reason-bg.png); background-repeat: no-repeat; background-position: center center; background-size: 100% auto; }
.mainvisual__reason dt strong { font-size: 7.0rem; font-weight: 700; }
.mainvisual__reason dd { position: relative; margin: 0; padding: 5px 20px 5px 55px; font-size: 2.0rem; font-weight: 700; line-height: 1.2; letter-spacing: 0; counter-increment: faq-num; }
.mainvisual__reason dd:nth-child(3) { padding-top: 20px; padding-bottom: 20px; }
.mainvisual__reason dd:nth-child(odd) { background-color: #f1f3eb; }
.mainvisual__reason dd strong { color: #e53b33; }
.mainvisual__reason dd:before { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); display: flex; justify-content: center; align-items: center; width: 32px; height: 32px; font-family: serif; font-size: 2.0rem; font-weight: 500; content: counter(faq-num); background-image: url(/wp-content/uploads/2025/11/mainvisual-reason-icon.png); background-repeat: no-repeat; background-position: center center; background-size: 100% auto; }
.mainvisual__reason dd:nth-child(even):before { color: #fff; }
.mainvisual__reason dd:nth-child(odd):before { color: #fff; }
.reason .h2__main-title { margin-bottom: 50px; /* ▼選ばれる理由 */ }
.reason__item { position: relative; display: flex; justify-content: space-between; margin: 0 0 4%; padding: 3%; background-color: #fff; border-radius: 20px; box-shadow: 0 0 8px 0 rgba(0, 0, 0, .15); counter-increment: reason-num; }
.reason__item:after { position: absolute; right: 40px; bottom: 30px; content: "\f061"; color: var(--light-green-color); font-size: 2.2rem; font-family: "Font Awesome 5 Free"; font-weight: bold; }
.reason__item:hover { opacity: 0.7; }
.reason__item a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.reason__image { width: 45%; border-radius: 20px; overflow: hidden; }
.reason__image img { width: 100%; height: auto; }
.reason__text { display: flex; flex-direction: column; margin: 0; padding: 0 3% 0 0; width: 47%; color: #1d6f26; font-size: 3.1rem; font-weight: 700; line-height: 1.2; }
.reason__item:nth-of-type(1) .reason__text,
.reason__item:nth-of-type(4) .reason__text { padding: 0 4% 0 0; width: 46%; }
.reason__item:nth-of-type(5) .reason__text { padding: 0 2% 0 0; width: 48%; }
.reason__text:before { display: flex; justify-content: center; align-items: center; margin: 20px 0; padding: 0; width: 55px; height: 55px; color: #fff; font-size: 2.4rem; font-weight: 700; line-height: 1.0; background-color: #ff7f00; border-radius: 50%; content: counter(reason-num, decimal-leading-zero); }
.voice__ruby { display: flex; justify-content: center; align-items: flex-end; margin: 0; padding: 0 0 20px; color: #ff7f00; font-size: 3.1rem; font-weight: 700; line-height: 1.0; /* ▼お客様の声 */ }
.voice__ruby:before,
.voice__ruby:after { width: 2px; height: 45px; content: ""; background-color: #ff7f00; }
.voice__ruby:before { margin: 0 2rem -5px 0; transform: rotate(-20deg); }
.voice__ruby:after { margin: 0 0 -5px 2rem; transform: rotate(20deg); }
.plan { background-color: #f3f5f0; /* ▼料金プラン */ }
.sub-page-common .plan { background: none; }
.plan__item { background-color: #fff; border-radius: 20px; }
.plan__item-title small { font-size: 2.2rem; }
.sub-page-common .plan__item-title small { font-size: 1.6rem; }
.plan__item a { height: initial; min-height: 440px; }
.sub-page-common .plan__item a { height: initial; min-height: 320px; }
.plan__item-text { margin: 0 auto; padding: 0; width: 89%; min-height: 120px; }
.sub-page-common .plan__item-text { min-height: 90px; }
.youtube { padding: min(100px, 10vw) 0 0 0; /* ▼YouTube */ }
main.top .youtube h2 {
    text-align: center;
    font-size: min(2.6rem, 2.6vw);
	padding: min(30px, 3vw) 0 0 0;
}
.youtube__container {
    width: min(1150px, 98%);
    font-size: min(2.6rem, 2.6vw);
	margin: 0 auto;
}
.youtube__logo { margin: 0 auto; width: min(296px, 29.6vw); }
.youtube__logo img { width: 100%; height: auto; }
.youtube__text { 
	padding: min(30px, 3vw) 0;
	font-size: min(1.8rem, 1.8vw);
	line-height: 1.39;
	text-align: center;
}
.youtube__item a {
    display: block;
    text-decoration: none;
	margin: 0 min(25px, 1.5vw);
}
.youtube__image {
    display: block;
    aspect-ratio: 330 / 192;
    background: #b2b2b2;
}
.youtube__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.youtube__info-title {
    display: grid;
    color: #333;
    font-weight: bold;
    font-size: min(2rem, 2vw);
    height: min(110px, 11vw);
    place-content: center;
}
.youtube .dots-wrap {
    display: flex;
    justify-content: center;
    margin: min(20px, 2vw) 0 min(50px, 5vw);
}

.youtube .dots-wrap li {
    width: min(13px, 1.3vw);
    height: min(13px, 1.3vw);
    margin: 0 5px;
    background: #9ca7a9;
    border-radius: 50%;
    cursor: pointer;
}

.youtube .dots-wrap li:hover,
.youtube .dots-wrap li.slick-active {
    background: var(--main-color);
}

.youtube .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

@media only screen and (min-width:601px) and (max-width:1200px) {
	.mainvisual { padding: 1.666vw 0 0; width: 91.667vw; }
	.mainvisual__heading { font-size: 4.0vw !important; }
	.mainvisual__heading small { padding-bottom: 0.416vw; font-size: 2.166vw; }
	.mainvisual__image { width: 52.5vw; }
	.mainvisual__reason { margin: 1.666vw 0 2.5vw; width: 39.166vw; box-shadow: 0 0 0.666vw 0 rgba(0, 0, 0, 0.15); }
	.mainvisual__reason dt { padding: 0.416vw 0; font-size: 2.333vw; }
	.mainvisual__reason dt strong { font-size: 5.833vw; }
	.mainvisual__reason dd { padding: 0.416vw 1.666vw 0.416vw 4.583vw; font-size: 1.666vw; }
	.mainvisual__reason dd:before { left: 0.833vw; width: 2.666vw; height: 2.666vw; font-size: 1.666vw; }
	.mainvisual__reason dd:nth-child(3) { padding-top: 1.666vw; padding-bottom: 1.666vw; }
	.reason__item { border-radius: 1.666vw; box-shadow: 0 0 0.666vw 0 rgba(0, 0, 0, 0.15); }
	.reason__image { border-radius: 1.666vw; }
	.reason__text { font-size: 2.583vw; }
	.reason__text:before { margin: 1.666vw 0; width: 4.583vw; height: 4.583vw; font-size: 2.0vw; }
	.reason__item:after { right: 3.333vw; bottom: 2.5vw; font-size: 1.833vw; }
	.voice__ruby { padding: 0 0 1.666vw; font-size: 2.583vw; }
	.voice__ruby:before,
	.voice__ruby:after { width: 0.167vw; height: 3.75vw; }
	.voice__ruby:before { margin: 0 1.666vw -0.416vw 0; }
	.voice__ruby:after { margin: 0 0 -0.416vw 1.666vw; }
	.plan__item { border-radius: 1.666vw; }
	.plan__item a { min-height: 36.666vw; border-radius: 1.666vw; }
	.plan__item-sub-title { padding: 2.083vw 0; }
	.plan__item-sub-title:after { width: 2.166vw; height: 1.333vw; }
	.plan__item-title { padding: 3.333vw 0 1.833vw; }
	.plan__item-title small { font-size: 1.833vw; }
	.plan__item-text { min-height: 10vw; }
	.plan__item-btn { padding: 1.583vw 0; }
	.plan__item-btn:after { font-size: 1.0vw; }
	.body__googlereview { padding: 8.333vw 0; }
	.googlereview { width: 91.667vw; }
}

@media screen and (max-width: 600px) {
	.body__mainvisual { margin-top: 16vw; background-image: url(/wp-content/uploads/2025/11/mainvisual-bg-sp.jpg); }
	.mainvisual { flex-direction: column; padding: 6vw 0 0; width: 100%; }
	.mainvisual__heading { width: 100%; font-size: 3.2rem !important; text-shadow: 0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff !important; }
	.mainvisual__image { position: initial; width: 100%; }
	.mainvisual__reason { margin: -22vw auto 8vw; width: 90%; }
	.mainvisual__reason dt { padding: 1vw 0; font-size: 2.2rem; }
	.mainvisual__reason dt strong { font-size: 5.0rem; }
	.mainvisual__reason dd { padding: 1vw 2vw 1vw 11vw; font-size: 1.6rem; }
	.mainvisual__reason dd:before { left: 2vw; padding-top: 1vw; width: 6.5vw; height: 5.5vw; font-size: 1.6rem; }
	.mainvisual__reason dd:nth-child(3) { padding-top: 4vw; padding-bottom: 4vw; }
	.mainvisual__heading small { padding-bottom: 3vw; font-size: 1.6rem; }
	.reason__item { flex-direction: column; margin: 0 auto 7vw; padding: 5%; border-radius: 10px; box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15); }
	.reason__image { width: 100%; border-radius: 10px; }
	.reason__text { margin: 0 auto; padding: 0 0 4vw; width: 96%; font-size: 1.9rem; line-height: 1.4; }
	.reason__item:nth-of-type(1) .reason__text { padding: 0 5% 4vw 0; width: 91%; }
    .reason__item:nth-of-type(4) .reason__text,
	.reason__item:nth-of-type(5) .reason__text { padding: 0 0 4vw; width: 96%; }
	.reason__text:before { margin: 2vw 0 2vw -1vw; padding: 0.5vw 0 0; width: 10vw; height: 9.5vw; font-size: 1.6rem; }
	.reason__item:after { right: 6vw; bottom: 3vw; font-size: 1.4rem; }
	.voice__ruby { padding: 0 0 4vw; font-size: 2.2rem; /* ▼お客様の声 */ }
	.voice__ruby:before,
	.voice__ruby:after { height: 8vw; }
	.voice__ruby:before { margin: 0 2rem -1vw 0; }
	.voice__ruby:after { margin: 0 0 -1vw 2rem; }
	.plan__item { border-radius: 10px; /* ▼料金プラン */ }
	.plan__item-title small { font-size: 1.4rem; }
	.plan__item-text { width: 100%; min-height: initial; }
	.plan__item a { min-height: initial; }
	.body__googlereview { padding: 10vw 0; }
	.googlereview { width: 90%; margin: auto; }
	.youtube { /* ▼YouTube */
		padding: 12vw 0 0 0;
	}
	.youtube__container {
		width: 100%;
	}
	.youtube__logo {
		width: 45vw;
	}
	.youtube__logo {
		width: 45vw;
	}
	main.top .youtube h2 {
		font-size: 4.5vw;
		padding: 7vw 0 0 0;
	}
	.youtube__text { 
		padding: 8vw 0;
		font-size: 3.5vw;
		line-height: 1.5;
	}
	.youtube__info-title {
		line-height: 1.2;
		font-size: 4vw;
		height: 22vw;
	}
	.youtube .btn {
		width: 89.3%;
	}
	.youtube .dots-wrap {
		margin: 3vw 0 8vw;
	}
	.youtube .dots-wrap li {
		width: 3vw;
		height: 3vw;
		margin: 0 2.5vw;
	}
}