@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:hover {
  cursor: pointer;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  color: #de3548;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-style: normal;
  font-weight: 400;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 166px;
  --font-scale: 1; /* 標準サイズ */
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  position: relative;
  width: calc(100vw - (100vw - 100%));
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  color: #000;
  background: #fffae7;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  letter-spacing: 0.04em;
  font-size: calc(18px * var(--font-scale));
}
@media (max-width: 600px) {
  body {
    font-size: calc(16px * var(--font-scale));
  }
}

/* フォントサイズ切り替えクラス */
html.font-size-large {
  --font-scale: 1.125; /* 大（18px → 20.25px, 16px → 18px） */
}

html.font-size-xlarge {
  --font-scale: 1.25; /* 特大（18px → 22.5px, 16px → 20px） */
}

* :focus:not(:focus-visible) {
  outline: 0; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

address,
em,
i {
  font-style: normal;
  font-style: normal;
}

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: #333;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none;
}

img[src$=".svg"] {
  width: 100%;
}

header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
}
header .h_top {
  background: #fffae7;
  padding: 30px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  header .h_top {
    padding: 0;
  }
}
header .h_top .hLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  margin-left: min(1vw, 14px);
}
@media (min-width: 1201px) {
  header .h_top .hLogo {
    width: 70%;
    margin: 0;
    gap: 0 min(2vw, 30px);
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
  header .h_top .hLogo {
    width: 75%;
    margin: 0;
  }
}
header .h_top .hLogo img {
  height: 50px;
  width: auto;
}
@media (max-width: 600px) {
  header .h_top .hLogo img {
    height: 30px;
  }
}
header .h_top .hLogo p {
  font-weight: 500;
  font-size: calc(20px * var(--font-scale));
  line-height: 1.4;
}
@media (max-width: 600px) {
  header .h_top .hLogo p {
    font-size: 10px;
  }
}
@media (min-width: 1201px) {
  header .h_top .hSearch {
    width: 30%;
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
  header .h_top .hSearch {
    width: 25%;
  }
}
@media (max-width: 798px) {
  header .h_top .hSearch {
    display: none;
  }
}
header .h_top .hSearch .sizeChange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .h_top .hSearch .sizeChange li:first-of-type {
  margin-right: 10px;
  font-size: calc(16px * var(--font-scale));
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (min-width: 601px) and (max-width: 1200px) {
  header .h_top .hSearch .sizeChange li:first-of-type {
    width: 100%;
    text-align: right;
  }
}
header .h_top .hSearch .sizeChange li.changeBtn {
  margin: 2px;
}
header .h_top .hSearch .sizeChange li.changeBtn button {
  background: #fff;
  display: block;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  cursor: pointer;
  color: #000;
  /*  border: 1px solid $text_color; */
  padding: 0 10px;
  font-size: calc(16px * var(--font-scale));
  -webkit-box-shadow: 0 0 0 1px #000;
          box-shadow: 0 0 0 1px #000;
}
header .h_top .hSearch .sizeChange li.changeBtn.active button {
  background: #f9e731;
}
header .hamburger {
  border: none;
  width: 60px;
  height: 60px;
  background: #f9e731;
  cursor: pointer;
  min-width: 60px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 601px) {
  header .hamburger {
    display: none;
  }
}
header .hamburger .hamburger__line {
  position: relative;
  width: 28px;
  height: 2px;
  background: #000;
  display: block;
}
header .hamburger .hamburger__line::before, header .hamburger .hamburger__line::after {
  content: "";
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: #000;
}
header .hamburger .hamburger__line::before {
  top: -10px;
}
header .hamburger .hamburger__line::after {
  bottom: -10px;
}
header .hamburger[aria-expanded=true] .hamburger__line {
  background: transparent;
}
header .hamburger[aria-expanded=true] .hamburger__line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .hamburger[aria-expanded=true] .hamburger__line::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .globalnav {
  background: #f5e960;
}
@media (max-width: 600px) {
  header .globalnav {
    display: none;
    width: 100vw;
    position: absolute;
    top: 60px;
    left: 0;
    height: 100vh;
    padding: 10px 5vw 150px;
    background: #fff;
    overflow-y: auto;
  }
}
header .globalnav .gnav {
  position: relative;
}
@media (min-width: 601px) {
  header .globalnav .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(20px, 4.5vw, 80px);
  }
}
header .globalnav .gnav li a,
header .globalnav .gnav li .has_child {
  cursor: pointer;
  font-weight: bold;
  font-size: calc(18px * var(--font-scale));
  display: block;
  border-bottom: 2px solid #000;
  padding: 22px 0;
  position: relative;
}
@media (min-width: 601px) {
  header .globalnav .gnav li a,
  header .globalnav .gnav li .has_child {
    font-size: calc(20px * var(--font-scale));
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: center;
    padding: 15px 0;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    border-bottom: none;
  }
}
@media (min-width: 601px) {
  header .globalnav .gnav li a:hover,
  header .globalnav .gnav li .has_child:hover {
    text-shadow: none;
  }
}
@media (max-width: 600px) {
  header .globalnav .gnav li a::before, header .globalnav .gnav li a::after,
  header .globalnav .gnav li .has_child::before,
  header .globalnav .gnav li .has_child::after {
    position: absolute;
    content: "";
    margin: auto;
  }
}
header .globalnav .gnav li a::before,
header .globalnav .gnav li .has_child::before {
  background: #f9e731;
  width: 26px;
  height: 26px;
  inset: 0 0 0 auto;
  border-radius: 50%;
}
header .globalnav .gnav li a::after,
header .globalnav .gnav li .has_child::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  inset: 0 10px 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .globalnav .gnav li a.open,
header .globalnav .gnav li .has_child.open {
  border-width: 1px;
}
@media (max-width: 600px) {
  header .globalnav .gnav li a.open::after,
  header .globalnav .gnav li .has_child.open::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (max-width: 600px) {
  header .globalnav .gnav li a.open + .megamenu,
  header .globalnav .gnav li .has_child.open + .megamenu {
    display: block !important;
    border-bottom: 2px solid #000;
  }
}
@media (max-width: 600px) {
  header .globalnav .gnav li .has_child::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    inset: 0 9px 0 auto;
  }
}
@media (min-width: 601px) {
  header .globalnav .gnav li:has(.megamenu):hover > .megamenu {
    display: block;
  }
}
header .globalnav .gnav li > .megamenu {
  display: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 601px) {
  header .globalnav .gnav li > .megamenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px 0 40px;
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
  header .globalnav .gnav li > .megamenu {
    padding: 10px 2% 40px;
  }
}
@media (min-width: 601px) {
  header .globalnav .gnav li > .megamenu.client_menu {
    background: #ffe7e9;
  }
}
header .globalnav .gnav li > .megamenu.client_menu ul li a:hover {
  color: #de3548;
}
header .globalnav .gnav li > .megamenu.client_menu ul li a::before {
  background: #de3548;
}
@media (min-width: 601px) {
  header .globalnav .gnav li > .megamenu.kensetsu_menu {
    background: #e7f0ff;
  }
}
header .globalnav .gnav li > .megamenu.kensetsu_menu ul li a:hover {
  color: #2b8bd9;
}
header .globalnav .gnav li > .megamenu.kensetsu_menu ul li a::before {
  background: #2b8bd9;
}
@media (min-width: 601px) {
  header .globalnav .gnav li > .megamenu ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr min(40px, 2vw) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 min(40px, 2vw);
    max-width: 1200px;
    margin: 0 auto;
  }
}
header .globalnav .gnav li > .megamenu ul li {
  text-align: left;
}
header .globalnav .gnav li > .megamenu ul li a {
  font-size: calc(14px * var(--font-scale));
  padding: 10px 30px 10px 0;
  color: #000;
  text-align: left;
  border-bottom: 1px solid #000;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: inherit;
}
@media (max-width: 600px) {
  header .globalnav .gnav li > .megamenu ul li a {
    margin-bottom: 0;
    padding: 20px 30px 20px 0;
  }
}
@media (min-width: 601px) {
  header .globalnav .gnav li > .megamenu ul li a {
    font-size: calc(16px * var(--font-scale));
  }
}
header .globalnav .gnav li > .megamenu ul li a::after {
  border-color: #fff;
}

footer {
  padding-top: 60px;
}
footer .sec_footer {
  background: #fff;
  padding: 40px 0 30px;
}
@media (max-width: 600px) {
  footer .sec_footer {
    padding: 40px 0 60px;
  }
}
footer .sec_footer .f_logo {
  text-align: center;
  margin-bottom: 20px;
}
footer .sec_footer .f_logo img {
  height: 50px;
}
@media (max-width: 600px) {
  footer .sec_footer .f_logo img {
    height: 40px;
  }
}
footer .sec_footer .address {
  text-align: center;
  font-size: calc(16px * var(--font-scale));
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  footer .sec_footer .address {
    font-size: calc(14px * var(--font-scale));
    margin-bottom: 30px;
  }
}
footer .sec_footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  footer .sec_footer ul {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .sec_footer ul li a {
  font-size: calc(14px * var(--font-scale));
}
footer .sec_footer .copy {
  text-align: center;
  font-size: calc(12px * var(--font-scale));
}
@media (max-width: 600px) {
  footer .sec_footer .copy {
    font-size: min(2.4vw, 10px * var(--font-scale));
  }
}

#index main .sec_fv {
  position: relative;
  /* height: calc(100svh - 167px); */
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 600px) {
  #index main .sec_fv {
    height: calc(100svh - 67px);
  }
}
#index main .sec_fv picture {
  position: absolute;
  top: 0;
  right: 0;
  width: 87%;
  height: auto;
}
@media (min-width: 601px) and (max-width: 1200px) {
  #index main .sec_fv picture {
    top: inherit;
    left: 2vw;
    bottom: 150px;
    width: 99%;
  }
}
@media (max-width: 600px) {
  #index main .sec_fv picture {
    top: inherit;
    left: 2vw;
    bottom: 40vw;
    width: 99%;
  }
}
#index main .sec_fv h1 {
  max-width: 1780px;
  margin: 0 auto;
  position: absolute;
  top: 18%;
  left: 5%;
  width: auto;
}
@media (min-width: 601px) and (max-width: 1200px) {
  #index main .sec_fv h1 {
    top: 10%;
  }
}
@media (max-width: 600px) {
  #index main .sec_fv h1 {
    top: 2%;
    left: 5vw;
    width: 90vw;
  }
}
#index main .sec_fv .fv_bottom {
  background: #f9e731;
  padding: 30px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 600px) {
  #index main .sec_fv .fv_bottom {
    padding: 20px 0;
  }
}
#index main .sec_fv .fv_bottom .commonBtn {
  font-size: calc(28px * var(--font-scale));
  padding: 22px 0;
  margin: 0 auto;
}
@media (max-width: 600px) {
  #index main .sec_fv .fv_bottom .commonBtn {
    font-size: calc(16px * var(--font-scale));
    padding: 15px 0;
    line-height: 1.5;
  }
}
#index main .sec_fv .fv_bottom .commonBtn::before {
  inset: 0 50px 0 auto;
}
@media (min-width: 601px) and (max-width: 1200px) {
  #index main .sec_fv .fv_bottom .commonBtn::before {
    inset: 0 30px 0 auto;
  }
}
@media (max-width: 600px) {
  #index main .sec_fv .fv_bottom .commonBtn::before {
    inset: 0 20px 0 auto;
  }
}
#index main .sec_fv .fv_bottom .commonBtn::after {
  inset: 0 65px 0 auto;
}
@media (min-width: 601px) and (max-width: 1200px) {
  #index main .sec_fv .fv_bottom .commonBtn::after {
    inset: 0 45px 0 auto;
  }
}
@media (max-width: 600px) {
  #index main .sec_fv .fv_bottom .commonBtn::after {
    inset: 0 29px 0 auto;
  }
}
#index main .sec_top {
  position: relative;
  padding: 120px 0;
  z-index: 1;
  /*  isolation: isolate; */
}
@media (max-width: 600px) {
  #index main .sec_top {
    padding: 60px 0 100px;
  }
}
#index main .sec_top .main_ttl {
  margin-bottom: 70px;
}
@media (max-width: 600px) {
  #index main .sec_top .main_ttl {
    margin-bottom: 30px;
  }
}
#index main .sec_top .dot li {
  font-size: calc(20px * var(--font-scale));
}
@media (max-width: 600px) {
  #index main .sec_top .dot li {
    font-size: 14px;
  }
}
#index main .sec_top .design_lines {
  position: relative;
}
@media (max-width: 600px) {
  #index main .sec_top .design_lines {
    width: 100%;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
@media (min-width: 601px) {
  #index main .sec_top .design_lines {
    border-radius: 28px;
  }
}
#index main .sec_top .design_lines + .design_lines {
  margin-top: 190px;
}
@media (max-width: 600px) {
  #index main .sec_top .design_lines + .design_lines {
    margin-top: 100px;
  }
}
#index main .sec_top .design_lines::after {
  position: absolute;
  content: "";
  z-index: -1;
}
#index main .sec_top .design_lines.type_pink {
  background: #ffe7e9;
}
#index main .sec_top .design_lines.type_pink::after {
  background: url("../img/top/ill1@2x.png") no-repeat center center/contain;
  width: 367px;
  height: 378px;
  top: -300px;
  right: -80px;
}
@media (max-width: 600px) {
  #index main .sec_top .design_lines.type_pink::after {
    width: 114px;
    height: 117px;
    top: -100px;
    right: 0;
  }
}
#index main .sec_top .design_lines.type_pink .accordion::before {
  background: url("../img/top/ill1_hito@2x.png") no-repeat center center/contain;
}
#index main .sec_top .design_lines.type_blue {
  background: #e7feff;
  /*  &::after {
    background: url('../img/top/ill2@2x.png') no-repeat center center/contain;
    width: 437px;
    height: 189px;
    top: -170px;
    right: -80px;
    z-index: -1;
    @include mq(sp) {
      width: 166px;
      height: 72px;
      right: 0;
      top: -80px;
    }
  } */
}
#index main .sec_top .design_lines.type_blue::after {
  position: absolute;
  content: "";
  background: url("../img/top/ill3@2x.webp") no-repeat center bottom/contain;
  width: 1690px;
  height: 532px;
  z-index: -1;
  bottom: -250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 600px) {
  #index main .sec_top .design_lines.type_blue::after {
    max-width: 447px;
    height: 140px;
    bottom: -140px;
    width: 100%;
    background-size: cover;
  }
}
#index main .sec_top .design_lines.type_blue .accordion::before {
  background: url("../img/top/ill2_hito@2x.png") no-repeat center center/contain;
}
#index main .sec_top .design_lines.type_blue .accordion span::before {
  background: #2b8bd9;
}
#index main .sec_top .design_lines.type_blue .borderLink::before {
  background: #2b8bd9;
}
#index main .sec_top .design_lines .accordion {
  text-align: center;
  font-weight: bold;
  font-size: clamp(24px * var(--font-scale), 3.3vw, 42px * var(--font-scale));
  padding: 20px 0;
  position: relative;
}
@media (min-width: 601px) {
  #index main .sec_top .design_lines .accordion {
    border-radius: 28px 28px 0 0;
    padding: 40px 0;
  }
}
#index main .sec_top .design_lines .accordion::before {
  position: absolute;
  content: "";
  left: min(2vw, 50px);
  bottom: 0;
  width: 171px;
  height: 251px;
}
@media (max-width: 600px) {
  #index main .sec_top .design_lines .accordion::before {
    width: 81px;
    height: 120px;
    left: 0;
  }
}
#index main .sec_top .design_lines .accordion small {
  font-size: 57%;
}
@media (max-width: 600px) {
  #index main .sec_top .design_lines .accordion small {
    display: block;
  }
}
@media (min-width: 601px) {
  #index main .sec_top .design_lines .accordion_content {
    border-radius: 0 0 28px 28px;
  }
}
#index main .sec_top .design_lines .accordion_content .inner + .inner {
  margin-top: 50px;
}
@media (max-width: 600px) {
  #index main .sec_top .design_lines .accordion_content .inner + .inner {
    margin-top: 30px;
  }
}
#index main .sec_top .design_lines .accordion_content .dot li + li {
  margin-top: 12px;
}
@media (max-width: 600px) {
  #index main .sec_top .design_lines .accordion_content .dot li + li {
    margin-top: 5px;
  }
}
#index main .sec_news {
  background: #f5e960;
  padding: 140px 0 120px;
  position: relative;
  z-index: 0;
}
@media (max-width: 600px) {
  #index main .sec_news {
    padding: 50px 0;
  }
}
#index main .sec_news .main_ttl {
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  #index main .sec_news .main_ttl {
    margin-bottom: 25px;
  }
}
#index main .sec_news .border_radius {
  border-radius: 30px;
  padding: 20px;
  border: 2px solid #000;
  background: #fff;
}
@media (max-width: 600px) {
  #index main .sec_news .border_radius {
    border-radius: 15px;
    padding: 15px;
  }
}
#index main .sec_news .border_radius .scroll_wrap {
  padding: 0 40px 20px 20px;
  max-height: 365px;
  overflow-y: auto;
}
@media (max-width: 600px) {
  #index main .sec_news .border_radius .scroll_wrap {
    padding: 0 20px 0 0;
    max-height: 460px;
  }
}
#index main .sec_news .border_radius ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  border-bottom: 1px solid #dddddd;
  padding: 25px 0;
}
@media (max-width: 600px) {
  #index main .sec_news .border_radius ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px 0;
    gap: 0;
  }
}
#index main .sec_news .border_radius ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
}
#index main .sec_news .border_radius ul li > div time {
  font-size: calc(20px * var(--font-scale));
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 600px) {
  #index main .sec_news .border_radius ul li > div time {
    font-size: calc(14px * var(--font-scale));
  }
}
#index main .sec_news .border_radius ul li > div span {
  border-radius: 20px;
  background: #fffae7;
  text-align: center;
  padding: 0 10px;
  font-weight: 400;
  font-size: calc(16px * var(--font-scale));
  white-space: nowrap;
}
@media (max-width: 600px) {
  #index main .sec_news .border_radius ul li > div span {
    font-size: calc(14px * var(--font-scale));
  }
}
#index main .sec_news .border_radius ul li p {
  font-weight: 400;
  font-size: calc(20px * var(--font-scale));
  white-space: inherit;
}
@media (max-width: 600px) {
  #index main .sec_news .border_radius ul li p {
    font-size: calc(16px * var(--font-scale));
  }
}
#index main .sec_link {
  padding: 80px 0;
}
@media (max-width: 600px) {
  #index main .sec_link {
    padding: 50px 0;
  }
}
#index main .sec_link .main_ttl {
  margin-bottom: 40px;
}
#index main .sec_link .link_area:has(figure) {
  /*display: grid;
  grid-template-columns: repeat(3, 1fr);*/
  gap: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 601px) and (max-width: 1200px) {
  #index main .sec_link .link_area:has(figure) {
    /*grid-template-columns: repeat(2, 1fr);*/
  }
}
@media (max-width: 600px) {
  #index main .sec_link .link_area:has(figure) {
    /*grid-template-columns: 1fr;*/
    gap: 20px;
  }
}
#index main .sec_link .link_area:has(figure) .link_area_inner {
  max-width: 376px;
  width: calc(33.3333333333% - 23px);
}
@media (min-width: 601px) and (max-width: 1200px) {
  #index main .sec_link .link_area:has(figure) .link_area_inner {
    width: calc(50% - 23px);
  }
}
@media (max-width: 600px) {
  #index main .sec_link .link_area:has(figure) .link_area_inner {
    max-width: 100%;
    width: 100%;
  }
}
#index main .sec_link .link_area:has(figure) a {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  border-radius: 17px;
  gap: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 600px) {
  #index main .sec_link .link_area:has(figure) a {
    border-radius: 13px;
  }
}
#index main .sec_link .link_area:has(figure) a:hover {
  /* .txt_area {
    &::before,
    &::after {
      transform: translateX(6px);
    }
  } */
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
#index main .sec_link .link_area:has(figure) a figure {
  border-radius: 17px 17px 0 0;
}
@media (max-width: 600px) {
  #index main .sec_link .link_area:has(figure) a figure {
    border-radius: 13px 13px 0 0;
  }
}
#index main .sec_link .link_area:has(figure) a figure img {
  display: block;
  margin: 0;
  border-radius: 17px 17px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  #index main .sec_link .link_area:has(figure) a figure img {
    border-radius: 13px 13px 0 0;
  }
}
#index main .sec_link .link_area:has(figure) a .txt_area {
  background: #fff;
  position: relative;
  border-radius: 0 0 17px 17px;
  padding: 20px 60px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  #index main .sec_link .link_area:has(figure) a .txt_area {
    border-radius: 0 0 13px 13px;
  }
}
#index main .sec_link .link_area:has(figure) a .txt_area::before, #index main .sec_link .link_area:has(figure) a .txt_area::after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#index main .sec_link .link_area:has(figure) a .txt_area::before {
  background: #f9e731;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  inset: 0 20px 0 auto;
}
#index main .sec_link .link_area:has(figure) a .txt_area::after {
  background: url("../img/icon/blank.svg") no-repeat center center/contain;
  width: 16px;
  height: 16px;
  inset: 0 32px 0 auto;
}
#index main .sec_link .link_area:has(figure) a .txt_area p {
  font-weight: bold;
}
#index main .sec_link .link_area:has(.half) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  max-width: 860px;
  margin: 0 auto;
}
#index main .sec_link .link_area:has(.half) .commonBtn {
  width: 100%;
}
#index main .sec_link .link_area:has(.half) .commonBtn.half {
  width: calc(50% - 10px);
  margin: 0;
  display: inline-block;
}
@media (max-width: 600px) {
  #index main .sec_link .link_area:has(.half) .commonBtn.half {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
  }
}
#index main .sec_link .link_area .commonBtn {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 600px) {
  #index main .sec_link .link_area .commonBtn {
    width: 100%;
  }
}
#index main .sec_link .link_area .commonBtn:hover {
  /*  &::before,
  &::after {
    transform: inherit;
  } */
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

@media (max-width: 600px) {
  #outlook main .sec_graph .middle_cnts > div dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 600px) {
  #outlook main .sec_graph .middle_cnts > div dd .js-scrollable {
    padding-bottom: 10px;
  }
}
@media (max-width: 600px) {
  #outlook main .sec_graph .middle_cnts > div dd .js-scrollable > figure {
    min-width: 1000px;
  }
}
#outlook main .sec_graph .middle_cnts > div dd figure img {
  display: block;
  margin: 0 auto;
}
#outlook main .sec_graph .middle_cnts > div dd .caption {
  font-weight: bold;
  font-size: calc(24px * var(--font-scale));
}
@media (max-width: 600px) {
  #outlook main .sec_graph .middle_cnts > div dd .caption {
    font-size: 18px;
  }
}
#outlook main .sec_graph .middle_cnts > div dd .caption span {
  font-size: 50%;
  font-weight: 400;
}
#outlook main .sec_graph .middle_cnts > div dd .note {
  font-size: min(2.6vw, 10px);
  color: #555;
}
@media (min-width: 601px) {
  #outlook main .sec_graph .middle_cnts > div dd .note {
    text-align: right;
    font-size: calc(12px * var(--font-scale));
  }
}
#outlook main .sec_graph .middle_cnts > div dd .img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2vw;
}
@media (max-width: 600px) {
  #outlook main .sec_graph .middle_cnts > div dd .img_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
#outlook main .sec_graph .middle_cnts > div dd .img_wrap figure {
  text-align: center;
}
#outlook main .sec_graph .middle_cnts > div dd .tbl_outlook {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  position: relative;
}
@media (max-width: 1200px) {
  #outlook main .sec_graph .middle_cnts > div dd .tbl_outlook {
    min-width: 1040px;
  }
}
#outlook main .sec_graph .middle_cnts > div dd .tbl_outlook::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 192px;
  height: 100%;
  border: 4px solid #de3548;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#outlook main .sec_graph .middle_cnts > div dd .tbl_outlook thead th {
  background: #fdf6ba;
  max-width: 90px;
}
#outlook main .sec_graph .middle_cnts > div dd .tbl_outlook thead th.none {
  width: 38px;
}
#outlook main .sec_graph .middle_cnts > div dd .tbl_outlook thead th.none.long {
  width: auto;
}
#outlook main .sec_graph .middle_cnts > div dd .tbl_outlook tbody th {
  background-color: #f9e731;
  font-weight: bold;
}
#outlook main .sec_graph .middle_cnts > div dd .tbl_outlook tbody td {
  background: #f4f4f4;
  width: 94px;
}
#outlook main .sec_graph .middle_cnts > div dd .tbl_outlook tbody td.none {
  width: 38px;
}
#outlook main .sec_graph .middle_cnts > div dd .tbl_outlook tbody tr:nth-of-type(2) th {
  background: #fffae7;
  border-left: 10px solid #f9e731;
  position: relative;
}
#outlook main .sec_graph .middle_cnts > div dd .tbl_outlook tbody tr:nth-of-type(2) th::before {
  position: absolute;
  content: "";
  background: #f9e731;
  width: calc(100% + 10px);
  height: 10px;
  top: -5px;
  left: -10px;
}
#outlook main .sec_graph .middle_cnts > div dd .tbl_outlook th,
#outlook main .sec_graph .middle_cnts > div dd .tbl_outlook td {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
#outlook main .sec_graph .middle_cnts > div dd .tbl_outlook th small,
#outlook main .sec_graph .middle_cnts > div dd .tbl_outlook td small {
  font-size: 77%;
  display: block;
}
#outlook main .sec_graph .middle_cnts > div dd .tbl_outlook .none {
  background: transparent;
}

#client main > section a {
  color: #de3548;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#client main > section a:hover {
  text-decoration: none;
}
#client main .client_overtime1 .arrow {
  position: relative;
  margin-bottom: 100px;
}
#client main .client_overtime1 .arrow::before {
  content: "";
  position: absolute;
  background: url("../img/icon/ye_arrow.svg") no-repeat center center/contain;
  width: 100px;
  height: 60px;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#client main .client_overtime1 .grid_2column .grid_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
}
#client main .client_overtime1 .grid_2column .grid_item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#client main .client_legislation1 .grid_2column .grid_item:first-of-type {
  border: none;
  padding: 0 30px 0 0;
}
@media (max-width: 600px) {
  #client main .client_legislation1 .grid_2column .grid_item:first-of-type {
    padding: 0;
  }
}
#client main .client_cooperation1 .ul_wrap {
  text-align: center;
}
#client main .client_cooperation1 .ul_wrap .dot {
  display: inline-block;
}
#client main .client_cooperation1 .ul_wrap .dot li {
  text-align: left;
}
#client main .client_cooperation2 .doc {
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
  max-width: 840px;
  margin: 0 auto;
  padding: 20px;
}
#client main .client_cooperation2 .doc + .doc {
  margin-top: 20px;
}
#client main .client_law1 {
  padding: 80px 0;
}
@media (max-width: 600px) {
  #client main .client_law1 {
    padding: 40px 0;
  }
}

#kensetsu main > section a {
  color: #2b8bd9;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#kensetsu main > section a:hover {
  text-decoration: none;
}
#kensetsu main .kensetsu_overtime2 .arrow {
  position: relative;
  margin-bottom: 100px;
}
#kensetsu main .kensetsu_overtime2 .arrow::before {
  content: "";
  position: absolute;
  background: url("../img/icon/ye_arrow.svg") no-repeat center center/contain;
  width: 100px;
  height: 60px;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#kensetsu main .kensetsu_overtime2 .grid_2column .grid_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
}
#kensetsu main .kensetsu_overtime2 .grid_2column .grid_item figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#kensetsu main .kensetsu_overtime2 .docx_area {
  text-align: center;
}
#kensetsu main .kensetsu_overtime2 .docx_area > ul {
  display: inline-block;
}
@media (min-width: 1201px) {
  #kensetsu main .kensetsu_overtime2 .docx_area > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
#kensetsu main .kensetsu_overtime2 .docx_area > ul li {
  text-align: left;
}
#kensetsu main .kensetsu_overtime3 .kover {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  position: relative;
}
@media (max-width: 1200px) {
  #kensetsu main .kensetsu_overtime3 .kover {
    min-width: 1040px;
  }
}
#kensetsu main .kensetsu_overtime3 .kover thead th {
  background: #2b8bd9;
  color: #fff;
  padding: 9px;
}
#kensetsu main .kensetsu_overtime3 .kover thead th.none {
  width: 14%;
  background: transparent;
}
#kensetsu main .kensetsu_overtime3 .kover thead th:not(:first-of-type) {
  width: 43%;
}
#kensetsu main .kensetsu_overtime3 .kover tbody th {
  background-color: #9bd0fb;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
#kensetsu main .kensetsu_overtime3 .kover tbody td {
  background: #e7feff;
  vertical-align: top;
  padding: 10px;
}
#kensetsu main .kensetsu_overtime3 .kover tbody td.ver_middle {
  vertical-align: middle;
}
#kensetsu main .kensetsu_overtime3 .kover tbody td .husen {
  margin-bottom: 7px;
}
#kensetsu main .kensetsu_overtime3 .kover tbody tr:last-of-type th {
  background-color: #dddddd;
}
#kensetsu main .kensetsu_overtime3 .kover tbody tr:last-of-type td {
  background: #f4f4f4;
}
#kensetsu main .kensetsu_overtime3 .grid_2column .grid_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
#kensetsu main .kensetsu_overtime3 .grid_2column .bg1 {
  background: #9bd0fb;
}
#kensetsu main .kensetsu_overtime3 .grid_2column .bg2 {
  background: #e7feff;
}
#kensetsu main .kensetsu_overtime3 .grid_2column .bg3 {
  background: #f4f4f4;
}
#kensetsu main .kensetsu_overtime3 .grid_2column .block > div {
  padding: 15px;
}
#kensetsu main .kensetsu_overtime3 .grid_2column .block.bg3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
#kensetsu main .kensetsu_overtime4 .txt_kakko > .txt_circle_number {
  text-indent: 0;
}
#kensetsu main .kensetsu_overtime4 .tbl_wrap {
  padding: 20px 0;
}
@media (max-width: 1200px) {
  #kensetsu main .kensetsu_overtime4 .tbl_wrap > figure {
    min-width: 1040px;
  }
}
#kensetsu main .kensetsu_overtime6 .grid_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  border: none;
  padding: 0;
  gap: 0;
}
#kensetsu main .kensetsu_overtime6 .grid_item > div {
  padding: 15px;
}
#kensetsu main .kensetsu_overtime6 .bg1 {
  background: #2b8bd9;
  color: #fff;
}
#kensetsu main .kensetsu_overtime6 .bg2 {
  background: #e7feff;
}
#kensetsu main .kensetsu_overtime6 .bg3 {
  background: #f4f4f4;
}
#kensetsu main .kensetsu_legislation1 .grid_2column .grid_item:first-of-type {
  border: none;
  padding: 0 30px 0 0;
}
@media (max-width: 600px) {
  #kensetsu main .kensetsu_legislation1 .grid_2column .grid_item:first-of-type {
    padding: 0;
  }
}
#kensetsu main .kensetsu_cooperation2 .doc {
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
  max-width: 840px;
  margin: 0 auto;
  padding: 20px;
}
#kensetsu main .kensetsu_cooperation2 .doc + .doc {
  margin-top: 20px;
}
#kensetsu main .kensetsu_law1 {
  padding: 80px 0;
}
@media (max-width: 600px) {
  #kensetsu main .kensetsu_law1 {
    padding: 40px 0;
  }
}

@media (min-width: 601px) {
  .sp {
    display: none;
  }
}

@media (min-width: 1201px) {
  .sptab {
    display: none;
  }
}

@media (max-width: 600px) {
  .tabpc {
    display: none;
  }
}

@media (max-width: 1200px) {
  .pc {
    display: none;
  }
}

main {
  display: block;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  padding-top: 166px;
}
@media (max-width: 600px) {
  main {
    padding-top: 60px;
  }
}

/***********************
　　　レイアウト
*************************/
.sec_inner {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .sec_inner {
    width: 96%;
  }
}

.design_lines {
  border-radius: 30px;
  border: 2px solid #000;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #000;
          box-shadow: 0px 4px 0px 0px #000;
}

.bg_white {
  background: #fff;
}

.bg_gray {
  background: #f9f9f9;
}

.radius_block {
  border-radius: 20px;
  padding: 50px min(5vw, 70px);
}

/***********************
　　　タイトル
*************************/
.main_ttl {
  color: #f5e960;
  /* -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000; */
  text-align: center;
  font-weight: bold;
  font-size: clamp(30px * var(--font-scale), 4.4vw, 62px * var(--font-scale));
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}

.border_ttl {
  border-bottom: 2px solid #000;
  text-align: center;
  font-weight: bold;
  font-size: calc(28px * var(--font-scale));
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .border_ttl {
    font-size: calc(18px * var(--font-scale));
  }
}

/***********************
  　　　テキスト
*************************/
.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

.txt_note {
  font-size: calc(12px * var(--font-scale)) !important;
  line-height: 1.33;
}

.txt_pink {
  color: #de3548;
}

.txt_blue {
  color: #2b8bd9;
}

.txt_black {
  color: #000;
}

.txt_bg_white {
  background: #fff;
  padding: 0 5px;
}

.txt_bold {
  font-weight: bold;
}

.txt_block {
  display: block;
}

.txt_indent {
  padding-left: 1em;
}

.txt_nomal {
  font-weight: 400;
}

.txt_kakko {
  padding-left: 3em;
  text-indent: -3em;
}

.txt_asterisk {
  position: relative;
  text-indent: -1rem;
  padding-left: 1rem;
}
.txt_asterisk::before {
  content: "※";
}

.txt_circle_number {
  display: inline-block;
  background: #de3548;
  color: #fff;
  width: 1.2em;
  height: 1.2em;
  min-width: 1.2em;
  line-height: 1em;
  border-radius: 50%;
  margin: 0.4em 0.1em;
  text-align: center;
}
.txt_circle_number.type_blue {
  background: #2b8bd9;
}

.fz28 {
  font-size: calc(28px * var(--font-scale));
}
@media (max-width: 600px) {
  .fz28 {
    font-size: 20px;
  }
}

.fz24 {
  font-size: calc(24px * var(--font-scale));
}
@media (max-width: 600px) {
  .fz24 {
    font-size: 18px;
  }
}

.fz16 {
  font-size: calc(16px * var(--font-scale));
}
@media (max-width: 600px) {
  .fz16 {
    font-size: 14px;
  }
}

/***********************
　　　アニメーション
*************************/
.animate {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
}
.animate.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/***********************
　　　リンク
*************************/
.commonBtn {
  border-radius: 10px;
  border: 2px solid #000;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #000;
          box-shadow: 0px 4px 0px 0px #000;
  font-weight: bold;
  font-size: calc(20px * var(--font-scale));
  text-align: center;
  display: block;
  padding: 20px 60px 20px 20px;
  position: relative;
  margin: 0 auto 20px;
  max-width: 860px;
  width: 90%;
  margin: 0 auto 20px;
}
@media (max-width: 600px) {
  .commonBtn {
    font-size: calc(16px * var(--font-scale));
    padding: 12px 30px 12px 12px;
  }
}
.commonBtn::before, .commonBtn::after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.commonBtn::before {
  background: #f9e731;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  inset: 0 20px 0 auto;
}
@media (max-width: 600px) {
  .commonBtn::before {
    width: 26px;
    height: 26px;
    inset: 0 20px 0 auto;
  }
}
.commonBtn::after {
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  inset: 0 35px 0 auto;
}
@media (max-width: 600px) {
  .commonBtn::after {
    width: 8px;
    height: 8px;
    inset: 0 29px 0 auto;
  }
}
.commonBtn:hover::before {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.commonBtn:hover::after {
  -webkit-transform: translateX(6px) rotate(45deg);
          transform: translateX(6px) rotate(45deg);
}
.commonBtn.blank::after {
  background: url("../img/icon/blank.svg") no-repeat center center/contain;
  width: 16px;
  height: 16px;
  border: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  inset: 0 31px 0 auto;
}
@media (max-width: 600px) {
  .commonBtn.blank::after {
    width: 10px;
    height: 10px;
    inset: 0 28px 0 auto;
  }
}
.commonBtn.blank:hover::before {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.commonBtn.blank:hover::after {
  -webkit-transform: translateX(6px) rotate(0deg);
          transform: translateX(6px) rotate(0deg);
}

.link_arrow {
  padding-left: 1em;
  position: relative;
}
.link_arrow::before {
  position: absolute;
  content: "";
  background: url("../img/icon/link_arrow.svg") no-repeat center center/contain;
  width: 15px;
  height: 6px;
  margin: auto;
  top: 10px;
  left: 0;
}

.borderLink {
  border-bottom: 2px solid #000;
  font-weight: bold;
  font-size: calc(28px * var(--font-scale));
  position: relative;
  display: block;
  padding: 20px 30px 20px 0;
  margin-bottom: 20px;
  line-height: 1.44;
}
@media (max-width: 600px) {
  .borderLink {
    font-size: calc(18px * var(--font-scale));
    padding: 13px 20px 13px 0;
    margin-bottom: 15px;
  }
}
.borderLink::before {
  position: absolute;
  content: "";
  background: #de3548;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: auto;
  inset: 0 0 0 auto;
}
@media (max-width: 600px) {
  .borderLink::before {
    width: 26px;
    height: 26px;
  }
}
.borderLink::after {
  position: absolute;
  content: "";
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  inset: 0 10px 0 auto;
}
@media (max-width: 600px) {
  .borderLink::after {
    width: 8px;
    height: 8px;
  }
}
.borderLink:hover {
  opacity: 0.8;
}

.smallLink {
  font-size: calc(20px * var(--font-scale));
}
@media (max-width: 600px) {
  .smallLink {
    font-size: calc(14px * var(--font-scale));
  }
}
.smallLink::after {
  content: "";
  font-size: 20px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/icon/gray_arrow.svg") no-repeat center center/contain;
  border-radius: 50%;
  margin-top: -0.3em;
  margin-left: 0.3em;
  vertical-align: middle;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .smallLink::after {
    width: 14px;
    height: 14px;
  }
}
.smallLink:hover::after {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

@media (min-width: 601px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/***********************
　　　リスト
*************************/
ul.circle_number li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
ul.circle_number li span {
  display: inline-block;
  background: #de3548;
  color: #fff;
  width: 1.2em;
  height: 1.2em;
  min-width: 1.2em;
  line-height: 1em;
  border-radius: 50%;
  margin: 0.4em 0.4em 0.4em 0;
  text-align: center;
}
ul.circle_number.type_blue span {
  background: #2b8bd9;
}
ul.dot li {
  position: relative;
  padding-left: 1.2em;
  list-style-type: none;
}
ul.dot li::before {
  position: absolute;
  content: "";
  width: 0.9em;
  height: 0.9em;
  background: #f9e731;
  top: 10px;
  left: 0;
  border-radius: 50%;
}
@media (max-width: 600px) {
  ul.dot li::before {
    width: 0.7em;
    height: 0.7em;
    top: 0.7em;
  }
}
ul.dot li > .circle_number li {
  padding-left: 0;
}
ul.dot li > .circle_number li::before {
  display: none;
}
ul.dot li:has(.fz24)::before {
  top: 17px;
}
@media (max-width: 600px) {
  ul.dot li:has(.fz24)::before {
    top: 0.9em;
  }
}
ul.disc {
  margin-left: 1rem;
}
ul.disc li {
  padding-left: 0;
  list-style-type: disc;
}
@media (max-width: 600px) {
  ul.disc li {
    margin-bottom: 8px;
  }
}
ul.disc li::marker {
  font-size: calc(12px * var(--font-scale));
}
ul.disc li::before {
  display: none;
}
ul.asterisk {
  margin-left: 1rem;
}
ul.asterisk li {
  padding-left: 0;
  list-style-type: none;
  font-size: calc(14px * var(--font-scale));
}
@media (max-width: 600px) {
  ul.asterisk li {
    margin-bottom: 8px;
  }
}
ul.asterisk li::marker {
  font-size: calc(14px * var(--font-scale));
}
ul.asterisk li::before {
  content: "※";
  margin-right: 5px;
}

ol.list_number {
  margin-left: 1rem;
}
ol.list_number li {
  list-style-type: decimal;
}
ol.list_alphabet {
  margin-left: 1rem;
}
ol.list_alphabet li {
  list-style-type: lower-latin;
}
ol.list_romaji {
  margin-left: 1rem;
}
ol.list_romaji li {
  list-style-type: upper-roman;
}

/***********************
　　　スクロール
*************************/
.scroll_wrap {
  scrollbar-color: #555 #ddd;
  scrollbar-width: thin;
  /*   > table {
    width: 1000px;
    margin-bottom: 20px;
  } */
}
.scroll_wrap::-webkit-scrollbar {
  /* スクロールバー全体の幅 */
  width: 6px;
}
.scroll_wrap::-webkit-scrollbar-track {
  /* スクロールバーの背景 (トラック) */
  background-color: #dddddd;
  border-radius: 5px;
}
.scroll_wrap::-webkit-scrollbar-thumb {
  /* スクロールバーのつまみ (thumb) */
  border-radius: 5px;
  background-color: #555;
}

/*----------------------------------------------------
      強制スペース
  ----------------------------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

@media (max-width: 600px) {
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb60 {
    margin-bottom: 60px !important;
  }
}
/***********************
  フォントサイズ切り替え
*************************/
.font-size-controls {
  position: fixed;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  z-index: 1000;
}
@media (max-width: 600px) {
  .font-size-controls {
    top: 10px;
    right: 10px;
    gap: 3px;
  }
}
.font-size-controls button {
  background: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 0 #000;
          box-shadow: 0 2px 0 #000;
}
@media (max-width: 600px) {
  .font-size-controls button {
    padding: 6px 8px;
    font-size: 12px;
  }
}
.font-size-controls button:hover {
  background: #f0f0f0;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-box-shadow: 0 1px 0 #000;
          box-shadow: 0 1px 0 #000;
}
.font-size-controls button.active {
  background: #f9e731;
  color: #fff;
}

.middle main > section .dot {
  font-weight: 400;
}
.middle main .middle_top {
  background: #fdf6ba;
  padding: 60px 0;
}
@media (max-width: 600px) {
  .middle main .middle_top {
    padding: 40px 0;
  }
}
.middle main .middle_top:has(span) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0 30px;
}
.middle main .middle_top span {
  width: 280px;
  position: relative;
  border-radius: 40px;
  background: #de3548;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: clamp(16px * var(--font-scale), 2vw, 22px * var(--font-scale));
}
.middle main .middle_top span::before, .middle main .middle_top span::after {
  position: absolute;
  content: "";
  bottom: 0;
}
.middle main .middle_top span::before {
  width: 48px;
  height: 71px;
  left: 20px;
}
.middle main .middle_top span::after {
  width: 45px;
  height: 70px;
  right: 20px;
}
.middle main .middle_top .page_ttl {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: clamp(26px * var(--font-scale), 3.4vw, 42px * var(--font-scale));
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}
.middle main .middle_intro {
  padding: 80px 0;
}
@media (max-width: 600px) {
  .middle main .middle_intro {
    padding: 40px 0;
  }
}
.middle main .middle_intro p {
  font-weight: 400;
}
.middle main .middle_intro p a {
  color: #2b8bd9;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.middle main .middle_intro p a:hover {
  text-decoration: none;
}
.middle main .movie_wrap {
  max-width: 910px;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.middle main .movie_wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.middle main .middle_cnts > div {
  margin-bottom: 60px;
  border-radius: 30px;
  border: 2px solid #000;
}
@media (max-width: 600px) {
  .middle main .middle_cnts > div {
    border-radius: 15px;
  }
}
.middle main .middle_cnts > div dt {
  border-radius: 28px 28px 0px 0px;
  background: #fdf6ba;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (max-width: 600px) {
  .middle main .middle_cnts > div dt {
    padding: 15px;
    border-radius: 14px 14px 0px 0px;
  }
}
.middle main .middle_cnts > div dt span {
  background: #f9e731;
  border-radius: 40px;
  font-weight: bold;
  font-size: calc(26px * var(--font-scale));
  padding: 0 15px;
}
@media (max-width: 600px) {
  .middle main .middle_cnts > div dt span {
    font-size: 16px;
  }
}
.middle main .middle_cnts > div dt h2 {
  font-weight: bold;
  font-size: calc(36px * var(--font-scale));
  line-height: 1.5;
}
@media (max-width: 600px) {
  .middle main .middle_cnts > div dt h2 {
    font-size: 20px;
  }
}
.middle main .middle_cnts > div dt h2 span {
  font-size: 82%;
  background: none;
  padding: 0;
}
.middle main .middle_cnts > div dd {
  background: #fff;
  font-weight: 400;
  border-radius: 0 0 30px 30px;
}
@media (max-width: 600px) {
  .middle main .middle_cnts > div dd {
    border-radius: 0 0 15px 15px;
  }
}
.middle main .middle_cnts > div dd .inner {
  padding: 60px min(5vw, 70px);
}
@media (max-width: 600px) {
  .middle main .middle_cnts > div dd .inner {
    padding: 30px 4vw;
  }
}
.middle main .middle_cnts > div dd .inner.last {
  border-radius: 0 0 30px 30px;
}
@media (max-width: 600px) {
  .middle main .middle_cnts > div dd .inner.last {
    border-radius: 0 0 15px 15px;
  }
}
.middle main .middle_cnts > div dd .dd_ttl {
  font-weight: bold;
  font-size: calc(26px * var(--font-scale));
  margin-bottom: 10px;
  display: block;
  border: 1px solid #000;
  border-radius: 40px;
  background: #fff;
  text-align: center;
  margin-bottom: 50px;
  padding: 0 20px;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .middle main .middle_cnts > div dd .dd_ttl {
    font-size: min(4.4vw, 16px);
  }
}
.middle main .middle_cnts > div dd .dd_ttl.bg_gray {
  border: none;
  background: #ddd;
}
.middle main .middle_cnts > div dd .dd_ttl.bg_pink {
  background: #de3548;
  color: #fff;
  border: none;
}
.middle main .middle_cnts > div dd .dd_ttl.bg_blue {
  background: #2b8bd9;
  color: #fff;
  border: none;
}
.middle main .middle_cnts > div dd .dd_ttl span {
  font-size: 69%;
  display: block;
}
.middle main .middle_cnts > div dd p + p {
  margin-top: 1rem;
}
.middle main .husen span {
  background: #ddd;
  padding: 3px 15px;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 600px) {
  .middle main .husen span {
    font-size: 14px;
  }
}
.middle main .husen.yellow span {
  background: #f9e731;
}
.middle main .husen_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (max-width: 600px) {
  .middle main .husen_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.middle main .husen_wrap .husen {
  display: inline-block;
}
.middle main .grid_2column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 600px) {
  .middle main .grid_2column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.middle main .grid_2column .grid_item {
  border: 1px solid #ddd;
  background: #fff;
  padding: 30px;
}
@media (max-width: 1200px) {
  .middle main .grid_2column .grid_item {
    padding: 20px;
  }
}
.middle main .leftImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 600px) {
  .middle main .leftImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 601px) {
  .middle main .leftImg.re {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.middle main .leftImg .ima_area {
  width: 100%;
}
@media (min-width: 601px) {
  .middle main .leftImg .ima_area {
    width: 30%;
  }
}
.middle main .leftImg .ima_area figure {
  border: 1px solid #ddd;
  padding: 5px;
}
.middle main .leftImg .ima_area figure + figure {
  margin-top: 20px;
}
.middle main .leftImg .ima_area img {
  display: block;
  margin: 0 auto;
}
.middle main .leftImg .txt_area {
  width: 100%;
}
@media (min-width: 601px) {
  .middle main .leftImg .txt_area {
    width: 67%;
  }
}
.middle.client main .middle_top {
  background: #ffe7e9;
}
.middle.client main .middle_top .page_ttl {
  font-size: clamp(20px * var(--font-scale), 2.8vw, 36px * var(--font-scale));
}
.middle.client main .middle_top span::before {
  background: url("../img/common/ill_woman@2x.png") no-repeat center center/contain;
}
.middle.client main .middle_top span::after {
  background: url("../img/common/ill_koji@2x.png") no-repeat center center/contain;
}
.middle.client main .middle_cnts > div dt {
  background: #ffe7e9;
}
.middle.kensetsu main .middle_top {
  background: #e7feff;
}
.middle.kensetsu main .middle_top .page_ttl {
  font-size: clamp(20px * var(--font-scale), 2.8vw, 36px * var(--font-scale));
}
.middle.kensetsu main .middle_top span {
  background: #2b8bd9;
  width: 310px;
}
.middle.kensetsu main .middle_top span::before {
  background: url("../img/common/ill_man@2x.png") no-repeat center center/contain;
}
.middle.kensetsu main .middle_top span::after {
  background: url("../img/common/ill_house@2x.png") no-repeat center center/contain;
  width: 88px;
  height: 41px;
  right: -10px;
}
.middle.kensetsu main .middle_cnts > div dt {
  background: #e7feff;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@-webkit-keyframes shorter {
  from {
    width: 330px;
  }
  to {
    width: 20px;
  }
}
@keyframes shorter {
  from {
    width: 330px;
  }
  to {
    width: 20px;
  }
}
@-webkit-keyframes expand {
  from {
    width: 0;
  }
  to {
    width: 330px;
  }
}
@keyframes expand {
  from {
    width: 0;
  }
  to {
    width: 330px;
  }
}
@-webkit-keyframes bgUpAnime {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bgUpAnime {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bgDownAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bgDownAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeUpAnime_mv {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime_mv {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*****************/
/* トップタイトル */
@-webkit-keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-5%);
            transform: scaleX(0) translateX(-5%);
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0) translateX(-5%);
            transform: scaleX(0) translateX(-5%);
  }
  30% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  100% {
    -webkit-transform: scaleX(1) translateX(0);
            transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes com_Anime01 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(15deg) scale(1.1, 1.1);
            transform: rotate(15deg) scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes com_Anime01 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(15deg) scale(1.1, 1.1);
            transform: rotate(15deg) scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes com_Anime02 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-15deg) scale(1.1, 1.1);
            transform: rotate(-15deg) scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes com_Anime02 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-15deg) scale(1.1, 1.1);
            transform: rotate(-15deg) scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.pageTop {
  width: 50px;
  height: 50px;
  z-index: 99;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 600px) {
  .pageTop {
    bottom: 10px;
    right: 10px;
  }
}
.pageTop a {
  position: relative;
  display: block;
  background: #fff;
  text-indent: -9999px;
  border-radius: 50%;
  border: 2px solid #000;
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pageTop a:hover {
  background: #f9e731;
}
.pageTop a:hover::before {
  border-color: #000;
}
.pageTop a::before {
  position: absolute;
  content: "";
  inset: 10px 0 0 0;
  width: 15px;
  height: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.breadcrumb {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-top: 10px;
}
.breadcrumb .bread_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1536px;
  width: 96%;
  margin: 0 auto;
}
.breadcrumb .bread_list li {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .breadcrumb .bread_list li {
    font-size: 10px;
  }
}
.breadcrumb .bread_list li:not(:last-child) {
  padding-right: 20px;
  position: relative;
}
.breadcrumb .bread_list li:not(:last-child)::after {
  position: absolute;
  font-size: 14px;
  color: #b9bdbe;
  content: "|";
  margin: auto;
  inset: 0 10px 0 auto;
}
@media (max-width: 600px) {
  .breadcrumb .bread_list li:not(:last-child)::after {
    font-size: 12px;
  }
}
.breadcrumb .bread_list li a {
  color: #f9e731;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.breadcrumb .bread_list li a:hover {
  text-decoration: none;
}

.accordion {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .accordion {
    font-size: 22px;
  }
}
.accordion span {
  position: relative;
  display: block;
}
.accordion span::before {
  position: absolute;
  content: "";
  background: #de3548;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: auto;
  inset: 0 50px 0 auto;
}
@media (max-width: 600px) {
  .accordion span::before {
    width: 26px;
    height: 26px;
    inset: 0 20px 0 auto;
  }
}
.accordion span::after {
  position: absolute;
  content: "";
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  inset: 0 68px 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .accordion span::after {
    width: 8px;
    height: 8px;
    inset: 0 29px 0 auto;
  }
}
.accordion.open span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  inset: 7px 68px 0 auto;
}
@media (max-width: 600px) {
  .accordion.open span::after {
    inset: 3px 29px 0 auto;
  }
}

.accordion_content {
  display: none;
  background: #fff;
  padding: 60px min(4vw, 70px);
}
@media (max-width: 600px) {
  .accordion_content {
    padding: 30px 4vw;
  }
}
/*# sourceMappingURL=style.css.map */