/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none; /* 1 */
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
    cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

/**
 * Remove padding
 */

option {
    padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
    outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
    outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
    border-color: inherit; /* 1 */
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}
.fadein{opacity:0;transform:translateY(20px);transition:.8s}.fadein.active{opacity:1;transform:translateY(0)}@media screen and (max-width: 599px){.pc_none{display:block}}@media screen and (min-width: 600px){.pc_none{display:none}}@media screen and (max-width: 1024px){.tab_none{display:none}}@media screen and (min-width: 1025px){.tab_none{display:block}}@media screen and (max-width: 599px){.sp_none{display:none}}@media screen and (min-width: 600px){.sp_none{display:block}}html{font-size:62.5%}body{font-size:1.6em;font-family:"Roboto","Noto Sans JP",sans-serif;-webkit-font-smoothing:antialiased;color:#002f7b;line-height:2;text-align:center}img{width:100%;height:auto}.opening_animation_wrap{width:100%;height:100vh;background:#fff;position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;z-index:2000;transition:.3s 3s}.opening_animation_wrap #opening_animation{width:600px;transition:.3s 2.7s}@media screen and (max-width: 599px){.opening_animation_wrap #opening_animation{width:80vw}}.opening_animation_wrap.loaded{opacity:0;visibility:hidden}.opening_animation_wrap.loaded #opening_animation{opacity:0;visibility:hidden}.fixed_bg{width:100%;height:100svh;background-image:url(../img/bg.jpg);background-size:cover;background-position:center;position:fixed;z-index:-10}.main{overflow:hidden}.menu_btn{width:50px;height:30px;background:#0068b7;border:1px solid #0068b7;border-radius:5px;position:fixed;top:10px;right:10px;cursor:pointer;z-index:500;display:flex;align-items:center;justify-content:center;transition:.3s}@media screen and (min-width: 1025px){.menu_btn{display:none}}.menu_btn .lines{width:20px;height:6px;position:relative}.menu_btn .lines .line{width:20px;height:1px;background:#fff;display:block;position:absolute;transition:.3s}.menu_btn .lines .line:nth-child(1){top:0}.menu_btn .lines .line:nth-child(2){bottom:0}.nav{width:100%;height:100svh;padding:60px 20px 100px;background:#fff;position:fixed;top:0;left:0;opacity:0;visibility:hidden;transition:.5s;z-index:100;overflow-y:scroll}@media screen and (min-width: 1025px){.nav{width:18vw;height:auto;padding:0;background:rgba(0,0,0,0);opacity:1;visibility:visible;top:auto;left:2.7vw;bottom:2.7vw}}.nav .nav_logo{width:94px;margin:auto;padding:0 0 30px}@media screen and (min-width: 1025px){.nav .nav_logo{display:none}}.nav .sns_area{padding:0;flex-wrap:wrap;margin-bottom:0}@media screen and (min-width: 1025px){.nav .sns_area .sns{width:100%}.nav .sns_area .sns:not(:last-child){margin-bottom:10px}}@media screen and (min-width: 1025px){.nav .sns_area .sns a .sp_btn{display:none}}.nav ul{margin-bottom:30px}@media screen and (min-width: 1025px){.nav ul{width:18vw;position:fixed;top:50%;left:2.7vw;transform:translateY(-50%);margin-bottom:0}}.nav ul li a{font-size:14px;font-weight:bold;padding:10px 0;color:#002f7b;text-align:center;display:block;border-top:1px solid #000}@media screen and (min-width: 1025px){.nav ul li a{font-size:1.2rem;border-color:#fff}}.nav ul li:last-child a{border-bottom:1px solid #000}@media screen and (min-width: 1025px){.nav ul li:last-child a{border-color:#fff}}.menu_open .menu_btn{background:#fff}.menu_open .menu_btn .lines .line{background:#0068b7}.menu_open .menu_btn .lines .line:nth-child(1){top:2px;transform:rotate(20deg)}.menu_open .menu_btn .lines .line:nth-child(2){top:2px;transform:rotate(-20deg)}.menu_open .nav{opacity:1;visibility:visible}.ttl_area{margin-bottom:50px}@media screen and (max-width: 599px){.ttl_area{margin-bottom:15px}}.ttl_area .ttl{font-weight:bold}.ttl_area .ttl span{font-weight:bold;display:block}.ttl_area .ttl span.en{font-size:4rem}@media screen and (max-width: 599px){.ttl_area .ttl span.en{font-size:20px}}.ttl_area .ttl span.jp{font-size:2rem;line-height:1.3}@media screen and (max-width: 599px){.ttl_area .ttl span.jp{font-size:14px}}.ttl.underline{font-size:3rem;font-weight:bold;border-bottom:2px solid #002f7b;margin-bottom:10px;display:inline-block}@media screen and (max-width: 599px){.ttl.underline{font-size:1.8rem}}.header{position:relative;z-index:1000}.header_logo{width:8vw;position:fixed;top:2.7vw;left:2.7vw;z-index:500}@media screen and (max-width: 1024px){.header_logo{width:16vw}}@media screen and (max-width: 599px){.header_logo{top:4.1vw;left:4.1vw}}.header_logo .logo{display:block}.header_desc .desc{font-size:10px;font-weight:bold;text-align:right;padding:4.1vw}.mv{width:100%;height:100vh;margin-bottom:40px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 599px){.mv{height:100vw;margin-top:30px;margin-bottom:20px}}.mv .mv_inner{width:55vw;height:55vw;max-width:900px;max-height:900px;position:relative}@media screen and (max-width: 1024px){.mv .mv_inner{width:95vw;height:95vw}}.mv .mv_inner .mv_el{position:absolute;top:0;left:50%;transform:translateX(-50%)}.mv .mv_inner .mv_el.circle{width:90%}.mv .mv_inner .mv_el.illust{width:100%}.mv .mv_inner .mv_el.mv_logo{width:27.8%;top:25%}.qr{position:fixed;top:2.7vw;right:2.7vw;display:flex}@media screen and (max-width: 1280px){.qr{display:none}}.qr .qr_desc{margin-right:1.7vw}.qr .qr_desc .desc{font-size:1.4rem;font-weight:bold;line-height:1.5}.qr .qr_img{width:5.4vw}.contact{width:360px;position:fixed;left:auto;right:2.7vw;bottom:2.7vw;display:flex;z-index:1000}@media screen and (max-width: 1024px){.contact{width:50vw}}@media screen and (max-width: 599px){.contact{width:100%;left:0;right:0;bottom:0}}.contents{width:calc(100% - 40px);max-width:680px;padding:50px 40px;margin:0 auto 5.7vw;background:#fff;border-radius:20px}@media screen and (max-width: 599px){.contents{padding:30px 20px;margin:0 20px 70px;border-radius:10px}}.contents .catch_area{margin-bottom:50px}@media screen and (max-width: 599px){.contents .catch_area{margin-bottom:15px}}.contents .catch_area .main_catch{font-size:4.8rem;font-weight:bold;line-height:1.3;letter-spacing:.01em}@media screen and (max-width: 599px){.contents .catch_area .main_catch{font-size:24px;line-height:1.3;padding-top:15px}}.contents .desc_area{margin-bottom:50px}@media screen and (max-width: 599px){.contents .desc_area{margin-bottom:15px}}.contents .desc_area .desc{font-size:2rem;font-weight:400;color:#000}@media screen and (max-width: 599px){.contents .desc_area .desc{font-size:12px}}.contents .sub_catch_area .sub_catch{font-size:2.8rem;font-weight:bold;line-height:1.7}@media screen and (max-width: 599px){.contents .sub_catch_area .sub_catch{font-size:16px}}.contents .movie_area{width:100%}.contents .movie_area .movie{margin-bottom:2vw}@media screen and (max-width: 599px){.contents .movie_area .movie{margin-bottom:15px}}.contents .movie_area .movie iframe{width:100%;aspect-ratio:16/9}.contents .movie_area .movie_desc .desc{font-size:1.6rem;font-weight:bold;line-height:1.5}@media screen and (max-width: 599px){.contents .movie_area .movie_desc .desc{font-size:14px}}.contents .movie_bottom{margin-bottom:26px}@media screen and (max-width: 599px){.contents .movie_bottom{margin-bottom:20px}}.contents .movie_bottom .txt_area .desc{font-size:2rem;text-align:center;font-weight:bold;line-height:1.5;color:#000}@media screen and (max-width: 599px){.contents .movie_bottom .txt_area .desc{font-size:14px}}.contents .service_area{margin-bottom:26px}.contents .service_area .service_cont{margin-bottom:26px}.contents .service_area .service_cont.tri{margin-bottom:42px}.contents .service_area .service_cont img{margin-bottom:20px}.contents .service_area .service_cont .desc{font-size:2rem;color:#000;font-weight:bold;text-align:left;line-height:1.7}@media screen and (max-width: 599px){.contents .service_area .service_cont .desc{font-size:14px}}.contents .service_area .service_cont .desc .attention{font-size:1.8rem;font-weight:normal;display:block}@media screen and (max-width: 599px){.contents .service_area .service_cont .desc .attention{font-size:10px}}.list li{font-size:1.8rem;color:#000;text-align:left;margin-left:2.5em;margin-right:1.5em;margin-bottom:1em;position:relative}@media screen and (max-width: 599px){.list li{font-size:14px}}.list li:before{content:"";width:1em;height:1em;background:#002f7b;border-radius:50%;position:absolute;top:.5em;left:-1.5em}.list li .bold{font-size:2rem;font-weight:bold;display:block}@media screen and (max-width: 599px){.list li .bold{font-size:16px}}.case_wrap .case_cont .case{font-size:2.4rem;font-weight:bold;margin-bottom:26px}@media screen and (max-width: 599px){.case_wrap .case_cont .case{font-size:16px}}.case_wrap .case_cont .ttl{margin-bottom:30px}.case_wrap .case_cont .img_area{margin-bottom:30px;padding:0 20px}.case_wrap .case_cont .item_area .ttl{font-size:3rem;font-weight:bold;margin-bottom:16px}@media screen and (max-width: 599px){.case_wrap .case_cont .item_area .ttl{font-size:16px}}.case_wrap .case_cont .item_area .items{margin-bottom:50px;display:flex;flex-wrap:wrap;gap:10px}@media screen and (max-width: 599px){.case_wrap .case_cont .item_area .items{margin-bottom:30px}}.case_wrap .case_cont .item_area .items .item{font-size:1.8rem;width:calc(50% - 5px);padding:.2em 0;text-align:center;font-weight:bold;border-radius:2em;color:#fff;background:#002f7b}@media screen and (max-width: 599px){.case_wrap .case_cont .item_area .items .item{font-size:12px}}.step img{width:76%;margin:30px auto 0}.features{background:#002f7b}.features .ttl_area .ttl span{color:#fff}.features .features_cont{background:#fff;display:flex;align-items:center;border-radius:5px;margin-bottom:10px;padding:12px}.features .features_cont .left{width:20%;height:auto;margin-right:30px}@media screen and (max-width: 599px){.features .features_cont .left{width:50px;height:50px;margin-right:12px}}.features .features_cont .right .txt{font-size:1.8rem;font-weight:bold;text-align:left;line-height:1.3}@media screen and (max-width: 599px){.features .features_cont .right .txt{font-size:14px}}.license .list{display:inline-block}.license .list li{font-weight:normal;margin-bottom:.5em}.price .desc_area{margin-bottom:20px}.price .desc_area .desc{line-height:1.7;text-align:left}.price .img_area{margin-bottom:30px}.price .attentions{color:#000;line-height:1.7;text-align:left;padding:0 10px}.price .attentions .attention{font-size:1.6rem;display:block}@media screen and (max-width: 599px){.price .attentions .attention{font-size:12px}}.kuchikomi{width:calc(100% - 40px);max-width:680px;margin:0 auto 5.7vw}@media screen and (max-width: 599px){.kuchikomi{margin:0 20px 70px}}.efforts .desc_area .desc{text-align:left}.efforts .efforts_cont{display:flex;justify-content:space-between;margin-bottom:18px}.efforts .efforts_cont .left{width:30%}.efforts .efforts_cont .right{width:calc(70% - 30px)}@media screen and (max-width: 599px){.efforts .efforts_cont .right{width:calc(70% - 10px)}}.efforts .efforts_cont .right .ttl{font-size:2rem;font-weight:bold;text-align:left;margin-bottom:10px}@media screen and (max-width: 599px){.efforts .efforts_cont .right .ttl{font-size:12px;margin-bottom:10px}}.efforts .efforts_cont .right .desc{font-size:1.6rem;color:#000;font-weight:normal;line-height:1.5;text-align:left}@media screen and (max-width: 599px){.efforts .efforts_cont .right .desc{font-size:10px}}.access{padding:0;background:rgba(0,0,0,0)}.access .desc_area .desc{font-size:2rem;line-height:1.5;color:#002f7b}@media screen and (max-width: 599px){.access .desc_area .desc{font-size:12px}}.access .map iframe{width:100%;aspect-ratio:1/1}.sns_area{width:100%;max-width:680px;margin:0 auto 5.7vw;display:flex;justify-content:space-between}@media screen and (max-width: 599px){.sns_area{padding:0 20px;margin-bottom:70px}}.sns_area .sns{width:calc((100% - 20px)/3)}.qa .qa_group{padding:30px 0;border-top:1px solid #000;cursor:pointer}.qa .qa_group:last-child{border-bottom:1px solid #000}.qa .qa_group .txt{font-size:1.8rem;font-weight:bold;line-height:1.5;text-align:left;padding:0 3em;position:relative}.qa .qa_group .txt:before{font-size:2.4rem;line-height:1;font-weight:bold;position:absolute;top:0;left:.5em}@media screen and (max-width: 599px){.qa .qa_group .txt:before{font-size:16px}}@media screen and (max-width: 599px){.qa .qa_group .txt{font-size:12px}}.qa .qa_group .question{position:relative}.qa .qa_group .question:before{content:"";width:10px;height:1px;background:#000;position:absolute;top:50%;right:0;transform:translateY(-50%);transition:.3s}@media screen and (min-width: 600px){.qa .qa_group .question:before{width:15px}}.qa .qa_group .question:after{content:"";width:10px;height:1px;background:#000;position:absolute;top:50%;right:0;transform:translateY(-50%) rotate(90deg);transition:.3s}@media screen and (min-width: 600px){.qa .qa_group .question:after{width:15px}}.qa .qa_group .question.active:after{transform:translateY(-50%) rotate(0)}.qa .qa_group .question .txt{color:#000}.qa .qa_group .question .txt:before{content:"Q.";color:#ccc}.qa .qa_group .answer{padding-top:30px}.qa .qa_group .answer .txt{color:#002f7b}.qa .qa_group .answer .txt:before{content:"A.";color:#002f7b}.footer{margin-bottom:10vw}@media screen and (max-width: 599px){.footer{margin-bottom:30vw}}.footer .footer_logo{width:6.5vw;margin:0 auto}@media screen and (max-width: 599px){.footer .footer_logo{width:100px}}.footer .copy small{font-size:1rem;text-align:center}/* ================================
   and・end 追加セクション（Service area / Voices）
   ================================ */

/* 対応エリア（Service area） */
.contents.area .desc_area {
  margin-bottom: 20px;
}

.contents.area .list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contents.area .list li {
  position: relative;
  flex: 1 1 240px;
  background: linear-gradient(135deg, #f9fbff, #ffffff);
  border-radius: 12px;
  border: 1px solid #e3ebf5;
  padding: 14px 16px 12px 42px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  font-size: 1.4rem;
  line-height: 1.8;
}

/* ピンアイコン風 */
.contents.area .list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50% 50% 50% 0;
  background: #2c7bbf;
  transform: rotate(-45deg);
  box-shadow: 0 0 0 3px rgba(44, 123, 191, 0.15);
}

.contents.area .list li::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 23px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}

.contents.area .list li .bold {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 4px;
}

/* お客様の声（Voices） */
.contents.voices .voices_inner {
  max-width: 900px;
  margin: 0 auto;
}

.contents.voices .voices_intro {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Googleマップ埋め込み枠 */
.contents.voices .voices_embed {
  margin-bottom: 24px;
}

.contents.voices .voices_embed iframe {
  width: 100%;
  min-height: 260px;
  border: 0;
}

/* クチコミ一覧（Googleレビュー風カード） */
.contents.voices .voices_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contents.voices .voice_item {
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #e3ebf5;
  padding: 16px 16px 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: left;
}

/* 上部の淡いライン */
.contents.voices .voice_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #2c7bbf, #4a90e2);
}

/* ヘッダー部分：アイコン＋名前＋評価 */
.contents.voices .voice_header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.contents.voices .voice_avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4a90e2, #2c7bbf);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  font-weight: 700;
  margin-right: 10px;
}

.contents.voices .voice_header_body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contents.voices .voice_name {
  font-size: 1.3rem;
  font-weight: 700;
}

.contents.voices .voice_label {
  font-size: 1.1rem;
  color: #888;
}

.contents.voices .voice_rating_row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.2rem;
}

.contents.voices .voice_stars {
  color: #f5b300;
  letter-spacing: 1px;
}

.contents.voices .voice_date {
  font-size: 1.1rem;
  color: #999;
}

/* クチコミ本文 */
.contents.voices .voice_text {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 8px;
  padding-left: 10px;
}

.contents.voices .voice_text::before {
  content: "“";
  position: absolute;
  left: 0;
  top: -4px;
  font-size: 2.4rem;
  color: rgba(44, 123, 191, 0.2);
}

/* フッター：Googleマップへのリンク */
.contents.voices .voice_footer {
  margin-top: 10px;
  text-align: center;
}

.contents.voices .voice_link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 1.2rem;
  color: #2c7bbf;
  text-decoration: none;
}

.contents.voices .voice_link::before {
  content: none;
  display: none;
}

.voice_link .gmaps_logo {
  height: 16px;
  width: auto;
  display: inline-block;
}

.contents.voices .voice_link::after {
  content: "\2197"; /* ↗ */
  font-size: 1.1rem;
}

/* スマホ調整 */
@media screen and (max-width: 767px) {
  .contents.area .list {
    flex-direction: column;
  }

  .contents.area .list li {
    flex: 1 1 auto;
  }

  .contents.voices .voice_item {
    padding: 14px 12px 10px;
  }

  .contents.voices .voice_avatar {
    width: 32px;
    height: 32px;
    font-size: 1.4rem;
  }
}

/* ===== SEO/Accessibility helpers ===== */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* ===== Price text block (SEO-friendly) ===== */
.price_text{margin:24px 0 0;text-align:left}
.price_subttl{font-size:2rem;font-weight:700;line-height:1.4;margin:0 0 10px;color:#002f7b}
.price_desc{margin:0 0 14px;line-height:1.8;font-size:2rem;color:#000}
.price_table_wrap{margin-top:14px;border:1px solid #e3ebf5;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05);background:#fff}
.price_table{width:100%;border-collapse:separate;border-spacing:0;font-size:1.8rem}
.price_table th,.price_table td{padding:12px 14px;border-bottom:1px solid #e3ebf5;vertical-align:top}
.price_table th:last-child,.price_table td:last-child{border-right:none}
.price_table thead th{background:#f6f9ff;font-weight:700;color:#002f7b}
.price_table tbody tr:last-child td{border-bottom:none}
.price_points{margin:12px 0 0;padding-left:1.2em;line-height:1.8;font-size:1.8rem;color:#000}
.contact_text{margin-top:10px;line-height:1.9}
@media screen and (max-width: 599px){
  .price_subttl{font-size:16px}
  .price_desc{font-size:12px}
  .price_table{font-size:12px}
  .price_table th,.price_table td{padding:10px}
  .price_points{font-size:12px}
}


/* ================================
   SEO text patches (added)
   ================================ */


/* ================================
   SEO/MEO Patch v3 (spacing & price table placement)
   ================================ */
.price .price_text{ text-align:left; margin-top:24px }
.price .price_text .price_desc{ font-size:2rem; color:#000; text-align:left; margin:0 0 18px; line-height:1.8 }
.price .attentions{ margin-top:22px; margin-bottom:22px; padding:0 10px }
.price .price_table_wrap{ margin-top:0 }
.price_table_wrap{ border-radius:16px; box-shadow:0 2px 14px rgba(0,0,0,.06) }
.price_table_wrap .price_subttl{ margin:0; padding:18px 18px 0 }
.price_table_wrap .price_table{ margin-top:12px }
.price_table th,.price_table td{ padding:14px 16px }
.price_table_wrap .price_points{ margin:0; padding:16px 20px 18px 2.2em }


.contents.price{ padding-top:56px; padding-bottom:64px }
.price .img_area{ margin-bottom:36px }

@media screen and (max-width: 599px){
  .price .price_text{ margin-top:16px }
  .price .price_text .price_desc{ font-size:12px; margin-bottom:12px }
  .price .attentions{ margin-top:16px; margin-bottom:16px }
  .price_table_wrap{ border-radius:12px }
  .price_table_wrap .price_subttl{ padding:14px 14px 0 }
  .price_table th,.price_table td{ padding:10px 12px }
  .price_table_wrap .price_points{ padding:12px 14px 14px 2.0em }
}


/* --- SEO patch v4: pricing whitespace + grouping (Apple/Google-like) --- */
.price .price_text{margin-top:28px;padding:22px 22px 18px;border:1px solid #e3ebf5;border-radius:18px;background:#fff;box-shadow:0 2px 14px rgba(0,0,0,.06)}
.price .price_text .price_subttl{margin:0 0 12px}
.price .price_text .price_desc{margin:0 0 16px}
.price .price_text .price_points{margin:0;padding-left:2.2em}
.price .price_text .attentions{margin:16px 0 0;padding:0}
.price .price_text .attentions .attention{font-size:1.6rem;display:block}
.price .price_table_wrap{margin-top:22px}
@media screen and (max-width: 599px){
  .price .price_text{margin-top:18px;padding:16px 14px 14px;border-radius:12px}
  .price .price_text .attentions .attention{font-size:12px}
  .price .price_table_wrap{margin-top:16px}
}


/* === patches v8 === */
.step .step_text{max-width:760px;margin:22px auto 0;padding:18px 18px;border:1px solid rgba(0,0,0,.08);border-radius:16px;background:rgba(255,255,255,.92)}
.step .step_lead{font-size:14px;font-weight:700;margin:0 0 10px;}
.step .step_list{margin:0;padding-left:1.2em;}
.step .step_list li{margin:.35em 0;line-height:1.7;}
.step .step_note{margin:10px 0 0;font-size:12px;opacity:.9;}
.privacy{padding:56px 0;background:#fff;}
.privacy .inner{width:min(980px, calc(100% - 40px));margin:0 auto;}
.privacy h2{font-size:20px;margin:0 0 14px;}
.privacy p{line-height:1.9;margin:0 0 12px;}
.privacy ul{margin:0 0 12px;padding-left:1.2em;}
.privacy li{margin:.35em 0;line-height:1.8;}
footer .footer_links{margin:10px 0;}
footer .footer_links a{font-size:12px;text-decoration:underline;}

/* === SEO/E-E-A-T patch === */
.review_summary{margin:0 0 24px;padding:18px 20px;border:1px solid #d7e6f8;border-radius:18px;background:#f8fbff}
.review_summary_label{display:block;font-size:1.4rem;font-weight:700;color:#002f7b}
.review_summary_score{margin:6px 0;font-size:2rem;font-weight:700;line-height:1.2;color:#002f7b}
.review_summary_score strong{font-size:4.8rem}
.review_summary_score span{font-size:1.8rem}
.review_summary_count,.review_summary_note{display:block;font-size:1.4rem;line-height:1.7;color:#333}
.about .desc_area .desc{text-align:left}
.about .price_subttl{margin:26px 0 12px;text-align:left}
.company_profile,.glossary_list{display:grid;grid-template-columns:170px 1fr;gap:0 16px;margin:0;padding:0;text-align:left}
.company_profile dt,.glossary_list dt{padding:14px 0;border-bottom:1px solid #e3ebf5;font-size:1.6rem;font-weight:700;color:#002f7b}
.company_profile dd,.glossary_list dd{margin:0;padding:14px 0;border-bottom:1px solid #e3ebf5;font-size:1.6rem;line-height:1.8;color:#000}
.company_profile dfn,.glossary_list dfn{font-style:normal}
.company_profile a{color:#002f7b;text-decoration:underline}
.author_card{padding:20px;border:1px solid #e3ebf5;border-radius:18px;background:#fff;text-align:left;box-shadow:0 2px 14px rgba(0,0,0,.06)}
.author_name{margin:0;font-size:2.6rem;font-weight:700;line-height:1.3;color:#002f7b}
.author_role{margin:8px 0 10px;font-size:1.6rem;font-weight:700;color:#002f7b}
.author_bio{margin:0;font-size:1.6rem;line-height:1.9;color:#000}
@media screen and (max-width: 599px){
  .review_summary{padding:14px 14px 12px;border-radius:12px}
  .review_summary_label,.review_summary_count,.review_summary_note{font-size:12px}
  .review_summary_score{font-size:14px}
  .review_summary_score strong{font-size:34px}
  .review_summary_score span{font-size:14px}
  .company_profile,.glossary_list{grid-template-columns:1fr;gap:0}
  .company_profile dt,.glossary_list dt{padding:10px 0 2px;border-bottom:0}
  .company_profile dd,.glossary_list dd{padding:0 0 10px}
  .company_profile dt,.glossary_list dt,.company_profile dd,.glossary_list dd,.author_role,.author_bio{font-size:12px}
  .author_card{padding:14px;border-radius:12px}
  .author_name{font-size:20px}
}

/* === UX readability patch 2026-06-21 === */
.intro_service_note{margin:26px auto 0;padding:20px 22px;border:1px solid #d7e6f8;border-radius:18px;background:#f8fbff;text-align:left}
.intro_service_note p{margin:0;font-size:1.7rem;line-height:1.9;color:#000}
.intro_service_note p+p{margin-top:10px}
.step .step_text{padding:24px 24px 22px;text-align:left}
.step .step_lead{font-size:1.9rem;line-height:1.4;color:#002f7b;text-align:center}
.step .step_intro{margin:0 0 16px;font-size:1.5rem;line-height:1.8;color:#000;text-align:center}
.step .step_list{counter-reset:cleanup-step;display:grid;gap:10px;margin:0;padding:0;list-style:none}
.step .step_list li{counter-increment:cleanup-step;display:grid;grid-template-columns:46px 1fr;gap:10px;align-items:start;margin:0;padding:12px 14px;border:1px solid #e3ebf5;border-radius:14px;background:#fff;line-height:1.5;box-shadow:0 2px 10px rgba(0,0,0,.04)}
.step .step_list li::before{content:counter(cleanup-step, decimal-leading-zero);display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#002f7b;color:#fff;font-size:1.4rem;font-weight:700;line-height:1}
.step .step_list li span{display:block;grid-column:2;font-size:1.6rem;font-weight:700;color:#002f7b}
.step .step_list li small{display:block;grid-column:2;margin-top:4px;font-size:1.35rem;line-height:1.6;color:#333}
.step .step_note{text-align:center}
.price_formula{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 10px;margin:0 0 18px;padding:16px;border-radius:16px;background:#f6f9ff;border:1px solid #d7e6f8}
.price_formula span{display:inline-flex;align-items:center;justify-content:center;min-width:96px;padding:8px 12px;border-radius:999px;background:#fff;color:#002f7b;font-size:1.6rem;font-weight:700;line-height:1.3;box-shadow:0 1px 8px rgba(0,0,0,.04)}
.price_formula b{font-size:2rem;line-height:1;color:#0068b7}
.price_formula .credit{background:#fff7cc;color:#002f7b}
.price_formula .total{background:#002f7b;color:#fff}
.price .price_text .price_points{display:grid;gap:8px;padding-left:0;list-style:none}
.price .price_text .price_points li{position:relative;margin:0;padding:10px 12px 10px 34px;border-radius:12px;background:#f8fbff;line-height:1.6}
.price .price_text .price_points li::before{content:"";position:absolute;left:14px;top:1.15em;width:8px;height:8px;border-radius:50%;background:#0068b7}
@media screen and (max-width: 599px){
  .intro_service_note{margin-top:16px;padding:14px;border-radius:12px}
  .intro_service_note p{font-size:12px}
  .step .step_text{padding:16px 14px}
  .step .step_lead{font-size:16px}
  .step .step_intro{font-size:12px;text-align:left}
  .step .step_list li{grid-template-columns:36px 1fr;padding:10px;border-radius:12px}
  .step .step_list li::before{width:30px;height:30px;font-size:12px}
  .step .step_list li span{font-size:13px}
  .step .step_list li small{font-size:11px}
  .price_formula{justify-content:flex-start;padding:12px;gap:6px}
  .price_formula span{min-width:auto;font-size:12px;padding:7px 10px}
  .price_formula b{font-size:14px}
  .price .price_text .price_points li{font-size:12px;padding:9px 10px 9px 28px}
  .price .price_text .price_points li::before{left:12px}
}
.staff .desc_area{margin-bottom:20px}
.staff .staff_photo{max-width:540px;margin:0 auto;aspect-ratio:1000/580;overflow:hidden}
.staff .staff_photo img{width:100%;height:100%;object-fit:cover;object-position:top;display:block}
.staff .staff_members{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:540px;margin:-40px auto 0}
.staff .staff_member{background:#f6f9ff;border-top:3px solid #002f7b;border-radius:14px;padding:20px 18px 18px;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.staff .staff_role{display:inline-block;font-size:1.3rem;font-weight:bold;color:#fff;background:#002f7b;border-radius:2em;padding:.15em 1.2em;line-height:1.6;margin-bottom:12px}
.staff .staff_name{font-size:2.4rem;font-weight:bold;color:#002f7b;line-height:1.3;margin-bottom:12px}
.staff .staff_comment{font-size:1.6rem;font-weight:400;color:#000;line-height:1.85;text-align:left}
@media screen and (max-width: 599px){
  .staff .desc_area{margin-bottom:8px}
  .staff .staff_photo{aspect-ratio:1000/560}
  .staff .staff_members{gap:10px;margin-top:-28px}
  .staff .staff_member{border-radius:10px;padding:14px 12px 14px}
  .staff .staff_role{font-size:11px;margin-bottom:8px}
  .staff .staff_name{font-size:17px;margin-bottom:8px}
  .staff .staff_comment{font-size:12px;line-height:1.7}
}

/* Bypass a stale PageSpeed derivative that returned 404 in production. */
.fixed_bg{background-image:url(../img/bg.jpg.webp)}
