/*
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', 'Noto Sans JP', sans-serif;
} */
.font-yakuhan {
  font-family:
    "YakuHanJP_Narrow",
    "Google Sans",
    "Noto Sans JP",
    sans-serif;
  font-weight: 400;
  letter-spacing: .02em;
}

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;
}

.site-header_inner .site-branding img:hover{
	opacity:0.78;
	transition:0.3s;
}

#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);
  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;
  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;
  list-style: none;
  padding: 0 !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>ul li:hover>.sub-menu {
  display: block !important;
  position: absolute;
  background: var(--headnav-color);
  /*     min-width: 350px; */
  z-index: 5;
  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 #fff;
}

.head-navigation .sub-menu li a {
  color: #fff !important;
  padding: 1em 1.5em !important;
  font-size: 80%;
}

.head-navigation .sub-menu li:hover {
  opacity: 0.8;
  transition: 0.3s;
}

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

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

/*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 {
  position: relative;
  overflow: hidden;
}

.page .entry-header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;

  width: 0;
  height: 0;

  border-style: solid;
  border-width: 0 120px 120px 0;
  border-color:
    transparent #5cd7d1 transparent transparent;
}

.entry-header_inner {
  /* 	max-width: 1200px; */
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 65px 20px 32px;
  /* 	text-align: center; */
  position: relative;
}

.page .entry-header_inner h1 {
  margin: 0 0 0.5em;
  line-height: 1.35;
  font-size: 1.25rem;
  /*     font-size: clamp(20px, 4vw, 48px); */
  /*     text-align: right; */
  /*     position: absolute;
    bottom: 0;
    right: 1%; */
}

.page .entry-header_inner .page-subtitle {
  /* 	position: absolute;
	bottom: 0;
	left: 1%;
	right: 0; */
  font-size: clamp(90px, 8.5vw, 160px);
  margin: 0;
  line-height: 1.15;
  font-weight: 200;
  /* 	color: rgba(255, 255, 255, 0.1); */
  color: var(--main-color);
}

.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; */
  max-width: 800px;
  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;
} */
#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);
}

/**/
#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: 1200px; */
  /* 	max-width: 95%; */
  width: 95%;
  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;
} */
.home.is-overlay .header_section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 999;
}

.home.logo-filter .site-header_inner .site-branding img {
  filter: brightness(0) invert(1);
  transition: filter .3s ease;
}

.home.logo-filter .site-header_inner .site-branding:hover img {
  filter: brightness(1) invert(0);
}

.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: 10px 4px;

  color: #fff;
  text-decoration: none;

  font-size: 1.05rem;
  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;
  }
}

/*ここからスタート*/

#logo_menu_flat .site-header_inner {
  max-width: 95%;
}

.home.is-overlay #logo_menu_flat_menu li a {
  color: #fff;
}

.home #logo_menu_flat .head-navigation {
  background: rgba(255, 255, 255, 0.3);
  padding: 4px;
  box-shadow: 0px 4px 10px rgba(162, 183, 190, 0.2);
  border-radius: 100px;
}

.home #logo_menu_flat_menu {
  background: linear-gradient(135deg,
      #00b0d3 0%,
      #5cd7d1 100%);
  border-radius: 100px;
  padding: 0 1rem;
}


.wrap100 {
  padding: 10rem 0;
}


#firstview.firstview_video {
  overflow: hidden;
}

#firstview.firstview_video::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background:
    linear-gradient(180deg,
      rgba(255, 255, 255, .22) 0%,
      rgba(255, 255, 255, .06) 45%,
      rgba(255, 255, 255, .16) 100%),

    linear-gradient(135deg,
      rgba(0, 176, 211, .08) 0%,
      rgba(92, 215, 209, .03) 50%,
      rgba(174, 224, 107, .05) 100%);
}

#firstview.firstview_video::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;

  backdrop-filter: blur(var(--glass-blur, 0px));
  -webkit-backdrop-filter: blur(var(--glass-blur, 0px));

  background: rgba(255, 255, 255, var(--glass-bg, 0));

  border: 1px solid rgba(255, 255, 255, var(--glass-border, 0));

  box-shadow:
    0 8px 32px rgba(0, 0, 0, var(--glass-shadow, 0)),
    inset 0 1px 1px rgba(255, 255, 255, var(--glass-inner, 0));
}

/*
 * #firstview.firstview_video::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    backdrop-filter: blur(var(--glass-blur, 0px));
    -webkit-backdrop-filter: blur(var(--glass-blur, 0px));

    background: rgba(255,255,255,var(--glass-bg, 0));

    border: 1px solid rgba(255,255,255,var(--glass-border, 0));

    box-shadow:
      0 8px 32px rgba(0,0,0,var(--glass-shadow, 0)),
      inset 0 1px 1px rgba(255,255,255,var(--glass-inner, 0));

    transition: none;
}*/


#firstview.firstview_video .firstview_title {
  z-index: 2;
}

/* #firstview video{
	filter:
		brightness(.72)
		saturate(.9);
} */


.firstview_title .firstview_title_top {
  font-style: italic;
  font-weight: 500;
}

.font_lg {
  /* font-family: "Lexend Giga", sans-serif; */
  font-weight: 600;
  letter-spacing: 0.08em;
}

/* .firstview_message{
background: #ED1C24;
    width: fit-content;
    margin: 0 auto !important;
    padding: 10px 25px;
}

.bland_list{
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:7px;
	justify-content:center;
}
.bland_list li{
	margin:0;
	padding:0;
	max-width:135px;
} */

.flex_item_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  justify-content: center;
}

.flex_item_list li {
  margin: 0;
  padding: 0;
  /* 	max-width:165px; */
  flex: 1;
}

/*home*/
.home h2.wp-block-heading {
  font-size: clamp(26px, 7vw, 45px);
}

.home h3.wp-block-heading {
  font-size: clamp(20px, 5vw, 35px);
}

.home h2.wp-block-heading:first-letter {
  color: #ED1C24;
}

.site-footer {
  background: #E6EBF0;
  /* 	background: #253a4f !important;
	color: #fff !important; */
  font-size: 11.5px;
}

.site-info a {
  /* font-family: "Lexend Giga", sans-serif; */
}

.firstview_title {
  width: 100%;
  max-width: 99%;
  position: absolute;
  top: initial;
  left: 1%;
  bottom: 10%;
  transform: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: clamp(40px, 8.5vw, 215px) !important;
  /*ひとまずひとまずひとまずひとまずひとまずひとまずひとまずひとまず*/
}

/*サービスメニュー*/
.smartecho_service_menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 770px;
  margin: 0 auto;
}

.smartecho_service_card {
  position: relative;
  display: block;
  background: #fff;
  /* 	border-radius: 10px; */
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: .3s;
}

.smartecho_service_card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 2px solid var(--accent-color);
  /* 	border-radius: 11px; */
  border-radius: 19px;
  opacity: 0;
  transition: .3s;
  pointer-events: none;
}

.smartecho_service_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}

.smartecho_service_card:hover::after {
  opacity: 1;
}

.smartecho_service_card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.smartecho_service_content {
  /* 	padding: 25px; */
  padding: 28px;
}

.smartecho_service_content h3 {
  /* 	margin: 0 0 12px; */
  font-size: clamp(22px, 1.35vw, 24px);
  font-weight: 400;
  /*     line-height: 1.4; */
  margin: 0 0 14px;
  line-height: 1.35;
}

.service_name_en {
  display: block;
  font-family: "Google Sans", "YakuHanJP_Narrow", "Noto Sans JP", sans-serif;
  font-size: clamp(24px, 1.6vw, 30px);
  font-weight: 500;
  letter-spacing: .04em;
  color: #1d2d3d;
}

.service_name_ja {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  color: #00b0d3;
}

.smartecho_service_content p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 600px) {

  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: 15px!important;
  }
	.company_value{
		font-size: 15px!important;
	}

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

  .smartecho_service_content {
    padding: 20px;
  }

  .smartecho_service_content h3 {
    font-size: 20px;
  }

}

/*フロントページでは見出しとサブを逆転してます*/
.raqoon-heading-sub {
  line-height: 1.3;
  /* font-family: "Lexend Giga", sans-serif; */
}

.home .raqoon-heading-sub,
.parent-pageid-164 .raqoon-heading-sub {
  margin-bottom: 5rem !important;
  font-weight: 200 !important;
  font-size: clamp(28px, 7vw, 100px) !important;
  letter-spacing: .08em;
  background: linear-gradient(135deg,
      #00b0d3 0%,
      #5cd7d1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.home h2.raqoon-heading,
.parent-pageid-164 h2.raqoon-heading {
  /* 	color: var(--sub-color) !important; */
  color: #253a4f !important;
}


#ps_wrap {
  position: relative;
  overflow: hidden;
  z-index: 1;
  /*下効かせないなら0*/
  border-radius: 45px 45px 0 0;
  /*ためし*/
  margin-top: -3.5rem;

  /* 	margin-top:-50px; */
  /*ためし*/
/*   box-shadow: 0 0 1.5rem #FFF; */
}
.home #ps_wrap{
	box-shadow: 0 0 1.5rem #FFF;
}

.ps_blob {
  position: absolute;
  border-radius: 2000px;
  pointer-events: none;
  z-index: -1;

  transition:
    transform .1s linear,
    filter .2s linear;
}

.blob1 {
  width: 240px;
  height: 240px;
  background: #d8d3bd;
  top: 150px;
  left: 7%;
}

.blob2 {
  width: 160px;
  height: 160px;
  background: #5ed3cf;
  top: 100px;
  right: 7%;
}

.blob3 {
  width: 120px;
  height: 120px;
  background: #aee06b;
  top: 650px;
  left: 15%;
}

.blob4 {
  width: 300px;
  height: 300px;
  background: #aee06b;
  bottom: 330px;
  right: 5%;
}

/*vision_section*/
#vision_section {
  position: relative;

  background-image:
    linear-gradient(rgba(255, 255, 255, .88),
      rgba(255, 255, 255, .88)),
    url("/wp-content/uploads/2026/06/25035000_m.webp");

  background-size: cover;
  background-position: center;
}

#vision_section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:
    radial-gradient(circle at 20% 20%,
      rgba(92, 215, 209, .18),
      transparent 40%),
    radial-gradient(circle at 80% 70%,
      rgba(0, 176, 211, .15),
      transparent 45%);

  z-index: 0;
}

#vision_section .wrap100_inner {
  /* 	max-width:900px; */
}

/* 
.home #vision_section h2.raqoon-heading{
	color:#fff!important;
}
.home #vision_section .raqoon-heading-sub{
	background:linear-gradient(135deg, #ffffff 0%, #5cd7d1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
} */

/**/

#gtranslate-2 {
  position: fixed;
  bottom: 3%;
  left: 1%;
  text-align: left;
  color: #333 !important;
  z-index: 10;
}

#gtranslate-2 a {
  color: #333 !important;
}

/*News*/
#news_section .wrap100_inner {
  max-width: 1040px;
}

/* .smart_echo_news{
  max-width:1040px;
  margin:0 auto;
  padding:80px 20px;
  font-family:"YakuHanJP_Narrow","Google Sans","Noto Sans JP",sans-serif;
} */

.smart_echo_news_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 28px;
}

.smart_echo_news .midashi__sub {
  margin: 0 0 6px;
  font-weight: 200 !important;
  font-size: clamp(28px, 7vw, 100px) !important;
  letter-spacing: .08em;
  background: linear-gradient(135deg, #00b0d3 0%, #5cd7d1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 1;
}

.smart_echo_news h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #1d2d3d;
}

/* 
.smart_echo_news_more{
  min-width:310px;
  height:62px;
  padding:0 16px 0 34px;
  border-radius:999px;
  background:#00b0d3;
  color:#fff!important;
  text-decoration:none;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:14px;
}

.smart_echo_news_more span,
.smart_echo_news_arrow{
  width:40px;
  height:40px;
  border-radius:50%;
  background:rgba(255,255,255,.25);
  position:relative;
  flex-shrink:0;
}

.smart_echo_news_more span::before,
.smart_echo_news_arrow::before{
  content:"";
  position:absolute;
  width:10px;
  height:10px;
  border-top:2px solid currentColor;
  border-right:2px solid currentColor;
  top:50%;
  left:50%;
  transform:translate(-60%,-50%) rotate(45deg);
} */
.smart_echo_news_more {
  min-width: 310px;
  height: 62px;
  padding: 0 16px 0 34px;

  border-radius: 999px;

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

  color: #fff !important;
  text-decoration: none;
  font-weight: 700;

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

  margin-top: 14px;

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

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

/* 丸ボタン */
.smart_echo_news_more span,
.smart_echo_news_arrow {
  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);

  position: relative;
  flex-shrink: 0;

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

/* 矢印 */
.smart_echo_news_more span::before,
.smart_echo_news_arrow::before {
  content: "";

  position: absolute;

  width: 10px;
  height: 10px;

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

  top: 50%;
  left: 50%;

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

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

/* ホバー */
.smart_echo_news_more:hover {
  transform: translateY(-3px);

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

.smart_echo_news_more:hover span,
.smart_echo_news_item:hover .smart_echo_news_arrow {

  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);
}

.smart_echo_news_more:hover span::before,
.smart_echo_news_item:hover .smart_echo_news_arrow::before {
  border-color: #fff;
  transform:
    translate(-40%, -50%) rotate(45deg);
}

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

.smart_echo_news_list li {
  border-bottom: 1px solid #e5e5e5;
}

.smart_echo_news_item {
  display: grid;
  grid-template-columns: 140px 1fr 56px;
  align-items: center;
  gap: 24px;
  padding: 28px 0;
  text-decoration: none;
  color: #1d2d3d;
}

.smart_echo_news_item time {
  font-size: 16px;
  color: #777;
}

.smart_echo_news_item p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
}

.smart_echo_news_arrow {
  justify-self: end;
  background: rgba(0, 176, 211, .08);
  color: #00b0d3;
}

.smart_echo_news_item:hover .smart_echo_news_arrow {
  background: #00b0d3;
  color: #fff;
}

.smart_echo_news_more_pc {
  display: block;
}

.smart_echo_news_more_sp {
  display: none;
}

@media(max-width:600px) {
  .smart_echo_news_more_pc {
    display: none;
  }

  .smart_echo_news_more_sp {
    display: block;
  }

  .smart_echo_news {
    padding: 0 20px;
  }

  .smart_echo_news_head {
    display: block;
  }

  .smart_echo_news_more {
    min-width: 0;
    width: 100%;
    margin-top: 24px;
  }

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

  .smart_echo_news_item time,
  .smart_echo_news_item p {
    grid-column: 1;
  }

  .smart_echo_news_arrow {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

/*about*/
.smart_echo_about {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin: 80px auto 0;
  max-width: 900px;
}

.smart_echo_about a {
  position: relative;
  display: block;

  padding: 0 60px 28px 0;

  text-decoration: none;
  color: #1d2d3d;

  border-bottom: 1px solid #d9d9d9;

  transition: .3s;
}

.smart_echo_about .en {
  display: block;

  margin-bottom: 10px;

  font-size: 14px;
  font-weight: 700;

  color: #00b0d3;

  font-family:
    "Google Sans",
    sans-serif;
}

.smart_echo_about .ja {
  display: block;
  font-size: clamp(26px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.4;
}

/* ニュースと同じ矢印 */
/* .smart_echo_about a::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    width:40px;
    height:40px;
    border-radius:50%;
    background:rgba(0,176,211,.08);
    transform:translateY(-50%);
    transition:.3s;
} */
/*.smart_echo_about a::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;

    width:40px;
    height:40px;

    border-radius:50%;

    background:rgba(0,176,211,.08);

    box-shadow:
        0 4px 10px rgba(162,183,190,.2),
        inset 0 0 0 4px rgba(255,255,255,.3);

    transform:translateY(-50%);
}
.smart_echo_about a::before{
    content:"";

    position:absolute;
    right:15px;
    top:50%;

    width:10px;
    height:10px;

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

    transform:
        translateY(-50%)
        rotate(45deg);

    z-index:2;

    transition:.3s;
}

.smart_echo_about a:hover{
    transform:translateY(-4px);
}

.smart_echo_about a:hover::after{
    background:#00b0d3;
}

.smart_echo_about a:hover::before{
    border-color:#fff;
}*/
.smart_echo_about a {
  position: relative;
  transition: .35s cubic-bezier(.22, 1, .36, 1);
}

/* 丸ボタン本体 */
.smart_echo_about a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;

  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(0, 176, 211, .08),
    inset 0 1px 1px rgba(255, 255, 255, .9);

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

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

/* 矢印 */
.smart_echo_about a::before {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;

  width: 10px;
  height: 10px;

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

  transform: translateY(-50%) rotate(45deg);
  z-index: 2;

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

.smart_echo_about a:hover {
  transform: translateY(-4px);
}

.smart_echo_about a:hover::after {
  background: linear-gradient(135deg, #00b0d3, #5cd7d1);

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

  transform: translateY(-50%) scale(1.08);
}

.smart_echo_about a:hover::before {
  border-color: #fff;
  right: 15px;
}

@media(max-width:767px) {

  .smart_echo_about {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 550px;
  }

  .smart_echo_about .ja {
    font-size: 26px;
  }

}


#kurayoshi_quality {
  position: relative;
  overflow: hidden;
  padding: 120px 20px;
  background: linear-gradient(135deg, #eefcff 0%, #f8fff7 100%);
}

.kq_inner {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.kq_label {
  margin: 0 0 18px;
  /*   font-size:clamp(42px,5vw,72px); */
  font-size: clamp(28px, 7vw, 100px) !important;
  line-height: 1;
  letter-spacing: .04em;
  color: #00b0d3;
  font-family: "YakuHanJP_Narrow", "Google Sans", "Noto Sans JP", sans-serif;
}

.kq_text h2 {
  margin: 0 0 30px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.45;
  font-weight: 500;
  color: #1d2d3d;
}

.kq_lead {
  margin: 0;
  font-size: 16px;
  line-height: 2.2;
  color: #1d2d3d;
}

.kq_cards {
  display: grid;
  gap: 22px;
}

.kq_card {
  position: relative;
  padding: 30px 34px;
  border-radius: 26px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 14px 40px rgba(162, 183, 190, .18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.kq_card span {
  display: block;
  margin-bottom: 10px;
  color: #00b0d3;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.kq_card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #1d2d3d;
}

.kq_card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #435363;
}

.kq_blob {
  position: absolute;
  border-radius: 38%;
  filter: blur(45px);
  opacity: .65;
  pointer-events: none;
}

.kq_blob01 {
  width: 260px;
  height: 260px;
  background: #5cd7d1;
  top: 80px;
  right: 10%;
}

.kq_blob02 {
  width: 360px;
  height: 360px;
  background: #aee06b;
  bottom: -80px;
  left: 8%;
}

@media(max-width:767px) {
  #kurayoshi_quality {
    padding: 80px 20px;
  }

  .kq_inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .kq_card {
    padding: 26px 24px;
  }
}

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

#top_message {}

#top_message .col2flex {
  gap: 5rem;
  align-items: flex-start;
  font-size: 0.938rem;
}

#top_message .col2flex img {
  border-radius: 12px;
}

/*company*/
.smart_echo_company {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px;
  background: rgba(255, 255, 255, .65);
  border-radius: 40px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    0 20px 60px rgba(162, 183, 190, .12);
}

.smart_echo_company ul,
.smart_echo_company ol {
  margin-bottom: 0;
}

.company_row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;

  padding: 24px 0;

  border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.company_row:last-child {
  border-bottom: none;
}

.company_label {
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #00b0d3;
}

.company_value {
  font-size: 16px;
  line-height: 2;
  color: #1d2d3d;
}

@media(max-width:767px) {

  .smart_echo_company {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .company_row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

}

/*instagram*/
#instagram_section {
  /*   position:relative;
  overflow:hidden;
  padding:110px 20px; */
  background: linear-gradient(135deg, #fffdf0 0%, #f4fff9 100%);
}

#instagram_section .raqoon-heading-sub {
  margin-bottom: 2rem !important;
}

.instagram_feed_wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 26px;

  background: rgba(255, 255, 255, .72);
  border-radius: 34px;

  box-shadow:
    0 20px 60px rgba(162, 183, 190, .16);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

/*footer*/
.se2026_footer_company_block {
  background: #253a4f !important;
  color: #fff !important;
  padding: 72px 20px;
}

.se2026_footer_company_inner {
  max-width: 1100px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.1fr 1.3fr 1fr;
  gap: 56px;
  align-items: start;
}

.se2026_footer_company_col {
  min-width: 0;
}

.se2026_footer_company_logo {
  margin-bottom: 22px;
}

.se2026_footer_company_logo img {
  max-width: 210px;
  height: auto;
  display: block;
}

.se2026_footer_company_name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .04em;
}

.se2026_footer_company_label {
  margin: 0 0 22px;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: .12em;
  color: #5cd7d1;
}

.se2026_footer_company_info {
  margin: 0;
}

.se2026_footer_company_info div {
  margin-bottom: 18px;
}

.se2026_footer_company_info div:last-child {
  margin-bottom: 0;
}

.se2026_footer_company_info dt {
  margin-bottom: 5px;

  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, .58);
}

.se2026_footer_company_info dd {
  margin: 0;

  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, .9);
}

.se2026_footer_company_info a {
  color: rgba(255, 255, 255, .9);
  text-decoration: none;
}

.se2026_footer_company_info a:hover {
  color: #5cd7d1;
}

.se2026_footer_company_sns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;

  margin-top: 26px;
}

/* .se2026_footer_company_sns a{
  min-width:42px;
  height:42px;
  padding:0 15px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#fff!important;
  text-decoration:none;
  font-size:13px;
  font-weight:700;
  box-shadow:
    inset 0 1px 1px rgba(255,255,255,.16);
  transition:.35s cubic-bezier(.22,1,.36,1);
	gap:8px;
} */
.se2026_footer_company_sns a {
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, .16);
  transition: .35s cubic-bezier(.22, 1, .36, 1);
  color: #fff;
}

.se2026_footer_company_sns i {
  font-size: 18px;
}

.se2026_footer_company_sns a:hover {
  background: linear-gradient(135deg, #00b0d3, #5cd7d1);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 176, 211, .24);
}

@media(max-width:900px) {
  .se2026_footer_company_inner {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }

  .se2026_footer_company_brand {
    grid-column: 1 / -1;
  }
}

@media(max-width:600px) {
  .se2026_footer_company_block {
    padding: 56px 20px;
  }

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

  .se2026_footer_company_logo img {
    max-width: 180px;
  }
}

/*recruit*/
.se2026_recruit_member_block {
  max-width: 1180px;
  margin: 0 auto;
}

.se2026_recruit_member_head {
  margin-bottom: 56px;
}

.se2026_recruit_member_en {
  margin: 0 0 16px;
  font-family: "YakuHanJP_Narrow", "Google Sans", "Noto Sans JP", sans-serif;
  font-size: clamp(56px, 8vw, 96px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: .02em;
  color: #00b0d3;
}

.se2026_recruit_member_head h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #1d2d3d;
}

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

.se2026_recruit_member_card {
  color: #1d2d3d;
}

.se2026_recruit_member_img {
  overflow: hidden;
  border-radius: 18px;
  margin-bottom: 1rem;
  background: #eef7f8;
  box-shadow: 0 14px 34px rgba(162, 183, 190, .14);
}

.se2026_recruit_member_img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: .5s cubic-bezier(.22, 1, .36, 1);
}

.se2026_recruit_member_card:hover img {
  transform: scale(1.06);
}

.se2026_recruit_member_position {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}

.se2026_recruit_member_position_sub {
  display: block;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  color: #00b0d3;
}

.se2026_recruit_member_card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #6d7c8a;
}

.se2026_recruit_member_text {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.9;
  color: #6d7c8a;
}

.se2026_recruit_member_more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1d2d3d;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}

.se2026_recruit_member_more::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #00b0d3;
  border-right: 2px solid #00b0d3;
  transform: rotate(45deg);
  transition: .3s;
}

.se2026_recruit_member_more:hover::after {
  transform: translateX(4px) rotate(45deg);
}

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

@media(max-width:600px) {
  .se2026_recruit_member_grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .se2026_recruit_member_head {
    margin-bottom: 38px;
  }
}

/*recruit fv*/
#se2026_recruit_fv_section {
  padding-bottom: 0;
  background: transparent !important;
}

#se2026_recruit_fv_section .wrap100_inner {
  max-width: initial;
}

#se2026_recruit_fv {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  padding: 150px 20px 120px;

  background:
    linear-gradient(135deg, #f2fcff 0%, #ffffff 45%, #f6fff4 100%);
}

.se2026_recruit_fv_inner {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.se2026_recruit_fv_label {
  margin: 0 0 22px;
  font-size: clamp(56px, 10vw, 135px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: .02em;
  background: linear-gradient(135deg, #00b0d3, #5cd7d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.se2026_recruit_fv_text h1 {
  margin: 0 0 28px;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: .04em;
  color: #1d2d3d;
}

.se2026_recruit_fv_lead {
  margin: 0;
  font-size: 16px;
  line-height: 2.2;
  color: #435363;
}

.se2026_recruit_fv_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}

.se2026_recruit_fv_buttons a {
  min-width: 190px;
  height: 58px;
  padding: 0 12px 0 26px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  border-radius: 999px;

  background: rgba(255, 255, 255, .72);
  color: #1d2d3d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;

  box-shadow:
    0 12px 34px rgba(162, 183, 190, .16),
    inset 0 1px 1px rgba(255, 255, 255, .9);

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

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

.se2026_recruit_fv_buttons a:first-child {
  background: linear-gradient(135deg, #00b0d3, #5cd7d1);
  color: #fff;
}

.se2026_recruit_fv_buttons span {
  width: 38px;
  height: 38px;
  border-radius: 50%;

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

  position: relative;
  flex-shrink: 0;
}

.se2026_recruit_fv_buttons span::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 2px solid #00b0d3;
  border-right: 2px solid #00b0d3;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%) rotate(45deg);
  transition: .35s cubic-bezier(.22, 1, .36, 1);
}

.se2026_recruit_fv_buttons a:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(0, 176, 211, .22);
}

.se2026_recruit_fv_buttons a:hover span::before {
  transform: translate(-35%, -50%) rotate(45deg);
}

.se2026_recruit_fv_visual {
  position: relative;
  min-height: 520px;
}

.se2026_recruit_fv_img {
  position: absolute;
  overflow: hidden;

  border-radius: 34px;
  background: #eef7f8;

  box-shadow:
    0 24px 70px rgba(162, 183, 190, .22);
}

.se2026_recruit_fv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.se2026_recruit_fv_img01 {
  width: 100%;
  height: 395px;
  right: 0;
  top: 20px;
}

.se2026_recruit_fv_img02 {
  width: 60%;
  height: 250px;
  left: -45px;
  bottom: -35px;
  border: 10px solid rgba(255, 255, 255, .75);
}

.se2026_recruit_fv_card {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 280px;
  padding: 24px 26px;
  border-radius: 26px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 18px 50px rgba(162, 183, 190, .2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.se2026_recruit_fv_card span {
  display: block;
  margin-bottom: 8px;

  font-family: "Google Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #00b0d3;
}

.se2026_recruit_fv_card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #1d2d3d;
}

.se2026_recruit_fv_blob {
  position: absolute;
  border-radius: 38%;
  filter: blur(50px);
  opacity: .55;
  pointer-events: none;
}

.se2026_recruit_fv_blob01 {
  width: 320px;
  height: 320px;
  background: #5cd7d1;
  right: 8%;
  top: 120px;
}

.se2026_recruit_fv_blob02 {
  width: 380px;
  height: 380px;
  background: #aee06b;
  left: -80px;
  bottom: 40px;
}

@media(max-width:900px) {
  #se2026_recruit_fv {
    min-height: auto;
    padding: 120px 20px 80px;
  }

  .se2026_recruit_fv_inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .se2026_recruit_fv_visual {
    min-height: 460px;
  }
}

@media(max-width:600px) {
  .se2026_recruit_fv_text h1 {
    font-size: 36px;
  }

  .se2026_recruit_fv_buttons a {
    width: 100%;
  }

  .se2026_recruit_fv_visual {
    min-height: 380px;
  }

  .se2026_recruit_fv_inner {
    gap: 7px;
  }

  .se2026_recruit_fv_img01 {
    width: 78%;
    height: 280px;
  }

  .se2026_recruit_fv_img02 {
    width: 58%;
    height: 220px;
    left: 0;
  }

  .se2026_recruit_fv_card {
    right: 10px;
    bottom: 20px;
    width: 240px;
  }

  .se2026_recruit_member_en {
    font-size: clamp(45px, 10vw, 65px);
  }

  .se2026_recruit_member_img {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-id-166.page .entry-header {
  display: none;
}

/*solutions fv*/
#se2026_solutions_fv_section {
  padding-bottom: 0;
  background: transparent !important;
}

#se2026_solutions_fv_section .wrap100_inner {
  max-width: initial;
}

#se2026_solutions_fv {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  padding: 150px 20px 120px;

  background:
    linear-gradient(135deg, #f2fcff 0%, #ffffff 45%, #f6fff4 100%);
}

.se2026_solutions_fv_inner {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.se2026_solutions_fv_label {
  margin: 0 0 22px;
  font-size: clamp(56px, 10vw, 135px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: .02em;
  background: linear-gradient(135deg, #00b0d3, #5cd7d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.se2026_solutions_fv_label_messege {
  margin: 0 0 28px;
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: .04em;
  color: #1d2d3d;
}

.se2026_solutions_fv_lead {
  margin: 0;
  font-size: 16px;
  line-height: 2.2;
  color: #435363;
}

.se2026_solutions_fv_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}

.se2026_solutions_fv_buttons a {
  min-width: 190px;
  height: 58px;
  padding: 0 12px 0 26px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  border-radius: 999px;

  background: rgba(255, 255, 255, .72);
  color: #1d2d3d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;

  box-shadow:
    0 12px 34px rgba(162, 183, 190, .16),
    inset 0 1px 1px rgba(255, 255, 255, .9);

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

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

.se2026_solutions_fv_buttons a:first-child {
  background: linear-gradient(135deg, #00b0d3, #5cd7d1);
  color: #fff;
}

.se2026_solutions_fv_buttons span {
  width: 38px;
  height: 38px;
  border-radius: 50%;

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

  position: relative;
  flex-shrink: 0;
}

.se2026_solutions_fv_buttons span::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 2px solid #00b0d3;
  border-right: 2px solid #00b0d3;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%) rotate(45deg);
  transition: .35s cubic-bezier(.22, 1, .36, 1);
}

.se2026_solutions_fv_buttons a:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(0, 176, 211, .22);
}

.se2026_solutions_fv_buttons a:hover span::before {
  transform: translate(-35%, -50%) rotate(45deg);
}

.se2026_solutions_fv_visual {
  position: relative;
  min-height: 520px;
}

.se2026_solutions_fv_img {
  position: absolute;
  overflow: hidden;

  border-radius: 34px;
  background: #eef7f8;

  box-shadow:
    0 24px 70px rgba(162, 183, 190, .22);
}

.se2026_solutions_fv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.se2026_solutions_fv_img01 {
  width: 100%;
  height: 395px;
  right: 0;
  top: 20px;
}

.se2026_solutions_fv_img02 {
  width: 60%;
  height: 250px;
  left: -45px;
  bottom: -35px;
  border: 10px solid rgba(255, 255, 255, .75);
}

.se2026_solutions_fv_card {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 280px;
  padding: 24px 26px;
  border-radius: 26px;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 18px 50px rgba(162, 183, 190, .2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.se2026_solutions_fv_card span {
  display: block;
  margin-bottom: 8px;

  font-family: "Google Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #00b0d3;
}

.se2026_solutions_fv_card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #1d2d3d;
}

.se2026_solutions_fv_blob {
  position: absolute;
  border-radius: 38%;
  filter: blur(50px);
  opacity: .55;
  pointer-events: none;
}

.se2026_solutions_fv_blob01 {
  width: 320px;
  height: 320px;
  background: #5cd7d1;
  right: 8%;
  top: 120px;
}

.se2026_solutions_fv_blob02 {
  width: 380px;
  height: 380px;
  background: #aee06b;
  left: -80px;
  bottom: 40px;
}

@media(max-width:900px) {
  #se2026_solutions_fv {
    min-height: auto;
    padding: 120px 20px 80px;
  }

  .se2026_solutions_fv_inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .se2026_solutions_fv_visual {
    min-height: 460px;
  }
}

@media(max-width:600px) {
  .se2026_solutions_fv_text h1 {
    font-size: 36px;
  }

  .se2026_solutions_fv_buttons a {
    width: 100%;
  }

  .se2026_solutions_fv_visual {
    min-height: 380px;
  }

  .se2026_solutions_fv_img01 {
    width: 78%;
    height: 280px;
  }

  .se2026_solutions_fv_img02 {
    width: 58%;
    height: 220px;
    left: 0;
  }

  .se2026_solutions_fv_card {
    right: 10px;
    bottom: 20px;
    width: 240px;
  }
}

.parent-pageid-164.page .entry-header {
  display: none;
}

/**/
#member_image_carousel {
  /*   width:100%; */
  overflow: hidden;
  background: transparent !important;
  padding: 10rem 0 0;
}

#member_image_carousel .wrap100_inner {
  max-width: initial;
}

#member_image_carousel .mic_track {
  display: flex;
  width: max-content;
  animation: memberGalleryLoop 60s linear infinite;
}

#member_image_carousel .mic_group {
  display: flex;
  gap: 0;
  width: max-content;
}

#member_image_carousel .mic_col {
  width: 360px;
  height: 620px;
  display: grid;
  grid-template-rows: 1fr 1fr;
}

#member_image_carousel .mic_col_tall {
  width: 300px;
  grid-template-rows: 1fr;
}

#member_image_carousel .mic_col_wide {
  width: 520px;
}

#member_image_carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes memberGalleryLoop {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media(max-width:767px) {
  #member_image_carousel .mic_col {
    width: 240px;
    height: 360px;
  }

  #member_image_carousel .mic_col_tall {
    width: 210px;
  }

  #member_image_carousel .mic_col_wide {
    width: 340px;
  }
}


.entry-content p a {
  word-break: break-all;
}

/*ボタン！*/
.se_service_link_buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  /*     max-width:550px; */
  margin: 2rem auto 0;
}

.se_service_link_btn {
  min-height: 62px;
  width: 100%;
  /* max-width:550px; */
  max-width: 395px;
  margin: 0 auto;
  padding: 0 12px 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg,
      #00b0d3,
      #5cd7d1);
  color: #fff !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

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

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

.se_service_link_text {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

@media(min-width:768px) {

  .se_service_link_buttons {
    flex-direction: row;
  }

  .se_service_link_btn {
    flex: 1;
    padding-left: 2.3em;
  }

  .se_service_link_text {
    font-size: 0.95rem;
  }
}

.se_service_link_arrow {
  width: 40px;
  height: 40px;

  flex-shrink: 0;

  border-radius: 50%;

  position: relative;

  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);

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

.se_service_link_arrow::before {
  content: "";

  position: absolute;

  width: 9px;
  height: 9px;

  top: 50%;
  left: 50%;

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

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

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

.se_service_link_btn:hover {
  transform: translateY(-4px);

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

.se_service_link_btn:hover .se_service_link_arrow {
  transform:
    scale(1.08) translateX(3px);
}

.se_service_link_btn:hover .se_service_link_arrow::before {
  transform:
    translate(-35%, -50%) rotate(45deg);
}

/**/
.sm_text_center {
  text-align: center;
}

.page_feature_text {
  margin: 0 0 3rem;
  font-size: clamp(29px, 3vw, 35px);
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: .04em;
}

/**/
.solutions_points {
  max-width: 1100px;
  margin: 4rem auto;
}

.solutions_points_head {
  text-align: center;
  margin-bottom: 60px;
}

.solutions_points_head p {
  color: #00b0d3;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .12em;
}

.solutions_points_head h2 {
  font-size: clamp(44px, 6vw, 72px);

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

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  margin-top: 10px;
}

.solutions_points_grid {
  display: grid;
  gap: 24px;
}

.solutions_points_card {
  background: #fff;

  padding: 40px;

  border-radius: 28px;

  box-shadow:
    0 20px 60px rgba(162, 183, 190, .12);

  position: relative;
}

.solutions_points_number {
  position: absolute;
  top: 30px;
  right: 30px;

  font-size: 60px;
  font-weight: 800;

  color: rgba(92, 215, 209, .12);

  line-height: 1;
}

.solutions_points_card h3 {
  margin-bottom: 24px;

  font-size: clamp(29px, 3vw, 35px);
  line-height: 1.5;

  /*     color:#253a4f; */
}

.solutions_points_content {
  line-height: 2.1;
  color: #435363;
}

.solutions_points_content p {
  margin-bottom: 1.5em;
}

.doctor_profile_box {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 28px;
  align-items: center;

  margin-bottom: 30px;
  padding: 24px;

  border-radius: 24px;
  background: rgba(0, 176, 211, .04);
}

.doctor_profile_img {
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 30px rgba(162, 183, 190, .18);
}

.doctor_profile_img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.doctor_profile_title {
  margin: 0 0 6px;
  color: #00b0d3;
  font-weight: 700;
  margin: 0 !important;
}

.doctor_profile_name {
  margin: 0 0 10px !important;
  font-size: 20px;
  font-weight: 700;
  color: #253a4f;
  line-height: 1.6;
}

.doctor_profile_quote {
  margin: 28px 0;
  padding-left: 22px;

  border-left: 4px solid #5cd7d1;

  font-size: 24px;
  line-height: 1.7;
  font-weight: 700;
  color: #253a4f;
}

.br_pc600 {
  display: block;
}

.br_sp600 {
  display: none;
}

@media(max-width:600px) {
  .br_pc600 {
    display: none;
  }

  .br_sp600 {
    display: block;
  }

  .firstview_title {
    bottom: 20% !important;
  }

  .doctor_profile_box {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .doctor_profile_img {
    width: 140px;
    margin: 0 auto;
  }

  .wrap100 {
    padding: 6rem 0;
  }

  .home .raqoon-heading-sub,
  .parent-pageid-164 .raqoon-heading-sub,
  .kq_label,
  .smart_echo_news .midashi__sub {
    font-size: clamp(26px, 10vw, 40px) !important;
  }

  .home .raqoon-heading-sub,
  .parent-pageid-164 .raqoon-heading-sub {
    margin-bottom: 3rem !important;
  }

  #vision_section p.has-text-align-center,
  #instagram_section p.has-text-align-center {
    text-align: left;
  }

  .se2026_solutions_fv_label_messege {
    font-size: clamp(30px, 6vw, 35px);
  }

  .page_feature_text {
    font-size: clamp(23px, 5vw, 30px);
  }

  .solutions_points_card h3 {
    font-size: clamp(23px, 5vw, 30px);
  }

  .doctor_profile_name {
    font-size: 16px;
  }

  .doctor_profile_box p {
    text-align: left;
  }

  .solutions_points_content p {
    font-size: 14px;
  }

  .se2026_solutions_fv_inner {
    gap: 5px;
  }

  .page .entry-header_inner .page-subtitle {
    font-size: clamp(55px, 10.5vw, 100px);
  }
}

.evidence {
  font-size: 0.85rem;
}

.evidence a {
  text-decoration: underline;
}

/* ------------------------------
CF7 Submit Button
------------------------------ */

.wpcf7 div[align="center"] {
  margin-top: 40px;
  text-align: center;
}

.wpcf7 div[align="center"] p {
  margin: 0;
}

/* ボタン本体 */
.wpcf7 input[type="submit"].wpcf7-submit {

  min-width: 220px;
  height: 62px;

  padding: 0 42px;

  border: none !important;
  border-radius: 999px !important;

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

  color: #fff !important;

  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;

  cursor: pointer !important;

  -webkit-appearance: none;
  appearance: none;

  box-shadow:
    0 10px 30px rgba(0, 176, 211, .20);

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

/* Hover */
.wpcf7 input[type="submit"].wpcf7-submit:hover {

  transform: translateY(-4px);

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

/* Active */
.wpcf7 input[type="submit"].wpcf7-submit:active {

  transform: translateY(-1px);
}

/* Disabled */
.wpcf7 input[type="submit"].wpcf7-submit:disabled {

  opacity: .45;
  cursor: not-allowed !important;

  transform: none;

  box-shadow: none;
}

/* ------------------------------
CF7 Spinner
邪魔なので消す
------------------------------ */

.wpcf7 .wpcf7-spinner {
  display: none !important;
}

/* ------------------------------
送信中
------------------------------ */

.wpcf7-form.submitting .wpcf7-submit {

  background:
    linear-gradient(135deg,
      #79d9e7,
      #a5ece6) !important;

  opacity: .85;

  pointer-events: none;

  box-shadow:
    0 10px 24px rgba(0, 176, 211, .12);

  animation:
    submitPulse 1.4s ease-in-out infinite;
}

@keyframes submitPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(.98);
  }
}

/* ------------------------------
SP
------------------------------ */

@media(max-width:767px) {

  .wpcf7 input[type="submit"].wpcf7-submit {
    width: 100%;
    max-width: 320px;
  }

}