@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&text=0123456789&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&text=0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ&display=swap");
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: 0.875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  display: block;
  max-width: 100%;
  height: 0;
  border: 0;
  color: inherit;
  white-space: normal;
  clip-path: inset(0 0 0 0);
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* Accessibility */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

:root {
  --scrollbar: 0px;
  --vw: 16px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Arial, sans-serif;
  line-break: strict;
  word-break: normal;
  overflow-wrap: anywhere;
}

img {
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  vertical-align: bottom;
  pointer-events: none;
  user-select: none;
}

a {
  word-wrap: break-word;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
a img {
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

button {
  border: none;
  cursor: pointer;
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザ用 */
summary::-webkit-details-marker {
  display: none;
}

/*-- header --*/
.l-header {
  -webkit-transition: height 0.3s ease-in-out;
  display: grid;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: min(var(--vw) * 0.1984 + 1.2rem, 1.6rem);
  transition: height 0.3s ease-in-out;
}
body:has(.l-header) {
  padding-top: 13rem;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}
.l-header__logo {
  -webkit-transition: width 0.3s ease-in-out;
  display: grid;
  place-items: center;
  margin-right: 2.9166666667vw;
  margin-left: 2.9166666667vw;
  transition: width 0.3s ease-in-out;
}
.l-header__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: clamp(130px, 8.0729166667vw, 155px);
  margin-left: min(72px, 2.5vw);
}

/*-- content --*/
.l-content__full-width {
  -webkit-transform: translateX(-50%);
  position: relative;
  left: 50%;
  width: calc(100vw - var(--scrollbar));
  transform: translateX(-50%);
}
.l-content__inner {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.l-content__inner--narrow {
  max-width: 1064px;
}
.l-content__main {
  padding-top: 6.4rem;
  padding-bottom: 12.4rem;
}
.l-content__main--has-side {
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 6rem;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.l-content__aside {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.l-content__last {
  margin-bottom: -12.4rem;
}

/*-- .l-main --*/
.l-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/*-- .l-side --*/
.l-side {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: min(28rem, 30%);
}

/*-- .l-footer --*/
.l-footer {
  padding-top: 4.8rem;
}
.l-footer__inner {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.l-footer__bottom {
  border-top: 1px solid #D6D6D6;
}

/*-- .l-contact --*/
.l-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  gap: 48px;
}

.c-heading-lv5, .c-article h5 {
  margin-bottom: 1.4rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.75;
}
.c-heading-lv5:not(:first-child), .c-article h5:not(:first-child) {
  margin-top: 3.8rem;
}

.c-heading-lv1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-height: 15.5rem;
  padding-top: 3.3rem;
  padding-bottom: 3.3rem;
  background: -webkit-gradient(linear, left top, right top, from(#E7F8FE), color-stop(#FEF6F6), to(#F0F3F8));
  background: linear-gradient(90deg, #E7F8FE, #FEF6F6, #F0F3F8);
}
.c-heading-lv1__text {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.75;
}
.c-heading-lv1__text-sub {
  font-weight: bold;
  font-size: 1.6rem;
}
.c-heading-lv1__text-wrap .c-heading-lv1__text:not(:last-child) {
  display: inline;
  margin-right: 4rem;
}
.c-heading-lv1__text-wrap .c-label {
  line-height: 1.25;
  vertical-align: text-bottom;
}

.c-heading-lv2-simple, .c-heading-lv2, .c-article h2 {
  position: relative;
  margin-bottom: 3.2rem;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
}
.c-heading-lv2-simple:not(:first-child), .c-heading-lv2:not(:first-child), .c-article h2:not(:first-child) {
  margin-top: 7.2rem;
}

.c-heading-lv2, .c-article h2 {
  padding-bottom: 1.6rem;
}
.c-heading-lv2::before, .c-article h2::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-color: #D6D6D6;
  content: "";
}
.c-heading-lv2::after, .c-article h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(23rem, 30%);
  height: 0.3rem;
  background-color: #00A0E9;
  content: "";
}
.c-heading-lv2-top {
  margin-bottom: 3.2rem;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
}
.c-heading-lv2__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 0.6666666667em;
  -moz-column-gap: 0.6666666667em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  column-gap: 0.6666666667em;
  align-items: center;
}
.c-heading-lv2__icon {
  -ms-flex-negative: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-shrink: 0;
  width: 1.1111111111em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.c-heading-lv2__icon[data-icon=arrow] {
  aspect-ratio: 1/1;
  background-image: url(/assets/images/common/icon-arrow-red.svg);
}
.c-heading-lv3-simple, .c-heading-lv3, .c-article h3 {
  position: relative;
  margin-bottom: 2.4rem;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.45;
}
.c-heading-lv3-simple:not(:first-child), .c-heading-lv3:not(:first-child), .c-article h3:not(:first-child) {
  margin-top: 6.4rem;
}
h2 + .c-heading-lv3-simple:not(:first-child), h2 + .c-heading-lv3:not(:first-child), .c-article h2 + h3:not(:first-child), h3 + .c-heading-lv3-simple:not(:first-child), h3 + .c-heading-lv3:not(:first-child), .c-article h3 + h3:not(:first-child) {
  margin-top: 0;
}

.c-heading-lv3, .c-article h3 {
  padding: 0.6rem 1.5rem 0.8rem 2rem;
  border-left: 0.4rem solid #00A0E9;
  background: #F5F5F5;
}
.c-heading-lv4-simple, .c-heading-lv4, .c-article h4 {
  position: relative;
  margin-bottom: 1.6rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.75;
}
.c-heading-lv4-simple:not(:first-child), .c-heading-lv4:not(:first-child), .c-article h4:not(:first-child) {
  margin-top: 4.4rem;
}
h2 + .c-heading-lv4-simple:not(:first-child), h2 + .c-heading-lv4:not(:first-child), .c-article h2 + h4:not(:first-child), h3 + .c-heading-lv4-simple:not(:first-child), h3 + .c-heading-lv4:not(:first-child), .c-article h3 + h4:not(:first-child), h4 + .c-heading-lv4-simple:not(:first-child), h4 + .c-heading-lv4:not(:first-child), .c-article h4 + h4:not(:first-child) {
  margin-top: 0;
}

.c-heading-lv4, .c-article h4 {
  padding-left: 1.2rem;
}
.c-heading-lv4::before, .c-article h4::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.4rem;
  height: 2rem;
  background-color: #00A0E9;
  content: "";
}
/*-- .c-heading --*/
.c-list > li {
  line-height: 1.75;
}
.c-list > li:not(:first-child) {
  margin-top: 1.2rem;
}
.c-list-dot > li {
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.75;
}
.c-list-dot > li:not(:first-child) {
  margin-top: 1.2rem;
}
.c-list-dot > li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.c-list-disc > li, .c-article ul > li {
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.75;
}
.c-list-disc > li:not(:first-child), .c-article ul > li:not(:first-child) {
  margin-top: 1.2rem;
}
.c-list-disc > li::before, .c-article ul > li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  aspect-ratio: 1/1;
  width: 0.8rem;
  border-radius: 50%;
  background-color: #333333;
  content: "";
}
.c-list-num, .c-article ol {
  counter-reset: number;
}
.c-list-num > li, .c-article ol > li {
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.75;
  counter-increment: number;
}
.c-list-num > li:not(:first-child), .c-article ol > li:not(:first-child) {
  margin-top: 1.2rem;
}
.c-list-num > li::before, .c-article ol > li::before {
  position: absolute;
  left: 0;
  content: counter(number) ".";
}
.c-list-link > li {
  position: relative;
  padding-left: 2.4rem;
  line-height: 1.75;
}
.c-list-link > li:not(:first-child) {
  margin-top: 1.2rem;
}
.c-list-link > li a::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  aspect-ratio: 1/1;
  width: 1.6rem;
  background: center/contain url(/assets/images/common/icon-arrow-blue.svg) no-repeat;
  content: "";
}

[class^=c-list]:not(:first-child) {
  margin-top: 2.4rem;
}
[class^=c-list]:not(:last-child) {
  margin-bottom: 2.4rem;
}

.c-list-col2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.c-list-col3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.c-list-banner {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-column-gap: min(4.5rem, 3vw);
  -moz-column-gap: min(4.5rem, 3vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: min(4.5rem, 3vw);
  row-gap: min(4.5rem, 3vw);
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.c-list-banner--col1 > li {
  text-align: center;
}
.c-list-banner--col2 > li {
  text-align: center;
}
.c-list-banner--col3 > li {
  text-align: center;
}

/*-- .c-list --*/
/*--- .c-article ---*/
.c-article__body > * {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.c-article__body > *:first-child {
  margin-top: 0;
}
.c-article__body > *:last-child {
  margin-bottom: 0;
}
.c-article figure:not(:first-child) {
  margin-top: 3.6rem;
}
.c-article figure:not(:last-child) {
  margin-bottom: 3.6rem;
}
.c-article a:not([href^=tel]) {
  color: #00A0E9;
}
.c-article__date {
  margin-bottom: 1.5em;
  color: #7D7C7E;
  font-weight: bold;
}
.c-section:not(:first-child) {
  margin-top: 9.6rem;
}
.c-section p {
  margin-top: 1.6rem;
}
.c-section p:first-child {
  margin-top: 0;
}
.c-section--bg {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}
.c-section--bg + .c-section--bg {
  margin-top: 0;
}

/*-- .c-section --*/
.c-column {
  display: grid;
  gap: min(4.5rem, 3vw);
}
.c-column--col1 {
  grid-template-columns: repeat(1, 1fr);
}
.c-column--col1-auto {
  grid-template-columns: repeat(1, 1fr);
}
.c-column--col2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-column--col2-auto {
  grid-template-columns: repeat(2, 1fr);
}
.c-column--col3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-column--col3-auto {
  grid-template-columns: repeat(3, 1fr);
}
.c-column--col4 {
  grid-template-columns: repeat(4, 1fr);
}
.c-column--col4-auto {
  grid-template-columns: repeat(4, 1fr);
}
.c-column__item {
  display: grid;
}

/*-- .c-column --*/
/*--- .c-breadcrumb ---*/
.c-breadcrumb {
  overflow-x: auto;
  border-top: 1px #D6D6D6;
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.95rem;
  padding-right: 20px;
  padding-bottom: 0.95rem;
  padding-left: 20px;
}
.c-breadcrumb__list--narrow {
  max-width: 1064px;
}
.c-breadcrumb__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.3rem;
  line-height: 1.6153846154;
}
.c-breadcrumb__item:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-breadcrumb__item:not(:first-child)::before {
  aspect-ratio: 6/11;
  width: 0.6rem;
  margin-right: 1.2rem;
  background: center/contain url(/assets/images/common/icon-arrow-simple.svg) no-repeat;
  content: "";
}
.c-breadcrumb__link {
  padding-right: 1.2rem;
}

.c-button-block {
  margin-top: 5.6rem;
  text-align: center;
}
.c-button-block:first-child {
  margin-top: 0;
}
.c-button-block--back {
  margin-top: 7.2rem;
}

.c-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
[disabled].c-button {
  border-color: rgba(116, 116, 116, 0.5);
  background-color: rgba(116, 116, 116, 0.5);
  cursor: default;
  pointer-events: none;
}

.c-button--tertiary, .c-button--primary-second, .c-button--primary {
  min-width: min(48rem, 100%);
  min-height: 7.2rem;
  padding: 1.2rem 6rem;
  border-radius: 5.2rem;
  font-size: 1.8rem;
}

.c-button--back, .c-button--sm {
  min-width: min(32rem, 100%);
  min-height: 5.6rem;
  padding: 1.2rem 5rem;
  border-radius: 5.2rem;
  font-size: 1.8rem;
}

.c-button--sq-tertiary, .c-button--sq-fill, .c-button--sq {
  min-width: min(34.7rem, 100%);
  min-height: 7.2rem;
  padding: 1.2rem 4.5rem;
  border-radius: 0.8rem;
  font-size: 1.8rem;
}

.c-button--primary-second, .c-button--primary {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.c-button--back {
  min-width: min(37rem, 100%);
}
.c-button--tertiary {
  border: 1px solid #00A0E9;
}
.c-button--primary {
  border: 2px solid #ffffff;
  color: #E60012;
}
.c-button--primary-second {
  border: 2px solid #ffffff;
  color: #00A0E9;
}
.c-button--sq {
  border: 1px solid #00A0E9;
  color: #00A0E9;
}
.c-button--sq-fill {
  border: 1px solid #00A0E9;
  background-color: #00A0E9;
  color: #ffffff;
}
.c-button--sq-tertiary {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding-left: 2.3rem;
  border: 1px solid #747474;
  text-align: left;
}
.c-button__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 2.4rem;
  width: 2rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.c-button__icon--back {
  right: auto;
  left: 2.4rem;
  scale: -1 1;
}
.c-button__icon--toggle {
  -webkit-transition: rotate 0.3s ease-in-out;
  rotate: 90deg;
  transition: rotate 0.3s ease-in-out;
}
[aria-expanded=true] .c-button__icon--toggle {
  rotate: -90deg;
}
.c-button__icon[data-icon=arrow] {
  aspect-ratio: 1/1;
  background-image: url(/assets/images/common/icon-arrow-blue.svg);
}
.c-button--sq-tertiary .c-button__icon[data-icon=arrow] {
  background-image: url(/assets/images/common/icon-arrow-gray.svg);
}
.c-button--sq-fill .c-button__icon[data-icon=arrow], .c-button--sq-fill ~ .c-button__icon[data-icon=arrow] {
  background-image: url(/assets/images/common/icon-arrow-white.svg);
}
.c-button__icon[data-icon=arrow-red] {
  aspect-ratio: 1/1;
  background-image: url(/assets/images/common/icon-arrow-red.svg);
}
.c-button__icon[data-icon=pdf] {
  aspect-ratio: 16/20;
  width: 1.6rem;
  background-image: url(/assets/images/common/icon-pdf.svg);
}
.c-button__icon[data-icon=ext] {
  aspect-ratio: 1/1;
  width: 1.6rem;
  background-image: url(/assets/images/common/icon-ext.svg);
}
.c-button__icon[data-icon=blank] {
  aspect-ratio: 1/1;
  width: 1.6rem;
  background-image: url(/assets/images/common/icon-blank.svg);
}
.c-button.c-button--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: min(34.7rem, 100%);
}

.c-button-search {
  display: inline-grid;
  place-items: center;
  padding: 0.5rem 3rem 0.3rem;
  border: 1.3px solid #747474;
  border-radius: 1.8rem;
  background-color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  cursor: pointer;
}
.c-button-search__label {
  display: block;
  padding-right: 1px;
  padding-left: 1px;
  overflow: hidden;
  border-radius: 1.8rem;
}
.c-button-search__label input[type=checkbox],
.c-button-search__label input[type=radio] {
  display: none;
}
input[type=checkbox]:checked + .c-button-search, input[type=radio]:checked + .c-button-search {
  border-color: #0089C7;
  background-color: #0089C7;
  color: #ffffff;
  font-weight: bold;
}
input[type=checkbox]:disabled + .c-button-search, input[type=radio]:disabled + .c-button-search {
  opacity: 0.5;
  pointer-events: none;
}

/*-- .c-button --*/
.c-box {
  padding: 1.2rem 1.6rem 1.6rem;
  border: 1px solid #00A0E9;
  border-radius: 0.8rem;
}
.c-box__title {
  margin-bottom: 0.8rem;
  color: #00A0E9;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.45;
}
.c-box__title + p {
  margin-top: 0;
}

/*-- .c-box --*/
.c-card-banner, .c-card {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.14);
}

.c-card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.c-card--article.c-card:not([href]) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.c-card--article.c-card[href] {
  position: relative;
}
.c-card--article.c-card[href]::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #00A0E9;
  content: "";
  opacity: 0;
}
.c-card p {
  margin: 0;
}
.c-card__image img {
  width: 100%;
}
.c-card--article .c-card__image {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.c-card--article .c-card__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card--product .c-card__image {
  aspect-ratio: 370/228;
  overflow: hidden;
}
.c-card--product .c-card__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card--pickup .c-card__image {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.c-card--pickup .c-card__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card__content, .c-card-banner__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 16px;
  flex-grow: 1;
  flex-direction: column;
  padding: 16px 20px 18px;
}
.c-card--article .c-card__content, .c-card--article .c-card-banner__content {
  row-gap: 2rem;
  padding: 3.2rem 3.2rem 4rem;
  border-top: 1px solid #D6D6D6;
}
.c-card__title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2727272727;
}
.c-card__title--lv2 {
  font-size: 1.8rem;
}
.c-card__title-sub {
  font-size: 1.4rem;
}
.c-card__title-sub:not(:last-child) {
  margin-bottom: -0.8rem;
}
.c-card__text {
  font-size: 1.6rem;
}
.c-card__text--sm {
  font-size: 1.4rem;
}
.c-card__label {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  gap: 0.5rem;
  font-size: 1.4rem;
}

.c-card-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-card-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 102/109;
  width: 102px;
  background-color: #00A0E9;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.c-card-banner__title {
  font-size: 2.4rem;
}
.c-card-banner__title--has-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 24px;
  align-items: center;
}
.c-card-banner__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 42.25%;
}
.c-card-banner__image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}
.c-card-banner__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-grow: 1;
  justify-content: center;
  padding-right: 40px;
  padding-left: min(166px, 12.25vw);
}

/*-- .c-card --*/
.c-carousel {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: min(40px, 3vw);
}
.c-carousel--card .slick-slide {
  padding-top: 16px;
  padding-bottom: 16px;
}
.c-carousel--card .slick-list {
  margin-top: -16px;
}
.c-carousel--card .c-card {
  height: 100%;
}
.c-carousel.slick-slider {
  display: block;
  margin-right: calc(min(20px, 1.5vw) * -1);
  margin-left: calc(min(20px, 1.5vw) * -1);
  overflow: hidden;
}
.c-carousel.slick-slider.slick-dotted {
  margin-bottom: 0 !important;
  padding-bottom: 3.2rem;
}
.c-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-carousel .slick-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  height: auto !important;
  margin-right: min(20px, 1.5vw);
  margin-left: min(20px, 1.5vw);
}
.c-carousel__navi {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 2.8rem;
  -moz-column-gap: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  column-gap: 2.8rem;
  align-items: center;
  justify-content: center;
}
.c-carousel__dot {
  position: relative;
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-carousel__dot li {
  margin: 0 6px;
}
.c-carousel__dot li button {
  display: grid;
  place-items: center;
}
.c-carousel__dot li button::before {
  position: initial;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #AAAAAA;
  content: "";
  opacity: 1;
}
.c-carousel__dot li.slick-active button::before {
  background-color: #00A0E9;
  opacity: 1;
}
.c-carousel__arrow {
  display: grid;
  position: relative;
  place-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 0;
}
.c-carousel__arrow::before, .c-carousel__arrow::after {
  position: absolute;
  width: 1.5rem;
  height: 0.2rem;
  border-radius: 0.2rem;
  background-color: #00A0E9;
  content: "";
}
.c-carousel__arrow::before {
  -webkit-transform: rotate(45deg);
  top: 25%;
  transform: rotate(45deg);
}
.c-carousel__arrow::after {
  -webkit-transform: rotate(-45deg);
  top: 75%;
  transform: rotate(-45deg);
}
.c-carousel__arrow--prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
/*-- .c-carousel --*/
.c-form__list {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}
.c-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.c-form__item + .c-form__item {
  border-top: 1px solid #D6D6D6;
}
.c-form__item > .c-form__item {
  padding: 0;
}
.c-form__term {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-form__detail {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  position: relative;
  flex-grow: 1;
}
.c-form__required {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.2rem 0.8rem 0.3rem;
  background-color: #E60012;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
}
.c-form__label {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0;
}
.c-form__detail .c-form__label {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
}
.c-form__detail .c-form__label:not(:first-child) {
  margin-top: 2rem;
}
.c-form__note {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.c-form__privacy {
  margin-top: 12.4rem;
  padding: 1.6rem 2rem;
  border: 1px solid #D6D6D6;
  border-radius: 0.4rem;
}
.c-form__submit-block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
.c-form__submit-back {
  min-width: min(20rem, 100%);
  min-height: 5.6rem;
}
.c-form__submit-back.c-button--wrap {
  width: min(20rem, 100%);
  min-width: auto;
  min-height: 5.6rem;
  padding: 0;
}
.c-button--wrap .c-form__submit {
  width: 80%;
  min-width: auto;
  max-width: 34.7rem;
}
.c-form__complete-text {
  width: min(66rem, 100%);
  margin-right: auto;
  margin-left: auto;
}
.c-form__complete-text + .c-button-block {
  margin-top: 8.4rem;
}

.c-form-input {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.c-form-input input[type=radio], .c-form-input input[type=checkbox] {
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}
.c-form-input--confirm {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}
.c-form-input--search {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: stretch;
  width: min(663px, 100%);
  margin: auto;
}
.c-form-input--search::before {
  position: absolute;
  top: 36%;
  left: 1.6rem;
  aspect-ratio: 1/1;
  width: 1.6rem;
  border: 1px solid #333333;
  border-radius: 50%;
  content: "";
}
.c-form-input--search::after {
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 55%;
  left: 3.2rem;
  width: 1px;
  height: 0.7rem;
  transform: rotate(-45deg);
  border-radius: 1rem;
  background-color: #333333;
  content: "";
}
.c-form-input__unit:not(:first-child) {
  margin-left: 0.8rem;
}
.c-form-input__unit:not(:last-child) {
  margin-right: 0.8rem;
}
.c-form-input__button {
  -ms-flex-item-align: start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  align-self: flex-start;
  min-width: min(8rem, 100%);
  min-height: auto;
  margin-left: 0.8rem;
  padding: 0.3rem 2rem 0.5rem;
  font-size: 1.6rem;
}
.c-form-input__field, .wpcf7-text {
  width: min(32rem, 100%);
  padding: 0.5rem 1rem;
  border: 1px solid #D6D6D6;
  border-radius: 0.4rem;
  background-color: #ffffff;
  font-size: 1.6rem;
}
.c-form-input__field:focus-visible, .wpcf7-text:focus-visible {
  -webkit-box-shadow: 0 0 8px rgba(0, 160, 233, 0.46);
  outline: 0;
  box-shadow: 0 0 8px rgba(0, 160, 233, 0.46);
}
.c-form-input--search .c-form-input__field, .c-form-input--search .wpcf7-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: inherit;
  padding: 1.8rem 1.6rem 1.8rem 5rem;
  border-right: 0;
  border-radius: 0.4rem 0 0 0.4rem;
  font-size: 1.8rem;
}
.c-form-input__field--lg {
  width: min(52rem, 100%);
}
.c-form-input__submit {
  display: grid;
  place-items: center;
  border: 1px solid #00A0E9;
  border-radius: 0.4rem;
  background-color: #00A0E9;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
.c-form-input--search .c-form-input__submit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: min(110px, 18%);
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 1.8rem;
  border-left: 0;
  border-radius: 0 0.4rem 0.4rem 0;
}
.c-form-input__radio, .wpcf7-radio .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 3.2rem;
}
.c-form-input__radio::before, .wpcf7-radio .wpcf7-list-item-label::before {
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition-property: border, -webkit-box-shadow;
  position: absolute;
  top: 0.25em;
  left: 0;
  aspect-ratio: 1/1;
  width: 2rem;
  border: 1px solid #D6D6D6;
  border-radius: 50%;
  background-color: #ffffff;
  content: "";
  transition: 0.3s ease-in-out;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
}
.c-form-input__radio::after, .wpcf7-radio .wpcf7-list-item-label::after {
  -webkit-transition: scale 0.3s ease-in-out;
  position: absolute;
  top: calc(0.25em + 0.4rem);
  left: 0.4rem;
  aspect-ratio: 1/1;
  width: 1.2rem;
  scale: 0;
  border-radius: 50%;
  background-color: #00A0E9;
  content: "";
  transition: scale 0.3s ease-in-out;
}
input[type=radio]:focus-visible + .c-form-input__radio::before, .wpcf7-radio input[type=radio]:focus-visible + .wpcf7-list-item-label::before {
  -webkit-box-shadow: 0 0 8px rgba(0, 160, 233, 0.46);
  box-shadow: 0 0 8px rgba(0, 160, 233, 0.46);
}
input[type=radio]:checked + .c-form-input__radio::before, .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  -webkit-box-sizing: none;
  box-sizing: none;
  border-color: #00A0E9;
}
input[type=radio]:checked + .c-form-input__radio::after, .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  scale: 1;
}
.c-form-input__checkbox, .wpcf7-acceptance .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 3.2rem;
}
.c-form-input__checkbox::before, .wpcf7-acceptance .wpcf7-list-item-label::before {
  -webkit-transition: 0.3s ease-in-out;
  -webkit-transition-property: border, -webkit-box-shadow;
  position: absolute;
  top: 0.25em;
  left: 0;
  aspect-ratio: 1/1;
  width: 2rem;
  border: 1px solid #D6D6D6;
  border-radius: 0.4rem;
  background-color: #ffffff;
  content: "";
  transition: 0.3s ease-in-out;
  transition-property: border, -webkit-box-shadow;
  transition-property: border, box-shadow;
  transition-property: border, box-shadow, -webkit-box-shadow;
}
.c-form-input__checkbox::after, .wpcf7-acceptance .wpcf7-list-item-label::after {
  -webkit-transform: rotate(45deg);
  -webkit-transition: scale 0.3s ease-in-out;
  position: absolute;
  top: 0.25em;
  left: 0.5rem;
  aspect-ratio: 2/3;
  width: 1rem;
  transform: rotate(45deg);
  scale: 0;
  border-right: 3px solid #00A0E9;
  border-bottom: 3px solid #00A0E9;
  content: "";
  transition: scale 0.3s ease-in-out;
}
input[type=checkbox]:focus-visible + .c-form-input__checkbox::before, .wpcf7-acceptance input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  -webkit-box-shadow: 0 0 8px rgba(0, 160, 233, 0.46);
  box-shadow: 0 0 8px rgba(0, 160, 233, 0.46);
}
input[type=checkbox]:checked + .c-form-input__checkbox::before, .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  -webkit-box-sizing: none;
  box-sizing: none;
  border-color: #00A0E9;
}
input[type=checkbox]:checked + .c-form-input__checkbox::after, .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  scale: 1;
}
.c-form-input__label, .wpcf7-radio label, .wpcf7-acceptance label {
  cursor: pointer;
}
.c-form-input__list {
  display: grid;
  gap: 0.4rem;
}

.c-form-search__text {
  margin-top: 1.6rem;
  text-align: center;
}

.c-form-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-form-textarea__field, .wpcf7-textarea {
  width: min(66.6rem, 100%);
  padding: 0.5rem 1rem;
  border: 1px solid #D6D6D6;
  border-radius: 0.4rem;
  background-color: #ffffff;
  font-size: 1.6rem;
}
.c-form-textarea__field:focus-visible, .wpcf7-textarea:focus-visible {
  -webkit-box-shadow: 0 0 8px rgba(0, 160, 233, 0.46);
  outline: 0;
  box-shadow: 0 0 8px rgba(0, 160, 233, 0.46);
}

.c-form-flow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: min(66rem, 100%);
  margin-right: auto;
  margin-left: auto;
}
.c-form-flow:not(:last-child) {
  margin-bottom: 5.6rem;
}
.c-form-flow::after {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #D6D6D6 4px, transparent 4px);
  background-size: 12px 4px;
  background-repeat: repeat-x;
  content: "";
}
.c-form-flow__step {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 1/1;
  padding: 2rem;
  border: 4px solid #D6D6D6;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
}
.c-form-flow__step:not(:first-child) {
  margin-left: 0.8rem;
}
.c-form-flow__step:not(:last-child) {
  margin-right: 0.8rem;
}
.c-form-flow__step[aria-current=step] {
  border-color: #007BB2;
  background-color: #007BB2;
  color: #ffffff;
}
.c-form-flow__step-num {
  font-size: 1.8rem;
  line-height: 1.5;
}
.c-form-flow__step-text {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}

/*-- .c-form --*/
.c-data-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0.1rem solid #D6D6D6;
}
.c-data-list__item:last-child {
  border-bottom: 0.1rem solid #D6D6D6;
}
.c-data-list__term, .c-data-list__description {
  padding: 2rem 1.6rem;
}
.c-data-list__term {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: min(20rem, 29.2957746479%);
  background-color: #F7F7F7;
  font-weight: bold;
}
.c-data-list__description {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/*-- .c-data --*/
.c-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1em;
  margin: auto 0.8rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
.c-icon--last {
  margin-right: 0;
  margin-left: 0.8rem;
}
.c-icon--first {
  margin-right: 0.8rem;
  margin-left: 0;
}
.c-icon[data-icon=arrow] {
  aspect-ratio: 1/1;
  background-image: url(/assets/images/common/icon-arrow-red.svg);
}
.c-icon[data-icon=pdf] {
  aspect-ratio: 16/20;
  background-image: url(/assets/images/common/icon-pdf.svg);
}
.c-icon[data-icon=blank] {
  aspect-ratio: 1/1;
  width: 0.75em;
  background-image: url(/assets/images/common/icon-blank.svg);
}
.c-icon[data-icon=ext] {
  aspect-ratio: 1/1;
  width: 0.8125em;
  background-image: url(/assets/images/common/icon-ext.svg);
}
.c-icon[data-icon=map] {
  aspect-ratio: 1/1;
  background-image: url(/assets/images/common/icon-map.svg);
}

/*-- .c-icon --*/
.c-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.4285714286em 0.8571428571em;
  background-color: #00A0E9;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
}
.c-label[data-label=develop] {
  background-color: #00A0E9;
  color: #ffffff;
}

/*-- .c-label --*/
.c-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  column-gap: 0.8rem;
  align-items: center;
}
.c-link__icon {
  -ms-flex-negative: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-shrink: 0;
  width: 1.25em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.c-link__icon[data-icon=arrow] {
  aspect-ratio: 1/1;
  background-image: url(/assets/images/common/icon-arrow-red.svg);
  background-size: 100% auto;
}
.c-link__icon[data-icon=pdf] {
  aspect-ratio: 1/1;
  background-image: url(/assets/images/common/icon-pdf.svg);
  background-size: 1.6rem auto;
}
.c-link__icon[data-icon=blank] {
  aspect-ratio: 1/1;
  background-image: url(/assets/images/common/icon-blank.svg);
  background-size: 1.2rem auto;
}
.c-link__icon[data-icon=ext] {
  aspect-ratio: 1/1;
  background-image: url(/assets/images/common/icon-ext.svg);
  background-size: 1.3rem auto;
}

.c-link-item--has-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 24px;
}
.c-link-item--card {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.14);
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.14);
}
.c-link-item__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: min(35.25%, 120px);
}
.c-link-item__image--md {
  width: min(54%, 290px);
}
.c-link-item__image--round {
  overflow: hidden;
  border-radius: 0.4rem;
}
.c-link-item--card .c-link-item__image {
  border: 1px solid #D6D6D6;
}
.c-link-item__title {
  font-weight: bold;
  font-size: 2.2rem;
}
.c-link-item__title--sm {
  font-size: 2rem;
}
.c-link-item__text {
  font-size: 1.6rem;
}
.c-link-item__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1rem;
  flex-direction: column;
}

.c-link-banner {
  display: block;
  position: relative;
  line-height: 1.5;
  text-align: center;
}
.c-link-banner img:not(:last-child) {
  margin-bottom: 0.8rem;
}
.c-link-banner p {
  margin: 0;
}
.c-link-banner--original {
  overflow: hidden;
  border-radius: 0.8rem;
}
.c-link-banner--original::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 160, 233, 0.1);
  content: "";
  opacity: 0;
}

.c-link-anchor {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  column-gap: 0.8rem;
  align-items: center;
}
.c-link-anchor__icon {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.25em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.c-link-anchor__icon[data-icon=arrow] {
  aspect-ratio: 1/1;
  background-image: url(/assets/images/common/icon-arrow-gray.svg);
  background-size: 100% auto;
}

/*-- .c-link --*/
.c-media {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.c-media:not(:first-child) {
  margin-top: 3.6rem;
}
.c-media:not(:last-child) {
  margin-bottom: 3.6rem;
}
.c-media--sm {
  width: min(45rem, 60%);
}
.c-media--md {
  width: min(65rem, 80%);
}
.c-media__youtube {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
.c-media__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-media-object {
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 4rem;
}
.c-media-object + .c-media-object {
  margin-top: 7.2rem;
}
.c-media-object--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 4rem;
  flex-direction: row-reverse;
}
.c-media-object__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: min(31rem, 39.4366197183%);
}
.c-media-object__image--sm {
  width: min(20rem, 30%);
}
.c-media-object__image--md {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: min(48rem, 50.7042253521%);
}
.c-media-object__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/*-- c-media --*/
.c-navi-side__link {
  display: block;
  padding: 1.7rem 1.5rem 1.8rem 2.4rem;
  font-size: 1.5rem;
  line-height: 1.45;
}
.c-navi-side__link[aria-current=page] {
  font-weight: bold;
}
.c-navi-side__link--header {
  padding: 1.6rem 1.5rem 1.7rem 1.6rem;
  border-bottom: 1px solid #D6D6D6;
  font-size: 1.7rem;
  line-height: 2.0588235294;
}

.c-navi-anchor {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1.2rem 2rem;
}
.c-navi-anchor--top {
  margin-bottom: 8rem;
}
.c-navi-anchor--top + * {
  margin-top: 0 !important;
}
.c-navi-anchor--bottom {
  margin-top: 8rem;
}
.c-navi-anchor__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
  padding-right: 1.8rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #D6D6D6;
  font-weight: bold;
  font-size: 1.8rem;
}
.c-navi-anchor__link::after {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(90deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 0;
  aspect-ratio: 1/1;
  width: 1.6rem;
  transform: rotate(90deg);
  background: center/contain url(/assets/images/common/icon-arrow-gray.svg), no-repeat;
  content: "";
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.c-navi-anchor--bottom .c-navi-anchor__link::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*-- .c-navi --*/
.c-news + .c-news {
  margin-top: 16px;
}
.c-news__item {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 14px;
  row-gap: 4px;
  align-items: baseline;
}
.c-news__head {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-news__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.c-news-list .c-news + .c-news {
  margin-top: 3.2rem;
}

/*-- .c-news --*/
.c-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}
.c-tabs__list::before {
  z-index: 3;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 20px;
  background-color: #F1FAFE;
  content: "";
}
.c-tabs__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-transition-duration: 0.5s;
  position: relative;
  flex: 1;
  min-height: 6.4rem;
  padding: 10px;
  border-top: 4px solid transparent;
  background-color: #F0F3F5;
  font-size: 2rem;
  line-height: 1.2727272727;
  letter-spacing: 0;
  transition-duration: 0.5s;
}
.c-tabs__item[aria-selected=true] {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.14);
  z-index: 2;
  border-top: 4px solid #00A0E9;
  background-color: #ffffff;
  background-color: #F1FAFE;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.14);
  pointer-events: none;
}
.c-tabs__item:not(:first-child)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #C7C7C7;
  content: "";
}
.c-tabs__item b {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
}
.c-tabs__content {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
  position: relative;
  padding: 64px min(40px, 3.8vw);
  background-color: #ffffff;
  background-color: #F1FAFE;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.14);
}
.c-tabs__panel {
  outline: 0;
}
.c-tabs__panel[aria-hidden=true] {
  display: none;
}

/*-- .c-tabs --*/
.c-text-lead {
  margin-bottom: 4.8rem;
  font-size: 1.8rem;
  text-align: center;
}

.c-text-link {
  -webkit-text-decoration: underline 1px;
  text-decoration: underline 1px;
  text-underline-position: under;
}

.c-text-block:not(:last-child) {
  margin-bottom: 4rem;
}
.c-text-block p:not(:first-child) {
  margin-top: 1.5em;
}
.c-text-block .c-text-indent:not(:first-child) {
  margin-top: 1.5em;
}

.c-text-indent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-text-indent__term {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.4rem;
}
.c-text-indent__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.c-text-omit {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/*-- .c-text --*/
.c-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.68);
  cursor: pointer;
}
.c-modal-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column-reverse;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  margin: auto;
  padding: 20px 0;
}
.c-modal-panel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  padding: 20px;
  background-color: #fff;
  cursor: default;
}
.c-modal__close {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5rem;
  margin-left: auto;
  padding-right: 2.5rem;
  color: #fff;
  font-size: 1.4rem;
}
.c-modal__close::before, .c-modal__close::after {
  position: absolute;
  width: 1.6rem;
  height: 0.1rem;
  background-color: #fff;
  content: "";
}
.c-modal__close::before {
  -webkit-transform: rotate(45deg);
  right: 0;
  transform: rotate(45deg);
}
.c-modal__close::after {
  -webkit-transform: rotate(-45deg);
  right: 0;
  transform: rotate(-45deg);
}

/*-- .c-modal --*/
[data-effect=slide-right], [data-effect-list=slide-right] > *, [data-effect=slide-left], [data-effect-list=slide-left] > *, [data-effect=slide-left-order] > *, [data-effect=slide-up-order] > *, [data-effect=slide-up], [data-effect-list=slide-up] > *, [data-effect=fade-in], [data-effect-list=fade-in] > * {
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  opacity: 0;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.is-visible[data-effect=slide-right], [data-effect-list=slide-right] > .is-visible, .is-visible[data-effect=slide-left], [data-effect-list=slide-left] > .is-visible, [data-effect=slide-left-order] > .is-visible, [data-effect=slide-up-order] > .is-visible, .is-visible[data-effect=slide-up], [data-effect-list=slide-up] > .is-visible, .is-visible[data-effect=fade-in], [data-effect-list=fade-in] > .is-visible {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

[data-effect=slide-up], [data-effect-list=slide-up] > * {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

[data-effect=slide-up-order] > * {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

[data-effect=slide-left-order] > * {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

[data-effect=slide-left], [data-effect-list=slide-left] > * {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

[data-effect=slide-right], [data-effect-list=slide-right] > * {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

[data-effect-delay="0"] {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

[data-effect-delay="1"] {
  -webkit-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
}

[data-effect-delay="2"] {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

[data-effect-delay="3"] {
  -webkit-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
}

[data-effect-delay="4"] {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

[data-effect-delay="5"] {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}

[data-effect-delay="6"] {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

[data-effect-delay="7"] {
  -webkit-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
}

[data-effect-delay="8"] {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}

[data-effect-delay="9"] {
  -webkit-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
}

[data-effect-delay="10"] {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}
.notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.c-header {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.14);
  background-color: #ffffff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.14);
}
.c-header .l-header__inner {
  background-color: #ffffff;
}
.c-header__bg {
  display: none;
  z-index: -1;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.68);
  opacity: 0;
}
.is-opened .c-header__bg {
  -webkit-animation: fadeIn 0.2s ease-in-out both;
  display: block;
  animation: fadeIn 0.2s ease-in-out both;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.c-header-lang {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  display: block;
  flex-grow: 1;
  width: min(100%, 105px);
  padding: 2px 1.5rem;
  border: 1px solid #747474;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.2rem;
}
.c-header-search__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-header-search__input {
  width: 200px;
  padding: 2px 1rem;
  border: 1px solid #747474;
  font-size: 1.6rem;
}
.c-header-search__submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 32px;
  background-color: #747474;
}
.c-header-search__submit::before {
  position: absolute;
  top: 18%;
  left: 6px;
  aspect-ratio: 1/1;
  width: 16px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  content: "";
}
.c-header-search__submit::after {
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 60%;
  left: 21px;
  width: 1px;
  height: 7px;
  transform: rotate(-45deg);
  border-radius: 1rem;
  background-color: #ffffff;
  content: "";
}
.c-header-search__submit input {
  position: relative;
  width: 100%;
}

.c-header-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(100%, 155px);
  height: 100%;
  padding: 2px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.c-header-button::after {
  content: attr(aria-label);
}
.c-header-button--contact {
  background-color: #E60012;
}
.c-header-button--menu {
  background-color: #00A0E9;
}
.c-header-button__icon {
  display: grid;
  place-items: center;
  color: #ffffff;
}
.c-header-button--contact .c-header-button__icon {
  aspect-ratio: 22/16;
  width: 3.2rem;
  background: center/contain url(/assets/images/common/icon-mail-white.svg) no-repeat;
}
.c-header-button--menu .c-header-button__icon {
  position: relative;
  aspect-ratio: 25/18;
  width: 2.4rem;
}
.c-header-button--menu .c-header-button__icon span {
  -webkit-transition: 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 0.2rem;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
}
.c-header-button--menu[aria-expanded=false] .c-header-button__icon span:nth-child(1) {
  top: 0;
}
.c-header-button--menu[aria-expanded=false] .c-header-button__icon span:nth-child(3) {
  top: calc(100% - 1px);
}
.c-header-button--menu[aria-expanded=true] .c-header-button__icon span:nth-child(1) {
  -webkit-transform: rotate(-36deg);
  top: 50%;
  transform: rotate(-36deg);
}
.c-header-button--menu[aria-expanded=true] .c-header-button__icon span:nth-child(2) {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
}
.c-header-button--menu[aria-expanded=true] .c-header-button__icon span:nth-child(3) {
  -webkit-transform: rotate(36deg);
  top: 50%;
  transform: rotate(36deg);
}

/*-- .c-header --*/
.c-gnavi__list {
  -webkit-column-gap: min(48px, 2vw);
  -moz-column-gap: min(48px, 2vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: min(48px, 2vw);
}
.c-gnavi__link {
  display: block;
}
.c-gnavi__link::after {
  -webkit-transform: rotate(0deg);
  -webkit-transition: scale 0.3s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0.4em;
  right: -1.2rem;
  width: 0.7rem;
  height: 1.5rem;
  transform: rotate(0deg);
  background: center/contain url(/assets/images/common/icon-arrow-simple.svg) no-repeat;
  content: "";
  transition: scale 0.3s ease-in-out;
}
.c-gnavi__link--drop {
  position: relative;
}
.c-gnavi__link--drop::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-gnavi__link--drop[aria-expanded=true]::after {
  scale: -1;
}
.c-gnavi__close {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2.4rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.5rem;
  font-size: 1.4rem;
}
.c-gnavi__close::before, .c-gnavi__close::after {
  position: absolute;
  width: 1.6rem;
  height: 0.1rem;
  background-color: #333333;
  content: "";
}
.c-gnavi__close::before {
  -webkit-transform: rotate(45deg);
  right: 0;
  transform: rotate(45deg);
}
.c-gnavi__close::after {
  -webkit-transform: rotate(-45deg);
  right: 0;
  transform: rotate(-45deg);
}

.c-gnavi-dropdown {
  background-color: #F7F7F7;
}
.c-gnavi-dropdown[aria-hidden=true] {
  display: none;
}
.c-gnavi-dropdown__inner {
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}
.c-gnavi-dropdown__list {
  row-gap: 3.2rem;
}
.c-gnavi-dropdown__link--has-image {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.c-gnavi-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(100%, 355px);
  height: 100%;
  padding: 1.6rem;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.c-gnavi-button--contact {
  background-color: #E60012;
}

/*-- .c-gnavi --*/
.c-contact {
  padding-top: 103px;
  padding-bottom: 104px;
  background-color: #00A0E9;
  color: #ffffff;
}
.c-contact__heading {
  margin-bottom: 4.2rem;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: 0;
}
.c-contact__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.c-contact__item {
  text-align: center;
}
.c-contact__text {
  font-size: 1.6rem;
}

/*-- .c-contact --*/
.c-footer {
  background-color: #ffffff;
}
.c-footer__bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  gap: 20px;
}
.c-footer__to-top {
  -webkit-transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease-in-out;
  z-index: 100;
  position: absolute;
  left: 50%;
  width: calc(100vw - var(--scrollbar) - 20px);
  height: 0;
  transform: translateX(-50%);
  transition: opacity 0.3s ease-in-out;
}
.c-footer__to-top.is-fixed {
  position: fixed;
  top: auto;
  bottom: 12px;
}
.c-header.is-opened ~ .c-footer .c-footer__to-top {
  display: none;
}
.c-footer-copyright {
  font-size: 1.4rem;
}

.c-footer-link {
  font-size: 1.3rem;
}
.c-footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 40px;
}

.c-footer-lang {
  display: block;
  width: min(100%, 134px);
  padding: 2px;
  border: 1px solid #000000;
  letter-spacing: 0.05em;
  text-align: center;
}

.c-footer-to-top {
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.06);
  display: inline-grid;
  position: absolute;
  right: 0;
  bottom: 0;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-color: #7C7C7C;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.06);
}
.c-footer-to-top::before {
  -webkit-transform: rotate(-90deg);
  position: absolute;
  width: 12px;
  height: 25px;
  margin-bottom: 4px;
  transform: rotate(-90deg);
  background: center/contain url(/assets/images/common/icon-arrow-simple-white.svg) no-repeat;
  content: "";
}

/*-- .c-footer --*/
.c-sitemap__second {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.8rem;
  flex-direction: column;
}
.c-sitemap__second .c-sitemap__link {
  font-weight: normal;
  font-size: 1.4rem;
}

/*-- .c-sitemap --*/
.c-products-search__use-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(28.7rem, 100%), 1fr));
  gap: min(4.8rem, 4vw);
}
.c-products-search__feature .c-button-search {
  padding: 0.8rem 3rem 0.6rem;
  border-radius: 2.3rem;
  font-size: 1.8rem;
}
.c-products-search__feature-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.c-products-search__keyword-text {
  margin-top: 1.6rem;
  text-align: center;
}

.c-products-pickup {
  padding-top: 8.5rem;
  padding-bottom: 8rem;
  background-color: #EDF0F4;
}
.c-products-pickup__item {
  width: max((100% - min(40px, 3vw) * 3) / 4, 270px);
}
.c-products-pickup__link {
  margin-top: 56px;
}
.c-products-pickup .c-card__content {
  padding: 14px 20px 26px;
}

.c-products-banner {
  background-color: #ffffff;
}
.c-products-banner__block {
  width: min(58rem, 100%);
  margin-right: auto;
  margin-left: auto;
}
.c-products-banner__block:not(:first-child) {
  margin-top: 5.6rem;
}
.c-products-banner__col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
.c-products-banner__col2 a, .c-products-banner__col2 button {
  height: 100%;
}

/*-- c-products --*/
.c-article .wp-block-image:not(:first-child) {
  margin-top: 3.6rem;
}
.c-article .wp-block-image:not(:last-child) {
  margin-bottom: 3.6rem;
}

.c-form-textarea .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.wpcf7-form-control-wrap[data-name=ZIP] {
  max-width: 32rem;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.wpcf7-spinner {
  display: none;
}
.wpcf7_group.c-form__item {
  padding-top: 0;
  padding-bottom: 0;
}

/*-- .wp --*/
/*--- 共通エリアパーツ --*/
/*--- WordPress ---*/
.p-top__section {
  padding-top: 124px;
  padding-bottom: 124px;
}
.p-top__section .p-top__section:last-child {
  padding-bottom: 0;
}
.p-top__lead-text {
  margin-bottom: 4.8rem;
  font-size: 1.8rem;
  text-align: center;
}

.p-top-mainvisual {
  display: grid;
  position: relative;
  grid-template-rows: 100%;
  grid-template-columns: 50% 50%;
  place-items: center;
  min-height: 40rem;
}
.p-top-mainvisual__multiply {
  -webkit-filter: drop-shadow(0 0 8px #ffffff);
  -webkit-transform: rotate(45deg);
  z-index: 10;
  position: absolute;
  aspect-ratio: 1/1;
  width: min(22%, 12.8rem);
  transform: rotate(45deg);
  filter: drop-shadow(0 0 8px #ffffff);
}
.p-top-mainvisual__multiply::before {
  z-index: 1;
  position: absolute;
  aspect-ratio: 1/1;
  width: 100%;
  background-color: #00A0E9;
  content: "";
  clip-path: polygon(0 calc(50% - min(0.4vw, 0.42rem)), calc(50% - min(0.4vw, 0.42rem)) calc(50% - min(0.4vw, 0.42rem)), calc(50% - min(0.4vw, 0.42rem)) 0%, calc(50% + min(0.4vw, 0.42rem)) 0%, calc(50% + min(0.4vw, 0.42rem)) calc(50% - min(0.4vw, 0.42rem)), 100% calc(50% - min(0.4vw, 0.42rem)), 100% calc(50% + min(0.4vw, 0.42rem)), calc(50% + min(0.4vw, 0.42rem)) calc(50% + min(0.4vw, 0.42rem)), calc(50% + min(0.4vw, 0.42rem)) 100%, calc(50% - min(0.4vw, 0.42rem)) 100%, calc(50% - min(0.4vw, 0.42rem)) calc(50% + min(0.4vw, 0.42rem)), 0 calc(50% + min(0.4vw, 0.42rem)));
}
.p-top-mainvisual__list {
  width: 100%;
  height: 100%;
}
.p-top-mainvisual__link {
  position: relative;
}
.p-top-mainvisual__link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 160, 233, 0.35);
  content: "";
  mix-blend-mode: multiply;
  opacity: 0;
}
.p-top-mainvisual__item {
  position: relative;
}
.p-top-mainvisual__item--bottom {
  overflow: hidden;
}
.p-top-mainvisual__item--bottom .slick-list, .p-top-mainvisual__item--bottom .slick-track {
  height: 100%;
  min-height: 100%;
  max-height: 100% !important;
}
.p-top-mainvisual__item.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  max-height: 100% !important;
}
.p-top-mainvisual__text {
  z-index: 10;
  position: absolute;
  max-width: 90%;
  font-weight: bold;
  font-size: min(3.6vw, 4.8rem);
  line-height: 1.75;
}
.js-switch-item:first-child .p-top-mainvisual__text {
  -webkit-animation: 1.5s fadeIn 0.8s ease-in-out both;
  animation: 1.5s fadeIn 0.8s ease-in-out both;
}
[aria-hidden=true] .p-top-mainvisual__text {
  -webkit-animation: 1.5s fadeOut 0.8s ease-in-out both;
  animation: 1.5s fadeOut 0.8s ease-in-out both;
}
.slick-current .p-top-mainvisual__text {
  -webkit-animation: 1.5s fadeIn 0.8s ease-in-out both;
  animation: 1.5s fadeIn 0.8s ease-in-out both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-top-mainvisual__image {
  width: 100%;
  height: 100%;
}
.p-top-mainvisual__image img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-intro {
  z-index: 1;
  position: relative;
  background-image: url(/assets/images/top/intro-bg.jpg);
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.p-top-intro::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 832/250;
  width: 832px;
  background: center/contain url(/assets/images/top/intro-bg-treat01.png) no-repeat;
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.44;
}
.p-top-intro::after {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 522/356;
  width: 522px;
  background: center/contain url(/assets/images/top/intro-bg-treat02.png) no-repeat;
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.91;
}

.p-top-news {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 38px 56px 32px;
  gap: 16px 48px;
  background-color: #ffffff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.14);
}
.p-top-news__top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-top-news__list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.p-top-news__title {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.1666666667;
}
.p-top-news__link {
  margin-top: 40px;
}

.p-top-strength {
  padding-top: 96px;
}
.p-top-strength__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 6.9rem;
  margin-left: auto;
  font-weight: bold;
  text-align: center;
}
.p-top-strength__heading * {
  font-weight: bold;
}
.p-top-strength__heading__balloon {
  display: inline-block;
  position: relative;
  margin-bottom: 3.6rem;
  padding-top: 0.4rem;
  padding-bottom: 1.6rem;
  font-size: 3.6rem;
  line-height: 1.2564102564;
  letter-spacing: 0.05em;
}
.p-top-strength__heading__balloon * {
  letter-spacing: 0.05em;
}
.p-top-strength__heading__balloon::before, .p-top-strength__heading__balloon::after {
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: #00A0E9;
  content: "";
}
.p-top-strength__heading__balloon::before {
  left: 0.5em;
  width: 44%;
  border-width: 2px 0 0 0;
}
.p-top-strength__heading__balloon::after {
  -webkit-transform: skewX(140deg);
  right: 0.5em;
  width: 48%;
  height: 18px;
  transform: skewX(140deg);
  border-width: 2px 0 0 2px;
}
.p-top-strength__heading__text {
  font-size: 3.2rem;
  line-height: 0.7777777778;
}
.p-top-strength__list {
  -webkit-column-gap: min(90px, 5.6vw);
  -moz-column-gap: min(90px, 5.6vw);
  column-gap: min(90px, 5.6vw);
}
.p-top-strength__item {
  display: grid;
  position: relative;
  grid-template-rows: subgrid;
  row-gap: 18px;
  grid-row: span 3;
}
.p-top-strength__item__link {
  display: grid;
  position: relative;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.p-top-strength__item__num {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 1;
  position: absolute;
  flex-direction: column;
  align-items: center;
  padding: 0.36rem 0.7rem;
  content: "";
  color: #ffffff;
  font-weight: bold;
  font-size: 3.8rem;
  line-height: 1;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  letter-spacing: -0.05em;
  text-align: center;
}
.p-top-strength__item__num::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  width: 10rem;
  background-color: #00A0E9;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.p-top-strength__item__num small {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
}
.p-top-strength__item__image {
  grid-row: 1/3;
  grid-column: 1/2;
}
.p-top-strength__item__image img {
  width: 100%;
}
.p-top-strength__item__title {
  -webkit-transform: translateY(-1.2rem);
  z-index: 1;
  position: relative;
  grid-row: 2/3;
  grid-column: 1/2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  transform: translateY(-1.2rem);
  color: #00A0E9;
  font-weight: bold;
  font-size: min(2.8rem, 2vw);
  line-height: 1.1428571429;
  text-align: center;
}
.p-top-strength__item__title::after {
  display: inline-block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 0.4rem #ffffff;
  content: attr(data-hemming-text);
  color: #ffffff;
  white-space: pre;
}
.p-top-strength__item__text {
  grid-row: 3/4;
  grid-column: 1/2;
}
.p-top-strength__link {
  margin-top: 72px;
}

.p-top-products {
  background-color: #ffffff;
}
.p-top-products__banner {
  margin-top: 48px;
}

.p-top-technical {
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, right top, from(#DEF4FF), to(#D6EAFF));
  background-image: linear-gradient(to right, #DEF4FF, #D6EAFF);
}
.p-top-technical__block {
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 4rem;
  align-items: center;
}
.p-top-technical__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.p-top-technical__image {
  width: min(69rem, 80%);
  margin-right: -65px;
}

.p-top-about {
  padding-bottom: 100px;
}
.p-top-about__link {
  display: grid;
  position: relative;
  place-items: center;
  overflow: hidden;
}
.p-top-about__link * {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.p-top-about__link__image {
  z-index: 1;
  position: relative;
}
.p-top-about__link__image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
}
.p-top-about__link__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: absolute;
  row-gap: 1rem;
  flex-direction: column;
}
.p-top-about__link__title {
  color: #ffffff;
  font-weight: bold;
  font-size: min(2.8rem, 2vw);
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 0 4px #000000;
}
.p-top-about__link__title--sub {
  font-size: min(2rem, 1.4vw);
}
.p-top-about__banner {
  margin-top: 100px;
}

/* ------------------
  .p-top
--------------------- */
.p-products__develop {
  z-index: 1;
  position: relative;
  overflow: hidden;
  background: center/auto 100% url(/assets/images/products/develop-bg.jpg) no-repeat, #F5F9FC;
}
.p-products__develop-heading {
  margin-bottom: 4.3rem;
  font-size: 3.2rem;
}
.p-products__develop-text {
  margin-bottom: 3.6rem;
}

.p-products-search--keyword {
  -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.14);
  z-index: 1;
  position: relative;
  margin-bottom: 7.8rem;
  padding: 64px min(40px, 3.8vw);
  background-color: #ffffff;
  background-color: #F1FAFE;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.14);
}
.p-products-search__button-clear {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 2.5rem;
  margin-left: auto;
  padding: 0.6rem 1.6rem 0.6rem 3.8rem;
  border-radius: 0.4rem;
  background-color: #F5F5F5;
  font-size: 1.4rem;
}
.p-products-search__button-clear::before, .p-products-search__button-clear::after {
  position: absolute;
  left: 2rem;
  width: 0.1rem;
  height: 1.2rem;
  background-color: #333333;
  content: "";
}
.p-products-search__button-clear::before {
  rotate: 45deg;
}
.p-products-search__button-clear::after {
  rotate: -45deg;
}
.p-products-search__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.p-products-search__item {
  -webkit-column-gap: 3.2rem;
  -moz-column-gap: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  column-gap: 3.2rem;
}
.p-products-search__term {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: bold;
  font-size: 1.8rem;
}
.p-products-search__hr {
  margin-top: 8rem;
  margin-bottom: 8rem;
  border: 0;
  border-bottom: 1px solid #D6D6D6;
}
.p-products-search__tag-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 1rem;
}
.p-products-search__result .c-card__content {
  padding: 3.2rem;
}
.p-products-search__result .js-filter-item {
  -webkit-transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: opacity transform;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  transition: 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity transform;
}
.p-products-search__result .js-filter-item.is-visible {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
.p-products-detail__number {
  margin-top: 3.2rem;
  font-size: 1.4rem;
}
.p-products-detail__image {
  width: min(43rem, 41.9921875%);
}

/* ------------------
  .p-products
--------------------- */
.p-csr__sdgs-object {
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  display: grid;
  grid-template-columns: 1fr min(50%, 598px);
  column-gap: 5rem;
}
.c-section .p-csr__sdgs-link:not(:first-child) {
  margin-top: 3.2rem;
}
.p-csr__esq {
  background: #EDF4F2;
}
.p-csr-sdgs__icon-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

/* ------------------
  .p-csr
--------------------- */
.p-technical__list {
  background: #EDF0F4;
}
.p-technical__list.c-section {
  margin-top: 6.4rem;
}

/* ------------------
  .p-technical
--------------------- */
.p-strength {
  padding-top: 0;
  padding-bottom: 0;
  /* --- コンポーネント --- */
  /* --- 固有クラス --- */
  /* アンカーリンク */
  /* 評価技術 */
  /* 解決事例 */
  /* 製品開発の流れ */
  /* グローバル展開 */
  /* セクション */
}
.p-strength .c-contact {
  padding-top: 60px;
  padding-bottom: 60px;
}
.p-strength .c-contact__heading {
  margin-bottom: 3.5rem;
}
.p-strength__main {
  padding-top: 7.8rem;
  padding-bottom: 0;
  overflow: hidden;
}
.p-strength__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 7rem;
  margin-left: auto;
  font-weight: bold;
  text-align: center;
}
.p-strength__heading * {
  font-weight: bold;
}
.p-strength__heading__balloon {
  display: inline-block;
  position: relative;
  margin-bottom: 3rem;
  padding-top: 0.4rem;
  padding-bottom: 1.6rem;
  font-size: 2.6rem;
  line-height: 1.4230769231;
  letter-spacing: 0.05em;
}
.p-strength__heading__balloon * {
  letter-spacing: 0.05em;
}
.p-strength__heading__balloon::before, .p-strength__heading__balloon::after {
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: #00A0E9;
  content: "";
}
.p-strength__heading__balloon::before {
  left: 0.5em;
  width: 44%;
  border-width: 2px 0 0 0;
}
.p-strength__heading__balloon::after {
  -webkit-transform: skewX(140deg);
  right: 0.5em;
  width: 48%;
  height: 13px;
  transform: skewX(140deg);
  border-width: 2px 0 0 2px;
}
.p-strength__heading__text {
  font-size: 2.4rem;
  line-height: 0.9166666667;
}
.p-strength__heading__text b {
  font-size: 3.1rem;
  line-height: 0.7096774194;
}
.p-strength__heading--lv2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 4.8rem;
  padding: 1.8rem 2rem 1.6rem;
  background-color: #00A0E9;
  color: #ffffff;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
}
.p-strength__heading--lv2:not(:first-child) {
  margin-top: 7.2rem;
}
.p-strength__heading--lv2__num {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  content: "";
  text-align: center;
}
.p-strength__heading--lv2__num b {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.7rem 0.55rem;
  color: #00A0E9;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  letter-spacing: -0.05em;
}
.p-strength__heading--lv2__num::before {
  aspect-ratio: 1/1;
  width: 7.7rem;
  background-color: #ffffff;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.p-strength__heading--lv2__text {
  padding-left: 1.6rem;
}
.p-strength__heading--lv3 {
  margin-bottom: 2rem;
}
.p-strength__heading--lv3__label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.6rem;
  border: 1px solid #00A0E9;
  background-color: #00A0E9;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
}
.p-strength__heading--lv3__label__text {
  display: inline-block;
  padding: 0.1rem 0.6rem 0.3rem;
}
.p-strength__heading--lv3__label__num {
  display: inline-block;
  padding: 0.3rem 0.5rem 0.3rem 0.3rem;
  background-color: #ffffff;
  color: #00A0E9;
  font-size: 2.6rem;
  line-height: 1;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  letter-spacing: -0.05em;
}
.p-strength__heading--lv3__text {
  display: block;
  font-size: 2.2rem;
  line-height: 1.4318181818;
}
.p-strength__bg--gray {
  padding: 4.8rem;
  border-radius: 0.8rem;
  background-color: #F7F7F7;
}
.p-strength__bg--gray > div {
  padding: 0;
}
.p-strength__bg--global {
  margin-top: 0;
  padding-top: 9.6rem;
  padding-bottom: 12rem;
  background-image: url(/assets/images/strengths/img-strengths-bg-global.jpg);
  background-size: cover;
}
.p-strength__anchor {
  width: 92%;
  max-width: 1090px;
  margin-top: 6rem;
  margin-right: auto;
  margin-bottom: 9.7rem;
  margin-left: auto;
}
.p-strength__anchor__link {
  padding-bottom: 0.6rem;
}
.p-strength__item__num {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  padding: 0.36rem 0.7rem;
  content: "";
  color: #ffffff;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  letter-spacing: -0.05em;
  text-align: center;
}
.p-strength__item__num::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  width: 6.5rem;
  background-color: #00A0E9;
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.p-strength__item__text {
  padding-left: 7.8rem;
}
.p-strength__column__item {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-strength__column__item:nth-child(even) {
  margin-top: 16.2rem;
}
.p-strength__column__item picture:not(:first-child) {
  margin-top: 3.2rem;
}
.p-strength__column__item__title {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4318181818;
}
.p-strength__label {
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.p-strength__label:not(:first-child) {
  margin-top: 0.3rem;
}
.p-strength__label--type1 {
  -ms-flex-negative: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 7rem;
  margin-top: 0.3rem;
  margin-right: 1.2rem;
  border: 1px solid #747474;
  background-color: #E5E5E5;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
}
.p-strength__label--type2 {
  -ms-flex-negative: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 7rem;
  margin-top: 0.3rem;
  margin-right: 1.2rem;
  border: 1px solid #00A0E9;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
}
.p-strength__pairsystem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-strength__pairsystem__text .p-strength__heading--lv3 {
  margin-bottom: 4rem;
}
.p-strength__pairsystem__text .p-strength__heading--lv3__text {
  line-height: 1.8;
}
.p-strength__pairsystem__text > *:last-child {
  margin-bottom: 1rem;
}
.p-strength__pairsystem__image {
  width: min(45rem, 50.7042253521%);
}
.p-strength__hr {
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: 0;
  border-bottom: 1px solid #D6D6D6;
}
.p-strength__case {
  margin-top: 6.4rem;
  padding: 4.3rem 3.1rem 4rem 3.6rem;
}
.p-strength__case__item {
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
.p-strength__case__item__image {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  width: min(56.8rem, 51%);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
}
.p-strength-flow {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
  max-width: 962px;
  margin-right: auto;
  margin-left: auto;
  padding: 6.4rem;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.16);
}
.p-strength-flow__list > .p-strength-flow__item {
  z-index: 25;
  position: relative;
  list-style-type: none;
  counter-increment: cnt;
}
.p-strength-flow__list > .p-strength-flow__item::before {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  width: 5.6rem;
  height: 100%;
  padding-top: 5rem;
  background-color: #747474;
  content: counter(cnt);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 3.2rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.p-strength-flow__list > .p-strength-flow__item:not(:last-child)::after {
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  -webkit-box-shadow: inset -4px -4px 0px #fff;
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 2.8rem;
  aspect-ratio: 1/1;
  width: 4.8083261121rem;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: transparent;
  box-shadow: inset -4px -4px 0px #fff;
  content: "";
}
.p-strength-flow__list > .p-strength-flow__item:nth-child(2) {
  z-index: 24;
}
.p-strength-flow__list > .p-strength-flow__item:nth-child(3) {
  z-index: 23;
}
.p-strength-flow__list > .p-strength-flow__item:nth-child(4) {
  z-index: 22;
}
.p-strength-flow__list > .p-strength-flow__item:nth-child(5) {
  z-index: 21;
}
.p-strength-flow__list > .p-strength-flow__item:nth-child(6) {
  z-index: 20;
}
.p-strength-flow__item {
  display: grid;
  grid-template-columns: 10.8rem 1fr;
  padding: 1.9rem 0 2.3rem 9rem;
  gap: 1.8rem 2.6rem;
}
.p-strength-flow__head {
  padding-top: 1.2rem;
}
.p-strength-flow__head__title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.575;
}
.p-strength-flow__head__title + .p-strength-flow__head__text {
  margin-top: 0.9rem;
}
.p-strength-flow__addition {
  grid-column: 2/3;
  padding: 1.3rem 1.6rem;
  background-color: #DFF3FC;
}
.p-strength-flow__addition__title {
  font-weight: bold;
  font-size: 1.8rem;
}
.p-strength-flow__addition__title + .p-strength-flow__addition__text {
  margin-top: 0.8rem;
}
.p-strength__global-text {
  z-index: 1;
  position: relative;
  line-height: 2;
}
.p-strength__global-img {
  z-index: 0;
  position: relative;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.p-strength__global-img:not(:first-child) {
  margin-top: 140px;
}
.p-strength__global-img img {
  aspect-ratio: 930/464;
  width: 930px;
}
.p-strength__global-img__shadow {
  -webkit-animation: anim_ball 3s 0s linear infinite;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 160, 233, 0.1);
  content: "";
  animation: anim_ball 3s 0s linear infinite;
}
.p-strength__global-img__shadow:nth-of-type(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.p-strength__global-img__shadow:nth-of-type(3) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.p-strength__global-img::before {
  -webkit-animation: anim_ball_img 2s 0s linear infinite;
  display: block;
  z-index: -1;
  position: absolute;
  bottom: max(-30.8189655172%, -143px);
  left: max(-4.5161290323%, -42px);
  aspect-ratio: 1107/786;
  width: min(119.0322580645%, 1107px);
  background: no-repeat url("/assets/images/strengths/bg-strengths-global.png") top center/contain;
  content: "";
  animation: anim_ball_img 2s 0s linear infinite;
  pointer-events: none;
}
.p-strength__section--develop {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}
.p-strength__section--develop .c-heading-lv2-simple {
  margin-bottom: 4.8rem;
}
.p-strength__section--global {
  padding-bottom: 18.8rem;
}
.p-strength__section--global .c-heading-lv2-simple {
  margin-bottom: 4.5rem;
}

/* アニメーション */
@-webkit-keyframes anim_ball {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes anim_ball {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
@-webkit-keyframes anim_ball_img {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes anim_ball_img {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/* ------------------
  .p-strength
--------------------- */
.p-usecase__list {
  background: #EDF0F4;
}
.p-usecase__list.c-section {
  margin-top: 6.4rem;
}

/* ------------------
  .p-usecase
--------------------- */
.u-sp {
  display: none !important;
}
/* display */
.u-d-none {
  display: none !important;
}

.u-d-block {
  display: block !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-i-block {
  display: inline-block !important;
}

.u-d-table {
  display: table !important;
}

.u-d-t-row {
  display: table-row !important;
}

.u-d-t-cell {
  display: table-cell !important;
}

.u-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-i-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* overflow */
.u-of-auto {
  overflow: auto;
}
.u-of-hidden {
  overflow: hidden;
}

/* visibility */
.u-hidden {
  visibility: hidden !important;
}

.u-visible {
  visibility: visible !important;
}

/* align items */
.u-ai-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: start !important;
}
.u-ai-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.u-ai-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: end !important;
}

/* hover */

/* print */

/* float */
.u-fl-left {
  float: left !important;
}
.u-fl-right {
  float: right !important;
}
.u-fl-none {
  float: none !important;
}
/* clearfix */
.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-clearboth {
  clear: both !important;
}

/* font-weight */
.u-fw-normal {
  font-weight: normal !important;
}
.u-fw-bold {
  font-weight: bold !important;
}

/* font-family */
.u-ff-oswald {
  font-family: "Oswald", "Noto Sans JP", sans-serif !important;
}
.u-ff-roboto {
  font-family: "Roboto", "Noto Sans JP", sans-serif !important;
}

/* font-color */
.u-fc-red {
  color: #E60012 !important;
}
.u-fc-blue {
  color: #00A0E9 !important;
}

/* font-size */
.u-fs-xsm {
  font-size: 1.3rem !important;
}
.u-fs-sm {
  font-size: 1.4rem !important;
}
.u-fs-md {
  font-size: 1.6rem !important;
}
.u-fs-lg {
  font-size: 1.8rem !important;
}
.u-fs-xl {
  font-size: 2rem !important;
}

/* margin */
.u-m-auto {
  margin: 0 auto !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}
.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}
.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}
.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}
.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}
.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}
.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}
.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}
.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}
.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}
.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}
.u-mt55 {
  margin-top: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}
.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}
.u-mt65 {
  margin-top: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}
.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}
.u-mt75 {
  margin-top: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}
.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}
.u-mt85 {
  margin-top: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}
.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}
.u-mt95 {
  margin-top: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}
.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}
/* padding */
.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}
.u-pt5 {
  padding-top: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}
.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}
.u-pt15 {
  padding-top: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}
.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}
.u-pt25 {
  padding-top: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}
.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}
.u-pt35 {
  padding-top: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}
.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}
.u-pt45 {
  padding-top: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}
.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}
.u-pt55 {
  padding-top: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}
.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}
.u-pt65 {
  padding-top: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}
.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}
.u-pt75 {
  padding-top: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}
.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}
.u-pt85 {
  padding-top: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}
.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}
.u-pt95 {
  padding-top: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}
.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}
/* text-align */
.u-ta-center {
  text-align: center !important;
}
.u-ta-left {
  text-align: left !important;
}
.u-ta-right {
  text-align: right !important;
}
/* vertical-align */
.u-va-top {
  vertical-align: top !important;
}
.u-va-middle {
  vertical-align: middle !important;
}
.u-va-bottom {
  vertical-align: bottom !important;
}
/* white-space */
.u-ws-nowrap {
  white-space: nowrap !important;
}

.u-text-marker {
  -webkit-box-decoration-break: clone;
  display: inline;
  box-decoration-break: clone;
  padding: 0.2em 0.3em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #00A0E9), color-stop(90%, #00A0E9), color-stop(90%, transparent));
  background: linear-gradient(transparent 10%, #00A0E9 10%, #00A0E9 90%, transparent 90%);
  color: #ffffff;
}

/* width(px) 5-400 */
.u-w-5 {
  width: 5px !important;
}
.u-w-10 {
  width: 10px !important;
}
.u-w-15 {
  width: 15px !important;
}
.u-w-20 {
  width: 20px !important;
}
.u-w-25 {
  width: 25px !important;
}
.u-w-30 {
  width: 30px !important;
}
.u-w-35 {
  width: 35px !important;
}
.u-w-40 {
  width: 40px !important;
}
.u-w-45 {
  width: 45px !important;
}
.u-w-50 {
  width: 50px !important;
}
.u-w-55 {
  width: 55px !important;
}
.u-w-60 {
  width: 60px !important;
}
.u-w-65 {
  width: 65px !important;
}
.u-w-70 {
  width: 70px !important;
}
.u-w-75 {
  width: 75px !important;
}
.u-w-80 {
  width: 80px !important;
}
.u-w-85 {
  width: 85px !important;
}
.u-w-90 {
  width: 90px !important;
}
.u-w-95 {
  width: 95px !important;
}
.u-w-100 {
  width: 100px !important;
}
.u-w-105 {
  width: 105px !important;
}
.u-w-110 {
  width: 110px !important;
}
.u-w-115 {
  width: 115px !important;
}
.u-w-120 {
  width: 120px !important;
}
.u-w-125 {
  width: 125px !important;
}
.u-w-130 {
  width: 130px !important;
}
.u-w-135 {
  width: 135px !important;
}
.u-w-140 {
  width: 140px !important;
}
.u-w-145 {
  width: 145px !important;
}
.u-w-150 {
  width: 150px !important;
}
.u-w-155 {
  width: 155px !important;
}
.u-w-160 {
  width: 160px !important;
}
.u-w-165 {
  width: 165px !important;
}
.u-w-170 {
  width: 170px !important;
}
.u-w-175 {
  width: 175px !important;
}
.u-w-180 {
  width: 180px !important;
}
.u-w-185 {
  width: 185px !important;
}
.u-w-190 {
  width: 190px !important;
}
.u-w-195 {
  width: 195px !important;
}
.u-w-200 {
  width: 200px !important;
}
.u-w-205 {
  width: 205px !important;
}
.u-w-210 {
  width: 210px !important;
}
.u-w-215 {
  width: 215px !important;
}
.u-w-220 {
  width: 220px !important;
}
.u-w-225 {
  width: 225px !important;
}
.u-w-230 {
  width: 230px !important;
}
.u-w-235 {
  width: 235px !important;
}
.u-w-240 {
  width: 240px !important;
}
.u-w-245 {
  width: 245px !important;
}
.u-w-250 {
  width: 250px !important;
}
.u-w-255 {
  width: 255px !important;
}
.u-w-260 {
  width: 260px !important;
}
.u-w-265 {
  width: 265px !important;
}
.u-w-270 {
  width: 270px !important;
}
.u-w-275 {
  width: 275px !important;
}
.u-w-280 {
  width: 280px !important;
}
.u-w-285 {
  width: 285px !important;
}
.u-w-290 {
  width: 290px !important;
}
.u-w-295 {
  width: 295px !important;
}
.u-w-300 {
  width: 300px !important;
}
.u-w-305 {
  width: 305px !important;
}
.u-w-310 {
  width: 310px !important;
}
.u-w-315 {
  width: 315px !important;
}
.u-w-320 {
  width: 320px !important;
}
.u-w-325 {
  width: 325px !important;
}
.u-w-330 {
  width: 330px !important;
}
.u-w-335 {
  width: 335px !important;
}
.u-w-340 {
  width: 340px !important;
}
.u-w-345 {
  width: 345px !important;
}
.u-w-350 {
  width: 350px !important;
}
.u-w-355 {
  width: 355px !important;
}
.u-w-360 {
  width: 360px !important;
}
.u-w-365 {
  width: 365px !important;
}
.u-w-370 {
  width: 370px !important;
}
.u-w-375 {
  width: 375px !important;
}
.u-w-380 {
  width: 380px !important;
}
.u-w-385 {
  width: 385px !important;
}
.u-w-390 {
  width: 390px !important;
}
.u-w-395 {
  width: 395px !important;
}
.u-w-400 {
  width: 400px !important;
}
/* width(%) 5-100 */
.u-w5per {
  width: 5% !important;
}
.u-w10per {
  width: 10% !important;
}
.u-w15per {
  width: 15% !important;
}
.u-w20per {
  width: 20% !important;
}
.u-w25per {
  width: 25% !important;
}
.u-w30per {
  width: 30% !important;
}
.u-w35per {
  width: 35% !important;
}
.u-w40per {
  width: 40% !important;
}
.u-w45per {
  width: 45% !important;
}
.u-w50per {
  width: 50% !important;
}
.u-w55per {
  width: 55% !important;
}
.u-w60per {
  width: 60% !important;
}
.u-w65per {
  width: 65% !important;
}
.u-w70per {
  width: 70% !important;
}
.u-w75per {
  width: 75% !important;
}
.u-w80per {
  width: 80% !important;
}
.u-w85per {
  width: 85% !important;
}
.u-w90per {
  width: 90% !important;
}
.u-w95per {
  width: 95% !important;
}
.u-w100per {
  width: 100% !important;
}
/* width(em) 5-20 */
.u-w1em {
  width: 1em !important;
}
.u-w2em {
  width: 2em !important;
}
.u-w3em {
  width: 3em !important;
}
.u-w4em {
  width: 4em !important;
}
.u-w5em {
  width: 5em !important;
}
.u-w6em {
  width: 6em !important;
}
.u-w7em {
  width: 7em !important;
}
.u-w8em {
  width: 8em !important;
}
.u-w9em {
  width: 9em !important;
}
.u-w10em {
  width: 10em !important;
}
.u-w11em {
  width: 11em !important;
}
.u-w12em {
  width: 12em !important;
}
.u-w13em {
  width: 13em !important;
}
.u-w14em {
  width: 14em !important;
}
.u-w15em {
  width: 15em !important;
}
.u-w16em {
  width: 16em !important;
}
.u-w17em {
  width: 17em !important;
}
.u-w18em {
  width: 18em !important;
}
.u-w19em {
  width: 19em !important;
}
.u-w20em {
  width: 20em !important;
}
/* width auto*/
.u-wauto {
  width: auto !important;
}
/* backgroud */
.u-bg-gray {
  background-color: #F7F7F7 !important;
}
.u-bg-light {
  background-color: #ffffff !important;
}
.u-bg-blue {
  background-color: #00A0E9 !important;
}
.u-bg-lightblue {
  background-color: #F1FAFE !important;
}

/* border */
.u-border {
  border: 1px solid #D6D6D6 !important;
}
.u-border-t {
  border-top: 1px solid #D6D6D6 !important;
}
.u-border-r {
  border-right: 1px solid #D6D6D6 !important;
}
.u-border-b {
  border-bottom: 1px solid #D6D6D6 !important;
}
.u-border-l {
  border-left: 1px solid #D6D6D6 !important;
}
@media screen and not (min-width: 500px){
    .c-carousel-sp .slick-list {
      -webkit-transform: translateX(14vw);
      padding-right: 28vw !important;
      padding-left: 0 !important;
      transform: translateX(14vw);
    }
    .c-carousel-sp .slick-list.is-left-visible {
      -webkit-transform: translateX(0);
      padding-right: 14vw !important;
      padding-left: 14vw !important;
      transform: translateX(0);
    }
  .c-carousel .slick-list {
    -webkit-transform: translateX(14vw);
    padding-right: 28vw !important;
    padding-left: 0 !important;
    transform: translateX(14vw);
  }
  .c-carousel .slick-list.is-left-visible {
    -webkit-transform: translateX(0);
    padding-right: 14vw !important;
    padding-left: 14vw !important;
    transform: translateX(0);
  }
}
@media not screen and (min-width: 768px){
  body {
    font-size: 1.4rem;
  }
  .l-content__inner {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .l-content__main {
    padding-top: 4rem;
    padding-bottom: 7.2rem;
  }
  .l-content__main--has-side {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .l-content__main--has-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    row-gap: 7.2rem;
    flex-direction: column;
  }
  .l-content__aside {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .l-content__last {
    margin-bottom: -7.2rem;
  }
  .l-side {
    width: 100%;
  }
  .l-footer {
    padding-top: 7.2rem;
  }
  .l-footer__inner {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .l-footer__logo {
    width: min(17rem, 80%);
    margin-bottom: 2rem;
  }
  .l-footer__sitemap {
    margin-right: -10px;
    margin-left: -10px;
  }
  .l-footer__bottom {
    margin-top: 6rem;
  }
  .l-contact__inner {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .l-contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-heading-lv5, .c-article h5 {
    font-size: 1.4rem;
  }
  .c-heading-lv5:not(:first-child), .c-article h5:not(:first-child) {
    margin-top: 2.4rem;
  }
  .c-heading-lv1 {
    min-height: 11.6rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .c-heading-lv1__text {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .c-heading-lv1__text-sub {
    font-size: 1.4rem;
  }
  .c-heading-lv1__text-wrap .c-heading-lv1__text:not(:last-child) {
    margin-right: 2.4rem;
  }
  .c-heading-lv1__text-wrap .c-label {
    font-size: 1.3rem;
  }
  .c-heading-lv2-simple, .c-heading-lv2, .c-article h2 {
    margin-bottom: 3.2rem;
    font-size: 2.2rem;
  }
  .c-heading-lv2-simple:not(:first-child), .c-heading-lv2:not(:first-child), .c-article h2:not(:first-child) {
    margin-top: 6.4rem;
  }
  .c-heading-lv2-top {
    font-size: 2.4rem;
  }
  .c-heading-lv2__link {
    -webkit-column-gap: 0.8333333333em;
    -moz-column-gap: 0.8333333333em;
    column-gap: 0.8333333333em;
  }
  .c-heading-lv2__icon {
    width: 1.3333333333em;
  }
  .c-heading-lv3-simple, .c-heading-lv3, .c-article h3 {
    font-size: 1.8rem;
  }
  .c-heading-lv3-simple:not(:first-child), .c-heading-lv3:not(:first-child), .c-article h3:not(:first-child) {
    margin-top: 5.2rem;
  }
  .c-heading-lv4-simple, .c-heading-lv4, .c-article h4 {
    font-size: 1.6rem;
  }
  .c-heading-lv4-simple:not(:first-child), .c-heading-lv4:not(:first-child), .c-article h4:not(:first-child) {
    margin-top: 3.2rem;
  }
  .c-heading-lv4::before, .c-article h4::before {
    height: 1.8rem;
  }
  .c-list-col2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .c-list-col2-sp {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .c-list-col3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .c-list-col3-sp {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .c-list-banner {
    row-gap: 20px;
  }
  .c-list-banner--col1 > li {
    max-width: 100%;
  }
  .c-list-banner--col1-sp {
    width: calc((100% - min(4.5rem, 3vw)*0) / 1);
  }
  .c-list-banner--col2 > li {
    max-width: 100%;
  }
  .c-list-banner--col2-sp {
    width: calc((100% - min(4.5rem, 3vw)*1) / 2);
  }
  .c-list-banner--col3 > li {
    max-width: 100%;
  }
  .c-list-banner--col3-sp {
    width: calc((100% - min(4.5rem, 3vw)*2) / 3);
  }
  .c-section:not(:first-child) {
    margin-top: 7.2rem;
  }
  .c-section--bg {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
  .c-section--bg + .c-section--bg {
    margin-top: 0;
  }
  .c-column {
    gap: 2.4rem;
  }
  .c-column--col1 {
    grid-template-columns: 1fr;
  }
  .c-column--col1-auto {
    grid-template-columns: repeat(auto-fit, minmax(min(22rem, 100%), 1fr));
  }
  .c-column--col2 {
    grid-template-columns: 1fr;
  }
  .c-column--col2-auto {
    grid-template-columns: repeat(auto-fit, minmax(min(22rem, 100%), 1fr));
  }
  .c-column--col3 {
    grid-template-columns: 1fr;
  }
  .c-column--col3-auto {
    grid-template-columns: repeat(auto-fit, minmax(min(22rem, 100%), 1fr));
  }
  .c-column--col4 {
    grid-template-columns: 1fr;
  }
  .c-column--col4-auto {
    grid-template-columns: repeat(auto-fit, minmax(min(22rem, 100%), 1fr));
  }
  .c-breadcrumb__list {
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-breadcrumb__item {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .c-button-block {
    margin-top: 4rem;
  }
  .c-button--tertiary, .c-button--primary-second, .c-button--primary {
    min-height: 5.6rem;
    padding: 1.2rem 4rem;
    font-size: 1.6rem;
  }
  .c-button--back, .c-button--sm {
    min-width: min(35.5rem, 100%);
    font-size: 1.6rem;
  }
  .c-button--sq-tertiary, .c-button--sq-fill, .c-button--sq {
    min-height: 5.6rem;
    padding: 1.2rem 4rem;
    font-size: 1.6rem;
  }
  .c-button--sq-tertiary {
    padding: 1.6rem 4.2rem 1.6rem 1.2rem;
  }
  .c-button-search {
    font-size: 1.4rem;
  }
  .c-box__title {
    font-size: 1.6rem;
  }
  .c-card__content, .c-card-banner__content {
    row-gap: 12px;
    padding: 16px 16px 20px;
  }
  .c-card--article .c-card__content, .c-card--article .c-card-banner__content {
    padding: 2.3rem 1.6rem 3.2rem;
  }
  .c-card__title {
    font-size: 1.8rem;
  }
  .c-card__title--lv2 {
    font-size: 1.6rem;
  }
  .c-card__title-sub:not(:last-child) {
    margin-bottom: -0.5rem;
  }
  .c-card-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-card-banner::before {
    width: 68px;
  }
  .c-card-banner__title {
    font-size: 2.2rem;
  }
  .c-card-banner__title--has-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    justify-content: center;
  }
  .c-card-banner__title__icon {
    width: 44px;
  }
  .c-card-banner__image {
    width: 100%;
  }
  .c-card-banner__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 30px 20px;
  }
  .c-carousel {
    gap: min(20px, 5.6vw);
  }
  .c-carousel-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: min(20px, 5.6vw);
  }
  .c-carousel-sp.slick-slider {
    display: block;
    margin-right: -10px;
    margin-left: -10px;
    overflow: hidden;
  }
  .c-carousel-sp.slick-slider.slick-dotted {
    margin-bottom: 0 !important;
    padding-bottom: 2.4rem;
  }
  .c-carousel-sp .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media screen and not (min-width: 500px) {
    .c-carousel-sp .slick-list {
      -webkit-transform: translateX(14vw);
      padding-right: 28vw !important;
      padding-left: 0 !important;
      transform: translateX(14vw);
    }
    .c-carousel-sp .slick-list.is-left-visible {
      -webkit-transform: translateX(0);
      padding-right: 14vw !important;
      padding-left: 14vw !important;
      transform: translateX(0);
    }
  }
  .c-carousel-sp .slick-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    height: auto !important;
    margin-right: min(10px, 2.8vw);
    margin-left: min(10px, 2.8vw);
  }
  .c-carousel.slick-slider {
    margin-right: -10px;
    margin-left: -10px;
  }
  .c-carousel.slick-slider.slick-dotted {
    padding-bottom: 2.4rem;
  }
  .c-carousel .slick-slide {
    margin-right: min(10px, 2.8vw);
    margin-left: min(10px, 2.8vw);
  }
  .c-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-form__term {
    margin-bottom: 1.6rem;
  }
  .c-form__label .c-form__required {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
  }
  .c-form__label {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
  }
  .c-form__privacy {
    margin-top: 7rem;
  }
  .c-form__submit-block {
    gap: 1.6rem;
  }
  .c-form__submit-back {
    min-width: 12rem;
    min-height: 4.6rem;
    padding: 0.8rem 1.8rem 0.8rem 3.2rem;
  }
  .c-form__submit-back .c-button__icon {
    left: 1.2rem;
  }
  .c-form__submit-back.c-button--wrap {
    width: 12rem;
  }
  .c-form__submit {
    width: 80%;
    min-width: auto;
    max-width: 34.7rem;
  }
  .c-form__complete-text + .c-button-block {
    margin-top: 7.2rem;
  }
  .c-form-input--search::before {
    left: 1.2rem;
    width: 1.3rem;
  }
  .c-form-input--search::after {
    left: 2.4rem;
    height: 0.5rem;
  }
  .c-form-input__button {
    min-height: auto;
    padding: 0.3rem 0.8rem 0.5rem;
    font-size: 1.4rem;
  }
  .c-form-input__field, .wpcf7-text {
    width: min(45rem, 100%);
  }
  .c-form-input__field::-webkit-input-placeholder, .wpcf7-text::-webkit-input-placeholder {
    font-size: 1.3rem;
  }
  .c-form-input__field::-moz-placeholder, .wpcf7-text::-moz-placeholder {
    font-size: 1.3rem;
  }
  .c-form-input__field:-ms-input-placeholder, .wpcf7-text:-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .c-form-input__field::-ms-input-placeholder, .wpcf7-text::-ms-input-placeholder {
    font-size: 1.3rem;
  }
  .c-form-input__field::placeholder, .wpcf7-text::placeholder {
    font-size: 1.3rem;
  }
  .c-form-input--search .c-form-input__field, .c-form-input--search .wpcf7-text {
    padding: 1.2rem 0.5rem 1.2rem 3.5rem;
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  .c-form-input__field--lg {
    width: 100%;
  }
  .c-form-input--search .c-form-input__submit {
    width: min(72px, 20%);
    padding: 1.4rem 0.5rem;
    font-size: 1.4rem;
  }
  .c-form-input__radio::before, .wpcf7-radio .wpcf7-list-item-label::before {
    top: 0.225em;
  }
  .c-form-input__radio::after, .wpcf7-radio .wpcf7-list-item-label::after {
    top: calc(0.225em + 0.4rem);
  }
  .c-form-input__checkbox::before, .wpcf7-acceptance .wpcf7-list-item-label::before {
    top: 0.225em;
  }
  .c-form-input__checkbox::after, .wpcf7-acceptance .wpcf7-list-item-label::after {
    top: 0.225em;
  }
  .c-form-flow:not(:last-child) {
    margin-bottom: 4.8rem;
  }
  .c-form-flow__step:not(:first-child) {
    margin-left: 0.4rem;
  }
  .c-form-flow__step:not(:last-child) {
    margin-right: 0.4rem;
  }
  .c-form-flow__step-num {
    font-size: 1.3rem;
  }
  .c-form-flow__step-text {
    font-size: 1.5rem;
  }
  .c-data-list__term, .c-data-list__description {
    padding: 1.6rem 1.2rem;
  }
  .c-icon {
    width: 1.1428571429em;
  }
  .c-icon[data-icon=blank] {
    width: 0.8571428571em;
  }
  .c-icon[data-icon=ext] {
    width: 0.9285714286em;
  }
  .c-link {
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
  }
  .c-link__icon {
    width: 1.4285714286em;
  }
  .c-link-item--vertical-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    gap: 18px;
  }
  .c-link-item__image {
    width: min(35.25%, 90px);
  }
  [class*=c-link-item--vertical-sp] .c-link-item__image {
    width: 100%;
  }
  .c-link-item__title {
    font-size: 2rem;
  }
  .c-link-item__title--sm {
    font-size: 1.4rem;
  }
  .c-link-item__text {
    font-size: 1.4rem;
  }
  [class*=c-link-item--vertical-sp] .c-link-item__content {
    width: 100%;
  }
  .c-link-banner--original {
    border-radius: 0.4rem;
  }
  .c-link-anchor {
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
  }
  .c-link-anchor__icon {
    width: 1.4285714286em;
  }
  .c-media {
    width: min(43rem, 100%);
  }
  .c-media--sm {
    width: min(30rem, 80%);
  }
  .c-media--md {
    width: min(38rem, 100%);
  }
  .c-media-object {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .c-media-object + .c-media-object {
    margin-top: 6.4rem;
  }
  .c-media-object--vertical-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    row-gap: 2.4rem;
    flex-direction: column;
  }
  .c-media-object--reverse {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .c-media-object--reverse.c-media-object--vertical-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-media-object--reverse-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .c-media-object--reverse-sp.c-media-object--vertical-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .c-media-object__image--sm {
    width: min(20rem, 39.4366197183%);
  }
  .c-media-object--vertical-sp .c-media-object__image--md {
    width: 100%;
  }
  .c-media-object--vertical-sp .c-media-object__image {
    width: min(43rem, 100%);
    margin: auto;
    text-align: center;
  }
  .c-media-object--vertical-sp .c-media-object__image.c-media-object__image--sm {
    width: min(20rem, 80%);
  }
  .c-navi-side__link {
    font-size: 1.4rem;
  }
  .c-navi-side__link--header {
    font-size: 1.6rem;
  }
  .c-navi-anchor__link {
    font-size: 1.6rem;
  }
  .c-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-news__text {
    letter-spacing: 0;
  }
  .c-tabs__item {
    font-size: 1.2rem;
  }
  .c-tabs__item b {
    font-size: 1.6rem;
  }
  .c-tabs__content {
    padding: 32px min(32px, 8.8vw) 40px;
  }
  .c-text-lead {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
    text-align: left;
  }
  .c-text-omit {
    -webkit-line-clamp: 4;
  }
  .c-modal-wrap {
    width: 90%;
  }
  .c-modal-panel {
    width: 100%;
    max-width: none;
  }
  [data-effect-delay-sp="0"] {
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  [data-effect-delay-sp="1"] {
    -webkit-transition-delay: 0.1s !important;
    transition-delay: 0.1s !important;
  }
  [data-effect-delay-sp="2"] {
    -webkit-transition-delay: 0.2s !important;
    transition-delay: 0.2s !important;
  }
  [data-effect-delay-sp="3"] {
    -webkit-transition-delay: 0.3s !important;
    transition-delay: 0.3s !important;
  }
  [data-effect-delay-sp="4"] {
    -webkit-transition-delay: 0.4s !important;
    transition-delay: 0.4s !important;
  }
  [data-effect-delay-sp="5"] {
    -webkit-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
  }
  [data-effect-delay-sp="6"] {
    -webkit-transition-delay: 0.6s !important;
    transition-delay: 0.6s !important;
  }
  [data-effect-delay-sp="7"] {
    -webkit-transition-delay: 0.7s !important;
    transition-delay: 0.7s !important;
  }
  [data-effect-delay-sp="8"] {
    -webkit-transition-delay: 0.8s !important;
    transition-delay: 0.8s !important;
  }
  [data-effect-delay-sp="9"] {
    -webkit-transition-delay: 0.9s !important;
    transition-delay: 0.9s !important;
  }
  [data-effect-delay-sp="10"] {
    -webkit-transition-delay: 1s !important;
    transition-delay: 1s !important;
  }
  .c-contact {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .c-contact__heading {
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
  .c-contact__list {
    gap: 28px;
  }
  .c-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-footer-copyright {
    font-size: 1.2rem;
    text-align: center;
  }
  .c-footer-link {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .c-footer-links {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 38px;
  }
  .c-sitemap {
    border-top: 1px solid #D6D6D6;
  }
  .c-sitemap__second {
    row-gap: 2rem;
    margin-left: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .c-sitemap__item {
    border-bottom: 1px solid #D6D6D6;
  }
  .c-sitemap__dropdown {
    background-color: #F7F7F7;
  }
  .c-sitemap__dropdown[aria-hidden=true] {
    display: none;
  }
  .c-sitemap__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 1.5rem 2.5rem 1.5rem 10px;
    font-size: 1.6rem;
    text-decoration: none !important;
  }
  .c-sitemap__link::after {
    -webkit-transform: rotate(0deg);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: auto;
    right: 10px;
    width: 0.7rem;
    height: 1.5rem;
    transform: rotate(0deg);
    background: center/contain url(/assets/images/common/icon-arrow-simple.svg) no-repeat;
    content: "";
  }
  .c-sitemap__dropdown .c-sitemap__link::after {
    display: none;
  }
  .c-sitemap__second .c-sitemap__link {
    padding: 0;
    border: none;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .c-sitemap__link--drop {
    position: relative;
  }
  .c-sitemap__link--drop::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .c-sitemap__link--drop[aria-expanded=true]::after {
    scale: -1;
  }
  .c-products-search__use-list {
    gap: 2.4rem 2rem;
  }
  .c-products-search__feature .c-button-search {
    font-size: 1.4rem;
  }
  .c-products-search__keyword {
    margin-right: -1.2rem;
    margin-left: -1.2rem;
  }
  .c-products-pickup {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
  .c-products-pickup__item {
    width: min(100%, 270px);
  }
  .c-products-pickup__link {
    margin-top: 28px;
  }
  .c-products-pickup .c-card__content {
    row-gap: 18px;
    padding: 24px 16px;
  }
  .c-products-banner__block:not(:first-child) {
    margin-top: 4.8rem;
  }
  .c-products-banner__col2 {
    gap: 1.5rem;
  }
  .wpcf7-form-control-wrap[data-name=ZIP] {
    max-width: 45rem;
  }
  .p-top__section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .p-top__lead-text {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
    text-align: left;
  }
  .p-top__lead-text, .p-top__lead-text * {
    letter-spacing: 0;
  }
  .p-top-intro {
    background-size: auto 100%;
  }
  .p-top-intro::before {
    width: 157.3333333333%;
  }
  .p-top-intro::after {
    width: 100%;
  }
  .p-top-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 26px 16px 22px;
  }
  .p-top-news__top {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .p-top-news__title {
    font-size: 1.8rem;
  }
  .p-top-news__link {
    margin-top: 10px;
    margin-left: auto;
  }
  .p-top-strength__heading {
    margin-bottom: 3.2rem;
  }
  .p-top-strength__heading__balloon {
    margin-bottom: 2.8rem;
    padding-bottom: 1.3rem;
    font-size: 2.6rem;
    line-height: 1.2692307692;
  }
  .p-top-strength__heading__balloon::before {
    left: 0;
    width: 47%;
  }
  .p-top-strength__heading__balloon::after {
    right: 1%;
    width: 50%;
    height: 12px;
  }
  .p-top-strength__heading__text {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-top-strength__list {
    row-gap: 40px;
  }
  .p-top-strength__item {
    row-gap: 16px;
  }
  .p-top-strength__item__link {
    grid-template-rows: 2fr 1fr auto;
    row-gap: 16px;
  }
  .p-top-strength__item__num {
    padding: 0.7rem;
    font-size: 3.9rem;
  }
  .p-top-strength__item__num::before {
    width: 10.4rem;
  }
  .p-top-strength__item__title {
    font-size: min(2.9rem, 8vw);
  }
  .p-top-strength__link {
    margin-top: 46px;
  }
  .p-top-products__banner {
    margin-top: 72px;
  }
  .p-top-technical {
    padding-top: 56px;
  }
  .p-top-technical__block {
    display: block;
  }
  .p-top-technical__image {
    margin-right: 0;
  }
  .p-top-about__list {
    gap: 2px 3px;
  }
  .p-top-about__link__title {
    font-size: 2rem;
  }
  .p-top-about__link__title--sub {
    font-size: 1.6rem;
  }
  .p-top-about__banner {
    margin-top: 48px;
  }
  .p-top-about__banner .c-column {
    row-gap: 20px;
  }
  .p-products__develop {
    padding-top: 23rem;
    background: top center/768px auto url(/assets/images/products/develop-bg-sp.jpg) no-repeat, #F5F9FC;
  }
  .p-products__develop::after {
    z-index: -1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: calc(100% - 18rem);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 249, 252, 0)), color-stop(6rem, #f5f9fc));
    background: linear-gradient(180deg, rgba(245, 249, 252, 0), #f5f9fc 6rem);
    content: "";
  }
  .p-products__develop-heading {
    margin-bottom: 3.2rem;
    font-size: 2.4rem;
  }
  .p-products__develop-text {
    margin-bottom: 4rem;
  }
  .p-products-search--keyword {
    margin-bottom: 6.5rem;
    padding: 32px min(32px, 8.8vw) 40px;
  }
  .p-products-search__toggle {
    text-align: center;
  }
  .p-products-search__toggle + .p-products-search__form {
    padding-top: 3.6rem;
  }
  .p-products-search__button-clear {
    margin-bottom: 2.2rem;
  }
  .p-products-search__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    row-gap: 1.6rem;
    flex-direction: column;
  }
  .p-products-search__hr {
    margin-top: 7.2rem;
    margin-bottom: 7.2rem;
  }
  .p-products-search__result .c-card__content {
    padding: 2.4rem 1.6rem;
  }
  .p-products-detail__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    row-gap: 2.4rem;
    flex-direction: column;
  }
  .p-products-detail__number {
    margin-top: 2.4rem;
    font-size: 1.3rem;
  }
  .p-products-detail__image {
    width: min(43rem, 100%);
    margin: auto;
    text-align: center;
  }
  .p-csr__sdgs-object {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .p-csr__sdgs-image {
    width: min(43rem, 100%);
    margin: 3rem auto 0;
    text-align: center;
  }
  .c-section .p-csr__sdgs-link:not(:first-child) {
    margin-top: 4rem;
  }
  .p-csr-sdgs__icon-list {
    grid-template-columns: repeat(auto-fit, 5.4rem);
    max-width: 35.5rem;
    margin-right: auto;
    margin-left: auto;
    gap: 0.6rem;
  }
  .p-technical__list.c-section {
    margin-top: 4rem;
    padding-top: 4rem;
  }
  .p-strength {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-strength .c-contact {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .p-strength .c-contact__heading {
    margin-bottom: 2.9rem;
    font-size: 2.2rem;
  }
  .p-strength .c-contact__text {
    line-height: 1.53125;
  }
  .p-strength .c-contact .l-contact__inner {
    gap: 23px;
  }
  .p-strength__main {
    padding-bottom: 0;
  }
  .p-strength__heading {
    margin-bottom: 4rem;
  }
  .p-strength__heading__balloon {
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    font-size: 2.3rem;
    line-height: 1.2608695652;
  }
  .p-strength__heading__balloon::before {
    left: 0;
    width: 47%;
  }
  .p-strength__heading__balloon::after {
    right: 1%;
    width: 50%;
    height: 12px;
  }
  .p-strength__heading__text {
    font-size: 2.2rem;
    line-height: 1.1363636364;
  }
  .p-strength__heading__text b {
    font-size: 2.4rem;
    line-height: 1.0416666667;
  }
  .p-strength__heading--lv2 {
    margin-right: -1rem;
    margin-bottom: 3.2rem;
    margin-left: -1rem;
    padding: 1.8rem 1rem 1.6rem;
    font-size: 2.2rem;
  }
  .p-strength__heading--lv2:not(:first-child) {
    margin-top: 6.4rem;
  }
  .p-strength__heading--lv2__num b {
    padding: 1rem 0.55rem;
    font-size: 2.3rem;
  }
  .p-strength__heading--lv3 {
    margin-bottom: 2.4rem;
  }
  .p-strength__heading--lv3__label {
    margin-bottom: 2.3rem;
    font-size: 1.5rem;
  }
  .p-strength__heading--lv3__label__num {
    padding: 0.2rem 0.7rem 0.3rem 0.5rem;
  }
  .p-strength__heading--lv3__text {
    letter-spacing: 0;
  }
  .p-strength__bg--gray {
    padding: 2rem;
  }
  .p-strength__bg--global {
    background: none;
  }
  .p-strength__anchor {
    width: 100%;
    margin-top: 3.5rem;
    margin-bottom: 7rem;
    padding-right: 10px;
    padding-left: 10px;
    gap: 1.6rem 2rem;
  }
  .p-strength__anchor__link {
    padding-top: 0.6rem;
    padding-bottom: 0.8rem;
  }
  .p-strength__item__num {
    padding: 0.7rem 0.3rem;
    font-size: 1.4rem;
  }
  .p-strength__item__num::before {
    width: 4.2rem;
  }
  .p-strength__item__text {
    padding-left: 5.5rem;
  }
  .p-strength__column__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .p-strength__column__item:nth-child(even) {
    margin-top: 0;
  }
  .p-strength__column__item figure:not(:first-child) {
    margin-top: 1.6rem;
    margin-bottom: 0;
  }
  .p-strength__column__item__title {
    letter-spacing: 0;
  }
  .p-strength__label:not(:first-child) {
    margin-top: 1rem;
  }
  .p-strength__label--type1 {
    margin-top: 0.1rem;
    margin-right: 1rem;
  }
  .p-strength__label--type2 {
    margin-top: 0.1rem;
    margin-right: 1rem;
  }
  .p-strength__pairsystem__text .p-strength__heading--lv3 {
    margin-bottom: 2.8rem;
  }
  .p-strength__pairsystem__text .p-strength__heading--lv3__text {
    line-height: 1.5;
  }
  .p-strength__pairsystem__text > *:last-child {
    margin-bottom: 0.5rem;
  }
  .p-strength__hr {
    margin-top: 3.9rem;
    margin-bottom: 4.4rem;
  }
  .p-strength__case {
    margin-top: 4rem;
    padding: 3.2rem 2rem 4rem;
  }
  .p-strength-flow {
    padding: 2rem;
  }
  .p-strength-flow__list > .p-strength-flow__item::before {
    width: 4.7rem;
    padding-top: 4rem;
    font-size: 2.6rem;
  }
  .p-strength-flow__list > .p-strength-flow__item:not(:last-child)::after {
    left: 2.35rem;
    width: 4.4547727215rem;
  }
  .p-strength-flow__item {
    grid-template-columns: 7.2rem 1fr;
    padding: 2.2rem 0 1.9rem 6.3rem;
    gap: 1.8rem 1.6rem;
  }
  .p-strength-flow__head {
    padding-top: 0;
  }
  .p-strength-flow__head__title {
    font-size: 1.8rem;
  }
  .p-strength-flow__addition {
    grid-column: 1/3;
  }
  .p-strength-flow__addition__title {
    font-size: 1.6rem;
  }
  .p-strength__global-text {
    line-height: 1.75;
  }
  .p-strength__global-img:not(:first-child) {
    margin-top: 98px;
  }
  .p-strength__global-img img {
    aspect-ratio: 1/1;
    width: min(83.2vw, 430px);
  }
  .p-strength__global-img::before {
    bottom: max(-13.4615384615%, -42px);
    left: max(-6.7307692308%, -21px);
    aspect-ratio: 354/416.5;
    width: min(113.4615384615%, 1107px);
    background: no-repeat url("/assets/images/strengths/bg-strengths-global-sp.png") top center/contain;
  }
  .p-strength__section--develop {
    padding: 7.1rem 1rem 7.2rem 1rem;
  }
  .p-strength__section--develop .c-heading-lv2-simple {
    margin-bottom: 3rem;
  }
  .p-strength__section--global {
    padding-top: 6.4rem;
    padding-bottom: 12.5rem;
  }
  .p-strength__section--global .c-heading-lv2-simple {
    margin-bottom: 2.5rem;
    line-height: 2;
  }
  .p-usecase__list.c-section {
    margin-top: 4rem;
    padding-top: 4rem;
  }
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .u-fl-none-sp {
    float: none !important;
  }
  .u-fl-clear-sp {
    clear: both !important;
  }
  .u-fs-xsm {
    font-size: 1.2rem !important;
  }
  .u-fs-sm {
    font-size: 1.3rem !important;
  }
  .u-fs-md {
    font-size: 1.4rem !important;
  }
  .u-fs-lg {
    font-size: 1.6rem !important;
  }
  .u-fs-xl {
    font-size: 1.8rem !important;
  }
  .u-mt0-sp {
    margin-top: 0px !important;
  }
  .u-mb0-sp {
    margin-bottom: 0px !important;
  }
  .u-ml0-sp {
    margin-left: 0px !important;
  }
  .u-mr0-sp {
    margin-right: 0px !important;
  }
  .u-mt5-sp {
    margin-top: 5px !important;
  }
  .u-mb5-sp {
    margin-bottom: 5px !important;
  }
  .u-ml5-sp {
    margin-left: 5px !important;
  }
  .u-mr5-sp {
    margin-right: 5px !important;
  }
  .u-mt10-sp {
    margin-top: 10px !important;
  }
  .u-mb10-sp {
    margin-bottom: 10px !important;
  }
  .u-ml10-sp {
    margin-left: 10px !important;
  }
  .u-mr10-sp {
    margin-right: 10px !important;
  }
  .u-mt15-sp {
    margin-top: 15px !important;
  }
  .u-mb15-sp {
    margin-bottom: 15px !important;
  }
  .u-ml15-sp {
    margin-left: 15px !important;
  }
  .u-mr15-sp {
    margin-right: 15px !important;
  }
  .u-mt20-sp {
    margin-top: 20px !important;
  }
  .u-mb20-sp {
    margin-bottom: 20px !important;
  }
  .u-ml20-sp {
    margin-left: 20px !important;
  }
  .u-mr20-sp {
    margin-right: 20px !important;
  }
  .u-mt25-sp {
    margin-top: 25px !important;
  }
  .u-mb25-sp {
    margin-bottom: 25px !important;
  }
  .u-ml25-sp {
    margin-left: 25px !important;
  }
  .u-mr25-sp {
    margin-right: 25px !important;
  }
  .u-mt30-sp {
    margin-top: 30px !important;
  }
  .u-mb30-sp {
    margin-bottom: 30px !important;
  }
  .u-ml30-sp {
    margin-left: 30px !important;
  }
  .u-mr30-sp {
    margin-right: 30px !important;
  }
  .u-mt35-sp {
    margin-top: 35px !important;
  }
  .u-mb35-sp {
    margin-bottom: 35px !important;
  }
  .u-ml35-sp {
    margin-left: 35px !important;
  }
  .u-mr35-sp {
    margin-right: 35px !important;
  }
  .u-mt40-sp {
    margin-top: 40px !important;
  }
  .u-mb40-sp {
    margin-bottom: 40px !important;
  }
  .u-ml40-sp {
    margin-left: 40px !important;
  }
  .u-mr40-sp {
    margin-right: 40px !important;
  }
  .u-mt45-sp {
    margin-top: 45px !important;
  }
  .u-mb45-sp {
    margin-bottom: 45px !important;
  }
  .u-ml45-sp {
    margin-left: 45px !important;
  }
  .u-mr45-sp {
    margin-right: 45px !important;
  }
  .u-mt50-sp {
    margin-top: 50px !important;
  }
  .u-mb50-sp {
    margin-bottom: 50px !important;
  }
  .u-ml50-sp {
    margin-left: 50px !important;
  }
  .u-mr50-sp {
    margin-right: 50px !important;
  }
  .u-mt55-sp {
    margin-top: 55px !important;
  }
  .u-mb55-sp {
    margin-bottom: 55px !important;
  }
  .u-ml55-sp {
    margin-left: 55px !important;
  }
  .u-mr55-sp {
    margin-right: 55px !important;
  }
  .u-mt60-sp {
    margin-top: 60px !important;
  }
  .u-mb60-sp {
    margin-bottom: 60px !important;
  }
  .u-ml60-sp {
    margin-left: 60px !important;
  }
  .u-mr60-sp {
    margin-right: 60px !important;
  }
  .u-mt65-sp {
    margin-top: 65px !important;
  }
  .u-mb65-sp {
    margin-bottom: 65px !important;
  }
  .u-ml65-sp {
    margin-left: 65px !important;
  }
  .u-mr65-sp {
    margin-right: 65px !important;
  }
  .u-mt70-sp {
    margin-top: 70px !important;
  }
  .u-mb70-sp {
    margin-bottom: 70px !important;
  }
  .u-ml70-sp {
    margin-left: 70px !important;
  }
  .u-mr70-sp {
    margin-right: 70px !important;
  }
  .u-mt75-sp {
    margin-top: 75px !important;
  }
  .u-mb75-sp {
    margin-bottom: 75px !important;
  }
  .u-ml75-sp {
    margin-left: 75px !important;
  }
  .u-mr75-sp {
    margin-right: 75px !important;
  }
  .u-mt80-sp {
    margin-top: 80px !important;
  }
  .u-mb80-sp {
    margin-bottom: 80px !important;
  }
  .u-ml80-sp {
    margin-left: 80px !important;
  }
  .u-mr80-sp {
    margin-right: 80px !important;
  }
  .u-mt85-sp {
    margin-top: 85px !important;
  }
  .u-mb85-sp {
    margin-bottom: 85px !important;
  }
  .u-ml85-sp {
    margin-left: 85px !important;
  }
  .u-mr85-sp {
    margin-right: 85px !important;
  }
  .u-mt90-sp {
    margin-top: 90px !important;
  }
  .u-mb90-sp {
    margin-bottom: 90px !important;
  }
  .u-ml90-sp {
    margin-left: 90px !important;
  }
  .u-mr90-sp {
    margin-right: 90px !important;
  }
  .u-mt95-sp {
    margin-top: 95px !important;
  }
  .u-mb95-sp {
    margin-bottom: 95px !important;
  }
  .u-ml95-sp {
    margin-left: 95px !important;
  }
  .u-mr95-sp {
    margin-right: 95px !important;
  }
  .u-mt100-sp {
    margin-top: 100px !important;
  }
  .u-mb100-sp {
    margin-bottom: 100px !important;
  }
  .u-ml100-sp {
    margin-left: 100px !important;
  }
  .u-mr100-sp {
    margin-right: 100px !important;
  }
  .u-pt0-sp {
    padding-top: 0px !important;
  }
  .u-pb0-sp {
    padding-bottom: 0px !important;
  }
  .u-pl0-sp {
    padding-left: 0px !important;
  }
  .u-pr0-sp {
    padding-right: 0px !important;
  }
  .u-pt5-sp {
    padding-top: 5px !important;
  }
  .u-pb5-sp {
    padding-bottom: 5px !important;
  }
  .u-pl5-sp {
    padding-left: 5px !important;
  }
  .u-pr5-sp {
    padding-right: 5px !important;
  }
  .u-pt10-sp {
    padding-top: 10px !important;
  }
  .u-pb10-sp {
    padding-bottom: 10px !important;
  }
  .u-pl10-sp {
    padding-left: 10px !important;
  }
  .u-pr10-sp {
    padding-right: 10px !important;
  }
  .u-pt15-sp {
    padding-top: 15px !important;
  }
  .u-pb15-sp {
    padding-bottom: 15px !important;
  }
  .u-pl15-sp {
    padding-left: 15px !important;
  }
  .u-pr15-sp {
    padding-right: 15px !important;
  }
  .u-pt20-sp {
    padding-top: 20px !important;
  }
  .u-pb20-sp {
    padding-bottom: 20px !important;
  }
  .u-pl20-sp {
    padding-left: 20px !important;
  }
  .u-pr20-sp {
    padding-right: 20px !important;
  }
  .u-pt25-sp {
    padding-top: 25px !important;
  }
  .u-pb25-sp {
    padding-bottom: 25px !important;
  }
  .u-pl25-sp {
    padding-left: 25px !important;
  }
  .u-pr25-sp {
    padding-right: 25px !important;
  }
  .u-pt30-sp {
    padding-top: 30px !important;
  }
  .u-pb30-sp {
    padding-bottom: 30px !important;
  }
  .u-pl30-sp {
    padding-left: 30px !important;
  }
  .u-pr30-sp {
    padding-right: 30px !important;
  }
  .u-pt35-sp {
    padding-top: 35px !important;
  }
  .u-pb35-sp {
    padding-bottom: 35px !important;
  }
  .u-pl35-sp {
    padding-left: 35px !important;
  }
  .u-pr35-sp {
    padding-right: 35px !important;
  }
  .u-pt40-sp {
    padding-top: 40px !important;
  }
  .u-pb40-sp {
    padding-bottom: 40px !important;
  }
  .u-pl40-sp {
    padding-left: 40px !important;
  }
  .u-pr40-sp {
    padding-right: 40px !important;
  }
  .u-pt45-sp {
    padding-top: 45px !important;
  }
  .u-pb45-sp {
    padding-bottom: 45px !important;
  }
  .u-pl45-sp {
    padding-left: 45px !important;
  }
  .u-pr45-sp {
    padding-right: 45px !important;
  }
  .u-pt50-sp {
    padding-top: 50px !important;
  }
  .u-pb50-sp {
    padding-bottom: 50px !important;
  }
  .u-pl50-sp {
    padding-left: 50px !important;
  }
  .u-pr50-sp {
    padding-right: 50px !important;
  }
  .u-pt55-sp {
    padding-top: 55px !important;
  }
  .u-pb55-sp {
    padding-bottom: 55px !important;
  }
  .u-pl55-sp {
    padding-left: 55px !important;
  }
  .u-pr55-sp {
    padding-right: 55px !important;
  }
  .u-pt60-sp {
    padding-top: 60px !important;
  }
  .u-pb60-sp {
    padding-bottom: 60px !important;
  }
  .u-pl60-sp {
    padding-left: 60px !important;
  }
  .u-pr60-sp {
    padding-right: 60px !important;
  }
  .u-pt65-sp {
    padding-top: 65px !important;
  }
  .u-pb65-sp {
    padding-bottom: 65px !important;
  }
  .u-pl65-sp {
    padding-left: 65px !important;
  }
  .u-pr65-sp {
    padding-right: 65px !important;
  }
  .u-pt70-sp {
    padding-top: 70px !important;
  }
  .u-pb70-sp {
    padding-bottom: 70px !important;
  }
  .u-pl70-sp {
    padding-left: 70px !important;
  }
  .u-pr70-sp {
    padding-right: 70px !important;
  }
  .u-pt75-sp {
    padding-top: 75px !important;
  }
  .u-pb75-sp {
    padding-bottom: 75px !important;
  }
  .u-pl75-sp {
    padding-left: 75px !important;
  }
  .u-pr75-sp {
    padding-right: 75px !important;
  }
  .u-pt80-sp {
    padding-top: 80px !important;
  }
  .u-pb80-sp {
    padding-bottom: 80px !important;
  }
  .u-pl80-sp {
    padding-left: 80px !important;
  }
  .u-pr80-sp {
    padding-right: 80px !important;
  }
  .u-pt85-sp {
    padding-top: 85px !important;
  }
  .u-pb85-sp {
    padding-bottom: 85px !important;
  }
  .u-pl85-sp {
    padding-left: 85px !important;
  }
  .u-pr85-sp {
    padding-right: 85px !important;
  }
  .u-pt90-sp {
    padding-top: 90px !important;
  }
  .u-pb90-sp {
    padding-bottom: 90px !important;
  }
  .u-pl90-sp {
    padding-left: 90px !important;
  }
  .u-pr90-sp {
    padding-right: 90px !important;
  }
  .u-pt95-sp {
    padding-top: 95px !important;
  }
  .u-pb95-sp {
    padding-bottom: 95px !important;
  }
  .u-pl95-sp {
    padding-left: 95px !important;
  }
  .u-pr95-sp {
    padding-right: 95px !important;
  }
  .u-pt100-sp {
    padding-top: 100px !important;
  }
  .u-pb100-sp {
    padding-bottom: 100px !important;
  }
  .u-pl100-sp {
    padding-left: 100px !important;
  }
  .u-pr100-sp {
    padding-right: 100px !important;
  }
  .u-ta-center-sp {
    text-align: center !important;
  }
  .u-ta-left-sp {
    text-align: left !important;
  }
  .u-ta-right-sp {
    text-align: right !important;
  }
  .u-va-top-sp {
    vertical-align: top !important;
  }
  .u-va-middle-sp {
    vertical-align: middle !important;
  }
  .u-va-bottom-sp {
    vertical-align: bottom !important;
  }
  .u-w-5-sp {
    width: 5px !important;
  }
  .u-w-10-sp {
    width: 10px !important;
  }
  .u-w-15-sp {
    width: 15px !important;
  }
  .u-w-20-sp {
    width: 20px !important;
  }
  .u-w-25-sp {
    width: 25px !important;
  }
  .u-w-30-sp {
    width: 30px !important;
  }
  .u-w-35-sp {
    width: 35px !important;
  }
  .u-w-40-sp {
    width: 40px !important;
  }
  .u-w-45-sp {
    width: 45px !important;
  }
  .u-w-50-sp {
    width: 50px !important;
  }
  .u-w-55-sp {
    width: 55px !important;
  }
  .u-w-60-sp {
    width: 60px !important;
  }
  .u-w-65-sp {
    width: 65px !important;
  }
  .u-w-70-sp {
    width: 70px !important;
  }
  .u-w-75-sp {
    width: 75px !important;
  }
  .u-w-80-sp {
    width: 80px !important;
  }
  .u-w-85-sp {
    width: 85px !important;
  }
  .u-w-90-sp {
    width: 90px !important;
  }
  .u-w-95-sp {
    width: 95px !important;
  }
  .u-w-100-sp {
    width: 100px !important;
  }
  .u-w-105-sp {
    width: 105px !important;
  }
  .u-w-110-sp {
    width: 110px !important;
  }
  .u-w-115-sp {
    width: 115px !important;
  }
  .u-w-120-sp {
    width: 120px !important;
  }
  .u-w-125-sp {
    width: 125px !important;
  }
  .u-w-130-sp {
    width: 130px !important;
  }
  .u-w-135-sp {
    width: 135px !important;
  }
  .u-w-140-sp {
    width: 140px !important;
  }
  .u-w-145-sp {
    width: 145px !important;
  }
  .u-w-150-sp {
    width: 150px !important;
  }
  .u-w-155-sp {
    width: 155px !important;
  }
  .u-w-160-sp {
    width: 160px !important;
  }
  .u-w-165-sp {
    width: 165px !important;
  }
  .u-w-170-sp {
    width: 170px !important;
  }
  .u-w-175-sp {
    width: 175px !important;
  }
  .u-w-180-sp {
    width: 180px !important;
  }
  .u-w-185-sp {
    width: 185px !important;
  }
  .u-w-190-sp {
    width: 190px !important;
  }
  .u-w-195-sp {
    width: 195px !important;
  }
  .u-w-200-sp {
    width: 200px !important;
  }
  .u-w-205-sp {
    width: 205px !important;
  }
  .u-w-210-sp {
    width: 210px !important;
  }
  .u-w-215-sp {
    width: 215px !important;
  }
  .u-w-220-sp {
    width: 220px !important;
  }
  .u-w-225-sp {
    width: 225px !important;
  }
  .u-w-230-sp {
    width: 230px !important;
  }
  .u-w-235-sp {
    width: 235px !important;
  }
  .u-w-240-sp {
    width: 240px !important;
  }
  .u-w-245-sp {
    width: 245px !important;
  }
  .u-w-250-sp {
    width: 250px !important;
  }
  .u-w-255-sp {
    width: 255px !important;
  }
  .u-w-260-sp {
    width: 260px !important;
  }
  .u-w-265-sp {
    width: 265px !important;
  }
  .u-w-270-sp {
    width: 270px !important;
  }
  .u-w-275-sp {
    width: 275px !important;
  }
  .u-w-280-sp {
    width: 280px !important;
  }
  .u-w-285-sp {
    width: 285px !important;
  }
  .u-w-290-sp {
    width: 290px !important;
  }
  .u-w-295-sp {
    width: 295px !important;
  }
  .u-w-300-sp {
    width: 300px !important;
  }
  .u-w-305-sp {
    width: 305px !important;
  }
  .u-w-310-sp {
    width: 310px !important;
  }
  .u-w-315-sp {
    width: 315px !important;
  }
  .u-w-320-sp {
    width: 320px !important;
  }
  .u-w-325-sp {
    width: 325px !important;
  }
  .u-w-330-sp {
    width: 330px !important;
  }
  .u-w-335-sp {
    width: 335px !important;
  }
  .u-w-340-sp {
    width: 340px !important;
  }
  .u-w-345-sp {
    width: 345px !important;
  }
  .u-w-350-sp {
    width: 350px !important;
  }
  .u-w-355-sp {
    width: 355px !important;
  }
  .u-w-360-sp {
    width: 360px !important;
  }
  .u-w-365-sp {
    width: 365px !important;
  }
  .u-w-370-sp {
    width: 370px !important;
  }
  .u-w-375-sp {
    width: 375px !important;
  }
  .u-w-380-sp {
    width: 380px !important;
  }
  .u-w-385-sp {
    width: 385px !important;
  }
  .u-w-390-sp {
    width: 390px !important;
  }
  .u-w-395-sp {
    width: 395px !important;
  }
  .u-w-400-sp {
    width: 400px !important;
  }
  .u-w5per-sp {
    width: 5% !important;
  }
  .u-w10per-sp {
    width: 10% !important;
  }
  .u-w15per-sp {
    width: 15% !important;
  }
  .u-w20per-sp {
    width: 20% !important;
  }
  .u-w25per-sp {
    width: 25% !important;
  }
  .u-w30per-sp {
    width: 30% !important;
  }
  .u-w35per-sp {
    width: 35% !important;
  }
  .u-w40per-sp {
    width: 40% !important;
  }
  .u-w45per-sp {
    width: 45% !important;
  }
  .u-w50per-sp {
    width: 50% !important;
  }
  .u-w55per-sp {
    width: 55% !important;
  }
  .u-w60per-sp {
    width: 60% !important;
  }
  .u-w65per-sp {
    width: 65% !important;
  }
  .u-w70per-sp {
    width: 70% !important;
  }
  .u-w75per-sp {
    width: 75% !important;
  }
  .u-w80per-sp {
    width: 80% !important;
  }
  .u-w85per-sp {
    width: 85% !important;
  }
  .u-w90per-sp {
    width: 90% !important;
  }
  .u-w95per-sp {
    width: 95% !important;
  }
  .u-w100per-sp {
    width: 100% !important;
  }
  .u-w1em-sp {
    width: 1em !important;
  }
  .u-w2em-sp {
    width: 2em !important;
  }
  .u-w3em-sp {
    width: 3em !important;
  }
  .u-w4em-sp {
    width: 4em !important;
  }
  .u-w5em-sp {
    width: 5em !important;
  }
  .u-w6em-sp {
    width: 6em !important;
  }
  .u-w7em-sp {
    width: 7em !important;
  }
  .u-w8em-sp {
    width: 8em !important;
  }
  .u-w9em-sp {
    width: 9em !important;
  }
  .u-w10em-sp {
    width: 10em !important;
  }
  .u-w11em-sp {
    width: 11em !important;
  }
  .u-w12em-sp {
    width: 12em !important;
  }
  .u-w13em-sp {
    width: 13em !important;
  }
  .u-w14em-sp {
    width: 14em !important;
  }
  .u-w15em-sp {
    width: 15em !important;
  }
  .u-w16em-sp {
    width: 16em !important;
  }
  .u-w17em-sp {
    width: 17em !important;
  }
  .u-w18em-sp {
    width: 18em !important;
  }
  .u-w19em-sp {
    width: 19em !important;
  }
  .u-w20em-sp {
    width: 20em !important;
  }
  .u-wauto-sp {
    width: auto !important;
  }
}
@media not screen and (min-width: 1200px){
  body:has(.l-header) {
    padding-top: 5.6rem;
  }
  .l-header {
    height: 5.6rem;
    font-size: 1.4rem;
  }
  .l-header__logo {
    width: min(171px, 80%);
    margin-right: 10px;
    margin-left: 10px;
  }
  .l-header__menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
  }
  .l-header__menu[aria-hidden=true] {
    display: none;
  }
  .l-header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-left: auto;
  }
  .c-header-search {
    height: 4.4rem;
  }
  .c-header-search__box {
    width: min(100%, 355px);
  }
  .c-header-search__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .c-header-search__submit {
    width: 44px;
  }
  .c-header-search__submit::before {
    top: 28%;
    left: 12px;
  }
  .c-header-search__submit::after {
    top: 55%;
    left: 28px;
  }
  .c-header-button {
    row-gap: 0.5rem;
    width: 6.4rem;
    font-size: 1rem;
  }
  .c-header-button[lang=en]::after {
    letter-spacing: 0.01em;
  }
  .c-header-button::after {
    letter-spacing: -0.01em;
  }
  .c-header-button--contact .c-header-button__icon {
    width: 2.2rem;
  }
  .c-gnavi {
    border-top: 1px solid #D6D6D6;
  }
  .c-gnavi__wrapper {
    max-height: calc(100svh - 5.6rem);
    padding-bottom: 3.2rem;
    overflow: auto;
    background-color: #ffffff;
  }
  .c-gnavi__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-gnavi__item {
    border-bottom: 1px solid #F7F7F7;
  }
  .c-gnavi__dropdown {
    background-color: #F7F7F7;
  }
  .c-gnavi__dropdown[aria-hidden=true] {
    display: none;
  }
  .c-gnavi__link::after {
    top: auto;
    right: 10px;
  }
  .c-gnavi__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 1.5rem 10px;
    font-size: 1.6rem;
  }
  .c-gnavi__link--drop::after {
    top: auto;
    right: 10px;
  }
  .c-gnavi__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 1.6rem;
    flex-direction: column;
    margin-top: 1rem;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 3.2rem;
    border-top: 1px solid #D6D6D6;
  }
  .c-gnavi-dropdown .c-link__icon {
    display: none;
  }
  .c-gnavi-dropdown__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 2rem;
    flex-direction: column;
    margin-left: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .c-gnavi-dropdown__list--second {
    margin-left: 0;
    padding-bottom: 0;
  }
  .c-gnavi-dropdown__link {
    display: block;
  }
  .c-gnavi-dropdown__link--lv1 {
    padding: 1.5rem 10px;
    font-size: 1.6rem;
  }
  .c-gnavi-dropdown__list--second .c-gnavi-dropdown__link {
    padding: 0;
    border: none;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  .c-gnavi-dropdown__link-image {
    display: none;
  }
  .c-gnavi-button {
    row-gap: 0.5rem;
  }
  .p-top-mainvisual {
    height: calc(min(100vh, 100svh) - 5.6rem - 20rem);
  }
  .p-top-mainvisual__item--bottom .slick-list {
    height: calc(min(100vh, 100svh) - 5.6rem) !important;
  }
  .p-top-mainvisual__item.slick-slide {
    height: calc(min(100vh, 100svh) - 5.6rem) !important;
  }
}
@media (hover: hover) and (pointer: fine){
  a[href^=tel] {
    pointer-events: none;
  }
  .c-article a:not([href^=tel]):hover, .c-article a:not([href^=tel]):focus {
    -webkit-text-decoration: underline 1px;
    text-decoration: underline 1px;
    text-underline-position: under;
  }
  .c-breadcrumb__link[href]:hover, .c-breadcrumb__link[href]:focus {
    text-decoration: underline;
  }
  .c-button--tertiary {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-button--tertiary::before, .c-button--tertiary::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-button--tertiary:hover, .c-button--tertiary:focus {
    background-color: #F5F5F5;
  }
  .c-button--primary {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color, background;
    transition-duration: 0.3s;
    transition-property: color, background;
    transition-timing-function: ease-in-out;
  }
  .c-button--primary::before, .c-button--primary::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color, background;
    transition-duration: 0.3s;
    transition-property: color, background;
    transition-timing-function: ease-in-out;
  }
  .c-button--primary:hover, .c-button--primary:focus {
    background-color: #E60012;
    color: #ffffff;
  }
  .c-button--primary:hover [data-icon=arrow-red], .c-button--primary:focus [data-icon=arrow-red] {
    background-image: url(/assets/images/common/icon-arrow-white.svg);
  }
  .c-button--primary-second {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color, background;
    transition-duration: 0.3s;
    transition-property: color, background;
    transition-timing-function: ease-in-out;
  }
  .c-button--primary-second::before, .c-button--primary-second::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color, background;
    transition-duration: 0.3s;
    transition-property: color, background;
    transition-timing-function: ease-in-out;
  }
  .c-button--primary-second:hover, .c-button--primary-second:focus {
    background-color: #F5F5F5;
    color: #00A0E9;
  }
  .c-button--sq {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-button--sq::before, .c-button--sq::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-button--sq:hover, .c-button--sq:focus {
    background-color: #F5F5F5;
  }
  .c-button--sq-fill {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-button--sq-fill::before, .c-button--sq-fill::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-button--sq-fill:hover:not(.disabled), .c-button--sq-fill:focus:not(.disabled) {
    background-color: #007BB2;
  }
  .c-button--sq-tertiary {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-button--sq-tertiary::before, .c-button--sq-tertiary::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-button--sq-tertiary:hover, .c-button--sq-tertiary:focus {
    background-color: #F5F5F5;
  }
  .c-button-search {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-button-search::before, .c-button-search::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-button-search:hover, .c-button-search:focus {
    background-color: #F5F5F5;
  }
  .c-card--article.c-card[href] {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: opacity, -webkit-box-shadow;
    transition-duration: 0.3s;
    transition-property: opacity, -webkit-box-shadow;
    transition-property: box-shadow, opacity;
    transition-property: box-shadow, opacity, -webkit-box-shadow;
    transition-timing-function: ease-in-out;
  }
  .c-card--article.c-card[href]::before, .c-card--article.c-card[href]::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: opacity, -webkit-box-shadow;
    transition-duration: 0.3s;
    transition-property: opacity, -webkit-box-shadow;
    transition-property: box-shadow, opacity;
    transition-property: box-shadow, opacity, -webkit-box-shadow;
    transition-timing-function: ease-in-out;
  }
  .c-card--article.c-card[href]:hover, .c-card--article.c-card[href]:focus {
    -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.35);
  }
  .c-card--article.c-card[href]:hover::after, .c-card--article.c-card[href]:focus::after {
    opacity: 1;
  }
  .c-card[href] {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: -webkit-box-shadow;
    transition-duration: 0.3s;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    transition-timing-function: ease-in-out;
  }
  .c-card[href]::before, .c-card[href]::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: -webkit-box-shadow;
    transition-duration: 0.3s;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    transition-timing-function: ease-in-out;
  }
  .c-card[href]:hover, .c-card[href]:focus {
    -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.35);
  }
  .c-card__image {
    display: block;
    overflow: hidden;
  }
  .c-card__image img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .c-card[href]:hover .c-card__image img, .c-card[href]:focus .c-card__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .c-card-banner[href] {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: -webkit-box-shadow;
    transition-duration: 0.3s;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    transition-timing-function: ease-in-out;
  }
  .c-card-banner[href]::before, .c-card-banner[href]::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: -webkit-box-shadow;
    transition-duration: 0.3s;
    transition-property: -webkit-box-shadow;
    transition-property: box-shadow;
    transition-property: box-shadow, -webkit-box-shadow;
    transition-timing-function: ease-in-out;
  }
  .c-card-banner[href]:hover, .c-card-banner[href]:focus {
    -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.35);
  }
  .c-carousel__dot li button {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .c-carousel__dot li button:hover, .c-carousel__dot li button:focus {
    opacity: 0.8;
  }
  .c-link:hover, .c-link:focus {
    -webkit-text-decoration: underline 1px;
    text-decoration: underline 1px;
    text-underline-position: under;
  }
  .c-link-item__image {
    display: block;
    overflow: hidden;
  }
  .c-link-item__image img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .c-link-item[href]:hover .c-link-item__image img, .c-link-item[href]:focus .c-link-item__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .c-link-banner {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
  }
  .c-link-banner::before, .c-link-banner::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
  }
  .c-link-banner:hover, .c-link-banner:focus {
    text-decoration: underline;
  }
  .c-link-banner--original {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
  }
  .c-link-banner--original::before, .c-link-banner--original::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
  }
  .c-link-banner--original:hover::after, .c-link-banner--original:focus::after {
    opacity: 1;
  }
  .c-link-anchor:hover, .c-link-anchor:focus {
    -webkit-text-decoration: underline 1px;
    text-decoration: underline 1px;
    text-underline-position: under;
  }
  .c-link-anchor:hover .c-link__icon[data-icon=arrow], .c-link-anchor:focus .c-link__icon[data-icon=arrow] {
    -webkit-transform: translateX(0.3125em);
    transform: translateX(0.3125em);
  }
  .c-navi-side__link {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-navi-side__link::before, .c-navi-side__link::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-navi-side__link:hover, .c-navi-side__link:focus {
    background-color: #F5F5F5;
    text-decoration: underline;
  }
  .c-navi-anchor__link {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color, border-color;
    transition-duration: 0.3s;
    transition-property: color, border-color;
    transition-timing-function: ease-in-out;
  }
  .c-navi-anchor__link::before, .c-navi-anchor__link::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color, border-color;
    transition-duration: 0.3s;
    transition-property: color, border-color;
    transition-timing-function: ease-in-out;
  }
  .c-navi-anchor__link:hover, .c-navi-anchor__link:focus {
    border-color: #00A0E9;
  }
  .c-news__link:hover .c-news__text, .c-news__link:focus .c-news__text {
    -webkit-text-decoration: underline 1px;
    text-decoration: underline 1px;
    text-underline-position: under;
  }
  .c-tabs__item[aria-selected=false] {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: border background box-shadow;
    transition-duration: 0.3s;
    transition-property: border background box-shadow;
    transition-timing-function: ease-in-out;
  }
  .c-tabs__item[aria-selected=false]::before, .c-tabs__item[aria-selected=false]::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: border background box-shadow;
    transition-duration: 0.3s;
    transition-property: border background box-shadow;
    transition-timing-function: ease-in-out;
  }
  .c-tabs__item[aria-selected=false]:hover, .c-tabs__item[aria-selected=false]:focus {
    border-top-color: #00A0E9;
  }
  .c-text-link {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-duration: 0.3s;
    transition-property: color;
    transition-timing-function: ease-in-out;
  }
  .c-text-link::before, .c-text-link::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: color;
    transition-duration: 0.3s;
    transition-property: color;
    transition-timing-function: ease-in-out;
  }
  .c-text-link:hover, .c-text-link:focus {
    color: #00A0E9;
    text-decoration: none;
  }
  .c-header-lang {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-header-lang::before, .c-header-lang::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-header-lang:hover, .c-header-lang:focus {
    background-color: #F5F5F5;
  }
  .c-header-button--contact {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-header-button--contact::before, .c-header-button--contact::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-header-button--contact:hover, .c-header-button--contact:focus {
    background-color: #BA000F;
  }
  .c-header-button--menu {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-header-button--menu::before, .c-header-button--menu::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-header-button--menu:hover, .c-header-button--menu:focus {
    background-color: #007BB2;
  }
  .c-gnavi__link {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: border, scale;
    transition-duration: 0.3s;
    transition-property: border, scale;
    transition-timing-function: ease-in-out;
  }
  .c-gnavi__link::before, .c-gnavi__link::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: border, scale;
    transition-duration: 0.3s;
    transition-property: border, scale;
    transition-timing-function: ease-in-out;
  }
  .c-gnavi__link:hover, .c-gnavi__link:focus {
    border-color: #00A0E9;
  }
  .c-gnavi__close:hover, .c-gnavi__close:focus {
    text-decoration: underline;
  }
  .c-gnavi-dropdown__link:hover, .c-gnavi-dropdown__link:focus {
    -webkit-text-decoration: underline 1px;
    text-decoration: underline 1px;
    text-underline-position: under;
  }
  .c-gnavi-button--contact {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-gnavi-button--contact::before, .c-gnavi-button--contact::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-gnavi-button--contact:hover, .c-gnavi-button--contact:focus {
    background-color: #BA000F;
  }
  .c-footer-link:hover, .c-footer-link:focus {
    -webkit-text-decoration: underline 1px;
    text-decoration: underline 1px;
    text-underline-position: under;
  }
  .c-footer-lang {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-footer-lang::before, .c-footer-lang::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-footer-lang:hover, .c-footer-lang:focus {
    background-color: #F5F5F5;
  }
  .c-footer-to-top {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-footer-to-top::before, .c-footer-to-top::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-duration: 0.3s;
    transition-property: background;
    transition-timing-function: ease-in-out;
  }
  .c-footer-to-top:hover, .c-footer-to-top:focus {
    background-color: #333333;
  }
  .c-sitemap__link:hover, .c-sitemap__link:focus {
    -webkit-text-decoration: underline 1px;
    text-decoration: underline 1px;
    text-underline-position: under;
  }
  .c-products-search__feature .c-button-search {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background-color, border-color, color;
    transition-duration: 0.3s;
    transition-property: background-color, border-color, color;
    transition-timing-function: ease-in-out;
  }
  .c-products-search__feature .c-button-search::before, .c-products-search__feature .c-button-search::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background-color, border-color, color;
    transition-duration: 0.3s;
    transition-property: background-color, border-color, color;
    transition-timing-function: ease-in-out;
  }
  .c-products-search__feature .c-button-search:hover, .c-products-search__feature .c-button-search:focus {
    border-color: #0089C7;
    background-color: #0089C7;
    color: #ffffff;
    font-weight: bold;
  }
  .p-top-mainvisual__link {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
  }
  .p-top-mainvisual__link::before, .p-top-mainvisual__link::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
  }
  .p-top-mainvisual__link:hover::before, .p-top-mainvisual__link:focus::before {
    opacity: 1;
  }
  .p-top-strength__item__image {
    display: block;
    overflow: hidden;
  }
  .p-top-strength__item__image img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .p-top-strength__item__link[href]:hover .p-top-strength__item__image img, .p-top-strength__item__link[href]:focus .p-top-strength__item__image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .p-top-about__link:hover .p-top-about__link__image, .p-top-about__link:focus .p-top-about__link__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .p-products-search__button-clear {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background-color, color;
    transition-duration: 0.3s;
    transition-property: background-color, color;
    transition-timing-function: ease-in-out;
  }
  .p-products-search__button-clear::before, .p-products-search__button-clear::after {
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-property: background-color, color;
    transition-duration: 0.3s;
    transition-property: background-color, color;
    transition-timing-function: ease-in-out;
  }
  .p-products-search__button-clear:hover, .p-products-search__button-clear:focus {
    background-color: #747474;
    color: #ffffff;
  }
  .p-products-search__button-clear:hover::before, .p-products-search__button-clear:hover::after, .p-products-search__button-clear:focus::before, .p-products-search__button-clear:focus::after {
    background-color: #ffffff;
  }
  .u-hover-opacity {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .u-hover-opacity:hover, .u-hover-opacity:focus {
    opacity: 0.8;
  }
}
@media screen{
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
@media screen and (max-aspect-ratio: 5/7){
  .p-top-mainvisual {
    grid-template-rows: 50% 50%;
    grid-template-columns: 100%;
    min-height: 40rem;
  }
  .p-top-mainvisual__multiply {
    width: min(27.7333333333vw, 10.4rem);
  }
  .p-top-mainvisual__link {
    width: 100%;
    height: 100%;
  }
  .p-top-mainvisual__item {
    width: 100%;
    height: 100%;
  }
  .p-top-mainvisual__text {
    -webkit-transform: translateX(-50%);
    left: 50%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    transform: translateX(-50%);
    font-size: min(7.4666666667vw, 4rem);
  }
  .p-top-mainvisual__item--top .p-top-mainvisual__text {
    bottom: min(22%, 14rem);
  }
  .p-top-mainvisual__item--bottom .p-top-mainvisual__text {
    top: min(22%, 14rem);
  }
}
@media print{
  img {
    visibility: hidden;
  }
  .l-header {
    position: relative;
  }
  .c-carousel.slick-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-carousel .slick-track {
    -webkit-transform: none !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100% !important;
    gap: 20px;
    transform: none !important;
  }
  .c-carousel .slick-track::before, .c-carousel .slick-track::after {
    display: none;
  }
  .c-carousel .slick-slide {
    width: auto !important;
  }
  .c-carousel .slick-slide.slick-cloned {
    display: none;
  }
  .c-carousel-sp.slick-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-carousel-sp .slick-track {
    -webkit-transform: none !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100% !important;
    gap: 20px;
    transform: none !important;
  }
  .c-carousel-sp .slick-track::before, .c-carousel-sp .slick-track::after {
    display: none;
  }
  .c-carousel-sp .slick-slide {
    width: auto !important;
  }
  .c-carousel-sp .slick-slide.slick-cloned {
    display: none;
  }
  .c-carousel__navi {
    display: none;
  }
  .c-footer-to-top {
    display: none;
  }
  .p-top-mainvisual {
    height: 500px;
  }
  .u-print-hidden {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (hover: hover) and (pointer: fine), print and (hover: hover) and (pointer: fine){
  .c-gnavi-dropdown__link-image {
    display: block;
    overflow: hidden;
  }
  .c-gnavi-dropdown__link-image img {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .c-gnavi-dropdown__link[href]:hover .c-gnavi-dropdown__link-image img, .c-gnavi-dropdown__link[href]:focus .c-gnavi-dropdown__link-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (min-width: 1200px), print{
  .l-header {
    min-height: 13rem;
  }
  .l-header.is-fixed {
    min-height: 7rem;
  }
  .l-header__logo {
    width: min(300px, 18.5%);
  }
  .is-fixed .l-header__logo {
    width: min(230px, 20%);
  }
  .l-header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-grow: 1;
    flex-direction: column;
  }
  .l-header__menu__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-transition-property: margin, height, opacity;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    order: 1;
    margin-top: 2rem;
    margin-left: auto;
    gap: 20px;
    transition-duration: 0.3s;
    transition-property: margin, height, opacity;
    transition-timing-function: ease-in-out;
  }
  .is-fixed .l-header__menu__top {
    height: 0;
    margin-top: 0;
    opacity: 0;
  }
  .l-header__menu__bottom {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-transition-property: height, margin;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-grow: 1;
    order: 2;
    margin-top: 2.2rem;
    margin-left: auto;
    transition-duration: 0.3s;
    transition-property: height, margin;
    transition-timing-function: ease-in-out;
  }
  .is-fixed .l-header__menu__bottom {
    height: 100%;
    margin-top: 0;
  }
  .l-header__button .c-header-button {
    -webkit-transition: ease-in-out 0.3s;
    -webkit-transition-property: gap, font-size, background;
    transition: ease-in-out 0.3s;
    transition-property: gap, font-size, background;
  }
  .l-header__button .c-header-button__icon {
    -webkit-transition: ease-in-out 0.3s;
    -webkit-transition-property: width;
    transition: ease-in-out 0.3s;
    transition-property: width;
  }
  .is-fixed .l-header__button .c-header-button {
    row-gap: 0.4rem;
    font-size: 1.4rem;
  }
  .is-fixed .l-header__button .c-header-button__icon {
    width: 2.8rem;
  }
  .l-header__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
  }
  .c-header-button--menu {
    display: none;
  }
  .c-gnavi {
    display: grid;
  }
  .c-gnavi__link::after {
    display: none;
  }
  .c-gnavi__link {
    height: 100%;
    border-bottom: 3px solid transparent;
  }
  .is-fixed .c-gnavi__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    align-items: center;
  }
  .c-gnavi__link.is-current, .c-gnavi__link.is-opened {
    border-color: #00A0E9;
  }
  .c-gnavi__link--drop {
    margin-right: 1.8rem;
  }
  .c-gnavi__link--drop::after {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .is-fixed .c-gnavi__link--drop::after {
    top: auto;
  }
  .c-gnavi__close {
    display: none;
  }
  .c-gnavi-dropdown {
    z-index: 100;
    padding-top: 4.8rem;
    padding-bottom: 5.4rem;
  }
  .c-gnavi-dropdown__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .c-gnavi-dropdown__list {
    -ms-flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
  }
  .c-gnavi-dropdown__list--second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-column-gap: min(8.4rem, 10vw);
    -moz-column-gap: min(8.4rem, 10vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: min(8.4rem, 10vw);
    flex-direction: column;
    flex-wrap: wrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 160px;
    margin-left: 2rem;
  }
  .c-gnavi-dropdown__item {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  .c-gnavi-dropdown__list--second .c-gnavi-dropdown__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-gnavi-dropdown__link {
    min-width: min(285px, 24vw);
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .c-gnavi-dropdown__link--lv1 {
    margin-bottom: 4.8rem;
    font-size: 3.2rem;
    line-height: 1.25;
  }
  .c-gnavi-dropdown__link--lv1 .c-link__icon {
    margin-left: 2rem;
  }
  .c-gnavi-button {
    display: none;
  }
  .p-top-mainvisual {
    height: calc(min(100vh, 100svh) - 13rem - 12.5rem);
  }
  .p-top-mainvisual__item--bottom .slick-list {
    height: calc(min(100vh, 100svh) - 13rem) !important;
  }
  .p-top-mainvisual__item.slick-slide {
    height: calc(min(100vh, 100svh) - 13rem) !important;
  }
}
@media screen and (min-width: 768px), print{
  .l-footer__logo {
    width: 25%;
    min-width: 20rem;
    margin-top: 0.3rem;
    margin-right: 7%;
    margin-bottom: 4.8rem;
    float: left;
  }
  .l-footer__sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    min-width: min(70rem, 100%);
    margin-bottom: 4rem;
  }
  .l-footer__sitemap > .c-footer-sitemap {
    width: 100%;
  }
  .l-footer__bottom {
    clear: both;
  }
  .l-contact__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-contact__top {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .l-contact__bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: min(480px, 55%);
  }
  .c-list-col2--horizon {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: baseline;
    gap: 1.2rem;
  }
  .c-list-col2--horizon > li:not(:first-child) {
    margin-top: 0;
  }
  .c-list-col3--horizon {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: baseline;
    gap: 1.2rem;
  }
  .c-list-col3--horizon > li:not(:first-child) {
    margin-top: 0;
  }
  .c-list-banner--col1 > li {
    width: calc((100% - min(4.5rem, 3vw)*0) / 1);
  }
  .c-list-banner--col2 > li {
    width: calc((100% - min(4.5rem, 3vw)*1) / 2);
  }
  .c-list-banner--col3 > li {
    width: calc((100% - min(4.5rem, 3vw)*2) / 3);
  }
  .c-card-banner__title__icon {
    width: 60px;
  }
  .c-carousel--card .slick-list {
    margin-bottom: -16px;
  }
  .c-form__item {
    -webkit-column-gap: 4.8rem;
    -moz-column-gap: 4.8rem;
    column-gap: 4.8rem;
  }
  .c-form__term {
    width: min(21.8rem, 30%);
  }
  .c-form__detail {
    margin-left: min(8rem, 10.5540897098%);
  }
  .c-form__label .c-form__required {
    position: absolute;
    top: 0.5em;
    left: 100%;
  }
  .c-form__detail .c-form__required {
    right: calc(100% + 8rem);
    left: auto;
  }
  .c-form__label {
    padding-right: 0.4rem;
  }
  .c-navi-side {
    position: sticky;
    top: 140px;
  }
  .c-news__head {
    width: 8.8em;
  }
  .c-sitemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 4rem;
    flex-direction: column;
    flex-wrap: wrap;
    height: 40rem;
    gap: 4rem 2rem;
  }
  .c-sitemap__second {
    margin-top: 1.2rem;
  }
  .c-sitemap__link {
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .p-top-intro {
    padding-top: 40px;
  }
  .p-top-strength__heading__text b {
    font-size: 4rem;
    line-height: 0.6363636364;
  }
  .p-top-about__list {
    margin-top: 5rem;
    gap: 2px 3px;
  }
  .p-products-search__toggle {
    display: none;
  }
  .p-products-search__term {
    width: 10rem;
  }
  .p-csr__sdgs-image {
    grid-row: span 2;
  }
  .p-csr-sdgs__icon {
    width: min(40%, 25.7rem) !important;
  }
  .p-strength__main {
    position: relative;
  }
  .p-strength__main::before, .p-strength__main::after {
    display: block;
    z-index: -1;
    position: absolute;
    content: "";
    pointer-events: none;
  }
  .p-strength__main::before {
    top: 0;
    right: -3px;
    width: min(43.3333333333vw, 832px);
    height: 250px;
    background: url("/assets/images/strengths/bg-strengths-treat01.png") no-repeat;
    background-position: left;
    background-size: cover;
  }
  .p-strength__main::after {
    top: 12px;
    left: -2px;
    width: min(40.0520833333vw, 769px);
    height: 685px;
    background: url("/assets/images/strengths/bg-strengths-treat02.png") no-repeat;
    background-position: right;
    background-size: cover;
  }
}
@media screen and not (max-aspect-ratio: 5/7), print{
  .p-top-mainvisual__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    align-items: center;
    height: 100%;
  }
  .p-top-mainvisual__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    align-items: center;
    height: 100%;
  }
  .p-top-mainvisual__item--top .p-top-mainvisual__text {
    right: min(18%, 13rem);
  }
  .p-top-mainvisual__item--bottom .p-top-mainvisual__text {
    left: min(18%, 13rem);
  }
}
