@charset "UTF-8";
/* ------------------------------------------------------------
   Base
------------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}
/* ------------------------------------------------------------
   Variables
------------------------------------------------------------ */
/* ----- Breakpoint ----- */
/* ----- Content width ----- */
/* ----- Font family ----- */
/* ------------------------------------------------------------
   mixin
------------------------------------------------------------ */
/* ----- Media Queries ----- */
/* ----- image filter ----- */
/* ----- diagonal filter ----- */
/* ------------------------------------------------------------
   Function
------------------------------------------------------------ */
@font-face {
  font-family: "Rounded M+ 1p";
  src: url("../webfonts/rounded-mplus/rounded-mplus-1p-medium.ttf") format("truetype");
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
  font-size: 16px;
}
html :where(img) {
  max-width: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  background: #d8dce0;
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  outline: 0;
  font-size: 100%;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

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

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

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

img {
  -ms-interpolation-mode: bicubic;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
body {
  font-family: "Noto Sans JP", "Noto Sans", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-display: swap;
  -webkit-overflow-scrolling: touch;
  color: var(--txtcolor);
  font-size: 1.125rem;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; /* Mac/iOSで滑らかに */
  -moz-osx-font-smoothing: grayscale; /* Macで滑らかに */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  line-height: 1.7;
  text-rendering: optimizeSpeed;
  letter-spacing: 0.01em;
  min-height: 100vh;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  line-height: 0;
}

small {
  font-size: inherit;
}

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

ul,
ol {
  list-style: none;
}

strong {
  font-weight: bold;
}

a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

address {
  font-style: normal;
  line-height: 1.8;
}

/* Remove list styles on ul,
ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* ----- svgスプライト ----- */
.svg-sprite {
  display: none;
}

.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.icon.--wh {
  -webkit-filter: var(--fil-wh);
  filter: var(--fil-wh);
}

/* ----- scroll ----- */
.scroll-move {
  padding-top: var(--header-pc_h);
  margin-top: calc(var(--header-pc_h) * -1);
}
/* ----- Media display ----- */

/* ----- not smartphone tel ----- */
:root {
  --themecolor: #3FC296;
  --themecolor2:#D0DFB6;
  --themecolor3: #94A377;
  --accentcolor:#FFFF05;
  --txtcolor: #6C6C6C;
  --themegrd: linear-gradient(90deg,#276bc4 0%, #49b3d7 100%);
  --themegrd-rev:linear-gradient(90deg,#49b3d7 0%, #276bc4 100%);
  --fil-wh: brightness(0) invert(1);
  --trans01s: all 0.1s ease-in;
  --trans02s: all 0.2s ease-in;
  --trans03s: all 0.3s ease-in;
  --header-pc_h: 100px;
  --header-sp_h: 60px;
  --subhead_h: clamp(180px, 320 / 1200 * 100vw, 320px);
  --subhead-pc_h: 320px;
  --subhead-sp_h: 180px ;
  --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --border-radius: 4px;
  --border-width: 1px;
  --border-color: #dddddd;
  --spacing-small: 8px;
  --spacing-medium: 16px;
  --spacing-large: 24px;
  --linear: cubic-bezier(0.250, 0.250, 0.750, 0.750);
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1 );
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95 );
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53 );
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94 );
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19 );
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1 );
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1 );
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22 );
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1 );
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1 );
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06 );
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1 );
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1 );
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1 );
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1 );
  --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1 );
  --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86 );
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55 );
}

/* ------------------------------------------------------------
   Header
------------------------------------------------------------ */
.pc-header {
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
  height: var(--header-pc_h);
  background: #fff;
}
.pc-header.header-fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-animation: header-down 0.2s ease;
  animation: header-down 0.2s ease;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.pc-header:has(.drop-open) {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  color: #000;
}
.pc-header:has(.drop-open) h1 {
  color: var(--themecolor);
}
.pc-header:has(.drop-open) .header-logo__img img {
  -webkit-filter: none;
  filter: none;
}
.pc-header:has(.drop-open) .header-contact-btn a {
  background: #222020;
  border-color: #222020;
}

.header-spacer {
  height: 0;
}

.header-fixed + .header-spacer {
  height: 100px;
}

@-webkit-keyframes header-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes header-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.pc-header-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 12px;
  height: var(--header-pc_h);
}

.header-logo {
  margin-right: 12px;
  margin-left: clamp(8px, 1.6666666667vw, 20px);
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.header-logo a h1 {
  font-family: "Rounded M+ 1p", sans-serif;
  font-size: clamp(1.125rem, 2vw, 2rem);
  color: #6C6C6C;
  font-weight: normal;
}
.header-logo a h1 span {
  display: block;
  font-size: 1.125rem;
  line-height: 1;
  color: #9B8D77;
  font-weight: normal;
}

.header-logo__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.header-logo__img img {
  max-width: 78px;
}

.header-column-right {
  margin-left: auto;
  margin-right: clamp(8px, 1.6666666667vw, 20px);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-column-right__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(12px, 1.7045454545vw, 30px);
}

.header-itemlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: clamp(12px, 1.7045454545vw, 30px);
}
.header-itemlist .header-itemlist__item {
  text-align: center;
  font-family: "Rounded M+ 1p", sans-serif;
  color: #6C6C6C;
}
.header-itemlist .header-itemlist__item a {
  padding-bottom: 0.2em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--themecolor)), to(var(--themecolor)));
  background-image: -webkit-linear-gradient(var(--themecolor), var(--themecolor));
  background-image: linear-gradient(var(--themecolor), var(--themecolor));
  background-size: 0 2px;
  background-position: bottom right;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.2s ease-out;
  transition: background-size 0.2s ease-out;
}
.header-itemlist .header-itemlist__item .header-menu-line {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
}
.contact a {
  text-align: center;
  display: inline-block;
  color: #fff;
  padding: 4px 8px;
  border-radius: 100vh;
  font-weight: bold;
  background: var(--themecolor);
  border-radius: 12px;
}
.contact a p {
  color: #FFFF05;
  font-family: "Rounded M+ 1p", sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
}
.contact a p span {
  font-size: 1.5rem;
}
.contact .contact__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact .contact__content .svg-icon--phone-dims {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.header__line {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  line-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-itemlist__item.--active .header-menu-line {
  color: #fff;
}
.header-itemlist__item.--active .header-menu-line::before {
  opacity: 1;
}
.header-itemlist__item.--active .header-menu-line::after {
  content: none !important;
  color: #000;
}

/* ----- megamenu ----- */
a.hasDropdown {
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
a.hasDropdown::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #1E68C8;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-25%) rotate(135deg);
  transform: translateX(-50%) translateY(-25%) rotate(135deg);
  opacity: 0;
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
}
.header-itemlist__item.--active .hasDropdown::after {
  opacity: 1;
}

.drop-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  width: 100%;
  z-index: 3;
  -webkit-transition: var(--trans2s);
  transition: var(--trans2s);
  background: rgba(30, 75, 200, 0.73);
  display: none;
}
.drop-container.drop-open {
  display: block;
  -webkit-animation: drop-appearance 0.3s var(--linear);
  animation: drop-appearance 0.3s var(--linear);
}

@-webkit-keyframes drop-appearance {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px) translateX(-50%);
    transform: translateY(10px) translateX(-50%);
    /* アニメーション開始時の指定 */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    /* アニメーション終了時の指定 */
  }
}

@keyframes drop-appearance {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px) translateX(-50%);
    transform: translateY(10px) translateX(-50%);
    /* アニメーション開始時の指定 */
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    /* アニメーション終了時の指定 */
  }
}
.header-bg {
  background: #fff;
}

.drop-container-btnContent {
  height: 100%;
  background: var(--themecolor4);
  padding: 24px;
}

.drop-container-btnlist {
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0;
}
.drop-container-btnlist li {
  list-style-type: none;
}
.drop-container-btnlist li a {
  cursor: pointer;
}
.drop-container-btnlist li a figure {
  overflow: hidden;
}
.drop-container-btnlist li a figure img {
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
}
.drop-container-btnlist li a figcaption {
  color: #fff;
  text-align: center;
  background: #000;
  font-weight: 500;
  font-size: 1.0625rem;
  padding: 12px 6px;
  position: relative;
  z-index: 1;
}
/* ------------------------------------------------------------
   Header-SP
------------------------------------------------------------ */
.sp-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  height: var(--header-sp_h);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding-left: 8px;
  padding-right: 48px;
}
.sp-header.--top #nav-open {
  border: 1px solid var(--themecolor);
}
.sp-header.--top #nav-open span {
  background: var(--themecolor);
}

.header-sp-fixed {
  position: fixed !important;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}

a:has(.sp-header-logo) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sp-header-spacer {
  height: 60px;
}

.sp-header-logo {
  position: relative;
  max-width: 52px;
  width: 100%;
}
.sp-header-logo + h1 {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Rounded M+ 1p", sans-serif;
  line-height: 1.2;
}

.sp__tagline {
  position: absolute;
  top: 0px;
  right: 0;
}

.nav-unshown {
  display: none;
}

#nav-drawer {
  position: relative;
  text-align: center;
}

.nav-content-head {
  margin-top: 15px;
  position: relative;
  font-family: "Rounded M+ 1p", sans-serif;
  padding-right: 40px;
}
.nav-content-head a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.nav-content-head a img {
  max-width: 54px;
  width: 54px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.nav-content-head a h1 {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: left;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  position: relative;
  top: 13px;
  right: 8px;
  z-index: 99;
  cursor: pointer;
}
#nav-open span {
  position: absolute;
  height: 1px;
  width: 22px;
  background: var(--themecolor);
  display: block;
  content: "";
  cursor: pointer;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#nav-open span:nth-of-type(1) {
  top: 10px;
}
#nav-open span:nth-of-type(2) {
  top: 16px;
}
#nav-open span:nth-of-type(3) {
  top: 22px;
}
#nav-open.active span:nth-of-type(1) {
  -webkit-transform: translateX(2px) translateY(-5px) rotate(-405deg) translateX(-15px);
  transform: translateX(2px) translateY(-5px) rotate(-405deg) translateX(-15px);
  width: 18px;
}
#nav-open.active span:nth-of-type(2) {
  opacity: 0;
}
#nav-open.active span:nth-of-type(3) {
  -webkit-transform: translateX(2px) translateY(4px) rotate(405deg) translateX(-15px);
  transform: translateX(2px) translateY(4px) rotate(405deg) translateX(-15px);
  width: 18px;
}

.nav-menu {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: "Lato", sans-serif;
  font-weight: normal;
  background: #fff;
  font-size: 10px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: left;
}

#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 97;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 97;
  width: 60%;
  height: 100%;
  padding: 0 15px 40px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  /*左に隠しておく*/
  -webkit-overflow-scrolling: touch;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

.nav-content__box {
  margin-top: 8px;
}

.hamburger-sp__menus {
  border-top: 1px solid #d8e2eb;
}

.hamburger-sp__menu {
  text-align: center;
  border-bottom: 1px solid #d8e2eb;
}
.hamburger-sp__menu:has(.js-rotate) {
  background: #fff;
}
.hamburger-sp__menu:has(.js-rotate) .hamburger-sp__title p span {
  color: var(--themecolor);
}
.hamburger-sp__menu:has(.js-rotate) .js-rotate::after {
  background: var(--themecolor);
}
.hamburger-sp__menu:has(.js-rotate) .hamburger-sp__sub-menus {
  color: #000;
}

.hamburger-sp__sub-menus {
  display: none;
  text-align: left;
  color: #fff;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.hamburger-sp__sub-menus ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.hamburger-sp__sub-menus ul li {
  border-bottom: 1px solid #b9b9b9;
}
.hamburger-sp__sub-menus ul li:nth-child(-n+2) {
  border-top: 1px solid #b9b9b9;
}
.hamburger-sp__sub-menus ul li a {
  display: block;
  padding: 8px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 4px;
}

.hamburger-sp__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  padding: 16px 0;
}
.hamburger-sp__link._single {
  position: relative;
}

.hamburger-sp__link:hover._single::after {
  -webkit-animation: btnArrow2 0.3s;
  animation: btnArrow2 0.3s;
}
.hamburger-sp__link:hover._window::after {
  -webkit-animation: none;
  animation: none;
}

.hamburger-sp__title {
  padding: 16px 0;
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  text-align: left;
}

.hamburger-sp__jp {
  line-height: 1;
}

.hamburger-sp__eng {
  font-weight: 500;
  font-size: 1.125rem;
  text-align: left;
  color: #fff;
  display: block;
  line-height: 1;
}

.hamburger-sp__title span {
  position: relative;
  padding-right: 30px;
}

.hamburger-sp__titleInn {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.hamburger-sp__title::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
}

.hamburger-sp__title::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.js-rotate::before {
  opacity: 0;
}

.js-rotate::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.hamburger-sp__sub-menu a {
  position: relative;
  display: block;
}

.hamburger-sp__sub-box {
  display: none;
}

.hamburger-sp__btn a {
  color: #fff;
  padding: 4px 24px;
  border-radius: 100vh;
  font-weight: 500;
  border: 1px solid #fff;
  background: transparent;
}

/* ------------------------------------------------------------
   footerContent
------------------------------------------------------------ */
/* ----- contact----- */
.pagetop {
  position: fixed;
  right: 40px;
  bottom: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}

.pagetop img {
  width: 58px;
  height: 58px;
}

.pagetop:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  scale: 1.1;
}

#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

/*上*/
@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(140px);
    transform: translateY(140px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(140px);
    transform: translateY(140px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*下*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(140px);
    transform: translateY(140px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(140px);
    transform: translateY(140px);
  }
}
/* ----- footer ----- */
.l-footer {
  background: var(--themecolor3);
  padding: 2rem 16px;
}

.l-footer-container {
  max-width: 1100px;
  width: 100%;
  margin: auto;
}

.l-footer-access {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
}

.l-footer-access__column {
  gap: 4%;
}
.l-footer-access__column._l {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.l-footer-access__column._r {
  -webkit-flex-basis: 46%;
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
}

.l-footer-contact .contact {
  text-align: center;
}
.l-footer-contact .contact a {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.l-footer-contact .contact__content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.l-footer-logo h1 {
  font-family: "Rounded M+ 1p", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  color: #6C6C6C;
  line-height: 1.2;
}
.l-footer-logo h1 span {
  display: block;
  font-size: 1.125rem;
  color: #9B8D77;
}

.l-footer-data {
  margin-top: 2rem;
}
.l-footer-data h1 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}

address {
  font-size: 1.25rem;
  color: #fff;
}
address + p {
  font-size: 1.25rem;
  color: #fff;
}

.l-footerCopyright {
  text-align: center;
  font-size: 1.25rem;
  margin-top: 2rem;
  color: #fff;
}

.l-footer-fixMenu {
  display: none;
  width: 100%;
}

@-webkit-keyframes footer-menu-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes footer-menu-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.l-footer-fixMenu-List {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 100%;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2px;
}

.l-footer-fixMenu-ListItem {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.l-footer-fixMenu-ListItem.--1 {
  background: var(--themecolor2);
  color: #263C7B;
}
.l-footer-fixMenu-ListItem.--2 {
  background: var(--themecolor3);
  color: #fff;
}
.l-footer-fixMenu-ListItem a {
  display: block;
  width: 100%;
  line-height: 54px;
  text-align: center;
}
.l-footer-fixMenu-ListItem a span {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  position: relative;
  padding-right: 44px;
}
.l-footer-fixMenu-ListItem a span::before {
  content: "";
  width: 28px;
  height: 28px;
  background: #fff;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow_circle.svg) no-repeat;
  background-size: contain;
}
.l-footer-fixMenu-ListItem a span._wh::before {
  -webkit-filter: var(--fil-wh);
  filter: var(--fil-wh);
}

/* ------------------------------------------------------------
   Sidebar
------------------------------------------------------------ */
.l-side-head {
  padding: 10px 12px;
  border: 1px solid #ccc;
}
.l-side-head span {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
}
.l-side-head._tag {
  background: #8695dd;
}
.l-side-head._cat {
  background: #21c2d4;
}
.l-side-head._rank {
  background: #64cbae;
}
.l-side-head._column {
  background: #00b794;
}

.l-side-container {
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
}

.l-side-searchForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-side-searchForm .l-side-searchForm-input {
  padding: 0;
  height: auto;
  height: 34px;
  border: 2px solid #2cc4cd;
  border-radius: 20px 0 0 20px;
  width: 100%;
  max-width: 200px;
  padding-left: 12px;
  padding-right: 8px;
}
.l-side-searchForm .l-side-searchForm-submit {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 34px;
  border: 2px solid #2cc4cd;
  color: #fff;
  background: #2cc4cd;
  border-radius: 0 20px 20px 0;
  padding-right: 5px;
  font-size: 0.9375rem;
  font-weight: 500;
}

.l-side-taglist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
.l-side-taglist a {
  display: inline-block;
  border: 1px solid #2cc4cd;
  border-radius: 20px;
  padding: 2px 14px;
}
.l-side-cat-list {
  padding-left: 1em;
  text-indent: -1em;
}

.l-side-rank li {
  margin-top: 8px;
}
.l-side-rank a {
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  position: relative;
}
.l-side-rank a ._num {
  display: inline-block;
  position: absolute;
  left: 1em;
  top: 0.3em;
  z-index: 2;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.l-side-rank a ._num::after {
  content: "";
  width: 1.8em;
  height: 1.8em;
  background: #F3C921;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.l-side-rank figure {
  -webkit-flex-basis: 28%;
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 140px;
  aspect-ratio: 83/142;
  overflow: hidden;
  position: relative;
}
.l-side-rank figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: scale 0.2s var(--linear);
  transition: scale 0.2s var(--linear);
}
.l-side-rank__r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-side-rank__r h4 {
  font-size: 0.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
}
.l-side-rank__r p {
  font-size: 0.75rem;
  color: #91A19F;
}
.l-side-bnr li {
  margin-top: 8px;
}

.hidden-terms, .hidden-terms-cat {
  display: none; /* 初期状態では非表示 */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.show-more-btn {
  display: inline-block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  color: #707070;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
  background: #f2f2f2;
}

.show-more-btn-cat {
  display: inline-block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  color: #707070;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
  background: #f2f2f2;
}
/* ------------------------------------------------------------
   Layout
------------------------------------------------------------ */
/* ----- whole ----- */
.l-inner {
  padding: 0 16px;
  margin: 0 auto;
}

.l-content-1920 {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1840 {
  max-width: 1840px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1760 {
  max-width: 1760px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1740 {
  max-width: 1740px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1640 {
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1600 {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1520 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1480 {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1460 {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1440 {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1400 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1382 {
  max-width: 1382px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1360 {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1100 {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1080 {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1040 {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.l-content-1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.l-content-960 {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.l-main-container {
  max-width: 1200px;
  margin: auto;
}
.l-main-container._2col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 300px;
  grid-template-columns: auto 300px;
  gap: 15px;
}
.l-main-container._2col .l-main-content {
  width: 100%;
}
.l-main-container._2col .l-side-content {
  width: 100%;
}

/* ------------------------------------------------------------
   Main
------------------------------------------------------------ */
.c-blockLayout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}

.c-blockLayout-l {
  -webkit-flex-basis: 37.037%;
  -ms-flex-preferred-size: 37.037%;
  flex-basis: 37.037%;
}

.c-blockLayout-l__img {
  max-width: 400px;
  margin: auto;
}

.c-blockLayout-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-blockLayout-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.c-blockLayout-half__img {
  margin: auto;
  border-radius: 5px;
  overflow: hidden;
}

/*
------------------------------------------------------------
   pagebottom
------------------------------------------------------------ */
/* ------------------------------------------------------------
   accordion
------------------------------------------------------------ */
.accordion-area .accordion-content .ac-header {
  background-color: transparent;
  padding: 10px 3.5rem 10px 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.accordion-content {
  border-top: 1px solid #ccc;
}

.accordion-content:last-of-type {
  border-bottom: 1px solid #ccc;
}

.p-faq__headinner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.p-faq__bodyinner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-faq__icon--q {
  display: block;
  color: #fff;
  font-size: 1.25rem;
  background: var(--themecolor);
  line-height: 1;
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-right: 35px;
  position: relative;
}
.p-faq__icon--q::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.p-faq__icon--a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  background: var(--themecolor3);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-right: 35px;
  position: relative;
}
.p-faq__icon--a::before {
  content: "A";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.p-faq__q-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 28px;
  text-align: left;
}

.p-faq__a-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 28px;
  text-align: left;
}

.accordion-area .accordion-content .ac-header:not(.open):hover {
  background-color: #FBF9F7;
}

.accordion-area .accordion-content .ac-header .i-box {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.accordion-area .accordion-content .ac-header .i-box:before,
.accordion-area .accordion-content .ac-header .i-box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.accordion-area .accordion-content .ac-header .i-box:before {
  border-top: 3px solid var(--themecolor);
  width: 24px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0px;
}

.accordion-area .accordion-content .ac-header .i-box:after {
  border-left: 3px solid var(--themecolor);
  width: 0;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion-area .accordion-content .ac-header.open .i-box:after {
  height: 0;
}

.accordion-area .accordion-content .ac-inner {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 3.5rem 10px 10px;
}

/* ------------------------------------------------------------
   Animation
------------------------------------------------------------ */
.fadeInUpTrigger,
.flipInXTrigger,
.fadeInLeftTrigger,
.fadeInRightTrigger,
.anim-rotateTrigger,
.rotateInTrigger,
.tracking-in-expandTrigger,
.puff-in-horTrigger,
.focus-in-contractTrigger,
.fade-in-topTrigger,
.fade-inTrigger,
.focus-in-expand-fwdTrigger, .bounce-in-rightTrigger,
.img-animTrigger, .slide-in-fwd-rightTrigger, .scale-in-centerTrigger {
  opacity: 0;
}

.animate__flipInX,
.animate__heartBeat {
  opacity: 1;
}

/* アニメーションの秒数を管理するクラス */
.animation-01 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.animation-02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.animation-03 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animation-04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animation-05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animation-08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.animation-12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.animation-15 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animation-30 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.delay-05 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.delay-1 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.delay-15 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.delay-2 {
  -webkit-transition-delay: 2s !important;
  transition-delay: 2s !important;
}

.delay-3 {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

/* トップテキスト */
/* ボタンの矢印 */
@-webkit-keyframes btnArrow {
  0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes btnArrow {
  0% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes btnArrow2 {
  0% {
    -webkit-transform: translateX(-30px) translateY(-50%);
    transform: translateX(-30px) translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}
@keyframes btnArrow2 {
  0% {
    -webkit-transform: translateX(-30px) translateY(-50%);
    transform: translateX(-30px) translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}
@-webkit-keyframes btnArrow2-rev {
  0% {
    -webkit-transform: translateX(30px) translateY(-50%) rotate(180deg);
    transform: translateX(30px) translateY(-50%) rotate(180deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
    opacity: 1;
  }
}
@keyframes btnArrow2-rev {
  0% {
    -webkit-transform: translateX(30px) translateY(-50%) rotate(180deg);
    transform: translateX(30px) translateY(-50%) rotate(180deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
    opacity: 1;
  }
}
/* 横回転 */
.anim-rotate {
  -webkit-animation-name: rotateAnime;
  animation-name: rotateAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes rotateAnime {
  from {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes rotateAnime {
  from {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* 上に出る表示 */
.box {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  opacity: 0;
}

.fade.show-fade {
  opacity: 1;
}

.fade2 {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  opacity: 0;
}

.fade2.show-fade {
  opacity: 1;
}

.fade3 {
  -webkit-transition: 0.8s 0.4s ease-in-out;
  transition: 0.8s 0.4s ease-in-out;
  opacity: 0;
}

.fade3.show-fade {
  opacity: 1;
}

.img-in img {
  -webkit-transition: 1s cubic-bezier(0.54, -0.01, 0.38, 1);
  transition: 1s cubic-bezier(0.54, -0.01, 0.38, 1);
  opacity: 0;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.img-in img.show-img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* 画像の表示アクション */
.img-anim {
  overflow: hidden;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.img-anim:before,
.img-anim:after {
  -webkit-animation: 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation: 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #f4f4f4;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

.img-anim:before {
  -webkit-animation-name: img-wrap-before;
  animation-name: img-wrap-before;
  top: 0;
  bottom: 50%;
}

.img-anim:after {
  -webkit-animation-name: img-wrap-after;
  animation-name: img-wrap-after;
  top: 50%;
  bottom: 0;
}

@-webkit-keyframes img-wrap-before {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes img-wrap-before {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes img-wrap-after {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes img-wrap-after {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.marker-ye {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgba(255, 231, 75, 0.76)));
  background: -webkit-linear-gradient(transparent 80%, rgba(255, 231, 75, 0.76) 80%);
  background: linear-gradient(transparent 80%, rgba(255, 231, 75, 0.76) 80%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 1.5s;
  transition: background-size 1.5s;
}

.marker-on {
  background-size: 100% 100%;
}

.marker-on2 {
  background-size: 100% 100% !important;
}

.scale-in-center {
  -webkit-animation: scale-in-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-center 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.scale-up-bottomTrigger, .scale-up-bottom--beTrigger::before, .scale-up-bottom--afTrigger::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.scale-up-bottom {
  -webkit-animation: scale-up-bottom 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-bottom 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.scale-up-bottom--be::before {
  -webkit-animation: scale-up-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.scale-up-bottom--af::after {
  -webkit-animation: scale-up-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-bottom {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}
@keyframes scale-up-bottom {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}
.scale-up-bottom2--beTrigger::before, .scale-up-bottom2--afTrigger::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.scale-up-bottom2 {
  -webkit-animation: scale-up-bottom2 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-bottom2 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.scale-up-bottom2--be::before {
  -webkit-animation: scale-up-bottom2 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-bottom2 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.scale-up-bottom2--af::after {
  -webkit-animation: scale-up-bottom2 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-bottom2 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-bottom2 {
  0% {
    -webkit-transform: scale(0.5) translateY(-50%);
    transform: scale(0.5) translateY(-50%);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}
@keyframes scale-up-bottom2 {
  0% {
    -webkit-transform: scale(0.5) translateY(-50%);
    transform: scale(0.5) translateY(-50%);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}
.slide-in-leftTrigger::before {
  opacity: 0;
}

.slide-in-left::before {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  opacity: 1;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px) translateY(-50%);
    transform: translateX(-1000px) translateY(-50%);
    opacity: 0;
    @media only screen and (max-width: 1024px) {
      -webkit-transform: translateX(-1000px) translateY(0);
      transform: translateX(-1000px) translateY(0);
    }
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    opacity: 1;
    @media only screen and (max-width: 1024px) {
      -webkit-transform: translateX(-50%) translateY(0);
      transform: translateX(-50%) translateY(0);
    }
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px) translateY(-50%);
    transform: translateX(-1000px) translateY(-50%);
    opacity: 0;
    @media only screen and (max-width: 1024px) {
      -webkit-transform: translateX(-1000px) translateY(0);
      transform: translateX(-1000px) translateY(0);
    }
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    opacity: 1;
    @media only screen and (max-width: 1024px) {
      -webkit-transform: translateX(-50%) translateY(0);
      transform: translateX(-50%) translateY(0);
    }
  }
}
.rotate {
  -webkit-transform: rotate(45deg);
}

.socket-anim::before {
  opacity: 0;
}

.catchfadeUpTrigger {
  opacity: 0;
}

.catchfadeUp {
  -webkit-animation-name: catchfadeUpAnime;
  animation-name: catchfadeUpAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes catchfadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes catchfadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.socketfadeUp::before {
  -webkit-animation-name: socketfadeUpAnime;
  animation-name: socketfadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes socketfadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes socketfadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeinrightTrigger {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.fadeinright {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fadeinleftTrigger {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.fadeinleft {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.fadeinbottomTrigger {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.fadeinbottom {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.area-scaleinTrigger {
  opacity: 0;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.area-scalein {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  overflow: auto;
}

._line_cvr {
  overflow: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

._line_cvr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: #f0591d;
  -webkit-transition: all 0.6s var(--linear);
  transition: all 0.6s var(--linear);
  -webkit-transition-timing-function: var(--easeOutSine);
  transition-timing-function: var(--easeOutSine);
}

._line_cvr.on {
  opacity: 1;
}

._line_cvr.on::before {
  translate: 103% 0;
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.fade_blur.--5 {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.fade_blur.on {
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: all 1s var(--linear);
  transition: all 1s var(--linear);
}

.gsap-subttl {
  position: relative;
  z-index: 2;
}
.gsap-subttl .char {
  opacity: 0;
}

._fluffy {
  animation: fluffy-anim 3s ease infinite alternate-reverse;
}

@-webkit-keyframes fluffy-anim {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}

@keyframes fluffy-anim {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}
/* ------------------------------------------------------------
   box
------------------------------------------------------------ */
.c-main-box {
  padding: clamp(30px, 5vw, 60px) 16px;
}

.c-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  gap: clamp(24px, 6.6666666667vw, 80px);
}
.c-container .c-container__column._l {
  -webkit-flex-basis: calc(64.445% - clamp(24px, 6.6666666667vw, 80px));
  -ms-flex-preferred-size: calc(64.445% - clamp(24px, 6.6666666667vw, 80px));
  flex-basis: calc(64.445% - clamp(24px, 6.6666666667vw, 80px));
}
.c-container .c-container__column._r {
  -webkit-flex-basis: 35.555%;
  -ms-flex-preferred-size: 35.555%;
  flex-basis: 35.555%;
}

.c-grid-container.--3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.c-field {
  padding: clamp(30px, 5vw, 60px) clamp(15px, 3.3333333333vw, 40px);
  background: #fff;
}

/* ----- pain ----- */
.c-pain {
  background: var(--themecolor2);
  padding: clamp(24px, 5vw, 60px) 16px;
}

.c-pain-container {
  background: #fff;
  max-width: 1100px;
  margin: auto;
  padding: clamp(24px, 5vw, 60px) clamp(24px, 8vw, 96px);
}

.c-pain-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 2vw, 24px);
  margin-top: 4%;
}

.c-pain-list__item {
  border-radius: 19px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  overflow: hidden;
}
.c-pain-list__item a {
  display: block;
  height: 165px;
}
.c-pain-list__item h3 {
  font-weight: 500;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.2;
  position: relative;
  -webkit-transition: color 0.4s var(--easeOutQuad);
  transition: color 0.4s var(--easeOutQuad);
  padding: 0 4px;
}
.c-pain-list__item .icon {
  position: relative;
  text-align: center;
}
.c-pain-list__item .iconwrap {
  text-align: center;
  width: 100%;
  height: 110px;
  display: block;
}
.c-pain-list__item .iconwrap._neck {
  padding-top: 28px;
}
.c-pain-list__item .iconwrap._shoulder {
  padding-top: 28px;
}
.c-pain-list__item .iconwrap._arm {
  padding-top: 32px;
}
.c-pain-list__item .iconwrap._elbow {
  padding-top: 28px;
}
.c-pain-list__item .iconwrap._wrist {
  padding-top: 28px;
}
.c-pain-list__item .iconwrap._waist {
  padding-top: 28px;
}
.c-pain-list__item .iconwrap._knee {
  padding-top: 28px;
}
.c-pain-list__item .iconwrap._leg {
  padding-top: 28px;
}
.c-pain-list__item .iconwrap._foot {
  padding-top: 32px;
}
.c-pain-list__item .iconwrap._accident {
  padding-top: 32px;
}
.c-pain-list__item .iconwrap._bone {
  padding-top: 26px;
}
.c-pain-list__item .iconwrap._other {
  padding-top: 28px;
}
.c-pain-list__item .bg-color {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  width: 91px;
  height: 91px;
  margin: 0 auto;
  z-index: 0;
  border-radius: 18px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s var(--easeOutQuad);
  transition: all 0.4s var(--easeOutQuad);
  background-color: #ddd;
}
.c-pain-list__item .bg-color._neck {
  background: #ff8b5c;
}
.c-pain-list__item .bg-color._shoulder {
  background: #6ed5a3;
}
.c-pain-list__item .bg-color._arm {
  background: #77cbef;
}
.c-pain-list__item .bg-color._elbow {
  background: #ffb354;
}
.c-pain-list__item .bg-color._wrist {
  background: #5d86d8;
}
.c-pain-list__item .bg-color._waist {
  background: #ff7475;
}
.c-pain-list__item .bg-color._knee {
  background: #d295f5;
}
.c-pain-list__item .bg-color._leg {
  background: #55afee;
}
.c-pain-list__item .bg-color._foot {
  background: #8a92f7;
}
.c-pain-list__item .bg-color._accident {
  background: #4dd3dc;
}
.c-pain-list__item .bg-color._bone {
  background: #fbaae4;
}
.c-pain-list__item .bg-color._other {
  background: #40c16e;
}
/* ------------------------------------------------------------
   breadcrumb
------------------------------------------------------------ */
.c-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 18px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.875rem;
}
.c-breadcrumb li {
  position: relative;
}
.c-breadcrumb li:not(:last-child) {
  padding-right: 14px;
  color: var(--themecolor2);
}
.c-breadcrumb li:not(:last-child)::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  width: 7px;
  height: 7px;
  border-top: 1px solid rgba(30, 36, 44, 0.6);
  border-right: 1px solid rgba(30, 36, 44, 0.6);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: var(--trans2s);
  transition: var(--trans2s);
}
/* ------------------------------------------------------------
   button
------------------------------------------------------------ */
/* ボタンに関するクラス */
.c-btn {
  display: block;
  padding: 0.6em 1.2em;
  background: var(--themecolor2);
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
  max-width: 280px;
  overflow: hidden;
  text-align: center;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--accentcolor);
  width: 100%;
  height: 101%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  z-index: 1;
}
.c-btn span {
  position: relative;
  font-size: 1.125rem;
  z-index: 3;
}
.c-btn-gray {
  display: inline-block;
  line-height: 48px;
  border-radius: 24px;
  width: 100%;
  max-width: 200px;
  background: #ccc;
  border: none;
  color: #fff;
}

.c-btn-gray:hover {
  background: rgba(204, 204, 204, 0.85);
}

/* ------------------------------------------------------------
   card
------------------------------------------------------------ */
.u-cardLink::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

/* ------------------------------------------------------------
   form
------------------------------------------------------------ */
._required {
  background: transparent;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  color: var(--themecolor2);
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  width: 100%;
  padding: 12px;
  background: #fff;
  border: 1px solid #9bacb6;
}

::-webkit-input-placeholder {
  color: rgba(128, 136, 146, 0.5);
}

::-moz-placeholder {
  color: rgba(128, 136, 146, 0.5);
}

:-ms-input-placeholder {
  color: rgba(128, 136, 146, 0.5);
}

::-ms-input-placeholder {
  color: rgba(128, 136, 146, 0.5);
}

::placeholder {
  color: rgba(128, 136, 146, 0.5);
}

input[type=checkbox] {
  cursor: pointer;
  margin: 0 8px 0 0;
  vertical-align: text-top;
  accent-color: #e01a16;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* デフォルトのスタイルを削除 */
  width: 22px;
  height: 22px;
  background: #fff;
  vertical-align: -3px;
  outline: none;
  border: 1px solid #9bacb6;
  border-radius: 1px;
}
input[type=checkbox]::before {
  display: block;
  content: "";
  width: 12px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  -webkit-transform: translate(4px, 4px) scale(0) rotate(-45deg);
  transform: translate(4px, 4px) scale(0) rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.56, 2);
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0.56, 2);
}
input[type=checkbox]:checked {
  background: var(--themecolor);
  border: none;
}
input[type=checkbox]:checked::before {
  -webkit-transform: translate(4px, 4px) scale(1) rotate(-45deg);
  transform: translate(4px, 4px) scale(1) rotate(-45deg);
}
input[type=checkbox]:checked + span {
  font-weight: bold;
  color: var(--themecolor);
}

select {
  width: 100%;
  padding: 12px;
  background: #fff;
  border: 1px solid #9bacb6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--txtcolor);
}

select:invalid {
  color: #999;
}

select option {
  color: #02030a;
}

.selectWrap {
  position: relative;
}
.selectWrap::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background: #2081e1;
  pointer-events: none;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.mw_wp_form_confirm .selectWrap::before,
.mw_wp_form_preview .selectWrap::before {
  content: none;
}
.mw_wp_form_confirm .confirm-none,
.mw_wp_form_preview .confirm-none {
  display: none;
}
.mw_wp_form_confirm .contact-item._radio,
.mw_wp_form_preview .contact-item._radio {
  padding: 0;
}

textarea {
  border: none;
  height: 220px;
  width: 100%;
  padding: 12px;
  border: none;
  background: #fff;
  border: 1px solid #9bacb6;
  line-height: 1.4em;
}

button {
  cursor: pointer;
  border: none;
}

.mwentry-radio-field {
  display: block;
}

input[type=radio] {
  cursor: pointer;
  accent-color: #1976e0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* デフォルトのスタイルを削除 */
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #9bacb6;
  background: #fff;
  vertical-align: middle;
  outline: none;
}
input[type=radio]::before {
  /* ラジオボタンの内側の● */
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #1976e0;
  -webkit-transform: translate(5px, 5px) scale(0);
  transform: translate(5px, 5px) scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.25, 0.56, 2);
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0.56, 2);
}
input[type=radio]:checked {
  background: #fff;
  border: 1px solid #1976e0;
}
input[type=radio]:checked::before {
  -webkit-transform: translate(5px, 5px) scale(1);
  transform: translate(5px, 5px) scale(1);
}

.mwform-radio-field label {
  vertical-align: middle;
  margin-right: 0.5rem;
}

.radio-row p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
}

.entry_radio .vertical-item + .vertical-item {
  margin-top: 16px !important;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px !important;
}

span.error {
  color: #f00;
  margin-top: 8px;
}

.contact-table {
  display: table;
  width: 100%;
  margin: auto;
  border-spacing: 0 12px;
}

.contact-row {
  display: table-row;
  width: 100%;
}

._input50 {
  max-width: 50%;
}

.contact-header {
  display: table-cell;
  text-align: left;
  font-weight: bold;
  font-size: 1.125rem;
  white-space: nowrap;
  padding-right: 1rem;
  vertical-align: middle;
}
.contact-header._positioning {
  padding-top: 10px;
}
.contact-header._radio {
  padding-bottom: 20px;
}

.mw_wp_form_confirm ._positioning {
  padding-top: 0px;
}
.mw_wp_form_confirm .confirm-none {
  display: none;
}
.mw_wp_form_confirm ._any, .mw_wp_form_confirm ._required {
  display: none;
}
.mw_wp_form_confirm .contact-row:last-of-type .contact-header span {
  margin-top: 0px;
}
.mw_wp_form_confirm .contact-header._radio {
  padding-top: 0;
  padding-bottom: 0;
}
.mw_wp_form_confirm .contact-item._radio {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-item {
  display: table-cell;
}

.contact-item__radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3.125vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.privacy div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.entry-privacy ._required {
  margin-right: 15px;
}
.contact-item__radio2 {
  margin-left: 20px;
}
.contact-item__radio2 .horizontal-item:not(:first-child) {
  margin-left: 40px;
}

/* ------------------------------------------------------------
   grid
------------------------------------------------------------ */
.free-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.free-column .col2 {
  width: 48%;
}
.free-column .col3 {
  width: calc(33.3333333333% - 15px);
}
.free-column .col4 {
  width: calc(25% - 15px);
}
.free-column img {
  width: 100%;
}

/* ------------------------------------------------------------
   heading
------------------------------------------------------------ */
.c-ttl1 {
  font-family: "Rounded M+ 1p", sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.625rem);
  position: relative;
  font-weight: normal;
}

.c-ttl2 {
  font-family: "Rounded M+ 1p", sans-serif;
  font-size: clamp(1.375rem, 3vw, 2.25rem);
  position: relative;
  font-weight: normal;
}

.c-ttl3 {
  font-family: "Rounded M+ 1p", sans-serif;
  font-size: clamp(1.25rem, 2.6666666667vw, 2rem);
  position: relative;
  font-weight: normal;
}
.c-ttl3 span {
  font-size: 1.125rem;
  margin-left: 1em;
  font-weight: bold;
}

.c-ttl4 {
  font-family: "Rounded M+ 1p", sans-serif;
  font-size: clamp(1.125rem, 2.3333333333vw, 1.75rem);
  position: relative;
  color: var(--themecolor);
  font-weight: normal;
}

.c-subhead-ttl {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.c-subhead-ttl__jp {
  font-size: 3rem;
  letter-spacing: 0.01em;
  margin-top: 0.3em;
  display: block;
  position: relative;
  font-family: "Rounded M+ 1p", sans-serif;
  line-height: 1.2;
}

.c-subhead-symptoms {
  text-align: center;
  padding: 0 2%;
}

.c-ttl-icon {
  width: 108px;
  height: 108px;
  border-radius: 100vh;
  margin: -54px auto 0;
}
.c-ttl-icon.neck {
  background: #ff8b5c;
}
.c-ttl-icon.shoulder {
  background: #6ed5a3;
}
.c-ttl-icon.arm {
  background: #77cbef;
}
.c-ttl-icon.elbow {
  background: #ffb354;
}
.c-ttl-icon.wrist {
  background: #5d86d8;
}
.c-ttl-icon.waist {
  background: #ff7475;
}
.c-ttl-icon.knee {
  background: #d295f5;
}
.c-ttl-icon.leg {
  background: #55afee;
}
.c-ttl-icon.foot {
  background: #8a92f7;
}
.c-ttl-icon.accident {
  background: #4dd3dc;
}
.c-ttl-icon.bone {
  background: #fbaae4;
}
.c-ttl-icon.other {
  background: #40c16e;
}
.c-ttl-icon.medic {
  background: #77cbee;
}
.c-ttl-icon.news {
  background: #ff7474;
}
.c-ttl-icon.notf {
  background: #faa75e;
}
.c-ttl-icon .svg-icon--pain_neck-dims {
  margin-top: 20px;
  width: 60px;
}
.c-ttl-icon .svg-icon--pain_shoulder-dims {
  margin-top: 20px;
  width: 60px;
}
.c-ttl-icon .svg-icon--pain_arm-dims {
  margin-top: 24px;
  width: 60px;
}
.c-ttl-icon .svg-icon--pain_elbow-dims {
  margin-top: 20px;
  width: 60px;
}
.c-ttl-icon .svg-icon--pain_wrist-dims {
  margin-top: 20px;
  width: 60px;
}
.c-ttl-icon .svg-icon--pain_waist-dims {
  margin-top: 20px;
  width: 60px;
}
.c-ttl-icon .svg-icon--pain_knee-dims {
  margin-top: 16px;
  width: 60px;
}
.c-ttl-icon .svg-icon--pain_leg-dims {
  margin-top: 20px;
  width: 60px;
}
.c-ttl-icon .svg-icon--pain_foot-dims {
  margin-top: 24px;
  width: 70px;
}
.c-ttl-icon .svg-icon--pain_accident-dims {
  margin-top: 24px;
  width: 60px;
}
.c-ttl-icon .svg-icon--pain_bone-dims {
  margin-top: 20px;
  width: 60px;
}
.c-ttl-icon .svg-icon--pain_other-dims {
  margin-top: 18px;
  width: 60px;
}
.c-ttl-icon .svg-icon--medic-dims {
  margin-top: 20px;
  width: 60px;
  height: 60px;
}
.c-ttl-icon .svg-icon--news-dims {
  margin-top: 20px;
  width: 60px;
  height: 60px;
}
.c-ttl-icon .svg-icon--caution-dims {
  margin-top: 20px;
  width: 60px;
  height: 60px;
}

/* ------------------------------------------------------------
   modal
------------------------------------------------------------ */
/* モーダル */
.modal-overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.modal-container {
  background-color: #fff;
  max-width: 960px;
  max-height: 70vh;
  padding: 50px 16px 60px;
  width: 80%;
}

.modal-containerInner {
  width: 100%;
}
.modal-containerInner img {
  height: 40vh;
  width: auto;
  margin: auto;
}

.modal__ab {
  position: absolute;
  right: 18%;
  top: 50%;
  text-align: right;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal-close {
  position: absolute;
  right: -29px;
  top: -29px;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  background-size: contain;
  border: none;
  z-index: 1001;
  background: #F76600;
}
.modal-close::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close-bottom:hover {
  cursor: pointer;
}

.modal-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
}
.modal-ttl::after {
  content: "";
  background-color: #f76600;
  border-radius: 5px;
  display: block;
  height: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.modal-img {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.modal-content {
  line-height: 1.5;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}

.modal-open {
  display: block;
  margin: 100px auto;
}

/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

/* ------------------------------------------------------------
   module
------------ ------------------------------------------------ */
#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#splash .splash-logo {
  max-width: 140px;
}

#splash.hide {
  opacity: 0;
  pointer-events: none;
}

/* ローディングアニメーション */
.loader {
  border: 8px solid #eee;
  border-top: 8px solid var(--themecolor2);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin: 1rem auto 0;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ------------------------------------------------------------
   other
------------------------------------------------------------ */
/* ------------------------------------------------------------
   pagenation
------------------------------------------------------------ */
.c-pagenation__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 4px;
}

.c-pagenation__list a {
  display: block;
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
}

.c-pagenation a {
  color: var(--themecolor);
}

.c-pagenation a:hover {
  color: #fff;
  letter-spacing: 0.05em;
}

.c-pagenation a:hover::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.c-pagenation__list span {
  font-weight: 500;
}

.c-pagenation__list span.active {
  display: block;
  height: 34px;
  width: 34px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.c-pagenation__list ._prev {
  position: relative;
  display: block;
}
.c-pagenation__list ._prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  width: 6px;
  height: 6px;
}
.c-pagenation__list ._prev:hover::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.c-pagenation__list ._first {
  position: relative;
  display: block;
}
.c-pagenation__list ._first::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 65%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  width: 6px;
  height: 6px;
}
.c-pagenation__list ._first::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  width: 6px;
  height: 6px;
}
.c-pagenation__list ._first:hover::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.c-pagenation__list ._first:hover::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.c-pagenation__list ._next {
  position: relative;
  display: block;
}
.c-pagenation__list ._next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
}
.c-pagenation__list ._dot {
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.c-pagenation__list ._last {
  position: relative;
  display: block;
}
.c-pagenation__list ._last::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
}
.c-pagenation__list ._last::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
}
.c-pagenation__list ._last:hover::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.c-pagenation__list ._last:hover::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.c-pagenation._archive .c-pagenation__list a {
  background: #fff;
  border: 1px solid var(--themecolor);
}
.c-pagenation._archive span.active {
  background: var(--themecolor);
  border: 1px solid var(--themecolor);
  color: #fff;
}
.c-pagenation._archive a:hover {
  background: var(--themecolor);
  color: #fff;
  border: 1px solid var(--themecolor);
}
.c-pagenation._archive ._dot {
  color: var(--themecolor);
}
.c-pagenation._archive ._prev::before {
  border-top: 1.5px solid var(--themecolor);
  border-right: 1.5px solid var(--themecolor);
}
.c-pagenation._archive ._first::before {
  border-top: 1.5px solid var(--themecolor);
  border-right: 1.5px solid var(--themecolor);
}
.c-pagenation._archive ._first::after {
  border-top: 1.5px solid var(--themecolor);
  border-right: 1.5px solid var(--themecolor);
}
.c-pagenation._archive ._next::before {
  border-top: 1.5px solid var(--themecolor);
  border-right: 1.5px solid var(--themecolor);
}
.c-pagenation._archive ._last::before {
  border-top: 1.5px solid var(--themecolor);
  border-right: 1.5px solid var(--themecolor);
}
.c-pagenation._archive ._last::after {
  border-top: 1.5px solid var(--themecolor);
  border-right: 1.5px solid var(--themecolor);
}

/* ------------------------------------------------------------
   SVG
------------------------------------------------------------ */
.svg-common--logo-dims {
  width: 90px;
  height: 90px;
}

.svg-icon--arrow-dims {
  width: 17.01px;
  height: 14.146px;
}

.svg-icon--logo-dims {
  width: 90px;
  height: 90px;
}

.svg-icon--mark-dims {
  width: 127px;
  height: 85.693px;
}

.svg-icon--medic-dims {
  width: 55px;
  height: 56.563px;
}

.svg-icon--news-dims {
  width: 55px;
  height: 54.897px;
}

.svg-icon--pain_accident-dims {
  width: 65.201px;
  height: 50.966px;
}

.svg-icon--pain_arm-dims {
  width: 61.322px;
  height: 55.669px;
}

.svg-icon--pain_bone-dims {
  width: 42.59px;
  height: 69.116px;
}

.svg-icon--pain_elbow-dims {
  width: 47.051px;
  height: 66.2px;
}

.svg-icon--pain_foot-dims {
  width: 70.749px;
  height: 51.656px;
}

.svg-icon--pain_knee-dims {
  width: 63.336px;
  height: 69.556px;
}

.svg-icon--pain_leg-dims {
  width: 63.425px;
  height: 63.906px;
}

.svg-icon--pain_neck-dims {
  width: 47.996px;
  height: 62px;
}

.svg-icon--pain_other-dims {
  width: 58.838px;
  height: 67.202px;
}

.svg-icon--pain_shoulder-dims {
  width: 53.305px;
  height: 59.334px;
}

.svg-icon--pain_waist-dims {
  width: 61.901px;
  height: 63.258px;
}

.svg-icon--pain_wrist-dims {
  width: 59.971px;
  height: 57.381px;
}

.svg-icon--phone-dims {
  width: 34px;
  height: 32px;
}

.svg-icon--tel_number-dims {
  width: 176.98px;
  height: 23.836px;
}

/* ------------------------------------------------------------
   table
------------------------------------------------------------ */
.c-table th {
  background: #222D3C;
  color: #fff;
  padding: 1rem;
  width: 26%;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
  border: 1px solid #9bacb6;
}
.c-table td {
  padding: 2.0833333333vw 22px;
  font-size: 1.125rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #9bacb6;
}
.c-table td ul li {
  padding-left: 12px;
  position: relative;
  font-weight: normal;
}
.c-table td ul li::before {
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0.7em;
  line-height: 1;
  background: #1976e0;
}
.c-table td strong {
  font-weight: bold;
}
.c-table._spcolumn tr:last-of-type {
  border-bottom: 1px solid #9bacb6;
}

.table-day {
  width: 100%;
  border: 2px solid var(--themecolor);
  border-radius: 5px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  overflow: hidden;
  line-height: 1;
  font-family: "Rounded M+ 1p", sans-serif;
}
.table-day th, .table-day td {
  vertical-align: middle;
}
.table-day th:not(:first-of-type) {
  width: 9%;
}
.table-day th span {
  color: #FF0000;
  font-size: 130%;
}
.table-day tr:not(:last-of-type):not(:last-of-type) th, .table-day tr:not(:last-of-type) td {
  border-bottom: solid 1px var(--themecolor);
}
.table-day tr:not(.contact_day-table--head) th, .table-day tr td:not(:last-of-type) {
  padding: 8px;
  font-size: 100%;
  color: var(--themecolor);
  letter-spacing: 0.04em;
  border-right: solid 1px var(--themecolor);
}
.table-day tr.table-day__head th {
  padding: 8px;
  font-size: 1.125rem;
  background: var(--themecolor);
  color: #fff;
}
.table-day tr.table-day__head th.holiday {
  font-size: 90%;
}
.table-day tr.table-day__head th:not(:last-of-type) {
  border-right: solid 1px #fff;
}
.table-day tr.table-day__head th:last-of-type {
  border-right: none;
}
.table-day td {
  background: #fff;
}
.table-day .icon_circle::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  border-radius: 7px;
  border: 2px solid var(--themecolor);
}
.table-day .icon_line::before {
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  margin: 0 auto;
  background-color: var(--themecolor);
}

/* ------------------------------------------------------------
   Block
------------------------------------------------------------ */
/* ----- flex ----- */
.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-ai-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-flex-ai-fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.u-flex-ai-fe {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.u-flex-jc-sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.u-flex-jc-c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.u-flex-fd-row-tb-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.u-flex-fd-rowRev-tb-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.u-flex-fd-row-tb-columnRev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.u-flex-fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* ----- grid ----- */
.u-grid {
  display: -ms-grid;
  display: grid;
}

.u-grid-tc4tb2 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.u-grid-tc4tb1 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.u-grid-tc2tb1 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

/* ----- gap ----- */
.u-gap20 {
  gap: 20px;
}

.u-gap16 {
  gap: 16px;
}

.u-gap10 {
  gap: 10px;
}

/* ----- table ----- */
.u-table {
  display: table;
}

.u-table-row {
  display: table-row;
}

.u-table-cell {
  display: table-cell;
}

/* ----- text-align ----- */
.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

.u-ta-l {
  text-align: left;
}

/* ----- z-index ----- */
.u-z--1 {
  z-index: 1;
}

.u-z-1 {
  z-index: 1;
}

.u-z-2 {
  z-index: 2;
}

.u-z-10 {
  z-index: 10;
}

/* ----- position ----- */
.u-po-re {
  position: relative;
}

.u-po-ab {
  position: absolute;
}

/* ----- overflow ----- */
.u-ov-h {
  overflow: hidden;
}

/* ----- display ----- */
.u-disp-bl {
  display: block;
}

.u-disp-ib {
  display: inline-block;
}

.u-disp-none {
  display: none;
}

.u-disp-in {
  display: inline;
}

.u-disp-ig {
  display: -ms-inline-grid;
  display: inline-grid;
}

/* ----- box ----- */
/* ----- full-width
 ----- */
.u-full-width {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

/* ----- max-width
 ----- */
.u-max-w-230 {
  max-width: 230px;
}

.u-max-w-260 {
  max-width: 260px;
}

/* ----- height ----- */
.u-h100p {
  height: 100%;
}

/* ----- width ----- */
.u-w20p {
  width: 20%;
}

.u-w25p {
  width: 25%;
}

.u-w67p {
  width: 67%;
}

.u-w40p {
  width: 40%;
}

.u-w48p {
  width: 48%;
}

.u-w100p {
  width: 100%;
}

.u-w100 {
  width: 100px;
}

.u-w120 {
  width: 120px;
}

.u-w140 {
  width: 140px;
}

.u-w160 {
  width: 160px;
}

.u-w180 {
  width: 180px;
}

/* ----- border-radius ----- */
.u-br5 {
  border-radius: 5px;
}

/* ----- vertical-align ----- */
.u-va-m {
  vertical-align: middle;
}

.u-va-top {
  vertical-align: top;
}

/* ----- float ----- */
.u-flo-r {
  float: right;
  margin: 10px;
}

.u-flo-l {
  float: left;
  margin: 10px;
}

.u-clear {
  clear: both;
}

/* ------------------------------------------------------------
   Color
------------------------------------------------------------ */
/* ----- background ----- */
.u-bg-fff {
  background: #fff;
}

.u-bg-red {
  background: #ff0000;
}

.u-bg-eee {
  background: #eee;
}

.u-bg-f7fafd {
  background: #f7fafd;
}

.u-bg-f2f2f2 {
  background: #f2f2f2;
}

/* ------------------------------------------------------------
   Font
------------------------------------------------------------ */
/* font-color - フォントカラー */
.u-red {
  color: red;
}

.u-blue {
  color: #2ca9e1;
}

.u-green {
  color: #82ae46;
}

.u-orange {
  color: #ff7d00;
}

.u-yellow {
  color: #fff000;
}

.u-pink {
  color: #ff0084;
}

.u-gray {
  color: #999999;
}

.u-white {
  color: #ffffff;
}

.u-black {
  color: #000;
}

.u-fc-666 {
  color: #666;
}

.u-fc-txt {
  color: var(--txtcolor);
}

.u-fc-main {
  color: var(--themecolor);
}

.u-fc-main2 {
  color: var(--themecolor2);
}

.u-fc-main3 {
  color: var(--themecolor3);
}

.u-fc-main4 {
  color: var(--themecolor4);
}

/* 下線 */
.u-td-u {
  text-decoration: underline;
}

.u-td-f76600 {
  -webkit-text-decoration-color: #f76600;
  text-decoration-color: #f76600;
}

/* 打ち消し線 */
.u-td-d {
  text-decoration: line-through;
}

.u-td-n {
  text-decoration: none;
}

/* ----- transform ----- */
.u-tt-u {
  text-transform: uppercase;
}

/* ----- Font-weight ----- */
.u-fw-100 {
  font-weight: 100;
}

.u-fw-200 {
  font-weight: 200;
}

.u-fw-300 {
  font-weight: 300;
}

.u-fw-400 {
  font-weight: 400;
}

.u-fw-500 {
  font-weight: 500;
}

.u-fw-600 {
  font-weight: 600;
}

.u-fw-700 {
  font-weight: 700;
}

.u-fw-800 {
  font-weight: 800;
}

.u-fw-900 {
  font-weight: 900;
}

.u-fw-normal {
  font-weight: normal;
}

.u-fw-bold {
  font-weight: bold;
}

/* ----- font-family ----- */
.u-ff-yu-go {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

.u-ff-roboto {
  font-family: "Roboto", sans-serif;
}

.u-ff-lato {
  font-family: "Lato", sans-serif;
}

.u-ff-mont {
  font-family: "Montserrat", sans-serif;
}

.u-ff-noto-se {
  font-family: "Noto Serif JP", serif;
}

.u-ff-noto-sa {
  font-family: "Noto Sans JP", sans-serif;
}

.u-ff-plfd {
  font-family: "Playfair Display", serif;
}

.u-ff-poppins {
  font-family: "Poppins", sans-serif;
}

.u-ff-outfit {
  font-family: "Outfit", sans-serif;
}

.u-ff-oswald {
  font-family: "Oswald", sans-serif;
}

.u-ff-zen-kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-ff-rounded-m1p {
  font-family: "Rounded M+ 1p", sans-serif;
}

/* ----- line-height ----- */
.u-lh-2 {
  line-height: 2;
}

.u-lh-18 {
  line-height: 1.8;
}

.u-lh-16 {
  line-height: 1.6;
}

.u-lh-15 {
  line-height: 1.5;
}

.u-lh-14 {
  line-height: 1.4;
}

.u-lh-12 {
  line-height: 1.2;
}

.u-lh-1 {
  line-height: 1;
}

/* ----- writing-mode ----- */
.u-wm-rl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* ----- white-space ----- */
.u-ws-pre {
  white-space: pre;
}

/* ----- word-break ----- */
.u-wb-keepall {
  word-break: keep-all;
}

/* ----- overflow-wrap----- */
.u-ofw-bw {
  overflow-wrap: break-word;
}

/* ----- text-shadow----- */
.u-ts-0-3-6-16 {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

/* ----- font-size ----- */
.u-fs51 {
  font-size: 51px;
}

.u-fs40 {
  font-size: 40px;
}

.u-fs39 {
  font-size: 39px;
}

.u-fs28 {
  font-size: 28px;
}

.u-fs24 {
  font-size: 24px;
}

.u-fs20 {
  font-size: 20px;
}

.u-fs18 {
  font-size: 18px;
}

.u-fs17 {
  font-size: 17px;
}

.u-fs16 {
  font-size: 16px;
}

.u-fs15 {
  font-size: 15px;
}

.u-fs14 {
  font-size: 14px;
}

.u-fs13 {
  font-size: 13px;
}

.u-fs12 {
  font-size: 12px;
}

.u-fs11 {
  font-size: 11px;
}

.u-fs10 {
  font-size: 10px;
}

/* %での指定 */
.u-text70 {
  font-size: 70%;
}

.u-text80 {
  font-size: 80%;
}

.u-text90 {
  font-size: 90%;
}

.u-text100 {
  font-size: 100%;
}

.u-text110 {
  font-size: 110%;
}

.u-text120 {
  font-size: 120%;
}

.u-text130 {
  font-size: 130%;
}

.u-text140 {
  font-size: 140%;
}

.u-text150 {
  font-size: 150%;
}

.u-text160 {
  font-size: 160%;
}

.u-text170 {
  font-size: 170%;
}

.u-text180 {
  font-size: 180%;
}

.u-text190 {
  font-size: 190%;
}

.u-text200 {
  font-size: 200%;
}

.u-text210 {
  font-size: 210%;
}

.u-text220 {
  font-size: 220%;
}

/* ----- letter-spacing ----- */
.u-ls-001 {
  letter-spacing: 0.01em;
}

.u-ls-002 {
  letter-spacing: 0.02em;
}

.u-ls-003 {
  letter-spacing: 0.03em;
}

.u-ls-005 {
  letter-spacing: 0.05em;
}

.u-ls-006 {
  letter-spacing: 0.06em;
}

.u-ls-008 {
  letter-spacing: 0.08em;
}

.u-ls-03 {
  letter-spacing: 0.3em;
}

.u-ls-06 {
  letter-spacing: 0.6em;
}

/* ----- USER px ----- */
.u-fs17tb15 {
  font-size: 17px;
}

.u-fs16tb14 {
  font-size: 16px;
}

.u-fs14tb12 {
  font-size: 14px;
}

.u-fs12tb10 {
  font-size: 12px;
}

/* ----- LEVEL ----- */
.u-fs-lv1 {
  font-size: clamp(2.4375rem, 4.5vw, 3.375rem);
}

.u-fs-lv2 {
  font-size: clamp(1.75rem, 3.75vw, 2.8125rem);
}

.u-fs-lv3 {
  font-size: clamp(1.5rem, 3.25vw, 2.4375rem);
}

.u-fs-lv4 {
  font-size: clamp(1.375rem, 2.5vw, 1.875rem);
}

.u-fs-lv5 {
  font-size: clamp(1.3125rem, 2.3333333333vw, 1.75rem);
}

.u-fs-lv6 {
  font-size: clamp(1.25rem, 2.0833333333vw, 1.5625rem);
}

.u-fs-lv7 {
  font-size: clamp(1.125rem, 2vw, 1.5rem);
}

/* ----- USER vw ----- */
/* ----- USER rem ----- */
.u-fs30--rem {
  font-size: 1.875rem;
}

.u-fs28tb24--rem {
  font-size: 1.75rem;
}

.u-fs24tb20--rem {
  font-size: 1.5rem;
}

.u-fs24--rem {
  font-size: 1.5rem;
}

.u-fs23--rem {
  font-size: 1.4375rem;
}

.u-fs20tb18--rem {
  font-size: 1.25rem;
}

.u-fs20--rem {
  font-size: 1.25rem;
}

.u-fs18tb16--rem {
  font-size: 1.125rem;
}

.u-fs18--rem {
  font-size: 1.125rem;
}

.u-fs17tb15--rem {
  font-size: 1.0625rem;
}

.u-fs16tb14--rem {
  font-size: 1rem;
}

.u-fs15tb13--rem {
  font-size: 0.9375rem;
}

.u-fs15--rem {
  font-size: 0.9375rem;
}

.u-fs14tb12--rem {
  font-size: 0.875rem;
}

.u-fs12tb10--rem {
  font-size: 0.75rem;
}

/*
16px基準一覧
px/rem
8px / 0.5rem
10px / 0.625rem
12px / 0.75rem
13px / 0.8125rem
14px / 0.875rem
15px / 0.9375rem
16px / 1rem
18px / 1.125rem
20px / 1.25rem
21px / 1.3125rem
22px / 1.375rem
24px / 1.5rem
26px / 1.625rem
28px / 1.75rem
30px / 1.875rem
32px / 2rem
34px / 2.125rem
36px / 2.25rem
38px / 2.375rem
40px / 2.5rem
42px / 2.625rem
44px / 2.75rem
46px / 2.875rem
48px / 3rem
50px / 3.125rem
60px / 3.75rem
70px / 4.375rem
80px / 5rem
90px / 5.625rem
100px / 6.25rem
*/
/* ------------------------------------------------------------
   List
------------------------------------------------------------ */
/* --------- number list ---------*/
.u-numberList {
  counter-reset: number 0;
}
.u-numberList li {
  padding-left: calc(1em + 4px);
  position: relative;
  font-size: 1.125rem;
}
.u-numberList li::before {
  counter-increment: number 1;
  content: counter(number, decimal) ".";
  font-weight: bold;
  font-size: 1.125rem;
  position: absolute;
  left: 0;
  top: 0.2em;
  line-height: 1.4;
}

/* --------- dot list ---------*/
.u-dotList._wh .u-dotListItem::before {
  background: #fff;
}

.u-dotList li {
  padding-left: 1em;
  position: relative;
  font-weight: normal;
}
.u-dotList li::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  line-height: 1;
  background: var(--themecolor3);
}

/* --------- line list ---------*/
.u-lineList li {
  padding-left: 1em;
  position: relative;
  font-weight: normal;
}
.u-lineList li::before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 1em;
  line-height: 1;
  background: var(--themecolor2);
}

/* --------- square list ---------*/

.squareListItem {
  padding-left: 25px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.squareListItem::before {
  content: "";
  width: 10px;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#117cf6), to(#0d2d6e));
  background: -webkit-linear-gradient(left, #117cf6 0%, #0d2d6e 100%);
  background: linear-gradient(90deg, #117cf6 0%, #0d2d6e 100%);
  position: absolute;
  left: 0;
  top: 0.7em;
  line-height: 1;
}

/* --------- list-style ---------*/
.u-list-disc {
  list-style-type: disc;
}

.u-list-circle {
  list-style-type: circle;
}

.u-list-square {
  list-style-type: square;
}

.u-list-decimal {
  list-style-type: decimal;
}

.u-list-decimal-zero {
  list-style-type: decimal-leading-zero;
}

/* --------- list-style-position ---------*/
.u-list-position-in {
  list-style-position: inside;
}

.u-list-position-out {
  list-style-position: outside;
}

/* ------------------------------------------------------------
   Margin
------------------------------------------------------------ */
.u-mt0 {
  margin-top: 0px;
}

.u-mt4 {
  margin-top: 4px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt12 {
  margin-top: 12px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt28 {
  margin-top: 28px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt32 {
  margin-top: 32px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt36 {
  margin-top: 36px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt44 {
  margin-top: 44px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt48 {
  margin-top: 48px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt52 {
  margin-top: 52px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt56 {
  margin-top: 56px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt68 {
  margin-top: 68px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt72 {
  margin-top: 72px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt76 {
  margin-top: 76px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt84 {
  margin-top: 84px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mt88 {
  margin-top: 88px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt92 {
  margin-top: 92px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mt96 {
  margin-top: 96px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb4 {
  margin-bottom: 4px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb28 {
  margin-bottom: 28px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb32 {
  margin-bottom: 32px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb36 {
  margin-bottom: 36px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb44 {
  margin-bottom: 44px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb48 {
  margin-bottom: 48px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb52 {
  margin-bottom: 52px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb56 {
  margin-bottom: 56px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb64 {
  margin-bottom: 64px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb68 {
  margin-bottom: 68px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb72 {
  margin-bottom: 72px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb76 {
  margin-bottom: 76px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb84 {
  margin-bottom: 84px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb88 {
  margin-bottom: 88px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb92 {
  margin-bottom: 92px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb96 {
  margin-bottom: 96px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-ml4 {
  margin-left: 4px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml8 {
  margin-left: 8px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml12 {
  margin-left: 12px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml16 {
  margin-left: 16px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml24 {
  margin-left: 24px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml28 {
  margin-left: 28px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml32 {
  margin-left: 32px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml36 {
  margin-left: 36px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml44 {
  margin-left: 44px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml48 {
  margin-left: 48px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml52 {
  margin-left: 52px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-ml56 {
  margin-left: 56px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml64 {
  margin-left: 64px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-ml68 {
  margin-left: 68px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml72 {
  margin-left: 72px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-ml76 {
  margin-left: 76px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml84 {
  margin-left: 84px;
}

.u-ml85 {
  margin-left: 85px;
}

.u-ml88 {
  margin-left: 88px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-ml92 {
  margin-left: 92px;
}

.u-ml95 {
  margin-left: 95px;
}

.u-ml96 {
  margin-left: 96px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-mr0 {
  margin-right: 0px;
}

.u-mr4 {
  margin-right: 4px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr8 {
  margin-right: 8px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr12 {
  margin-right: 12px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr16 {
  margin-right: 16px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr24 {
  margin-right: 24px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr28 {
  margin-right: 28px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr32 {
  margin-right: 32px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr36 {
  margin-right: 36px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr44 {
  margin-right: 44px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr48 {
  margin-right: 48px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr52 {
  margin-right: 52px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mr56 {
  margin-right: 56px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr64 {
  margin-right: 64px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mr68 {
  margin-right: 68px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr72 {
  margin-right: 72px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mr76 {
  margin-right: 76px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr84 {
  margin-right: 84px;
}

.u-mr85 {
  margin-right: 85px;
}

.u-mr88 {
  margin-right: 88px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mr92 {
  margin-right: 92px;
}

.u-mr95 {
  margin-right: 95px;
}

.u-mr96 {
  margin-right: 96px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-mtvw-1 {
  margin-top: min(20px, 20px * 0.09765625vw);
}

.u-mtvw-2 {
  margin-top: min(40px, 40px * 0.09765625vw);
}

.u-mtvw-3 {
  margin-top: min(60px, 60px * 0.09765625vw);
}

.u-mtvw-4 {
  margin-top: min(80px, 80px * 0.09765625vw);
}

.u-mtvw-5 {
  margin-top: min(100px, 100px * 0.09765625vw);
}

.u-mtr-0 {
  margin-top: 0rem;
}

.u-mtr-0-5 {
  margin-top: 0.5rem;
}

.u-mtr-1 {
  margin-top: 1rem;
}

.u-mtr-1-5 {
  margin-top: 1.5rem;
}

.u-mtr-2 {
  margin-top: 2rem;
}

.u-mtr-2-5 {
  margin-top: 2.5rem;
}

.u-mtr-3 {
  margin-top: 3rem;
}

.u-mtr-3-5 {
  margin-top: 3.5rem;
}

.u-mtr-4 {
  margin-top: 4rem;
}

.u-mtr-4-5 {
  margin-top: 4.5rem;
}

.u-mtr-5 {
  margin-top: 5rem;
}

.u-mtr-5-5 {
  margin-top: 5.5rem;
}

.u-mtr-6 {
  margin-top: 6rem;
}

.u-mtr-6-5 {
  margin-top: 6.5rem;
}

.u-mtr-7 {
  margin-top: 7rem;
}

.u-mtr-7-5 {
  margin-top: 7.5rem;
}

.u-mtr-8 {
  margin-top: 8rem;
}

.u-mtr-8-5 {
  margin-top: 8.5rem;
}

.u-mtr-9 {
  margin-top: 9rem;
}

.u-mtr-9-5 {
  margin-top: 9.5rem;
}

.u-mtr-10 {
  margin-top: 10rem;
}

.u-m-0-25em {
  margin: 0.25em;
}

.u-mt-0-25em {
  margin-top: 0.25em;
}

.u-mr-0-25em {
  margin-right: 0.25em;
}

.u-mb-0-25em {
  margin-bottom: 0.25em;
}

.u-ml-0-25em {
  margin-left: 0.25em;
}

.u-m-0-5em {
  margin: 0.5em;
}

.u-mt-0-5em {
  margin-top: 0.5em;
}

.u-mr-0-5em {
  margin-right: 0.5em;
}

.u-mb-0-5em {
  margin-bottom: 0.5em;
}

.u-ml-0-5em {
  margin-left: 0.5em;
}

.u-m-0-75em {
  margin: 0.75em;
}

.u-mt-0-75em {
  margin-top: 0.75em;
}

.u-mr-0-75em {
  margin-right: 0.75em;
}

.u-mb-0-75em {
  margin-bottom: 0.75em;
}

.u-ml-0-75em {
  margin-left: 0.75em;
}

.u-m-1em {
  margin: 1em;
}

.u-mt-1em {
  margin-top: 1em;
}

.u-mr-1em {
  margin-right: 1em;
}

.u-mb-1em {
  margin-bottom: 1em;
}

.u-ml-1em {
  margin-left: 1em;
}

.u-m-1-25em {
  margin: 1.25em;
}

.u-mt-1-25em {
  margin-top: 1.25em;
}

.u-mr-1-25em {
  margin-right: 1.25em;
}

.u-mb-1-25em {
  margin-bottom: 1.25em;
}

.u-ml-1-25em {
  margin-left: 1.25em;
}

.u-m-1-5em {
  margin: 1.5em;
}

.u-mt-1-5em {
  margin-top: 1.5em;
}

.u-mr-1-5em {
  margin-right: 1.5em;
}

.u-mb-1-5em {
  margin-bottom: 1.5em;
}

.u-ml-1-5em {
  margin-left: 1.5em;
}

.u-m-1-75em {
  margin: 1.75em;
}

.u-mt-1-75em {
  margin-top: 1.75em;
}

.u-mr-1-75em {
  margin-right: 1.75em;
}

.u-mb-1-75em {
  margin-bottom: 1.75em;
}

.u-ml-1-75em {
  margin-left: 1.75em;
}

.u-m-2em {
  margin: 2em;
}

.u-mt-2em {
  margin-top: 2em;
}

.u-mr-2em {
  margin-right: 2em;
}

.u-mb-2em {
  margin-bottom: 2em;
}

.u-ml-2em {
  margin-left: 2em;
}

.u-mt160 {
  margin-top: 160px;
}

.u-mt160tb80 {
  margin-top: 160px;
}

.u-mt100tb50 {
  margin-top: 100px;
}

.u-mt100tb30 {
  margin-top: 100px;
}

.u-mt90tb64 {
  margin-top: 90px;
}

.u-mt80tb60 {
  margin-top: 80px;
}

.u-mt80tb40 {
  margin-top: 80px;
}

.u-mt80tb30 {
  margin-top: 80px;
}

.u-mt72tb36 {
  margin-top: 72px;
}

.u-mt70tb35 {
  margin-top: 70px;
}

.u-mt64tb45 {
  margin-top: 64px;
}

.u-mt64tb40 {
  margin-top: 64px;
}

.u-mt64tb32 {
  margin-top: 64px;
}

.u-mt64tb0 {
  margin-top: 64px;
}

.u-mt60tb40 {
  margin-top: 60px;
}

.u-mt60tb30 {
  margin-top: 60px;
}

.u-mt60tb16 {
  margin-top: 60px;
}

.u-mt54tb27 {
  margin-top: 54px;
}

.u-mt56tb28 {
  margin-top: 56px;
}

.u-mt55tb25 {
  margin-top: 55px;
}

.u-mt52tb26 {
  margin-top: 52px;
}

.u-mt50tb25 {
  margin-top: 50px;
}

.u-mt48tb24 {
  margin-top: 48px;
}

.u-mt45tb24 {
  margin-top: 45px;
}

.u-mt40tb48 {
  margin-top: 40px;
}

.u-mt40tb32 {
  margin-top: 40px;
}

.u-mt40tb30 {
  margin-top: 40px;
}

.u-mt40tb24 {
  margin-top: 40px;
}

.u-mt40tb20 {
  margin-top: 40px;
}

.u-mt40tb0 {
  margin-top: 40px;
}

.u-mt36tb18 {
  margin-top: 36px;
}

.u-mt36tb16 {
  margin-top: 36px;
}

.u-mt35tb25 {
  margin-top: 35px;
}

.u-mt35tb20 {
  margin-top: 35px;
}

.u-mt35tb15 {
  margin-top: 35px;
}

.u-mt32tb24 {
  margin-top: 32px;
}

.u-mt32tb16 {
  margin-top: 32px;
}

.u-mt30tb15 {
  margin-top: 30px;
}

.u-mt28tb14 {
  margin-top: 28px;
}

.u-mt25tb15 {
  margin-top: 25px;
}

.u-mt24tb20 {
  margin-top: 24px;
}

.u-mt24tb16 {
  margin-top: 24px;
}

.u-mt24tb12 {
  margin-top: 24px;
}

.u-mt24tb8 {
  margin-top: 24px;
}

.u-mt20tb15 {
  margin-top: 20px;
}

.u-mt20tb10 {
  margin-top: 20px;
}

.u-mt18tb12 {
  margin-top: 18px;
}

.u-mt16tb10 {
  margin-top: 16px;
}

.u-mt16tb8 {
  margin-top: 16px;
}

.u-mt16tb24 {
  margin-top: 16px;
}

.u-mt12tb8 {
  margin-top: 12px;
}

.u-mt12tb6 {
  margin-top: 12px;
}

.u-mt12tb2 {
  margin-top: 12px;
}

.u-mt10tb5 {
  margin-top: 10px;
}

.u-mt8tb16 {
  margin-top: 8px;
}

.u-mt8tb14 {
  margin-top: 8px;
}

.u-mt8tb6 {
  margin-top: 8px;
}

.u-mt8tb2 {
  margin-top: 8px;
}

.u-ml16tb8 {
  margin-left: 16px;
}

.u-ml10tb0 {
  margin-left: 10px;
}

.u-ml8tb6 {
  margin-left: 8px;
}

.u-ml8tb0 {
  margin-left: 8px;
}

.u-mb100tb50 {
  margin-bottom: 100px;
}

.u-mb80tb40 {
  margin-bottom: 80px;
}

.u-mb70tb35 {
  margin-bottom: 70px;
}

.u-mb60tb30 {
  margin-bottom: 60px;
}

.u-mb25tb10 {
  margin-bottom: 25px;
}

.u-mb24tb0 {
  margin-bottom: 24px;
}

/* ----- vw ----- */
.u-mt200vw {
  margin-top: 10.4166666667vw;
}

.u-mt160vw {
  margin-top: 8.3333333333vw;
}

.u-mt140vw {
  margin-top: 7.2916666667vw;
}

.u-mt120vw {
  margin-top: 6.25vw;
}

.u-mt110vw {
  margin-top: 5.7291666667vw;
}

.u-mt100vw {
  margin-top: 5.2083333333vw;
}

.u-mt80vw {
  margin-top: 4.1666666667vw;
}

.u-mt75vw {
  margin-top: 3.90625vw;
}

.u-mt70vw {
  margin-top: 4.1666666667vw;
}

.u-mt65vw {
  margin-top: 3.3854166667vw;
}

.u-mt60vw {
  margin-top: 3.125vw;
}

.u-mt60tb45vw {
  margin-top: 3.125vw;
}

.u-mt54vw {
  margin-top: 2.8125vw;
}

.u-mt50vw {
  margin-top: 2.6041666667vw;
}

.u-mt48vw {
  margin-top: 2.5vw;
}

.u-mt46vw {
  margin-top: 2.3958333333vw;
}

.u-mt44vw {
  margin-top: 2.2916666667vw;
}

.u-mt42vw {
  margin-top: 2.1875vw;
}

.u-mt40vw {
  margin-top: 2.0833333333vw;
}

.u-mt40tb20vw {
  margin-top: 2.0833333333vw;
}

.u-mt38vw {
  margin-top: 1.9791666667vw;
}

.u-mt36vw {
  margin-top: 1.875vw;
}

.u-mt32vw {
  margin-top: 1.6666666667vw;
}

.u-mt30vw {
  margin-top: 1.5625vw;
}

.u-mt28vw {
  margin-top: 1.4583333333vw;
}

.u-mt24vw {
  margin-top: 1.25vw;
}

.u-mt20vw {
  margin-top: 1.0416666667vw;
}

.u-mt16vw {
  margin-top: 0.8333333333vw;
}

.u-mt15vw {
  margin-top: 0.78125vw;
}

.u-mt12vw {
  margin-top: 0.625vw;
}

.u-mt10vw {
  margin-top: 0.5208333333vw;
}

.u-mt8vw {
  margin-top: 0.4166666667vw;
}

.u-mt6vw {
  margin-top: 0.3125vw;
}

.u-mb110vw {
  margin-bottom: 5.7291666667vw;
}

.u-mr8vw {
  margin-right: 0.4166666667vw;
}

/* ----- auto ----- */
.u-m-auto {
  margin: auto;
}

.u-mt-auto {
  margin-top: auto;
}

.u-ml-auto {
  margin-left: auto;
}

.u-mr-auto {
  margin-right: auto;
}

/* ------------------------------------------------------------
   Padding
------------------------------------------------------------ */
.u-pt0 {
  padding-top: 0px;
}

.u-pt4 {
  padding-top: 4px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt8 {
  padding-top: 8px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt12 {
  padding-top: 12px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt16 {
  padding-top: 16px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt24 {
  padding-top: 24px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pt28 {
  padding-top: 28px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt32 {
  padding-top: 32px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pt36 {
  padding-top: 36px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt44 {
  padding-top: 44px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pt48 {
  padding-top: 48px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt52 {
  padding-top: 52px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-pt56 {
  padding-top: 56px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt64 {
  padding-top: 64px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pt68 {
  padding-top: 68px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt72 {
  padding-top: 72px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-pt76 {
  padding-top: 76px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt84 {
  padding-top: 84px;
}

.u-pt85 {
  padding-top: 85px;
}

.u-pt88 {
  padding-top: 88px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pt92 {
  padding-top: 92px;
}

.u-pt95 {
  padding-top: 95px;
}

.u-pt96 {
  padding-top: 96px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-pb4 {
  padding-bottom: 4px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb8 {
  padding-bottom: 8px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb12 {
  padding-bottom: 12px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb16 {
  padding-bottom: 16px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb24 {
  padding-bottom: 24px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb28 {
  padding-bottom: 28px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb32 {
  padding-bottom: 32px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb36 {
  padding-bottom: 36px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb44 {
  padding-bottom: 44px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pb48 {
  padding-bottom: 48px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb52 {
  padding-bottom: 52px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-pb56 {
  padding-bottom: 56px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb64 {
  padding-bottom: 64px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pb68 {
  padding-bottom: 68px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb72 {
  padding-bottom: 72px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pb76 {
  padding-bottom: 76px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb84 {
  padding-bottom: 84px;
}

.u-pb85 {
  padding-bottom: 85px;
}

.u-pb88 {
  padding-bottom: 88px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pb92 {
  padding-bottom: 92px;
}

.u-pb95 {
  padding-bottom: 95px;
}

.u-pb96 {
  padding-bottom: 96px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pl0 {
  padding-left: 0px;
}

.u-pl4 {
  padding-left: 4px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pl8 {
  padding-left: 8px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl12 {
  padding-left: 12px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pl16 {
  padding-left: 16px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl24 {
  padding-left: 24px;
}

.u-pl25 {
  padding-left: 25px;
}

.u-pl28 {
  padding-left: 28px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pl32 {
  padding-left: 32px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-pl36 {
  padding-left: 36px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl44 {
  padding-left: 44px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-pl48 {
  padding-left: 48px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pl52 {
  padding-left: 52px;
}

.u-pl55 {
  padding-left: 55px;
}

.u-pl56 {
  padding-left: 56px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pl64 {
  padding-left: 64px;
}

.u-pl65 {
  padding-left: 65px;
}

.u-pl68 {
  padding-left: 68px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pl72 {
  padding-left: 72px;
}

.u-pl75 {
  padding-left: 75px;
}

.u-pl76 {
  padding-left: 76px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pl84 {
  padding-left: 84px;
}

.u-pl85 {
  padding-left: 85px;
}

.u-pl88 {
  padding-left: 88px;
}

.u-pl90 {
  padding-left: 90px;
}

.u-pl92 {
  padding-left: 92px;
}

.u-pl95 {
  padding-left: 95px;
}

.u-pl96 {
  padding-left: 96px;
}

.u-pl100 {
  padding-left: 100px;
}

.u-pr0 {
  padding-right: 0px;
}

.u-pr4 {
  padding-right: 4px;
}

.u-pr5 {
  padding-right: 5px;
}

.u-pr8 {
  padding-right: 8px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr12 {
  padding-right: 12px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pr16 {
  padding-right: 16px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr24 {
  padding-right: 24px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-pr28 {
  padding-right: 28px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pr32 {
  padding-right: 32px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-pr36 {
  padding-right: 36px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pr44 {
  padding-right: 44px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-pr48 {
  padding-right: 48px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pr52 {
  padding-right: 52px;
}

.u-pr55 {
  padding-right: 55px;
}

.u-pr56 {
  padding-right: 56px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pr64 {
  padding-right: 64px;
}

.u-pr65 {
  padding-right: 65px;
}

.u-pr68 {
  padding-right: 68px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pr72 {
  padding-right: 72px;
}

.u-pr75 {
  padding-right: 75px;
}

.u-pr76 {
  padding-right: 76px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pr84 {
  padding-right: 84px;
}

.u-pr85 {
  padding-right: 85px;
}

.u-pr88 {
  padding-right: 88px;
}

.u-pr90 {
  padding-right: 90px;
}

.u-pr92 {
  padding-right: 92px;
}

.u-pr95 {
  padding-right: 95px;
}

.u-pr96 {
  padding-right: 96px;
}

.u-pr100 {
  padding-right: 100px;
}

.u-p50tb20 {
  padding: 50px;
}

.u-p32tb24 {
  padding: 32px;
}

.u-p24-16tb8-16 {
  padding: 24px 16px;
}

.u-p16tb8 {
  padding: 16px;
}

.u-p16-19tb16 {
  padding: 16px 19px;
}

.u-pt48tb24 {
  padding-top: 48px;
}

.u-pt24tb16 {
  padding-top: 24px;
}

.u-pb24tb0 {
  padding-bottom: 24px;
}

.u-pl124tb32 {
  padding-left: 124px;
}

.u-pl64tb32 {
  padding-left: 64px;
}

.u-pl44tb0 {
  padding-left: 44px;
}

.u-pl40tb0 {
  padding-left: 40px;
}

.u-pl-1em {
  padding-left: 1em;
}

.u-pl-2em {
  padding-left: 2em;
}

.u-p50-60tb20 {
  padding: 50px 60px;
}

.u-p30-60tb20 {
  padding: 30px 60px;
}

/* ------------------------------------------------------------
   Utility
------------------------------------------------------------ */
/* --------- Img hover ---------*/
a img.img-fade {
  background: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover img.img-fade {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: none;
}

/* --------- Google map ---------*/
.u-gmap {
  height: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 55.6818%;
  position: relative;
  z-index: 3;
}
.u-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* --------- youtube ---------*/
.u-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.u-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* --------- 横スクロール ---------*/
.side-scroll {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

/*スクロールバー全体の高さ*/
.side-scroll::-webkit-scrollbar {
  height: 8px;
}

/*スクロールバー全体の背景*/
.side-scroll::-webkit-scrollbar-track {
  background: #eee;
}

/*スクロールバーの動く部分*/
.side-scroll::-webkit-scrollbar-thumb {
  background: var(--themecolor);
  border: none;
}

/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.side-scroll::-webkit-scrollbar-thumb:hover {
  background: #707070;
}

/* --------- ※印 ---------*/
.u-ref-mark {
  position: relative;
  padding-left: 1em;
}
.u-ref-mark::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/* --------- ※印 ---------*/
.u-circle-mark {
  position: relative;
  padding-left: 1em;
}
.u-circle-mark::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #b9b9b9;
  position: absolute;
  left: 0;
  top: 0.6em;
}

/* --------- ・ ---------*/
.u-dot-mark {
  position: relative;
  padding-left: 1em;
}
.u-dot-mark::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

/* --------- テキストインデント ---------*/
.u-indent1 {
  text-indent: -1em;
  padding-left: 1em;
}

.u-indent15 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.u-indent2 {
  text-indent: -2em;
  padding-left: 2em;
}

.u-indent2pd {
  padding-left: 2em;
}

.u-indent5 {
  text-indent: -5em;
  padding-left: 5em;
}

.u-indent55 {
  text-indent: -5.5em;
  padding-left: 5.5em;
}

.u-indent6 {
  text-indent: -6em;
  padding-left: 6em;
}

.u-indent65 {
  text-indent: -6.5em;
  padding-left: 6.5em;
}

/* --------- ボーダー ---------*/
.u-border-none {
  border: none;
}

.u-border-b-fff {
  border-bottom: 1px solid #fff;
}

.u-border-b-b7b7b7 {
  border-bottom: 1px solid #b7b7b7;
}

.u-border-b-ccc {
  border-bottom: 1px solid #ccc;
}

.u-border-b-222 {
  border-bottom: 1px solid #222;
}

/* --------- 非表示 ---------*/
.u-brind {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* --------- タブ ---------*/
.tab-contents-item {
  display: none;
}

.tab-contents-item.show {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}

@media (max-width: 1024px) {
  body {
    font-size: 100%;
  }
  .scroll-move {
    padding-top: var(--header-sp_h);
    margin-top: calc(var(--header-sp_h) * -1);
  }
  .hidden-lg-max {
    display: none !important;
  }
  textarea {
    height: 100px;
  }
  .contact-table {
    display: block;
    background: none;
  }
  .contact-row {
    display: block;
  }
  .contact-header {
    display: block;
  }
  .contact-header._positioning {
    padding-top: 0;
  }
  .contact-header._radio {
    padding: 0;
  }
  .contact-item {
    display: block;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 92%;
  }
  .hidden-md-max {
    display: none !important;
  }
  .l-footer-access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px;
    padding: 12px;
    background: #F1F1F1;
  }
  .c-pain-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .table-day tr.table-day__head th {
    font-size: 1rem;
  }
  .side-scroll2 {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .scroll-img1080 {
    width: 1080px;
    max-width: 1080px;
  }
  .scroll-img800 {
    width: 800px;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 84%;
  }
  .hidden-sm-max {
    display: none !important;
  }
  .l-footer {
    background: #F1F1F1;
    padding: 2rem 0 54px;
  }
  .l-footer-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-footer-logo .footer-logo__img {
    max-width: 88px;
  }
  .l-footer-fixMenu {
    -webkit-animation: footer-menu-up 0.3s ease-in-out;
    animation: footer-menu-up 0.3s ease-in-out;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    background: #fff;
  }
  .c-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .c-pain {
    background: #fff;
  }
  .c-pain-container {
    padding: 0;
  }
  .c-pain-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .c-pain-list__item a {
    height: 130px;
  }
  .c-pain-list__item h3 {
    font-size: 0.9375rem;
  }
  .c-pain-list__item .icon.svg-icon--pain_neck-dims {
    width: 38px;
  }
  .c-pain-list__item .icon.svg-icon--pain_shoulder-dims {
    width: 43px;
  }
  .c-pain-list__item .icon.svg-icon--pain_arm-dims {
    width: 51px;
  }
  .c-pain-list__item .icon.svg-icon--pain_elbow-dims {
    width: 37px;
  }
  .c-pain-list__item .icon.svg-icon--pain_wrist-dims {
    width: 50px;
  }
  .c-pain-list__item .icon.svg-icon--pain_waist-dims {
    width: 50px;
  }
  .c-pain-list__item .icon.svg-icon--pain_knee-dims {
    width: 53px;
  }
  .c-pain-list__item .icon.svg-icon--pain_leg-dims {
    width: 53px;
  }
  .c-pain-list__item .icon.svg-icon--pain_foot-dims {
    width: 60px;
  }
  .c-pain-list__item .icon.svg-icon--pain_accident-dims {
    width: 55px;
  }
  .c-pain-list__item .icon.svg-icon--pain_bone-dims {
    width: 30px;
  }
  .c-pain-list__item .icon.svg-icon--pain_other-dims {
    width: 48px;
  }
  .c-pain-list__item .iconwrap {
    height: 83px;
  }
  .c-pain-list__item .iconwrap._neck {
    padding-top: 16px;
  }
  .c-pain-list__item .iconwrap._shoulder {
    padding-top: 16px;
  }
  .c-pain-list__item .iconwrap._arm {
    padding-top: 20px;
  }
  .c-pain-list__item .iconwrap._elbow {
    padding-top: 16px;
  }
  .c-pain-list__item .iconwrap._wrist {
    padding-top: 16px;
  }
  .c-pain-list__item .iconwrap._waist {
    padding-top: 16px;
  }
  .c-pain-list__item .iconwrap._knee {
    padding-top: 16px;
  }
  .c-pain-list__item .iconwrap._leg {
    padding-top: 16px;
  }
  .c-pain-list__item .iconwrap._foot {
    padding-top: 20px;
  }
  .c-pain-list__item .iconwrap._accident {
    padding-top: 20px;
  }
  .c-pain-list__item .iconwrap._bone {
    padding-top: 10px;
  }
  .c-pain-list__item .iconwrap._other {
    padding-top: 14px;
  }
  .c-pain-list__item .bg-color {
    width: 66px;
    height: 66px;
    top: 8%;
  }
  .c-ttl3 span {
    margin-left: 0;
    display: block;
    font-size: 1rem;
  }
  .c-subhead-ttl__jp {
    font-size: 2rem;
  }
  .c-ttl-icon {
    width: 64px;
    height: 64px;
    margin: -32px auto 0;
  }
  .c-ttl-icon .svg-icon--pain_neck-dims {
    margin-top: 0px;
    width: 36px;
  }
  .c-ttl-icon .svg-icon--pain_shoulder-dims {
    margin-top: 0px;
    width: 36px;
  }
  .c-ttl-icon .svg-icon--pain_arm-dims {
    margin-top: 0px;
    width: 36px;
  }
  .c-ttl-icon .svg-icon--pain_elbow-dims {
    margin-top: 0px;
    width: 36px;
  }
  .c-ttl-icon .svg-icon--pain_wrist-dims {
    margin-top: 0px;
    width: 36px;
  }
  .c-ttl-icon .svg-icon--pain_waist-dims {
    margin-top: 0px;
    width: 36px;
  }
  .c-ttl-icon .svg-icon--pain_knee-dims {
    margin-top: -5px;
    width: 36px;
  }
  .c-ttl-icon .svg-icon--pain_leg-dims {
    margin-top: 0px;
    width: 36px;
  }
  .c-ttl-icon .svg-icon--pain_foot-dims {
    margin-top: 4px;
    width: 40px;
  }
  .c-ttl-icon .svg-icon--pain_accident-dims {
    margin-top: 6px;
    width: 36px;
  }
  .c-ttl-icon .svg-icon--pain_bone-dims {
    margin-top: 0px;
    width: 30px;
  }
  .c-ttl-icon .svg-icon--pain_other-dims {
    margin-top: -2px;
    width: 30px;
  }
  .c-ttl-icon .svg-icon--medic-dims {
    margin-top: 0px;
    width: 36px;
  }
  .c-ttl-icon .svg-icon--news-dims {
    margin-top: 0px;
    width: 36px;
  }
  .c-ttl-icon .svg-icon--caution-dims {
    margin-top: 0px;
    width: 36px;
  }
  .table-day tr.table-day__head th {
    font-size: 0.875rem;
  }
  .scroll-img680 {
    width: 680px;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 84%;
  }
  .hidden-xs-max {
    display: none !important;
  }
}

@media screen and (max-width: var(--header-sp)) {
  .scroll-move {
    padding-top: var(--header-sp_h);
    margin-top: calc(var(--header-sp_h) * -1);
  }
}

@media (max-width: 1280px) {
  .hidden-xl-max {
    display: none !important;
  }
}

@media (max-width: 1600px) {
  .hidden-xxl-max {
    display: none !important;
  }
}

@media (max-width: 1920px) {
  .hidden-xxxl-max {
    display: none !important;
  }
}

@media (min-width: 481px) {
  .hidden-xs-min {
    display: none !important;
  }
}

@media (min-width: 601px) {
  .hidden-sm-min {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-min {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .hidden-lg-min {
    display: none !important;
  }
  .sp-header-spacer {
    display: none;
  }
}

@media (min-width: 1281px) {
  .hidden-xl-min {
    display: none !important;
  }
}

@media (min-width: 1601px) {
  .hidden-xxl-min {
    display: none !important;
  }
}

@media (min-width: 1921px) {
  .hidden-xxxl-min {
    display: none !important;
  }
}

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

@media screen and (min-width: 1025px) {
  .pc-header {
    display: block;
  }
  .sp-header {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .pc-header {
    display: none;
  }
  .sp-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (hover: hover) {
  .header-itemlist__item > a:hover {
    background-size: 100% 2px;
    background-position: bottom left;
  }
  .hasDropdown:hover::after {
    opacity: 1;
  }
  .drop-container-btnlist li a:hover figure img {
    scale: 1.2;
  }
  .l-side-taglist a:hover {
    background: #2cc4cd;
    color: #fff;
  }
  .l-side-cat-list li a:hover {
    color: var(--themecolor);
  }
  .l-side-rank li a:hover h4 {
    color: var(--themecolor);
  }
  .l-side-rank li a:hover figure img {
    scale: 1.2;
  }
  .show-more-btn:hover {
    background: #8695dd;
    color: #fff;
  }
  .show-more-btn-cat:hover {
    background: #21c2d4;
    color: #fff;
  }
  .c-pain-list__item a:hover .bg-color {
    -webkit-transform: scale(4);
    transform: scale(4);
  }
  .c-pain-list__item a:hover h3 {
    color: #fff;
  }
  .c-breadcrumb li a:hover {
    color: var(--themecolor);
  }
  .c-btn:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media only screen and (max-width: 767.98px) {
  #nav-content {
    width: 100%;
  }
  ._input50 {
    max-width: 100%;
  }
  .contact-item__radio2 {
    display: block;
    margin-top: 12px;
    margin-left: 0px;
  }
  .contact-item__radio2 .horizontal-item:not(:first-child) {
    margin-left: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
  .pagetop img {
    height: 42px;
    width: 42px;
  }
  .l-side-searchForm .l-side-searchForm-input {
    max-width: 100%;
  }
  .l-main-container._2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-blockLayout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
  .c-blockLayout-half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  .c-blockLayout-half__img img {
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .free-column .col2 {
    width: 100%;
  }
  .free-column .col3 {
    width: 100%;
  }
  .free-column .col4 {
    width: calc(50% - 15px);
    margin-bottom: 40px;
  }
  .modal__ab {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .modal-close {
    top: 16px;
    right: 16px;
    width: 28px;
    height: 28px;
  }
  .modal-ttl {
    font-size: 1.25rem;
  }
  .c-pagenation__list a {
    height: 27px;
    width: 27px;
    line-height: 27px;
  }
  .c-pagenation__list span.active {
    height: 27px;
    width: 27px;
    line-height: 27px;
  }
  .u-flex-fd-row-tb-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .u-flex-fd-rowRev-tb-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .u-flex-fd-row-tb-columnRev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .u-grid-tc4tb2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .u-grid-tc4tb1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .u-grid-tc2tb1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .u-fs17tb15 {
    font-size: 15px;
  }
  .u-fs16tb14 {
    font-size: 14px;
  }
  .u-fs14tb12 {
    font-size: 12px;
  }
  .u-fs12tb10 {
    font-size: 10px;
  }
  .u-fs30--rem {
    font-size: 1.625rem;
  }
  .u-fs28tb24--rem {
    font-size: 1.5rem;
  }
  .u-fs24tb20--rem {
    font-size: 1.25rem;
  }
  .u-fs20tb18--rem {
    font-size: 1.125rem;
  }
  .u-fs18tb16--rem {
    font-size: 1rem;
  }
  .u-fs17tb15--rem {
    font-size: 0.9375rem;
  }
  .u-fs16tb14--rem {
    font-size: 0.875rem;
  }
  .u-fs15tb13--rem {
    font-size: 0.8125rem;
  }
  .u-fs14tb12--rem {
    font-size: 0.75rem;
  }
  .u-fs12tb10--rem {
    font-size: 0.625rem;
  }
  .u-dotList li::before {
    top: 0.6em;
  }
  .u-lineList li::before {
    top: 0.7em;
  }
  .squareList {
    display: block;
  }
  .squareListItem {
    font-size: 18px;
  }
  .u-mt160tb80 {
    margin-top: 80px;
  }
  .u-mt100tb50 {
    margin-top: 50px;
  }
  .u-mt100tb30 {
    margin-top: 30px;
  }
  .u-mt90tb64 {
    margin-top: 64px;
  }
  .u-mt80tb60 {
    margin-top: 60px;
  }
  .u-mt80tb40 {
    margin-top: 40px;
  }
  .u-mt80tb30 {
    margin-top: 30px;
  }
  .u-mt72tb36 {
    margin-top: 36px;
  }
  .u-mt70tb35 {
    margin-top: 35px;
  }
  .u-mt64tb45 {
    margin-top: 45px;
  }
  .u-mt64tb40 {
    margin-top: 40px;
  }
  .u-mt64tb32 {
    margin-top: 32px;
  }
  .u-mt64tb0 {
    margin-top: 0px;
  }
  .u-mt60tb40 {
    margin-top: 40px;
  }
  .u-mt60tb30 {
    margin-top: 30px;
  }
  .u-mt60tb16 {
    margin-top: 16px;
  }
  .u-mt54tb27 {
    margin-top: 27px;
  }
  .u-mt56tb28 {
    margin-top: 28px;
  }
  .u-mt55tb25 {
    margin-top: 25px;
  }
  .u-mt52tb26 {
    margin-top: 26px;
  }
  .u-mt50tb25 {
    margin-top: 25px;
  }
  .u-mt48tb24 {
    margin-top: 24px;
  }
  .u-mt45tb24 {
    margin-top: 24px;
  }
  .u-mt40tb48 {
    margin-top: 48px;
  }
  .u-mt40tb32 {
    margin-top: 32px;
  }
  .u-mt40tb30 {
    margin-top: 30px;
  }
  .u-mt40tb24 {
    margin-top: 24px;
  }
  .u-mt40tb20 {
    margin-top: 20px;
  }
  .u-mt40tb0 {
    margin-top: 0px;
  }
  .u-mt36tb18 {
    margin-top: 20px;
  }
  .u-mt36tb16 {
    margin-top: 16px;
  }
  .u-mt35tb25 {
    margin-top: 25px;
  }
  .u-mt35tb20 {
    margin-top: 20px;
  }
  .u-mt35tb15 {
    margin-top: 15px;
  }
  .u-mt32tb24 {
    margin-top: 24px;
  }
  .u-mt32tb16 {
    margin-top: 16px;
  }
  .u-mt30tb15 {
    margin-top: 15px;
  }
  .u-mt28tb14 {
    margin-top: 14px;
  }
  .u-mt25tb15 {
    margin-top: 15px;
  }
  .u-mt24tb20 {
    margin-top: 20px;
  }
  .u-mt24tb16 {
    margin-top: 16px;
  }
  .u-mt24tb12 {
    margin-top: 12px;
  }
  .u-mt24tb8 {
    margin-top: 8px;
  }
  .u-mt20tb15 {
    margin-top: 15px;
  }
  .u-mt20tb10 {
    margin-top: 10px;
  }
  .u-mt18tb12 {
    margin-top: 12px;
  }
  .u-mt16tb10 {
    margin-top: 10px;
  }
  .u-mt16tb8 {
    margin-top: 8px;
  }
  .u-mt16tb24 {
    margin-top: 24px;
  }
  .u-mt12tb8 {
    margin-top: 8px;
  }
  .u-mt12tb6 {
    margin-top: 6px;
  }
  .u-mt12tb2 {
    margin-top: 2px;
  }
  .u-mt10tb5 {
    margin-top: 5px;
  }
  .u-mt8tb16 {
    margin-top: 16px;
  }
  .u-mt8tb14 {
    margin-top: 14px;
  }
  .u-mt8tb6 {
    margin-top: 6px;
  }
  .u-mt8tb2 {
    margin-top: 2px;
  }
  .u-ml16tb8 {
    margin-left: 8px;
  }
  .u-ml10tb0 {
    margin-left: 0px;
  }
  .u-ml8tb6 {
    margin-left: 6px;
  }
  .u-ml8tb0 {
    margin-left: 0px;
  }
  .u-mb100tb50 {
    margin-bottom: 50px;
  }
  .u-mb80tb40 {
    margin-bottom: 40px;
  }
  .u-mb70tb35 {
    margin-bottom: 35px;
  }
  .u-mb60tb30 {
    margin-bottom: 30px;
  }
  .u-mb25tb10 {
    margin-bottom: 10px;
  }
  .u-mb24tb0 {
    margin-bottom: 0px;
  }
  .u-mt80vwtb {
    margin-top: 7.8125vw;
  }
  .u-mt60tb45vw {
    margin-top: 4.39453125vw;
  }
  .u-mt40vw {
    margin-top: 3.90625vw;
  }
  .u-mt40tb20vw {
    margin-top: 1.953125vw;
  }
  .u-mt28vw {
    margin-top: 2.734375vw;
  }
  .u-mt24vw {
    margin-top: 2.34375vw;
  }
  .u-mt20vw {
    margin-top: 1.953125vw;
  }
  .u-mt16vw {
    margin-top: 1.5625vw;
  }
  .u-mt15vw {
    margin-top: 1.46484375vw;
  }
  .u-mt12vw {
    margin-top: 1.171875vw;
  }
  .u-mt10vw {
    margin-top: 0.9765625vw;
  }
  .u-mt8vw {
    margin-top: 0.78125vw;
  }
  .u-mt6vw {
    margin-top: 0.5859375vw;
  }
  .u-p50tb20 {
    padding: 20px;
  }
  .u-p32tb24 {
    padding: 24px;
  }
  .u-p24-16tb8-16 {
    padding: 16px;
  }
  .u-p16tb8 {
    padding: 8px;
  }
  .u-p16-19tb16 {
    padding: 16px;
  }
  .u-pt48tb24 {
    padding-top: 24px;
  }
  .u-pt24tb16 {
    padding-top: 16px;
  }
  .u-pb24tb0 {
    padding-bottom: 0px;
  }
  .u-pl124tb32 {
    padding-left: 32px;
  }
  .u-pl64tb32 {
    padding-left: 32px;
  }
  .u-pl44tb0 {
    padding-left: 0px;
  }
  .u-pl40tb0 {
    padding-left: 0px;
  }
  .u-p50-60tb20 {
    padding: 20px;
  }
  .u-p30-60tb20 {
    padding: 20px;
  }
  .u-gmap {
    max-width: 100%;
    max-height: 400px;
  }
}

@media only screen and (max-width: 600px) {
  .l-side-rank a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-side-rank figure {
    aspect-ratio: auto;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    height: 40vw;
  }
  .selectWrap {
    max-width: 100%;
  }
  .entry-privacy ._required {
    margin: 0 auto 8px;
    display: table;
  }
  .free-column .col4 {
    width: 100%;
    margin-bottom: 20px;
  }
  .modal-containerInner img {
    height: 30vh;
  }
  .c-table._spcolumn th {
    display: block;
    width: 100%;
    border: none;
    padding: 13px 20px;
  }
  .c-table._spcolumn td {
    display: block;
    width: 100%;
    border-left: 1px solid #9bacb6;
    border-bottom: none;
    padding: 13px 20px;
  }
  .u-mt80vwsp {
    margin-top: 13.3333333333vw;
  }
  .u-mt40vw {
    margin-top: 6.6666666667vw;
  }
  .u-mt40tb20vw {
    margin-top: 3.3333333333vw;
  }
}

@media only screen and (min-width: 1025px) {
  .animation-01-pc {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  .animation-02-pc {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
}
/*# sourceMappingURL=map/style.css.map */