/*! 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] {
  -webkit-text-decoration: underline dotted;
          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 */
  -moz-appearance: none;
       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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
}/*# sourceMappingURL=reset.css.map */



.pc_LL_display {
  display: none;
}
@media screen and (max-width: 1600px) {
  .pc_LL_display {
    display: block;
  }
}

.pc_L_display {
  display: none;
}
@media screen and (max-width: 1400px) {
  .pc_L_display {
    display: block;
  }
}

.pc_M_display {
  display: none;
}
@media screen and (max-width: 1200px) {
  .pc_M_display {
    display: block;
  }
}

.pc_S_display {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_S_display {
    display: block;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_display {
    display: block;
  }
}

.sp_LL_display {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_LL_display {
    display: block;
  }
}

.sp_L_display {
  display: none;
}
@media screen and (max-width: 460px) {
  .sp_L_display {
    display: block;
  }
}

.sp_ML_display {
  display: none;
}
@media screen and (max-width: 400px) {
  .sp_ML_display {
    display: block;
  }
}

.sp_M_display {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_M_display {
    display: block;
  }
}

.sp_S_display {
  display: none;
}
@media screen and (max-width: 350px) {
  .sp_S_display {
    display: block;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

/* header
------------------------------------------------*/
header {
  width: 100%;
  height: 130px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9998;
  background: #fff;
  border-top: 5px solid #d93932;
}

header .headWrap {
  width: 96%;
  margin: 10px auto;
  display: flex;
  align-items: center;
}

header .logo {
  width: 136px;
}

header .logo a {
  display: block;
}

/* nav
------------------------------------------------*/
header nav {
  width: calc(100% - 130px);
  padding: 0;
  display: flex;
  align-items: center;
}

header nav .navMenu {
  width: calc(100% - 80px);
  margin: 20px auto;
  display: flex;
  justify-content: center;
}

header nav .navMenu > li {
  box-sizing: border-box;
  text-align: center;
  min-width: 20%;
}

header nav .navMenu > li a {
  color: #000000;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 30px 10px 20px;
  font-weight: 600;
  position: relative;
  transition: 0.2s;
}

header nav .navMenu > li a:after,
header nav .navMenu > li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  margin: auto;
}

header nav .navMenu > li a:after {
  bottom: 0;
  right: 0;
  width: 22px;
  height: 10px;
  border-bottom: 2px solid #d93932;
}

header nav .navMenu > li a:before {
  bottom: -8px;
  right: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #d93932;
  transform: rotate(40deg);
}

header nav .navMenu > li a:hover,
header nav .navMenu > li.current a {
  color: #d93932;
}

/*　ハンバーガーボタン　*/
header nav .hamburger {
  width: 80px;
  height: 80px;
  z-index: 3;
  cursor: pointer;
  background: url(../images/common/nav_hamburger.png) no-repeat center center/contain;
  background-size: contain;
  transition: 0.2s;
}

/* ナビ開いてる時のボタン */
header nav .hamburger.active {
  background: url(../images/common/nav_hamburger_active.png) no-repeat center center/contain;
}

header nav .globalMenu {
  visibility: hidden;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  width: 25vw;
  height: 100vh;
  padding: 0;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

header nav .globalMenu ul.menuList {
  margin: 120px 6% 6%;
  box-sizing: border-box;
}

header nav .globalMenu ul.menuList > li {
  list-style-type: none;
  padding: 0;
  transition: 0.4s all;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

header nav .globalMenu ul.menuList > li:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav .globalMenu ul.menuList > li a {
  color: #fff;
  display: block;
  padding: 20px 25px 20px 0;
  text-decoration: none;
  font-size: 1em;
  position: relative;
}

header nav .globalMenu ul.menuList > li a:after,
header nav .globalMenu ul.menuList > li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  margin: auto;
}

header nav .globalMenu ul.menuList > li a:after {
  bottom: 0;
  right: 0;
  width: 22px;
  height: 10px;
  border-bottom: 2px solid #d93932;
}

header nav .globalMenu ul.menuList > li a:before {
  bottom: -12px;
  right: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #d93932;
  transform: rotate(40deg);
}

header .globalMenu ul.menuList > li a:hover,
header .globalMenu ul.menuList > li.current a {
  color: #d93932;
}

/* このクラスを、jQueryで付与・削除する */
header .globalMenu.active {
  visibility: visible;
  opacity: 100;
}

/* section
------------------------------------------------*/
main {
  clear: both;
  padding-top: 135px;
}

header a,
main a,
footer a {
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.2s;
}

header a,
footer a,
main a {
  color: #000000;
}

main a:hover,
input[type=button]:hover,
input[type=submit]:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* breadcrumbs
------------------------------------------------*/
main #breadcrumbs {
  padding-bottom: 10px;
}

main #breadcrumbs .innerList {
  width: 960px;
  margin: 0 auto;
  text-align: right;
  font-size: 12px;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
  color: #000000;
}

main #breadcrumbs .innerList span.item {
  display: inline-block;
  margin-right: 8px;
}

main #breadcrumbs .innerList span.item > a {
  color: #999999;
  padding-right: 16px;
  background: url(../images/common/parts_breadcrumbs.png) no-repeat right center;
  background-size: 6px auto;
}

/* footer
------------------------------------------------*/
footer {
  margin-top: 80px;
  border-top: 5px solid #000000;
}

footer.mt0 {
  margin-top: 0;
}

/*.footNav
-----------------------------------*/
footer .footNav {
  width: 960px;
  margin: 0px auto;
  padding: 50px 0;
}

footer .footNav > .logo {
  text-align: center;
}

footer .footNav > .logo span.logo_catch {
  font-size: 24px;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}

footer .footNav p {
  text-align: center;
}

footer .footNav .phone {
  margin-top: 30px;
  font-size: 30px;
  font-weight: 500;
  color: #d93932;
  line-height: 1;
}

footer .footNav .phone a {
  color: #d93932;
}

footer .footNav .menu {
  margin-top: 30px;
  font-size: 16px;
  display: flex;
  justify-content: center;
}

footer .footNav .menu li {
  padding: 0 20px;
  border-right: 1px solid #000;
}

footer .footNav .menu li:first-of-type {
  border-left: 1px solid #000;
}

footer .copyright {
  padding: 10px;
  font-size: 14px;
  text-align: center;
  background: #dddddd;
}

footer .snsLink {
  margin: 10px 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer .snsLink a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

footer .snsLink li {
  margin: 10px;
}

/*.flowtingBnr
-----------------------------------*/
footer .flowtingBnr {
  position: fixed;
  right: 0;
  top: 250px;
}

footer .flowtingBnr p:not(:first-of-type) {
  margin-top: 10px;
}

footer .flowtingBnr a {
  display: block;
  cursor: pointer;
}

footer .flowtingBnr .slide {
  transform: translateX(180px);
  transition: 0.2s;
  position: relative;
  cursor: pointer;
}

footer .flowtingBnr .slide.open {
  transform: translateX(0);
}

footer .flowtingBnr .slide a {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 60px);
  height: 100%;
}

footer #pagetop {
  position: fixed;
  z-index: 2;
  right: 0;
  bottom: 0;
}

/*---------------------------------------------------------
width: 959px
----------------------------------------------------------*/
@media screen and (max-width: 959px) {
  body {
    font-size: 16px;
  }
  /* header
  ------------------------------------------------*/
  header {
    width: 100%;
    height: 85px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9998;
  }
  header .headWrap {
    width: 96%;
  }
  header .logo {
    width: 80px;
  }
  header .logo a {
    display: block;
  }
  /* nav
  ------------------------------------------------*/
  header nav {
    width: calc(100% - 80px);
  }
  header nav .navMenu {
    display: none;
  }
  /* nav
  ------------------------------------------------*/
  body.fixed {
    position: fixed;
    width: 100%;
  }
  /*　ハンバーガーボタン　*/
  header nav .hamburger {
    width: 60px;
    height: 60px;
    margin-left: auto;
  }
  header nav .globalMenu {
    width: 100vw;
  }
  header nav .globalMenu ul.menuList {
    margin: 100px 6% 6%;
  }
  /*　固定フッターメニュー　*/
  header .mobfixNav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    height: 80px;
  }
  header .mobfixNav ul {
    display: table;
    width: 100%;
    height: 100%;
  }
  header .mobfixNav li {
    width: 33%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
    font-size: 18px;
    color: #fff;
  }
  /* section
  ------------------------------------------------*/
  /* breadcrumbs
  ------------------------------------------------*/
  /* footer
  ------------------------------------------------*/
  /*.footNav
  -----------------------------------*/
}
@media screen and (max-width: 959px) and (max-width: 600px) {
  header .mobfixNav li {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  header .mobfixNav li:not(:last-of-type) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  header .mobfixNav li span {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 600px) {
  header .mobfixNav li span {
    width: 15px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 959px) {
  header .mobfixNav li a {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  main {
    padding-top: 90px;
  }
  header a,
  main a,
  footer a {
    transition: inherit;
  }
  main #breadcrumbs .innerList {
    width: 92%;
    font-size: 12px;
    margin: 0 auto;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
  main #breadcrumbs .innerList span.item {
    flex: 0 0 40%;
  }
  footer #pagetop {
    display: none !important;
  }
  footer {
    padding-bottom: 80px;
  }
  footer .footNav {
    width: inherit;
    margin: 0px auto;
    padding: 30px 0;
  }
  footer .footNav > .logo span.logo_pic {
    width: 15vw;
    margin: 0 auto;
  }
  footer .footNav .menu {
    display: none;
  }
}
.logo_pic img {
  width: 130px;
  margin: 0 auto;
}

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

.contMob {
  display: none;
}
@media screen and (max-width: 600px) {
  .contMob {
    display: block;
  }
}

.snsLink img {
  width: 40px;
  margin: 0 auto;
}

:root {
  --ruby: #096bc2;
  --bg-ruby: #faefef;
}

.wpcf7-form p {
  margin: 0 !important;
  padding: 0 !important;
  display: contents !important;
}

html {
  font-size: 14px;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.pc-only {
  display: block !important;
}

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

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
a {
  color: black;
  text-decoration: none;
}

input,
button {
  background: none;
  border: none;
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}

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

.padding20 {
  padding: 20px !important;
}

.no-margin {
  margin: 0 !important;
}

#indexPage {
  padding-bottom: 0;
}

/* btn */
main .btnSend {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

main .btnReverse {
  flex-direction: row-reverse;
}

main .btnSend a,
main .btnSend input,
main .btnSend button {
  display: inline-block;
  margin: 5px;
  cursor: pointer;
}

main .btn1,
main .btn2 {
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 25px 40px 25px 25px;
  min-width: 400px;
  line-height: 1;
  text-align: center;
  border-radius: 4px;
  border: none;
  position: relative;
}

main .btn1 {
  color: #fff;
  background-color: var(--ruby);
}

main .btn2 {
  color: var(--ruby);
  background-color: white;
}

main .btn1,
main .btn2 {
  position: relative;
}

main .btn1:before,
main .btn1:after,
main .btn2:before,
main .btn2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  margin: auto;
}

main .btn1:after,
main .btn2:after {
  bottom: 3px;
  right: 15px;
  width: 22px;
  height: 10px;
  border-bottom: 2px solid #fff;
}

main .btn1:before,
main .btn2:before {
  bottom: -12px;
  right: 17px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  transform: rotate(40deg);
}

.ctaBox .btnSend {
  margin: 0 -15px;
}

main .btn1,
main .btn2 {
  flex: 1;
  min-width: inherit;
  padding: 15px 35px 15px 15px;
}

main .btn2 {
  background-color: white;
  color: var(--ruby);
  border: 1px solid var(--ruby);
}

main .btn2::before {
  border-color: var(--ruby);
}

main .btn2::after {
  border-color: var(--ruby);
}

.copy p.btnSend {
  text-shadow: none;
}

@media screen and (max-width: 768px) {
  main .btn1,
  main .btn2 {
    font-size: 1rem;
  }
  main .btn1::before,
  main .btn2::before {
    bottom: -8px;
    right: 11px;
  }
  main .btn1::after,
  main .btn2::after {
    right: 10px;
    width: 18px;
  }
}
/* fv */
#indexPage .mainImg {
  background-image: url(../images/taishin-img/mv_bg.webp);
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.45);
}

.copy {
  padding: 60px 0;
  text-align: center;
}
.copy img {
  margin: 0 auto 40px;
}

.copy p {
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
  color: white;
  text-shadow: 0 0 10px black;
  text-align: center;
}

.mainRoof .copy p.btnSend {
  width: 65%;
  margin: 30px auto 0;
}

.mainRoof .copy p.btnSend .btn1 {
  font-size: 1rem;
}

@media screen and (min-width: 1026px) {
  .copy {
    width: 900px;
    margin: 0 auto;
  }
  .copy img {
    width: 60%;
    -o-object-position: center;
       object-position: center;
  }
  .copy img.imgTxtAccent {
    width: 50%;
    -o-object-position: center;
       object-position: center;
  }
  .copy p {
    font-size: 3rem;
  }
  .mainRoof .copy p.btnSend {
    width: 40%;
    margin: 40px auto 0;
  }
  .mainRoof .copy p.btnSend .btn1 {
    padding: 25px 0;
    font-size: 1.2rem;
  }
}
/* sectionBox */
#indexPage .sectionBox {
  padding: 30px 20px;
}

@media screen and (min-width: 768px) {
  #indexPage .sectionBox {
    padding: 60px 20px;
  }
}
/* セクションヘッダー */
#indexPage .contTtl {
  margin-bottom: 30px;
}

#indexPage .section__head {
  height: 12px;
  margin: 0 auto 12px;
  display: block;
}

@media screen and (min-width: 1026px) {
  #indexPage .contTtl {
    margin-bottom: 60px;
  }
}
/* merit */
#indexPage .meritBox .contTtl {
  text-align: center;
}

.meritList {
  list-style: none;
  margin: 0;
  position: relative;
}

.meritList::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -54%;
  width: 100%;
  height: 50%;
  max-height: 260px;
  background-image: url(../images/person/merit1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.meritList::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -52%;
  width: 100%;
  height: 50%;
  max-height: 260px;
  background-image: url(../images/person/merit2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .meritList::before {
    left: -50%;
    height: 20%;
    bottom: -25px;
    max-height: 174px;
  }
  .meritList::after {
    top: 35%;
    transform: translateY(-50%);
    right: -50%;
    height: 20%;
    max-height: 174px;
  }
}
.meritItem {
  background: var(--bg-ruby);
  border-radius: 10px;
  padding: 15px 20px 24px;
  margin-bottom: 20px;
}

.meritNum {
  font-size: 1.4rem;
  color: var(--ruby);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.meritNum img {
  width: 72px;
  height: auto;
}

.meritContent details {
  border-bottom: 1px solid var(--ruby);
  padding: 15px 0;
}

.meritContent summary {
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-left: 15px; /* 赤丸用のスペースを確保 */
  list-style: none; /* デフォルトの矢印を削除 */
}

/* デフォルトの矢印を削除 */
.meritContent summary::-webkit-details-marker {
  display: none;
}

/* 赤丸を追加 */
.meritContent summary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #c1272d;
  border-radius: 50%;
}

.meritContent summary::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/open.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.meritContent details[open] summary::after {
  content: "";
  background-image: url(../images/close.png);
}

.meritContent p {
  margin: 10px 0 0;
  padding-left: 15px;
  font-size: 1rem;
}

.meritContent__txt {
  text-align: justify;
  border-bottom: 1px solid var(--ruby);
  padding: 15px 0;
}

@media screen and (min-width: 1026px) {
  .meritBox {
    max-width: 1024px;
    margin: 0 auto;
  }
  #indexPage .section__head {
    height: 20px;
  }
  .meritList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .meritItem {
    margin-bottom: 0;
    padding: 30px 20px;
  }
  .meritNum img {
    width: 100px;
  }
}
/* result */
.resultList {
  list-style: none;
  margin: 0;
}

.resultItem {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 2px dotted black;
  line-height: 1.8;
  color: var(--ruby);
  font-weight: bold;
}

.resultItem::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 20px;
  height: 20px;
  background-image: url(../images/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .resultBox {
    max-width: 1024px;
    margin: 0 auto;
  }
  .resultList {
    width: 80%;
    margin: 0 auto;
  }
  .resultItem {
    font-size: 1.4rem;
  }
}
/* CTA Card */
.ctaCard1,
.ctaCard2 {
  background-color: var(--bg-ruby);
  position: relative;
  height: 120px;
}

.ctaCard2 {
  background-color: #f1f1f1;
}

.ctaCard__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 20px;
  background-color: white;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
  border-top: 4px solid var(--ruby);
  position: absolute;
  top: 30px;
  left: 20px;
  right: 20px;
  margin: auto;
}

.ctaCard__title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
  text-align: center;
}

.card__btn {
  flex-direction: column;
  width: 200px;
  margin: 0 auto;
}

.card__btn a {
  font-size: 1rem;
  width: 100%;
}

.underCta {
  padding-top: 200px !important;
}

@media screen and (min-width: 768px) {
  .ctaCard__inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 1024px;
    margin: 0 auto;
  }
  .ctaCard__title {
    font-size: 1.8rem;
    margin-bottom: 0;
    text-align: left;
  }
  .card__btn {
    width: auto;
    margin: 0;
  }
  main .btn1,
  main .btn2 {
    font-size: 1.2rem;
    padding: 20px 40px 20px 20px;
  }
  main .btn1::before,
  main .btn2::before {
    bottom: -5px;
  }
}
/* about */
#indexPage .aboutBox {
  background-color: var(--ruby);
}

#indexPage .aboutBox .sectionBox {
  padding: 30px 10px;
}

#indexPage .aboutBox .contTtl {
  color: white;
}

.about__container {
  background-color: white;
  border-radius: 30px;
  padding: 20px;
}

.about__description {
  margin-bottom: 40px;
  font-size: 1rem;
}

.about__description-title {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  margin-bottom: 30px;
  justify-content: center;
  font-weight: bold;
}

.jjj-logo {
  margin-right: 10px;
  /* 画像サイズは実際の画像に合わせて調整してください */
  height: 24px;
  width: auto;
}

.about__lead {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.accent {
  color: var(--ruby);
}

.about__note {
  display: block;
  margin-top: 5px;
  font-size: 1rem;
}

.about__text {
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

.about__research {
  border: 1px solid black;
  padding: 20px;
  margin-bottom: 40px;
}

.about__research-list {
  list-style: none;
  padding: 0;
}

.about__research-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.about__measurement {
  margin-top: 40px;
}

.about__measurement-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-weight: bold;
}

/* タブのスタイル */
.tab-nav {
  display: flex;
  margin-bottom: 30px;
  gap: 5px;
}

.tab-button {
  flex: 1;
  padding: 20px 0;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
  text-align: left;
}

.tab-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--ruby) 0%, var(--ruby) 10%, #b0b0b0 10%, #b0b0b0 100%);
}

.tab-button::after {
  content: "→";
  display: inline-block;
  padding: 6px;
  width: 5px;
  height: 5px;
  font-size: 7px;
  font-weight: bold;
  color: white;
  background-color: var(--ruby);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  line-height: 7px;
}

.tab-button.active {
  color: black;
}

.tab-button.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--ruby);
}

.tab-button.active::after {
  content: "↓";
}

/* タブコンテンツのスタイル */
.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.about__measurement-image {
  position: relative;
  margin-bottom: 40px;
}

.about__features-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.about__features-title {
  font-weight: bold;
  color: var(--ruby);
  width: 100%;
  margin: 0 auto 20px;
  font-size: 1.2rem;
}

#tab2 .about__features-list {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#tab2 .about__features-item {
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#tab2 .feature-num {
  top: 50%;
  transform: translateY(-50%);
}

#tab2 .underline {
  -webkit-text-decoration: wavy underline var(--ruby) 2px;
          text-decoration: wavy underline var(--ruby) 2px;
  text-underline-offset: 2px;
}

#tab3 .feature-num {
  top: 7px;
}

#tab3 .about__features-list {
  display: block;
  width: 100%;
  margin: 0 auto;
}

#tab3 .about__features-item {
  position: relative;
  margin-bottom: 40px;
}

/* 最後のアイテムには矢印を表示しない */
#tab3 .about__features-item:last-child {
  margin-bottom: 20px;
}

/* 矢印のスタイル */
#tab3 .about__features-item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -20px; /* 矢印の位置調整 */
  left: 15px;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--ruby);
  border-right: 2px solid var(--ruby);
  transform: rotate(45deg);
}

#tab3 .about__features-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -20px; /* 矢印の位置調整 */
  transform: translateX(-50%);
  width: 2px;
  background-color: var(--ruby);
  height: calc(100% - 40px);
  left: 21px;
}

#tab3 .about__features-item-num {
  height: 60px;
  display: flex;
  align-items: center;
}

#tab3 .about__features-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  border: 1px solid black;
}

#tab3 .about__features-item-content h3 {
  font-weight: bold;
  color: white;
  background-color: #b0b0b0;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.check-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 90%;
  margin: 30px auto;
}

.check-item {
  flex: 1;
  border-radius: 5px;
}

.check-item h5 {
  font-size: 1rem;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}

.check-item h5::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--ruby);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.check-item h5 span {
  font-size: 1.2rem;
  font-weight: bold;
}

.check-item p {
  font-size: 1rem;
}

.about__features-item {
  position: relative;
  padding-left: 50px;
}

.feature-num {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px; /* 画像サイズに応じて調整 */
  height: auto;
}

.about__features-item h4 {
  margin: 0 0 6px;
  color: var(--ruby);
  font-weight: bold;
}

.about__features-item p {
  margin: 0;
  font-size: 0.9rem;
}

.camera-check-group {
  position: relative;
  display: flex;
  align-items: flex-start;
  grid-column: 1/-1; /* グリッドレイアウト全幅に広げる */
}

.camera-check-items {
  flex: 1;
  display: flex;
  gap: 20px;
  position: relative;
}

.camera-check-nums {
  position: absolute;
  left: 0;
  /* 画像の位置は実際の画像サイズに応じて調整 */
  height: 100%;
  width: auto;
}

.camera-check-content {
  flex: 1;
  padding-left: 90px; /* 番号画像のスペース確保 */
}

.camera-check-content .about__features-item {
  margin-bottom: 20px;
  padding-left: 0; /* 既存のpadding-leftを削除 */
}

.camera-check-content .about__features-item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #indexPage .aboutBox .sectionBox {
    max-width: 960px;
    margin: 0 auto;
  }
  .about__container {
    padding: 60px;
  }
  .jjj-logo {
    height: 32px;
  }
  .about__description-title {
    font-size: 1.6rem;
  }
  .about__lead {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .about__note {
    font-size: 1.2rem;
  }
  .tab-nav {
    gap: 20px;
  }
  .tab-button {
    font-size: 1.2rem;
    padding: 20px 5px;
  }
  .tab-button::after {
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    right: 5px;
  }
  .about__research {
    padding: 30px 50px;
  }
  .feature-num {
    width: 60px;
  }
  .about__features-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 4px;
  }
  .about__features-item {
    padding-left: 70px;
  }
  .about__features-item p {
    font-size: 1rem;
  }
  .about__features-title {
    width: 70%;
  }
  #tab2 .about__features-list {
    width: 70%;
  }
  #tab3 .feature-num {
    top: 0px;
  }
  #tab3 .about__features-item:not(:last-child)::before {
    left: 25px;
  }
  #tab3 .about__features-item:not(:last-child)::after {
    left: 31px;
    height: calc(100% - 60px);
  }
  .camera-check-items {
    flex-direction: column;
  }
  .camera-check-nums {
    top: -25px;
    width: 58%;
    height: auto;
  }
  .camera-check-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
  }
  .camera-check-content .about__features-item {
    padding-left: 70px;
    margin-top: 12px;
  }
  .check-box {
    flex-direction: row;
  }
}
/* price */
#indexPage .priceBox .sectionBox {
  padding: 30px 10px;
}

.price__inner {
  background-color: var(--ruby);
  border-radius: 30px;
  padding: 30px 20px;
  font-size: 1rem;
  position: relative;
}

.price__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -53%;
  width: 100%;
  height: 45%;
  background-image: url(../images/person/price1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.price__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -53%;
  width: 100%;
  height: 45%;
  background-image: url(../images/person/price2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .price__inner::before {
    height: 30%;
    bottom: -25px;
    left: -48%;
  }
  .price__inner::after {
    height: 30%;
    bottom: -25px;
    right: -48%;
  }
}
#indexPage .priceBox .contTtl {
  color: white;
}

.price__container {
  background-color: white;
  border-radius: 30px;
  position: relative;
}

.price__title {
  color: var(--ruby);
  font-weight: bold;
  border-bottom: 2px solid var(--ruby);
  padding: 10px 20px;
}

.price__contents {
  padding: 10px 20px;
  border-bottom: 2px solid var(--ruby);
}

.price__amount {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 1.2rem;
}

.price__amount .tax {
  font-size: 0.8rem;
}

.price__notes {
  list-style: none;
  padding: 0 20px;
  margin: 0 -20px; /* 左右にネガティブマージンを設定 */
}

.price__notes li {
  line-height: 1.6;
  margin-bottom: 4px;
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
}

.diagnosis__list {
  list-style: none;
  padding: 10px 20px 20px;
}

.diagnosis__item {
  margin-bottom: 15px;
}

.diagnosis__item:last-child {
  margin-bottom: 0;
}

.diagnosis__item h4 {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 1.2rem;
}

.diagnosis__item p {
  line-height: 1.8;
}

@media screen and (min-width: 1026px) {
  .price__inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
  }
  .price__section,
  .diagnosis__section {
    display: grid;
    grid-template-columns: 15% 1fr;
  }
  .price__contents,
  .diagnosis__list {
    padding: 30px;
  }
  .price__title {
    border-right: 2px solid var(--ruby);
    margin: 0;
    padding-top: 30px;
    font-size: 1.2rem;
    text-align: center;
  }
  .diagnosis__section .price__title {
    border-bottom: none;
  }
}
/* suggestion */
.suggestion__container {
  margin-bottom: 40px;
}

.suggestion__lead {
  margin-bottom: 20px;
  font-size: 1rem;
  text-align: center;
}

.suggestion__image {
  width: 100%;
  height: auto;
}

.suggestion__bottom {
  padding: 20px;
}

.suggestion__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.suggestion__item {
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1rem;
}

.suggestion__item span {
  color: #232d83;
}

.suggestion__item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1026px) {
  .suggestionBox .sectionBox {
    max-width: 900px;
    margin: 0 auto;
  }
  .suggestion__lead {
    font-size: 1.2rem;
    margin-bottom: 80px;
  }
  .suggestion__list {
    align-items: flex-start;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .suggestion__item {
    font-size: 1.4rem;
  }
}
/* case */
#indexPage .caseBox {
  background-color: var(--bg-ruby);
  font-size: 1rem;
}

#indexPage .caseBox .sectionBox {
  padding: 30px 10px;
}

.case__lead {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.8;
}

.case__info {
  padding: 20px;
  margin: 0 20px 30px;
  border: 1px solid black;
}

.case__info h3 {
  margin-bottom: 15px;
}

.case__info-list {
  list-style: none;
  padding: 0;
}

.case__info-list li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.case__images {
  display: flex;
  gap: 5px;
  margin-bottom: 16px;
}

.case__image-main {
  width: 62%;
}

.case__image-sub {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.image-wrapper {
  position: relative;
  width: 100%;
}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px 8px;
  font-size: 0.6rem;
}

.case__result {
  width: 100%;
  position: relative;
}

.case__result::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -56%;
  width: 100%;
  height: 110%;
  background-image: url(../images/person/case.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .case__result::after {
    height: 100%;
    right: -50%;
    bottom: -15px;
  }
}
@media screen and (min-width: 768px) {
  .caseBox .sectionBox {
    max-width: 900px;
    margin: 0 auto;
  }
  .case__info {
    padding: 20px 50px;
    width: 600px;
    margin: 0 auto 30px;
  }
  .case__info-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .case__images {
    margin-bottom: 60px;
  }
  .image-caption {
    font-size: 1rem;
  }
}
/* comparison */
#indexPage .comparisonBox {
  font-size: 1rem;
}

#indexPage .comparisonBox .sectionBox {
  padding: 30px 10px;
}

.comparison__lead {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.8;
  padding: 0 20px;
}

.comparison__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.arrow {
  width: 40px;
  height: auto;
}

.cost-reduction {
  text-align: center;
  margin-top: 20px;
}

.cost-reduction__text {
  font-weight: bold;
  margin-bottom: 10px;
}

.cost-reduction p {
  text-align: center;
}

.cost-reduction__amount {
  background-color: var(--ruby);
  color: white;
  padding: 5px 15px 10px;
  font-size: 2rem;
  font-weight: bold;
  display: inline-flex;
  align-items: baseline;
  line-height: 1;
}

.cost-reduction__amount .unit {
  margin-left: 2px;
  font-size: 1rem;
}

.cost-reduction__detail {
  font-size: 0.8rem;
  color: #666;
}

@media screen and (min-width: 768px) {
  #indexPage .comparisonBox .sectionBox {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
  }
  .comparison__lead {
    font-size: 1.2rem;
    margin-bottom: 60px;
  }
  .cost-reduction__text {
    font-size: 1.6rem;
  }
  .cost-reduction__amount {
    font-size: 3.2rem;
  }
  .cost-reduction__detail {
    font-size: 1rem;
  }
}
/* cta */
#indexPage .mainImg.ctaBox {
  padding: 0 30px;
}

.cta__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.cta__txt h1 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: white;
  text-shadow: 0 0 10px black;
}
.cta__txt h1 span {
  margin-left: 15px;
}

.cta__txt p {
  font-size: 0.7rem;
  text-align: center;
  line-height: 1.8;
  color: white;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #indexPage .mainImg.ctaBox {
    min-height: inherit;
    padding: 30px;
  }
  .ctaBox .copy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 1024px;
    margin: 0 auto;
  }
  .cta__txt {
    align-items: flex-start;
  }
  .cta__txt h1 {
    font-size: 3.2rem;
    text-align: left;
  }
  .cta__txt h1 span {
    margin-left: 0;
  }
  .cta__txt p {
    font-size: 1rem;
    text-align: left;
    font-weight: normal;
    line-height: 2;
  }
  .ctaBox .copy img {
    width: 90%;
  }
  .ctaBox .btnSend {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .ctaBox .copy p.btnSend {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-shadow: none;
  }
  .ctaBox .copy p.btnSend .btn1,
  .ctaBox .copy p.btnSend .btn2 {
    width: 45%;
    font-size: 0.9rem;
  }
  .ctaBox .copy p.btnSend .btn1::before,
  .ctaBox .copy p.btnSend .btn2::before {
    right: 8px;
  }
  .ctaBox .copy p.btnSend .btn1::after,
  .ctaBox .copy p.btnSend .btn2::after {
    right: 6px;
    bottom: 4px;
  }
}
/* 予約フォームセクション */
.entryBox {
  background-color: #ebfaff;
}

.entry__lead {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.8;
  padding: 0 20px;
}

.form-group {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: flex-start;
  padding: 54px 0;
  border-top: none;
  background-image: linear-gradient(to right, #333 9px, transparent 4px);
  background-size: 15px 0.32px; /* 全体の幅15px、線の幅10px */
  background-repeat: repeat-x;
  background-position: top;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.form-group label span {
  font-size: 0.8rem;
  margin-left: 45px;
}

.required::before {
  content: "必須";
  background: #c10d23;
  color: white;
  font-size: 0.8rem;
  padding: 0.2rem 8px;
  margin-right: 8px;
}

.optional::before {
  content: "任意";
  background: #9b9c9c;
  color: white;
  font-size: 0.8rem;
  padding: 0.2rem 8px;
  margin-right: 8px;
}

.postal-code-input {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 600px) {
  .postal-code-input {
    flex-direction: column;
    gap: 6px;
  }
}
.postal-code-input span {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .postal-code-input span {
    width: 100%;
  }
}

.postal-code-coution {
  width: 50%;
  font-size: 0.8rem;
  color: #9b9c9c;
  margin-left: 10px;
}

.postal-code-coution {
  color: #9b9c9c;
  font-size: 0.8rem;
  margin-left: 10px;
}

.form-group input,
.form-group textarea {
  width: calc(100% - 32px);
  padding: 16px;
  border: 1px solid #ddd;
  font-size: 1rem;
  background-color: white;
}

.form-group textarea {
  height: 150px;
  resize: vertical;
}

.privacy-policy {
  margin-top: 30px;
}

.privacy-check {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.privacy-check .wpcf7-list-item {
  margin: 0;
}

.policy-link {
  font-size: 15px;
}

.policy-link a {
  color: var(--ruby);
  text-decoration: underline;
}

.submit-button:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  opacity: 0.6;
}

/* チェックボックスのスタイル調整 */
.privacy-check input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.privacy-check .wpcf7-list-item-label {
  font-size: 16px;
  margin-left: 0;
}

.submit-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  width: 100%;
  max-width: 360px;
  margin: 48px auto 0;
  background: var(--ruby);
  color: white;
  border: none;
  font-size: 1.2rem;
  border-radius: 48px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  font-family: "DNP 秀英明朝 Pr6N", "Shippori Mincho", serif;
  position: relative;
  padding-right: 60px; /* 矢印アイコンのためのスペース */
}
@media screen and (max-width: 600px) {
  .submit-btn {
    max-width: 320px;
  }
}

.submit-btn input {
  color: white;
  background-color: var(--ruby);
  border: none;
  cursor: pointer;
  padding: 24px 60px;
  border-radius: 48px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
}

/* 矢印アイコン */
.submit-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-color: white;
  border-radius: 50%;
}

/* 矢印の中身 */
.submit-btn::before {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 3px solid var(--ruby);
  border-right: 3px solid var(--ruby);
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

.submit-btn:hover {
  opacity: 0.9;
}

.submit-btn.disabled {
  background-color: #9c9c9c;
  cursor: not-allowed;
}

.submit-btn.disabled::before {
  border-color: #9c9c9c;
}

.submit-btn.disabled input {
  background-color: #9c9c9c;
}

.submit-btn.disabled:hover {
  opacity: 1;
}

.submit-button:disabled {
  background-color: #9c9c9c;
  cursor: not-allowed;
}

/* セレクトボックスのカスタマイズ */
select {
  appearance: none; /* デフォルトのスタイルを無効化 */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 100%;
  padding-right: 56px; /* 矢印アイコンのためのスペース */
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding: 16px 0;
  padding-left: 16px;
}

/* カスタム矢印アイコン */
.select-wrapper {
  position: relative;
  width: 100%;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 56px; /* 矢印部分の幅 */
  height: 100%;
  background-color: #9b9c9c; /* 矢印背景色 */
  pointer-events: none; /* クリックイベントを下層に透過 */
  display: flex;
  align-items: center;
  justify-content: center;
}

.select-wrapper::before {
  content: "▼";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  color: white;
  z-index: 1;
  pointer-events: none;
}

.wpcf7-submit.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media screen and (min-width: 768px) {
  #indexPage .entryBox .sectionBox {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
  }
  .entry__lead {
    font-size: 1.2rem;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .form-group {
    grid-template-columns: 1fr;
  }
  .select-wrapper::after {
    width: 48px; /* 矢印部分の幅 */
  }
  .select-wrapper::before {
    right: 24px;
  }
  .submit-btn {
    padding-right: 0;
    margin: 0 auto 30px;
  }
}
footer {
  border: none;
}

.mainImg .btn1:hover,
.mainImg .btn2:hover {
  filter: brightness(0.8);
  opacity: 1;
}

#entry {
  scroll-margin-top: 90px;
}

/*mainRoof---------*/
.mainRoof {
  position: relative;
}

.mainRoof:before,
.mainRoof:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
}

.mainRoof:before {
  border-width: 50px 50vw 0 0;
  border-color: #ffffff transparent transparent transparent;
  left: 0;
}

.mainRoof:after {
  border-width: 0 50vw 50px 0;
  border-color: transparent #ffffff transparent transparent;
  right: 0;
}

@media screen and (max-width: 640px) {
  .mainRoof:before {
    border-width: 20px 50vw 0 0;
  }
  .mainRoof:after {
    border-width: 0 50vw 20px 0;
  }
}/*# sourceMappingURL=common.css.map */






body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

.wrap {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .wrap {
    max-width: 720px;
  }
}
@media screen and (max-width: 800px) {
  .wrap {
    max-width: 94%;
  }
}

/* mv */
.mv p {
  line-height: 1.6;
}

/*-----  intro  -----*/
.intro {
  padding: 48px 0 96px;
}
@media screen and (max-width: 600px) {
  .intro {
    padding: 40px 0 60px;
  }
}

.intro_img {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .intro_img {
    margin-bottom: 24px;
  }
}

.intro_txt {
  display: block;
  width: 80%;
  line-height: 2;
  font-size: 18px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .intro_txt {
    width: 94%;
    font-size: 16px;
    text-align: justify;
  }
}

/*-----  about  -----*/
.about .wrap {
  margin-bottom: 96px;
  position: relative;
}

.about_img {
  width: 128px;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .about_img {
    width: 80px;
  }
}
@media screen and (max-width: 800px) {
  .about_img {
    width: 60px;
  }
}

.about_img_left {
  bottom: 24px;
  left: 0;
}
@media screen and (max-width: 800px) {
  .about_img_left {
    display: none;
  }
}

.about_img_right {
  bottom: 24px;
  right: 0;
}
@media screen and (max-width: 800px) {
  .about_img_right {
    bottom: 0;
  }
}

.about_bubble {
  color: #fff;
  display: block;
  font-weight: 900;
  font-size: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #096bc2;
  padding: 12px 32px;
  border-radius: 10px;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .about_bubble {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.about_bubble::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 12px;
  background-color: #096bc2;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  transform: translateX(-50%);
  bottom: -11px;
}

.about_list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.about_item {
  color: #096bc2;
  font-weight: 900;
  display: block;
  padding: 16px 8px 16px 32px;
  position: relative;
  font-size: 22px;
}
@media screen and (max-width: 1200px) {
  .about_item {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .about_item {
    font-size: 16px;
    line-height: 1.6;
    padding: 12px 8px 12px 32px;
  }
}
.about_item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  background-image: url(../images/taishin-img/check_icon.webp);
  background-size: 100% 100%;
  width: 20px;
  height: 18px;
}
@media screen and (max-width: 800px) {
  .about_item::before {
    width: 16px;
    height: 14px;
  }
}
.about_item::after {
  content: "";
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*-----  flow  -----*/
#indexPage .flow {
  background-color: #096bc2;
  padding: 240px 0 96px;
}
#indexPage .flow .contTtl {
  color: #fff;
}
#indexPage .flow .contTtl span {
  color: #fff;
}

.flow_bubble {
  font-weight: 700;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
  font-size: 20px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .flow_bubble {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  .flow_bubble {
    font-size: 16px;
  }
}
.flow_bubble::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 24px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%) rotate(-24deg);
  left: -32px;
}
@media screen and (max-width: 800px) {
  .flow_bubble::before {
    transform: rotate(-24deg);
    top: auto;
    bottom: 0;
    left: -12px;
  }
}
.flow_bubble::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 24px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%) rotate(24deg);
  right: -32px;
}
@media screen and (max-width: 800px) {
  .flow_bubble::after {
    transform: rotate(24deg);
    top: auto;
    bottom: 0;
    right: -12px;
  }
}

.flow_content {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  padding: 48px 60px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .flow_content {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 600px) {
  .flow_content {
    padding: 32px 16px 8px;
  }
}

.flow_left {
  position: absolute;
  width: 118px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .flow_left {
    width: 80px;
  }
}
@media screen and (max-width: 600px) {
  .flow_left {
    width: 64px;
  }
}

.flow_right {
  position: absolute;
  width: 100px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .flow_right {
    width: 64px;
  }
}
@media screen and (max-width: 800px) {
  .flow_right {
    display: none;
  }
}

.flow_item {
  margin-bottom: 24px;
}

.flow_item:nth-child(1) .flow_img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .flow_item:nth-child(1) .flow_img {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.flow_item:nth-child(2) .flow_img {
  width: 80%;
}
@media screen and (max-width: 800px) {
  .flow_item:nth-child(2) .flow_img {
    width: 100%;
  }
}

.flow_item:nth-child(3) .flow_img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .flow_item:nth-child(3) .flow_img {
    grid-template-columns: 1fr;
  }
}
.flow_item:nth-child(3) .flow_img img {
  border: 2px solid #ddd;
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  .flow_item:nth-child(3) .flow_img img {
    margin-bottom: 8px;
  }
}

.flow_item:nth-child(6) .flow_img {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 600px) {
  .flow_item:nth-child(6) .flow_img {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 800px) {
  .flow_item:nth-child(6) .flow_img {
    width: 100%;
  }
}
.flow_item:nth-child(6) .flow_inner {
  border-left: none;
}

.flow_ttl {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .flow_ttl {
    gap: 8px;
    margin-bottom: 16px;
  }
}
.flow_ttl img {
  width: 58px;
}
@media screen and (max-width: 600px) {
  .flow_ttl img {
    width: 24px;
  }
}
.flow_ttl h3 {
  font-size: 24px;
  font-weight: 700;
  color: #096bc2;
}
@media screen and (max-width: 600px) {
  .flow_ttl h3 {
    font-size: 20px;
  }
}
.flow_ttl h3 span {
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .flow_ttl h3 span {
    font-size: 14px;
  }
}

.flow_inner {
  margin-left: 29px;
  border-left: 1px dashed #096bc2;
  padding-left: 53px;
  padding-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .flow_inner {
    margin-left: 8px;
    padding-left: 20px;
  }
}
.flow_inner p {
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .flow_inner p {
    font-size: 15px;
  }
}
.flow_inner p.note_txt {
  color: #c1272d;
  font-size: 16px;
  margin-top: 6px;
}
@media screen and (max-width: 600px) {
  .flow_inner p.note_txt {
    font-size: 13px;
    margin-top: 4px;
  }
}

.flow_img {
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  .flow_img {
    margin-top: 20px;
  }
}

.flow_img span {
  font-weight: 900;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .flow_img span {
    font-size: 15px;
  }
}

.flow_table {
  padding: 40px 0 16px;
}
@media screen and (max-width: 600px) {
  .flow_table {
    width: 100%;
    overflow-x: scroll;
    padding: 16px 0 16px;
  }
}

.flow_table table {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .flow_table table {
    width: 500px;
  }
}

.flow_table table tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.flow_table table tr th {
  text-align: center;
  padding: 12px 0;
  color: #fff;
  background-color: #ccc;
  border: 1px solid #000;
}
.flow_table table tr th:nth-child(1) {
  border-right: none;
}

.flow_table table tr td {
  border: 1px solid #000;
  border-top: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 160px;
}
@media screen and (max-width: 600px) {
  .flow_table table tr td {
    min-height: 100px;
  }
}
.flow_table table tr td:nth-child(1) {
  border-right: none;
  font-size: 20px;
  font-weight: 900;
}
@media screen and (max-width: 600px) {
  .flow_table table tr td:nth-child(1) {
    font-size: 18px;
  }
}
.flow_table table tr td:nth-child(1) span {
  font-size: 15px;
  font-weight: 400;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
}
@media screen and (max-width: 800px) {
  .flow_table table tr td:nth-child(1) span {
    font-size: 12px;
  }
}
.flow_table table tr td:nth-child(2) img {
  width: 40px;
  margin: 0 auto 12px;
}
@media screen and (max-width: 600px) {
  .flow_table table tr td:nth-child(2) img {
    width: 24px;
  }
}

.flow_item ul {
  padding-top: 8px;
}

.flow_item li {
  font-weight: 900;
  display: block;
  position: relative;
  padding: 8px 0;
  padding-left: 16px;
}
.flow_item li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #096bc2;
  border-radius: 100%;
}

/*-----  merit  -----*/
.merit {
  background-color: #f2f2f2;
  padding: 48px 0;
}

.merit_list {
  width: 80%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 0 auto;
  row-gap: 16px;
}
@media screen and (max-width: 1200px) {
  .merit_list {
    width: 94%;
  }
}
@media screen and (max-width: 800px) {
  .merit_list {
    width: 100%;
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .merit_list {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}

.merit_item {
  color: #096bc2;
  font-weight: 900;
  display: block;
  padding: 16px 8px 16px 36px;
  position: relative;
  font-size: 22px;
}
@media screen and (max-width: 1200px) {
  .merit_item {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .merit_item {
    font-size: 16px;
    line-height: 1.6;
    padding: 12px 8px 12px 32px;
  }
}
.merit_item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  background-image: url(../images/taishin-img/check_icon.webp);
  background-size: 100% 100%;
  width: 20px;
  height: 18px;
}
@media screen and (max-width: 800px) {
  .merit_item::before {
    width: 16px;
    height: 14px;
  }
}
.merit_item::after {
  content: "";
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #000;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*-----  case  -----*/
.case {
  background-color: #ebfaff;
  padding: 200px 0 96px;
}
@media screen and (max-width: 600px) {
  .case {
    padding: 200px 0 48px;
  }
}

.case_txt {
  padding: 0 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .case_txt {
    padding: 0 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .case_txt {
    padding: 0 20px;
    margin-bottom: 24px;
  }
}
.case_txt span {
  display: block;
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #096bc2;
}
@media screen and (max-width: 1200px) {
  .case_txt span {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .case_txt span {
    font-size: 18px;
  }
}
.case_txt p {
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .case_txt p {
    font-size: 16px;
  }
}

.case .swiper {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .case .swiper {
    padding-bottom: 32px;
  }
}

.case .swiper-pagination-bullet {
  opacity: 1 !important;
  background-color: #fff !important;
  border: 1px solid #096bc2 !important;
  width: 12px !important;
  height: 12px !important;
}

.case .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #096bc2 !important;
}

.case .swiper-button-next,
.case .swiper-button-prev {
  color: #000 !important;
}
@media screen and (max-width: 600px) {
  .case .swiper-button-next,
  .case .swiper-button-prev {
    font-size: 24px !important;
  }
}
.case .swiper-button-next::after,
.case .swiper-button-prev::after {
  color: #000 !important;
}
@media screen and (max-width: 600px) {
  .case .swiper-button-next::after,
  .case .swiper-button-prev::after {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 600px) {
  .case .swiper-button-prev {
    left: 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .case .swiper-button-next {
    right: 0 !important;
  }
}

.swiper-slide {
  padding: 0 60px;
}
@media screen and (max-width: 1200px) {
  .swiper-slide {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .swiper-slide {
    padding: 0 20px;
  }
}

.case_item {
  background-color: #fff;
  border-radius: 16px;
  padding: 24px 54px;
}
@media screen and (max-width: 600px) {
  .case_item {
    padding: 24px;
  }
}

.case_item_img {
  width: 148px;
  margin: 0 auto 16px;
}

.case_item_name {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  line-height: 1.8;
  font-weight: 900;
  font-size: 18px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 1200px) {
  .case_item_name {
    font-size: 16px;
  }
}

.case_item_heading {
  font-weight: 700;
  color: #096bc2;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .case_item_heading {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  .case_item_heading {
    font-size: 18px;
  }
}

.case_item_txt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .case_item_txt {
    font-size: 16px;
  }
}

/*-----  qa  -----*/
.qa {
  padding: 96px 0;
}

.qa_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .qa_content {
    gap: 24px;
  }
}
@media screen and (max-width: 800px) {
  .qa_content {
    grid-template-columns: 1fr;
  }
}

.qa_title {
  min-height: 108px;
  display: flex;
  align-items: center;
  width: 100%;
  background: #096bc2;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  padding: 20px 80px 20px 40px;
  color: #fff;
  line-height: 1.8;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .qa_title {
    padding: 16px 40px 16px 20px;
    min-height: 0;
  }
}

.qa_title_plus {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: 12px;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  padding: 8px;
  background-color: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 600px) {
  .qa_title_plus {
    width: 24px;
    height: 24px;
  }
}
.qa_title_plus::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #333;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qa_title_plus::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #333;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.qa_title.open .qa_title_plus::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.qa_text {
  line-height: 1.8;
  display: none;
  padding: 20px 40px;
}
@media screen and (max-width: 600px) {
  .qa_text {
    padding: 16px 20px;
  }
}

/*-----  contact  -----*/
#indexPage {
  font-size: 18px;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #indexPage {
    font-size: 16px;
  }
}

#indexPage .contTtl {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  #indexPage .contTtl {
    font-size: 26px;
  }
}

#indexPage .contTtl span {
  font-family: "brandon-grotesque", sans-serif;
  /*400;500;700*/
  font-size: 20px;
  font-weight: 500;
  color: #096bc2;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  #indexPage .contTtl span {
    font-size: 16px;
    margin-bottom: 4px;
  }
}

#indexPage .form-group label.required,
#indexPage .form-group label.optional {
  line-height: 1.5;
  margin-top: 10px;
}

.form-select .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  gap: 16px;
}
.form-select .wpcf7-form-control label {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 46px 1fr;
}
.form-select .wpcf7-form-control .wpcf7-list-item {
  margin-left: 0;
  width: 100%;
}
.form-select .wpcf7-form-control .wpcf7-list-item-label {
  width: 100%;
  font-size: 18px;
}
.form-select .wpcf7-form-control input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
  background-color: white;
  cursor: pointer;
  position: relative;
}
.form-select .wpcf7-form-control input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 4px;
  width: 12px;
  height: 18px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-select .wpcf7-form-control .wpcf7-list-item-label {
  margin-left: 0;
}

@media screen and (max-width: 800px) {
  br.tab_hidden {
    display: none;
  }
}

.submit-btn input {
  font-family: "Noto Sans JP", sans-serif;
}

.form-input_name {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-input_name span.note_txt {
  font-size: 14px;
  color: #9b9c9c;
  display: block;
}/*# sourceMappingURL=index.css.map */