@charset "utf-8";
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 {
	padding: 0;
}
.wrap {
    width: 89.3%;
}

.w100p {
    width: 100%;
    height: auto;
}
main.top {
    padding-top: 0vw;
    width: 100%;
}
.display_flex {
    flex-wrap: wrap;
}
/* btn */
.btn {
    padding: 5vw 0;
    font-size: 4.2vw;
    width: 83%;
}
.btn:after {
    font-size: 0.8em;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　見出し
--------------------------------------------------------------------------------------------------------------------------------*/
h2 {
    line-height: 1;
    font-size: 5.5vw;
}
.section-title__sub {
    font-size: 3.2vw;
    margin-bottom: 3vw;
}
.section-title:after {
    width: 15vw;
    height: 6vw;
    bottom: -5vw;
}
.section-title__main span.br {
    display: block;
}
h2:before {
    top: 3px;
}
h2:after {
    bottom: 3px;
}
h3 {
    font-size: 4.8vw;
    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;
}
h3:after {
     display: none;
}
h4 {
    font-size: 4.5rem;
}
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: 1.9rem;
    font-weight: bold;
    position: relative;
    line-height: 1.2;
    clear: both;
    padding: 1.8vw 0;
    padding-left: 1vw;
}

h5 {
    font-size: 4.7vw;
    font-weight: bold;
    padding: 0.3vw 2vw;
    position: relative;
    line-height: 1.2;
    clear: both;
}

h6 {
    color: #494949;
    font-size: 3.57vw !important;
    padding: 2.53vw !important;
    clear: both;
    line-height: 1.2 !important;
}

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__h2 {
    font-size: 6vw;
}
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;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　mv
--------------------------------------------------------------------------------------------------------------------------------*/
.mv a.btn {
    width: 100%;
    padding: 3.6vw 0;
}
.mv a.btn:after {
    right: 3%;
}
.mv__btn {
    height: auto;
    flex-wrap: wrap;
	width: 90%;
    margin: 4vw auto 0;
    position: relative;
    z-index: 2;
}
.mv__btn:after {
    font-size: 3.2vw;
    transform: inherit;
    right: 9%;
    top: 6.8vw;
}
.mv__btn-sub-title {
    font-size: 3.2vw;
	  width: 100%;
	  height: auto;
	  padding: 1vw;
}
.mv__btn-main-title {
    font-size: 5vw;
    padding: 1.5vw 9vw 1.5vw 2vw;
    width: 100%;
}
.mv {
    height: 112vw;
    margin-top: 18vw;
    max-height: inherit;
    background-image: url(/wp-content/uploads/2024/12/mv__bg_sp.jpg);
    background-position: top;
}
.mv__title {
    padding: 5vw 0 0 0;
    width: 87%;
}
.mv__box {
    width: 100%;
    padding: 0;
}
.mv__image {
    width: 52%;
    top: 46vw;
    left: 50%;
    transform: translateX(-50%);
    right: inherit;
    bottom: inherit;
}
.mv__catch {
    gap: 2vw;
    padding: 9vw 0 0 0;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.mv__catch-image {
    width: 30%;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	gn
--------------------------------------------------------------------------------------------------------------------------------*/

.global-nav {
    display: none;
    position: fixed;
    background: #ffa64df5;
    top: 18vw;
    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-access {
    font-size: 2.4vw;
    padding: 1vw 0 0 0;
}
.header__logo-image img {
    width: 55vw;
}
.header-inner{
    width: 96%;
    padding: 2vw 0;
    height: 18vw;
}
.header__contact-btn a {
    font-size: 3vw;
    border-radius: 4px;
    background-size: 4vw;
    width: 13vw;
    height: 12vw;
    padding-top: 1.5vw;
}
.header__contact-btn a.header__contact-btn-contact {
    font-size: 2.6vw;
    border-width: 1px;
    letter-spacing: -0.03em;
}
.header__contact-btn a span {
    line-height: 1.1;
}
.header__contact-btn-line {
    background-position: top 1.5vw center;
}
.header__contact-btn-contact {
    background-position: top 1.5vw center;
}
.header__contact-btn-contact-text {
    padding: 4vw 0 0 0;
    height: 5vw;
}
/* .menu-btn.sp */
.menu-btn.sp {
    height: 16vw;
    width: 9vw;
    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-bottom: 32vw;
    border-top: 1px solid var(--brown-color);
}

.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 0 0;
}
.footer-menu__container {
    flex-wrap: wrap;
	width: 100vw;
}
.footer-menu__office {
    width: 89.3%;
    padding: 0 0 6vw 0;
    margin: 0 auto;
}
.footer-menu__office img {
    width: 60%;
}
.footer-menu__menu {
    flex: inherit;
    width: 100%;
}

.footer-menu__office-address {
    font-size: 3.2vw;
    padding: 3vw 0 0 0;
}
.footer-menu ul li:after {
	 content: '';
    position: absolute;
    left: 0;
	top: 0;
	height: 1px;
	background: var(--brown-color);
	width: 100vw;
}
.footer-menu ul li:not(:first-child) {
    margin-top: 0;
}
.footer-menu ul li a {
    font-size: 3.4vw;
    display: block;
    padding: 3vw 4vw;
    font-weight: bold;
}
.footer-menu .sub-menu {
    margin: 0;
    display: none;
}
.footer-menu li.active .sub-menu {
    display: block;
}
.footer-menu ul li:before {
    content: none;
}
.footer-menu ul li a:before {
    content: '\f105';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
    right: 4vw;
    top: 50%;
    transform: translateY(-50%);
}
.footer-menu ul li:has(.sub-menu) > a:before {
	 content: '\f067';
}
.footer-menu li.active:has(.sub-menu) > a:before  {
    content: '\f068';
}
footer .copy {
    padding: 4vw 0;
    font-size: 2.6vw;
}

/*floating-footer */
.floating-footer {
    display: block !important;
    position: fixed;
    z-index: 99999;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.floating-footer__title {
    background: var(--brown-color);
    color: #fff;
    font-weight: bold;
    font-size: 5vw;
    letter-spacing: 0.1em;
    padding: 1vw 0;
}
.floating-footer__btn {
    display: flex;
}
.floating-footer a {
    display: block;
    position: relative;
    text-decoration: none;
    flex: 1;
}
.floating-footer__tel-num {
    display: flex;
    font-weight: bold;
    font-size: 5.8vw;
    align-items: center;
    place-content: center;
    gap: 2vw;
	color: #be3134;
    line-height: 1;
    padding: 1vw 0 0;
}
.floating-footer__tel-num:before {
    display: inline-block;
    content: '';
    background: url(/wp-content/uploads/2024/12/icon__tel-green.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    width: 5vw;
    height: 3vw;
}
.floating-footer__tel-time {
    color: #333;
    display: block;
    font-size: 2.6vw;
	line-height: 1;
    padding: 0 0 1vw 0;
}
.floating-footer__mail {
    color: #fff;
    background: var(--main-color);
	 display: flex;
    place-content: center;
    align-items: center;
	flex-wrap: wrap;
	  border: 1px solid;
}
.floating-footer__mail strong {
    display: block;
    font-size: 4vw;
    line-height: 1;
    padding-top: 1vw;
}
.floating-footer__mail span {
	 font-size: 3vw;
}
.floating-footer__mail:before { 
     content: '\f105';
     font-family: Font Awesome\ 5 Free;
     position: absolute;
     font-weight: 900;
     right: 3vw;
     top: 50%;
     transform: translateY(-50%);
}
.floating-footer__tel {
	background: #fff;
}
.floating-footer__tel-text {
    display: block;
    color: #fff;
    background: var(--main-color);
    font-size: 3.4vw;
	font-weight: bold;
}

/*--------------------------------------------------------------------------------------------------------------------------------
	　TOP
--------------------------------------------------------------------------------------------------------------------------------*/
.h2__main-title {
    font-size: 6.8vw;
    line-height: 1.2;
}
.h2__main-title:after {
    height: 2px;
    width: 24vw;
    margin: 3vw auto 0;
}
.h2__sub-title {
    font-size: 3.9vw;
}
/* .pick-up */
.pick-up {
    padding: 10vw 0 13vw;
}
.pick-up .h2__main-title {
    font-size: 6.5vw;
}
.pick-up .h2__sub-title {
    font-size: 3vw;
    padding: 0;
}
.pick-up__list {
    padding-top: 9vw;
}
.pick-up__image {
    height: 39vw;
}
.pick-up__item a {
    margin: 0 2vw;
}
.pick-up__prev, .pick-up__next {
    width: 6vw;
    height: 13vw;
}
.pick-up__prev::before, .pick-up__next::before {
    font-size: 2.5vw;
}
.pick-up__prev {
    border-radius: 0 5px 5px 0;
}
.pick-up__next {
    border-radius: 5px 0 0 5px;
}
/* reason */
.reason {
    padding: 53vw 0 11vw;
	background-image: url(/wp-content/uploads/2024/12/reason__bg_sp.jpg);
	background-position: top;
}
.section-title__container {
    background-size: auto 54%;
    background-position: top 1vw right;
    width: 92%;
    margin: 0 auto;
	  height: 53vw;
}
.reason__sub-heading {
    font-size: 4vw;
    padding: 3vw 0 2vw 0;
}
main.top h2.reason__h2 {
    font-size: 5vw;
}
.reason__message {
    font-size: 3.8vw;
    padding: 1vw 0;
    width: 100%;
}
main.top h2.reason__h2 strong {
    font-size: 8.5vw;
}
.reason__list {
    padding: 7vw 2vw 0 12vw;
    gap: 4vw;
    box-sizing: border-box;
}
.reason__item {
    width: 76vw;
    border-radius: 10px;
    height: 31vw;
    border: 1px solid #fff;
    background: #583f0e;
}
.reason__title {
    font-size: 4.6vw;
    line-height: 1.4;
}
.reason__title:after {
    width: 10vw;
    margin: 3vw auto;
}
.reason__text {
    font-size: 3.8vw;
    padding: 0 4vw;
}
.reason__catch {
    width: 15vw;
    height: 15vw;
    font-size: 4vw;
    top: 50%;
    left: -10vw;
    transform: translateY(-50%);
}
.reason__catch:after {
    width: 3.4vw;
    height: 5.4vw;
    bottom: inherit;
    left: initial;
    top: 50%;
    right: 0;
    transform: translateX(50%) translateY(-50%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
/* .image-diagram */
.image-diagram {
    background-size: 7px 7px;
    padding: 14vw 0 13vw;
}
.image-diagram .new-line-pc {
    display: inline;
}
.image-diagram .new-line-sp {
    display: block;
}
.image-diagram__image {
    margin: 9vw 0 0;
}
/* .plan */
.plan {
    padding: 11vw 0 14vw 0;
}
.plan__message {
    font-size: 4.2vw;
    padding: 2.5vw 10vw 2.5vw 0;
    margin: 11vw 0 0 0;
}
.plan__message span {
	display: block;
}
.plan__onayami-text {
    display: grid !important;
    border-radius: 10px;
    font-size: 3.6vw;
    padding: 9%;
    line-height: 1.1;
    height: 17vw;
    margin: 0 0 10vw 0;
	border: none;
	position: relative;
	text-align: center;
}
.plan__onayami-text:after {
    content: '';
    display: block;
    background: #fff;
    width: 8vw;
    height: 4vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    bottom: 0;
}
.plan__feature {
    font-size: 5.5vw;
    padding: 0;
    margin: 12vw 0 5vw;
    text-align: center;
}
.plan__feature:before {
    height: 9vw;
	left: 6vw;
}
.plan__feature:after {
    height: 9vw;
	right: 6vw;
}
.plan__list {
    gap: 7vw 0;
    padding: 10vw 0 12vw;
}
.plan__item {
    width: 100%;
}
.plan__item a {
    display: flex;
	height: 40vw;
}
.plan__text-container {
    flex: 1;
}
.plan__title {
    font-size: 6.2vw;
    padding: 4vw 0 5vw;
}
.plan__text {
    font-size: 3.4vw;
    padding: 0 0 5vw 0;
}
.plan__btn {
    font-size: 3.2vw;
    padding: 1vw 0;
}
.plan__image {
    width: 45%;
}
.plan__message:after {
    width: 12.2vw;
    height: 23.5vw;
    right: 4vw;
}
/* .case */
.case {
    padding: 12vw 0;
}
.case__container {
    width: 100%;
}
.case__category-container {
    flex-wrap: wrap;
    padding: 10vw 0 2vw 0;
}
.case__category-01, .case__category-02 {
    width: 100%;
}
.case__category-title {
    font-size: 4.6vw;
    padding: 4vw 0;
}
.case__list {
    padding: 0 0 10vw 0;
}
.case__image {
    height: 40vw;
}
.case__item {
    padding: 0 0 1vw 0;
}
.case__item a {
    margin: 0 12vw;
}
.case__info {
    padding: 3vw;
    height: 56vw;
}
.case__fee {
    font-size: 7.5vw;
}
.case__title {
    height: 10vw;
    font-size: 3.7vw;
    line-height: 1.2;
    padding: 2vw 0;
}
.case__industry,
.case__finance,
.case__area {
    font-size: 3.6vw;
}
.case__comment {
    font-size: 3.2vw;
    line-height: 1.3;
}
.case__prev, .case__next {
    width: 6.5vw;
    height: 20vw;
}
.case__prev::before, .case__next::before {
    font-size: 3vw;
}
.case__prev {
    left: 3vw;
}
.case__next {
    right: 3vw;
}
/* .voice */
.voice {
    padding: 14vw 0 12vw;
}
.voice__container {
    width: 100%;
}
.voice__list {
    padding: 6vw 0;
}
.voice__image {
    height: 43vw;
}
.voice__info {
    padding: 4vw 2vw;
    height: 37vw;
}
.voice__industry,
.voice__area {
    font-size: 3.4vw;
}
.voice__industry {
    padding: 0 0 1vw 0;
}
.voice__area {
    padding: 0 0 2vw 0;
}
.voice__comment {
    font-size: 3.2vw;
    line-height: 1.3;
}
.voice__item a {
    margin: 10px 5.5vw;
    border-radius: 10px;
}
.voice__prev, .voice__next {
    width: 6.5vw;
    height: 20vw;
}
.voice__prev::before, .voice__next::before {
    font-size: 3vw;
}
.voice__prev {
    left: 11.5vw;
}
.voice__next {
    right: 11.5vw;
}
/* .column */
.column {
    padding: 14vw 0 16vw;
}
.column .btn {
    margin: 8vw auto 16vw;
}
.column__popular-container {
    padding: 8vw 0 0 0;
    flex-direction: column;
    gap: 6vw;
}
.column__most-popular {
    width: 100%;
    height: 80vw;
}
.column__most-popular-info {
    height: 28vw;
    width: 100%;
}
.column__most-popular-tag {
    font-size: 2.6vw;
    padding: 1.3vw 0;
    width: 26vw;
}
.column__most-popular-title {
    font-size: 4vw;
    padding: 2vw 3vw;
}
.column__most-popular-category {
    font-size: 2.6vw;
    padding: 0.5vw 3vw;
    margin: 0 0 0 03vw;
}
.column__most-popular-date {
    font-size: 3vw;
    padding: 0 0 0 7vw;
    right: 3vw;
    bottom: 2vw;
}
.column__tab-container {
    width: 100%;
}
.tab {
    padding: 2.8vw 0px;
    font-size: 3vw;
}
.tab-information__title {
    font-size: 3.4vw;
}
.tab-information__btn {
    font-size: 2.8vw;
    border-radius: 2px;
    padding: 0;
    width: 22vw;
    line-height: 1.6;
    border-color: #aaa;

}
.tab-contents {
    padding: 3vw;
    height: 88vw;
}
.tab-information__date {
    font-size: 3vw;
    padding: 0 0 0 4vw;
}
.tab-information__date:before {
    left: 0;
    top: 1px;
}
.column__category-container {
    flex-wrap: wrap;
    gap: 8vw;
}
.column__category-01,
.column__category-02,
.column__category-03 {
    flex: inherit;
    width: 100%;
}
.column__category-list {
    padding: 4.5vw 3vw;
    height: 48vw;
}
.column__category-title {
    font-size: 3.8vw;
}
.column__category-date {
    font-size: 3vw;
    padding: 0 0 0 4vw;
}
.column__category-date:before {
    left: 0;
    top: 1px;
}
.column__category-image {
    width: 23%;
}
.column__category-item a {
    gap: 4%;
}
.column__category-heading {
    font-size: 4.8vw;
    padding: 2.5vw 0;
}
.column__title {
    font-size: 3.4vw;
    height: 11vw;
}
.column__date {
    font-size: 3vw;
}
.column__list {
    padding: 4vw 2vw;
    height: 48vw;
}
.column__image {
    width: 25%;
}
.column__item a {
    gap: 3%;
}
/* .about-us */
.about-us {
    padding: 12vw 0 18vw;
}
.about-us__image {
    width: 100%;
    margin: 10vw auto 0;
}
.about-us__message {
    font-size: 6.3vw;
    padding: 4vw 0;
    line-height: 1.4;
}
.about-us__message span {
	display: block;
}
.about-us__text {
    font-size: 4vw;
    line-height: 1.7;
}
.about-us__text span {
    display: block;
}
/*.staff  */
.staff {
    padding: 12vw 0 12vw;
}
.staff__list {
    padding: 6vw 0 8vw 0;
}
.staff__image {
    height: 50vw;
}
.staff__item a {
    margin: 0 8vw;
}
.staff__prev, .staff__next {
    width: 6.5vw;
    height: 20vw;
}
.staff__prev::before, .staff__next::before {
    font-size: 3vw;
}
.staff__prev {
    left: 10.5vw;
}
.staff__next {
    right: 10.5vw;
}
/* .company-menu */
.company-menu {
    padding: 10vw 0 6vw;
}
.company-menu__list {
    justify-content: center;
    gap: 7vw;
}
.company-menu__item {
    width: 70vw;
    height: 40vw;
}
.company-menu__title {
    font-size: 6.2vw;
    padding: 14vw 0 2vw 0;
}
.company-menu__sub-title {
    font-size: 3vw;
}
.company-menu__item:after {
    width: 2vw;
    height: 2vw;
    right: 1.2vw;
    bottom: 1.2vw;
}
/*--------------------------------------------------------------------------------------------------------------------------------
	　共通
--------------------------------------------------------------------------------------------------------------------------------*/
/* .contact-banner */
.contact-banner {
    padding: 10vw 0;
}
.contact-banner__title {
    font-size: 6.6vw;
    line-height: 1.2;
}
.contact-banner__title span {
	display: block;
}
.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-bannerr__contact {
    margin: 5vw 0 2vw;
}
/* .company-info  */
.company-info h2.underline {
    background: var(--main-color);
    font-size: 5vw;
    padding: 3vw 4vw !important;
    border-bottom: 2px solid #b4640a;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    box-sizing: border-box;
    color: #fff;
    text-align: left;
}
.company-info {
    padding: 10vw 0;
}
.company-info__container {
    width: 89.3%;
}
.company-info .icon-intro:before {
    font-size: 5vw;
}
.company-info .icon-document:before {
    font-size: 5vw;
}
.company-info .icon-fee:before {
    font-size: 5vw;
}
.company-info__search input#s {
    height: 8vw;
}
input#submit {
    background-image: -moz-linear-gradient( 90deg, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 
90deg
 , rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(206, 206, 206) 0%, rgb(255, 255, 255) 100%);
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 0.8em;
    padding: 1vw;
    width: 10vw;
	color: #484848; 
}
.search_box input[type="text"] {
    border: 1px solid #eee;
    width: 26.4vw;
    height: 6.1vw;
    padding: inherit;
}
.company-info__item {
    width: 48.5%;
}
.company-info__office {
    font-size: 4vw;
    padding: 6vw 0;
}
.company-info__date {
    font-size: 2.8vw;
}
.company-info__title {
    font-size: 4.5vw;
    height: 7vw;
}
.company-info__item-box {
    height: 63vw;
	border-width: 1px;
}
.company-info__address {
    font-size: 3vw;
    line-height: 1.5;
    padding: 6vw 3vw 7vw;
}   
.company-info__btn:before{
    display: block;
}
.company-info__search-title {
    font-size: 3.5vw;
    padding: 1vw 1.5vw 0 1.5vw;
}
.company-info__btn-list {
    display: flex !important;
    flex-wrap: nowrap;
}
.company-info__btn {
    background: var(--main-color);
    padding: 3vw 0;
    border-bottom: 2px solid #b4640a;
    display: block;
    width: 32%;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-size: 4vw;
    font-weight: 500;
}
.company-info__search-box form {
    padding: 1.5vw;
}
.company-info__menu-list {
    padding: 1.5vw;
    gap: 1vw;
}
.company-info__menu-item a {
    font-size: 3.4vw;
    height: 9vw;
    gap: 3vw;
    padding-left: 3vw;
}
.company-info__tel {
    font-size: 5.5vw;
    padding-bottom: 2vw;
    gap: 2vw;
}
.company-info__tel:before {
    width: 6vw;
    height: 3.5vw;
}
.company-info .icon-like:before {
    font-size: 3.5vw;
}
.company-info__btn:before {
    font-weight: 900;
    font-size: 22px;
    font-family: "Font Awesome 5 Free";
	content:"";
}
.company-info__btn.office:before {
	content:"\f1ad";
}
.company-info__btn.voice:before {
	content:"\f086";
}
.company-info__btn.intro:before {
	content:"\f46d";
}
.company-info__list {
	 flex-wrap: wrap;
	 gap: 4vw 0;
}

/*main*/

main .page_under01 {
    margin-bottom: 6vw;
}
main .page_under01 ul.child li a {
    padding: 5vw;
}
/*ページネーション*/
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;
}