@charset "utf-8";
:root {
    --header-height: 18vw;
}
html {
    overflow-x: hidden;
}
body {
    font-size: 3.73vw;
    -webkit-text-size-adjust: 100%;
        overflow-x: hidden;
    letter-spacing: inherit;
}
.sp {
    display: block !important;
}
.tb {
    display: none;
}
.pc {
    display: none !important;
}
main {
    width: 94%;
}
#tinymce p, main p {
    line-height: 1.5;
    font-size: 3.8vw;
    padding: 0.5em 0;
}
.display_none {
    display: none;
}
#breadcrumbs {
    font-size: 2.6vw;
    top: 3vw;
    left: 0;
	line-height: 1;
}
.wrap {
    width: 89.3%;
}

.w100p {
    width: 100%;
    height: auto;
}
main.top {
    padding-top: 0vw;
    width: 100%;
}
.display_flex {
    flex-wrap: wrap;
}
/* btn */
.btn {
    padding: 4vw 0;
    font-size: 4vw;
    width: 100%;
}
.btn:after {
    font-size: 0.8em;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　見出し
--------------------------------------------------------------------------------------------------------------------------------*/
h2 {
    line-height: 1;
    font-size: 5.5vw;
}
h3 {
    font-size: 4.6vw;
    font-weight: bold;
    padding: 2.5vw 0;
    position: relative;
    clear: both;
    line-height: 1.3; 
    margin: 6vw 0 3vw;
    text-align: left;
    padding-left: 1vw;
}
main.top h3 {
    background: #f6efe8;
    font-size: 4.46vw;
    font-weight: bold;
    border-bottom: 0.6vw solid #ff6605;
    padding: 2.5vw;
    position: relative;
    clear: both;
    line-height: 1.3;
    margin: 6vw 0 3vw;
    text-align: left;
}

h3 span {
    font-weight: bold;
}

h4 {
    font-size: 4.2vw;
    font-weight: bold;
    position: relative;
    line-height: 1.2;
    clear: both;
    padding: 1.8vw 0;
    padding-left: 1vw;
}

h5 {
    font-size: 4vw;
    font-weight: bold;
    padding: 0.3vw 2vw;
    position: relative;
    line-height: 1.2;
    clear: both;
	border-width: 3px;
}

h6 {
    font-size: 3.6vw;
    padding: 2.53vw;
    clear: both;
    line-height: 1.2;
}

main h2,
main h3,
main h4,
main h5,
main h6 {
    margin-top: 6vw;
    margin-bottom: 5vw;
}
.section-title__main {
    font-size: 5vw;
	  margin-bottom: 2vw;
}
.page-title {
    height: 50vw;
    margin-top: 16vw;
}
.page-title__h2 {
    font-size: 5.8vw;
}
.page-title__text {
    font-size: 3.6vw;
}
.page-title__box {
    width: 96%;
    gap: 3vw;
}
img.alignright {
    padding: 4px;
    margin: 0 0 0.1em 0.5em;
    display: inline;
    max-width: 50%;
    float: right;
    height: auto;
}
img.alignleft {
    max-width: 50%;
}
li {
    line-height: 1.5em;
}

/*--------------------------------------------------------------------------------------------------------------------------------
	gn
--------------------------------------------------------------------------------------------------------------------------------*/

.global-nav {
    display: none;
    position: fixed;
    background: #8fc320f7;
    top: 16vw;
    height: 100%;
    width: 100%;
}
.global-nav__list {
    flex-wrap: wrap;
}
.global-nav__list > li a {
    color: #fff;
    padding: 4vw 0;
}
.global-nav__list > li {
    font-size: 4vw;
}
.global-nav__list > li:after {
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    top: inherit;
    position: absolute;
    border-right: inherit;
    transform: inherit;
    background: #ffff;
}
.global-nav__list > li:last-child:before {
    content: none;
}
.global-nav .sub-menu {
    top: 14vw;
	 flex-wrap: wrap;
}
.global-nav__list > li:hover .sub-menu {
    display: none;
}
.global-nav__list > li .sub-menu.active {
	 display: flex;
	 flex-wrap: wrap;
}

.global-nav .sub-menu li {
    width: 50%;
}
.global-nav .sub-menu li a {
    font-size: 3.8vw;
    text-align: center;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	ヘッダー、フッター
--------------------------------------------------------------------------------------------------------------------------------*/
.header__logo-image img {
    width: 54vw;
}
.header__logo-company {
    line-height: 1.2;
    font-size: 2.3vw;
    top: 8vw;
}
.header-inner{
    width: 96%;
    padding: 1vw 0;
    height: 16vw;
	align-items: inherit;
}
.header__contact-btn a {
    font-size: 2.8vw;
    border-radius: 4px;
    width: 13vw;
    height: 12vw;
    padding-top: 1.5vw;
	border-radius: 4px;
	line-height: 1.1;
}
.header__contact-btn {
    gap: 1.5vw;
}
.header__contact-btn a span {
    line-height: 1.1;
}
.header__contact-btn-line {
	background-color: #06c755;
    color: #fff;
}
.header__contact-btn .header__contact-btn-line {
    border-color: #06c755;
    background: #06c755;
	color: #fff;
}
.header__contact-btn .header__contact-btn-line .header__contact-btn-contact-text {
    background-image: url(/wp-content/uploads/2025/01/icon__line_sp.png);
	background-position: top center;
	background-size: 33%;
}
.header__contact-btn a.header__contact-btn-contact {
    border: 1px solid var(--orange-color);
	color: var(--orange-color);
	background: #fff;
}
.header__contact-btn .header__contact-btn-contact .header__contact-btn-contact-text {
    background-image: url(/wp-content/uploads/2025/01/icon__contact_sp.png);
    background-position: top center;
	background-size: 29%;
}
.header__contact-btn-contact-text {
    padding: 4vw 0 0 0;
    height: 5vw;
}
/* .menu-btn.sp */
.menu-btn.sp {
    height: 16vw;
    width: 8vw;
    position: relative;
}
.menu-btn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    width: 100%;
    height: 3px;
    background: var(--main-color);
	left: 50%;
    transform: translateX(-50%);
	border-radius:10px;
}
.menu-btn span:nth-of-type(1) {
    top: 3vw;
}
.menu-btn span:nth-of-type(2) {
   top: 5.8vw;
}
.menu-btn span:nth-of-type(3) {
    top: 8.6vw;
}
.menu-btn.active span:nth-of-type(1) {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    top: 6vw;
    width: 50%;
}
.menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active span:nth-of-type(3) {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    top: 6vw;
    bottom: inherit;
    width: 50%;
}
.menu-btn__title {
    color: var(--main-color);
    font-size: 2vw;
    text-align: center;
    padding-top: 11vw;
	 font-weight: bold;
}
header {
    top: 0;
    z-index: 99999;
    width: 100%;
    background: white;
    position: fixed;
}
header.fixed {
    position: fixed;
    z-index: 100;
    top: 0;
    box-shadow: 1px 3px 3px #949494;
}
footer {
    margin: 0 0 26vw 0;
}
.contents_menu li.menu-item-has-children  a:after {
    content: "+" !important;
    font-size: 4vw;
}
.contents_menu ul.sub-menu {
    display: none;
}
/* .footer-menu */
.footer-menu {
    padding: 7vw 0 6vw 0;
}
.footer-menu__container {
    flex-wrap: wrap;
	width: 89.3%;
	gap: 2vw 0;
}
.footer-menu__office {
    width: 100%;
    padding: 6vw 4vw;
    margin: 0;
    border-radius: 10px;
    height: 33vw;
}
.footer-menu__menu {
    flex: inherit;
    width: 50%;
}

.footer-menu__office-address {
    font-size: 3.3vw;
    padding: 3vw 0 0 0;
}
.footer-menu ul li:not(:first-child) {
    margin-top: 0;
}
.footer-menu ul li a {
    font-size: 3.4vw;
}
.footer-menu .sub-menu {
    margin: 0;
    display: none;
}
.footer-menu li.active .sub-menu {
    display: block;
}
.footer-menu ul li:has(.sub-menu) > a:before {
	 content: '\f067';
}
.footer-menu li.active:has(.sub-menu) > a:before  {
    content: '\f068';
}
.footer-menu .menu {
    display: flex;
    flex-direction: column;
    gap: 2vw 0;
}
footer .copy {
    padding: 4vw 0;
    font-size: 2.4vw;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　下層共通
--------------------------------------------------------------------------------------------------------------------------------*/

main {
	width: 100%;
}
.sub-page {
    display: flex;
    margin: 6vw auto 6vw;
    width: 89.3%;
}
.sidebar {
	display: none;
}

/*--------------------------------------------------------------------------------------------------------------------------------
	　TOP
--------------------------------------------------------------------------------------------------------------------------------*/
.h2__main-title {
    font-size: 6vw;
    line-height: 1.2;
}
.h2__main-title:after {
    height: 2px;
    width: 6vw;
    margin: 2vw auto 0;
}
.h2__sub-title {
    font-size: 3.9vw;
}
/* .mv */
.mv {
    height: 116vw;
    margin-top: 16vw;
    max-height: inherit;
    background-image: url(/wp-content/uploads/2025/01/mv__bg_sp.jpg);
    background-position: top;
	position: relative;
}
.mv:after {
    content: '';
    background: linear-gradient(0deg, #fff, #fff 80%, transparent);
    width: 100%;
    height: 35vw;
    position: absolute;
    bottom: 0;
	left: 0;

}
.mv__title {
    padding: 5vw 0 0 0;
	font-size: 4.2vw;
}
.mv__title strong {
    font-size: 2.1em;
    line-height: 1.2;
	padding: 2vw 0 0 0;
}
.mv__box {
    width: 100%;
    padding: 0;
}
.mv__image {
    bottom: 21vw;
	width: 100%;
}
.mv__list {
    gap: 3vw;
    padding: 50vw 0 0 0;
}
.mv__item {
    width: 28vw;
    height: 28vw;
}
.mv__item:nth-child(1) {
    background-size: 5.25vw 4.35vw;
    background-position: center top 3vw;
}
.mv__item:nth-child(2) {
    background-size: 5.1vw 4.5vw;
    background-position: center top 3vw;
}
.mv__item:nth-child(3) {
    background-size: 5.4vw 4.05vw;
    background-position: center top 4vw;
}
.mv__item:after {
    width: 26vw;
    height: 26vw;
    border-width: 1px;
}
.mv__item-text {
    font-size: 3vw;
    height: 14vw;
    padding: 9vw 0 0 0;
}
/* .seminar */
.seminar {
    padding: 10vw 0 16vw;
}
.seminar__container {
    border-radius: 10px;
    margin: 9vw 0 0 0;
	flex-wrap: wrap;
    justify-content: center;
     padding: 5vw 5vw 6vw 5vw;
}
.seminar__image {
    width: 60%;
}
.seminar__text-container {
    flex: inherit;
    width: 100%;
}
.seminar__detail-title {
    font-size: 3vw;
    width: 22vw;
    padding: 1vw 0;
}
.seminar__detail-item {
    gap: 3vw;
}
.seminar__detail-text {
    font-size: 3.6vw;
	line-height: 1.2;
}
.seminar__detail-list {
    gap: 2vw;
    padding: 4vw 0 5vw;
}
.seminar__title {
    font-size: 4.5vw;
}
.seminar .btn {
	width: 85%;
}
/* .worries */
.worries {
    padding: 12vw 0 10vw;
	background-image: url(/wp-content/uploads/2025/01/worries__bg_sp.jpg);
}
.worries__message {
    font-size: 4vw;
}
.worries__list-title {
    font-size: 3.7vw;
    width: 83%;
    margin: 4vw auto 5vw;
    padding: 2.5vw 0;
}
.worries__message strong {
    font-size: 1.5em;
    line-height: 1.2;
    padding: 2vw 0 0 0;
}
.worries__list-title span {
    display: block;
}
.worries__item {
    width: 42vw;
    height: 42vw;
}
.worries__item:nth-child(1) {
    background-size: 8.2vw 7.4vw;
    background-position: center top 9vw;
}
.worries__item:nth-child(2) {
    background-size: 10.2vw 9.8vw;
    background-position: center top 6vw;
}
.worries__item:nth-child(3) {
    background-size: 6.4vw 8.4vw;
    background-position: center top 8vw;
}
.worries__item:nth-child(4) {
    background-size: 8.2vw 7.4vw;
    background-position: center top 8vw;
}
.worries__item:nth-child(5) {
    background-size: 10.4vw 9vw;
    background-position: center top 6vw;
}
.worries__list {
    flex-wrap: wrap;
	gap: 3vw 5vw;
}
.worries__item:after {
    width: 39vw;
    height: 39vw;
    border-width: 1px;
}
.worries__item-text {
    font-size: 4.2vw;
    height: 17vw;
    padding: 18vw 0 0 0;
}
/* reason */
.reason {
    padding: 12vw 0 13vw;
}
.reason .h2__main-title {
    font-size: 6vw;
    line-height: 1.1;
}
.reason__list {
    padding: 12vw 0 10vw;
    gap: 5vw;
    box-sizing: border-box;
}
/* .reason__item { ▼2025.11.17 common.cssに記述修正
    width: 100%;
    border-radius: 10px;
    height: auto;
	padding: 7vw 5vw;
}
.reason__item-image {
    width: 80%;
}
.reason__item-content {
    padding: 4vw 0 0 0;
    gap: 5vw;
	flex-wrap: wrap-reverse;
	justify-content: center;
}
.reason__item-title {
    font-size: 5vw;
    line-height: 1.3;
}
.reason__item-text {
    font-size: 3.8vw;
    flex: inherit;
    width: 100%;
    line-height: 1.5;
} */
/* .plan */
.plan {
    padding: 14vw 0 12vw;
}
.plan__list {
    gap: 7vw 0;
    padding: 10vw 0 0;
}
.plan__item {
    width: 100%;
}
.plan__item a {
	height: auto;
	border-width: 2px;
	border-radius: 10px;
}
.plan__text-container {
    flex: 1;
}
.plan__title {
    font-size: 6.2vw;
    padding: 4vw 0 5vw;
}
.plan__item-sub-title {
    font-size: 4.2vw;
    padding: 0 0 1vw 0;
    height: 14vw;
    place-content: center;
    line-height: 1.2;
    box-sizing: border-box;
}
.plan__item-title {
    display: block;
    font-size: 5.6vw;
    font-weight: bold;
    padding: 6vw 0 4vw;
    color: #333;
    line-height: 1.2;
}
.plan__item-text {
    font-size: 3.4vw;
    padding: 0 0 5vw 0;
}
.plan__item-fee {
    font-size: 9vw;
    padding: 0 0 4vw 0;
}
.plan__item-btn {
    font-size: 3.6vw;
    padding: 2vw 0;
    border-width: 1px;
    width: 75%;
}
.plan__image {
    width: 45%;
}
.plan__item-text-container {
    padding: 0 7vw 5vw 7vw;
    display: block;
	box-sizing: border-box;
}
/* .simulate */
.simulate {
    padding: 11vw 0 0 0;
}
/* .voice */
.voice {
    padding: 14vw 0;
}
.voice__container {
    width: 100%;
}
.voice__list {
    padding: 6vw 0;
}
.voice__image {
    height: 43vw;
}
.voice__info {
    padding: 4vw 6vw;
    height: 38vw;
}
.voice__item a {
    margin: 10px 4.5vw;
    border-radius: 10px;
}
.voice__info-date {
    font-size: 3.4vw;
    padding: 0 0 3vw 0;
}
.voice__info-title {
    font-size: 3.6vw;
    line-height: 1.4;
}
.voice__prev, .voice__next {
    width: 11vw;
    height: 11vw;
}
.voice__prev::before, .voice__next::before {
    font-size: 3vw;
}
.voice__prev {
    left: 5.5vw;
}
.voice__next {
    right: 5.5vw;
}
.voice .btn {
	width: 89.3%;
}
/* .case */
.case {
    width: 89.3%;
    margin: 10vw auto 0;
}
.case__text {
    font-size: 3.6vw;
}
.case__title {
    font-size: 7vw;
    padding: 0.5vw 0 1vw;
}
.case__en-title {
    font-size: 3vw;
    padding: 0 0 0 1vw;
}
.case__text-container {
    left: 4vw;
    top: 6.5vw;
}
/* .about-us */
.about-us {
    padding: 12vw 0 10vw;
}
.about-us__image {
    width: 100%;
    margin: 10vw auto 0;
}
.about-us__message {
    font-size: 5vw;
    padding: 7vw 0 5vw;
    line-height: 1.4;
}
.about-us__message span {
	display: block;
}
.about-us__text {
    font-size: 3.8vw;
    line-height: 1.7;
}
.about-us__text span {
    display: block;
}
.about-us__image-01 {
    padding: 8vw 0 0 0;
}
.about-us__image-02 {
    padding: 8vw 0 0 0;
}
.about-us__company-menu-list {
    padding: 13vw 0 10vw;
    flex-wrap: wrap;
    gap: 7vw;
}
.about-us__company-menu-item {
    height: 45vw;
	width: 100%;
}
.about-us__company-menu-title {
    font-size: 5vw;
    padding: 15vw 0 2vw 0;
}
.about-us__company-menu-sub-title {
    font-size: 3.5vw;
}
.about-us__company-menu-item:after {
    width: 3vw;
    height: 3vw;
    right: 1vw;
    bottom: 1vw;
}
.about-us__map {
    height: 64vw;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　共通
--------------------------------------------------------------------------------------------------------------------------------*/
/* .contact-banner */
.contact-banner {
    padding: 10vw 0;
}
.contact-banner__title {
    font-size: 5.7vw;
    line-height: 1.1;
    margin: 0 0 6vw 0;
}
.contact-banner__title span {
	padding: 0 2vw;
}
.contact-banner__contact-tel {
    font-size: 8vw;
    top: 23%;
    left: 32.5%;
    letter-spacing: -0.03em;
}
.contact-banner__contact-hour {
    font-size: 3.2vw;
    top: 47%;
    left: 35%;
}
.contact-banner__container {
    border-radius: 3vw;
    margin: 0 0 4vw 0;
    padding: 2vw 0 4vw;
    background-size: auto 47%;
    background-position: left 10.5% top 1vw;
    flex-direction: column;
    gap: 3vw;
}
.contact-banner__mail {
    width: 100%;
}
.contact-banner__mail a {
    border-radius: 3vw;
    width: 86%;
    margin: 0 auto;
    padding: 2.5vw 0;
}
.contact-banner__mail a:before {
    width: 5.59vw;
    height: 4.16vw;
    left: 6%;
}
.contact-banner__mail-title {
    font-size: 4vw;
    padding: 0 0 0 11%;
}
.contact-bannerr__contact {
    margin: 5vw 0 2vw;
}
.contact-banner__tel {
    width: 100%;
    border-right: none;
    padding: 0 0 0 10%;
}
.contact-banner__tel-hour {
    font-size: 2.4vw;
}
.contact-banner__tel-title {
    font-size: 3.6vw;
}
.contact-banner__tel-num {
    font-size: 6vw;
    gap: 1vw;
}
/*main*/

main .page_under01 {
    margin-bottom: 6vw;
}
main .page_under01 ul.child li a {
    padding: 4vw;
    font-size: 3.8vw;
}
/*ページネーション*/
main .pagenation li {
    display: inline-block;
    padding: 0 0.67vw;
}
main .pagenation li a {
    display: block;
    padding: 2vw 1.73vw;
    color: #4c4c4c !important;
    text-decoration: none;
    padding: 1vw 4vw !important;
    font-size: 3.4vw !important;
}
/*--------------------------------------------------------------------------------------------------------------------------------
  執筆者
--------------------------------------------------------------------------------------------------------------------------------*/
.writer__content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10vw;
    padding: 0;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　archive
--------------------------------------------------------------------------------------------------------------------------------*/

.archive__title {
    font-size: 4.6vw;
}
.archive__date {
    font-size: 3vw;
    padding: 1vw 0 2vw;
}
.archive__image {
    width: 26%;
    height: 24.5vw;
}
.archive__container {
    gap: 2vw;
}
.archive__text {
    font-size: 3.8vw;
}
.archive__btn.btn {
    font-size: 3.2vw;
    width: 40%;
    margin: 6vw 0 0 auto;
    padding: 1vw 0;
}
/* .archive-category */
.archive-category__item {
    width: 49%;
    font-size: 3.2vw;
}
.archive-category__item a {
    padding: 2.5vw;
}
.archive-category__list {
    gap: 3vw 2%;
    padding: 4vw 0;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　single
--------------------------------------------------------------------------------------------------------------------------------*/
.single .thumbnail img {
    margin-bottom: 30px;
    padding: 20px 0;
    width: 100%;
}
main .single img {
    width: inherit;
}
table, td, th, tr {
    font-size: inherit;
    font: 100%;
    line-height: 1.3em
}

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

table.line th {
    background-color: #eae8e3;
    border: #d3d3d3 1px solid;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
}

table.line td {
    border: #d3d3d3 1px solid;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}

/*検索*/
input#search-input {
    width: -webkit-fill-available;
}
button.search-btn {
    margin-top: 3vw;
}
main .search_ttl {
    font-size: 5.5vw;
    width: 35vw;
}
h2.underline b {
    font-size: 5.4vw;
    line-height: 1.4em;
}
/* お問い合わせページ */
.wpcf7-text, .wpcf7-number {
    width: 100%;
    height: 12vw;
    font-size: 3.8vw;
    box-sizing: border-box;
}
.wpcf7 textarea {
    width: 100%;
    height: 80vw;
    font-size: 3.8vw;
    box-sizing: border-box;
}
/* .FloatingFooter追加 */
.FloatingFooter { font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
    color: #333; position: fixed; z-index: 999; bottom: 0; left: 0; display: flex; flex-wrap: wrap; margin: 0 auto; padding: 0; width: 100%; }
.FloatingFooter dt { margin: 0; padding: 2vw 0; font-size: 4vw; font-weight: bold; text-align: center; width: 100%; background-color: rgba(255, 255, 255, 0.6); }
.FloatingFooter dt strong { color: #d35055; }
.FloatingFooter dt:before,
.FloatingFooter dt:after { position: relative; display: inline-block; content: ""; background: #abd930; width: 1px; height: 1.2rem; margin: 0 1.0rem; margin-top: -0.2rem; vertical-align: middle; }
.FloatingFooter dt:before { transform: rotate(-20deg); }
.FloatingFooter dt:after { transform: rotate(20deg); }
.FloatingFooter dd { width: 33.3%; }
.FloatingFooter dd a { display: flex; flex-direction: column; align-items: center; margin: 0; padding: 2vw 0; color: #fff; text-decoration: none; }
.FloatingFooter dd strong { display: block; padding: 1vw 2vw 1vw 7vw; }
.FloatingFooter__Tel { background: #d35055; }
.FloatingFooter__Tel strong { background: url(/wp-content/uploads/2025/02/floating-footer-tel.png) no-repeat left center; background-size: 6vw auto; }
.FloatingFooter__Mail { background: #ff871c; }
.FloatingFooter__Mail strong { background: url(/wp-content/uploads/2025/02/floating-footer-mail.png) no-repeat left center; background-size: 6vw auto; }
.FloatingFooter__Line { background: #10cb10; }
.FloatingFooter__Line strong { background: url(/wp-content/uploads/2025/02/floating-footer-line.png) no-repeat left center; background-size: 6vw auto; }