/*
Theme Name: raqoon_wp
Author: raQoon LLC.
Author URI: https://raqoon.jp/
Description: UnderscoresをベースにしたオリジナルWPテーマ
Version: 3.2.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: raqoon_wp
*/

html {
    overflow-x: hidden;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0 !important;
}

.font-hiragino {
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
}

.font-yu-gothic {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.font-yu-mincho {
    font-family: 'Yu Mincho', serif;
}

.font-notosans {
    font-family: 'Noto Sans JP', sans-serif;
}

.font-zenkaku {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

.font-kosugimaru {
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
}

.font-yakuhan {
    font-family: 'YakuHanJP_Narrow', sans-serif;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: var(--site-text-color);
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

a {
    color: initial;
    text-decoration: none;
}

a:visited {
    color: initial;
}

a:hover,
a:focus,
a:active {
    color: initial;
}

a:focus {
    /*outline: thin dotted;*/
}

a:hover,
a:active {
    outline: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post {
    margin: 0 0 1.5em;
}

.page {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

#primary[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*ここから*/
.wp-block-columns {
    gap: 1.5rem;
}

ul,
ol {
    margin-left: 0;
    padding-left: 20px;
}

li>ul,
li>ol {
    margin-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    margin-bottom: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    padding: 10px 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:not(:last-child) {
    border-bottom: dashed 2px;
}

.wrap100_inner :where(.wp-block-columns) {
    margin-bottom: 0;
}

/*蛍光ペン*/
.raqoon-highlight-yellow {
    background: linear-gradient(transparent 60%, #ffd77c 60%);
    font-weight: bold;
}

.raqoon-highlight-pink {
    background: linear-gradient(transparent 60%, #ffe0ef 60%);
    font-weight: bold;
}

.raqoon-highlight-green {
    background: linear-gradient(transparent 60%, #b2ffd8 60%);
    font-weight: bold;
}

/*コンタクト*/
span.hissu {
    font-weight: 700;
    background: #e44e4e;
    color: #fff;
    font-size: 10px;
    padding: 4px 5px 4px 7px;
    border-radius: 4px;
    margin-right: 10px;
    vertical-align: baseline;
}

span.nini {
    font-weight: 700;
    background: #ccc;
    color: #fff;
    font-size: 10px;
    padding: 4px 5px 4px 7px;
    border-radius: 4px;
    margin-right: 10px;
    vertical-align: baseline;
}

/* CF7チェックボックスを縦並びに */
span.wpcf7-checkbox .wpcf7-list-item {
    margin-top: 5px;
    display: block;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7 input[type="url"],
.wpcf7-form input[type="email"] {
    border: none;
    background: #eeeff4;
    padding: 0.7em;
    margin-bottom: 1rem;
    margin-top: 0.5em;
    width: 100%;
}

.wpcf7-form select {
    border: none;
    background: #eeeff4;
    margin-bottom: 1rem;
    margin-top: 0.5em;
}


/*rq*/
#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-footer {
    margin-top: auto;
}

.hidden {
    display: none;
}

/*要調整？*/
.page-content,
.entry-content,
.entry-summary {
    max-width: 1200px;
    margin: 0 auto;
}

/*フロントページのみヘッダーfix*/
#head_pc.sticky_on {
    position: sticky;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}
/*
.home #head_pc.sticky_on {
    position: fixed;
}*/

/*address_tel*/
#address_tel {
    /*background: #fff;*/
}

#address_tel .site-header_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 1rem;
}

#address_tel .site-header_inner .site-branding {
    max-width: 369px;
    display: block;
}

.site-branding .site-title {
    margin: 0;
}

#address_tel .site-header_inner .site-branding img {
    display: block;
}

#address_tel .address_tel_block {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    text-align: right;
    gap: 7px;
}

#address_tel .address_tel_block a {
    display: block;
    font-size: 2rem;
    line-height: 1;
    font-weight: 900;
}

#address_tel .address_tel_block a .fa-phone {
    font-size: 90%;
    margin-right: 5px;
    color: var(--accent-color);
}

#address_tel .address_tel_block p {
    margin: 0;
}

#address_tel_menu {
    background: var(--headnav-color);
    color: var(--headnav-text-color);
}

#address_tel_menu.active {
    top: 0;
    left: 0;
    right: 0;
}

#address_tel_menu a {
    color: var(--headnav-text-color);
}

#address_tel_menu .head-navigation ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    max-width: 100%;
}

#address_tel_menu .head-navigation ul li {
    flex: 1;
    margin: 0;
    text-align: center;
    position: relative;
    line-height: 1;
    word-break: keep-all;
}

#address_tel_menu .head-navigation ul li:not(:last-child) {
    border-right: solid 1px;
}

#address_tel_menu .head-navigation ul li:hover {
    opacity: 0.7;
    transition: 0.3s;
}

#address_tel_menu .head-navigation ul li a {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 1em 5px;
}

#address_tel_menu .head-navigation ul li .menu-item-description {
    line-height: 1;
    font-size: 11px;
}

/*logo_menu_flat*/
.header_section {
    background: var(--header-bg-color);;
}

#logo_menu_flat .site-header_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0.5rem;
}

#logo_menu_flat .site-header_inner .site-branding {
    max-width: 369px;
    display: block;
}

#logo_menu_flat .site-header_inner .site-branding img {
    display: block;
	width:auto;
	max-height:78px;
}

#logo_menu_flat .head-navigation {
    margin-left: auto;
}

#logo_menu_flat_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-left: auto;
    gap: 22px;
}

#logo_menu_flat_menu li {
    margin: 0;
    text-align: center;
    position: relative;
    line-height: 1;
    word-break: keep-all;
}

#logo_menu_flat_menu li a {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 1em 5px;
	color: var(--headnav-text-color);
}

/**/
#head_sp.sticky_on {
    /*position:relative;*/
    position: sticky;
    z-index: 10;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

#head_sp img,
#head_sp a {
    display: block;
}
#head_sp .site-header_inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

#head_sp .site-header_inner .site-branding {
    width: 64%;
	padding-left:10px;
}
#head_sp .site-header_inner .site-branding img{
	width:auto;
	max-height:48px;
}

#head_sp .address_tel_block {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-left: auto;
    text-align: center;
    line-height: 55px;
}

#head_sp .address_tel_block a,
#head_sp .address_tel_block #address_tel_hamburger {
    flex: 1;
    width: 55px;
    height: 55px;
    font-size: 35px;
}

#head_sp .address_tel_block a {
    color: var(--accent-color);
}

#address_tel_hamburger {
    background: var(--headnav-color);
    color: var(--headnav-text-color);
    position: relative;
}

#address_tel_hamburger span {
    position: absolute;
    width: 59%;
    height: 3px;
    content: "";
    background: var(--headnav-text-color);
    left: 0;
    right: 0;
    margin: auto;
}

#address_tel_hamburger span:nth-child(1) {
    top: 12px;
}

#address_tel_hamburger span:nth-child(2) {
    top: 24px;
}

#address_tel_hamburger span:nth-child(3) {
    top: 36px;
}

#address_tel_hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 22.5px;
}

#address_tel_hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 22.5px;
}

#address_tel_hamburger.active span:nth-child(2) {
    display: none;
}

/**/
.head-navigation .sub-menu {
    display: none !important;
}

.head-navigation>ul li:hover>.sub-menu {
    display: block !important;
    position: absolute;
    background: var(--headnav-color);
    min-width: 350px;
    z-index: 1;
    top: 100%;
    left: 0;
}

.head-navigation .sub-menu li {
    border-right: none !important;
    border-bottom: solid 1px;
}

/**/
.head-navigation_hamburger {
    position: absolute;
    z-index: 9990;
    background: #fff;
    width: 100%;
}

.head-navigation_hamburger.active {
    box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.3);
}

.head-navigation_hamburger ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.head-navigation_hamburger ul li {
    margin: 0;
    padding: 0 10px;
}

.head-navigation_hamburger ul a {
    padding: 1em 0;
}

.head-navigation_hamburger ul li:not(:last-child) a {
    border-bottom: solid 2px var(--headnav-color);
}

.head-navigation_hamburger .sub-menu {
    display: none;
}

/**/
#firstview {
    /*height: 100vh;*/
	min-height: 80vh;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}
#firstview.firstview-has-height{
	min-height:initial;
}

#firstview.firstview_mode {
    background-image: var(--firstview-bg);
}

#firstview.firstview_video {
    overflow: hidden;
}

#firstview.firstview_video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
}

.firstview_title {
    width: 100%;
    max-width: 90%;
    position: absolute;
    top: 50%;/*60*/
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.firstview-title-shadow {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4);
}

.firstview-align-left {
    text-align: left;
}

.firstview-align-center {
    text-align: center;
}

.firstview-align-right {
    text-align: right;
}

.firstview_title .firstview_title_top {
    margin: 0;
    font-weight: 800;
    line-height: 1.3;
}

.firstview_title .firstview_message {
    margin: 0;
    font-weight: 500;
    line-height: 1.5;
}
/*
.firstview-has-height .firstview_title {
    top: 50%;
}*/

/*footer*/
.site-footer {
    background: var(--headnav-color);
    color: var(--headnav-text-color);
    padding: 40px 16px;
}

.site-footer a {
    color: var(--headnav-text-color);
}

.site-info {
    text-align: center;
}

/*side_fix_btn*/
#side_fix_btn {
    position: fixed;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

#fix_nav_btn {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    writing-mode: vertical-lr;
}

#fix_nav_btn li {
    padding: 0;
}

#fix_nav_btn li a {
    display: block;
    padding: 1em 0.8em;
    font-size: 18px;
    font-weight: bold;
    color: var(--headnav-text-color);
    transition: 0.3s;
}

#fix_nav_btn li a:hover {
    opacity: 0.8;
}

#fix_nav_btn li:nth-child(1) a {
    background: var(--main-color);
}

#fix_nav_btn li:nth-child(2) a {
    background: var(--sub-color);
}

#fix_nav_btn li:nth-child(1) a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
}

#fix_nav_btn li:nth-child(2) a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
}

#fix_nav_btn li:nth-child(1) a::before,
#fix_nav_btn li:nth-child(2) a::before {
    margin-bottom: 5px;
}

/**/
.page .entry-header {
    overflow: hidden;
}

.entry-header_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px;
    text-align: center;
    position: relative;
}

.page .entry-header_inner h1 {
    margin: 0;
    line-height: 1.3;
    font-size: 50px;
}

.page .entry-header_inner .page-subtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 250px;
    margin: 0;
    line-height: 1;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.1);
}
.single_content{
	padding:0 1rem;
}
.single_content.has-sidebar {
    display: flex;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.single_content.no-sidebar {
    max-width: 1200px;
    margin: 0 auto;
}

.single_content #raqoon_sidebar {
    width: 300px;
    margin-top: 55px;
}
#raqoon_sidebar h2{
background:var(--headnav-color);
color:var(--headnav-text-color);
	line-height:1.3;
	padding:10px;
}

.single_content_inner {
    max-width: 1200px;
    flex: 1;
}

.single .entry-header {
    margin: 0 auto;
}

.single .entry-title {
    line-height: 1.4;
    margin-top: 55px;
}

.single .site-main {
    padding-bottom: 100px;
}

.archive .page-header {
    max-width: 1200px;
    margin: 0 auto;
}

.archive .page-header .page-title {
    margin-top: 55px;
}

.content-archive_noimage article {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border-bottom: solid 2px #ccc;
}

.content-archive_noimage article .entry-header {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.content-archive_noimage article .entry-title {
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
}

.archive .site-main ,.search .site-main{
    padding-bottom: 100px;
}

/*画像あり追加*/
.content-archive {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.content-archive a {
    width: 32%;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

.blogcard_link .blogcard_image {
    width: 100%;
    height: 0;
    padding-top: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.content-archive .blogcard_link p {
    margin: 0;
}

.content-archive .blogcard_link article {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/**/
#scrollToTopBtn {
    position: fixed;
    bottom: 70px;
    right: 10px;
    display: none;
    z-index: 999;
    background: var(--accent-color);
    ;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

/**/
#breadcrumbs {
    background: var(--main-color);
	color:var(--accent-color);
    overflow-x: scroll;

    /* スクロールバー非表示（クロスブラウザ対応） */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE, Edge */
}

#breadcrumbs::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.breadcrumbs {
    margin: 0;
    max-width: 1440px;
    margin: 0 auto;
    padding: 7px 20px;
    font-size: 12px;
}

.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
}

.breadcrumbs ul li {
    padding: 0 5px 0 0;
    min-width: fit-content;
    word-break: keep-all;
}

.breadcrumbs ul li:not(:last-child)::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-left: 5px;
}

.breadcrumbs ul li a{
	color:#fff;
}
/*raqoon-toc*/
.raqoon-toc {
    max-width: 600px;
    margin: 40px auto;
    background: #f5f5fa;
    border: solid 1px #ccc;
    border-radius: 3px;
    padding: 20px;
}

.raqoon-toc ul {
    margin: 0;
}

/**/
/* ページネーション全体の余白・配置 */
.raqoon-pagination ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 4em 0 0;
    gap: 0.8em;
}

.raqoon-pagination li a,
.raqoon-pagination li span {
    display: inline-block;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--main-color, #0073aa);
    color: var(--main-color, #0073aa);
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s ease;
}

.raqoon-pagination li .current {
    background: var(--main-color, #0073aa);
    color: #fff;
    border-color: var(--main-color, #0073aa);
}

/* 前後のアイコンだけ border を消す */
.raqoon-pagination li a.prev,
.raqoon-pagination li a.next {
    border: none;
    background: transparent;
}

/* アイコンにちょっとホバー入れてもいいかも？ */
.raqoon-pagination li.prev a:hover,
.raqoon-pagination li.next a:hover {
    color: var(--accent-color, #d00);
}

/**/
.raqoon-display-sp:before {
    content: "\a";
    white-space: pre;
}

.raqoon-display-pc:before {
    content: "";
    white-space: normal;
}

@media screen and (min-width: 768px) {
    .raqoon-display-sp:before {
        content: "";
        white-space: normal;
    }

    .raqoon-display-pc:before {
        content: "\a";
        white-space: pre;
    }
}

/*widget*/
#footer_top .raqoon_phone_link {
    text-align: center;
    font-weight: 800;
    color: var(--main-color);
    font-size: 40px;
}

#footer_top .raqoon_phone_link::before {
    font-family: "Font Awesome 6 Free";
    content: "\f095";
    font-size: 70%;
    margin-right: 7px;
}

/*受付時間テーブル*/
.response_time table {
    border: solid 2px var(--headnav-color);
    margin-bottom: 5px;
}

.response_time thead {
    border-bottom: none;
    border: solid 1px var(--headnav-color);
    background: var(--headnav-color);
    color: var(--headnav-text-color);
}

.response_time td {
    color: var(--headnav-color);
    background: var(--headnav-text-color);
}

/*#firstview受付時間テーブル*/
#firstview .response_time {
    position: absolute;
    bottom: 3%;
    left: 3%;
}

/*検索窓*/
.wp-block-search__label {
    display: none;
}

.wp-block-search__form {
    display: flex;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 9999px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.wp-block-search__input {
    flex: 1;
    padding: 0.75em 1em !important;
    font-size: 1rem;
    border-radius: 7px 0 0 7px !important;
    border-right: none !important;
    outline: none;
    background: #fafafa;
}

.wp-block-search__button {
    position: relative;
    font-size: 0;
    background-color: var(--main-color, #0073aa);
    color: #fff;
    border: none;
    border-radius: 0 7px 7px 0 !important;
    margin: 0;
    padding: 0 1.2em !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 40px;
}

.wp-block-search__button::before {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.2rem;
    line-height: 1;
}

.wp-block-search__button:hover {
    background-color: var(--accent-color, #005f8d);
}

/**/
.is-overlay .header_section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	background:transparent;
    z-index: 999;
	background:linear-gradient(180deg, rgba(255,255,255,0.8), transparent);
}
.logo-filter .site-header_inner .site-branding img{
	filter:brightness(0) invert(1);
}

.wp-block-cover.alignfull{
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}


/*レスポンシブ　ブレイクポイント一個？？*/
@media screen and (max-width:767px) {
    #head_pc {
        display: none;
    }

    #head_sp {
        display: block;
    }

    #firstview {
        height: 75vh;
    }

    .firstview_title {
        font-size: 8vw;
    }

    .page .entry-header_inner h1 {
        font-size: 8vw;
    }

    .entry-header_inner {
        padding: 64px 20px;
    }

    .page .entry-header_inner .page-subtitle {
        font-size: 75px;
    }

    .single .entry-title {
        font-size: 26px;
        margin-top: 30px;
    }

    .archive .page-header .page-title {
        font-size: 26px;
        margin-top: 30px;
    }

    .archive article .entry-header {
        gap: 10px;
    }

    .archive article .entry-title {
        font-size: 18px;
    }

    .wrap100 {
        padding: 42px 0;
    }

    #side_fix_btn {
        top: initial;
        right: 0;
        left: 0;
        bottom: 0;
        transform: initial;
        -webkit-transform: initial;
        text-align: center;
    }

    #fix_nav_btn {
        writing-mode: initial;
    }

    #fix_nav_btn li {
        flex: 1;
    }

    #fix_nav_btn li a {
        padding: 10px;
    }

    .breadcrumbs {
        padding: 7px 10px;
    }

    .content-archive {
        flex-direction: column;
        justify-content: center;
    }

    .content-archive a {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    #fix_nav_btn li:nth-child(1) a::before,
    #fix_nav_btn li:nth-child(2) a::before {
        margin-bottom: 0;
        margin-right: 5px;
    }

    /*#firstview受付時間テーブル*/
    #firstview .response_time {
        display: none;
    }

    #raqoon_sidebar {
        display: none !important;
    }
}





/*ココカラ*/
body{
	font-family: "Montserrat",'Noto Sans JP', sans-serif!important;
}


/* ===== HEADER ===== */
#firstview{
	height: calc(100vh - 80px);
}
.mac-header {
  background:var(--main-color);
  color:#fff;
  position:sticky;
  top:0;
  width:100%;
  z-index:999;
}

.mac-header-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0;
  height:72px;
}

.mac-header-logo {
  padding:0 100px 0 16px;
  display:flex;
  align-items:center;
  height:72px; /* ヘッダーと同じ */
}

.mac-header-logo a{
	
}
.mac-header-logo img {
  max-height:65px;
  width:auto;
  display:block;
}

/* ===== PC NAV ===== */
.mac-header-nav.is-pc {
  flex:1;
  margin-left:40px;
}

/* ===== PCメニュー：均等幅 ===== */
.mac-nav-list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mac-nav-list > li {
  flex: 1;
  text-align: center;
  position: relative;
  height: 72px;
}


.mac-nav-list > li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  width: 2px;
  height: 60%;
  /*background: rgba(255,255,255,.3);*/
	background:#fff;
}
.mac-nav-list,
.mac-nav-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


/* ===== 矢印（デフォ：下） ===== */
.mac-nav-list > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg); /* 下向き */
  transition: .3s;
  vertical-align: middle;
}
/* 子メニューあり：デフォは下向き */
.mac-nav-list > li.menu-item-has-children > a::after{
  content:"";
  display:inline-block;
  margin-left:6px;
  width:6px;
  height:6px;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
  transform: rotate(45deg); /* ▼ */
  transform-origin: 50% 50%;
  transition: transform .25s;
  vertical-align: middle;
}

/* ホバー中は上向き（li hoverより a hoverの方が確実） */
.mac-nav-list > li.menu-item-has-children > a:hover::after,
.mac-nav-list > li.menu-item-has-children:focus-within > a::after{
  transform: rotate(-135deg); /* ▲ */
}


/* ▼ 下層 */
/* =========================
   子メニュー（PC）
   上からするする＋隙間ゼロ
========================= */

/* 親メニュー a（完全版） */
.mac-nav-list > li > a {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  background: var(--main-color);
  position: relative;
  overflow: hidden; /* ← 擬似要素はみ出し防止 */
}

.mac-nav-list > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    #f5c400 0%,
    #1e88e5 100%
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(.4, 0, .2, 1);
  pointer-events: none;
}

.mac-nav-list > li:hover > a::before,
.mac-nav-list > li:focus-within > a::before {
  transform: scaleX(1);
}




/* ▼ 子メニュー本体：初期状態 */
.mac-nav-list li ul {
  position: absolute;
  top: 100%;          /* 親メニュー直下にピタ */
  left: 0;
  width: 100%;
  background: var(--accent-color);
  margin: 0;          /* 念のため */
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px); /* ← ここが「するする」 */
  transition:
    opacity .25s ease,
    transform .25s ease;
  z-index: 10;
  pointer-events: none;
}

/* 表示時：上からスライド */
.mac-nav-list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
	min-width:100%;
	width:max-content;
}

/* 子メニュー内リンク */
.mac-nav-list li ul li a {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.1);
  display: block;
  text-align: center;
	color:var(--main-color);
}

/* 子メニューには矢印を出さない */
.mac-nav-list li ul a::after {
  display: none !important;
}


/* ===== 右側 ===== */
/* ===== 右端2段ボタン（PCのみ） ===== */
.mac-header-actions.is-pc {
  display:flex;
  flex-direction:column;
  height:72px; /* ヘッダー高さ */
	background:var(--accent-color);
}

.mac-header-btn {
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  width:140px;
  font-size:13px;
  color:#fff;
}

/* 上：お問い合わせ */
.mac-btn-contact {
  border-bottom:solid 1px var(--main-color);;
	color:var(--main-color);
}

/* 下：採用情報 */
.mac-btn-recruit {
	color:var(--main-color);
}

/* hover */
.mac-header-btn:hover {
  /*filter:brightness(1.1);*/
	opacity:0.8;
}


/* ===== HAMBURGER ===== */
.mac-hamburger {
  width:44px;
  height:44px;
  background:var(--main-color);
  border:none;
  position:relative;
	border-radius:0;
}

.mac-hamburger span {
  position:absolute;
  left:15px;
  width:24px;
  height:2px;
  background:#fff;
}

.mac-hamburger span:nth-child(1){top:18px;}
.mac-hamburger span:nth-child(2){top:25px;}
.mac-hamburger span:nth-child(3){top:32px;}

/* ===== SP MENU ===== */
.mac-sp-menu {
  position:fixed;
  /*top:55px;*/
	top:101px;
  left:0;
  width:100%;
  background:var(--main-color);
  transform:translateY(-100%);
  transition:.4s;
}

.mac-sp-menu.is-open {
  transform:translateY(0);
	z-index:5;
}
.mac-sp-menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
.mac-sp-nav li {
  border-bottom:1px solid rgba(255,255,255,.2);
}

.mac-sp-nav a {
  display:flex;
  justify-content:space-between;
  padding:18px;
  color:#fff;
}

.mac-sp-menu .sub-menu{
	background:var(--accent-color);
}
.mac-sp-menu .sub-menu a{
	color:var(--main-color);
}
/* ===== HAMBURGER → CLOSE (×) ===== */
.mac-hamburger.is-open span:nth-child(1){
  top: 26px;                 /* 55pxボタンの中心あたり */
  transform: rotate(45deg);
}

.mac-hamburger.is-open span:nth-child(2){
  opacity: 0;
  transform: translateX(10px);
}

.mac-hamburger.is-open span:nth-child(3){
  top: 26px;
  transform: rotate(-45deg);
}

/* 変形を滑らかに */
.mac-hamburger span{
  transition: transform .25s ease, top .25s ease, opacity .2s ease;
}

/* 親リンク横に矢印用スペース */
.mac-sp-nav .menu-item-has-children > a {
  position: relative;
  padding-right: 48px;
}

/* 矢印 */
.mac-sp-nav .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .25s ease;
}

/* 開いてるとき ▲ */
.mac-sp-nav .menu-item-has-children.is-open > a::after {
  transform: translateY(-50%) rotate(-135deg);
}
.mac-sp-nav .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.mac-sp-nav .menu-item-has-children.is-open > .sub-menu {
  max-height: 500px; /* 多めに */
}



/* ===== RESPONSIVE ===== */
@media(max-width:960px){
  .mac-header-nav.is-pc{display:none;}
	.mac-header-inner,.mac-header-logo,.mac-header-actions.is-pc{
		height:55px;
	}
	.mac-hamburger{
		width:55px;
		height:55px;
	}
	.mac-header-actions_sp{
		display:flex;
		align-items:center;
	}
	.mac-header-actions.is-pc{
		margin-right:0;
		border-left:solid 1px #ccc;
	}
	.mac-header-logo img {
		max-height:50px;
}
}
@media(min-width:961px){
  .mac-hamburger,.mac-sp-menu{display:none;}
}





.firstview_title .firstview_title_top{
	font-family: "Montserrat", sans-serif;
	font-size:clamp(26px, 4.5vw, 55px)!important;
}

#f_concept{
	position: relative;
	background-image: url(/wp-content/uploads/2026/01/shutterstock_2270156223-scaled.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/* ネイビー被せ */
#f_concept::before{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(10, 35, 60, 0.75); /* ネイビーの濃さはここ */
	z-index: 1;
}
/* 中身は上に出す */
#f_concept > *{
	position: relative;
	z-index: 2;
}
#f_concept p{
	color:#fff;
}

.page .entry-header{
  position: relative; /* ← これがないとダメ */
  overflow: hidden;   /* ← はみ出し防止（ほぼ必須） */
}
.page .entry-header::before{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(10, 35, 60, 0.75); /* ネイビーの濃さはここ */
	z-index: 1;
}
.page .entry-header > *{
	position: relative;
	z-index: 2;
}
.page .entry-header_inner h1{
	color:#fff;
}
.page .entry-header_inner .page-subtitle{
	font-size:clamp(25px, 6.5vw, 55px)!important;
}

#foot_cta_wrap{
	position: relative;
	background-image: url(/wp-content/uploads/2026/01/shutterstock_321663713-scaled.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* ネイビー被せ */
#foot_cta_wrap::before{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(10, 35, 60, 0.75); /* ネイビーの濃さはここ */
	z-index: 1;
}

/* 中身は上に出す */
#foot_cta_wrap > *{
	position: relative;
	z-index: 2;
}


/* ボタン */
.bashirax-ph-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0.8em 3em;
  border: 1px solid ;
  text-decoration: none;
  color: var(--main-color);
  transition: all 0.25s ease;
	text-align:center;
	justify-content:center;
	width:fit-content;
}

/* 矢印 */
.bashirax-ph-btn::after {
  font-family: "Font Awesome 5 Free"; /* v6なら "Font Awesome 6 Free" */
  font-weight: 900;
  content: "\f054";
  font-size: 12px;
  transition: transform 0.25s ease;
	text-align:center;
}

/* hover */
.bashirax-ph-btn:hover {
	opacity:0.8;
}

.bashirax-ph-btn:hover::after {
  transform: translateX(4px);
}

.bashirax-ph-btn.btn_fff{
	color:#fff;
}
.btn_center{
margin:auto;
text-align:center;
}
.sub_lead{
	font-size:25px;
}
.p_fff{
	color:#fff;
}



#copy_wrap{
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	margin:auto;
	max-width:1080px;
	/*border-top:solid 1px #ccc;
	padding-top:24px;*/
	gap:2rem;
}
.copy_wrap_left{

}
.copy_wrap_left a{
	display:block;
	max-width:140px;
}
.copy_wrap_right{

}
.footer_company_name{
	
}
.footer_company_name span{
	font-weight:bold;
	font-size:115%;
}
/*
.copy_wrap_left img{
	filter:brightness(100);
	transition: filter 0.25s ease;
}

.copy_wrap_left img:hover{
	filter: grayscale(40%) brightness(1.1) contrast(1);
}
*/
.firstview_message {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .6s ease, transform .6s ease;
}

.firstview_message.is-show {
  opacity: 1;
  transform: translateY(0);
}


.site-footer{
	background:#f7f7f7;
	color:#333;
}
.site-footer a{
	color:#333;
}
.copy_link{
    display: block;
    margin: auto;
    width: fit-content;
}
#foot_nav_menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: fit-content;
    margin: 0 0 24px;
    gap: 1em 0;
	padding-left:0;
	font-size:0.8rem;
}

#foot_nav_menu li a{
	padding:0 1.2em;
	border-right:solid 1px;
}
/*
#foot_nav_menu li:last-child{
	width:100%;
}
#foot_nav_menu li:last-child a{
	border-right:none;
	padding-left:0;
}
#foot_nav_menu li#menu-item-436 a{
	border-right:none;
}
*/

#foot_nav_menu li:first-child a{
	padding-left:0;
}
#foot_nav_menu li:last-child a{
	border:none;
}

#foot_nav_menu02 {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: fit-content;
    margin: 0 0 24px;
    gap: 1em 0;
	padding-left:0;
	font-size:0.8rem;
}

#foot_nav_menu02 li a{
	padding:0 1.2em;
	border-right:solid 1px;
}

#foot_nav_menu02 li:first-child a{
	padding-left:0;
}
#foot_nav_menu02 li:last-child a{
	border:none;
}


/*767*/
@media screen and (max-width:767px){
	.mac-header-logo{
		padding:0 44px 0 16px;
	}
}
h2.wp-block-heading{
	position:relative;
	font-size:clamp(20px, 4.5vw, 26px);
	color:var(--main-color);
	font-weight:800;
	letter-spacing:0.04em;
	line-height:1.3;
	margin:80px 0 32px;
	padding-bottom:16px;
}

h2.wp-block-heading::after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:48px;
	height:2px;
	background:var(--main-color);
}

h3.wp-block-heading{
	font-size:clamp(17.5px, 2.6vw, 22px);
	font-weight:600;
	color:#222;
	padding-left:10px;
	border-left:2px solid #ddd;
	margin:48px 0 16px;
}

h4.wp-block-heading{
	position:relative;
	font-size:1.1rem;
	font-weight:600;
	line-height:1.6;
	color:#222;
	margin:32px 0 8px;
	padding-left:20px;
}

h4.wp-block-heading::before{
	content:"";
	position:absolute;
	left:0;
	top:0.85em;
	width:12px;
	height:2px;
	background:#cfd6e0;
}



/* =========================
   wp-block-table 基本設定
========================= */
.wp-block-table{
	margin:48px 0;
	overflow-x:auto;
}

.wp-block-table table{
	width:100%;
	border-collapse:separate;
	border-spacing:0;
	font-size:15px;
	line-height:1.6;
	background:#fff;
}
.wp-block-table thead td,
.wp-block-table thead th{
	background:#f6f8fb;
	font-weight:600;
	color:#222;
	padding:16px 18px;
	border:none;
	border-bottom:2px solid #e5e8ef;
	white-space:nowrap;
}
.wp-block-table tbody td{
	padding:18px;
	border:none;
	border-bottom:1px solid #e5e8ef;
	vertical-align:top;
	color:#333;
}
.wp-block-table tbody td:first-child{
	font-weight:600;
	color:#111;
	background:#fafafa;
	white-space:nowrap;
}
.wp-block-table td br{
	content:"";
	margin-bottom:6px;
	display:block;
}



.pharmacy-cta {
background: var(--sub-color);
    padding: 1.5rem;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 4rem auto;
    max-width: 770px;
}
.pharmacy-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255,255,255,0.03),
    rgba(255,255,255,0.03) 2px,
    transparent 2px,
    transparent 8px
  );
  pointer-events: none;
}
.pharmacy-cta__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.pharmacy-cta__label {
  display: inline-block;
  background: var(--accent-color);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 20px;
}

.pharmacy-cta__title {
  font-size: 33px;
  line-height: 1.4;
	margin:0;
	color:#fff2d0;
}

.pharmacy-cta__text {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 0;
}

.pharmacy-cta__btn {
  display: inline-block;
  background: #ffffff;
  color: #0b4f6c;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.pharmacy-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.pharmacy-cta__note {
  margin-top: 16px;
  font-size: 13px;
  opacity: 0.8;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .pharmacy-cta {
    padding: 48px 16px 55px;
  }

  .pharmacy-cta__title {
    font-size: 28px;
  }

  .sp-only {
    display: block;
  }
	.pharmacy-cta__btn{
		padding:18px 29px;
	}
	#foot_cta_wrap .sub_lead {
		font-size:1.25rem;
	}
}


/* ===== 全体 ===== */
.bashirax-cf7 {
  font-size: 15px;
  color: #0a233c;
}

.bashirax-cf7__lead {
  margin-bottom: 24px;
  line-height: 1.6;
}

.bashirax-cf7__note {
  font-size: 13px;
  color: #666;
}

/* ===== テーブル ===== */
.bashirax-cf7__table {
  width: 100%;
  border-collapse: collapse;
}

.bashirax-cf7__table th,
.bashirax-cf7__table td {
  border-top: 1px solid #d8dde3;
  padding: 20px 16px;
  vertical-align: top;
}

.bashirax-cf7__table tr:last-child th,
.bashirax-cf7__table tr:last-child td {
  border-bottom: 1px solid #d8dde3;
}

/* 左カラム */
.bashirax-cf7__table th {
  width: 260px;
  font-weight: 700;
  background: #fff;
  position: relative;
}

/* 必須バッジ 
.bashirax-cf7 .req {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  font-size: 12px;
  background: #9b1c20;
  color: #fff;
  border-radius: 2px;
}*/
.bashirax-cf7 .req{
	color:#9b1c20;
	margin-left: 8px;
}
/* ===== 入力欄 ===== */
.bashirax-cf7__input,
.bashirax-cf7__textarea,
.bashirax-cf7__select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cfd6dd;
  border-radius: 0;
  font-size: 14px;
  background: #fff;
}

.bashirax-cf7__textarea {
  min-height: 140px;
}

/* focus */
.bashirax-cf7__input:focus,
.bashirax-cf7__textarea:focus,
.bashirax-cf7__select:focus {
  outline: none;
  border-color: #0a233c;
}

/* ===== ラジオ ===== */
.bashirax-cf7__radio label {
  margin-right: 20px;
  cursor: pointer;
}

/* ===== 住所 ===== */
.bashirax-cf7__ziprow {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.bashirax-cf7__zipmark {
  font-weight: 700;
}

.bashirax-cf7__warn {
  font-size: 12px;
  color: #666;
  margin-bottom: 12px;
}

/* ===== 連絡時間 ===== */
.bashirax-cf7__contacttime {
  margin-top: 12px;
}

.bashirax-cf7__contacttime-title {
  font-weight: 700;
  margin-bottom: 8px;
}

/* ===== 下部同意エリア ===== */
.bashirax-cf7__accept {
  margin-top: 40px;
  padding: 24px;
  background: #f2f3f5;
  text-align: center;
  font-size: 14px;
}

/* ===== 送信ボタン ===== */
.bashirax-cf7__submit {
  text-align: center;
  margin-top: 24px;
}

.bashirax-cf7__submit input[type="submit"] {
  background: var(--main-color);
  color: #fff;
  border: none;
  padding: 14px 48px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.bashirax-cf7__submit input[type="submit"]:hover {
  opacity: 0.9;
}

/* ===== SP ===== */
@media (max-width: 767px) {
  .bashirax-cf7__table th,
  .bashirax-cf7__table td {
    display: block;
    width: 100%;
  }

  .bashirax-cf7__table th {
    padding-bottom: 8px;
  }
}


.wpcf7-form input[type="date"],
.wpcf7-form input[type="number"],
.wpcf7-form select{
	border: none;
    background: #eeeff4;
    padding: 0.7em;
    margin-bottom: 1rem;
    margin-top: 0.5em;
    width: 100%;
}
.wpcf7-form input[type="submit"] {
  background: var(--main-color);
  color: #fff;
  border: none;
  padding: 14px 48px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}


/* 縦幅小さめ */
.js-other-textarea {
  min-height: 60px;   /* ← 小さめ */
  resize: vertical;   /* 伸ばしたければOK */
}
.js-other-company-detail {
  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media screen and (max-width:768px){
	.reviews_column-reverse{
		flex-direction:column-reverse;
		gap:0;
	}
}

.table_margin,.table_margin table{
	margin:0;
}
.wp-block-table a{
	text-decoration:underline;
}

.svg_images img{
	width:100%;
}
.table_kanren strong{
	display:block;
}
.table_kanren ul{
	list-style:none;
	margin:0.7rem 0 0;
	padding:0;
	display:flex;
	flex-wrap:nowrap;
	max-width:400px;
	gap:1rem;
}
.table_kanren ul li{
	flex:1;
	max-width:199px;
}
.table_kanren div:not(:last-child){
	margin-bottom:1.5rem;
}

.table__company td:first-child{
	width:15%;
}

.h2_top_message{
	margin-top:32px!important;
}
.h2_margintop0{
	margin-top:0!important;
}
.h2_margin0{
	margin:0!important;
}
@media screen and (max-width:699px){
	.table__company td{
		display:block;
		width:100%!important;
	}
	.svg_images {
		width:65%;
	}
}
.wp-element-caption {
    text-align: center;
    margin-top: 0;
    font-size: 0.75rem;
}
.image_border a{
	width:100%;
}
.image_border img {
    border: solid 1px #ccc;
    width: 100%;
}

#recruit_wrap .col2flex .col2flex_item{
	flex:initial;
}

#recruit_wrap .col2flex .col2flex_item:first-child{
	width:70%;
}

@media screen and (min-width:768px){
.image80{
	max-width:80%!important;
	margin:auto!important;
}	
}

@media screen and (max-width:767px){
	#copy_wrap{
		flex-direction:column;
	}
	#foot_nav_menu li:first-child a,#foot_nav_menu02 li:first-child a{
		padding-left:1.2em;
	}
}