/*
Theme Name: raqoon_wp
Author: raQoon LLC.8
Description: UnderscoresをベースにしたオリジナルWPテーマ
Version: 3.2.8
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%;
}
#head_pc.sticky_on.is-stuck{
	background:rgba(255,255,255,0.9);

}
/*
.home #head_pc.sticky_on {
    position: fixed;
}*/

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

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

#address_tel .site-header_inner .site-branding {
/*     max-width: 369px; */
	max-width: 169px;
    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); */
	background:transparent;
}

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

#logo_menu_flat .site-header_inner .site-branding {
/*     max-width: 369px; */
    max-width: 169px;
    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; */
/* 	font-size:0.85rem; */
	font-size:clamp(11px,1vw,14px);
}

#logo_menu_flat_menu li {
    margin: 0;
    text-align: center;
    position: relative;
    line-height: 1;
    word-break: keep-all;
	width:max-content;
}
#logo_menu_flat_menu li:not(:last-child)::after{
	content:"/";
	color:#00b0d3;
	padding:0 5px;
}
#logo_menu_flat_menu li a {
/*     display: flex; */
    flex-direction: column;
    gap: 7px;
    padding: 1em 5px;
	color: var(--headnav-text-color);
	position:relative;
}
#logo_menu_flat_menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 18px;
}

#logo_menu_flat_menu li.menu-item-has-children > a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid var(--headnav-text-color);
  border-bottom: 2px solid var(--headnav-text-color);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-70%) rotate(45deg);
  transform-origin: center;
transition:
  transform .35s cubic-bezier(.4,0,.2,1);}

#logo_menu_flat_menu li.menu-item-has-children:hover > a::after {
  transform: translateY(-30%) rotate(225deg);
}
/**/
#head_sp.sticky_on {
    /*position:relative;*/
    position: sticky;
    z-index: 10;
/*     background: #fff; */
	background:transparent;
    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:38px;
}

#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: 50%;
    transform: translateX(-50%);
    width: fit-content;
    min-width: 150px;
}

.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); */
	background:#253a4f;
	color:#fff;
    padding: 40px 16px;
}

.site-footer a {
/*     color: var(--headnav-text-color); */
	color:#fff;
}

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

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

/*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; */
	margin:2rem auto 0;
}

.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: #f5f5fa;
    border-bottom: solid 1px #ccc; */
    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;
}

/*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;
}
.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%);
}

/*20260514　2本線ハンバーガー*/

/* ==============================
   SP hamburger button
============================== */

#head_sp .header_sp_02_menu{
    margin-left:auto;
}

#header_sp_02_menu_hamburger{
    width:56px;
    height:48px;
    cursor:pointer;
    position:relative;
    z-index:10003;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;

    background:transparent;
}

/* 線2本 */
#header_sp_02_menu_hamburger span:nth-child(1),
#header_sp_02_menu_hamburger span:nth-child(2){
    display:block;
    width:42px;
    height:4px;
    background:var(--main-color);
    border-radius:999px;
    transition:
        transform .35s ease,
        opacity .35s ease,
        background .35s ease;
}

/* MENU / CLOSE */
#header_sp_02_menu_hamburger span:nth-child(3){
    display:block;
    font-size:11px;
    font-weight:800;
    letter-spacing:.12em;
    line-height:1;
    color:var(--main-color);
    transition:.35s ease;
}

/* open時：× */
#header_sp_02_menu_hamburger.is-open span:nth-child(1){
    transform:translateY(6px) rotate(30deg);
}

#header_sp_02_menu_hamburger.is-open span:nth-child(2){
    transform:translateY(-6px) rotate(-30deg);
}

#header_sp_02_menu_hamburger.is-open span:nth-child(3){
    font-size:10px;
}

/* JSでテキスト差し替えるけど保険 */
#header_sp_02_menu_hamburger.is-open span:nth-child(3){
    color:#fff;
}

#header_sp_02_menu_hamburger.is-open span:nth-child(1),
#header_sp_02_menu_hamburger.is-open span:nth-child(2){
    background:#fff;
}


/* ==============================
   fullscreen menu
============================== */

/* wp_nav_menu側の nav */
#head_sp nav.header_sp_02_menu{
    position:fixed;
    inset:0;
    width:100%;
    height:100dvh;

    background:rgba(0,0,0,.92);
    z-index:10000;

    opacity:0;
    visibility:hidden;
    pointer-events:none;

    transform:translateY(-12px);
    transition:
        opacity .35s ease,
        visibility .35s ease,
        transform .35s ease;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:90px 24px 40px;
}

/* open */
#head_sp nav.header_sp_02_menu.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
}

/* ul */
#head_sp nav.header_sp_02_menu ul{
    list-style:none;
    padding:0;
    margin:0;
    width:100%;
    max-width:420px;
}

/* li */
#head_sp nav.header_sp_02_menu li{
    border-bottom:1px solid rgba(255,255,255,.18);
}

/* a */
#head_sp nav.header_sp_02_menu a{
    display:block;
    padding:15px 4px;
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
    letter-spacing:.06em;
}

/* hover */
#head_sp nav.header_sp_02_menu a:hover{
    color:var(--main-color);
}

/* 子メニュー */
#head_sp nav.header_sp_02_menu .sub-menu{
    padding:0 0 12px 16px;
}

#head_sp nav.header_sp_02_menu .sub-menu li{
    border-bottom:none;
}

#head_sp nav.header_sp_02_menu .sub-menu a{
    padding:8px 0;
    font-size:15px;
    font-weight:500;
    opacity:.8;
}


body.is-sp-menu-open #head_sp.sticky_on{
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    z-index:10002;
}




/*レスポンシブ　ブレイクポイント一個？？*/
@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;
    }
}


/*20260707*/
.home .wrap100_inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}


#medihub_swiper_wrap{
	
}
#medihub_swiper_wrap.wrap100{
	padding:0;
	background:transparent!important;
}
/* #medihub_swiper_wrap .wrap100_inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
} */

.medihub_fv {
  overflow: hidden;
  padding: 56px 0 64px;
/*   background: #f5f9fb; */
}

.medihub_fv_swiper {
  overflow: visible;
}

.medihub_fv_slide {
  height: auto;
}

.medihub_fv_card {
/*   display: grid;
	grid-template-columns: 300px minmax(0, 1fr); */
	display:flex;
	flex-wrap:nowrap;
  width: 100%;
	min-height: 295px;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  color: #1f2d3d;
  box-shadow: 0 18px 45px rgba(37, 58, 79, .08);
}
.medihub_fv_text,.medihub_fv_img{
	flex:1;
}
.medihub_fv_text {
  position: relative;
  min-width: 0;
  padding: 52px 40px 42px;
}

.medihub_fv_date {
  margin-bottom: 34px;
}

.medihub_fv_date span {
  display: block;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
	color:#00b0d3;
/*   color: #fff;
  -webkit-text-stroke: 1.3px #253a4f;
  text-shadow: 1px 1px 0 #253a4f; */
}

.medihub_fv_date small {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #253a4f;
}

.medihub_fv_cat {
  position: absolute;
  top: 50px;
  right: 36px;
  max-width: 150px;
  padding: 7px 16px;
  border: 1px solid #253a4f;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.3;
  color: #253a4f;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.medihub_fv_cat::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 50%;
  background: #00b0d3;
  vertical-align: middle;
}

.medihub_fv_text h2 {
  margin: 0;
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.6;
  letter-spacing: .04em;
  color: #1f2d3d;
}

.medihub_fv_author {
  margin-top: 22px;
  font-size: 13px;
  color: #64748b;
}

.medihub_fv_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 42px;
}

.medihub_fv_tags span {
  padding: 7px 14px;
  border: 1px solid #d6e4ea;
  border-radius: 6px;
  font-size: 12px;
  color: #253a4f;
  background: #fff;
}

.medihub_fv_img {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(135deg, #e8f8fc, #f5fffd);
}

.medihub_fv_img::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(0,176,211,.22), transparent 36%),
    radial-gradient(circle at 82% 18%, rgba(92,215,209,.25), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.4), transparent);
  z-index: 1;
  pointer-events: none;
}

.medihub_fv_img img {
  display: block;
  width: 100%;
  height: 100%;
/*   min-height: 420px; */
	min-height:295px;
  max-width: none;
  object-fit: cover;
  transition: transform .6s ease;
}

.medihub_fv_card:hover .medihub_fv_img img {
  transform: scale(1.04);
}

.medihub_fv_prev,
.medihub_fv_next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #253a4f;
  color: #fff;
  transition: .25s;
}

.medihub_fv_prev:hover,
.medihub_fv_next:hover {
  background: #00b0d3;
}

.medihub_fv_prev::after,
.medihub_fv_next::after {
  font-size: 18px;
  font-weight: 700;
}

.medihub_fv_prev {
  left: 24px;
}

.medihub_fv_next {
  right: 24px;
}

.medihub_fv_pagination {
  bottom: -34px !important;
}

.medihub_fv_pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #8fb7c5;
  opacity: .5;
}

.medihub_fv_pagination .swiper-pagination-bullet-active {
  background: #00b0d3;
  opacity: 1;
}
.medihub_fv_description{
	font-size:0.85rem;
}
@media (max-width: 900px) {
  .medihub_fv {
    padding: 32px 0 52px;
  }

/*   .medihub_fv_card {
    grid-template-columns: 1fr;
    min-height: 0;
  } */
	.medihub_fv_card{
		flex-direction:column;
	}

  .medihub_fv_text {
    order: 2;
    padding: 30px 24px 28px;
  }

  .medihub_fv_img {
    order: 1;
  }

  .medihub_fv_img img {
    min-height: 230px;
    aspect-ratio: 16 / 9;
  }

  .medihub_fv_cat {
    top: 30px;
    right: 24px;
    max-width: 130px;
  }

  .medihub_fv_date {
    margin-bottom: 24px;
  }

/*   .medihub_fv_text h2 {
    font-size: 22px;
  }
 */
  .medihub_fv_tags {
    margin-top: 28px;
  }

  .medihub_fv_prev,
  .medihub_fv_next {
    width: 34px;
    height: 34px;
  }

  .medihub_fv_prev {
    left: 8px;
  }

  .medihub_fv_next {
    right: 8px;
  }

  .medihub_fv_prev::after,
  .medihub_fv_next::after {
    font-size: 14px;
  }
}

body:not(.home) .wrap100:first-child {
    padding-top: 1rem;
}


/**/
.medihub_fv_prev,
.medihub_fv_next {
  width: 44px;
  height: 44px;
  border-radius: 50%;

  background:
    linear-gradient(135deg,
      rgba(255, 255, 255, .75),
      rgba(255, 255, 255, .25));

  box-shadow:
    0 8px 22px rgba(162, 183, 190, .22),
    inset 0 0 0 6px rgba(255, 255, 255, .15),
    inset 0 1px 1px rgba(255, 255, 255, .9);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  color: transparent;
  transition: .35s cubic-bezier(.22, 1, .36, 1);
}

.medihub_fv_prev:hover,
.medihub_fv_next:hover {
  background:
    linear-gradient(135deg,
      #00b0d3,
      #5cd7d1);

  transform: scale(1.08);

  box-shadow:
    0 12px 28px rgba(0, 176, 211, .28),
    inset 0 1px 1px rgba(255, 255, 255, .6);
}

/* Swiper標準の矢印を消す */
.medihub_fv_prev::after,
.medihub_fv_next::after {
  content: "";
  display: none;
}

/* Smart Echo風の矢印 */
.medihub_fv_prev::before,
.medihub_fv_next::before {
  content: "";
  position: absolute;

  width: 10px;
  height: 10px;

  border-top: 2px solid #00b0d3;
  border-right: 2px solid #00b0d3;

  top: 50%;
  left: 50%;

  transition: .35s cubic-bezier(.22, 1, .36, 1);
}

/* next */
.medihub_fv_next::before {
  transform: translate(-60%, -50%) rotate(45deg);
}

/* prev */
.medihub_fv_prev::before {
  transform: translate(-40%, -50%) rotate(-135deg);
}

.medihub_fv_next:hover::before,
.medihub_fv_prev:hover::before {
  border-color: #fff;
}

.medihub_fv_next:hover::before {
  transform: translate(-40%, -50%) rotate(45deg);
}

.medihub_fv_prev:hover::before {
  transform: translate(-60%, -50%) rotate(-135deg);
}

.medihub_fv_prev {
  left: 24px;
}

.medihub_fv_next {
  right: 24px;
}

@media (max-width: 900px) {
  .medihub_fv_prev,
  .medihub_fv_next {
    width: 34px;
    height: 34px;
  }

  .medihub_fv_prev::before,
  .medihub_fv_next::before {
    width: 8px;
    height: 8px;
  }

  .medihub_fv_prev {
    left: 8px;
  }

  .medihub_fv_next {
    right: 8px;
  }
}

/**/
.medihub_news {
  padding: 0 0 90px;
/*   background: #f6f9fb; */
}

.medihub_news_inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.medihub_section_head {
  margin-bottom: 34px;
}

.medihub_section_label {
  display: inline-block;
  margin-bottom: 10px;
  color: #00b0d3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
}

.medihub_section_head h2 {
  margin: 0;
  color: #253a4f;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: .04em;
}

.medihub_news_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.medihub_news_card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 14px 35px rgba(37, 58, 79, .08);
  overflow: visible;
  transition: .25s;
}

.medihub_news_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(37, 58, 79, .14);
}

.medihub_news_card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.medihub_news_cat {
  position: absolute;
  top: -22px;
  left: 24px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 18px;
  background: #fff;
  border: 2px solid #253a4f;
  border-radius: 999px;
  color: #253a4f;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(37, 58, 79, .08);
}

.medihub_news_cat::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #00b0d3;
}

.medihub_news_img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  background: #eaf3f7;
}

.medihub_news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .35s;
}

.medihub_news_card:hover .medihub_news_img img {
  transform: scale(1.05);
}

.medihub_news_body {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 22px;
  padding: 34px 28px 30px;
}

.medihub_news_date {
  color: #253a4f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.medihub_news_date span {
  display: block;
  margin-bottom: 8px;
	color:#00b0d3;
/*   color: transparent;
  -webkit-text-stroke: 1.4px #253a4f; */
  font-size: 46px;
  font-weight: 800;
  line-height: 1;
}

.medihub_news_content h3 {
/*   display: -webkit-box; */
  margin: 0 0 14px;
  overflow: hidden;
  color: #253a4f;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.medihub_news_author {
  margin: 0 0 18px;
  color: #6d7d88;
  font-size: 14px;
  font-weight: 700;
}

.medihub_news_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.medihub_news_tags span {
  padding: 7px 12px;
  border: 1px solid #d8e1e6;
  border-radius: 8px;
  color: #253a4f;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .medihub_news_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .medihub_news {
    padding: 64px 0;
  }

  .medihub_news_inner {
    width: min(100% - 28px, 1180px);
  }

  .medihub_news_grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .medihub_news_body {
    grid-template-columns: 72px 1fr;
    gap: 16px;
    padding: 28px 20px 24px;
  }

  .medihub_news_date span {
    font-size: 38px;
  }

  .medihub_news_content h3 {
    font-size: 13px;
  }
}

/**/
#scrollToTopBtn {
  position: fixed;
  right: 24px;
  bottom: 24px;

  width: 58px;
  height: 58px;

  display: none;
  z-index: 999;

  border: none;
  cursor: pointer;

  border-radius: 50%;

  background:
    linear-gradient(135deg,
      rgba(255, 255, 255, .75),
      rgba(255, 255, 255, .25));

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  box-shadow:
    0 12px 30px rgba(162, 183, 190, .22),
    inset 0 0 0 6px rgba(0, 176, 211, .08),
    inset 0 1px 1px rgba(255, 255, 255, .9);

  transition: .35s cubic-bezier(.22, 1, .36, 1);

  color: #00b0d3;

  font-size: 0;
}

#scrollToTopBtn::before {
  content: "";

  position: absolute;

  top: 50%;
  left: 50%;

  width: 12px;
  height: 12px;

  border-top: 2px solid #00b0d3;
  border-left: 2px solid #00b0d3;

  transform:
    translate(-50%, -30%) rotate(45deg);

  transition: .35s cubic-bezier(.22, 1, .36, 1);
}

#scrollToTopBtn:hover {

  background:
    linear-gradient(135deg,
      #00b0d3,
      #5cd7d1);

  transform:
    translateY(-4px);

  box-shadow:
    0 18px 40px rgba(0, 176, 211, .28);
}

#scrollToTopBtn:hover::before {
  border-color: #fff;

  transform:
    translate(-50%, -40%) rotate(45deg);
}

/**/
.medihub_notice {
/*   padding: 70px 0; */
/*   background: #fff; */
}

.medihub_notice_inner {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 46px;
  background: #f6f9fb;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(37, 58, 79, .07);
}

.medihub_notice_head {
  display: flex;
  align-items: end;
  gap: 18px;
  margin-bottom: 24px;
}

.medihub_notice_head span {
  color: #00b0d3;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .14em;
}

.medihub_notice_head h2 {
  margin: 0;
  color: #253a4f;
  font-size: 30px;
  font-weight: 800;
}

.medihub_notice_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.medihub_notice_list li {
  border-top: 1px solid #dbe7ec;
}

.medihub_notice_list li:last-child {
  border-bottom: 1px solid #dbe7ec;
}

.medihub_notice_list a {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  padding: 18px 4px;
  color: #253a4f;
  text-decoration: none;
  transition: .25s;
}

.medihub_notice_list a:hover {
  color: #00b0d3;
  transform: translateX(4px);
}

.medihub_notice_list time {
  color: #6d7d88;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.medihub_notice_text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .medihub_notice {
    padding: 50px 0;
  }

  .medihub_notice_inner {
    width: min(100% - 28px, 980px);
    padding: 30px 22px;
    border-radius: 18px;
  }

  .medihub_notice_head {
    display: block;
  }

  .medihub_notice_head h2 {
    margin-top: 6px;
    font-size: 25px;
  }

  .medihub_notice_list a {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 16px 0;
  }
}
#oshirase_wrap {
  position: relative;
  padding: 90px 0;
  background: url("/wp-content/uploads/2026/07/27330547_m.webp") center center / cover no-repeat;
  overflow: hidden;
}

#oshirase_wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: blur(2px);
}

#oshirase_wrap > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  #oshirase_wrap {
    padding: 60px 0;
    background-position: center;
  }
}


/**/
.medihub_search_open {
  position: fixed;
  right: 28px;
  bottom: 150px;
  z-index: 900;
  width: 58px;
  height: 58px;
  border: none;
  border-radius: 50%;
  background: #253a4f;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(37, 58, 79, .24);
  transition: .25s;
}

.medihub_search_open:hover {
  background: #00b0d3;
  transform: translateY(-3px);
}
.medihub_search_open .fa-magnifying-glass{
	color:#fff;
	font-size:1.25rem;
}
.medihub_search_open span {
  position: absolute;
  inset: 0;
}

.medihub_search_open span::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 17px;
  width: 17px;
  height: 17px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.medihub_search_open span::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 34px;
  width: 13px;
  height: 3px;
  background: #fff;
  border-radius: 99px;
  transform: rotate(45deg);
  transform-origin: left center;
}

.medihub_search_modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}

.medihub_search_modal.is-active {
  display: block;
}

.medihub_search_overlay {
  position: absolute;
  inset: 0;
  background: rgba(37, 58, 79, .58);
  backdrop-filter: blur(6px);
}

.medihub_search_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(720px, calc(100% - 32px));
  padding: 54px 56px 48px;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 26px 70px rgba(37, 58, 79, .22);
  transform: translate(-50%, -50%);
}

.medihub_search_close {
  position: absolute;
  top: 22px;
  right: 24px;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.medihub_search_close::before,
.medihub_search_close::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 7px;
  width: 22px;
  height: 2px;
  background: #253a4f;
  border-radius: 99px;
}

.medihub_search_close::before {
  transform: rotate(45deg);
}

.medihub_search_close::after {
  transform: rotate(-45deg);
}

.medihub_search_label {
  margin: 0 0 10px;
  color: #00b0d3;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
}

.medihub_search_box h2 {
  margin: 0 0 28px;
  color: #253a4f;
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
}

.medihub_search_form {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 12px;
  margin-bottom: 30px;
}

.medihub_search_form input {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  border: 2px solid #dbe7ec;
  border-radius: 14px;
  color: #253a4f;
  font-size: 16px;
  outline: none;
}

.medihub_search_form input:focus {
  border-color: #00b0d3;
}

.medihub_search_form button {
  border: none;
  border-radius: 14px;
  background: #00b0d3;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.medihub_search_tags p {
  margin: 0 0 14px;
  color: #253a4f;
  font-size: 15px;
  font-weight: 800;
}

.medihub_search_tags div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.medihub_search_tags a {
  display: inline-flex;
  padding: 9px 15px;
  border: 1px solid #d8e1e6;
  border-radius: 999px;
  background: #f6f9fb;
  color: #253a4f;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: .25s;
}

.medihub_search_tags a:hover {
  border-color: #00b0d3;
  background: #00b0d3;
  color: #fff;
}

body.medihub_search_locked {
  overflow: hidden;
}

@media (max-width: 767px) {
  .medihub_search_open {
    right: 18px;
    bottom: 125px;
    width: 54px;
    height: 54px;
  }

  .medihub_search_box {
    padding: 44px 22px 30px;
    border-radius: 22px;
  }

  .medihub_search_form {
    grid-template-columns: 1fr;
  }

  .medihub_search_form button {
    height: 52px;
  }
}

/*eyecatch*/
.medihub_single_thumbnail {
	margin-top:55px;
    margin-bottom: 36px;
    overflow: hidden;
    border-radius: 22px;
    background: #f6f9fb;
    box-shadow: 0 16px 40px rgba(37, 58, 79, .08);
}

.medihub_single_thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
}

@media (max-width: 767px) {
    .medihub_single_thumbnail {
        margin-bottom: 24px;
        border-radius: 16px;
    }
}

/**/
.raqoon-toc {
    margin: 48px auto;
    padding: 28px 32px;
    background: #fff;
    border: 1px solid #e4edf2;
    border-left: 5px solid #00b0d3;
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(37, 58, 79, .06);
}

.raqoon-toc strong {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: #253a4f;
    font-size: 22px;
    font-weight: 800;
}

.raqoon-toc strong::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00b0d3;
    flex-shrink: 0;
}

.raqoon-toc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.raqoon-toc li + li {
    margin-top: 8px;
}

.raqoon-toc a {
    position: relative;
    display: block;
    padding: 14px 18px 14px 42px;
    border-radius: 12px;
    color: #253a4f;
    font-weight: 700;
    line-height: 1.7;
    text-decoration: none;
    transition: .25s;
}

.raqoon-toc a::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00b0d3;
    transform: translateY(-50%);
}

.raqoon-toc a:hover {
    background: #f3fbfd;
    color: #00b0d3;
    transform: translateX(4px);
}

@media (max-width:767px){

    .raqoon-toc{
        padding:22px 18px;
        margin:36px 0;
        border-radius:16px;
    }

    .raqoon-toc strong{
        font-size:20px;
    }

    .raqoon-toc a{
        padding:13px 14px 13px 36px;
        font-size:15px;
    }

    .raqoon-toc a::before{
        left:15px;
    }

}

/**/
.single-post h2.wp-block-heading,.page h2.wp-block-heading {
    position: relative;
    margin: 70px 0 28px;
    padding: 0 0 14px;
    color: #253a4f;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 800;
    line-height: 1.4;
}

.single-post h2.wp-block-heading::before,.page h2.wp-block-heading::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg,#00b0d3,#5cd7d1);
}

.single-post h2.wp-block-heading::after,.page h2.wp-block-heading::after {
    content: "";
    position: absolute;
    left: 100px;
    right: 0;
    bottom: 2px;
    height: 1px;
    background: #dce7ed;
}

.single-post h3.wp-block-heading,.page h3.wp-block-heading {
    position: relative;
    margin: 48px 0 20px;
    padding-left: 18px;
    color: #253a4f;
    font-size: clamp(22px, 2.5vw, 28px);
    font-weight: 800;
    line-height: 1.5;
}

.single-post h3.wp-block-heading::before,.page h3.wp-block-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: .2em;
    width: 6px;
    height: calc(100% - .4em);
    border-radius: 999px;
    background: #00b0d3;
}

@media (max-width:767px){

.single-post h2.wp-block-heading,.page h2.wp-block-heading{
    margin:56px 0 22px;
    padding-bottom:12px;
    font-size:28px;
}

.single-post h2.wp-block-heading::before,.page h2.wp-block-heading::before{
    width:70px;
}

.single-post h2.wp-block-heading::after,.page h2.wp-block-heading::after{
    left:80px;
}

.single-post h3.wp-block-heading,
.page h3.wp-block-heading{
    margin:38px 0 18px;
    font-size:22px;
}

}

.widget_recent_entries {
    padding: 28px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e4edf2;
    box-shadow: 0 14px 35px rgba(37, 58, 79, .06);
}

.widget_recent_entries .widget-title {
    position: relative;
    margin: 0 0 22px;
    padding-bottom: 12px;
    color: #253a4f;
    font-size: 28px;
    font-weight: 800;
}

.widget_recent_entries .widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg,#00b0d3,#5cd7d1);
}

.widget_recent_entries ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_recent_entries li {
    border-bottom: 1px solid #edf3f6;
}

.widget_recent_entries li:last-child {
    border-bottom: none;
}

.widget_recent_entries li a {
    display: block;
    margin-bottom: 6px;
    padding-top: 16px;
    color: #253a4f;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
    text-decoration: none;
    transition: .25s;
}

.widget_recent_entries li a:hover {
    color: #00b0d3;
    transform: translateX(4px);
}

.widget_recent_entries .post-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
    color: #7b8b96;
    font-size: 13px;
    font-weight: 700;
}

.widget_recent_entries .post-date::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #00b0d3;
}

@media (max-width:767px){

    .widget_recent_entries{
        padding:22px;
        border-radius:16px;
    }

    .widget_recent_entries .widget-title{
        font-size:24px;
    }

}

/**/
.content-archive_noimage {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.content-archive_noimage .blogcard_link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.content-archive_noimage .blogcard_link:not(:last-child){
	margin-bottom:1.5rem;
}

.content-archive_noimage article {
    position: relative;
    padding: 28px 30px;
    background: #fff;
    border: 1px solid #e5edf2;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(37,58,79,.05);
    transition: .25s;
}

.content-archive_noimage article::before {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    bottom: 24px;
    width: 5px;
    border-radius: 999px;
    background: linear-gradient(180deg,#00b0d3,#5cd7d1);
    opacity: 0;
    transition: .25s;
}

.content-archive_noimage .blogcard_link:hover article {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(37,58,79,.10);
}

.content-archive_noimage .blogcard_link:hover article::before {
    opacity: 1;
}

.content-archive_noimage .entry-title {
    margin: 0 0 12px;
    color: #253a4f;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.6;
    transition: .25s;
}

.content-archive_noimage .blogcard_link:hover .entry-title {
    color: #00b0d3;
}

.content-archive_noimage .entry-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7b8b96;
    font-size: 14px;
    font-weight: 700;
}

.content-archive_noimage .entry-meta::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00b0d3;
}

@media (max-width:767px){

    .content-archive_noimage article{
        padding:22px 20px;
        border-radius:16px;
    }

    .content-archive_noimage .entry-title{
        font-size:20px;
        line-height:1.5;
    }

}


.page-header {
    position: relative;
    margin: 0 0 42px;
    padding-bottom: 18px;
}

.page-header::before {
    content: "CATEGORY";
    display: block;
    margin-bottom: 10px;
    color: #00b0d3;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .18em;
}

.page-header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg,#00b0d3,#5cd7d1);
}

.page-header .page-title {
	margin: 0;
    color: #253a4f;
    font-size: clamp(37px,4vw,45px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.02em;
}

@media (max-width:767px){

    .page-header{
        margin-bottom:30px;
        padding-bottom:14px;
    }

    .page-header::before{
        font-size:12px;
    }

    .page-header::after{
        width:80px;
        height:4px;
    }

    .page-header .page-title{
        font-size:34px;
    }

}


.content-archive {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 28px;
	margin-top:3rem;
}

.content-archive .blogcard_link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.content-archive article {
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e4edf2;
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(37,58,79,.06);
    transition: .3s;
}

.content-archive .blogcard_link:hover article {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(37,58,79,.12);
}

.content-archive .blogcard_image {
    aspect-ratio: 16 / 10;
    background-position: center;
    background-size: cover;
    transition: .35s;
}

.content-archive .blogcard_link:hover .blogcard_image {
    transform: scale(1.05);
}

.content-archive .blogcard_title {
/*     display: -webkit-box; */
    margin: 22px 22px 14px;
    overflow: hidden;
    color: #253a4f;
/*     font-size: 21px; */
	font-size:15px;
    font-weight: 800;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: .25s;
}

.content-archive .blogcard_link:hover .blogcard_title {
    color: #00b0d3;
}

.content-archive .blogcard_meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 22px 22px;
    color: #7b8b96;
    font-size: 14px;
    font-weight: 700;
}

.content-archive .blogcard_meta::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00b0d3;
    flex-shrink: 0;
}

@media (max-width:767px){

    .content-archive{
        grid-template-columns:1fr;
        gap:20px;
    }

    .content-archive .blogcard_title{
        margin:18px 18px 12px;
        font-size:18px;
    }

    .content-archive .blogcard_meta{
        margin:0 18px 18px;
    }

}

#bg_transparent{
	background:transparent!important;
}

/* ========================================
   記事内テーブル
======================================== */

.wp-block-table {
  margin: 32px 0;
  overflow-x: auto;
  border-radius: 10px;
  border: 1px solid #dce7ed;
  background: #fff;
}

.wp-block-table table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
  line-height: 1.8;
}

/* セル共通 */
.wp-block-table th,
.wp-block-table td {
  padding: 16px 18px;
  border: 0;
  border-right: 1px solid #dce7ed;
  border-bottom: 1px solid #dce7ed;
  text-align: left;
  vertical-align: middle;
}

/* 右端の線を消す */
.wp-block-table th:last-child,
.wp-block-table td:last-child {
  border-right: 0;
}

/* 最下段の線を消す */
.wp-block-table tbody tr:last-child td {
  border-bottom: 0;
}

/* ヘッダー */
.wp-block-table thead th {
  background: #eef9fc;
  color: #253a4f;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #00b0d3;
}

/* tbodyの先頭列 */
.wp-block-table tbody td:first-child {
/*   width: 22%; */
  background: #f7fafb;
  color: #253a4f;
  font-weight: 700;
}

/* 偶数行をほんのり色分け */
.wp-block-table tbody tr:nth-child(even) td:not(:first-child) {
  background: #fbfdfe;
}


/* ========================================
   SP
======================================== */

@media (max-width: 768px) {

  .wp-block-table {
    margin: 24px 0;
    border-radius: 8px;
  }

  .wp-block-table table {
/*     min-width: 700px; */
    font-size: 14px;
  }

  .wp-block-table th,
  .wp-block-table td {
    padding: 12px 14px;
  }

}
.kiji_youten,.jitumu_chuui{
	position:relative;
	margin-top:30px!important;
}
.kiji_youten::before{
    content: "この記事の要点";
    position: absolute;
    top: -15px;
    left: 1.25rem;
    background: #00b0d3;
    color: #fff;
    line-height: 1;
    padding: 5px 7px;
    border-radius: 7px;
}
/* .handan_point::before{
    content: "判断時の重要ポイント";
    position: absolute;
    top: -15px;
    left: 1.25rem;
    background: #00b0d3;
    color: #fff;
    line-height: 1;
    padding: 5px 7px;
    border-radius: 7px;
} */

.jitumu_chuui{
/* 	background:#fff1d6!important; */
}
.jitumu_chuui .wp-block-paragraph:first-child{
    position: absolute;
    top: -15px;
    left: 1.25rem;
    background: #00b0d3;
    color: #fff;
    line-height: 1;
    padding: 5px 7px;
    border-radius: 7px;
}
.jitumu_chuui .wp-block-paragraph:first-child em{
	font-style:normal!important;
}
.has-pale-cyan-blue-background-color{
	background:#eef9fc;
	padding:1em;
	font-size:0.9rem;
	border-radius:7px;
}

/* ========================================
   記事内 blockquote
======================================== */

.wp-block-quote {
  position: relative;
  margin: 32px 0;
  padding: 22px 24px 22px 52px;
  border: 1px solid #dce7ed;
  border-left: 4px solid #00b0d3;
  border-radius: 8px;
  background: #f5fafc;
  color: #405365;
  font-size: 14px;
  line-height: 1.9;
}

/* アイコン */
.wp-block-quote::before {
  content: "i";
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #00b0d3;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

/* Gutenberg側のデフォルト余白をリセット */
.wp-block-quote p {
  margin: 0;
}

/* 複数段落になった場合 */
.wp-block-quote p + p {
  margin-top: 10px;
}

/* 引用元 cite を使った場合 */
.wp-block-quote cite {
  display: block;
  margin-top: 12px;
  color: #71808d;
  font-size: 12px;
  font-style: normal;
}

.wp-block-quote ul{
	margin-bottom:0!important;
}
/* ========================================
   SP
======================================== */

@media (max-width: 768px) {

  .wp-block-quote {
    margin: 24px 0;
    padding: 18px 18px 18px 46px;
    font-size: 13px;
    line-height: 1.8;
  }

  .wp-block-quote::before {
    left: 14px;
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

}

/**/
#gtranslate-2 {
    position: fixed;
    bottom: 1%;
    left: 1%;
    background: #fff;
    padding: 6px 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	z-index:5;
}
#gtranslate-2 .gtranslate_wrapper {
    display: flex;
    gap: 7px;
    flex-direction: row-reverse;
}
#gtranslate-2 a {
    color: #000;
}
#gtranslate-2 a:nth-child(2):after {
    content: "/";
    font-weight: normal;
    margin-left: 7px;
}




/* ==================================================
   目的から探す
================================================== */
#medihub_purpose{
	padding-top:0;
}
.medihub_purpose {
    padding: 76px 24px 84px;
    background: #f4f9fc;
}

.medihub_purpose_inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

/* 見出し
------------------------------ */

.medihub_purpose_heading {
    margin-bottom: 38px;
    text-align: center;
}

.medihub_purpose_en {
    margin: 0 0 10px;
    color: #00aeca;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.18em;
}

.medihub_purpose_title {
    margin: 0;
    color: #233d54;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.medihub_purpose_lead {
    margin: 14px 0 0;
    color: #607284;
    font-size: 14px;
    line-height: 1.8;
}

/* カード一覧
------------------------------ */

.medihub_purpose_list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

/* カード
------------------------------ */

.medihub_purpose_card {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 132px;
    padding: 26px 54px 26px 24px;
    background: #fff;
    border: 1px solid #e1ebf0;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(35, 61, 84, 0.06);
    color: #233d54;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.medihub_purpose_card:hover {
    transform: translateY(-4px);
    border-color: #00aeca;
    box-shadow: 0 14px 32px rgba(35, 61, 84, 0.12);
    color: #233d54;
}

/* アイコン
------------------------------ */

.medihub_purpose_icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-right: 18px;
    background: #eaf8fb;
    border-radius: 50%;
    color: #00aeca;
    font-size: 23px;
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease;
}

.medihub_purpose_card:hover .medihub_purpose_icon {
    background: #00aeca;
    color: #fff;
    transform: scale(1.05);
}

/* テキスト
------------------------------ */

.medihub_purpose_text {
    display: block;
    min-width: 0;
}

.medihub_purpose_name {
    display: block;
    color: #233d54;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.55;
}

.medihub_purpose_description {
    display: block;
    margin-top: 6px;
    color: #718393;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
}

/* 矢印
------------------------------ */

.medihub_purpose_arrow {
    position: absolute;
    top: 50%;
    right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid #cbd9e1;
    border-radius: 50%;
    color: #00aeca;
    font-size: 10px;
    transform: translateY(-50%);
    transition:
        right 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease;
}

.medihub_purpose_card:hover .medihub_purpose_arrow {
    right: 18px;
    background: #00aeca;
    border-color: #00aeca;
    color: #fff;
}

/* タブレット
------------------------------ */

@media screen and (max-width: 960px) {

    .medihub_purpose {
        padding: 64px 24px 72px;
    }

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

}

/* スマートフォン
------------------------------ */

@media screen and (max-width: 600px) {

    .medihub_purpose {
        padding: 52px 16px 60px;
    }

    .medihub_purpose_heading {
        margin-bottom: 28px;
        text-align: left;
    }

    .medihub_purpose_en {
        margin-bottom: 6px;
        font-size: 10px;
    }

    .medihub_purpose_title {
        font-size: 28px;
    }

    .medihub_purpose_lead {
        margin-top: 10px;
        font-size: 13px;
    }

    .medihub_purpose_list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .medihub_purpose_card {
        min-height: 104px;
        padding: 20px 48px 20px 18px;
        border-radius: 12px;
    }

    .medihub_purpose_icon {
        width: 48px;
        height: 48px;
        margin-right: 14px;
        font-size: 20px;
    }

    .medihub_purpose_name {
        font-size: 15px;
    }

    .medihub_purpose_description {
        margin-top: 3px;
        font-size: 11px;
    }

    .medihub_purpose_arrow {
        right: 16px;
        width: 26px;
        height: 26px;
    }

    .medihub_purpose_card:hover .medihub_purpose_arrow {
        right: 14px;
    }

}

/*======================================
ヘッダー下カテゴリー
======================================*/

.sangyoi-index-uheadnav-202608{
    background:#233d54;
    box-shadow:0 4px 18px rgba(0,0,0,.08);
    position:relative;
    z-index:20;
}

.sangyoi-index-uheadnav-202608__list{
	max-width:95%;/*1200px*/
    margin:0 auto;
    padding:0;
    list-style:none;

    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
}

.sangyoi-index-uheadnav-202608__list > li{
    margin:0;
}

.sangyoi-index-uheadnav-202608__list > li > a{
    display:block;
    padding:15px 15px;
    color:#fff;
    text-decoration:none;
    font-size:clamp(13px,1vw,15px);
    font-weight:700;
    letter-spacing:.03em;

    transition:.25s;
    position:relative;
}
.sangyoi-index-uheadnav-202608__list > li:not(:last-child) > a{
	border-right:solid 1px #fff;
}
/* 下線アニメーション */

.sangyoi-index-uheadnav-202608__list > li > a:after{
    content:"";
    position:absolute;
    left:20px;
    right:20px;
    bottom:10px;

    height:2px;
    background:#00aeca;

    transform:scaleX(0);
    transition:.25s;
}

.sangyoi-index-uheadnav-202608__list > li > a:hover{
    color:#7be6ff;
}

.sangyoi-index-uheadnav-202608__list > li > a:hover:after{
    transform:scaleX(1);
}

/* 現在のカテゴリー */

.sangyoi-index-uheadnav-202608 .current-menu-item>a,
.sangyoi-index-uheadnav-202608 .current-menu-parent>a{
    color:#7be6ff;
}

.sangyoi-index-uheadnav-202608 .current-menu-item>a:after,
.sangyoi-index-uheadnav-202608 .current-menu-parent>a:after{
    transform:scaleX(1);
}

/*=========================
SP
=========================*/

@media(max-width:955px){

    .sangyoi-index-uheadnav-202608{
/*         overflow-x:auto;
        -webkit-overflow-scrolling:touch; */
		display:none;
    }

/*     .sangyoi-index-uheadnav-202608__list{
        width:max-content;
        flex-wrap:nowrap;
        justify-content:flex-start;
    }

    .sangyoi-index-uheadnav-202608__list>li>a{
        padding:16px 18px;
        white-space:nowrap;
        font-size:14px;
    } */

}

.aligncenter{
	text-align:center;
}


.form-mw p{
	margin-bottom:1em!important;
}
.mw-contact-form input{
	width:100%;
}
.mw-contact-form textarea{
	width:100%;
}
.form-mw input[type="text"],.form-mw input[type="tel"],.form-mw textarea,.form-mw input[type="email"] {
    border: none;
    background:#eeeff4;
    padding: 0.7em;
	margin-bottom:1rem;
	margin-top:0.5em;
}
.form-mw select{
    border: none;
    background:#eeeff4;
	margin-bottom:1rem;
	margin-top:0.5em;
}
.mwform-radio-field{
	margin-top:10px;
}
.mw-radio-check{
	margin-bottom:1rem;
}

.page-id-515 .wrap100_inner{
	max-width:800px;
}

/* ======================================
   ヘッダー 子メニュー
   産業医INDEX専用
====================================== */

#logo_menu_flat_menu > li {
    position: relative;
}

/* 子メニュー本体 */
#logo_menu_flat_menu > li > .sub-menu {
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    z-index: 9999;

/*     min-width: 280px; */
    min-width: 340px;

    margin: 0;
    padding: 10px;

    background: #fff;
    border: 1px solid rgba(34, 60, 83, 0.1);
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(24, 49, 68, 0.16);

    list-style: none;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translate(-50%, 10px);
    transition:
        opacity 0.22s ease,
        visibility 0.22s ease,
        transform 0.22s ease;
}

/* 吹き出しの三角 */
#logo_menu_flat_menu > li > .sub-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;

    width: 14px;
    height: 14px;

    background: #fff;
    border-top: 1px solid rgba(34, 60, 83, 0.1);
    border-left: 1px solid rgba(34, 60, 83, 0.1);

    transform: translateX(-50%) rotate(45deg);
}

/* hoverで表示 */
#logo_menu_flat_menu > li:hover > .sub-menu,
#logo_menu_flat_menu > li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

/* 子メニュー項目 */
#logo_menu_flat_menu > li > .sub-menu > li {
    position: relative;
    margin: 0;
    padding: 0;
	width:auto;
	border:none!important;
}

/* リンク */
#logo_menu_flat_menu > li > .sub-menu > li > a {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 46px;
    padding: 11px 38px 11px 16px;

    color: #233d54;
    background: transparent;
    border-radius: 9px;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.02em;
    text-decoration: none;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        padding-left 0.2s ease;
	flex-direction:initial;
}
#logo_menu_flat_menu > li > .sub-menu > li::after{
	display:none;
}
/* 左のアクセント */
#logo_menu_flat_menu > li > .sub-menu > li > a::before {
    content: "";

    flex: 0 0 auto;

    width: 6px;
    height: 6px;
    margin-right: 11px;

    background: #00aeca;
    border-radius: 50%;

    transition:
        transform 0.2s ease,
        background-color 0.2s ease;
}

/* 右矢印 */
#logo_menu_flat_menu > li > .sub-menu > li > a::after {
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 15px;

    font-family: "Font Awesome 6 Free";
    font-size: 10px;
    font-weight: 900;

    color: #9aabb7;

    transform: translateY(-50%);
    transition:
        right 0.2s ease,
        color 0.2s ease;
}

/* hover */
#logo_menu_flat_menu > li > .sub-menu > li > a:hover,
#logo_menu_flat_menu > li > .sub-menu > li > a:focus {
    color: #fff;
    background: #233d54;
    padding-left: 19px;
}

/* hover時の丸 */
#logo_menu_flat_menu > li > .sub-menu > li > a:hover::before,
#logo_menu_flat_menu > li > .sub-menu > li > a:focus::before {
    background: #44d9ee;
    transform: scale(1.25);
}

/* hover時の矢印 */
#logo_menu_flat_menu > li > .sub-menu > li > a:hover::after,
#logo_menu_flat_menu > li > .sub-menu > li > a:focus::after {
    right: 12px;
    color: #44d9ee;
}

/* 項目間の余白 */
#logo_menu_flat_menu > li > .sub-menu > li + li {
    margin-top: 3px;
}

/* 現在地 */
#logo_menu_flat_menu > li > .sub-menu > .current-menu-item > a,
#logo_menu_flat_menu > li > .sub-menu > .current-menu-parent > a {
    color: #fff;
    background: #00aeca;
}

#logo_menu_flat_menu > li > .sub-menu > .current-menu-item > a::before,
#logo_menu_flat_menu > li > .sub-menu > .current-menu-parent > a::before {
    background: #fff;
}

#logo_menu_flat_menu > li > .sub-menu > .current-menu-item > a::after,
#logo_menu_flat_menu > li > .sub-menu > .current-menu-parent > a::after {
    color: #fff;
}

/* ==================================================
   監修医・協力医カード
================================================== */

.sangyoi-index-supervisor-card-202608 {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 34px;
    margin: 0 0 42px;
    padding: 28px;
    background: #fff;
    border: 1px solid #e0eaf0;
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(35, 61, 84, 0.08);
}

/* 写真
------------------------------ */

.sangyoi-index-supervisor-card-202608__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #edf4f7;
    border-radius: 14px;
}

.sangyoi-index-supervisor-card-202608__image::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: inherit;
    pointer-events: none;
}

.sangyoi-index-supervisor-card-202608__image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.4s ease;
}

.sangyoi-index-supervisor-card-202608:hover
.sangyoi-index-supervisor-card-202608__image img {
    transform: scale(1.025);
}

/* 本文
------------------------------ */

.sangyoi-index-supervisor-card-202608__body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 4px 0;
}

.sangyoi-index-supervisor-card-202608__heading {
    position: relative;
    padding-bottom: 18px;
    border-bottom: 1px solid #dce7ed;
}

.sangyoi-index-supervisor-card-202608__heading::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 54px;
    height: 3px;
    background: #00aeca;
    border-radius: 10px;
}

.sangyoi-index-supervisor-card-202608__role {
    margin: 0 0 7px;
    color: #00aeca;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.04em;
}

.sangyoi-index-supervisor-card-202608__name {
    margin: 0;
    color: #233d54;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

/* 資格
------------------------------ */

.sangyoi-index-supervisor-card-202608__licenses {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.sangyoi-index-supervisor-card-202608__licenses span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 12px;
    color: #28475d;
    background: #edf8fb;
    border: 1px solid #ccebf1;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}
/* 「医師」タグだけ強調 */
.sangyoi-index-supervisor-card-202608__licenses span:first-child {
    color: #fff;
    background: #233d54;
    border-color: #233d54;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    box-shadow: 0 4px 12px rgba(35, 61, 84, 0.18);
}

/* 左に医療系アイコンを追加 */
.sangyoi-index-supervisor-card-202608__licenses span:first-child::before {
    content: "\f0f0";
    margin-right: 6px;
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    font-weight: 900;
}

/* 少しだけサイズも大きく */
.sangyoi-index-supervisor-card-202608__licenses span:first-child {
    min-height: 34px;
    padding: 6px 15px;
}
/* 経歴文章
------------------------------ */

.sangyoi-index-supervisor-card-202608__description {
    margin-top: 22px;
    color: #435b6d;
    font-size: 14px;
    line-height: 2;
}

.sangyoi-index-supervisor-card-202608__description p {
    margin: 0;
}

.sangyoi-index-supervisor-card-202608__description p + p {
    margin-top: 12px;
}

/* ボタン
------------------------------ */

.sangyoi-index-supervisor-card-202608__button-wrap {
    margin-top: auto;
    padding-top: 26px;
}

.sangyoi-index-supervisor-card-202608__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 240px;
    padding: 14px 22px;
    color: #fff;
    background: #233d54;
    border: 1px solid #233d54;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.sangyoi-index-supervisor-card-202608__button:hover {
    color: #fff;
    background: #00aeca;
    border-color: #00aeca;
    transform: translateY(-2px);
    box-shadow: 0 9px 22px rgba(0, 174, 202, 0.22);
}

.sangyoi-index-supervisor-card-202608__button i {
    font-size: 11px;
}

/* タブレット
------------------------------ */

@media screen and (max-width: 900px) {

    .sangyoi-index-supervisor-card-202608 {
        grid-template-columns: 230px minmax(0, 1fr);
        gap: 26px;
        padding: 24px;
    }

    .sangyoi-index-supervisor-card-202608__name {
        font-size: 24px;
    }

}

/* スマートフォン
------------------------------ */

@media screen and (max-width: 640px) {

    .sangyoi-index-supervisor-card-202608 {
        display: block;
        margin-bottom: 30px;
        padding: 18px;
        border-radius: 14px;
    }

    .sangyoi-index-supervisor-card-202608__image {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 24px;
        border-radius: 12px;
    }

    .sangyoi-index-supervisor-card-202608__body {
        padding: 0;
    }

    .sangyoi-index-supervisor-card-202608__role {
        font-size: 12px;
    }

    .sangyoi-index-supervisor-card-202608__name {
        font-size: 23px;
    }

    .sangyoi-index-supervisor-card-202608__licenses {
        gap: 6px;
        margin-top: 17px;
    }

    .sangyoi-index-supervisor-card-202608__licenses span {
        padding: 5px 10px;
        font-size: 11px;
    }

    .sangyoi-index-supervisor-card-202608__description {
        margin-top: 19px;
        font-size: 13px;
        line-height: 1.9;
    }

    .sangyoi-index-supervisor-card-202608__button-wrap {
        padding-top: 22px;
    }

    .sangyoi-index-supervisor-card-202608__button {
        width: 100%;
        min-width: 0;
        padding: 14px 18px;
    }

}
.sangyoi-index-supervisor-card-202608__button:visited{
	color:#fff;
}

/* ==================================================
   編集部・運営支援カード
================================================== */

.sangyoi-index-supervisor-card-202608--support {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 26px;
    padding: 24px;
    background: #f9fcfd;
    box-shadow: 0 8px 24px rgba(35, 61, 84, 0.05);
}

/* 匿名画像は正方形寄りに */
.sangyoi-index-supervisor-card-202608--support
.sangyoi-index-supervisor-card-202608__image {
    aspect-ratio: 1 / 1;
    align-self: start;
    background: #edf4f7;
}

/* noimageを切らずに表示 */
.sangyoi-index-supervisor-card-202608--support
.sangyoi-index-supervisor-card-202608__image img {
    object-fit: contain;
    object-position: center;
    padding: 18px;
}

/* 名前は少し控えめ */
.sangyoi-index-supervisor-card-202608--support
.sangyoi-index-supervisor-card-202608__name {
    font-size: 24px;
}

/* 支援メンバーでは先頭タグを医師風にしない */
.sangyoi-index-supervisor-card-202608--support
.sangyoi-index-supervisor-card-202608__licenses span:first-child {
    min-height: 30px;
    padding: 5px 12px;
    color: #28475d;
    background: #edf8fb;
    border-color: #ccebf1;
    font-size: 12px;
    box-shadow: none;
}

/* 医師アイコンを消す */
.sangyoi-index-supervisor-card-202608--support
.sangyoi-index-supervisor-card-202608__licenses span:first-child::before {
    display: none;
}

/* メンバー種別を少し強調 */
.sangyoi-index-supervisor-card-202608--support
.sangyoi-index-supervisor-card-202608__licenses span:last-child {
    color: #fff;
    background: #233d54;
    border-color: #233d54;
}

/* 本文を少しコンパクトに */
.sangyoi-index-supervisor-card-202608--support
.sangyoi-index-supervisor-card-202608__description {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.9;
}

@media screen and (max-width: 640px) {

    .sangyoi-index-supervisor-card-202608--support {
        padding: 18px;
    }

    .sangyoi-index-supervisor-card-202608--support
    .sangyoi-index-supervisor-card-202608__image {
        max-width: 180px;
    }

    .sangyoi-index-supervisor-card-202608--support
    .sangyoi-index-supervisor-card-202608__name {
        font-size: 22px;
    }

}

/* ==================================================
   編集部・運営支援 3カラム一覧
================================================== */

.sangyoi-index-support-grid-202608 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

/* 支援メンバーカードを縦型に変更 */
.sangyoi-index-support-grid-202608
.sangyoi-index-supervisor-card-202608--support {
    display: flex;
    flex-direction: column;
    gap: 0;

    min-width: 0;
    margin: 0;
    padding: 24px;

    background: #f9fcfd;
    border: 1px solid #e0eaf0;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(35, 61, 84, 0.05);

    text-align: center;
}

/* noimageを丸いっぱいに表示 */
.sangyoi-index-support-grid-202608
.sangyoi-index-supervisor-card-202608__image{
    width:160px;
    height:160px;
    aspect-ratio:1;
    overflow:hidden;
    border-radius:50%;
    background:#eef5f9;
    margin:0 auto 20px;
}

.sangyoi-index-support-grid-202608
.sangyoi-index-supervisor-card-202608__image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    padding:0;
    border-radius:50%;
}

/* body */
.sangyoi-index-support-grid-202608
.sangyoi-index-supervisor-card-202608__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

/* 見出し */
.sangyoi-index-support-grid-202608
.sangyoi-index-supervisor-card-202608__heading {
    width: 100%;
    padding-bottom: 14px;
    text-align: center;
}

.sangyoi-index-support-grid-202608
.sangyoi-index-supervisor-card-202608__heading::after {
    left: 50%;
    width: 38px;
    transform: translateX(-50%);
}

/* 名前 */
.sangyoi-index-support-grid-202608
.sangyoi-index-supervisor-card-202608__name {
    font-size: 23px;
    text-align: center;
}

/* タグ */
.sangyoi-index-support-grid-202608
.sangyoi-index-supervisor-card-202608__licenses {
    justify-content: center;
    margin-top: 18px;
}

/* 説明文を復活させた場合 */
.sangyoi-index-support-grid-202608
.sangyoi-index-supervisor-card-202608__description {
    margin-top: 18px;
    text-align: left;
}

/* タブレット */
@media screen and (max-width: 900px) {

    .sangyoi-index-support-grid-202608 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

/* スマートフォン */
@media screen and (max-width: 600px) {

    .sangyoi-index-support-grid-202608 {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sangyoi-index-support-grid-202608
    .sangyoi-index-supervisor-card-202608--support {
        padding: 22px 18px;
    }

    .sangyoi-index-support-grid-202608
    .sangyoi-index-supervisor-card-202608__image {
        width: 130px;
    }

}