@charset "UTF-8";
/* ==========================================================================
  Foundation
  ========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* フォームの初期化を追加 */
/* テキスト */
input[type="text"],
input[type="email"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* テキストエリア */
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  height: 100px;
  width: 100%;
}

textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* セレクト */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: white;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
}

select::-ms-expand {
  display: none;
}

select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}

textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="submit"] {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  outline: none;
}

input[type="submit"]::-moz-foucus-inner {
  border: none;
  padding: 0;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-reg.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-bold.woff") format("woff");
}

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff") format("woff");
}

/* base */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

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

body {
  color: #000000;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.69;
}

@media (min-width: 1000px) {
  body {
    font-size: 1.6rem;
  }
}

@media (max-width: 360px) {
  body {
    font-size: 1.2rem;
  }
}

a {
  -webkit-transition: .3s ease-out;
  color: inherit;
  text-decoration: none;
  transition: .3s ease-out;
}

a:hover {
  opacity: .6;
}

img {
  vertical-align: bottom;
  width: 100%;
}

li {
  list-style: none;
}

.wrapper {
  overflow: hidden;
}

a:focus {
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
}

@media (min-width: 1000px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}

/* components */
.inner {
  margin: 0 auto;
  max-width: 500px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}

@media (min-width: 1000px) {
  .inner {
    max-width: 960px;
  }
}

.show--sp {
  display: none !important;
}

@media (max-width: 999px) {
  .show--sp {
    display: block !important;
  }
}

.show--pc {
  display: block !important;
}

@media (max-width: 999px) {
  .show--pc {
    display: none !important;
  }
}

h1,
h2,
h3,
h4 {
  font-weight: 400;
}

/* ==========================================================================
  area
  ========================================================================== */
.area {
  padding: 15px 0 30px;
}

@media (min-width: 1000px) {
  .area {
    padding: 60px 0 80px;
  }
}

.area__ttl {
  margin-bottom: 10px;
}

@media (min-width: 1000px) {
  .area__ttl {
    margin: 0 auto 40px;
    max-width: 400px;
  }
}

.area__txt {
  color: #204180;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: center;
}

@media (min-width: 1000px) {
  .area__img {
    text-align: center;
  }
}

.area__img img {
  width: auto;
}

@media (max-width: 999px) {
  .area__img img {
    left: 22px;
    position: relative;
  }
}

@media (min-width: 1000px) {
  .area__img img {
    width: 500px;
  }
}

@media (max-width: 360px) {
  .area__img img {
    left: 0;
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .area__note {
    text-align: center;
  }
}

/* ==========================================================================
  bg
  ========================================================================== */
.bg {
  background: url(../img/bg.jpg) no-repeat top center/cover;
  height: 180px;
  width: 100%;
}

@media (min-width: 1000px) {
  .bg {
    height: 450px;
  }
}

/* ==========================================================================
  company
  ========================================================================== */
.company {
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .company {
    margin-bottom: 60px;
  }
}

.company__ttl {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background: #204180;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  height: 53px;
  justify-content: center;
  margin-bottom: 15px;
  width: 100%;
}

@media (min-width: 1000px) {
  .company__ttl {
    font-size: 2.2rem;
    height: 77px;
    margin-bottom: 40px;
  }
}

.company__icon {
  text-align: center;
}

.company__icon img {
  width: auto;
}

@media (min-width: 1000px) {
  .company__icon {
    margin-bottom: 30px;
  }
}

.company__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 17px;
}

.company__item {
  width: calc(100% / 2 - 2% / 2);
}

.company__item:not(:last-child) {
  margin-right: 2%;
}

.company__subTtl {
  color: #E06B2B;
  font-weight: bold;
  margin-bottom: 13px;
  text-align: center;
}

.company__primaryTtl {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  border: 1px solid #204180;
  border-radius: 12px;
  color: #204180;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 22px;
  justify-content: center;
  margin: 20px auto 18px;
  width: 104px;
}

@media (min-width: 1000px) {
  .company__primaryTtl {
    border-radius: 16px;
    height: 30px;
  }
}

@media (max-width: 999px) {
  .company .summary__item {
    line-height: 1.307;
  }
}

.company .summary__item:nth-child(odd) {
  background: rgba(221, 232, 253, 0.392);
}

.company .summary__item dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.company .summary__item dl dt {
  font-weight: 500;
  white-space: nowrap;
  width: 111px;
}

@media (min-width: 1000px) {
  .company .summary__item dl dt {
    width: 200px;
  }
}

.company .summary__item dl dd {
  -ms-flex: 1 1 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}

.company .summary__item dl dt, .company .summary__item dl dd {
  padding: 8px 12px;
}

/* ==========================================================================
  fix
  ========================================================================== */
.fix {
  -webkit-transition: none;
  bottom: 10px;
  cursor: pointer;
  display: block;
  height: 78px;
  opacity: 0;
  position: fixed;
  right: 5px;
  transition: none;
  visibility: hidden;
  width: 78px;
}

@media (min-width: 1000px) {
  .fix {
    bottom: 20px;
    right: 15px;
  }
}

.fix img {
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 1000px) {
  .fix {
    height: 100px;
    width: 100px;
  }
}

.fix._show {
  opacity: 1;
  visibility: visible;
}

.fix:hover {
  opacity: 0.7;
}

/* ==========================================================================
  footer
  ========================================================================== */
.footer {
  position: relative;
}

.footer__bg {
  background: #204180;
  color: #fff;
  padding: 30px 2px 26px;
}

.footer__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__icon {
  width: 105px;
}

@media (max-width: 360px) {
  .footer__icon {
    width: 90px;
  }
}

.footer__contents {
  -ms-flex: 1 1 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}

.footer__txt {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 37px;
}

@media (min-width: 1000px) {
  .footer__txt {
    font-size: 2.2rem;
  }
}

@media (max-width: 360px) {
  .footer__txt {
    font-size: 1.3rem;
  }
}

.footer__link {
  left: -12px;
  position: relative;
}

.footer__link::before {
  -webkit-transform: rotate(45deg);
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 10px;
  transform: rotate(45deg);
  width: 8px;
}

@media (min-width: 1000px) {
  .footer__link {
    font-size: 1.6rem;
  }
}

.footer__copyright {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  width: 100%;
}

@media (min-width: 1000px) {
  .footer__copyright {
    font-size: 1.4rem;
    height: 40px;
  }
}

/* ==========================================================================
  how
  ========================================================================== */
.how {
  margin-bottom: 21px;
}

@media (min-width: 1000px) {
  .how {
    margin-bottom: 80px;
  }
}

.how__inner {
  margin: 59px auto 0;
  max-width: 500px;
}

@media (min-width: 1000px) {
  .how__inner {
    max-width: 1100px;
  }
}

@media (max-width: 1100px) {
  .how__inner {
    max-width: 960px;
  }
}

@media (max-width: 999px) {
  .how__inner {
    max-width: 500px;
  }
}

@media (max-width: 500px) {
  .how__inner {
    margin: 59px 20px 0;
  }
}

@media (max-width: 360px) {
  .how__inner {
    margin: 59px 10px 0;
  }
}

.how__bg {
  background: #DBDAD3;
  padding-bottom: 55px;
  position: relative;
}

.how__bg::before {
  background: url(../img/pattern2.svg) repeat top center/cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 1000px) {
  .how__bg::before {
    background: url(../img/pattern2-pc.svg) repeat top center/cover;
  }
}

@media (min-width: 1000px) {
  .how__bg {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.how__ttl {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background: #204180;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  font-weight: bold;
  height: 77px;
  justify-content: center;
  margin-bottom: 19px;
  width: 100%;
}

@media (min-width: 1000px) {
  .how__ttl {
    font-size: 2.2rem;
    margin-bottom: -5px;
  }
}

.how__list {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1000px) {
  .how__list {
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    align-items: stretch;
    flex-direction: row;
  }
}

.how .step {
  background: #fff;
  border-radius: 5px;
  position: relative;
}

@media (min-width: 1000px) {
  .how .step {
    width: calc(100% / 3 - 2% * 2 / 3);
  }
  .how .step:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media (max-width: 999px) {
  .how .step:first-child {
    border-radius: 0 0 5px 5px;
  }
  .how .step:not(:first-child) .step__ttl {
    top: -18px;
  }
}

@media (max-width: 999px) {
  .how .step:not(:last-child) {
    margin-bottom: 35px;
  }
}

.how .step__ttl {
  left: -30px;
  position: absolute;
  top: 0;
}

@media (min-width: 1000px) {
  .how .step__ttl {
    top: -15px !important;
  }
}

.how .step__ttl img {
  width: auto;
}

.how .step1 {
  padding: 50px 20px 22px;
}

@media (max-width: 500px) {
  .how .step1 {
    padding: 13px 20px 22px;
  }
}

.how .step1 .step__ttl {
  top: -20px;
}

@media (max-width: 500px) {
  .how .step1 .step__ttl {
    top: -40px;
  }
}

.how .step1__link {
  display: block;
  margin: 20px 0 15px;
  text-align: center;
}

.how .step1__link img {
  border: 0;
  max-width: 215px;
  width: 100%;
}

.how .step1__qr {
  display: block;
  margin: 20px 0 26px;
  text-align: center;
}

.how .step1__qr img {
  max-width: 300px;
  width: 100%;
}

.how .step2 {
  padding: 36px 20px 0;
}

.how .step2__list {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 27px auto 10px;
  max-width: 300px;
}

.how .step2__item {
  margin-bottom: 29px;
  width: calc(50% - 10px / 2);
}

.how .step2__item a {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
}

.how .step2__item:not(:nth-child(2n)) {
  margin-right: 10px;
}

@media (max-width: 360px) {
  .how .step2__item {
    width: calc(50% - 15px / 2);
  }
  .how .step2__item:not(:nth-child(2n)) {
    margin-right: 15px;
  }
}

.how .step2__box {
  margin-bottom: -15px;
}

.how .step2__ttl {
  border-bottom: 1px solid #204180;
  color: #204180;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 5px;
  padding-left: 15px;
}

@media (min-width: 1000px) {
  .how .step2__ttl {
    font-size: 2rem;
  }
}

.how .step2__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.how .step2__img {
  position: relative;
  top: -15px;
  width: 105px;
}

.how .step2__desc {
  -ms-flex: 1 1 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}

.how .step3 {
  padding: 40px 20px 20px;
}

.how .step3__img {
  margin: 19px auto 28px;
  max-width: 237px;
  position: relative;
}

.how .step3__img::before {
  background: url(../img/step8.svg) no-repeat top center/101px 125px;
  bottom: -4px;
  content: "";
  height: 125px;
  position: absolute;
  right: -32px;
  width: 101px;
}

.how .step3__list {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
  padding-left: 8px;
}

.how .step3__item {
  border: 1px solid #204180;
  border-radius: 4px;
  color: #204180;
  font-weight: bold;
  padding: 2px 16px;
}

.how .step3__item:not(:last-child) {
  margin-right: 3px;
}

@media (min-width: 1000px) {
  .how .step3__item {
    padding: 2px 10px;
  }
}

@media (max-width: 1100px) {
  .how .step3__item {
    padding: 2px 6px;
  }
}

@media (max-width: 360px) {
  .how .step3__item {
    padding: 2px 10px;
  }
}

.how .step3__desc {
  margin-bottom: 22px;
  text-align: center;
}

.how .reason__box::before {
  top: -10px;
}

@media (min-width: 1000px) {
  .how .reason__box {
    margin-top: 30px;
  }
}

@media (min-width: 1000px) {
  .how .reason__box {
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 -10px;
  }
  .how .reason__icon {
    min-width: 60px;
    width: 60px;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .how .reason__icon {
    min-width: 50px;
    width: 50px;
  }
}

@media (max-width: 1200px) {
  .how .reason__em {
    font-size: 1.5rem;
  }
}

@media (max-width: 999px) {
  .how .reason__em {
    font-size: 1.3rem;
  }
}

/* ==========================================================================
  mission
  ========================================================================== */
.mission {
  background: #E26B1D;
  color: #fff;
  padding: 26px 0 39px;
}

@media (min-width: 1000px) {
  .mission {
    padding: 40px 0;
  }
}

.mission__ttl {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-align: center;
}

@media (min-width: 1000px) {
  .mission__ttl {
    font-size: 2.2rem;
  }
}

.mission__subTtl {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 22px;
  justify-content: center;
  margin: 0 auto 13px;
  width: 104px;
}

@media (min-width: 1000px) {
  .mission__subTtl {
    border-radius: 16px;
    height: 30px;
  }
}

/* ==========================================================================
  mv
  ========================================================================== */
.mv {
  margin-bottom: 88px;
  position: relative;
  width: 100%;
}

@media (max-width: 999px) {
  .mv {
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .mv {
    margin-bottom: 88px;
  }
}

@media (min-width: 501px) {
  .mv:not(.mv--text) {
    background: url(../img/mv-pc.jpg) no-repeat top center/cover;
    height: 900px;
  }
}

@media (max-width: 999px) {
  .mv {
    height: 600px;
  }
}

@media (max-width: 500px) {
  .mv:not(.mv--text) {
    background: url(../img/mv-sp.jpg) no-repeat top center/cover;
    height: 434px;
  }
}

.mv__ttl {
  -webkit-transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: 60px;
  transform: translateX(-50%);
}

@media (min-width: 1000px) {
  .mv__ttl {
    top: 290px;
  }
}

.mv__ttl img {
  width: auto;
}

.mv__img {
  -webkit-transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: 303px;
  transform: translateX(-50%);
}

@media (min-width: 1000px) {
  .mv__img {
    top: 543px;
  }
}

.mv__img img {
  width: auto;
}

.mv__img::before {
  background: url(../img/line1.svg) no-repeat top center/52px 76px;
  content: "";
  height: 76px;
  left: -55px;
  position: absolute;
  top: -60px;
  width: 52px;
}

@media (min-width: 1000px) {
  .mv__img::before {
    top: -30px;
  }
}

@media (max-width: 360px) {
  .mv__img::before {
    left: -35px;
    top: -30px;
  }
}

.mv__img::after {
  background: url(../img/line2.svg) no-repeat top center/52px 76px;
  content: "";
  height: 76px;
  position: absolute;
  right: -58px;
  top: -62px;
  width: 52px;
}

@media (min-width: 1000px) {
  .mv__img::after {
    top: -30px;
  }
}

@media (max-width: 360px) {
  .mv__img::after {
    right: -35px;
    top: -30px;
  }
}

/* ==========================================================================
  reason
  ========================================================================== */
.reason__ttl {
  background: url(../img/pattern-pc.svg) repeat top center/cover;
  border-bottom: 3px solid #E04900;
  border-top: 3px solid #E04900;
  color: #E04900;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: .07em;
  line-height: 1.46;
  margin-bottom: 26px;
  padding: 21px 19px;
  text-align: center;
}

@media (max-width: 500px) {
  .reason__ttl {
    background: url(../img/pattern-sp.svg) repeat top center/cover;
  }
}

@media (min-width: 1000px) {
  .reason__ttl {
    font-size: 4.3rem;
    margin-bottom: 50px;
  }
}

@media (max-width: 500px) {
  .reason__ttl {
    text-align: left;
  }
}

.reason__ttl ._lg {
  font-size: 5.6rem;
  left: -3px;
  line-height: 1;
  position: relative;
  top: 5px;
}

@media (min-width: 1000px) {
  .reason__ttl ._lg {
    font-size: 6.8rem;
  }
}

.reason__ttl ._md {
  font-size: 2.3rem;
}

@media (min-width: 1000px) {
  .reason__ttl ._md {
    font-size: 3.7rem;
  }
}

.reason__note {
  color: #204180;
  font-weight: bold;
  margin-bottom: 9px;
  text-align: center;
}

.reason__subTtl {
  margin-bottom: 9px;
}

@media (min-width: 1000px) {
  .reason__subTtl {
    margin-bottom: 30px;
  }
}

.reason__list {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1000px) {
  .reason__list {
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 60px;
  }
}

@media (max-width: 999px) {
  .reason__item:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media (min-width: 1000px) {
  .reason__item {
    width: calc(50% - 5% * 1 / 2);
  }
  .reason__item:not(:nth-child(2n)) {
    margin-right: 5%;
  }
}

@media (min-width: 1000px) {
  .reason__subList {
    margin-bottom: 30px;
  }
}

.reason__subItem {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 3px;
  padding: 17px 5px;
  text-align: center;
}

.reason__subItem img {
  width: auto;
}

@media (max-width: 360px) {
  .reason__subItem img {
    width: 100%;
  }
}

.reason__subItem:not(:last-child) {
  margin-bottom: 13px;
}

@media (max-width: 999px) {
  .reason__subItem:last-child {
    padding: 20px 5px 13px;
  }
}

.reason__desc {
  margin-bottom: 8px;
  text-align: center;
  white-space: nowrap;
}

.reason__item:last-child .reason__bg::before {
  height: 20px;
  top: -12px;
}

@media (min-width: 1000px) {
  .reason__bg {
    background: #FFED1A;
    padding: 10px;
  }
}

@media (max-width: 999px) {
  .reason__bg {
    background: #FFED1A;
    margin: 0 calc(50% - 50vw);
    padding: 11px calc(50vw - 50% + 2px) 16px;
    position: relative;
    width: 100vw;
  }
  .reason__bg::before {
    background: #FFED1A;
    content: "";
    height: 60px;
    left: 0;
    position: absolute;
    top: -56px;
    width: 100%;
    z-index: -1;
  }
}

@media (max-width: 360px) {
  .reason__bg {
    padding: 11px calc(50vw - 50%) 12px;
  }
}

.reason__box {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (min-width: 1000px) {
  .reason__box {
    margin-top: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 360px) {
  .reason__box {
    padding-top: 20px;
  }
}

@media (max-width: 999px) {
  .reason__box {
    margin: 0 auto;
    max-width: 350px;
  }
}

.reason__box::before {
  -webkit-transform: translateX(-50%);
  background: url(../img/arrow.svg) no-repeat top center/100% 10px;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}

.reason__txt {
  margin-bottom: 12px;
}

.reason__icon {
  margin-right: 10px;
  width: 94px;
}

.reason__em {
  -ms-flex: 1 1 0%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  color: #204180;
  flex: 1 1 0%;
  font-weight: bold;
  white-space: nowrap;
}

@media (min-width: 1000px) {
  .reason__em {
    font-size: 1.8rem;
  }
}

.reason__img {
  margin: 30px 0 -1px;
}

@media (min-width: 1000px) {
  .reason__img {
    margin: 30px 0 30px;
  }
}

.reason__summary {
  padding: 17px 0 0;
  position: relative;
}

.reason__summary .reason__box {
  margin-bottom: 15px;
  margin-top: 48px;
}

@media (min-width: 1000px) {
  .reason__summary .reason__box {
    margin: 108px auto 15px;
    max-width: 400px;
  }
}

@media (min-width: 1000px) {
  .reason__summary {
    margin: 0 auto;
    max-width: 800px;
  }
}

.reason__graph {
  bottom: 74px;
  position: absolute;
  right: 9px;
}

@media (min-width: 1000px) {
  .reason__graph {
    bottom: 110px;
    width: 300px;
  }
}

.reason__primaryTtl {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.476;
}

@media (min-width: 1000px) {
  .reason__primaryTtl {
    font-size: 6.3rem;
  }
}

.reason__primaryTtl span {
  color: #E06B2B;
}

.reason__house {
  background: url(../img/reason5.svg) repeat top center/100% 60px;
  height: 60px;
  margin: 0 calc(50% - 50vw);
  padding: 4px calc(50vw - 50% + 8px);
  width: 100vw;
}

@media (min-width: 1000px) {
  .reason__house {
    background: url(../img/reason5-pc.svg) repeat top center/2682px 50px;
    height: 50px;
    width: 100vw;
    width: 2682px;
  }
}

/* ==========================================================================
  twitter
  ========================================================================== */
.twitter {
  padding: 55px 0 83px;
}

@media (min-width: 1000px) {
  .twitter {
    padding: 100px 0 80px;
  }
}

@media (min-width: 1000px) {
  .twitter__inner {
    max-width: 500px;
  }
}

.twitter__ttl {
  color: #E26B1D;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

@media (min-width: 1000px) {
  .twitter__ttl {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}

.twitter__ttl::before {
  -webkit-transform: translateX(-50%);
  background: url(../img/pop.svg) no-repeat top center/76px 32px;
  content: "";
  height: 32px;
  left: 50%;
  position: absolute;
  top: -42px;
  transform: translateX(-50%);
  width: 76px;
}

/* ==========================================================================
  voice
  ========================================================================== */
.voice {
  margin-bottom: 36px;
  position: relative;
}

@media (min-width: 1000px) {
  .voice {
    margin-bottom: 80px;
  }
}

.voice__inner {
  padding-top: 193px;
}

@media (min-width: 1000px) {
  .voice__inner {
    padding-top: 433px;
  }
}

.voice::before {
  background: url(../img/voice-bg.jpg) no-repeat top center/cover;
  bottom: 0;
  content: "";
  height: 288px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (min-width: 1000px) {
  .voice::before {
    height: 60%;
  }
}

.voice__ttl {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background-color: #E26B1D;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  font-weight: bold;
  height: 53px;
  justify-content: center;
  width: 100%;
}

@media (min-width: 1000px) {
  .voice__ttl {
    font-size: 2.2rem;
    height: 77px;
  }
}

.voice__ttl span {
  position: relative;
}

.voice__ttl span::before {
  background: url(../img/cloud1.svg) no-repeat top center/40px 36px;
  content: "";
  height: 36px;
  left: -49px;
  position: absolute;
  top: -1px;
  width: 40px;
}

.voice__ttl span::after {
  background: url(../img/cloud2.svg) no-repeat top center/39px 28px;
  content: "";
  height: 28px;
  position: absolute;
  right: -48px;
  top: 1px;
  width: 39px;
}

.voice__list {
  background: #fff;
  height: 468px;
  overflow-y: scroll;
  padding: 8px;
  /*スクロールバー全体*/
  /*スクロールバーの軌道*/
  /*スクロールバーの動く部分*/
}

@media (min-width: 1000px) {
  .voice__list {
    height: 650px;
    padding: 20px;
  }
}

.voice__list::-webkit-scrollbar {
  width: 3px;
}

@media (min-width: 1000px) {
  .voice__list::-webkit-scrollbar {
    width: 10px;
  }
}

.voice__list::-webkit-scrollbar-track {
  background: #ECEFF5;
}

.voice__list::-webkit-scrollbar-thumb {
  background-color: #5D739D;
}

.voice__item:not(:last-child) {
  margin-bottom: 5px;
}

@media (min-width: 1000px) {
  .voice__item:not(:last-child) {
    margin-bottom: 10px;
  }
}


/* CTAボタン*/
.mv__cta {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  z-index: 10;
}
@media (min-width: 1000px) {
  .mv__cta {
    top: 16px;
  }
}
.mv__btn {
  display: inline-block;
  background-color: #06C755;
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none !important;
  letter-spacing: 0.05em;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(6,199,85,0.4);
}
.mv__btn:hover {
  opacity: 0.85;
}
@media (max-width: 999px) {
  .mv__cta {
    margin-top: 16px;
  }
  .mv__btn {
    font-size: 1.4rem;
    padding: 12px 24px;
  }
}

/* ヘッダー */
.site-header {
  background: #fff;
  border-bottom: 1px solid #d8eaf4;
  padding: 0 32px;
  height: 60px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.site-header__logo img {
  height: 44px;
  width: auto;
}
.site-header__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-header__nav a {
  font-size: 13px;
  color: #4a6070;
  text-decoration: none;
}
.site-header__nav a:hover {
  color: #3aace0;
}
.site-header__line {
  background: #06C755;
  color: #fff !important;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: bold;
}

/* ブログ一覧 */
.blog {
  padding: 56px 24px;
  background: #f7fbfe;
  min-height: 60vh;
}
.blog__inner {
  max-width: 640px;
  margin: 0 auto;
}
.blog__ttl {
  font-size: 22px;
  font-weight: 700;
  color: #1a2e44;
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 2px solid #3aace0;
}
.blog__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog__item {
  background: #fff;
  border: 1px solid #d8eaf4;
  border-radius: 8px;
  overflow: hidden;
}
.blog__link {
  display: flex;
  gap: 16px;
  padding: 20px;
  text-decoration: none;
  color: inherit;
  align-items: flex-start;
}
.blog__link:hover {
  background: #f0f8fd;
}
.blog__thumb {
  width: 120px;
  flex-shrink: 0;
}
.blog__thumb img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}
.blog__content {
  flex: 1;
}
.blog__date {
  font-size: 11px;
  color: #849aaa;
  margin-bottom: 4px;
}
.blog__itemTtl {
  font-size: 15px;
  font-weight: 700;
  color: #1a2e44;
  margin-bottom: 6px;
  line-height: 1.5;
}
.blog__excerpt {
  font-size: 12px;
  color: #4a6070;
  line-height: 1.7;
}
.blog__none {
  text-align: center;
  color: #849aaa;
  padding: 40px 0;
}
.blog__pager {
  margin-top: 32px;
  text-align: center;
}

/*  */
.single {
	  padding: 56px 24px;
	  background: #f7fbfe;
	  min-height: 60vh;
}
.single__inner {
	  max-width: 640px;
	  margin: 0 auto;
}
.single__head {
	  margin-bottom: 24px;
	  padding-bottom: 16px;
	  border-bottom: 1px solid #d8eaf4;
}
.single__date {
	  font-size: 11px;
	  color: #849aaa;
	  margin-bottom: 8px;
}
.single__ttl {
	  font-size: 22px;
	  font-weight: 700;
	  color: #1a2e44;
	  line-height: 1.5;
}
.single__thumb {
	  margin-bottom: 32px;
}
.single__thumb img {
	  width: 100%;
	  height: auto;
	  border-radius: 8px;
}
.single__body {
	  font-size: 15px;
	  line-height: 1.9;
	  color: #1a2e44;
}
.single__body h2 {
	  font-size: 20px;
	  font-weight: 700;
	  color: #1a2e44;
	  margin: 40px 0 16px;
	  padding-left: 12px;
	  border-left: 3px solid #3aace0;
}
.single__body h3 {
	  font-size: 17px;
	  font-weight: 700;
	  color: #1a2e44;
	  margin: 32px 0 12px;
}
.single__body p {
	  margin-bottom: 20px;
}
.single__body img {
	  max-width: 100%;
	  height: auto;
	  border-radius: 4px;
	  margin: 16px 0;
}
.single__body a {
	  color: #1e6fa8;
	  text-decoration: underline;
}
.single__back {
	  margin-top: 48px;
	  padding-top: 24px;
	  border-top: 1px solid #d8eaf4;
}
.single__back a {
	  font-size: 13px;
	  color: #1e6fa8;
	  text-decoration: none;
}
.single__back a:hover {
	  text-decoration: underline;
}

/* ヒーロー テキスト版 */
.mv--text {
  background: linear-gradient(135deg, #e8f5fb 0%, #ffffff 100%) !important;
  background-image: none !important;
  height: auto !important;
  min-height: 500px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.mv--text .mv__inner {
  position: relative;
  text-align: center;
  padding: 48px 20px;
}
.mv__catch {
  font-size: 1.4rem;
  color: #1e6fa8;
  font-weight: 500;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.mv__ttl--text {
  font-size: 2.8rem;
  font-weight: 700;
  color: #1a2e44;
  line-height: 1.5;
  margin-bottom: 24px;
}
.mv__ttl--text span {
  color: #3aace0;
  font-size: 3.2rem;
}
.mv__logo {
  margin: 24px auto;
  width: 160px;
}
.mv__logo img {
  width: 100%;
  height: auto;
}
.mv--text .mv__cta {
  position: static;
  transform: none;
  left: auto;
  margin-top: 24px;
}
@media (max-width: 999px) {
  .mv__ttl--text {
    font-size: 2.2rem;
  }
  .mv__ttl--text span {
    font-size: 2.6rem;
  }
  .mv__logo {
    width: 120px;
  }
}

/* トップページ ブログセクション */
.top-blog {
  padding: 56px 0;
  background: #f7fbfe;
}
.top-blog__inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}
.top-blog__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #1a2e44;
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: 2px solid #3aace0;
}
.top-blog__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 24px;
}
.top-blog__item {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #d8eaf4;
  text-decoration: none;
  color: inherit;
}
.top-blog__item:hover {
  opacity: 0.7;
}
.top-blog__date {
  font-size: 1.1rem;
  color: #849aaa;
  margin-bottom: 4px;
}
.top-blog__itemTtl {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a2e44;
  line-height: 1.5;
}
.top-blog__more {
  display: inline-block;
  font-size: 1.3rem;
  color: #1e6fa8;
  text-decoration: none;
  font-weight: 500;
}
.top-blog__more:hover {
  text-decoration: underline;
}

/* ヒーロー改善 */
.mv__catch {
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.mv__ttl--text span {
  font-size: 4.8rem;
  color: #ffffff;
  font-weight: 900;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  display: block;
  line-height: 1.2;
  margin-bottom: 8px;
}
.mv__sub {
  font-size: 1.3rem;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.9), 0 0 4px rgba(0,0,0,0.7);
  margin-bottom: 20px;
  display: inline-block;
  background: rgba(26,46,68,0.45);
  padding: 6px 16px;
  border-radius: 6px;
}
.mv__points {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-bottom: 20px;
}
.mv__point {
  background: rgba(255,255,255,0.9);
  border-radius: 50px;
  padding: 8px 16px;
  text-align: center;
  min-width: 90px;
}
.mv__point-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a2e44;
  line-height: 1.3;
}
.mv__point-desc {
  font-size: 1.0rem;
  color: #3aace0;
  font-weight: 500;
}

/* 固定フッターバー */
.fix-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 2px solid #3aace0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  z-index: 999;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
}
.fix-bar__text {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a2e44;
  line-height: 1.4;
}
.fix-bar__text span {
  display: block;
  font-size: 1.0rem;
  color: #3aace0;
  font-weight: 500;
}
.fix-bar__btn {
  background: #06C755;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.3;
  min-width: 140px;
  text-align: center;
}
.fix-bar__btn span {
  font-size: 1.0rem;
  font-weight: 400;
}
@media (max-width: 430px) {
  .mv__ttl--text span {
    font-size: 2.8rem !important;
    white-space: nowrap;
  }
}
/* 仲介手数料０円の０だけ大きく */
.mv__zero {
  font-size: 1.4em;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  vertical-align: middle;
}

/* 建築士バッジ目立つ版 */
.mv__badge {
  display: inline-block;
  background: #ffeb3b;
  color: #1a2e44;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 12px;
  text-shadow: none;
  letter-spacing: 0.05em;
}
/* 仲介手数料０円 1行表示修正 */
.mv__ttl--text {
  font-size: 3.2rem !important;
  white-space: nowrap !important;
  display: block;
  color: #ffffff;
  font-weight: 900;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  margin-bottom: 12px;
}
.mv__zero {
  font-size: 1.5em !important;
  vertical-align: middle;
}
/* 仲介手数料０円 2段構成 */
.mv__ttl--text {
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.1;
}
.mv__ttl--sub {
  font-size: 2.2rem !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  margin-bottom: 0;
  white-space: nowrap;
}
.mv__ttl--main {
  font-size: 2.2rem !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  margin-bottom: 0;
  white-space: nowrap;
}
.mv__zero {
  font-size: 2em !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  vertical-align: middle;
  line-height: 1;
}
/* ０円を横並びに */
.mv__ttl--main {
  display: flex !important;
  justify-content: center !important;
  align-items: baseline !important;
}
.mv__zero {
  font-size: 5rem !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}
/* 仲介手数料０円 最終版 */
.mv__ttl--text {
  font-size: 2.8rem !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6) !important;
  margin-bottom: 12px !important;
  line-height: 1.2 !important;
}
.mv__zero {
  font-size: 1.8em !important;
  color: #ffeb3b !important;
  font-weight: 900 !important;
  line-height: 0.8 !important;
  vertical-align: middle !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4) !important;
}
/* 仲介手数料０円 vw対応版 */
.mv__ttl--text {
  font-size: 9vw !important;
  white-space: nowrap !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6) !important;
  margin-bottom: 12px !important;
  line-height: 1.2 !important;
}
.mv__zero {
  font-size: 1.6em !important;
  color: #ffeb3b !important;
  font-weight: 900 !important;
  vertical-align: middle !important;
  line-height: 0.9 !important;
}
/* 2行構成 最終版 */
.mv__ttl--sub2 {
  font-size: 2.4rem !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6) !important;
  margin-bottom: 0 !important;
  line-height: 1.2 !important;
}
.mv__ttl--main2 {
  font-size: 2.4rem !important;
  color: #ffffff !important;
  font-weight: 900 !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6) !important;
  margin-bottom: 12px !important;
  line-height: 1.1 !important;
}
.mv__zero2 {
  font-size: 3em !important;
  color: #ffeb3b !important;
  font-weight: 900 !important;
  vertical-align: middle !important;
  line-height: 0.8 !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3) !important;
}
/* 円の位置調整 */
.mv__ttl--main2 {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  line-height: 1 !important;
}
.mv__zero2 {
  line-height: 1 !important;
  vertical-align: baseline !important;
}

/* こんなお悩みセクション */

.zerohyaku {

  padding: 56px 0;

  background: #ffffff;

}

.zerohyaku__inner {

  max-width: 640px;

  margin: 0 auto;

  padding: 0 20px;

}

.zerohyaku__ttl {

  font-size: 2rem;

  font-weight: 700;

  color: #1a2e44;

  margin-bottom: 24px;

  padding-bottom: 12px;

  border-bottom: 3px solid #3aace0;

  text-align: center;

}

.zerohyaku__list {

  display: flex;

  flex-direction: column;

  gap: 12px;

  margin-bottom: 32px;

}

.zerohyaku__item {

  border: 1px solid #d8eaf4;

  border-radius: 8px;

  overflow: hidden;

}

.zerohyaku__q {

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 16px 20px;

  font-size: 1.5rem;

  font-weight: 700;

  color: #1a2e44;

  background: #f0f8ff;

  cursor: pointer;

  list-style: none;

}

.zerohyaku__q::after {

  content: "＋";

  font-size: 1.6rem;

  color: #3aace0;

  font-weight: 700;

  flex-shrink: 0;

}

details[open] .zerohyaku__q::after {

  content: "－";

}

.zerohyaku__a {

  padding: 16px 20px;

  font-size: 1.4rem;

  color: #444;

  line-height: 1.8;

  background: #ffffff;

  border-top: 1px solid #d8eaf4;

}

.zerohyaku__btn {

  display: block;

  background: #06C755;

  color: #ffffff;

  text-align: center;

  padding: 16px;

  border-radius: 50px;

  font-size: 1.6rem;

  font-weight: 700;

  text-decoration: none;

  max-width: 320px;

  margin: 0 auto;

}

/* 対象エリアセクション */
.area-new {
  padding: 56px 0;
  background: #f7fbfe;
}
.area-new__inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}
.area-new__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #1a2e44;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 3px solid #3aace0;
  text-align: center;
}
.area-new__map {
  text-align: center;
  margin-bottom: 24px;
}
.area-new__map img {
  width: 80%;
  max-width: 320px;
  height: auto;
}
.area-new__map-label {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a2e44;
  margin-top: 8px;
}
.area-new__body {
  margin-bottom: 32px;
}
.area-new__block {
  background: #ffffff;
  border: 2px solid #3aace0;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 12px;
}
.area-new__block--sub {
  border-color: #aad4ee;
}
.area-new__block-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  color: #3aace0;
  margin-bottom: 8px;
}
.area-new__block-txt {
  font-size: 1.4rem;
  color: #444;
  line-height: 1.8;
}
.area-new__note {
  font-size: 1.2rem;
  color: #888;
  text-align: center;
  margin-top: 8px;
}
.area-new__btn {
  display: block;
  background: #06C755;
  color: #ffffff;
  text-align: center;
  padding: 16px;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  max-width: 320px;
  margin: 0 auto;
}

/* ご利用方法セクション */
.howto {
  padding: 56px 0;
  background: #ffffff;
}
.howto__inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}
.howto__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #1a2e44;
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 3px solid #3aace0;
  text-align: center;
}
.howto__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}
.howto__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.howto__step {
  background: #1a2e44;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 6px;
  white-space: nowrap;
  flex-shrink: 0;
}
.howto__body {
  flex: 1;
  border-left: 2px solid #3aace0;
  padding-left: 16px;
}
.howto__item-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a2e44;
  margin-bottom: 8px;
}
.howto__item-txt {
  font-size: 1.3rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 12px;
}
.howto__portals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.howto__portals span {
  background: #f0f8ff;
  border: 1px solid #3aace0;
  color: #1a2e44;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
}
.howto__line-btn {
  display: inline-block;
  background: #06C755;
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  margin-top: 8px;
}
.howto__btn {
  display: block;
  background: #06C755;
  color: #ffffff;
  text-align: center;
  padding: 16px;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  max-width: 320px;
  margin: 0 auto;
}

/* お客様の声セクション */
.voice-new {
  padding: 56px 0;
  background: #f7fbfe;
}
.voice-new__inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}
.voice-new__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #1a2e44;
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 3px solid #3aace0;
  text-align: center;
}
.voice-new__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 24px;
}
.voice-new__item {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border-left: 4px solid #3aace0;
}
.voice-new__stars {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.voice-new__txt {
  font-size: 1.4rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 12px;
}
.voice-new__name {
  font-size: 1.2rem;
  color: #888;
  text-align: right;
  font-weight: 500;
}
.voice-new__more {
  text-align: center;
  margin-bottom: 24px;
}
.voice-new__more-btn {
  display: inline-block;
  color: #3aace0;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #3aace0;
  padding: 10px 32px;
  border-radius: 50px;
}
.voice-new__more-btn:hover {
  background: #3aace0;
  color: #ffffff;
}
.voice-new__btn {
  display: block;
  background: #06C755;
  color: #ffffff;
  text-align: center;
  padding: 16px;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  max-width: 320px;
  margin: 0 auto;
}

/* お客様の声 専用ページ */
.voice-page {
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}
.voice-page__intro {
  text-align: center;
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 32px;
}
.voice-page__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.voice-page__item {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  border-left: 4px solid #3aace0;
}
.voice-page__stars {
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.voice-page__category {
  display: inline-block;
  background: #e8f5fb;
  color: #1a2e44;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.voice-page__txt {
  font-size: 1.4rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 10px;
}
.voice-page__name {
  font-size: 1.2rem;
  color: #888;
  text-align: right;
  font-weight: 500;
}
.voice-page__cta {
  text-align: center;
}
.voice-page__btn {
  display: inline-block;
  background: #06C755;
  color: #ffffff;
  text-align: center;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}
/* ページネーション */
.voice-page__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 32px 0;
  flex-wrap: wrap;
}
.voice-page__prev,
.voice-page__next {
  display: inline-block;
  background: #1a2e44;
  color: #ffffff;
  padding: 10px 24px;
  border-radius: 50px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
}
.voice-page__current {
  font-size: 1.3rem;
  color: #888;
  font-weight: 500;
}

/* ヘッダーロゴ・ナビ調整 */
.site-header__logo img {
  height: 36px !important;
  width: auto !important;
  max-width: 100px !important;
}

.site-header__inner {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
}

.site-header__nav {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
}

.site-header__nav a {
  white-space: nowrap !important;
  font-size: 1.2rem !important;
}

/* ページネーション ボタン修正 */
.voice-page__pagination {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  margin: 32px 0 !important;
  flex-wrap: nowrap !important;
}

.voice-page__prev,
.voice-page__next {
  display: inline-block !important;
  background: #1a2e44 !important;
  color: #ffffff !important;
  padding: 10px 20px !important;
  border-radius: 50px !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.voice-page__current {
  font-size: 1.2rem !important;
  color: #888 !important;
  white-space: nowrap !important;
}

/* ヘッダーナビ文字修正 */
.site-header__nav a {
  white-space: nowrap !important;
  font-size: 1.3rem !important;
  word-break: keep-all !important;
  display: inline-block !important;
}

/* ページネーションとLINEボタンの間隔を広げる */
.voice-page__pagination {
  margin: 40px 0 !important;
  padding: 20px 0 !important;
  border-top: 1px solid #d8eaf4 !important;
  border-bottom: 1px solid #d8eaf4 !important;
}

.voice-page__cta {
  margin-top: 32px !important;
}

/* ========================================================================== 
   ゼロ円仲介が選ばれる3つの理由セクション
   ========================================================================== */
.reasons {
  padding: 56px 0;
  background: #f8f9fa;
}

.reasons__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 999px) {
  .reasons__inner {
    max-width: 640px;
  }
}

.reasons__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #1a2e44;
  margin-bottom: 40px;
  padding-bottom: 12px;
  border-bottom: 3px solid #3aace0;
  text-align: center;
}

@media (min-width: 1000px) {
  .reasons__ttl {
    font-size: 2.4rem;
  }
}

/* カードリスト：PC3列・SP1列 */
.reasons__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}

@media (min-width: 1000px) {
  .reasons__list {
    flex-direction: row;
    align-items: stretch;
    gap: 24px;
  }
}

/* 個別カード */
.reasons__card {
  background: #ffffff;
  border: 2px solid #1a2e44;
  border-radius: 0;
  padding: 28px 24px;
  flex: 1;
}

/* 番号（01/02/03） */
.reasons__num {
  font-size: 4rem;
  font-weight: 900;
  color: #3aace0;
  line-height: 1;
  margin-bottom: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 1000px) {
  .reasons__num {
    font-size: 5rem;
  }
}

/* カードタイトル */
.reasons__card-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a2e44;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d8eaf4;
}

@media (min-width: 1000px) {
  .reasons__card-ttl {
    font-size: 1.8rem;
  }
}

/* カード本文 */
.reasons__card-txt {
  font-size: 1.3rem;
  color: #444;
  line-height: 1.9;
}

@media (min-width: 1000px) {
  .reasons__card-txt {
    font-size: 1.4rem;
  }
}

/* 補足文 */
.reasons__note {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a2e44;
  text-align: center;
  margin-bottom: 32px;
  padding: 16px 20px;
  background: #e8f5fb;
  border-left: 4px solid #3aace0;
}

@media (min-width: 1000px) {
  .reasons__note {
    font-size: 1.4rem;
    padding: 16px 40px;
  }
}

/* LINEボタン */
.reasons__btn {
  display: block;
  background: #06C755;
  color: #ffffff;
  text-align: center;
  padding: 16px;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  max-width: 320px;
  margin: 0 auto;
}

.reasons__btn:hover {
  opacity: 0.85;
}


/* ==========================================================================
   代表あいさつ＋会社概要セクション
   ========================================================================== */
.greeting {
  padding: 56px 0;
  background: #ffffff;
}

.greeting__inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 1000px) {
  .greeting__inner {
    max-width: 960px;
  }
}

/* セクション見出し */
.greeting__ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #1a2e44;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 3px solid #3aace0;
  text-align: center;
}

@media (min-width: 1000px) {
  .greeting__ttl {
    font-size: 2.4rem;
  }
}

/* サブ見出し */
.greeting__sub {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a2e44;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.6;
}

@media (min-width: 1000px) {
  .greeting__sub {
    font-size: 1.8rem;
  }
}

/* 本文エリア */
.greeting__body {
  margin-bottom: 48px;
}

.greeting__text {
  margin-bottom: 32px;
}

.greeting__text p {
  font-size: 1.4rem;
  color: #333;
  line-height: 2;
  margin-bottom: 16px;
}

@media (min-width: 1000px) {
  .greeting__text p {
    font-size: 1.5rem;
  }
}

.greeting__text p:last-child {
  margin-bottom: 0;
}

/* 実績バッジ */
.greeting__badges {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 1000px) {
  .greeting__badges {
    flex-direction: row;
    gap: 16px;
  }
}

.greeting__badge {
  flex: 1;
  background: #1a2e44;
  color: #ffffff;
  padding: 20px 16px;
  text-align: center;
  border-radius: 0;
}

.greeting__badge-num {
  font-size: 3.2rem;
  font-weight: 900;
  color: #3aace0;
  line-height: 1.2;
  margin-bottom: 4px;
}

.greeting__badge-num span {
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: 700;
}

.greeting__badge-label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
}

@media (min-width: 1000px) {
  .greeting__badge-num {
    font-size: 3.8rem;
  }
  .greeting__badge-num span {
    font-size: 1.4rem;
  }
  .greeting__badge-label {
    font-size: 1.3rem;
  }
}

/* 会社概要 */
.greeting__company {
  margin-bottom: 40px;
}

.greeting__company-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a2e44;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #3aace0;
}

@media (min-width: 1000px) {
  .greeting__company-ttl {
    font-size: 2rem;
  }
}

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

.greeting__summary-item {
  border-bottom: 1px solid #e0e0e0;
}

.greeting__summary-item:nth-child(odd) {
  background: #f8f9fa;
}

.greeting__summary-item dl {
  display: flex;
  margin: 0;
  padding: 0;
}

.greeting__summary-item dt {
  width: 110px;
  font-weight: 700;
  color: #1a2e44;
  padding: 10px 12px;
  font-size: 1.3rem;
  flex-shrink: 0;
}

@media (min-width: 1000px) {
  .greeting__summary-item dt {
    width: 200px;
    font-size: 1.4rem;
    padding: 12px 16px;
  }
}

.greeting__summary-item dd {
  flex: 1;
  padding: 10px 12px;
  font-size: 1.3rem;
  color: #444;
  line-height: 1.7;
  margin: 0;
}

@media (min-width: 1000px) {
  .greeting__summary-item dd {
    font-size: 1.4rem;
    padding: 12px 16px;
  }
}

.greeting__summary-item dd a {
  color: #3aace0;
  text-decoration: none;
}

.greeting__summary-item dd a:hover {
  opacity: 0.7;
}

/* LINEボタン */
.greeting__btn {
  display: block;
  background: #06C755;
  color: #ffffff;
  text-align: center;
  padding: 16px;
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  max-width: 320px;
  margin: 0 auto;
}

.greeting__btn:hover {
  opacity: 0.85;
}

/* ========== 仕組みセクション ========== */
.shikumi {
  padding: 60px 0;
  background: #f8fafc;
}
.shikumi__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
.shikumi__ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #1a2e44;
  margin-bottom: 12px;
  line-height: 1.4;
}
.shikumi__ttl span {
  color: #3aace0;
}
.shikumi__lead {
  text-align: center;
  color: #555;
  font-size: 15px;
  margin-bottom: 40px;
  line-height: 1.8;
}
.shikumi__flow {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 32px;
}
.shikumi__step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border: 2px solid #e8f4fb;
  border-radius: 8px;
  padding: 20px;
}
.shikumi__step-icon {
  font-size: 32px;
  flex-shrink: 0;
  width: 48px;
  text-align: center;
}
.shikumi__step-body h3 {
  font-size: 16px;
  font-weight: bold;
  color: #1a2e44;
  margin-bottom: 8px;
}
.shikumi__step-body p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}
.shikumi__arrow {
  text-align: center;
  font-size: 24px;
  color: #3aace0;
  padding: 8px 0;
}
.shikumi__note {
  background: #fff8e1;
  border-left: 4px solid #f5c842;
  border-radius: 4px;
  padding: 16px 20px;
  margin-bottom: 32px;
}
.shikumi__note p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0;
}
.shikumi__cta {
  text-align: center;
}
.btn-line {
  display: inline-block;
  background: #06c755;
  color: #fff;
  padding: 16px 40px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 480px) {
  .shikumi__ttl {
    font-size: 20px;
  }
  .shikumi__step {
    flex-direction: column;
    gap: 8px;
  }
  .shikumi__step-icon {
    width: auto;
  }
}


/* ========== 節約シミュレーター ========== */
.simulator {
  padding: 60px 0;
  background: #1a2e44;
}
.simulator__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
.simulator__ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.4;
}
.simulator__ttl span {
  color: #3aace0;
}
.simulator__lead {
  text-align: center;
  color: #aac4d8;
  font-size: 15px;
  margin-bottom: 32px;
}
.simulator__box {
  background: #fff;
  border-radius: 8px;
  padding: 32px 24px;
  margin-bottom: 32px;
}
.simulator__label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #1a2e44;
  margin-bottom: 8px;
}
.simulator__select {
  width: 100%;
  padding: 12px 16px;
  font-size: 18px;
  border: 2px solid #3aace0;
  border-radius: 4px;
  color: #1a2e44;
  background: #f8fafc;
  margin-bottom: 24px;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%233aace0' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.simulator__result {
  border-top: 1px solid #e8f4fb;
  padding-top: 20px;
}
.simulator__result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
.simulator__result-label {
  font-size: 14px;
  color: #666;
}
.simulator__result-value {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.simulator__result-value--zero {
  color: #3aace0;
}
.simulator__result-saving {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff8e1;
  border: 2px solid #f5c842;
  border-radius: 4px;
  padding: 16px;
  margin-top: 16px;
}
.simulator__saving-label {
  font-size: 15px;
  font-weight: bold;
  color: #1a2e44;
}
.simulator__saving-value {
  font-size: 28px;
  font-weight: bold;
  color: #e53935;
}
.simulator__note {
  font-size: 12px;
  color: #999;
  margin-top: 12px;
  margin-bottom: 0;
}
.simulator__cta {
  text-align: center;
}
@media (max-width: 480px) {
  .simulator__ttl {
    font-size: 20px;
  }
  .simulator__saving-value {
    font-size: 22px;
  }
  .simulator__box {
    padding: 24px 16px;
  }
}


/* ========== FAQセクション ========== */
.faq {
  padding: 60px 0;
  background: #f8fafc;
}
.faq__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
.faq__ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #1a2e44;
  margin-bottom: 12px;
}
.faq__lead {
  text-align: center;
  color: #555;
  font-size: 15px;
  margin-bottom: 40px;
}
.faq__list {
  margin: 0 0 40px;
  padding: 0;
}
.faq__item {
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.faq__q {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #1a2e44;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 16px 20px;
  line-height: 1.6;
  cursor: default;
}
.faq__q-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #3aace0;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
}
.faq__a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  color: #444;
  font-size: 14px;
  padding: 16px 20px;
  line-height: 1.8;
  margin: 0;
}
.faq__a-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #e8f4fb;
  color: #3aace0;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
}
.faq__cta {
  text-align: center;
}
.faq__cta-text {
  font-size: 15px;
  color: #555;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .faq__ttl {
    font-size: 20px;
  }
  .faq__q,
  .faq__a {
    padding: 14px 16px;
  }
}


/* ========== 対応ビルダーセクション ========== */
.builder {
  padding: 60px 0;
  background: #fff;
}
.builder__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}
.builder__ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #1a2e44;
  margin-bottom: 12px;
}
.builder__lead {
  text-align: center;
  color: #555;
  font-size: 15px;
  margin-bottom: 40px;
  line-height: 1.7;
}
.builder__lead span {
  color: #3aace0;
  font-weight: bold;
}
.builder__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 32px;
}
.builder__item {
  background: #f8fafc;
  border: 1px solid #e8f4fb;
  border-radius: 8px;
  padding: 16px 12px;
  text-align: center;
  transition: box-shadow 0.2s;
}
.builder__item:hover {
  box-shadow: 0 4px 12px rgba(58,172,224,0.15);
}
.builder__logo-wrap {
  margin-bottom: 8px;
}
.builder__name {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  color: #1a2e44;
  line-height: 1.4;
}
.builder__desc {
  font-size: 11px;
  color: #888;
  line-height: 1.5;
  margin: 0;
}
.builder__note {
  background: #f8fafc;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 32px;
}
.builder__note p {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin: 0;
}
.builder__cta {
  text-align: center;
}
@media (max-width: 480px) {
  .builder__ttl {
    font-size: 20px;
  }
  .builder__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .builder__desc {
    display: none;
  }
}

.greeting__photo-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #3aace0;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.greeting__profile-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  text-align: center;
}

/* Greeting section layout for mobile */
.greeting__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.greeting__photo {
  order: -1; /* 写真を最初に表示 */
  margin-bottom: 16px;
}

.greeting__text {
  order: 1; /* テキストを写真の後に表示 */
}