@charset "UTF-8";
/*=========== variables =============*/
body {
  --pcHeaderHeight: 112;
  --spHeaderHeight: 60;
  --pcFooterHeight: 310;
  --spFooterHeight: 597;
  --base: #e4eaef;
  --black: #2c4d69;
  --white: #ffffff;
  --commonBlue: #2d485b;
}

.kumazasa,
[data-pageid=kumazasa] {
  --key: #4a6c46;
  --color1: #89a980;
  --color2: #a3bc9c;
  --color3: #beceb8;
}

.locogol,
[data-pageid=locogol] {
  --key: #40679b;
  --color1: #91acbc;
  --color2: #afbbc2;
  --color3: #bec9d6;
}

.golf,
[data-pageid=golf] {
  --key: #c55a5a;
  --color1: #c0a6a0;
  --color2: #ccb9b5;
  --color3: #d1c6c6;
}

/*=========== mixins =============*/
/*=========== rem rem =============*/
html {
  font-size: 62.5%;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 10px;
  }
}

@keyframes bodyReady {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body::after {
  content: "";
  display: block;
  background-color: var(--base);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}
body.active::after {
  animation: bodyReady 0.3s forwards;
}
body {
  min-height: 100vh;
  background-color: var(--base);
  color: var(--black);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
}
body *,
body *:before,
body *:after {
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
body {
  overscroll-behavior: none;
}

::-moz-selection {
  color: #333d42;
  background-color: #000;
}

::selection {
  color: #333d42;
  background-color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: unset;
  outline: none;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

i {
  display: inline-block;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  height: auto;
}

canvas,
video {
  vertical-align: top;
}

button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-transform: inherit;
  white-space: normal;
  cursor: pointer;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  backface-visibility: hidden;
}

input:focus,
textarea:focus,
input[type]:focus,
.uneditable-input:focus {
  outline: 0;
  box-shadow: none;
  border: none;
  background-color: transparent;
}

select,
input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=number],
input[type=file],
input[type=date],
textarea,
select:focus,
input[type=text]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=file]:focus,
input[type=date]:focus,
textarea:focus {
  padding: 0 1rem;
  border: 2px solid #000;
  width: 335px;
  height: 56px;
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 768px) {
  select,
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=file],
  input[type=date],
  textarea,
  select:focus,
  input[type=text]:focus,
  input[type=search]:focus,
  input[type=tel]:focus,
  input[type=url]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  input[type=number]:focus,
  input[type=file]:focus,
  input[type=date]:focus,
  textarea:focus {
    padding: 0 15px;
    height: 42px;
    font-size: 12px;
    border: 1px solid #000;
    width: 100%;
  }
  html.ANDROID select,
  html.ANDROID input[type=text],
  html.ANDROID input[type=search],
  html.ANDROID input[type=tel],
  html.ANDROID input[type=url],
  html.ANDROID input[type=email],
  html.ANDROID input[type=password],
  html.ANDROID input[type=number],
  html.ANDROID input[type=file],
  html.ANDROID input[type=date],
  html.ANDROID textarea,
  html.ANDROID select:focus,
  html.ANDROID input[type=text]:focus,
  html.ANDROID input[type=search]:focus,
  html.ANDROID input[type=tel]:focus,
  html.ANDROID input[type=url]:focus,
  html.ANDROID input[type=email]:focus,
  html.ANDROID input[type=password]:focus,
  html.ANDROID input[type=number]:focus,
  html.ANDROID input[type=file]:focus,
  html.ANDROID input[type=date]:focus,
  html.ANDROID textarea:focus {
    padding: 0 15px;
  }
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

select {
  cursor: pointer;
  font-weight: bold;
}
@media (max-width: 768px) {
  select {
    background-position: right 1.2rem top 50%;
    background-size: 1.2rem;
  }
}

textarea,
textarea:focus {
  font-weight: bold;
  height: 135px;
}

input[type=checkbox],
input[type=radio],
input[type=checkbox]:focus,
input[type=radio]:focus {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  margin-right: 10px;
  position: relative;
}
input[type=checkbox][type=radio],
input[type=radio][type=radio],
input[type=checkbox]:focus[type=radio],
input[type=radio]:focus[type=radio] {
  border-radius: 20px;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
  background-color: #000;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
input[type=checkbox]:checked[type=radio],
input[type=radio]:checked[type=radio] {
  border-radius: 20px;
}
input[type=checkbox]:checked[type=radio]:before,
input[type=radio]:checked[type=radio]:before {
  border-radius: 20px;
}

* {
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
  .btn,
  a {
    display: inline-block;
    opacity: 1;
    transition: all 0.1s linear;
    text-decoration: none;
  }
  .btn svg,
  a svg {
    transition: all 0.1s linear;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .btn:hover,
  a:hover {
    opacity: 0.65;
  }
}
@media (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
  svg {
    fill: var(--black);
  }
}
svg {
  width: 100%;
}

/* TELリンク spのみ対応
********************************/
a[href*="tel:"] {
  text-decoration: none;
  background-color: inherit;
}

/*========= english font ===============*/
.en {
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
}

/*========= japanese sefif font ===============*/
.reg {
  font-weight: 400;
}

.medi {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

[data-pageid=case] header.header .logo svg,
[data-pageid=contact] header.header .logo svg {
  fill: var(--black);
  transition: opacity 0.1s linear, fill 0.3s ease;
}
[data-pageid=case] header.header .logo,
[data-pageid=contact] header.header .logo {
  /* 反転用のクラス（JSで付与） */
}
[data-pageid=case] header.header .logo.is-invert svg,
[data-pageid=contact] header.header .logo.is-invert svg {
  fill: var(--white); /* 背景が暗い時のロゴ色 */
}
[data-pageid=case] header.header .menu-btn-wrap,
[data-pageid=contact] header.header .menu-btn-wrap {
  color: var(--black);
}

header.hide {
  opacity: 0;
  pointer-events: none;
}
header.hide * {
  pointer-events: none !important;
}

.page-top p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.page-top {
  z-index: 4;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 769px) {
  .page-top {
    gap: 0.6rem;
  }
  .page-top else {
    gap: 6;
  }
}
@media all and (max-width: 768px) {
  .page-top {
    gap: 0.6rem;
  }
  .page-top else {
    gap: 6;
  }
}
@media all and (min-width: 769px) {
  .page-top {
    right: 4rem;
  }
  .page-top else {
    right: 40;
  }
}
@media all and (max-width: 768px) {
  .page-top {
    right: 1.5rem;
  }
  .page-top else {
    right: 15;
  }
}
@media all and (min-width: 769px) {
  .page-top {
    bottom: 4rem;
  }
  .page-top else {
    bottom: 40;
  }
}
@media all and (max-width: 768px) {
  .page-top {
    bottom: 8.3rem;
  }
  .page-top else {
    bottom: 83;
  }
}
@media all and (min-width: 769px) {
  .page-top {
    padding: 1.2rem;
  }
  .page-top else {
    padding: 12;
  }
}
@media all and (max-width: 768px) {
  .page-top {
    padding: 1rem;
  }
  .page-top else {
    padding: 10;
  }
}
.page-top {
  background-color: var(--white);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

@media all and (min-width: 769px) {
  .page-top_icon {
    width: 1.2rem;
  }
  .page-top_icon else {
    width: 12;
  }
}
@media all and (max-width: 768px) {
  .page-top_icon {
    width: 1.1rem;
  }
  .page-top_icon else {
    width: 11;
  }
}
.page-top_icon {
  line-height: 0;
  transition: all 0.1s linear;
}

@media all and (min-width: 769px) {
  .page-top_txt {
    font-size: 1.3rem;
  }
  .page-top_txt else {
    font-size: 13;
  }
}
@media all and (max-width: 768px) {
  .page-top_txt {
    font-size: 1.1rem;
  }
  .page-top_txt else {
    font-size: 11;
  }
}
.page-top_txt {
  line-height: 1.1;
  letter-spacing: 0.03em;
  transition: all 0.1s linear;
}

@media (min-width: 769px) {
  body.leave-top .header .menu-btn-wrap {
    background-color: var(--white);
    color: var(--commonBlue);
  }
}
body.leave-top .page-top {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) and (pointer: fine) {
  body.leave-top .page-top:hover .page-top_icon,
  body.leave-top .page-top:hover .page-top_txt {
    opacity: 0.65;
  }
}

/*============ header ============*/
header.header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  transition: opacity 0.6s ease;
}
@media (min-width: 769px) {
  header.header {
    height: calc(var(--pcHeaderHeight) * 0.1rem);
  }
}
@media (max-width: 768px) {
  header.header {
    min-height: calc(var(--spHeaderHeight) * 0.1rem);
  }
}
header.header .header-inner {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 769px) {
  header.header .header-inner {
    align-items: center;
  }
}
header.header .header-inner {
  height: 100%;
}
@media all and (min-width: 769px) {
  header.header .logo {
    margin-left: 5rem;
  }
  header.header .logo else {
    margin-left: 50;
  }
}
@media all and (max-width: 768px) {
  header.header .logo {
    margin-left: 1.5rem;
  }
  header.header .logo else {
    margin-left: 15;
  }
}
@media all and (min-width: 769px) {
  header.header .logo {
    padding-top: 6rem;
  }
  header.header .logo else {
    padding-top: 60;
  }
}
@media all and (max-width: 768px) {
  header.header .logo {
    padding-top: 2.4rem;
  }
  header.header .logo else {
    padding-top: 24;
  }
}
@media all and (min-width: 769px) {
  header.header .logo {
    width: 3.1rem;
  }
  header.header .logo else {
    width: 31;
  }
}
@media all and (max-width: 768px) {
  header.header .logo {
    width: 2.3rem;
  }
  header.header .logo else {
    width: 23;
  }
}
@media screen and (min-width: 769px) {
  header.header .logo {
    width: 31px;
  }
}
header.header .logo {
  display: block;
  pointer-events: auto;
}
@media (min-width: 769px) {
  header.header .logo {
    margin-bottom: auto;
  }
}
header.header .logo .btn {
  display: flex;
}
header.header .logo svg {
  fill: var(--white);
  transition: opacity 0.1s linear, fill 0.3s ease;
}
header.header .logo {
  /* 反転用のクラス（JSで付与） */
}
header.header .logo.is-invert svg {
  fill: var(--black); /* 背景が暗い時のロゴ色 */
}
@media all and (min-width: 769px) {
  header.header .menu-btn-wrap {
    margin-top: 3rem;
  }
  header.header .menu-btn-wrap else {
    margin-top: 30;
  }
}
@media all and (max-width: 768px) {
  header.header .menu-btn-wrap {
    margin-top: 1.5rem;
  }
  header.header .menu-btn-wrap else {
    margin-top: 15;
  }
}
@media all and (min-width: 769px) {
  header.header .menu-btn-wrap {
    margin-right: 3rem;
  }
  header.header .menu-btn-wrap else {
    margin-right: 30;
  }
}
@media all and (max-width: 768px) {
  header.header .menu-btn-wrap {
    margin-right: 1.5rem;
  }
  header.header .menu-btn-wrap else {
    margin-right: 15;
  }
}
header.header .menu-btn-wrap {
  color: var(--white);
  display: flex;
}
@media (min-width: 769px) {
  header.header .menu-btn-wrap {
    pointer-events: auto;
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  header.header .menu-btn-wrap {
    flex-direction: column;
    color: var(--commonBlue);
  }
}
@media all and (min-width: 769px) {
  header.header .menu-btn {
    padding: 3.2rem 1.5rem 3.2rem 1.5rem;
  }
}
@media all and (max-width: 768px) {
  header.header .menu-btn {
    padding: 1.5rem 4rem 1.5rem 4rem;
  }
}
header.header .menu-btn {
  display: flex;
}
@media (min-width: 769px) {
  header.header .menu-btn:first-of-type {
    padding-left: 4rem;
  }
}
@media (min-width: 769px) {
  header.header .menu-btn:last-of-type {
    padding-right: 4rem;
  }
}
@media (min-width: 769px) {
  header.header .menu-txt-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
header.header .menu-txt {
  white-space: nowrap;
}
@media all and (min-width: 769px) {
  header.header .menu-txt {
    font-size: 1.7rem;
  }
  header.header .menu-txt else {
    font-size: 17;
  }
}
@media all and (max-width: 768px) {
  header.header .menu-txt {
    font-size: 1.4rem;
  }
  header.header .menu-txt else {
    font-size: 14;
  }
}
header.header .menu-txt {
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  header.header .menu-accordion {
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  header.header .menu-accordion .uk-accordion-title.btn::after {
    display: none;
  }
  header.header .menu-accordion .line-wrap {
    display: block;
    width: 2rem;
    height: 1rem;
    position: relative;
  }
  header.header .menu-accordion .line-wrap .line {
    display: block;
    width: 2rem;
    height: 1px;
    background: var(--commonBlue);
    position: absolute;
    transition: all 0.3s linear;
  }
  header.header .menu-accordion .line-wrap .line:nth-of-type(2) {
    top: 0.5rem;
  }
  header.header .menu-accordion .line-wrap .line:nth-of-type(3) {
    top: 1rem;
  }
  header.header .menu-accordion.uk-open .line {
    width: 2.2rem;
  }
  header.header .menu-accordion.uk-open .line:nth-of-type(1) {
    transform: rotate(26.57deg);
    transform-origin: left;
  }
  header.header .menu-accordion.uk-open .line:nth-of-type(2) {
    opacity: 0;
  }
  header.header .menu-accordion.uk-open .line:nth-of-type(3) {
    transform: rotate(-26.57deg);
    transform-origin: left;
  }
  header.header .menu-accordion .uk-accordion-content {
    min-height: 26.8rem;
  }
  header.header .menu-accordion .uk-accordion-content .accordion-inner {
    padding-top: 5.3rem;
    padding-bottom: 3.9rem;
    min-height: 26.8rem;
    min-width: 18.7rem;
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    border: 1px solid var(--commonBlue);
  }
  header.header .menu-accordion .uk-accordion-content .accordion-inner .menu-btn-wrap {
    padding: 0;
  }
  header.header .uk-accordion-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--commonBlue);
    background-color: var(--white);
    border: 1px solid var(--commonBlue);
    width: 4.8rem;
    height: 4.8rem;
    margin-bottom: -4.8rem;
  }
  header.header .uk-accordion-title::before {
    content: none;
  }
}

@media (max-width: 768px) {
  #accordion-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    backdrop-filter: blur(1px);
    background: rgba(0, 0, 0, 0.2);
    z-index: 5;
    pointer-events: none; /* 初期はクリックできないようにする */
    transition: opacity 0.7s ease;
  }
  #accordion-overlay.is-visible {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  /* スクロール禁止用 */
  body.noscroll {
    overflow: hidden !important;
  }
}
.sticky-wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .sticky-wrap {
    position: sticky;
    bottom: 0;
    z-index: 3;
  }
  .sticky-wrap .contact-btn-wrap {
    width: 100%;
  }
}

.contact-btn-wrap {
  display: flex;
  background-color: var(--commonBlue);
  color: var(--white);
}
@media (min-width: 769px) {
  .contact-btn-wrap {
    border: 1px solid var(--base);
  }
}
@media all and (min-width: 769px) {
  .contact-btn-wrap .contact-btn {
    padding: 2.4rem 1rem 2.2rem 1rem;
  }
}
@media all and (max-width: 768px) {
  .contact-btn-wrap .contact-btn {
    padding: 1.8rem 1rem 1.6rem 1rem;
  }
}
.contact-btn-wrap .contact-btn {
  position: relative;
  display: flex;
}
@media (min-width: 769px) {
  .contact-btn-wrap .contact-btn:first-of-type {
    padding-left: 3rem;
  }
  .contact-btn-wrap .contact-btn:last-of-type {
    padding-right: 3rem;
  }
}
@media (max-width: 768px) {
  .contact-btn-wrap .contact-btn {
    width: 50%;
    flex-direction: column;
  }
  .contact-btn-wrap .contact-btn:first-of-type {
    background-color: var(--white);
    color: var(--commonBlue);
  }
}
.contact-btn-wrap .contact-txt-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 769px) {
  .contact-btn-wrap .contact-txt-wrap {
    gap: 0.8rem;
  }
  .contact-btn-wrap .contact-txt-wrap else {
    gap: 8;
  }
}
@media all and (max-width: 768px) {
  .contact-btn-wrap .contact-txt-wrap {
    gap: 0.8rem;
  }
  .contact-btn-wrap .contact-txt-wrap else {
    gap: 8;
  }
}
@media all and (min-width: 769px) {
  .contact-btn-wrap .contact-txt {
    font-size: 1.5rem;
  }
  .contact-btn-wrap .contact-txt else {
    font-size: 15;
  }
}
@media all and (max-width: 768px) {
  .contact-btn-wrap .contact-txt {
    font-size: 1.5rem;
  }
  .contact-btn-wrap .contact-txt else {
    font-size: 15;
  }
}
.contact-btn-wrap .contact-txt {
  line-height: 1;
  letter-spacing: 0.03em;
}
@media all and (min-width: 769px) {
  .contact-btn-wrap .contact-txt-sub {
    font-size: 1.1rem;
  }
  .contact-btn-wrap .contact-txt-sub else {
    font-size: 11;
  }
}
@media all and (max-width: 768px) {
  .contact-btn-wrap .contact-txt-sub {
    font-size: 1.1rem;
  }
  .contact-btn-wrap .contact-txt-sub else {
    font-size: 11;
  }
}
.contact-btn-wrap .contact-txt-sub {
  line-height: 1;
  letter-spacing: 0;
}

/* 非表示時 */
@media (max-width: 768px) {
  .contactBtnJs {
    transition: transform 0.6s ease, opacity 0.6s ease;
  }
  .contactBtnJs.hide {
    transform: translateY(150%);
    opacity: 0;
  }
  .contactBtnJs.none {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .sticky-wrap.hide {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 0.5s ease;
  }
  .sticky-wrap {
    opacity: 1;
    transform: translateY(0);
  }
}
/*============ footer ============*/
footer.footer {
  width: 100%;
  background-color: #162632;
  color: var(--white);
}
footer.footer .footer-inner {
  display: flex;
  height: 100%;
}
@media all and (min-width: 769px) {
  footer.footer .footer-inner {
    padding: 8.8rem 14rem 8.8rem 14rem;
  }
}
@media all and (max-width: 768px) {
  footer.footer .footer-inner {
    padding: 8rem 2.5rem 8rem 2.5rem;
  }
}
@media (min-width: 769px) {
  footer.footer .footer-inner {
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  footer.footer .footer-inner {
    flex-direction: column;
    gap: 8rem;
  }
}
footer.footer .footer-chunk {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  footer.footer .footer-chunk:nth-of-type(2) {
    align-items: flex-end;
  }
  footer.footer .footer-chunk:nth-of-type(2) .footer-menu-btn-wrap {
    justify-content: flex-end;
  }
}
@media all and (min-width: 769px) {
  footer.footer .footer-logo {
    width: 23.7rem;
  }
  footer.footer .footer-logo else {
    width: 237;
  }
}
@media all and (max-width: 768px) {
  footer.footer .footer-logo {
    width: 23.7rem;
  }
  footer.footer .footer-logo else {
    width: 237;
  }
}
footer.footer .footer-logo {
  display: block;
}
footer.footer .footer-logo .btn {
  display: flex;
}
@media all and (min-width: 769px) {
  footer.footer .footer-address {
    margin-top: 4rem;
  }
  footer.footer .footer-address else {
    margin-top: 40;
  }
}
@media all and (max-width: 768px) {
  footer.footer .footer-address {
    margin-top: 4rem;
  }
  footer.footer .footer-address else {
    margin-top: 40;
  }
}
@media all and (min-width: 769px) {
  footer.footer .footer-address {
    font-size: 1.4rem;
  }
  footer.footer .footer-address else {
    font-size: 14;
  }
}
@media all and (max-width: 768px) {
  footer.footer .footer-address {
    font-size: 1.3rem;
  }
  footer.footer .footer-address else {
    font-size: 13;
  }
}
footer.footer .footer-address {
  line-height: 1.6;
  letter-spacing: 0.1em;
}
footer.footer .footer-address_map-link {
  text-decoration: underline;
  display: block;
}
@media all and (min-width: 769px) {
  footer.footer .footer-address_map-link {
    margin-top: 1.6rem;
  }
  footer.footer .footer-address_map-link else {
    margin-top: 16;
  }
}
@media all and (max-width: 768px) {
  footer.footer .footer-address_map-link {
    margin-top: 1.6rem;
  }
  footer.footer .footer-address_map-link else {
    margin-top: 16;
  }
}
@media all and (min-width: 769px) {
  footer.footer .footer-address_map-link {
    font-size: 1.4rem;
  }
  footer.footer .footer-address_map-link else {
    font-size: 14;
  }
}
@media all and (max-width: 768px) {
  footer.footer .footer-address_map-link {
    font-size: 1.3rem;
  }
  footer.footer .footer-address_map-link else {
    font-size: 13;
  }
}
footer.footer .footer-address_map-link {
  line-height: 1;
  letter-spacing: 0.03em;
}
footer.footer .footer-menu-btn-wrap {
  display: flex;
}
@media all and (min-width: 769px) {
  footer.footer .footer-menu-btn-wrap {
    gap: 2.4rem;
  }
  footer.footer .footer-menu-btn-wrap else {
    gap: 24;
  }
}
@media all and (max-width: 768px) {
  footer.footer .footer-menu-btn-wrap {
    gap: 3rem;
  }
  footer.footer .footer-menu-btn-wrap else {
    gap: 30;
  }
}
@media (max-width: 768px) {
  footer.footer .footer-menu-btn-wrap {
    flex-direction: column;
  }
}
@media all and (min-width: 769px) {
  footer.footer .footer-menu-btn {
    font-size: 1.5rem;
  }
  footer.footer .footer-menu-btn else {
    font-size: 15;
  }
}
@media all and (max-width: 768px) {
  footer.footer .footer-menu-btn {
    font-size: 1.4rem;
  }
  footer.footer .footer-menu-btn else {
    font-size: 14;
  }
}
footer.footer .footer-menu-btn {
  line-height: 1;
  letter-spacing: 0.1em;
}
@media all and (min-width: 769px) {
  footer.footer .footer-contact-btn-wrap {
    margin-top: 4rem;
  }
  footer.footer .footer-contact-btn-wrap else {
    margin-top: 40;
  }
}
@media all and (max-width: 768px) {
  footer.footer .footer-contact-btn-wrap {
    margin-top: 4rem;
  }
  footer.footer .footer-contact-btn-wrap else {
    margin-top: 40;
  }
}
footer.footer .footer-contact-btn-wrap {
  display: flex;
}
@media all and (min-width: 769px) {
  footer.footer .footer-contact-btn-wrap {
    gap: 2rem;
  }
  footer.footer .footer-contact-btn-wrap else {
    gap: 20;
  }
}
@media all and (max-width: 768px) {
  footer.footer .footer-contact-btn-wrap {
    gap: 4rem;
  }
  footer.footer .footer-contact-btn-wrap else {
    gap: 40;
  }
}
footer.footer .footer-contact-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 769px) {
  footer.footer .footer-contact-btn_txt {
    font-size: 1.5rem;
  }
  footer.footer .footer-contact-btn_txt else {
    font-size: 15;
  }
}
@media all and (max-width: 768px) {
  footer.footer .footer-contact-btn_txt {
    font-size: 1.5rem;
  }
  footer.footer .footer-contact-btn_txt else {
    font-size: 15;
  }
}
footer.footer .footer-contact-btn_txt {
  line-height: 1;
  letter-spacing: 0.03em;
}
@media all and (min-width: 769px) {
  footer.footer .footer-contact-btn_small {
    margin-top: 1rem;
  }
  footer.footer .footer-contact-btn_small else {
    margin-top: 10;
  }
}
@media all and (max-width: 768px) {
  footer.footer .footer-contact-btn_small {
    margin-top: 1rem;
  }
  footer.footer .footer-contact-btn_small else {
    margin-top: 10;
  }
}
@media all and (min-width: 769px) {
  footer.footer .footer-contact-btn_small {
    font-size: 1.1rem;
  }
  footer.footer .footer-contact-btn_small else {
    font-size: 11;
  }
}
@media all and (max-width: 768px) {
  footer.footer .footer-contact-btn_small {
    font-size: 1.1rem;
  }
  footer.footer .footer-contact-btn_small else {
    font-size: 11;
  }
}
footer.footer .footer-contact-btn_small {
  line-height: 1;
  letter-spacing: 0;
}
@media all and (min-width: 769px) {
  footer.footer .footer-copy {
    margin-top: 4rem;
  }
  footer.footer .footer-copy else {
    margin-top: 40;
  }
}
@media all and (max-width: 768px) {
  footer.footer .footer-copy {
    margin-top: 4rem;
  }
  footer.footer .footer-copy else {
    margin-top: 40;
  }
}
@media all and (min-width: 769px) {
  footer.footer .footer-copy {
    font-size: 1rem;
  }
  footer.footer .footer-copy else {
    font-size: 10;
  }
}
@media all and (max-width: 768px) {
  footer.footer .footer-copy {
    font-size: 1rem;
  }
  footer.footer .footer-copy else {
    font-size: 10;
  }
}
footer.footer .footer-copy {
  letter-spacing: 0.03em;
  line-height: 1;
}

/*============ UK Animation ============*/
/*============ UK Accordion ============*/
/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*=uk-animation-] {
  animation: 0.5s ease-out both;
}

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}

/*
 * Scale
 */
.uk-animation-scale-up {
  animation-name: uk-fade, uk-scale-up;
}

.uk-animation-scale-down {
  animation-name: uk-fade, uk-scale-down;
}

/*
 * Slide
 */
.uk-animation-slide-top {
  animation-name: uk-fade, uk-slide-top;
}

.uk-animation-slide-bottom {
  animation-name: uk-fade, uk-slide-bottom;
}

.uk-animation-slide-left {
  animation-name: uk-fade, uk-slide-left;
}

.uk-animation-slide-right {
  animation-name: uk-fade, uk-slide-right;
}

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  animation-name: uk-fade, uk-slide-top-small;
}

.uk-animation-slide-bottom-small {
  animation-name: uk-fade, uk-slide-bottom-small;
}

.uk-animation-slide-left-small {
  animation-name: uk-fade, uk-slide-left-small;
}

.uk-animation-slide-right-small {
  animation-name: uk-fade, uk-slide-right-small;
}

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  animation-name: uk-fade, uk-slide-top-medium;
}

.uk-animation-slide-bottom-medium {
  animation-name: uk-fade, uk-slide-bottom-medium;
}

.uk-animation-slide-left-medium {
  animation-name: uk-fade, uk-slide-left-medium;
}

.uk-animation-slide-right-medium {
  animation-name: uk-fade, uk-slide-right-medium;
}

/*
 * Kenburns
 */
.uk-animation-kenburns {
  animation-name: uk-kenburns;
  animation-duration: 15s;
}

/*
 * Shake
 */
.uk-animation-shake {
  animation-name: uk-shake;
}

/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */
.uk-animation-stroke {
  animation-name: uk-stroke;
  animation-duration: 2s;
  stroke-dasharray: var(--uk-animation-stroke);
}

/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}

/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  animation-duration: 0.1s;
}

/* Toggle animation based on the State of the Parent Element
 ========================================================================== */
.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
  animation-name: none;
}

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * Scale
 */
@keyframes uk-scale-up {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes uk-scale-down {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*
 * Slide
 */
@keyframes uk-slide-top {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Slide Small
 */
@keyframes uk-slide-top-small {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-small {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left-small {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right-small {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Slide Medium
 */
@keyframes uk-slide-top-medium {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left-medium {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right-medium {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Kenburns
 */
@keyframes uk-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*
 * Shake
 */
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/*
 * Stroke
 */
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion {
  padding: 0;
  list-style: none;
}

/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  overflow: hidden;
}

.uk-accordion-title::after {
  content: "";
  width: 1.4em;
  height: 1.4em;
  float: right;
}
@media (max-width: 768px) {
  .uk-accordion-title::after {
    position: absolute;
    top: 0;
    right: -0.1rem;
  }
}
.uk-accordion-title::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.uk-open > .uk-accordion-title::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Content
 ========================================================================== */
.uk-accordion-content {
  display: flow-root;
}

/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}

[hidden],
.uk-hidden {
  display: none !important;
}

.uk-button {
  padding: 0;
}

@keyframes uk-slide-top {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom {
  0% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-fade-origin {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.1;
  }
  80% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.uk-animation-origin-top {
  animation-name: uk-fade-origin, uk-slide-top;
  animation-duration: 0.5s !important;
}

.uk-animation-origin-bottom {
  animation-name: uk-fade-origin, uk-slide-bottom;
  animation-duration: 0.5s !important;
}

/* 適宜調整 */
@media all and (min-width: 769px) {
  .section.p-contact form#mail_form {
    width: 87.8rem;
  }
  .section.p-contact form#mail_form else {
    width: 878;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact form#mail_form {
    width: 30.5rem;
  }
  .section.p-contact form#mail_form else {
    width: 305;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact form#mail_form {
    margin-top: 8.1rem;
  }
  .section.p-contact form#mail_form else {
    margin-top: 81;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact form#mail_form {
    margin-top: 16.6rem;
  }
  .section.p-contact form#mail_form else {
    margin-top: 166;
  }
}
.section.p-contact form#mail_form {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .section.p-contact form#mail_form {
    margin-left: 5.5rem;
  }
}
.section.p-contact dl {
  display: flex;
  margin: 0;
  align-items: baseline;
}
@media (max-width: 768px) {
  .section.p-contact dl {
    flex-direction: column;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact dl + dl {
    margin-top: 2rem;
  }
  .section.p-contact dl + dl else {
    margin-top: 20;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact dl + dl {
    margin-top: 2.4rem;
  }
  .section.p-contact dl + dl else {
    margin-top: 24;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact dl:last-of-type {
    margin-top: 4rem;
  }
  .section.p-contact dl:last-of-type else {
    margin-top: 40;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact dl:last-of-type {
    margin-top: 4rem;
  }
  .section.p-contact dl:last-of-type else {
    margin-top: 40;
  }
}
.section.p-contact dl:last-of-type {
  flex-direction: column;
}
@media all and (min-width: 769px) {
  .section.p-contact dt {
    font-size: 1.6rem;
  }
  .section.p-contact dt else {
    font-size: 16;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact dt {
    font-size: 1.4rem;
  }
  .section.p-contact dt else {
    font-size: 14;
  }
}
.section.p-contact dt {
  line-height: 1;
  letter-spacing: 0.1em;
}
.section.p-contact dd {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .section.p-contact dd {
    margin-top: 1.4rem;
  }
}
.section.p-contact dd:has(.error_blank:empty) input,
.section.p-contact dd:has(.error_blank:empty) textarea,
.section.p-contact dd:has(.error_blank:empty) select {
  border: none;
}
.section.p-contact dd:has(.error_blank) input,
.section.p-contact dd:has(.error_blank) textarea,
.section.p-contact dd:has(.error_blank) select {
  border: 1px solid #c55a5a;
}
.section.p-contact .select-wrap {
  position: relative;
}
.section.p-contact .select-wrap select:focus-visible {
  outline: none;
}
.section.p-contact .select-wrap select {
  position: relative;
  font-weight: 500;
}
.section.p-contact .select-wrap .ico-arrow {
  position: absolute;
  display: block;
  z-index: 1;
}
@media all and (min-width: 769px) {
  .section.p-contact .select-wrap .ico-arrow {
    top: 2rem;
  }
  .section.p-contact .select-wrap .ico-arrow else {
    top: 20;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact .select-wrap .ico-arrow {
    top: 1.9rem;
  }
  .section.p-contact .select-wrap .ico-arrow else {
    top: 19;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact .select-wrap .ico-arrow {
    right: 2rem;
  }
  .section.p-contact .select-wrap .ico-arrow else {
    right: 20;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact .select-wrap .ico-arrow {
    right: 2rem;
  }
  .section.p-contact .select-wrap .ico-arrow else {
    right: 20;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact .select-wrap .ico-arrow {
    width: 1.6rem;
  }
  .section.p-contact .select-wrap .ico-arrow else {
    width: 16;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact .select-wrap .ico-arrow {
    width: 1.2rem;
  }
  .section.p-contact .select-wrap .ico-arrow else {
    width: 12;
  }
}
.section.p-contact .select-wrap .ico-arrow {
  height: auto;
  display: flex;
  align-items: center;
}
.section.p-contact .select-wrap .ico-arrow svg {
  fill: var(--black);
  transform: rotate(90deg);
  width: 100%;
}
@media all and (min-width: 769px) {
  .section.p-contact input,
  .section.p-contact textarea,
  .section.p-contact select,
  .section.p-contact .privacy_contents {
    width: 65rem;
  }
  .section.p-contact input else,
  .section.p-contact textarea else,
  .section.p-contact select else,
  .section.p-contact .privacy_contents else {
    width: 650;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact input,
  .section.p-contact textarea,
  .section.p-contact select,
  .section.p-contact .privacy_contents {
    width: 30.6rem;
  }
  .section.p-contact input else,
  .section.p-contact textarea else,
  .section.p-contact select else,
  .section.p-contact .privacy_contents else {
    width: 306;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact input,
  .section.p-contact textarea,
  .section.p-contact select,
  .section.p-contact .privacy_contents {
    height: 5rem;
  }
  .section.p-contact input else,
  .section.p-contact textarea else,
  .section.p-contact select else,
  .section.p-contact .privacy_contents else {
    height: 50;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact input,
  .section.p-contact textarea,
  .section.p-contact select,
  .section.p-contact .privacy_contents {
    height: 4.5rem;
  }
  .section.p-contact input else,
  .section.p-contact textarea else,
  .section.p-contact select else,
  .section.p-contact .privacy_contents else {
    height: 45;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact input,
  .section.p-contact textarea,
  .section.p-contact select,
  .section.p-contact .privacy_contents {
    padding-inline: 2rem;
  }
  .section.p-contact input else,
  .section.p-contact textarea else,
  .section.p-contact select else,
  .section.p-contact .privacy_contents else {
    padding-inline: 20;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact input,
  .section.p-contact textarea,
  .section.p-contact select,
  .section.p-contact .privacy_contents {
    padding-inline: 2rem;
  }
  .section.p-contact input else,
  .section.p-contact textarea else,
  .section.p-contact select else,
  .section.p-contact .privacy_contents else {
    padding-inline: 20;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact input,
  .section.p-contact textarea,
  .section.p-contact select,
  .section.p-contact .privacy_contents {
    font-size: 1.6rem;
  }
  .section.p-contact input else,
  .section.p-contact textarea else,
  .section.p-contact select else,
  .section.p-contact .privacy_contents else {
    font-size: 16;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact input,
  .section.p-contact textarea,
  .section.p-contact select,
  .section.p-contact .privacy_contents {
    font-size: 1.3rem;
  }
  .section.p-contact input else,
  .section.p-contact textarea else,
  .section.p-contact select else,
  .section.p-contact .privacy_contents else {
    font-size: 13;
  }
}
.section.p-contact input,
.section.p-contact textarea,
.section.p-contact select,
.section.p-contact .privacy_contents {
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: var(--white);
  border: none;
  color: var(--black);
}
.section.p-contact input::-moz-placeholder, .section.p-contact textarea::-moz-placeholder, .section.p-contact select::-moz-placeholder, .section.p-contact .privacy_contents::-moz-placeholder {
  color: var(--black);
  opacity: 0.3;
  font-weight: 500;
}
.section.p-contact input::placeholder,
.section.p-contact textarea::placeholder,
.section.p-contact select::placeholder,
.section.p-contact .privacy_contents::placeholder {
  color: var(--black);
  opacity: 0.3;
  font-weight: 500;
}
@media all and (min-width: 769px) {
  .section.p-contact textarea {
    padding: 1.7rem 2rem;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact textarea {
    padding: 3rem 1rem;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact textarea {
    min-height: 21.5rem;
  }
  .section.p-contact textarea else {
    min-height: 215;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact textarea {
    min-height: 21.5rem;
  }
  .section.p-contact textarea else {
    min-height: 215;
  }
}
.section.p-contact textarea {
  font-weight: 500;
  line-height: 1.6;
}
@media all and (min-width: 769px) {
  .section.p-contact dt.privacy_contents-ttl {
    font-size: 1.5rem;
  }
  .section.p-contact dt.privacy_contents-ttl else {
    font-size: 15;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact dt.privacy_contents-ttl {
    font-size: 1.3rem;
  }
  .section.p-contact dt.privacy_contents-ttl else {
    font-size: 13;
  }
}
.section.p-contact dt.privacy_contents-ttl {
  line-height: 1;
  letter-spacing: 0.1em;
}
@media all and (min-width: 769px) {
  .section.p-contact p.privacy_contents {
    margin-top: 2.4rem;
  }
  .section.p-contact p.privacy_contents else {
    margin-top: 24;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact p.privacy_contents {
    margin-top: 0rem;
  }
  .section.p-contact p.privacy_contents else {
    margin-top: 0;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact p.privacy_contents {
    padding: 3rem 6rem;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact p.privacy_contents {
    padding: 3rem 1rem;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact p.privacy_contents {
    width: 88rem;
  }
  .section.p-contact p.privacy_contents else {
    width: 880;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact p.privacy_contents {
    width: 30.5rem;
  }
  .section.p-contact p.privacy_contents else {
    width: 305;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact p.privacy_contents {
    min-height: 21rem;
  }
  .section.p-contact p.privacy_contents else {
    min-height: 210;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact p.privacy_contents {
    min-height: 15.8rem;
  }
  .section.p-contact p.privacy_contents else {
    min-height: 158;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact p.privacy_contents {
    font-size: 1.4rem;
  }
  .section.p-contact p.privacy_contents else {
    font-size: 14;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact p.privacy_contents {
    font-size: 1rem;
  }
  .section.p-contact p.privacy_contents else {
    font-size: 10;
  }
}
.section.p-contact p.privacy_contents {
  overflow-y: auto;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media all and (min-width: 769px) {
  .section.p-contact input[name=name_1],
  .section.p-contact input[name=name_2],
  .section.p-contact input[name=read_1],
  .section.p-contact input[name=read_2] {
    width: 31.5rem;
  }
  .section.p-contact input[name=name_1] else,
  .section.p-contact input[name=name_2] else,
  .section.p-contact input[name=read_1] else,
  .section.p-contact input[name=read_2] else {
    width: 315;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact input[name=name_1],
  .section.p-contact input[name=name_2],
  .section.p-contact input[name=read_1],
  .section.p-contact input[name=read_2] {
    width: 14.2rem;
  }
  .section.p-contact input[name=name_1] else,
  .section.p-contact input[name=name_2] else,
  .section.p-contact input[name=read_1] else,
  .section.p-contact input[name=read_2] else {
    width: 142;
  }
}
@media (max-width: 768px) {
  .section.p-contact input[name=name_1],
  .section.p-contact input[name=name_2],
  .section.p-contact input[name=read_1],
  .section.p-contact input[name=read_2] {
    padding-inline: 1.5rem;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact input[name=phone_1],
  .section.p-contact input[name=phone_2],
  .section.p-contact input[name=phone_3] {
    width: 18.8rem;
  }
  .section.p-contact input[name=phone_1] else,
  .section.p-contact input[name=phone_2] else,
  .section.p-contact input[name=phone_3] else {
    width: 188;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact input[name=phone_1],
  .section.p-contact input[name=phone_2],
  .section.p-contact input[name=phone_3] {
    width: 8.7rem;
  }
  .section.p-contact input[name=phone_1] else,
  .section.p-contact input[name=phone_2] else,
  .section.p-contact input[name=phone_3] else {
    width: 87;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact input[name=phone_1],
  .section.p-contact input[name=phone_2],
  .section.p-contact input[name=phone_3] {
    margin-left: 1.5rem;
  }
  .section.p-contact input[name=phone_1] else,
  .section.p-contact input[name=phone_2] else,
  .section.p-contact input[name=phone_3] else {
    margin-left: 15;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact input[name=phone_1],
  .section.p-contact input[name=phone_2],
  .section.p-contact input[name=phone_3] {
    margin-left: 0.5rem;
  }
  .section.p-contact input[name=phone_1] else,
  .section.p-contact input[name=phone_2] else,
  .section.p-contact input[name=phone_3] else {
    margin-left: 5;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact input[name=phone_1],
  .section.p-contact input[name=phone_2],
  .section.p-contact input[name=phone_3] {
    margin-right: 1.5rem;
  }
  .section.p-contact input[name=phone_1] else,
  .section.p-contact input[name=phone_2] else,
  .section.p-contact input[name=phone_3] else {
    margin-right: 15;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact input[name=phone_1],
  .section.p-contact input[name=phone_2],
  .section.p-contact input[name=phone_3] {
    margin-right: 0.5rem;
  }
  .section.p-contact input[name=phone_1] else,
  .section.p-contact input[name=phone_2] else,
  .section.p-contact input[name=phone_3] else {
    margin-right: 5;
  }
}
.section.p-contact input[name=phone_1] {
  margin-left: 0;
}
.section.p-contact input[name=phone_3] {
  margin-right: 0;
}
@media all and (min-width: 769px) {
  .section.p-contact input[name=zip_1] {
    width: 14.5rem;
  }
  .section.p-contact input[name=zip_1] else {
    width: 145;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact input[name=zip_1] {
    width: 10rem;
  }
  .section.p-contact input[name=zip_1] else {
    width: 100;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact input[name=zip_1] {
    margin-right: 1.6rem;
  }
  .section.p-contact input[name=zip_1] else {
    margin-right: 16;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact input[name=zip_1] {
    margin-right: 1rem;
  }
  .section.p-contact input[name=zip_1] else {
    margin-right: 10;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact input[name=zip_2] {
    width: 20rem;
  }
  .section.p-contact input[name=zip_2] else {
    width: 200;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact input[name=zip_2] {
    width: 19.5rem;
  }
  .section.p-contact input[name=zip_2] else {
    width: 195;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact input[name=zip_2] {
    margin-left: 1.6rem;
  }
  .section.p-contact input[name=zip_2] else {
    margin-left: 16;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact input[name=zip_2] {
    margin-left: 1rem;
  }
  .section.p-contact input[name=zip_2] else {
    margin-left: 10;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact input + input {
    margin-left: 2rem;
  }
  .section.p-contact input + input else {
    margin-left: 20;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact input + input {
    margin-left: 2rem;
  }
  .section.p-contact input + input else {
    margin-left: 20;
  }
}
.section.p-contact form#mail_form dl dt span.required {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 769px) {
  .section.p-contact form#mail_form dl dt span.required {
    width: 4rem;
  }
  .section.p-contact form#mail_form dl dt span.required else {
    width: 40;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact form#mail_form dl dt span.required {
    width: 3.7rem;
  }
  .section.p-contact form#mail_form dl dt span.required else {
    width: 37;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact form#mail_form dl dt span.required {
    height: 1.8rem;
  }
  .section.p-contact form#mail_form dl dt span.required else {
    height: 18;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact form#mail_form dl dt span.required {
    height: 1.7rem;
  }
  .section.p-contact form#mail_form dl dt span.required else {
    height: 17;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact form#mail_form dl dt span.required {
    margin-left: 1rem;
  }
  .section.p-contact form#mail_form dl dt span.required else {
    margin-left: 10;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact form#mail_form dl dt span.required {
    margin-left: 1rem;
  }
  .section.p-contact form#mail_form dl dt span.required else {
    margin-left: 10;
  }
}
.section.p-contact form#mail_form dl dt span.required {
  background-color: #ae1515;
}
.section.p-contact form#mail_form dl dt span.required::after {
  content: "B";
}
@media all and (min-width: 769px) {
  .section.p-contact form#mail_form dl dt span.required::after {
    font-size: 1.1rem;
  }
  .section.p-contact form#mail_form dl dt span.required::after else {
    font-size: 11;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact form#mail_form dl dt span.required::after {
    font-size: 1rem;
  }
  .section.p-contact form#mail_form dl dt span.required::after else {
    font-size: 10;
  }
}
.section.p-contact form#mail_form dl dt span.required::after {
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  color: var(--white);
}
.section.p-contact {
  /* -- error message -------------------------------------------------------------------------------- */
}
.section.p-contact form#mail_form dl dd span.error_blank,
.section.p-contact form#mail_form dl dd span.error_format,
.section.p-contact form#mail_form dl dd span.error_match {
  display: none;
}
.section.p-contact .error-message {
  display: none;
  color: #c55a5a;
  text-align: center;
}
@media all and (min-width: 769px) {
  .section.p-contact .error-message {
    font-size: 1.3rem;
  }
  .section.p-contact .error-message else {
    font-size: 13;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact .error-message {
    font-size: 1.2rem;
  }
  .section.p-contact .error-message else {
    font-size: 12;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact .error-message {
    margin-bottom: 2rem;
  }
  .section.p-contact .error-message else {
    margin-bottom: 20;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact .error-message {
    margin-bottom: 2rem;
  }
  .section.p-contact .error-message else {
    margin-bottom: 20;
  }
}
.section.p-contact .error-message {
  letter-spacing: 0.031em;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .section.p-contact .error-message {
    letter-spacing: 0.033em;
  }
}
.section.p-contact .error-message.has-error {
  display: block;
}
.section.p-contact {
  /* -- button -------------------------------------------------------------------------------- */
}
@media all and (min-width: 769px) {
  .section.p-contact form#mail_form p#form_submit {
    margin-top: 2.5rem;
  }
  .section.p-contact form#mail_form p#form_submit else {
    margin-top: 25;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact form#mail_form p#form_submit {
    margin-top: 3rem;
  }
  .section.p-contact form#mail_form p#form_submit else {
    margin-top: 30;
  }
}
.section.p-contact form#mail_form p#form_submit {
  margin-inline: auto;
}
.section.p-contact form#mail_form p#form_submit input {
  width: auto;
  display: inline-block;
  height: auto;
}
@media all and (min-width: 769px) {
  .section.p-contact form#mail_form p#form_submit input {
    padding: 1.3rem 4rem;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact form#mail_form p#form_submit input {
    padding: 1rem 4rem;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact form#mail_form p#form_submit input {
    border-radius: 2.1rem;
  }
  .section.p-contact form#mail_form p#form_submit input else {
    border-radius: 21;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact form#mail_form p#form_submit input {
    border-radius: 2.1rem;
  }
  .section.p-contact form#mail_form p#form_submit input else {
    border-radius: 21;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact form#mail_form p#form_submit input {
    font-size: 1.6rem;
  }
  .section.p-contact form#mail_form p#form_submit input else {
    font-size: 16;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact form#mail_form p#form_submit input {
    font-size: 1.5rem;
  }
  .section.p-contact form#mail_form p#form_submit input else {
    font-size: 15;
  }
}
.section.p-contact form#mail_form p#form_submit input {
  background-color: var(--commonBlue);
  color: var(--white);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (hover: hover) and (pointer: fine) {
  .section.p-contact form#mail_form input[type=button]:hover,
  .section.p-contact a.back:hover {
    cursor: pointer;
  }
}

/* -- loading -------------------------------------------------------------------------------- */
div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  transform: translateZ(0);
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
@keyframes load-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.scrAnim {
  opacity: 0;
}

.scrAnim.uk-scrollspy-inview {
  opacity: 1;
}

.main-wrap {
  overflow: hidden;
}

.section-inner {
  width: 100%;
  z-index: 1;
  position: relative;
}

/*========= layout ===============*/
section {
  position: relative;
}
section::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: multiply;
  background-image: url(../img/bg-dot.svg);
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 640px;
  opacity: 0.3;
}

.section-ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media all and (min-width: 769px) {
  .section-ttl_main {
    font-size: 2.8rem;
  }
  .section-ttl_main else {
    font-size: 28;
  }
}
@media all and (max-width: 768px) {
  .section-ttl_main {
    font-size: 2.3rem;
  }
  .section-ttl_main else {
    font-size: 23;
  }
}
.section-ttl_main {
  letter-spacing: 0.1em;
  line-height: 1;
  z-index: 1;
}

.section-ttl_svg {
  width: auto;
}
@media all and (min-width: 769px) {
  .section-ttl_svg {
    height: 4.5rem;
  }
  .section-ttl_svg else {
    height: 45;
  }
}
@media all and (max-width: 768px) {
  .section-ttl_svg {
    height: 3.8rem;
  }
  .section-ttl_svg else {
    height: 38;
  }
}
@media all and (min-width: 769px) {
  .section-ttl_svg {
    margin-top: -1.4rem;
  }
  .section-ttl_svg else {
    margin-top: -14;
  }
}
@media all and (max-width: 768px) {
  .section-ttl_svg {
    margin-top: -1.4rem;
  }
  .section-ttl_svg else {
    margin-top: -14;
  }
}
.section-ttl_svg {
  z-index: 0;
}
.section-ttl_svg img {
  width: auto;
  height: 100%;
  opacity: 0.2;
}
@media all and (min-width: 769px) {
  .section.faq .section-ttl_svg {
    margin-top: -2.2rem;
  }
  .section.faq .section-ttl_svg else {
    margin-top: -22;
  }
}
@media all and (max-width: 768px) {
  .section.faq .section-ttl_svg {
    margin-top: -1.4rem;
  }
  .section.faq .section-ttl_svg else {
    margin-top: -14;
  }
}
@media all and (min-width: 769px) {
  .section.faq .section-ttl_svg {
    height: 6.9rem;
  }
  .section.faq .section-ttl_svg else {
    height: 69;
  }
}
@media all and (max-width: 768px) {
  .section.faq .section-ttl_svg {
    height: 6rem;
  }
  .section.faq .section-ttl_svg else {
    height: 60;
  }
}
.section.faq .section-ttl_svg img {
  opacity: 1;
}

@keyframes scrollDown {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 36rem;
  } /* SVGの1パターン分の高さに合わせる */
}
.cmn-deco-roll {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cmn-deco-roll::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  translate: 0 -50%;
  width: 1px;
}
@media all and (min-width: 769px) {
  .cmn-deco-roll::after {
    height: 12rem;
  }
  .cmn-deco-roll::after else {
    height: 120;
  }
}
@media all and (max-width: 768px) {
  .cmn-deco-roll::after {
    height: 8rem;
  }
  .cmn-deco-roll::after else {
    height: 80;
  }
}
.cmn-deco-roll::after {
  background-image: url("../img/icon_deco-roll.svg");
  background-size: 100% auto;
  margin: 0 auto;
  background-repeat: repeat;
  animation: scrollDown 40s linear infinite;
}
.section.lead .cmn-deco-roll::after {
  position: relative;
}
@media all and (min-width: 769px) {
  .section.lead .cmn-deco-roll::after {
    margin-top: 6.4rem;
  }
  .section.lead .cmn-deco-roll::after else {
    margin-top: 64;
  }
}
@media all and (max-width: 768px) {
  .section.lead .cmn-deco-roll::after {
    margin-top: 6.4rem;
  }
  .section.lead .cmn-deco-roll::after else {
    margin-top: 64;
  }
}
@media all and (min-width: 769px) {
  .section.lead .cmn-deco-roll::after {
    height: 8rem;
  }
  .section.lead .cmn-deco-roll::after else {
    height: 80;
  }
}
@media all and (max-width: 768px) {
  .section.lead .cmn-deco-roll::after {
    height: 6.4rem;
  }
  .section.lead .cmn-deco-roll::after else {
    height: 64;
  }
}
.section.lead .cmn-deco-roll::after {
  translate: 0 0;
}
.section.p-about-lead .cmn-deco-roll::after {
  position: relative;
}
@media all and (min-width: 769px) {
  .section.p-about-lead .cmn-deco-roll::after {
    margin-top: 6.4rem;
  }
  .section.p-about-lead .cmn-deco-roll::after else {
    margin-top: 64;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-lead .cmn-deco-roll::after {
    margin-top: 6.4rem;
  }
  .section.p-about-lead .cmn-deco-roll::after else {
    margin-top: 64;
  }
}
@media all and (min-width: 769px) {
  .section.p-about-lead .cmn-deco-roll::after {
    height: 8rem;
  }
  .section.p-about-lead .cmn-deco-roll::after else {
    height: 80;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-lead .cmn-deco-roll::after {
    height: 6.4rem;
  }
  .section.p-about-lead .cmn-deco-roll::after else {
    height: 64;
  }
}
.section.p-about-lead .cmn-deco-roll::after {
  translate: 0 0;
}
.section.p-case-head + .cmn-deco-roll::after {
  translate: 0 -12.5%;
}
@media all and (min-width: 769px) {
  [data-pageid=case] .section.powder-coating + .cmn-deco-roll::after, [data-pageid=about] .section.history + .cmn-deco-roll::after {
    height: 8rem;
  }
  [data-pageid=case] .section.powder-coating + .cmn-deco-roll::after else, [data-pageid=about] .section.history + .cmn-deco-roll::after else {
    height: 80;
  }
}
@media all and (max-width: 768px) {
  [data-pageid=case] .section.powder-coating + .cmn-deco-roll::after, [data-pageid=about] .section.history + .cmn-deco-roll::after {
    height: 6.4rem;
  }
  [data-pageid=case] .section.powder-coating + .cmn-deco-roll::after else, [data-pageid=about] .section.history + .cmn-deco-roll::after else {
    height: 64;
  }
}

@media all and (min-width: 769px) {
  [data-pageid=case] .section.contact,
  [data-pageid=about] .section.contact {
    padding-top: 12rem;
  }
  [data-pageid=case] .section.contact else,
  [data-pageid=about] .section.contact else {
    padding-top: 120;
  }
}
@media all and (max-width: 768px) {
  [data-pageid=case] .section.contact,
  [data-pageid=about] .section.contact {
    padding-top: 11.4rem;
  }
  [data-pageid=case] .section.contact else,
  [data-pageid=about] .section.contact else {
    padding-top: 114;
  }
}
@media all and (min-width: 769px) {
  [data-pageid=case] .section.contact,
  [data-pageid=about] .section.contact {
    padding-bottom: 10rem;
  }
  [data-pageid=case] .section.contact else,
  [data-pageid=about] .section.contact else {
    padding-bottom: 100;
  }
}
@media all and (max-width: 768px) {
  [data-pageid=case] .section.contact,
  [data-pageid=about] .section.contact {
    padding-bottom: 10rem;
  }
  [data-pageid=case] .section.contact else,
  [data-pageid=about] .section.contact else {
    padding-bottom: 100;
  }
}

.cmn-btn-wrap {
  display: flex;
  justify-content: center;
}

.cmn-btn-more {
  display: inline-block;
}
@media all and (min-width: 769px) {
  .cmn-btn-more {
    padding: 1.3rem 4rem;
  }
}
@media all and (max-width: 768px) {
  .cmn-btn-more {
    padding: 1rem 4rem;
  }
}
@media all and (min-width: 769px) {
  .cmn-btn-more {
    border-radius: 2.1rem;
  }
  .cmn-btn-more else {
    border-radius: 21;
  }
}
@media all and (max-width: 768px) {
  .cmn-btn-more {
    border-radius: 2.1rem;
  }
  .cmn-btn-more else {
    border-radius: 21;
  }
}
@media all and (min-width: 769px) {
  .cmn-btn-more {
    font-size: 1.6rem;
  }
  .cmn-btn-more else {
    font-size: 16;
  }
}
@media all and (max-width: 768px) {
  .cmn-btn-more {
    font-size: 1.5rem;
  }
  .cmn-btn-more else {
    font-size: 15;
  }
}
.cmn-btn-more {
  background-color: var(--commonBlue);
  color: var(--white);
  line-height: 1;
  letter-spacing: 0.1em;
}
.cmn-btn-more.base-white {
  background-color: var(--white);
  color: var(--black);
}

.section.kv .section-inner {
  position: relative;
}
@media (max-width: 768px) {
  .section.kv .section-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.section.kv .image-container {
  width: 100%;
  height: auto;
}
.section.kv .image-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.section.kv .image-container img {
  width: 100%;
  height: auto;
}
.section.kv .kv-txt-wrap {
  position: absolute;
}
@media all and (min-width: 769px) {
  .section.kv .kv-txt-wrap {
    bottom: 6.6rem;
  }
  .section.kv .kv-txt-wrap else {
    bottom: 66;
  }
}
@media all and (max-width: 768px) {
  .section.kv .kv-txt-wrap {
    bottom: 9.4rem;
  }
  .section.kv .kv-txt-wrap else {
    bottom: 94;
  }
}
@media (min-width: 769px) {
  .section.kv .kv-txt-wrap {
    right: 4.8rem;
  }
}
.section.kv .kv-txt-wrap {
  color: var(--white);
}
@media all and (min-width: 769px) {
  .section.kv .kv-txt-wrap {
    font-size: 2.4rem;
  }
  .section.kv .kv-txt-wrap else {
    font-size: 24;
  }
}
@media all and (max-width: 768px) {
  .section.kv .kv-txt-wrap {
    font-size: 1.7rem;
  }
  .section.kv .kv-txt-wrap else {
    font-size: 17;
  }
}
.section.kv .kv-txt-wrap {
  line-height: 1;
}
.section.kv .chunk {
  display: flex;
}
@media (max-width: 768px) {
  .section.kv .chunk {
    flex-direction: column;
    gap: 1.4rem;
    text-align: center;
  }
}
@media all and (min-width: 769px) {
  .section.kv .chunk + .chunk {
    margin-top: 2.5rem;
  }
  .section.kv .chunk + .chunk else {
    margin-top: 25;
  }
}
@media all and (max-width: 768px) {
  .section.kv .chunk + .chunk {
    margin-top: 2.5rem;
  }
  .section.kv .chunk + .chunk else {
    margin-top: 25;
  }
}
@media all and (min-width: 769px) {
  .section.kv .chunk + .chunk {
    margin-left: 8.6rem;
  }
  .section.kv .chunk + .chunk else {
    margin-left: 86;
  }
}
@media all and (max-width: 768px) {
  .section.kv .chunk + .chunk {
    margin-left: 0rem;
  }
  .section.kv .chunk + .chunk else {
    margin-left: 0;
  }
}
.section.kv .chunk .chunk-inner {
  display: inline;
  letter-spacing: 0.09em;
}
@media all and (min-width: 769px) {
  .section.kv .chunk.small {
    font-size: 1.6rem;
  }
  .section.kv .chunk.small else {
    font-size: 16;
  }
}
@media all and (max-width: 768px) {
  .section.kv .chunk.small {
    font-size: 1.2rem;
  }
  .section.kv .chunk.small else {
    font-size: 12;
  }
}
@media (min-width: 769px) {
  .section.kv .chunk.small {
    margin-left: 26.1rem;
  }
}
@media (max-width: 768px) {
  .section.kv .chunk.small {
    margin-top: 2.8rem;
  }
}

@media all and (min-width: 769px) {
  .section.lead {
    padding-top: 12rem;
  }
  .section.lead else {
    padding-top: 120;
  }
}
@media all and (max-width: 768px) {
  .section.lead {
    padding-top: 8rem;
  }
  .section.lead else {
    padding-top: 80;
  }
}
@media all and (min-width: 769px) {
  .section.lead {
    padding-bottom: 11rem;
  }
  .section.lead else {
    padding-bottom: 110;
  }
}
@media all and (max-width: 768px) {
  .section.lead {
    padding-bottom: 10.5rem;
  }
  .section.lead else {
    padding-bottom: 105;
  }
}
@media all and (min-width: 769px) {
  .section.lead .section-inner {
    padding-inline: 8rem;
  }
  .section.lead .section-inner else {
    padding-inline: 80;
  }
}
@media all and (max-width: 768px) {
  .section.lead .section-inner {
    padding-inline: 2.5rem;
  }
  .section.lead .section-inner else {
    padding-inline: 25;
  }
}
@media (max-width: 768px) {
  .section.lead .section-ttl_main {
    line-height: 1.6;
  }
}
@media all and (min-width: 769px) {
  .section.lead .block-lead-txt {
    margin-top: 4rem;
  }
  .section.lead .block-lead-txt else {
    margin-top: 40;
  }
}
@media all and (max-width: 768px) {
  .section.lead .block-lead-txt {
    margin-top: 3.2rem;
  }
  .section.lead .block-lead-txt else {
    margin-top: 32;
  }
}
@media all and (min-width: 769px) {
  .section.lead .block-lead-txt {
    font-size: 1.6rem;
  }
  .section.lead .block-lead-txt else {
    font-size: 16;
  }
}
@media all and (max-width: 768px) {
  .section.lead .block-lead-txt {
    font-size: 1.5rem;
  }
  .section.lead .block-lead-txt else {
    font-size: 15;
  }
}
.section.lead .block-lead-txt {
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
.section.lead .block-lead-txt_chunk {
  display: block;
}
@media all and (min-width: 769px) {
  .section.lead .block-lead-txt_chunk + .block-lead-txt_chunk {
    margin-top: 1.6rem;
  }
  .section.lead .block-lead-txt_chunk + .block-lead-txt_chunk else {
    margin-top: 16;
  }
}
@media all and (max-width: 768px) {
  .section.lead .block-lead-txt_chunk + .block-lead-txt_chunk {
    margin-top: 1.6rem;
  }
  .section.lead .block-lead-txt_chunk + .block-lead-txt_chunk else {
    margin-top: 16;
  }
}
@media all and (min-width: 769px) {
  .section.lead .block-worry {
    margin-top: 6rem;
  }
  .section.lead .block-worry else {
    margin-top: 60;
  }
}
@media all and (max-width: 768px) {
  .section.lead .block-worry {
    margin-top: 6.4rem;
  }
  .section.lead .block-worry else {
    margin-top: 64;
  }
}
.section.lead .block-worry {
  text-align: center;
}
@media all and (min-width: 769px) {
  .section.lead .block-worry_ttl {
    font-size: 2rem;
  }
  .section.lead .block-worry_ttl else {
    font-size: 20;
  }
}
@media all and (max-width: 768px) {
  .section.lead .block-worry_ttl {
    font-size: 1.7rem;
  }
  .section.lead .block-worry_ttl else {
    font-size: 17;
  }
}
.section.lead .block-worry_ttl {
  line-height: 1;
  letter-spacing: 0.1em;
}
@media all and (min-width: 769px) {
  .section.lead .block-worry_list {
    margin-top: 4rem;
  }
  .section.lead .block-worry_list else {
    margin-top: 40;
  }
}
@media all and (max-width: 768px) {
  .section.lead .block-worry_list {
    margin-top: 3.1rem;
  }
  .section.lead .block-worry_list else {
    margin-top: 31;
  }
}
.section.lead .block-worry_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 769px) {
  .section.lead .block-worry_list {
    gap: 9rem;
  }
  .section.lead .block-worry_list else {
    gap: 90;
  }
}
@media all and (max-width: 768px) {
  .section.lead .block-worry_list {
    gap: 2.7rem;
  }
  .section.lead .block-worry_list else {
    gap: 27;
  }
}
@media (max-width: 768px) {
  .section.lead .block-worry_list {
    flex-direction: column;
  }
}
.section.lead .block-worry_list-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 769px) {
  .section.lead .block-worry_list-item {
    width: 15rem;
  }
  .section.lead .block-worry_list-item else {
    width: 150;
  }
}
@media all and (max-width: 768px) {
  .section.lead .block-worry_list-item {
    width: 11.5rem;
  }
  .section.lead .block-worry_list-item else {
    width: 115;
  }
}
@media all and (min-width: 769px) {
  .section.lead .block-worry_list-item {
    height: 15rem;
  }
  .section.lead .block-worry_list-item else {
    height: 150;
  }
}
@media all and (max-width: 768px) {
  .section.lead .block-worry_list-item {
    height: 11.5rem;
  }
  .section.lead .block-worry_list-item else {
    height: 115;
  }
}
.section.lead .block-worry_list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--commonBlue);
  opacity: 0.3;
}
.section.lead .block-worry_list-item .list-item_inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 769px) {
  .section.lead .block-worry_list-item .list-item_inner {
    gap: 0.8rem;
  }
  .section.lead .block-worry_list-item .list-item_inner else {
    gap: 8;
  }
}
@media all and (max-width: 768px) {
  .section.lead .block-worry_list-item .list-item_inner {
    gap: 0.8rem;
  }
  .section.lead .block-worry_list-item .list-item_inner else {
    gap: 8;
  }
}
@media all and (min-width: 769px) {
  .section.lead .block-worry_list-item .list-item_inner {
    padding-bottom: 1.1rem;
  }
  .section.lead .block-worry_list-item .list-item_inner else {
    padding-bottom: 11;
  }
}
@media all and (max-width: 768px) {
  .section.lead .block-worry_list-item .list-item_inner {
    padding-bottom: 0.2rem;
  }
  .section.lead .block-worry_list-item .list-item_inner else {
    padding-bottom: 2;
  }
}
@media all and (min-width: 769px) {
  .section.lead .block-worry_list-item .list-item_icon {
    width: 4rem;
  }
  .section.lead .block-worry_list-item .list-item_icon else {
    width: 40;
  }
}
@media all and (max-width: 768px) {
  .section.lead .block-worry_list-item .list-item_icon {
    width: 4rem;
  }
  .section.lead .block-worry_list-item .list-item_icon else {
    width: 40;
  }
}
.section.lead .block-worry_list-item .list-item_txt {
  white-space: nowrap;
}
@media all and (min-width: 769px) {
  .section.lead .block-worry_list-item .list-item_txt {
    font-size: 1.7rem;
  }
  .section.lead .block-worry_list-item .list-item_txt else {
    font-size: 17;
  }
}
@media all and (max-width: 768px) {
  .section.lead .block-worry_list-item .list-item_txt {
    font-size: 1.5rem;
  }
  .section.lead .block-worry_list-item .list-item_txt else {
    font-size: 15;
  }
}
.section.lead .block-worry_list-item .list-item_txt {
  line-height: 1.5;
  letter-spacing: 0.09em;
}
@media all and (min-width: 769px) {
  .section.lead .block-worry_answer-txt {
    margin-top: 3.5rem;
  }
  .section.lead .block-worry_answer-txt else {
    margin-top: 35;
  }
}
@media all and (max-width: 768px) {
  .section.lead .block-worry_answer-txt {
    margin-top: 4.8rem;
  }
  .section.lead .block-worry_answer-txt else {
    margin-top: 48;
  }
}
@media all and (min-width: 769px) {
  .section.lead .block-worry_answer-txt {
    font-size: 1.7rem;
  }
  .section.lead .block-worry_answer-txt else {
    font-size: 17;
  }
}
@media all and (max-width: 768px) {
  .section.lead .block-worry_answer-txt {
    font-size: 1.5rem;
  }
  .section.lead .block-worry_answer-txt else {
    font-size: 15;
  }
}
.section.lead .block-worry_answer-txt {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media all and (min-width: 769px) {
  .section.lead .block-worry_answer-txt .answer-txt_strong {
    font-size: 2.2rem;
  }
  .section.lead .block-worry_answer-txt .answer-txt_strong else {
    font-size: 22;
  }
}
@media all and (max-width: 768px) {
  .section.lead .block-worry_answer-txt .answer-txt_strong {
    font-size: 1.9rem;
  }
  .section.lead .block-worry_answer-txt .answer-txt_strong else {
    font-size: 19;
  }
}

@media all and (min-width: 769px) {
  .section.strengths {
    padding-top: 10.8rem;
  }
  .section.strengths else {
    padding-top: 108;
  }
}
@media all and (max-width: 768px) {
  .section.strengths {
    padding-top: 7rem;
  }
  .section.strengths else {
    padding-top: 70;
  }
}
@media all and (min-width: 769px) {
  .section.strengths {
    padding-bottom: 14.6rem;
  }
  .section.strengths else {
    padding-bottom: 146;
  }
}
@media all and (max-width: 768px) {
  .section.strengths {
    padding-bottom: 9.9rem;
  }
  .section.strengths else {
    padding-bottom: 99;
  }
}
.section.strengths {
  color: var(--white);
  background-color: var(--commonBlue);
}
@media all and (min-width: 769px) {
  .section.strengths .section-inner {
    padding-inline: 8rem;
  }
  .section.strengths .section-inner else {
    padding-inline: 80;
  }
}
@media all and (max-width: 768px) {
  .section.strengths .section-inner {
    padding-inline: 2.5rem;
  }
  .section.strengths .section-inner else {
    padding-inline: 25;
  }
}
@media all and (min-width: 769px) {
  .section.strengths .section-ttl .section-ttl_sub {
    font-size: 2rem;
  }
  .section.strengths .section-ttl .section-ttl_sub else {
    font-size: 20;
  }
}
@media all and (max-width: 768px) {
  .section.strengths .section-ttl .section-ttl_sub {
    font-size: 1.4rem;
  }
  .section.strengths .section-ttl .section-ttl_sub else {
    font-size: 14;
  }
}
.section.strengths .section-ttl .section-ttl_sub {
  letter-spacing: 0.1em;
  line-height: 1;
}
@media all and (min-width: 769px) {
  .section.strengths .section-ttl .section-ttl_main {
    margin-top: 1.2rem;
  }
  .section.strengths .section-ttl .section-ttl_main else {
    margin-top: 12;
  }
}
@media all and (max-width: 768px) {
  .section.strengths .section-ttl .section-ttl_main {
    margin-top: 0.9rem;
  }
  .section.strengths .section-ttl .section-ttl_main else {
    margin-top: 9;
  }
}
@media all and (min-width: 769px) {
  .section.strengths .section-ttl .section-ttl_main {
    font-size: 3.2rem;
  }
  .section.strengths .section-ttl .section-ttl_main else {
    font-size: 32;
  }
}
@media all and (max-width: 768px) {
  .section.strengths .section-ttl .section-ttl_main {
    font-size: 2.5rem;
  }
  .section.strengths .section-ttl .section-ttl_main else {
    font-size: 25;
  }
}
@media (max-width: 768px) {
  .section.strengths .section-ttl .section-ttl_main {
    line-height: 1;
  }
}
@media all and (min-width: 769px) {
  .section.strengths .block-strengths_list {
    margin-top: 5.4rem;
  }
  .section.strengths .block-strengths_list else {
    margin-top: 54;
  }
}
@media all and (max-width: 768px) {
  .section.strengths .block-strengths_list {
    margin-top: 4rem;
  }
  .section.strengths .block-strengths_list else {
    margin-top: 40;
  }
}
.section.strengths .block-strengths_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 769px) {
  .section.strengths .block-strengths_list {
    gap: 8rem;
  }
  .section.strengths .block-strengths_list else {
    gap: 80;
  }
}
@media all and (max-width: 768px) {
  .section.strengths .block-strengths_list {
    gap: 6rem;
  }
  .section.strengths .block-strengths_list else {
    gap: 60;
  }
}
.section.strengths .block-strengths_list-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 769px) {
  .section.strengths .block-strengths_list-item {
    gap: 4rem;
  }
  .section.strengths .block-strengths_list-item else {
    gap: 40;
  }
}
@media all and (max-width: 768px) {
  .section.strengths .block-strengths_list-item {
    gap: 3rem;
  }
  .section.strengths .block-strengths_list-item else {
    gap: 30;
  }
}
@media (min-width: 769px) {
  .section.strengths .block-strengths_list-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .section.strengths .block-strengths_list-item {
    flex-direction: column;
    width: 25rem;
  }
  .section.strengths .block-strengths_list-item:nth-of-type(1) .list-item_ttl-num-svg {
    right: -4rem;
    bottom: -1rem;
  }
}
@media all and (min-width: 769px) {
  .section.strengths .block-strengths_list-item .list-item_pic {
    width: 30rem;
  }
  .section.strengths .block-strengths_list-item .list-item_pic else {
    width: 300;
  }
}
@media all and (max-width: 768px) {
  .section.strengths .block-strengths_list-item .list-item_pic {
    width: 25rem;
  }
  .section.strengths .block-strengths_list-item .list-item_pic else {
    width: 250;
  }
}
@media all and (min-width: 769px) {
  .section.strengths .block-strengths_list-item .list-item_txt-wrap {
    width: 30rem;
  }
  .section.strengths .block-strengths_list-item .list-item_txt-wrap else {
    width: 300;
  }
}
@media all and (max-width: 768px) {
  .section.strengths .block-strengths_list-item .list-item_txt-wrap {
    width: 25rem;
  }
  .section.strengths .block-strengths_list-item .list-item_txt-wrap else {
    width: 250;
  }
}
.section.strengths .block-strengths_list-item .list-item_ttl {
  position: relative;
  display: inline-block;
}
@media all and (min-width: 769px) {
  .section.strengths .block-strengths_list-item .list-item_ttl {
    font-size: 2rem;
  }
  .section.strengths .block-strengths_list-item .list-item_ttl else {
    font-size: 20;
  }
}
@media all and (max-width: 768px) {
  .section.strengths .block-strengths_list-item .list-item_ttl {
    font-size: 1.7rem;
  }
  .section.strengths .block-strengths_list-item .list-item_ttl else {
    font-size: 17;
  }
}
.section.strengths .block-strengths_list-item .list-item_ttl {
  line-height: 1;
  letter-spacing: 0.1em;
}
.section.strengths .block-strengths_list-item .list-item_ttl-txt {
  position: relative;
  z-index: 1;
}
.section.strengths .block-strengths_list-item .list-item_ttl-num-svg {
  z-index: 0;
  position: absolute;
  width: auto;
}
@media (min-width: 769px) {
  .section.strengths .block-strengths_list-item .list-item_ttl-num-svg {
    left: -2rem;
    bottom: -0.5rem;
  }
}
@media (max-width: 768px) {
  .section.strengths .block-strengths_list-item .list-item_ttl-num-svg {
    right: -4rem;
    bottom: -1rem;
  }
}
@media all and (min-width: 769px) {
  .section.strengths .block-strengths_list-item .list-item_ttl-num-svg {
    height: 6.5rem;
  }
  .section.strengths .block-strengths_list-item .list-item_ttl-num-svg else {
    height: 65;
  }
}
@media all and (max-width: 768px) {
  .section.strengths .block-strengths_list-item .list-item_ttl-num-svg {
    height: 5rem;
  }
  .section.strengths .block-strengths_list-item .list-item_ttl-num-svg else {
    height: 50;
  }
}
.section.strengths .block-strengths_list-item .list-item_ttl-num-svg img {
  width: auto;
  height: 100%;
}
@media (max-width: 768px) {
  .section.strengths .block-strengths_list-item:nth-of-type(2) .list-item_ttl-num-svg {
    left: -1.5rem;
    bottom: -0.5rem;
  }
}
@media (max-width: 768px) {
  .section.strengths .block-strengths_list-item:nth-of-type(3) .list-item_ttl-num-svg {
    right: -5rem;
    bottom: -0.5rem;
  }
}
@media all and (min-width: 769px) {
  .section.strengths .block-strengths_list-item .list-item_description {
    margin-top: 1.6rem;
  }
  .section.strengths .block-strengths_list-item .list-item_description else {
    margin-top: 16;
  }
}
@media all and (max-width: 768px) {
  .section.strengths .block-strengths_list-item .list-item_description {
    margin-top: 1.6rem;
  }
  .section.strengths .block-strengths_list-item .list-item_description else {
    margin-top: 16;
  }
}
@media all and (min-width: 769px) {
  .section.strengths .block-strengths_list-item .list-item_description {
    font-size: 1.5rem;
  }
  .section.strengths .block-strengths_list-item .list-item_description else {
    font-size: 15;
  }
}
@media all and (max-width: 768px) {
  .section.strengths .block-strengths_list-item .list-item_description {
    font-size: 1.4rem;
  }
  .section.strengths .block-strengths_list-item .list-item_description else {
    font-size: 14;
  }
}
.section.strengths .block-strengths_list-item .list-item_description {
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media all and (min-width: 769px) {
  .section.case {
    padding-top: 10.9rem;
  }
  .section.case else {
    padding-top: 109;
  }
}
@media all and (max-width: 768px) {
  .section.case {
    padding-top: 8rem;
  }
  .section.case else {
    padding-top: 80;
  }
}
@media all and (min-width: 769px) {
  .section.case {
    padding-bottom: 14rem;
  }
  .section.case else {
    padding-bottom: 140;
  }
}
@media all and (max-width: 768px) {
  .section.case {
    padding-bottom: 9.9rem;
  }
  .section.case else {
    padding-bottom: 99;
  }
}
@media all and (min-width: 769px) {
  .section.case .section-inner {
    padding-inline: 8rem;
  }
  .section.case .section-inner else {
    padding-inline: 80;
  }
}
@media all and (max-width: 768px) {
  .section.case .section-inner {
    padding-inline: 0rem;
  }
  .section.case .section-inner else {
    padding-inline: 0;
  }
}
@media (max-width: 768px) {
  .section.case .section-ttl_main {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 769px) {
  .section.case .block-case_list {
    margin-top: 4rem;
  }
  .section.case .block-case_list else {
    margin-top: 40;
  }
}
@media all and (max-width: 768px) {
  .section.case .block-case_list {
    margin-top: 4rem;
  }
  .section.case .block-case_list else {
    margin-top: 40;
  }
}
.section.case .block-case_list {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .section.case .block-case_list {
    overflow-x: scroll;
  }
}
@media all and (min-width: 769px) {
  .section.case .block-case_list-pagination {
    margin-top: 1.4rem;
  }
  .section.case .block-case_list-pagination else {
    margin-top: 14;
  }
}
@media all and (max-width: 768px) {
  .section.case .block-case_list-pagination {
    margin-top: 1rem;
  }
  .section.case .block-case_list-pagination else {
    margin-top: 10;
  }
}
.section.case .block-case_list-pagination {
  position: relative;
  bottom: 0;
  z-index: 1;
}
@media all and (min-width: 769px) {
  .section.case .block-case_list-pagination .swiper-pagination-bullet {
    margin-inline: 0.6rem;
  }
  .section.case .block-case_list-pagination .swiper-pagination-bullet else {
    margin-inline: 6;
  }
}
@media all and (max-width: 768px) {
  .section.case .block-case_list-pagination .swiper-pagination-bullet {
    margin-inline: 0.5rem;
  }
  .section.case .block-case_list-pagination .swiper-pagination-bullet else {
    margin-inline: 5;
  }
}
@media all and (min-width: 769px) {
  .section.case .block-case_list-pagination .swiper-pagination-bullet {
    width: 0.8rem;
  }
  .section.case .block-case_list-pagination .swiper-pagination-bullet else {
    width: 8;
  }
}
@media all and (max-width: 768px) {
  .section.case .block-case_list-pagination .swiper-pagination-bullet {
    width: 0.6rem;
  }
  .section.case .block-case_list-pagination .swiper-pagination-bullet else {
    width: 6;
  }
}
@media all and (min-width: 769px) {
  .section.case .block-case_list-pagination .swiper-pagination-bullet {
    height: 0.8rem;
  }
  .section.case .block-case_list-pagination .swiper-pagination-bullet else {
    height: 8;
  }
}
@media all and (max-width: 768px) {
  .section.case .block-case_list-pagination .swiper-pagination-bullet {
    height: 0.6rem;
  }
  .section.case .block-case_list-pagination .swiper-pagination-bullet else {
    height: 6;
  }
}
.section.case .block-case_list-pagination .swiper-pagination-bullet {
  background-color: rgba(44, 77, 105, 0.4);
}
.section.case .block-case_list-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--black);
}
@media all and (min-width: 769px) {
  .section.case .swiper-block-case_list {
    margin-top: 4rem;
  }
  .section.case .swiper-block-case_list else {
    margin-top: 40;
  }
}
@media all and (max-width: 768px) {
  .section.case .swiper-block-case_list {
    margin-top: 4rem;
  }
  .section.case .swiper-block-case_list else {
    margin-top: 40;
  }
}
.section.case .swiper-block-case_list {
  width: 85rem;
}
@media (max-width: 768px) {
  .section.case .swiper-block-case_list {
    width: 100%;
  }
}
.section.case .block-case_list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media all and (min-width: 769px) {
  .section.case .block-case_list-item {
    gap: 1.5rem;
  }
  .section.case .block-case_list-item else {
    gap: 15;
  }
}
@media all and (max-width: 768px) {
  .section.case .block-case_list-item {
    gap: 1.2rem;
  }
  .section.case .block-case_list-item else {
    gap: 12;
  }
}
@media all and (min-width: 769px) {
  .section.case .block-case_list-item {
    width: 25.3rem;
  }
  .section.case .block-case_list-item else {
    width: 253;
  }
}
@media all and (max-width: 768px) {
  .section.case .block-case_list-item {
    width: 20rem;
  }
  .section.case .block-case_list-item else {
    width: 200;
  }
}
@media all and (min-width: 769px) {
  .section.case .block-case_list-item {
    margin-inline: 1.5rem;
  }
  .section.case .block-case_list-item else {
    margin-inline: 15;
  }
}
@media all and (max-width: 768px) {
  .section.case .block-case_list-item {
    margin-inline: 0.8rem;
  }
  .section.case .block-case_list-item else {
    margin-inline: 8;
  }
}
.section.case .block-case_list-item .list-item_pic {
  width: 100%;
}
@media all and (min-width: 769px) {
  .section.case .block-case_list-item .list-item_txt-wrap {
    width: 25.3rem;
  }
  .section.case .block-case_list-item .list-item_txt-wrap else {
    width: 253;
  }
}
@media all and (max-width: 768px) {
  .section.case .block-case_list-item .list-item_txt-wrap {
    width: 20rem;
  }
  .section.case .block-case_list-item .list-item_txt-wrap else {
    width: 200;
  }
}
@media all and (min-width: 769px) {
  .section.case .block-case_list-item .list-item_tag {
    padding: 0.5rem 1.2rem;
  }
}
@media all and (max-width: 768px) {
  .section.case .block-case_list-item .list-item_tag {
    padding: 0.4rem 1.2rem;
  }
}
@media all and (min-width: 769px) {
  .section.case .block-case_list-item .list-item_tag {
    font-size: 1rem;
  }
  .section.case .block-case_list-item .list-item_tag else {
    font-size: 10;
  }
}
@media all and (max-width: 768px) {
  .section.case .block-case_list-item .list-item_tag {
    font-size: 1rem;
  }
  .section.case .block-case_list-item .list-item_tag else {
    font-size: 10;
  }
}
.section.case .block-case_list-item .list-item_tag {
  line-height: 1;
  letter-spacing: 0.1em;
  border: 1px solid var(--black);
  display: inline-block;
}
@media all and (min-width: 769px) {
  .section.case .block-case_list-item .list-item_tag {
    border-radius: 1rem;
  }
  .section.case .block-case_list-item .list-item_tag else {
    border-radius: 10;
  }
}
@media all and (max-width: 768px) {
  .section.case .block-case_list-item .list-item_tag {
    border-radius: 1rem;
  }
  .section.case .block-case_list-item .list-item_tag else {
    border-radius: 10;
  }
}
@media all and (min-width: 769px) {
  .section.case .block-case_list-item .list-item_ttl {
    margin-top: 0.8rem;
  }
  .section.case .block-case_list-item .list-item_ttl else {
    margin-top: 8;
  }
}
@media all and (max-width: 768px) {
  .section.case .block-case_list-item .list-item_ttl {
    margin-top: 0.8rem;
  }
  .section.case .block-case_list-item .list-item_ttl else {
    margin-top: 8;
  }
}
@media all and (min-width: 769px) {
  .section.case .block-case_list-item .list-item_ttl {
    font-size: 1.8rem;
  }
  .section.case .block-case_list-item .list-item_ttl else {
    font-size: 18;
  }
}
@media all and (max-width: 768px) {
  .section.case .block-case_list-item .list-item_ttl {
    font-size: 1.6rem;
  }
  .section.case .block-case_list-item .list-item_ttl else {
    font-size: 16;
  }
}
.section.case .block-case_list-item .list-item_ttl {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media all and (min-width: 769px) {
  .section.case .cmn-btn-wrap {
    margin-top: 4rem;
  }
  .section.case .cmn-btn-wrap else {
    margin-top: 40;
  }
}
@media all and (max-width: 768px) {
  .section.case .cmn-btn-wrap {
    margin-top: 3.5rem;
  }
  .section.case .cmn-btn-wrap else {
    margin-top: 35;
  }
}

.section.about {
  position: relative;
  overflow: hidden;
  height: auto;
  min-height: 61.8rem;
  color: var(--white);
}
.section.about::after {
  content: none;
}
@media (max-width: 768px) {
  .section.about {
    min-height: 54rem;
  }
}
.section.about .parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section.about .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 122%;
  background-image: url(../img/pic_bg-about2.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .section.about .parallax-bg {
    background-image: url(../img/pic_bg-about-sp.jpg);
  }
}
.section.about .parallax-bg::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.8;
}
.section.about .section-inner {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (min-width: 769px) {
  .section.about .section-inner {
    padding-top: 14rem;
  }
  .section.about .section-inner else {
    padding-top: 140;
  }
}
@media all and (max-width: 768px) {
  .section.about .section-inner {
    padding-top: 10rem;
  }
  .section.about .section-inner else {
    padding-top: 100;
  }
}
@media all and (min-width: 769px) {
  .section.about .section-inner {
    padding-bottom: 14rem;
  }
  .section.about .section-inner else {
    padding-bottom: 140;
  }
}
@media all and (max-width: 768px) {
  .section.about .section-inner {
    padding-bottom: 10rem;
  }
  .section.about .section-inner else {
    padding-bottom: 100;
  }
}
@media all and (min-width: 769px) {
  .section.about .section-inner {
    padding-inline: 8rem;
  }
  .section.about .section-inner else {
    padding-inline: 80;
  }
}
@media all and (max-width: 768px) {
  .section.about .section-inner {
    padding-inline: 2.5rem;
  }
  .section.about .section-inner else {
    padding-inline: 25;
  }
}
.section.about .section-inner {
  z-index: 1;
  position: relative;
}
@media all and (min-width: 769px) {
  .section.about .section-ttl_main {
    font-size: 2.8rem;
  }
  .section.about .section-ttl_main else {
    font-size: 28;
  }
}
@media all and (max-width: 768px) {
  .section.about .section-ttl_main {
    font-size: 2.4rem;
  }
  .section.about .section-ttl_main else {
    font-size: 24;
  }
}
@media all and (min-width: 769px) {
  .section.about .block-about-txt {
    margin-top: 4.9rem;
  }
  .section.about .block-about-txt else {
    margin-top: 49;
  }
}
@media all and (max-width: 768px) {
  .section.about .block-about-txt {
    margin-top: 1.6rem;
  }
  .section.about .block-about-txt else {
    margin-top: 16;
  }
}
@media all and (min-width: 769px) {
  .section.about .block-about-txt {
    font-size: 1.6rem;
  }
  .section.about .block-about-txt else {
    font-size: 16;
  }
}
@media all and (max-width: 768px) {
  .section.about .block-about-txt {
    font-size: 1.5rem;
  }
  .section.about .block-about-txt else {
    font-size: 15;
  }
}
.section.about .block-about-txt {
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media all and (min-width: 769px) {
  .section.about .cmn-btn-wrap {
    margin-top: 6rem;
  }
  .section.about .cmn-btn-wrap else {
    margin-top: 60;
  }
}
@media all and (max-width: 768px) {
  .section.about .cmn-btn-wrap {
    margin-top: 3.2rem;
  }
  .section.about .cmn-btn-wrap else {
    margin-top: 32;
  }
}

@media all and (min-width: 769px) {
  .section.contact {
    padding-top: 11rem;
  }
  .section.contact else {
    padding-top: 110;
  }
}
@media all and (max-width: 768px) {
  .section.contact {
    padding-top: 8.1rem;
  }
  .section.contact else {
    padding-top: 81;
  }
}
@media all and (min-width: 769px) {
  .section.contact {
    padding-bottom: 14rem;
  }
  .section.contact else {
    padding-bottom: 140;
  }
}
@media all and (max-width: 768px) {
  .section.contact {
    padding-bottom: 10.4rem;
  }
  .section.contact else {
    padding-bottom: 104;
  }
}
@media all and (min-width: 769px) {
  .section.contact .section-inner {
    padding-inline: 8rem;
  }
  .section.contact .section-inner else {
    padding-inline: 80;
  }
}
@media all and (max-width: 768px) {
  .section.contact .section-inner {
    padding-inline: 2.5rem;
  }
  .section.contact .section-inner else {
    padding-inline: 25;
  }
}
@media (max-width: 768px) {
  .section.contact .section-ttl_main {
    font-size: 2.2rem;
  }
}
@media all and (min-width: 769px) {
  .section.contact .section-contact_description {
    margin-top: 2.4rem;
  }
  .section.contact .section-contact_description else {
    margin-top: 24;
  }
}
@media all and (max-width: 768px) {
  .section.contact .section-contact_description {
    margin-top: 2.4rem;
  }
  .section.contact .section-contact_description else {
    margin-top: 24;
  }
}
@media all and (min-width: 769px) {
  .section.contact .section-contact_description {
    font-size: 1.6rem;
  }
  .section.contact .section-contact_description else {
    font-size: 16;
  }
}
@media all and (max-width: 768px) {
  .section.contact .section-contact_description {
    font-size: 1.4rem;
  }
  .section.contact .section-contact_description else {
    font-size: 14;
  }
}
.section.contact .section-contact_description {
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

@media all and (min-width: 769px) {
  .block-contact_list {
    margin-top: 5rem;
  }
  .block-contact_list else {
    margin-top: 50;
  }
}
@media all and (max-width: 768px) {
  .block-contact_list {
    margin-top: 4rem;
  }
  .block-contact_list else {
    margin-top: 40;
  }
}
.block-contact_list {
  display: flex;
  justify-content: center;
}
@media all and (min-width: 769px) {
  .block-contact_list {
    gap: 4.3rem;
  }
  .block-contact_list else {
    gap: 43;
  }
}
@media all and (max-width: 768px) {
  .block-contact_list {
    gap: 3rem;
  }
  .block-contact_list else {
    gap: 30;
  }
}
@media (max-width: 768px) {
  .block-contact_list {
    flex-direction: column;
    align-items: center;
  }
}

.block-contact_list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 769px) {
  .block-contact_list-item {
    gap: 1.2rem;
  }
  .block-contact_list-item else {
    gap: 12;
  }
}
@media all and (max-width: 768px) {
  .block-contact_list-item {
    gap: 1.2rem;
  }
  .block-contact_list-item else {
    gap: 12;
  }
}
@media all and (min-width: 769px) {
  .block-contact_list-item {
    width: 30.5rem;
  }
  .block-contact_list-item else {
    width: 305;
  }
}
@media all and (max-width: 768px) {
  .block-contact_list-item {
    width: 26.5rem;
  }
  .block-contact_list-item else {
    width: 265;
  }
}
@media all and (min-width: 769px) {
  .block-contact_list-item {
    padding: 3.4rem 3rem;
  }
}
@media all and (max-width: 768px) {
  .block-contact_list-item {
    padding: 3rem 1rem;
  }
}
.block-contact_list-item {
  border: 1px solid rgba(45, 72, 91, 0.3);
}
@media all and (min-width: 769px) {
  .block-contact_list-item .list-item_txt {
    font-size: 2rem;
  }
  .block-contact_list-item .list-item_txt else {
    font-size: 20;
  }
}
@media all and (max-width: 768px) {
  .block-contact_list-item .list-item_txt {
    font-size: 1.8rem;
  }
  .block-contact_list-item .list-item_txt else {
    font-size: 18;
  }
}
.block-contact_list-item .list-item_txt {
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media all and (min-width: 769px) {
  .block-contact_list-item .list-item_icon {
    width: 4rem;
  }
  .block-contact_list-item .list-item_icon else {
    width: 40;
  }
}
@media all and (max-width: 768px) {
  .block-contact_list-item .list-item_icon {
    width: 4rem;
  }
  .block-contact_list-item .list-item_icon else {
    width: 40;
  }
}
.block-contact_list-item .sec-contact-btn-more {
  display: inline-block;
}
@media all and (min-width: 769px) {
  .block-contact_list-item .sec-contact-btn-more {
    padding: 1.2rem 4rem;
  }
}
@media all and (max-width: 768px) {
  .block-contact_list-item .sec-contact-btn-more {
    padding: 1rem 4rem;
  }
}
@media all and (min-width: 769px) {
  .block-contact_list-item .sec-contact-btn-more {
    border-radius: 2.1rem;
  }
  .block-contact_list-item .sec-contact-btn-more else {
    border-radius: 21;
  }
}
@media all and (max-width: 768px) {
  .block-contact_list-item .sec-contact-btn-more {
    border-radius: 2.1rem;
  }
  .block-contact_list-item .sec-contact-btn-more else {
    border-radius: 21;
  }
}
@media all and (min-width: 769px) {
  .block-contact_list-item .sec-contact-btn-more {
    font-size: 1.4rem;
  }
  .block-contact_list-item .sec-contact-btn-more else {
    font-size: 14;
  }
}
@media all and (max-width: 768px) {
  .block-contact_list-item .sec-contact-btn-more {
    font-size: 1.4rem;
  }
  .block-contact_list-item .sec-contact-btn-more else {
    font-size: 14;
  }
}
.block-contact_list-item .sec-contact-btn-more {
  background-color: var(--commonBlue);
  color: var(--white);
  line-height: 1;
  letter-spacing: 0.1em;
}
@media all and (min-width: 769px) {
  .block-contact_list-item .sec-contact-btn-more.en {
    font-size: 1.5rem;
  }
  .block-contact_list-item .sec-contact-btn-more.en else {
    font-size: 15;
  }
}
@media all and (max-width: 768px) {
  .block-contact_list-item .sec-contact-btn-more.en {
    font-size: 1.5rem;
  }
  .block-contact_list-item .sec-contact-btn-more.en else {
    font-size: 15;
  }
}
.block-contact_list-item .sec-contact-btn-more.en {
  letter-spacing: 0.03em;
}
@media all and (min-width: 769px) {
  .block-contact_list-item .list-item_note {
    font-size: 1.1rem;
  }
  .block-contact_list-item .list-item_note else {
    font-size: 11;
  }
}
@media all and (max-width: 768px) {
  .block-contact_list-item .list-item_note {
    font-size: 1.1rem;
  }
  .block-contact_list-item .list-item_note else {
    font-size: 11;
  }
}
.block-contact_list-item .list-item_note {
  line-height: 1;
  letter-spacing: 0;
}
@media all and (min-width: 769px) {
  .block-contact_list-item .list-item_strong {
    font-size: 1.2rem;
  }
  .block-contact_list-item .list-item_strong else {
    font-size: 12;
  }
}
@media all and (max-width: 768px) {
  .block-contact_list-item .list-item_strong {
    font-size: 1.2rem;
  }
  .block-contact_list-item .list-item_strong else {
    font-size: 12;
  }
}
.block-contact_list-item .list-item_strong {
  letter-spacing: 0;
}

@media all and (min-width: 769px) {
  [data-pageid=contact] .block-contact_list {
    margin-top: 11rem;
  }
  [data-pageid=contact] .block-contact_list else {
    margin-top: 110;
  }
}
@media all and (max-width: 768px) {
  [data-pageid=contact] .block-contact_list {
    margin-top: 10.4rem;
  }
  [data-pageid=contact] .block-contact_list else {
    margin-top: 104;
  }
}
@media (min-width: 769px) {
  [data-pageid=contact] .block-contact_list {
    gap: 3rem;
  }
}
@media (min-width: 769px) {
  [data-pageid=contact] .block-contact_list-item {
    width: 36rem;
  }
}

@media all and (min-width: 769px) {
  .section.faq {
    padding-top: 11.3rem;
  }
  .section.faq else {
    padding-top: 113;
  }
}
@media all and (max-width: 768px) {
  .section.faq {
    padding-top: 8rem;
  }
  .section.faq else {
    padding-top: 80;
  }
}
@media all and (min-width: 769px) {
  .section.faq {
    padding-bottom: 13rem;
  }
  .section.faq else {
    padding-bottom: 130;
  }
}
@media all and (max-width: 768px) {
  .section.faq {
    padding-bottom: 9.8rem;
  }
  .section.faq else {
    padding-bottom: 98;
  }
}
.section.faq {
  color: var(--white);
  background-color: var(--commonBlue);
}
@media all and (min-width: 769px) {
  .section.faq .section-ttl_main {
    font-size: 3.2rem;
  }
  .section.faq .section-ttl_main else {
    font-size: 32;
  }
}
@media all and (max-width: 768px) {
  .section.faq .section-ttl_main {
    font-size: 2.4rem;
  }
  .section.faq .section-ttl_main else {
    font-size: 24;
  }
}
@media all and (min-width: 769px) {
  .section.faq .block-accordion {
    margin-top: 3.5rem;
  }
  .section.faq .block-accordion else {
    margin-top: 35;
  }
}
@media all and (max-width: 768px) {
  .section.faq .block-accordion {
    margin-top: 2.5rem;
  }
  .section.faq .block-accordion else {
    margin-top: 25;
  }
}
@media all and (min-width: 769px) {
  .section.faq .block-accordion {
    width: 84rem;
  }
  .section.faq .block-accordion else {
    width: 840;
  }
}
@media all and (max-width: 768px) {
  .section.faq .block-accordion {
    width: 32rem;
  }
  .section.faq .block-accordion else {
    width: 320;
  }
}
@media all and (min-width: 769px) {
  .section.faq .block-accordion {
    margin-inline: auto auto;
  }
}
@media all and (max-width: 768px) {
  .section.faq .block-accordion {
    margin-inline: 4.5rem 1rem;
  }
}
@media all and (min-width: 769px) {
  .section.faq .uk-accordion {
    gap: 2.5rem;
  }
  .section.faq .uk-accordion else {
    gap: 25;
  }
}
@media all and (max-width: 768px) {
  .section.faq .uk-accordion {
    gap: 2.5rem;
  }
  .section.faq .uk-accordion else {
    gap: 25;
  }
}
.section.faq .uk-accordion {
  display: flex;
  flex-direction: column;
}
.section.faq .accordion-item {
  border: 1px solid var(--white);
  background-color: #405869;
}
@media all and (min-width: 769px) {
  .section.faq .uk-accordion-title,
  .section.faq .uk-accordion-content p {
    padding-left: 10.6rem;
  }
  .section.faq .uk-accordion-title else,
  .section.faq .uk-accordion-content p else {
    padding-left: 106;
  }
}
@media all and (max-width: 768px) {
  .section.faq .uk-accordion-title,
  .section.faq .uk-accordion-content p {
    padding-left: 5.7rem;
  }
  .section.faq .uk-accordion-title else,
  .section.faq .uk-accordion-content p else {
    padding-left: 57;
  }
}
@media all and (min-width: 769px) {
  .section.faq .uk-accordion-title,
  .section.faq .uk-accordion-content p {
    padding-right: 9.4rem;
  }
  .section.faq .uk-accordion-title else,
  .section.faq .uk-accordion-content p else {
    padding-right: 94;
  }
}
@media all and (max-width: 768px) {
  .section.faq .uk-accordion-title,
  .section.faq .uk-accordion-content p {
    padding-right: 3.4rem;
  }
  .section.faq .uk-accordion-title else,
  .section.faq .uk-accordion-content p else {
    padding-right: 34;
  }
}
@media all and (min-width: 769px) {
  .section.faq .uk-accordion-title {
    padding-top: 1.8rem;
  }
  .section.faq .uk-accordion-title else {
    padding-top: 18;
  }
}
@media all and (max-width: 768px) {
  .section.faq .uk-accordion-title {
    padding-top: 1.8rem;
  }
  .section.faq .uk-accordion-title else {
    padding-top: 18;
  }
}
@media all and (min-width: 769px) {
  .section.faq .uk-accordion-title {
    padding-bottom: 1.8rem;
  }
  .section.faq .uk-accordion-title else {
    padding-bottom: 18;
  }
}
@media all and (max-width: 768px) {
  .section.faq .uk-accordion-title {
    padding-bottom: 1.8rem;
  }
  .section.faq .uk-accordion-title else {
    padding-bottom: 18;
  }
}
@media all and (min-width: 769px) {
  .section.faq .uk-accordion-title {
    font-size: 1.8rem;
  }
  .section.faq .uk-accordion-title else {
    font-size: 18;
  }
}
@media all and (max-width: 768px) {
  .section.faq .uk-accordion-title {
    font-size: 1.5rem;
  }
  .section.faq .uk-accordion-title else {
    font-size: 15;
  }
}
.section.faq .uk-accordion-title {
  line-height: 1.8;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  position: relative;
}
.section.faq .uk-accordion-title .txt-q-svg {
  position: absolute;
  transform: translateX(-100%);
}
@media all and (min-width: 769px) {
  .section.faq .uk-accordion-title .txt-q-svg {
    margin-left: -1rem;
  }
  .section.faq .uk-accordion-title .txt-q-svg else {
    margin-left: -10;
  }
}
@media all and (max-width: 768px) {
  .section.faq .uk-accordion-title .txt-q-svg {
    margin-left: -0.8rem;
  }
  .section.faq .uk-accordion-title .txt-q-svg else {
    margin-left: -8;
  }
}
@media all and (min-width: 769px) {
  .section.faq .uk-accordion-title .txt-q-svg {
    margin-bottom: -0.3rem;
  }
  .section.faq .uk-accordion-title .txt-q-svg else {
    margin-bottom: -3;
  }
}
@media all and (max-width: 768px) {
  .section.faq .uk-accordion-title .txt-q-svg {
    margin-bottom: -0.2rem;
  }
  .section.faq .uk-accordion-title .txt-q-svg else {
    margin-bottom: -2;
  }
}
.section.faq .uk-accordion-title .txt-q-svg {
  display: block;
}
@media all and (min-width: 769px) {
  .section.faq .uk-accordion-title .txt-q-svg {
    width: 7.2rem;
  }
  .section.faq .uk-accordion-title .txt-q-svg else {
    width: 72;
  }
}
@media all and (max-width: 768px) {
  .section.faq .uk-accordion-title .txt-q-svg {
    width: 3.7rem;
  }
  .section.faq .uk-accordion-title .txt-q-svg else {
    width: 37;
  }
}
@media (max-width: 768px) {
  .section.faq .uk-accordion-title .txt-q-svg {
    top: 2.3rem;
  }
}
.section.faq .uk-accordion-title .ico-arrow {
  position: absolute;
  display: block;
  z-index: 1;
}
@media all and (min-width: 769px) {
  .section.faq .uk-accordion-title .ico-arrow {
    right: 2.1rem;
  }
  .section.faq .uk-accordion-title .ico-arrow else {
    right: 21;
  }
}
@media all and (max-width: 768px) {
  .section.faq .uk-accordion-title .ico-arrow {
    right: 0.8rem;
  }
  .section.faq .uk-accordion-title .ico-arrow else {
    right: 8;
  }
}
@media all and (min-width: 769px) {
  .section.faq .uk-accordion-title .ico-arrow {
    width: 1.7rem;
  }
  .section.faq .uk-accordion-title .ico-arrow else {
    width: 17;
  }
}
@media all and (max-width: 768px) {
  .section.faq .uk-accordion-title .ico-arrow {
    width: 1.4rem;
  }
  .section.faq .uk-accordion-title .ico-arrow else {
    width: 14;
  }
}
.section.faq .uk-accordion-title .ico-arrow {
  display: flex;
}
.section.faq .uk-accordion-title .ico-arrow img {
  transform: rotate(0deg);
  transition: 0s;
}
.section.faq .uk-accordion-title::after {
  content: none;
}
.section.faq .uk-open > .uk-accordion-title .ico-arrow img {
  transform: rotate(180deg);
}
@media all and (min-width: 769px) {
  .section.faq .uk-accordion-content {
    margin-top: 0.5rem;
  }
  .section.faq .uk-accordion-content else {
    margin-top: 5;
  }
}
@media all and (max-width: 768px) {
  .section.faq .uk-accordion-content {
    margin-top: 0.2rem;
  }
  .section.faq .uk-accordion-content else {
    margin-top: 2;
  }
}
@media all and (min-width: 769px) {
  .section.faq .uk-accordion-content {
    padding-bottom: 2.1rem;
  }
  .section.faq .uk-accordion-content else {
    padding-bottom: 21;
  }
}
@media all and (max-width: 768px) {
  .section.faq .uk-accordion-content {
    padding-bottom: 2.4rem;
  }
  .section.faq .uk-accordion-content else {
    padding-bottom: 24;
  }
}
@media (max-width: 768px) {
  .section.faq .uk-accordion-content p {
    padding-right: 1.5rem;
  }
}
@media all and (min-width: 769px) {
  .section.faq .uk-accordion-content p {
    font-size: 1.4rem;
  }
  .section.faq .uk-accordion-content p else {
    font-size: 14;
  }
}
@media all and (max-width: 768px) {
  .section.faq .uk-accordion-content p {
    font-size: 1.3rem;
  }
  .section.faq .uk-accordion-content p else {
    font-size: 13;
  }
}
.section.faq .uk-accordion-content p {
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media all and (min-width: 769px) {
  .section.p-case-head {
    padding-top: 19.2rem;
  }
  .section.p-case-head else {
    padding-top: 192;
  }
}
@media all and (max-width: 768px) {
  .section.p-case-head {
    padding-top: 8.8rem;
  }
  .section.p-case-head else {
    padding-top: 88;
  }
}
@media all and (min-width: 769px) {
  .section.p-case-head {
    padding-bottom: 7.8rem;
  }
  .section.p-case-head else {
    padding-bottom: 78;
  }
}
@media all and (max-width: 768px) {
  .section.p-case-head {
    padding-bottom: 11.3rem;
  }
  .section.p-case-head else {
    padding-bottom: 113;
  }
}
@media (min-width: 769px) {
  .section.p-case-head .section-ttl_main {
    font-size: 32px;
  }
}
@media all and (min-width: 769px) {
  .section.p-case-head .p-case-head-txt {
    margin-top: 4rem;
  }
  .section.p-case-head .p-case-head-txt else {
    margin-top: 40;
  }
}
@media all and (max-width: 768px) {
  .section.p-case-head .p-case-head-txt {
    margin-top: 3.2rem;
  }
  .section.p-case-head .p-case-head-txt else {
    margin-top: 32;
  }
}
@media all and (min-width: 769px) {
  .section.p-case-head .p-case-head-txt {
    font-size: 1.6rem;
  }
  .section.p-case-head .p-case-head-txt else {
    font-size: 16;
  }
}
@media all and (max-width: 768px) {
  .section.p-case-head .p-case-head-txt {
    font-size: 1.4rem;
  }
  .section.p-case-head .p-case-head-txt else {
    font-size: 14;
  }
}
.section.p-case-head .p-case-head-txt {
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}

@media all and (min-width: 769px) {
  .section.polishing,
  .section.powder-coating {
    padding-top: 16.9rem;
  }
  .section.polishing else,
  .section.powder-coating else {
    padding-top: 169;
  }
}
@media all and (max-width: 768px) {
  .section.polishing,
  .section.powder-coating {
    padding-top: 9rem;
  }
  .section.polishing else,
  .section.powder-coating else {
    padding-top: 90;
  }
}
@media all and (min-width: 769px) {
  .section.polishing,
  .section.powder-coating {
    padding-bottom: 12rem;
  }
  .section.polishing else,
  .section.powder-coating else {
    padding-bottom: 120;
  }
}
@media all and (max-width: 768px) {
  .section.polishing,
  .section.powder-coating {
    padding-bottom: 11.2rem;
  }
  .section.polishing else,
  .section.powder-coating else {
    padding-bottom: 112;
  }
}
@media all and (min-width: 769px) {
  .section.polishing .section-ttl_main,
  .section.powder-coating .section-ttl_main {
    font-size: 3rem;
  }
  .section.polishing .section-ttl_main else,
  .section.powder-coating .section-ttl_main else {
    font-size: 30;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .section-ttl_main,
  .section.powder-coating .section-ttl_main {
    font-size: 2rem;
  }
  .section.polishing .section-ttl_main else,
  .section.powder-coating .section-ttl_main else {
    font-size: 20;
  }
}
.section.polishing .block-head,
.section.powder-coating .block-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 769px) {
  .section.polishing .block-head,
  .section.powder-coating .block-head {
    margin-top: 3rem;
  }
  .section.polishing .block-head else,
  .section.powder-coating .block-head else {
    margin-top: 30;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-head,
  .section.powder-coating .block-head {
    margin-top: 2.4rem;
  }
  .section.polishing .block-head else,
  .section.powder-coating .block-head else {
    margin-top: 24;
  }
}
@media all and (min-width: 769px) {
  .section.polishing .block-head_pic,
  .section.powder-coating .block-head_pic {
    width: 36.4rem;
  }
  .section.polishing .block-head_pic else,
  .section.powder-coating .block-head_pic else {
    width: 364;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-head_pic,
  .section.powder-coating .block-head_pic {
    width: 27.7rem;
  }
  .section.polishing .block-head_pic else,
  .section.powder-coating .block-head_pic else {
    width: 277;
  }
}
@media all and (min-width: 769px) {
  .section.polishing .block-head_txt-wrap,
  .section.powder-coating .block-head_txt-wrap {
    margin-top: 4rem;
  }
  .section.polishing .block-head_txt-wrap else,
  .section.powder-coating .block-head_txt-wrap else {
    margin-top: 40;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-head_txt-wrap,
  .section.powder-coating .block-head_txt-wrap {
    margin-top: 4rem;
  }
  .section.polishing .block-head_txt-wrap else,
  .section.powder-coating .block-head_txt-wrap else {
    margin-top: 40;
  }
}
@media all and (min-width: 769px) {
  .section.polishing .block-head_ttl,
  .section.powder-coating .block-head_ttl {
    font-size: 2rem;
  }
  .section.polishing .block-head_ttl else,
  .section.powder-coating .block-head_ttl else {
    font-size: 20;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-head_ttl,
  .section.powder-coating .block-head_ttl {
    font-size: 1.6rem;
  }
  .section.polishing .block-head_ttl else,
  .section.powder-coating .block-head_ttl else {
    font-size: 16;
  }
}
.section.polishing .block-head_ttl,
.section.powder-coating .block-head_ttl {
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .section.polishing .block-head_ttl,
  .section.powder-coating .block-head_ttl {
    line-height: 1.7;
  }
}
@media all and (min-width: 769px) {
  .section.polishing .block-head_description,
  .section.powder-coating .block-head_description {
    margin-top: 4rem;
  }
  .section.polishing .block-head_description else,
  .section.powder-coating .block-head_description else {
    margin-top: 40;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-head_description,
  .section.powder-coating .block-head_description {
    margin-top: 3.2rem;
  }
  .section.polishing .block-head_description else,
  .section.powder-coating .block-head_description else {
    margin-top: 32;
  }
}
@media all and (min-width: 769px) {
  .section.polishing .block-head_description,
  .section.powder-coating .block-head_description {
    font-size: 1.6rem;
  }
  .section.polishing .block-head_description else,
  .section.powder-coating .block-head_description else {
    font-size: 16;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-head_description,
  .section.powder-coating .block-head_description {
    font-size: 1.4rem;
  }
  .section.polishing .block-head_description else,
  .section.powder-coating .block-head_description else {
    font-size: 14;
  }
}
.section.polishing .block-head_description,
.section.powder-coating .block-head_description {
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .section.polishing .block-head_description,
  .section.powder-coating .block-head_description {
    line-height: 1.8;
  }
}
.section.polishing .block-head_description-chunk,
.section.powder-coating .block-head_description-chunk {
  display: block;
}
@media all and (min-width: 769px) {
  .section.polishing .block-head_description-chunk.block-head_description-chunk,
  .section.powder-coating .block-head_description-chunk.block-head_description-chunk {
    margin-top: 1.6rem;
  }
  .section.polishing .block-head_description-chunk.block-head_description-chunk else,
  .section.powder-coating .block-head_description-chunk.block-head_description-chunk else {
    margin-top: 16;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-head_description-chunk.block-head_description-chunk,
  .section.powder-coating .block-head_description-chunk.block-head_description-chunk {
    margin-top: 1.6rem;
  }
  .section.polishing .block-head_description-chunk.block-head_description-chunk else,
  .section.powder-coating .block-head_description-chunk.block-head_description-chunk else {
    margin-top: 16;
  }
}
@media all and (min-width: 769px) {
  .section.polishing .block-specs,
  .section.powder-coating .block-specs {
    margin-top: 8rem;
  }
  .section.polishing .block-specs else,
  .section.powder-coating .block-specs else {
    margin-top: 80;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-specs,
  .section.powder-coating .block-specs {
    margin-top: 8rem;
  }
  .section.polishing .block-specs else,
  .section.powder-coating .block-specs else {
    margin-top: 80;
  }
}
@media all and (min-width: 769px) {
  .section.polishing .block-specs_ttl,
  .section.powder-coating .block-specs_ttl {
    font-size: 2rem;
  }
  .section.polishing .block-specs_ttl else,
  .section.powder-coating .block-specs_ttl else {
    font-size: 20;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-specs_ttl,
  .section.powder-coating .block-specs_ttl {
    font-size: 1.6rem;
  }
  .section.polishing .block-specs_ttl else,
  .section.powder-coating .block-specs_ttl else {
    font-size: 16;
  }
}
.section.polishing .block-specs_ttl,
.section.powder-coating .block-specs_ttl {
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.section.polishing .block-specs_list-wrap,
.section.powder-coating .block-specs_list-wrap {
  display: flex;
  justify-content: center;
}
.section.polishing .block-specs_list,
.section.powder-coating .block-specs_list {
  display: inline-block;
}
@media all and (min-width: 769px) {
  .section.polishing .block-specs_list,
  .section.powder-coating .block-specs_list {
    margin-top: 2.4rem;
  }
  .section.polishing .block-specs_list else,
  .section.powder-coating .block-specs_list else {
    margin-top: 24;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-specs_list,
  .section.powder-coating .block-specs_list {
    margin-top: 1.6rem;
  }
  .section.polishing .block-specs_list else,
  .section.powder-coating .block-specs_list else {
    margin-top: 16;
  }
}
@media all and (min-width: 769px) {
  .section.polishing .block-specs_list,
  .section.powder-coating .block-specs_list {
    padding: 4rem 8rem;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-specs_list,
  .section.powder-coating .block-specs_list {
    padding: 4rem 3rem;
  }
}
.section.polishing .block-specs_list,
.section.powder-coating .block-specs_list {
  background-color: var(--white);
}
.section.polishing .block-specs_list-item,
.section.powder-coating .block-specs_list-item {
  display: flex;
}
@media all and (min-width: 769px) {
  .section.polishing .block-specs_list-item,
  .section.powder-coating .block-specs_list-item {
    gap: 3rem;
  }
  .section.polishing .block-specs_list-item else,
  .section.powder-coating .block-specs_list-item else {
    gap: 30;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-specs_list-item,
  .section.powder-coating .block-specs_list-item {
    gap: 0.8rem;
  }
  .section.polishing .block-specs_list-item else,
  .section.powder-coating .block-specs_list-item else {
    gap: 8;
  }
}
@media (max-width: 768px) {
  .section.polishing .block-specs_list-item,
  .section.powder-coating .block-specs_list-item {
    flex-direction: column;
  }
}
@media all and (min-width: 769px) {
  .section.polishing .block-specs_list-item + .block-specs_list-item,
  .section.powder-coating .block-specs_list-item + .block-specs_list-item {
    margin-top: 1.6rem;
  }
  .section.polishing .block-specs_list-item + .block-specs_list-item else,
  .section.powder-coating .block-specs_list-item + .block-specs_list-item else {
    margin-top: 16;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-specs_list-item + .block-specs_list-item,
  .section.powder-coating .block-specs_list-item + .block-specs_list-item {
    margin-top: 2.4rem;
  }
  .section.polishing .block-specs_list-item + .block-specs_list-item else,
  .section.powder-coating .block-specs_list-item + .block-specs_list-item else {
    margin-top: 24;
  }
}
@media all and (min-width: 769px) {
  .section.polishing .block-specs_list-item .list-item_ttl,
  .section.powder-coating .block-specs_list-item .list-item_ttl {
    width: 9.8rem;
  }
  .section.polishing .block-specs_list-item .list-item_ttl else,
  .section.powder-coating .block-specs_list-item .list-item_ttl else {
    width: 98;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-specs_list-item .list-item_ttl,
  .section.powder-coating .block-specs_list-item .list-item_ttl {
    width: 26.5rem;
  }
  .section.polishing .block-specs_list-item .list-item_ttl else,
  .section.powder-coating .block-specs_list-item .list-item_ttl else {
    width: 265;
  }
}
@media all and (min-width: 769px) {
  .section.polishing .block-specs_list-item .list-item_ttl,
  .section.powder-coating .block-specs_list-item .list-item_ttl {
    font-size: 1.6rem;
  }
  .section.polishing .block-specs_list-item .list-item_ttl else,
  .section.powder-coating .block-specs_list-item .list-item_ttl else {
    font-size: 16;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-specs_list-item .list-item_ttl,
  .section.powder-coating .block-specs_list-item .list-item_ttl {
    font-size: 1.6rem;
  }
  .section.polishing .block-specs_list-item .list-item_ttl else,
  .section.powder-coating .block-specs_list-item .list-item_ttl else {
    font-size: 16;
  }
}
.section.polishing .block-specs_list-item .list-item_ttl,
.section.powder-coating .block-specs_list-item .list-item_ttl {
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
}
@media all and (min-width: 769px) {
  .section.polishing .block-specs_list-item .list-item_txt,
  .section.powder-coating .block-specs_list-item .list-item_txt {
    max-width: 37.2rem;
  }
  .section.polishing .block-specs_list-item .list-item_txt else,
  .section.powder-coating .block-specs_list-item .list-item_txt else {
    max-width: 372;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-specs_list-item .list-item_txt,
  .section.powder-coating .block-specs_list-item .list-item_txt {
    max-width: 26.5rem;
  }
  .section.polishing .block-specs_list-item .list-item_txt else,
  .section.powder-coating .block-specs_list-item .list-item_txt else {
    max-width: 265;
  }
}
@media all and (min-width: 769px) {
  .section.polishing .block-specs_list-item .list-item_txt,
  .section.powder-coating .block-specs_list-item .list-item_txt {
    font-size: 1.5rem;
  }
  .section.polishing .block-specs_list-item .list-item_txt else,
  .section.powder-coating .block-specs_list-item .list-item_txt else {
    font-size: 15;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-specs_list-item .list-item_txt,
  .section.powder-coating .block-specs_list-item .list-item_txt {
    font-size: 1.3rem;
  }
  .section.polishing .block-specs_list-item .list-item_txt else,
  .section.powder-coating .block-specs_list-item .list-item_txt else {
    font-size: 13;
  }
}
.section.polishing .block-specs_list-item .list-item_txt,
.section.powder-coating .block-specs_list-item .list-item_txt {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .section.polishing .block-specs_list-item .list-item_ttl,
  .section.polishing .block-specs_list-item .list-item_txt,
  .section.powder-coating .block-specs_list-item .list-item_ttl,
  .section.powder-coating .block-specs_list-item .list-item_txt {
    display: inline-block;
    width: 100%;
    float: left;
  }
}
@media all and (min-width: 769px) {
  .section.polishing .block-example,
  .section.powder-coating .block-example {
    margin-top: 10rem;
  }
  .section.polishing .block-example else,
  .section.powder-coating .block-example else {
    margin-top: 100;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-example,
  .section.powder-coating .block-example {
    margin-top: 10rem;
  }
  .section.polishing .block-example else,
  .section.powder-coating .block-example else {
    margin-top: 100;
  }
}
@media all and (min-width: 769px) {
  .section.polishing .block-example_ttl,
  .section.powder-coating .block-example_ttl {
    font-size: 2.8rem;
  }
  .section.polishing .block-example_ttl else,
  .section.powder-coating .block-example_ttl else {
    font-size: 28;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-example_ttl,
  .section.powder-coating .block-example_ttl {
    font-size: 2rem;
  }
  .section.polishing .block-example_ttl else,
  .section.powder-coating .block-example_ttl else {
    font-size: 20;
  }
}
.section.polishing .block-example_ttl,
.section.powder-coating .block-example_ttl {
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media all and (min-width: 769px) {
  .section.polishing .block-example_list-wrap,
  .section.powder-coating .block-example_list-wrap {
    margin-top: 4rem;
  }
  .section.polishing .block-example_list-wrap else,
  .section.powder-coating .block-example_list-wrap else {
    margin-top: 40;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-example_list-wrap,
  .section.powder-coating .block-example_list-wrap {
    margin-top: 3rem;
  }
  .section.polishing .block-example_list-wrap else,
  .section.powder-coating .block-example_list-wrap else {
    margin-top: 30;
  }
}
.section.polishing .block-example_list-wrap,
.section.powder-coating .block-example_list-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.polishing .block-example_list,
.section.powder-coating .block-example_list {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 769px) {
  .section.polishing .block-example_list,
  .section.powder-coating .block-example_list {
    gap: 5.4rem;
  }
  .section.polishing .block-example_list else,
  .section.powder-coating .block-example_list else {
    gap: 54;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-example_list,
  .section.powder-coating .block-example_list {
    gap: 4rem;
  }
  .section.polishing .block-example_list else,
  .section.powder-coating .block-example_list else {
    gap: 40;
  }
}
@media (min-width: 769px) {
  .section.polishing .block-example_list,
  .section.powder-coating .block-example_list {
    width: 82.4rem;
  }
}
@media (max-width: 768px) {
  .section.polishing .block-example_list,
  .section.powder-coating .block-example_list {
    margin-inline: 4.5rem 3.5rem;
  }
}
.section.polishing .block-example_list-item,
.section.powder-coating .block-example_list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 2.7rem);
}
@media all and (min-width: 769px) {
  .section.polishing .block-example_list-item,
  .section.powder-coating .block-example_list-item {
    gap: 2.4rem 3rem;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-example_list-item,
  .section.powder-coating .block-example_list-item {
    gap: 3rem 2.4rem;
  }
}
.section.polishing .block-example_list-item,
.section.powder-coating .block-example_list-item {
  border: 1px solid #4f7087;
}
@media all and (min-width: 769px) {
  .section.polishing .block-example_list-item,
  .section.powder-coating .block-example_list-item {
    padding: 3rem 3rem;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-example_list-item,
  .section.powder-coating .block-example_list-item {
    padding: 3rem 1.5rem;
  }
}
@media (min-width: 769px) {
  .section.polishing .block-example_list-item:nth-of-type(1),
  .section.powder-coating .block-example_list-item:nth-of-type(1) {
    width: 100%;
    padding: 4rem 3.7rem;
    flex-direction: row;
    align-items: center;
  }
  .section.polishing .block-example_list-item:nth-of-type(1) .list-item_pic,
  .section.powder-coating .block-example_list-item:nth-of-type(1) .list-item_pic {
    width: 35rem;
  }
}
@media (max-width: 768px) {
  .section.polishing .block-example_list-item,
  .section.powder-coating .block-example_list-item {
    width: 100%;
  }
}
.section.polishing .block-example_list-item .list-item_pic,
.section.powder-coating .block-example_list-item .list-item_pic {
  flex-shrink: 0;
}
@media all and (min-width: 769px) {
  .section.polishing .block-example_list-item .list-item_pic,
  .section.powder-coating .block-example_list-item .list-item_pic {
    width: 28.5rem;
  }
  .section.polishing .block-example_list-item .list-item_pic else,
  .section.powder-coating .block-example_list-item .list-item_pic else {
    width: 285;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-example_list-item .list-item_pic,
  .section.powder-coating .block-example_list-item .list-item_pic {
    width: 24rem;
  }
  .section.polishing .block-example_list-item .list-item_pic else,
  .section.powder-coating .block-example_list-item .list-item_pic else {
    width: 240;
  }
}
@media all and (min-width: 769px) {
  .section.polishing .block-example_list-item .list-item_ttl,
  .section.powder-coating .block-example_list-item .list-item_ttl {
    font-size: 2rem;
  }
  .section.polishing .block-example_list-item .list-item_ttl else,
  .section.powder-coating .block-example_list-item .list-item_ttl else {
    font-size: 20;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-example_list-item .list-item_ttl,
  .section.powder-coating .block-example_list-item .list-item_ttl {
    font-size: 1.8rem;
  }
  .section.polishing .block-example_list-item .list-item_ttl else,
  .section.powder-coating .block-example_list-item .list-item_ttl else {
    font-size: 18;
  }
}
.section.polishing .block-example_list-item .list-item_ttl,
.section.powder-coating .block-example_list-item .list-item_ttl {
  line-height: 1;
  letter-spacing: 0.1em;
}
@media all and (min-width: 769px) {
  .section.polishing .block-example_list-item .list-item_txt,
  .section.powder-coating .block-example_list-item .list-item_txt {
    margin-top: 1.6rem;
  }
  .section.polishing .block-example_list-item .list-item_txt else,
  .section.powder-coating .block-example_list-item .list-item_txt else {
    margin-top: 16;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-example_list-item .list-item_txt,
  .section.powder-coating .block-example_list-item .list-item_txt {
    margin-top: 1.6rem;
  }
  .section.polishing .block-example_list-item .list-item_txt else,
  .section.powder-coating .block-example_list-item .list-item_txt else {
    margin-top: 16;
  }
}
@media all and (min-width: 769px) {
  .section.polishing .block-example_list-item .list-item_txt,
  .section.powder-coating .block-example_list-item .list-item_txt {
    font-size: 1.5rem;
  }
  .section.polishing .block-example_list-item .list-item_txt else,
  .section.powder-coating .block-example_list-item .list-item_txt else {
    font-size: 15;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-example_list-item .list-item_txt,
  .section.powder-coating .block-example_list-item .list-item_txt {
    font-size: 1.4rem;
  }
  .section.polishing .block-example_list-item .list-item_txt else,
  .section.powder-coating .block-example_list-item .list-item_txt else {
    font-size: 14;
  }
}
.section.polishing .block-example_list-item .list-item_txt,
.section.powder-coating .block-example_list-item .list-item_txt {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media all and (min-width: 769px) {
  .section.polishing .cmn-btn-wrap,
  .section.powder-coating .cmn-btn-wrap {
    margin-top: 6.4rem;
  }
  .section.polishing .cmn-btn-wrap else,
  .section.powder-coating .cmn-btn-wrap else {
    margin-top: 64;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .cmn-btn-wrap,
  .section.powder-coating .cmn-btn-wrap {
    margin-top: 4.8rem;
  }
  .section.polishing .cmn-btn-wrap else,
  .section.powder-coating .cmn-btn-wrap else {
    margin-top: 48;
  }
}

.section.polishing {
  background-color: var(--commonBlue);
  color: var(--white);
}
@media all and (min-width: 769px) {
  .section.polishing {
    padding-top: 18.5rem;
  }
  .section.polishing else {
    padding-top: 185;
  }
}
@media all and (max-width: 768px) {
  .section.polishing {
    padding-top: 10.4rem;
  }
  .section.polishing else {
    padding-top: 104;
  }
}
@media all and (min-width: 769px) {
  .section.polishing {
    padding-bottom: 9.5rem;
  }
  .section.polishing else {
    padding-bottom: 95;
  }
}
@media all and (max-width: 768px) {
  .section.polishing {
    padding-bottom: 13rem;
  }
  .section.polishing else {
    padding-bottom: 130;
  }
}
.section.polishing .block-specs_list {
  background-color: #1f394b;
}
@media all and (min-width: 769px) {
  .section.polishing .block-specs_list-item .list-item_txt {
    max-width: 45.5rem;
  }
  .section.polishing .block-specs_list-item .list-item_txt else {
    max-width: 455;
  }
}
@media all and (max-width: 768px) {
  .section.polishing .block-specs_list-item .list-item_txt {
    max-width: 26.5rem;
  }
  .section.polishing .block-specs_list-item .list-item_txt else {
    max-width: 265;
  }
}

@media all and (min-width: 769px) {
  .section.p-about-head {
    padding-top: 19.2rem;
  }
  .section.p-about-head else {
    padding-top: 192;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-head {
    padding-top: 16rem;
  }
  .section.p-about-head else {
    padding-top: 160;
  }
}
@media all and (min-width: 769px) {
  .section.p-about-head {
    padding-bottom: 19.2rem;
  }
  .section.p-about-head else {
    padding-bottom: 192;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-head {
    padding-bottom: 16rem;
  }
  .section.p-about-head else {
    padding-bottom: 160;
  }
}
.section.p-about-head {
  color: var(--white);
  background-image: url(../img/pic_bg-about.jpg);
  background-size: cover;
  background-position: center;
}
.section.p-about-head::after {
  content: none;
}
@media (max-width: 768px) {
  .section.p-about-head {
    background-image: url(../img/pic_bg-about-sp.jpg);
  }
}
.section.p-about-head::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.8;
}
@media all and (min-width: 769px) {
  .section.p-about-head .section-inner {
    padding-inline: 8rem;
  }
  .section.p-about-head .section-inner else {
    padding-inline: 80;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-head .section-inner {
    padding-inline: 2.5rem;
  }
  .section.p-about-head .section-inner else {
    padding-inline: 25;
  }
}
.section.p-about-head .section-inner {
  z-index: 1;
  position: relative;
}
@media all and (min-width: 769px) {
  .section.p-about-head .section-ttl_main {
    font-size: 3.2rem;
  }
  .section.p-about-head .section-ttl_main else {
    font-size: 32;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-head .section-ttl_main {
    font-size: 2.4rem;
  }
  .section.p-about-head .section-ttl_main else {
    font-size: 24;
  }
}

@media all and (min-width: 769px) {
  .section.p-about-lead {
    padding-top: 14rem;
  }
  .section.p-about-lead else {
    padding-top: 140;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-lead {
    padding-top: 10.4rem;
  }
  .section.p-about-lead else {
    padding-top: 104;
  }
}
@media all and (min-width: 769px) {
  .section.p-about-lead {
    padding-bottom: 14rem;
  }
  .section.p-about-lead else {
    padding-bottom: 140;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-lead {
    padding-bottom: 8rem;
  }
  .section.p-about-lead else {
    padding-bottom: 80;
  }
}
@media all and (min-width: 769px) {
  .section.p-about-lead .section-inner {
    padding-inline: 8rem;
  }
  .section.p-about-lead .section-inner else {
    padding-inline: 80;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-lead .section-inner {
    padding-inline: 2.5rem;
  }
  .section.p-about-lead .section-inner else {
    padding-inline: 25;
  }
}
@media (max-width: 768px) {
  .section.p-about-lead .section-ttl_main {
    line-height: 1.6;
  }
}
@media all and (min-width: 769px) {
  .section.p-about-lead .block-lead-txt {
    margin-top: 4rem;
  }
  .section.p-about-lead .block-lead-txt else {
    margin-top: 40;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-lead .block-lead-txt {
    margin-top: 3.2rem;
  }
  .section.p-about-lead .block-lead-txt else {
    margin-top: 32;
  }
}
@media all and (min-width: 769px) {
  .section.p-about-lead .block-lead-txt {
    font-size: 1.6rem;
  }
  .section.p-about-lead .block-lead-txt else {
    font-size: 16;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-lead .block-lead-txt {
    font-size: 1.5rem;
  }
  .section.p-about-lead .block-lead-txt else {
    font-size: 15;
  }
}
.section.p-about-lead .block-lead-txt {
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
.section.p-about-lead .block-lead-txt_chunk {
  display: block;
}
@media all and (min-width: 769px) {
  .section.p-about-lead .block-lead-txt_chunk + .block-lead-txt_chunk {
    margin-top: 1.6rem;
  }
  .section.p-about-lead .block-lead-txt_chunk + .block-lead-txt_chunk else {
    margin-top: 16;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-lead .block-lead-txt_chunk + .block-lead-txt_chunk {
    margin-top: 1.6rem;
  }
  .section.p-about-lead .block-lead-txt_chunk + .block-lead-txt_chunk else {
    margin-top: 16;
  }
}
@media all and (min-width: 769px) {
  .section.p-about-lead .block-reason {
    margin-top: 6.3rem;
  }
  .section.p-about-lead .block-reason else {
    margin-top: 63;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-lead .block-reason {
    margin-top: 6.4rem;
  }
  .section.p-about-lead .block-reason else {
    margin-top: 64;
  }
}
.section.p-about-lead .block-reason {
  text-align: center;
}
@media all and (min-width: 769px) {
  .section.p-about-lead .block-reason_ttl {
    font-size: 2.6rem;
  }
  .section.p-about-lead .block-reason_ttl else {
    font-size: 26;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-lead .block-reason_ttl {
    font-size: 1.8rem;
  }
  .section.p-about-lead .block-reason_ttl else {
    font-size: 18;
  }
}
.section.p-about-lead .block-reason_ttl {
  line-height: 1;
  letter-spacing: 0.1em;
}
@media all and (min-width: 769px) {
  .section.p-about-lead .block-reason_list {
    margin-top: 3.1rem;
  }
  .section.p-about-lead .block-reason_list else {
    margin-top: 31;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-lead .block-reason_list {
    margin-top: 3rem;
  }
  .section.p-about-lead .block-reason_list else {
    margin-top: 30;
  }
}
.section.p-about-lead .block-reason_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 769px) {
  .section.p-about-lead .block-reason_list {
    gap: 6.4rem;
  }
  .section.p-about-lead .block-reason_list else {
    gap: 64;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-lead .block-reason_list {
    gap: 1.6rem;
  }
  .section.p-about-lead .block-reason_list else {
    gap: 16;
  }
}
@media (max-width: 768px) {
  .section.p-about-lead .block-reason_list {
    flex-direction: column;
  }
}
.section.p-about-lead .block-reason_list-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 769px) {
  .section.p-about-lead .block-reason_list-item {
    width: 17.6rem;
  }
  .section.p-about-lead .block-reason_list-item else {
    width: 176;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-lead .block-reason_list-item {
    width: 14.5rem;
  }
  .section.p-about-lead .block-reason_list-item else {
    width: 145;
  }
}
@media all and (min-width: 769px) {
  .section.p-about-lead .block-reason_list-item {
    height: 17.6rem;
  }
  .section.p-about-lead .block-reason_list-item else {
    height: 176;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-lead .block-reason_list-item {
    height: 14.5rem;
  }
  .section.p-about-lead .block-reason_list-item else {
    height: 145;
  }
}
.section.p-about-lead .block-reason_list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--commonBlue);
  opacity: 0.3;
}
.section.p-about-lead .block-reason_list-item .list-item_inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 769px) {
  .section.p-about-lead .block-reason_list-item .list-item_inner {
    gap: 1.6rem;
  }
  .section.p-about-lead .block-reason_list-item .list-item_inner else {
    gap: 16;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-lead .block-reason_list-item .list-item_inner {
    gap: 0.8rem;
  }
  .section.p-about-lead .block-reason_list-item .list-item_inner else {
    gap: 8;
  }
}
.section.p-about-lead .block-reason_list-item .list-item_ttl {
  white-space: nowrap;
}
@media all and (min-width: 769px) {
  .section.p-about-lead .block-reason_list-item .list-item_ttl {
    font-size: 2rem;
  }
  .section.p-about-lead .block-reason_list-item .list-item_ttl else {
    font-size: 20;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-lead .block-reason_list-item .list-item_ttl {
    font-size: 1.6rem;
  }
  .section.p-about-lead .block-reason_list-item .list-item_ttl else {
    font-size: 16;
  }
}
.section.p-about-lead .block-reason_list-item .list-item_ttl {
  line-height: 1;
  letter-spacing: 0.09em;
}
.section.p-about-lead .block-reason_list-item .list-item_txt {
  white-space: nowrap;
}
@media all and (min-width: 769px) {
  .section.p-about-lead .block-reason_list-item .list-item_txt {
    font-size: 1.5rem;
  }
  .section.p-about-lead .block-reason_list-item .list-item_txt else {
    font-size: 15;
  }
}
@media all and (max-width: 768px) {
  .section.p-about-lead .block-reason_list-item .list-item_txt {
    font-size: 1.3rem;
  }
  .section.p-about-lead .block-reason_list-item .list-item_txt else {
    font-size: 13;
  }
}
.section.p-about-lead .block-reason_list-item .list-item_txt {
  line-height: 1.5;
  letter-spacing: 0.09em;
}

.section.greeting {
  background-color: var(--commonBlue);
  color: var(--white);
}
@media all and (min-width: 769px) {
  .section.greeting {
    padding-top: 14rem;
  }
  .section.greeting else {
    padding-top: 140;
  }
}
@media all and (max-width: 768px) {
  .section.greeting {
    padding-top: 10.4rem;
  }
  .section.greeting else {
    padding-top: 104;
  }
}
@media all and (min-width: 769px) {
  .section.greeting {
    padding-bottom: 14rem;
  }
  .section.greeting else {
    padding-bottom: 140;
  }
}
@media all and (max-width: 768px) {
  .section.greeting {
    padding-bottom: 12rem;
  }
  .section.greeting else {
    padding-bottom: 120;
  }
}
@media all and (min-width: 769px) {
  .section.greeting .section-ttl_main {
    font-size: 2.8rem;
  }
  .section.greeting .section-ttl_main else {
    font-size: 28;
  }
}
@media all and (max-width: 768px) {
  .section.greeting .section-ttl_main {
    font-size: 2.2rem;
  }
  .section.greeting .section-ttl_main else {
    font-size: 22;
  }
}
.section.greeting .block-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 769px) {
  .section.greeting .block-head {
    margin-top: 5.4rem;
  }
  .section.greeting .block-head else {
    margin-top: 54;
  }
}
@media all and (max-width: 768px) {
  .section.greeting .block-head {
    margin-top: 3.2rem;
  }
  .section.greeting .block-head else {
    margin-top: 32;
  }
}
@media all and (min-width: 769px) {
  .section.greeting .block-head_ttl {
    font-size: 1.9rem;
  }
  .section.greeting .block-head_ttl else {
    font-size: 19;
  }
}
@media all and (max-width: 768px) {
  .section.greeting .block-head_ttl {
    font-size: 1.6rem;
  }
  .section.greeting .block-head_ttl else {
    font-size: 16;
  }
}
.section.greeting .block-head_ttl {
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  .section.greeting .block-head_ttl {
    line-height: 1.7;
  }
}
@media all and (min-width: 769px) {
  .section.greeting .block-head_pic {
    margin-top: 4rem;
  }
  .section.greeting .block-head_pic else {
    margin-top: 40;
  }
}
@media all and (max-width: 768px) {
  .section.greeting .block-head_pic {
    margin-top: 3.2rem;
  }
  .section.greeting .block-head_pic else {
    margin-top: 32;
  }
}
@media all and (min-width: 769px) {
  .section.greeting .block-head_pic {
    width: 37.9rem;
  }
  .section.greeting .block-head_pic else {
    width: 379;
  }
}
@media all and (max-width: 768px) {
  .section.greeting .block-head_pic {
    width: 27.8rem;
  }
  .section.greeting .block-head_pic else {
    width: 278;
  }
}
@media all and (min-width: 769px) {
  .section.greeting .block-head_description {
    margin-top: 4rem;
  }
  .section.greeting .block-head_description else {
    margin-top: 40;
  }
}
@media all and (max-width: 768px) {
  .section.greeting .block-head_description {
    margin-top: 3.2rem;
  }
  .section.greeting .block-head_description else {
    margin-top: 32;
  }
}
@media all and (min-width: 769px) {
  .section.greeting .block-head_description {
    font-size: 1.4rem;
  }
  .section.greeting .block-head_description else {
    font-size: 14;
  }
}
@media all and (max-width: 768px) {
  .section.greeting .block-head_description {
    font-size: 1.3rem;
  }
  .section.greeting .block-head_description else {
    font-size: 13;
  }
}
.section.greeting .block-head_description {
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
@media all and (min-width: 769px) {
  .section.greeting .block-head_description .txt-by {
    font-size: 1.1rem;
  }
  .section.greeting .block-head_description .txt-by else {
    font-size: 11;
  }
}
@media all and (max-width: 768px) {
  .section.greeting .block-head_description .txt-by {
    font-size: 1.1rem;
  }
  .section.greeting .block-head_description .txt-by else {
    font-size: 11;
  }
}
.section.greeting .block-head_description .txt-by {
  text-align: right;
  display: block;
}
.section.greeting .block-head_description-chunk {
  display: block;
}
@media all and (min-width: 769px) {
  .section.greeting .block-head_description-chunk + .block-head_description-chunk {
    margin-top: 2rem;
  }
  .section.greeting .block-head_description-chunk + .block-head_description-chunk else {
    margin-top: 20;
  }
}
@media all and (max-width: 768px) {
  .section.greeting .block-head_description-chunk + .block-head_description-chunk {
    margin-top: 1.5rem;
  }
  .section.greeting .block-head_description-chunk + .block-head_description-chunk else {
    margin-top: 15;
  }
}
@media all and (min-width: 769px) {
  .section.greeting .block-motto {
    margin-top: 8rem;
  }
  .section.greeting .block-motto else {
    margin-top: 80;
  }
}
@media all and (max-width: 768px) {
  .section.greeting .block-motto {
    margin-top: 8rem;
  }
  .section.greeting .block-motto else {
    margin-top: 80;
  }
}
@media all and (min-width: 769px) {
  .section.greeting .block-motto_ttl {
    font-size: 2.8rem;
  }
  .section.greeting .block-motto_ttl else {
    font-size: 28;
  }
}
@media all and (max-width: 768px) {
  .section.greeting .block-motto_ttl {
    font-size: 2.2rem;
  }
  .section.greeting .block-motto_ttl else {
    font-size: 22;
  }
}
.section.greeting .block-motto_ttl {
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.section.greeting .block-motto_list-wrap {
  display: flex;
  justify-content: center;
}
.section.greeting .block-motto_list {
  display: inline-block;
}
@media all and (min-width: 769px) {
  .section.greeting .block-motto_list {
    margin-top: 5.4rem;
  }
  .section.greeting .block-motto_list else {
    margin-top: 54;
  }
}
@media all and (max-width: 768px) {
  .section.greeting .block-motto_list {
    margin-top: 3.2rem;
  }
  .section.greeting .block-motto_list else {
    margin-top: 32;
  }
}
@media all and (min-width: 769px) {
  .section.greeting .block-motto_list {
    width: 75.8rem;
  }
  .section.greeting .block-motto_list else {
    width: 758;
  }
}
@media all and (max-width: 768px) {
  .section.greeting .block-motto_list {
    width: 34.7rem;
  }
  .section.greeting .block-motto_list else {
    width: 347;
  }
}
@media all and (min-width: 769px) {
  .section.greeting .block-motto_list {
    padding: 4rem 7.8rem;
  }
}
@media all and (max-width: 768px) {
  .section.greeting .block-motto_list {
    padding: 3.2rem 3rem;
  }
}
.section.greeting .block-motto_list {
  border: 1px solid #4f7087;
}
@media all and (min-width: 769px) {
  .section.greeting .block-motto_list-item + .block-motto_list-item {
    margin-top: 3rem;
  }
  .section.greeting .block-motto_list-item + .block-motto_list-item else {
    margin-top: 30;
  }
}
@media all and (max-width: 768px) {
  .section.greeting .block-motto_list-item + .block-motto_list-item {
    margin-top: 2rem;
  }
  .section.greeting .block-motto_list-item + .block-motto_list-item else {
    margin-top: 20;
  }
}
@media all and (min-width: 769px) {
  .section.greeting .block-motto_list-item .list-item_txt {
    padding-left: 4.2rem;
  }
  .section.greeting .block-motto_list-item .list-item_txt else {
    padding-left: 42;
  }
}
@media all and (max-width: 768px) {
  .section.greeting .block-motto_list-item .list-item_txt {
    padding-left: 3.2rem;
  }
  .section.greeting .block-motto_list-item .list-item_txt else {
    padding-left: 32;
  }
}
@media all and (min-width: 769px) {
  .section.greeting .block-motto_list-item .list-item_txt {
    font-size: 2rem;
  }
  .section.greeting .block-motto_list-item .list-item_txt else {
    font-size: 20;
  }
}
@media all and (max-width: 768px) {
  .section.greeting .block-motto_list-item .list-item_txt {
    font-size: 1.5rem;
  }
  .section.greeting .block-motto_list-item .list-item_txt else {
    font-size: 15;
  }
}
.section.greeting .block-motto_list-item .list-item_txt {
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
}
.section.greeting .block-motto_list-item .list-item_txt::before {
  content: "一、";
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .section.greeting .block-motto_list-item .list-item_ttl,
  .section.greeting .block-motto_list-item .list-item_txt {
    display: inline-block;
    width: 100%;
  }
}

@media all and (min-width: 769px) {
  section.history {
    padding-top: 12.4rem;
  }
  section.history else {
    padding-top: 124;
  }
}
@media all and (max-width: 768px) {
  section.history {
    padding-top: 12rem;
  }
  section.history else {
    padding-top: 120;
  }
}
@media all and (min-width: 769px) {
  section.history {
    padding-bottom: 12rem;
  }
  section.history else {
    padding-bottom: 120;
  }
}
@media all and (max-width: 768px) {
  section.history {
    padding-bottom: 11.2rem;
  }
  section.history else {
    padding-bottom: 112;
  }
}
@media all and (min-width: 769px) {
  section.history .section-ttl_main {
    font-size: 2.8rem;
  }
  section.history .section-ttl_main else {
    font-size: 28;
  }
}
@media all and (max-width: 768px) {
  section.history .section-ttl_main {
    font-size: 2.2rem;
  }
  section.history .section-ttl_main else {
    font-size: 22;
  }
}
@media all and (min-width: 769px) {
  section.history .block-history {
    margin-top: 5.4rem;
  }
  section.history .block-history else {
    margin-top: 54;
  }
}
@media all and (max-width: 768px) {
  section.history .block-history {
    margin-top: 1.8rem;
  }
  section.history .block-history else {
    margin-top: 18;
  }
}
@media all and (min-width: 769px) {
  section.history .block-history_list {
    max-width: 72.1rem;
  }
  section.history .block-history_list else {
    max-width: 721;
  }
}
@media all and (max-width: 768px) {
  section.history .block-history_list {
    max-width: 27.5rem;
  }
  section.history .block-history_list else {
    max-width: 275;
  }
}
section.history .block-history_list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.history .block-history_row {
  display: flex;
}
@media all and (min-width: 769px) {
  section.history .block-history_row {
    gap: 3rem 3rem;
  }
}
@media all and (max-width: 768px) {
  section.history .block-history_row {
    gap: 1rem 0.5rem;
  }
}
section.history .block-history_row {
  line-height: 1.5;
  align-items: baseline;
}
@media (max-width: 768px) {
  section.history .block-history_row {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 769px) {
  section.history .block-history_row + .block-history_row {
    margin-top: 1.6rem;
  }
  section.history .block-history_row + .block-history_row else {
    margin-top: 16;
  }
}
@media all and (max-width: 768px) {
  section.history .block-history_row + .block-history_row {
    margin-top: 1rem;
  }
  section.history .block-history_row + .block-history_row else {
    margin-top: 10;
  }
}
section.history {
  /* 左カラム：大項目 */
}
@media all and (min-width: 769px) {
  section.history .block-history_ttl {
    margin-top: 0rem;
  }
  section.history .block-history_ttl else {
    margin-top: 0;
  }
}
@media all and (max-width: 768px) {
  section.history .block-history_ttl {
    margin-top: 1.4rem;
  }
  section.history .block-history_ttl else {
    margin-top: 14;
  }
}
@media all and (min-width: 769px) {
  section.history .block-history_ttl {
    width: 7.1rem;
  }
  section.history .block-history_ttl else {
    width: 71;
  }
}
@media all and (max-width: 768px) {
  section.history .block-history_ttl {
    width: 27.5rem;
  }
  section.history .block-history_ttl else {
    width: 275;
  }
}
@media all and (min-width: 769px) {
  section.history .block-history_ttl {
    font-size: 1.6rem;
  }
  section.history .block-history_ttl else {
    font-size: 16;
  }
}
@media all and (max-width: 768px) {
  section.history .block-history_ttl {
    font-size: 1.3rem;
  }
  section.history .block-history_ttl else {
    font-size: 13;
  }
}
section.history .block-history_ttl {
  letter-spacing: 0.1em;
  flex-shrink: 0;
  text-align: left;
}
@media (max-width: 768px) {
  section.history .block-history_ttl:empty {
    display: none;
  }
}
section.history {
  /* 中カラム：年号 */
}
@media all and (min-width: 769px) {
  section.history .block-history_year {
    width: 6rem;
  }
  section.history .block-history_year else {
    width: 60;
  }
}
@media all and (max-width: 768px) {
  section.history .block-history_year {
    width: 5.9rem;
  }
  section.history .block-history_year else {
    width: 59;
  }
}
@media all and (min-width: 769px) {
  section.history .block-history_year {
    font-size: 1.6rem;
  }
  section.history .block-history_year else {
    font-size: 16;
  }
}
@media all and (max-width: 768px) {
  section.history .block-history_year {
    font-size: 1.3rem;
  }
  section.history .block-history_year else {
    font-size: 13;
  }
}
section.history .block-history_year {
  letter-spacing: 0.1em;
  flex-shrink: 0;
  text-align: left;
}
section.history {
  /* 右カラム：内容 */
}
section.history .block-history_content {
  flex-grow: 1;
}
@media (max-width: 768px) {
  section.history .block-history_content {
    max-width: 21.1rem;
  }
}
@media all and (min-width: 769px) {
  section.history .block-history_content-item {
    font-size: 1.5rem;
  }
  section.history .block-history_content-item else {
    font-size: 15;
  }
}
@media all and (max-width: 768px) {
  section.history .block-history_content-item {
    font-size: 1.2rem;
  }
  section.history .block-history_content-item else {
    font-size: 12;
  }
}
section.history .block-history_content-item {
  letter-spacing: 0.1em;
}
@media all and (min-width: 769px) {
  section.history .block-history_content-item + .block-history_content-item {
    margin-top: 1.7rem;
  }
  section.history .block-history_content-item + .block-history_content-item else {
    margin-top: 17;
  }
}
@media all and (max-width: 768px) {
  section.history .block-history_content-item + .block-history_content-item {
    margin-top: 1rem;
  }
  section.history .block-history_content-item + .block-history_content-item else {
    margin-top: 10;
  }
}
@media all and (min-width: 769px) {
  section.history .block-profile {
    margin-top: 8rem;
  }
  section.history .block-profile else {
    margin-top: 80;
  }
}
@media all and (max-width: 768px) {
  section.history .block-profile {
    margin-top: 6.4rem;
  }
  section.history .block-profile else {
    margin-top: 64;
  }
}
section.history .block-profile_list-wrap {
  display: flex;
  justify-content: center;
}
section.history .block-profile_list {
  display: inline-block;
}
@media all and (min-width: 769px) {
  section.history .block-profile_list {
    padding: 8rem 16rem;
  }
}
@media all and (max-width: 768px) {
  section.history .block-profile_list {
    padding: 4rem 3rem;
  }
}
section.history .block-profile_list {
  background-color: var(--white);
}
@media (max-width: 768px) {
  section.history .block-profile_list {
    width: 100%;
    margin-inline: 2rem;
  }
}
section.history .block-profile_list-item {
  display: flex;
}
@media all and (min-width: 769px) {
  section.history .block-profile_list-item {
    gap: 4rem;
  }
  section.history .block-profile_list-item else {
    gap: 40;
  }
}
@media all and (max-width: 768px) {
  section.history .block-profile_list-item {
    gap: 2rem;
  }
  section.history .block-profile_list-item else {
    gap: 20;
  }
}
@media all and (min-width: 769px) {
  section.history .block-profile_list-item + .block-profile_list-item {
    margin-top: 1.6rem;
  }
  section.history .block-profile_list-item + .block-profile_list-item else {
    margin-top: 16;
  }
}
@media all and (max-width: 768px) {
  section.history .block-profile_list-item + .block-profile_list-item {
    margin-top: 1.6rem;
  }
  section.history .block-profile_list-item + .block-profile_list-item else {
    margin-top: 16;
  }
}
@media all and (min-width: 769px) {
  section.history .block-profile_list-item .list-item_ttl {
    width: 11rem;
  }
  section.history .block-profile_list-item .list-item_ttl else {
    width: 110;
  }
}
@media all and (max-width: 768px) {
  section.history .block-profile_list-item .list-item_ttl {
    width: 9rem;
  }
  section.history .block-profile_list-item .list-item_ttl else {
    width: 90;
  }
}
@media all and (min-width: 769px) {
  section.history .block-profile_list-item .list-item_ttl {
    font-size: 1.6rem;
  }
  section.history .block-profile_list-item .list-item_ttl else {
    font-size: 16;
  }
}
@media all and (max-width: 768px) {
  section.history .block-profile_list-item .list-item_ttl {
    font-size: 1.3rem;
  }
  section.history .block-profile_list-item .list-item_ttl else {
    font-size: 13;
  }
}
section.history .block-profile_list-item .list-item_ttl {
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
}
@media all and (min-width: 769px) {
  section.history .block-profile_list-item .list-item_txt {
    max-width: 32rem;
  }
  section.history .block-profile_list-item .list-item_txt else {
    max-width: 320;
  }
}
@media all and (max-width: 768px) {
  section.history .block-profile_list-item .list-item_txt {
    max-width: 16.6rem;
  }
  section.history .block-profile_list-item .list-item_txt else {
    max-width: 166;
  }
}
@media all and (min-width: 769px) {
  section.history .block-profile_list-item .list-item_txt {
    font-size: 1.4rem;
  }
  section.history .block-profile_list-item .list-item_txt else {
    font-size: 14;
  }
}
@media all and (max-width: 768px) {
  section.history .block-profile_list-item .list-item_txt {
    font-size: 1.2rem;
  }
  section.history .block-profile_list-item .list-item_txt else {
    font-size: 12;
  }
}
section.history .block-profile_list-item .list-item_txt {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media all and (min-width: 769px) {
  section.history .block-profile_list-item .list-item_txt .list-item_map-link {
    font-size: 1.3rem;
  }
  section.history .block-profile_list-item .list-item_txt .list-item_map-link else {
    font-size: 13;
  }
}
@media all and (max-width: 768px) {
  section.history .block-profile_list-item .list-item_txt .list-item_map-link {
    font-size: 1.2rem;
  }
  section.history .block-profile_list-item .list-item_txt .list-item_map-link else {
    font-size: 12;
  }
}
section.history .block-profile_list-item .list-item_txt .list-item_map-link {
  letter-spacing: 0.1em;
  text-decoration: underline;
}

@media all and (min-width: 769px) {
  .section.p-contact {
    padding-top: 19.2rem;
  }
  .section.p-contact else {
    padding-top: 192;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact {
    padding-top: 8.8rem;
  }
  .section.p-contact else {
    padding-top: 88;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact {
    padding-bottom: 12rem;
  }
  .section.p-contact else {
    padding-bottom: 120;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact {
    padding-bottom: 10rem;
  }
  .section.p-contact else {
    padding-bottom: 100;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact .section-ttl_main {
    font-size: 3.2rem;
  }
  .section.p-contact .section-ttl_main else {
    font-size: 32;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact .section-ttl_main {
    font-size: 2.3rem;
  }
  .section.p-contact .section-ttl_main else {
    font-size: 23;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact .p-contact_read {
    margin-top: 4rem;
  }
  .section.p-contact .p-contact_read else {
    margin-top: 40;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact .p-contact_read {
    margin-top: 3.2rem;
  }
  .section.p-contact .p-contact_read else {
    margin-top: 32;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact .p-contact_read {
    margin-bottom: 12rem;
  }
  .section.p-contact .p-contact_read else {
    margin-bottom: 120;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact .p-contact_read {
    margin-bottom: 10.4rem;
  }
  .section.p-contact .p-contact_read else {
    margin-bottom: 104;
  }
}
.section.p-contact .p-contact_read {
  text-align: center;
}
@media all and (min-width: 769px) {
  .section.p-contact .p-contact_read {
    font-size: 1.6rem;
  }
  .section.p-contact .p-contact_read else {
    font-size: 16;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact .p-contact_read {
    font-size: 1.3rem;
  }
  .section.p-contact .p-contact_read else {
    font-size: 13;
  }
}
.section.p-contact .p-contact_read {
  line-height: 2;
  letter-spacing: 0.1em;
}
.section.p-contact .submit-note {
  text-align: center;
}
@media all and (min-width: 769px) {
  .section.p-contact .submit-note {
    margin-top: 4.8rem;
  }
  .section.p-contact .submit-note else {
    margin-top: 48;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact .submit-note {
    margin-top: 4rem;
  }
  .section.p-contact .submit-note else {
    margin-top: 40;
  }
}
@media all and (min-width: 769px) {
  .section.p-contact .submit-note {
    font-size: 1.3rem;
  }
  .section.p-contact .submit-note else {
    font-size: 13;
  }
}
@media all and (max-width: 768px) {
  .section.p-contact .submit-note {
    font-size: 1.2rem;
  }
  .section.p-contact .submit-note else {
    font-size: 12;
  }
}
.section.p-contact .submit-note {
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .section.p-contact .submit-note {
    line-height: 1.7;
  }
}

@media (min-width: 769px) {
  .section.p-thanks {
    min-height: calc(100vh - var(--pcFooterHeight) * 0.1rem);
  }
}
@media (max-width: 768px) {
  .section.p-thanks {
    min-height: calc(100vh - var(--spFooterHeight) * 0.1rem);
  }
}
@media all and (min-width: 769px) {
  .section.p-thanks .back-to-top-wrap {
    margin-top: 8rem;
  }
  .section.p-thanks .back-to-top-wrap else {
    margin-top: 80;
  }
}
@media all and (max-width: 768px) {
  .section.p-thanks .back-to-top-wrap {
    margin-top: 8rem;
  }
  .section.p-thanks .back-to-top-wrap else {
    margin-top: 80;
  }
}
.section.p-thanks .back-to-top-wrap {
  display: flex;
  justify-content: center;
}

@media all and (min-width: 769px) {
  .section.p-thanks {
    padding-top: 19.2rem;
  }
  .section.p-thanks else {
    padding-top: 192;
  }
}
@media all and (max-width: 768px) {
  .section.p-thanks {
    padding-top: 8.8rem;
  }
  .section.p-thanks else {
    padding-top: 88;
  }
}
@media all and (min-width: 769px) {
  .section.p-thanks {
    padding-bottom: 12rem;
  }
  .section.p-thanks else {
    padding-bottom: 120;
  }
}
@media all and (max-width: 768px) {
  .section.p-thanks {
    padding-bottom: 10rem;
  }
  .section.p-thanks else {
    padding-bottom: 100;
  }
}
@media all and (min-width: 769px) {
  .section.p-thanks .section-ttl_main {
    font-size: 3.2rem;
  }
  .section.p-thanks .section-ttl_main else {
    font-size: 32;
  }
}
@media all and (max-width: 768px) {
  .section.p-thanks .section-ttl_main {
    font-size: 2.3rem;
  }
  .section.p-thanks .section-ttl_main else {
    font-size: 23;
  }
}
@media all and (min-width: 769px) {
  .section.p-thanks .p-thanks_read {
    margin-top: 4rem;
  }
  .section.p-thanks .p-thanks_read else {
    margin-top: 40;
  }
}
@media all and (max-width: 768px) {
  .section.p-thanks .p-thanks_read {
    margin-top: 3.2rem;
  }
  .section.p-thanks .p-thanks_read else {
    margin-top: 32;
  }
}
@media all and (min-width: 769px) {
  .section.p-thanks .p-thanks_read {
    margin-bottom: 8rem;
  }
  .section.p-thanks .p-thanks_read else {
    margin-bottom: 80;
  }
}
@media all and (max-width: 768px) {
  .section.p-thanks .p-thanks_read {
    margin-bottom: 6rem;
  }
  .section.p-thanks .p-thanks_read else {
    margin-bottom: 60;
  }
}
.section.p-thanks .p-thanks_read {
  text-align: center;
}
@media all and (min-width: 769px) {
  .section.p-thanks .p-thanks_read {
    font-size: 1.6rem;
  }
  .section.p-thanks .p-thanks_read else {
    font-size: 16;
  }
}
@media all and (max-width: 768px) {
  .section.p-thanks .p-thanks_read {
    font-size: 1.3rem;
  }
  .section.p-thanks .p-thanks_read else {
    font-size: 13;
  }
}
.section.p-thanks .p-thanks_read {
  line-height: 2;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=style.css.map */