@charset "UTF-8";
:root {
  --vw375: 0.2666666667vw; /* 100 / 375 */
  --vw600: 0.1666666667vw; /* 100 / 600 */
  --vw768: 0.1302083333vw; /* 100 / 768 */
  --vw1100: 0.0909090909vw; /* 100 / 1100 */
  --vw1440: 0.0694444444vw; /* 100 / 1440 */
  --vw1600: 0.0625vw; /* 100 / 1600 */
}

/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt, dd {
  margin: 0;
  padding: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

th {
  text-align: left;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* html, body */
html,
body {
  height: 100%;
}
html.is-scrollbar,
body.is-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html.is-scrollbar::-webkit-scrollbar,
body.is-scrollbar::-webkit-scrollbar {
  display: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}
html.is-active {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

body {
  min-width: 320px;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #ffffff;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

/* 共通見出し */
.c-heading {
  position: relative;
  display: block;
  line-height: 1.2;
}
.c-heading--outline {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  font-size: min(100 * var(--vw375), 100px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #ffffff;
}
@media screen and (min-width: 480px), print {
  .c-heading--outline {
    font-size: min(146 * var(--vw768), 146px);
  }
}
@media screen and (min-width: 768px), print {
  .c-heading--outline {
    font-size: min(146 * var(--vw1440), 146px);
  }
}
.c-heading--detail {
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 2rem;
  display: block;
  color: #32B4F2;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.35;
  word-break: break-all;
  word-wrap: break-word;
}
.c-heading--detail::first-letter {
  color: #0083E8;
}
@media screen and (min-width: 768px), print {
  .c-heading--detail {
    font-size: min(40 * var(--vw1100), 40px);
    margin: 0 auto 2rem;
  }
}
.c-heading--detail02 {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 2rem;
  display: block;
  color: #32B4F2;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.35;
  word-break: break-all;
  word-wrap: break-word;
  padding-bottom: 0.5em;
  margin-bottom: 3rem;
  border-bottom: 2px solid #A0E0FE;
}
.c-heading--detail02::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background-color: #1A1A1A;
  z-index: 1;
}
.c-heading--detail02::first-letter {
  color: #0083E8;
}
@media screen and (min-width: 768px), print {
  .c-heading--detail02 {
    font-size: min(34 * var(--vw1100), 34px);
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--detail02 {
    margin-bottom: 5rem;
  }
}
.c-heading--news {
  margin-bottom: 2rem;
}
.c-heading--common {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  margin-bottom: 3rem;
  line-height: 1;
}
@media screen and (min-width: 1100px), print {
  .c-heading--common {
    margin-bottom: 5rem;
  }
}
.c-heading--common .en {
  display: block;
  font-weight: 800;
  font-size: 4.5rem;
  margin-bottom: 1.2rem;
  color: #32B4F2;
}
.c-heading--common .en::first-letter {
  color: #0083E8;
}
@media screen and (min-width: 768px), print {
  .c-heading--common .en {
    font-size: 6.4rem;
  }
}
.c-heading--common .jp {
  display: block;
  font-weight: 500;
  font-size: 2rem;
  color: #0083E8;
}
@media screen and (min-width: 768px), print {
  .c-heading--common .jp {
    font-size: 2.4rem;
  }
}
.c-heading--h3 {
  margin-bottom: 3rem;
  padding: 1rem 0.5rem;
  line-height: 1.3;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: #32B4F2;
}
.c-heading--h3:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (min-width: 768px), print {
  .c-heading--h3 {
    padding: 1.5rem 1rem;
    font-size: 2.6rem;
  }
  .c-heading--h3:not(:first-child) {
    margin-top: 7.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--h3 {
    margin-bottom: 5rem;
    font-size: 3.4rem;
    letter-spacing: 0.05em;
  }
  .c-heading--h3:not(:first-child) {
    margin-top: 10rem;
  }
}
.c-heading--h4 {
  margin-bottom: 1rem;
  padding: 1rem;
  line-height: 1.4;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  border-radius: 10em;
  background-color: #0083E8;
}
@media screen and (min-width: 768px), print {
  .c-heading--h4 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-heading--h4 {
    margin-bottom: 2rem;
    padding: 1.2rem 2rem;
    font-size: 3rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
  }
}

/* 基準テキスト */
.u-text-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .u-text-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.u-text-body--lg {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--lg {
    font-size: 1.8rem;
  }
}
.u-text-body--xl {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--xl {
    font-size: 2rem;
  }
}
.u-text-body a {
  text-decoration: underline;
  color: #32B4F2;
}
@media (hover: hover) {
  .u-text-body a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .u-text-body a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}

/* 基準ボタン */
.c-link-button {
  position: relative;
  line-height: 1.2;
  display: inline-block;
  color: #0083E8;
  border: 1px solid #0083E8;
  padding: 1.5rem 2rem;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 10em;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .c-link-button {
    font-size: 1.6rem;
    padding: 1.8rem 3rem;
    letter-spacing: 0.05em;
  }
}
.c-link-button span {
  position: relative;
  display: block;
  padding: 0 1.5em 0 0;
}
.c-link-button span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #0083E8;
  border-left: 2px solid #0083E8;
  transition: border-color 0.3s ease;
}
@media (hover: hover) {
  .c-link-button:where(:-moz-any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #0083E8;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover {
    color: #fff;
    background-color: #0083E8;
  }
  .c-link-button:where(:-moz-any-link, :enabled, summary):hover span::before {
    border-color: #fff;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover span::before {
    border-color: #fff;
  }
}

.c-button--contact {
  width: 170px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem 0 0 1rem;
  background-color: #32B4F2;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact {
    width: 100%;
    height: 60px;
    border-radius: 0;
    font-size: 1.2rem;
    border-radius: 1rem 1rem 0 0;
  }
}
@media (hover: hover) {
  .c-button--contact:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #0083E8;
  }
  .c-button--contact:where(:any-link, :enabled, summary):hover {
    background-color: #0083E8;
  }
}
.c-button--contact span {
  position: relative;
  display: block;
  text-align: center;
  padding: 2.5em 0 0 0;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact span {
    padding: 2.4em 0 0 0;
  }
}
.c-button--contact span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 40px;
  height: 32px;
  background: url("../img/base/icon-mail_wht.svg") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact span::before {
    width: 30px;
    height: 24px;
  }
}
.c-button--contact span .u-br--pc {
  display: block;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact span .u-br--pc {
    display: none;
  }
}

/* テキストの色 */
.u-color-base {
  color: #32B4F2;
}

.u-color-main {
  color: #32B4F2;
}

.u-color-white {
  color: #ffffff;
}

.u-color-black {
  color: #000000;
}

/* 注釈（※）用インデント */
.u-indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* アンカー位置調整 */
.u-anchorpoint {
  scroll-margin-top: 8rem;
}
@media screen and (min-width: 1100px), print {
  .u-anchorpoint {
    scroll-margin-top: 13rem;
  }
}

.scroll-down-point {
  display: block;
}
.scroll-down-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -61px;
  margin-bottom: 60px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .scroll-down-point::before {
    margin-top: -151px;
    margin-bottom: 150px;
  }
}

/* flex1 */
.u-flex-1 {
  flex: 1;
  min-width: 0;
}

/* コンテンツ画面中央寄せ */
.c-inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.c-inner::after {
  content: "";
  display: table;
  clear: both;
}

/* テキスト改行系 */
@media screen and (max-width: 767.98px) {
  .u-br--pc {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .u-br--sp {
    display: none;
  }
}

/* 幅 */
.u-width-50 {
  width: 50%;
}

.u-width-100 {
  width: 100%;
}

.u-width-auto {
  width: auto;
}

/* 高さ */
.u-height-50 {
  height: 50%;
}

.u-height-100 {
  height: 100%;
}

.u-height-auto {
  height: auto;
}

/* 角丸 */
.box-radius {
  border-radius: 1rem;
}

/* リスト */
.list li {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 0 0 1.5em;
}
@media screen and (min-width: 768px), print {
  .list li {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding: 0 0 0 1.3em;
  }
}
.list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}

.c-global-contact {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.l-header .c-global-contact {
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 1099.98px) {
  .l-header .c-global-contact {
    align-items: center;
    margin-top: 1.5rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-global-contact {
    flex-direction: column;
    align-items: center;
  }
}
.l-header .c-global-contact__item {
  width: 220px;
  height: 45px;
}
@media screen and (min-width: 1100px), print {
  .l-header .c-global-contact__item {
    width: 220px;
    height: 40px;
  }
}
@media screen and (min-width: 1440px), print {
  .l-header .c-global-contact__item {
    width: 260px;
    height: 50px;
  }
}
.c-global-contact__item a, .c-global-contact__item .tel-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 10em;
  transition-duration: 0.3s;
  padding: 1.3rem 0.5rem;
}
@media screen and (min-width: 1280px), print {
  .c-global-contact__item a, .c-global-contact__item .tel-link {
    padding: 1.3rem 2.5rem;
  }
}
.l-header .c-global-contact__item a, .l-header .c-global-contact__item .tel-link {
  border-radius: 10em;
  font-size: 1.8rem;
  padding: 0;
}
@media screen and (min-width: 1100px), print {
  .l-header .c-global-contact__item a, .l-header .c-global-contact__item .tel-link {
    border-radius: 10em 0 0 10em;
  }
}
@media screen and (min-width: 1440px), print {
  .l-header .c-global-contact__item a, .l-header .c-global-contact__item .tel-link {
    font-size: 2rem;
  }
}
.c-global-contact__item.mail a {
  background-color: #32B4F2;
  color: #ffffff;
  transition-property: color, background-color;
}
.c-global-contact__item.mail a span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2.6em;
}
.l-header .c-global-contact__item.mail a span {
  padding: 0 0 0 2.1em;
}
@media screen and (min-width: 1440px), print {
  .l-header .c-global-contact__item.mail a span {
    padding: 0 0 0 2.6em;
  }
}
.c-global-contact__item.mail a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 39px;
  height: 27px;
  background: url("../img/base/icon-mail.svg") no-repeat center/contain;
}
.l-header .c-global-contact__item.mail a span::before {
  width: 30px;
  height: 24px;
}
@media screen and (min-width: 1440px), print {
  .l-header .c-global-contact__item.mail a span::before {
    width: 39px;
    height: 27px;
  }
}
@media (hover: hover) {
  .c-global-contact__item.mail a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #0083E8;
    color: #fff;
  }
  .c-global-contact__item.mail a:where(:any-link, :enabled, summary):hover {
    background-color: #0083E8;
    color: #fff;
  }
}
.c-global-contact__item.tel .tel-link {
  position: relative;
  background-color: #ffffff;
  color: #32B4F2;
  line-height: 1;
  border: 1px solid #32B4F2;
}
@media screen and (min-width: 1100px), print {
  .l-header .c-global-contact__item.tel .tel-link {
    border-right: none;
    padding: 0 0 0 0.5em;
  }
}
.c-global-contact__item.tel .tel-content {
  position: relative;
  display: block;
  text-align: left;
  padding: 0 0 0 2.6em;
}
.l-header .c-global-contact__item.tel .tel-content {
  padding: 0 0 0 2.2em;
}
@media screen and (min-width: 1440px), print {
  .l-header .c-global-contact__item.tel .tel-content {
    padding: 0 0 0 2.6em;
  }
}
.c-global-contact__item.tel .tel-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 45px;
  height: 30px;
  background: url("../img/base/icon-freetel_blue.svg") no-repeat center/contain;
}
.l-header .c-global-contact__item.tel .tel-content::before {
  width: 35px;
  height: 25px;
}
@media screen and (min-width: 1440px), print {
  .l-header .c-global-contact__item.tel .tel-content::before {
    width: 45px;
    height: 30px;
  }
}
.c-global-contact__item.tel .tel-num {
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
}
.l-header .c-global-contact__item.tel .tel-num {
  font-size: 1.8rem;
}
@media screen and (min-width: 1100px), print {
  .l-header .c-global-contact__item.tel .tel-num {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1440px), print {
  .l-header .c-global-contact__item.tel .tel-num {
    font-size: 2.2rem;
  }
}
.c-global-contact__item.tel .tel-text {
  display: block;
  font-size: 1.2rem;
}
.l-header .c-global-contact__item.tel .tel-text {
  font-size: 1rem;
}
@media screen and (min-width: 1440px), print {
  .l-header .c-global-contact__item.tel .tel-text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767.98px) {
  .c-gmapWrap {
    position: relative;
    padding-top: 95%;
  }
}
@media screen and (max-width: 767.98px) {
  .c-gmapWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}

.c-youtubeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-youtubeWrap iframe, .c-youtubeWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.c-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px 0;
}
.c-table th, .c-table td {
  font-weight: 400;
  padding: 1rem 0.5rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-size: 1.4rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px), print {
  .c-table th, .c-table td {
    font-size: 1.6rem;
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-table th, .c-table td {
    display: block;
  }
}
.c-table th {
  border-bottom: 1px solid #81A7D2;
}
@media screen and (min-width: 768px), print {
  .c-table th {
    width: 155px;
  }
}
@media screen and (min-width: 768px), print {
  .c-table td {
    border-bottom: 1px solid #E9E9E9;
  }
}
@media screen and (max-width: 767.98px) {
  .c-table td {
    padding-left: 1rem;
  }
}
.c-table td dl dt {
  font-weight: 700;
  margin-bottom: 1rem;
}

.u-link-underline {
  text-decoration: underline;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .u-link-underline:where(:-moz-any-link, :enabled, summary):hover {
    color: #32B4F2;
  }
  .u-link-underline:where(:any-link, :enabled, summary):hover {
    color: #32B4F2;
  }
}

.box-radius {
  border-radius: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .box-radius {
    border-radius: 2rem;
  }
}
.box-radius--sm {
  border-radius: 0.5rem;
}
.box-radius--md {
  border-radius: 1rem;
}
@media screen and (min-width: 1100px), print {
  .box-radius--lg {
    border-radius: 3rem;
  }
}
.box-radius-top {
  border-radius: 1.5rem 1.5rem 0 0;
}
@media screen and (min-width: 768px), print {
  .box-radius-top {
    border-radius: 2rem 2rem 0 0;
  }
}
@media screen and (min-width: 1100px), print {
  .box-radius-top--lg {
    border-radius: 3rem 3rem 0 0;
  }
}
.box-radius-top_right {
  border-radius: 0 1.5rem 0 0;
}
@media screen and (min-width: 768px), print {
  .box-radius-top_right {
    border-radius: 0 2rem 0 0;
  }
}
@media screen and (min-width: 1100px), print {
  .box-radius-top_right--lg {
    border-radius: 0 3rem 0 0;
  }
}
.box-radius-bottom {
  border-radius: 0 0 1.5rem 1.5rem;
}
@media screen and (min-width: 768px), print {
  .box-radius-bottom {
    border-radius: 0 0 2rem 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .box-radius-bottom--lg {
    border-radius: 0 0 3rem 3rem;
  }
}

.img-wrap {
  aspect-ratio: 4/3;
  display: block;
  position: relative;
  overflow: hidden;
}

.img-cover {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-caption {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 0 0 10%;
  padding: 0.5rem;
  line-height: 1.4;
  font-size: 0.8rem;
  font-size: calc(0.4rem + 1vw);
  color: #fff;
  background-color: rgba(26, 26, 26, 0.8);
}
@media screen and (min-width: 768px), print {
  .img-caption {
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 1100px), print {
  .img-caption {
    padding: 0.75rem 2rem;
    font-size: 1.4rem;
  }
}

.ft-gothic {
  font-family: "Noto Sans JP", sans-serif;
}
.ft-marugo {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.fw-light {
  font-weight: 300;
}
.fw-light * {
  font-weight: 300;
}
.fw-normal {
  font-weight: 400;
}
.fw-normal * {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-medium * {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-semibold * {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-bold * {
  font-weight: 700;
}
.fw-exbold {
  font-weight: 800;
}
.fw-exbold * {
  font-weight: 800;
}
.fw-black {
  font-weight: 900;
}
.fw-black * {
  font-weight: 900;
}

.bg-light {
  background-color: #ceefff !important;
}
.bg-base {
  background-color: #0083e8;
}
.bg-main {
  background-color: #32b4f2;
}
.bg-sub {
  background-color: #E5F6FF;
}

.color-base {
  color: #0083e8;
}
.color-main {
  color: #32b4f2;
}
.color-white {
  color: #fff;
}

.check-list li + li {
  margin-top: 1rem;
}
.check-list li {
  position: relative;
  padding-left: 3.4rem;
}
.check-list li::before {
  content: "";
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 2.4rem;
  background: url(../img/base/icon-check.svg) center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  .check-list {
    margin-left: 1rem;
    font-size: 1.8rem;
  }
  .check-list li::before {
    top: 0.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .check-list {
    margin-left: 2rem;
    font-size: 2rem;
  }
  .check-list li + li {
    margin-top: 2rem;
  }
  .check-list li {
    padding-left: 4.8rem;
  }
  .check-list li::before {
    top: 0.2rem;
    width: 3.2rem;
  }
}

.text-link[href] {
  color: currentColor;
}
.text-link[href]:hover {
  text-decoration: underline;
  color: #0083E8;
}

.text-danger {
  color: #f00 !important;
}

/* --------------------------------

  wrapper

-------------------------------- */
.l-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 1100px), print {
  .l-wrapper {
    overflow: hidden;
  }
}

/* --------------------------------

  l-header

-------------------------------- */
.l-header {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .l-header__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0 0.5rem 2rem;
    z-index: 1010;
  }
}
@media screen and (min-width: 1440px), print {
  .l-header__inner {
    padding: 0.5rem 0 0.5rem 3rem;
    height: 120px;
  }
}
.l-header.is-fixed {
  /* スクロール時固定用 */
}
@media screen and (min-width: 1100px), print {
  .l-header.is-fixed .l-header__inner {
    position: fixed;
    top: -60px;
    right: 0;
    height: 100px;
    transform: translateY(60px);
    transition: transform 0.2s;
  }
  .l-header.is-fixed .c-global-contact .c-global-contact__item {
    height: 40px;
  }
}
.l-header__logo {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .l-header__logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 100%;
    z-index: 900;
    padding: 0;
    justify-content: center;
    background: #ffffff;
    transition: background-color 0.2s ease;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__tel {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__tel {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #32B4F2;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    transition: opacity 0.3s ease;
  }
  .l-header__tel:hover {
    opacity: 0.8;
  }
  .l-header__tel a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .l-header__tel a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 21px;
    height: 21px;
    background: url("../img/base/icon-tel_wht.svg") no-repeat center/cover;
  }
  .l-header__tel a::after {
    content: "TEL";
    position: absolute;
    left: 0;
    bottom: 11px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}

/* --------------------------------

  c-logo

-------------------------------- */
.c-logo {
  width: 180px;
}
@media screen and (min-width: 360px), print {
  .c-logo {
    width: 200px;
  }
}
@media screen and (min-width: 1100px), print {
  .c-logo {
    width: 250px;
  }
}
@media screen and (min-width: 1440px), print {
  .c-logo {
    width: 354px;
  }
}
.c-logo img {
  height: auto;
}

/* --------------------------------

  l-nav

-------------------------------- */
@media screen and (max-width: 1099.98px) {
  .l-nav {
    position: relative;
    position: fixed;
    left: -250px;
    top: 0;
    display: block;
    width: 250px;
    height: 100%;
    padding: 0;
    z-index: 1011;
  }
  .is-active .l-nav {
    left: 0;
    top: 0;
    opacity: 1;
    transition-property: opacity, left;
    transition-duration: 0.3s;
  }
}
.l-nav__container {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .l-nav__container {
    display: flex;
    align-items: center;
    padding: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-nav__container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff;
    padding: 6rem 0 2rem 0;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 1100px), print {
  .l-nav__main {
    display: flex;
    align-items: center;
    gap: 3rem;
  }
}
@media screen and (min-width: 1440px), print {
  .l-nav__main {
    gap: 5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-nav__logo {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-nav__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    padding: 0;
    z-index: 1;
  }
}
.l-nav__logo img {
  width: 210px;
  height: auto;
}

/* --------------------------------

  c-nav

-------------------------------- */
.c-nav {
  /* ハンバーガーメニューボタン */
}
@media screen and (max-width: 1099.98px) {
  .c-nav {
    opacity: 0;
    padding: 0;
    background-color: #fff;
  }
  .is-active .c-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.c-nav__item {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item {
    position: relative;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-nav__item:not(:last-child) {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item a.c-nav__link::before {
    content: "";
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transition-property: border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item.is-active .c-nav__link {
    color: #32B4F2;
  }
  .c-nav__item.is-active .c-nav__link::after {
    border-color: #32B4F2;
  }
}
.c-nav__link {
  position: relative;
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #000000;
  transform: rotate(0.05deg);
  font-feature-settings: "palt";
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
@media screen and (min-width: 1100px), print {
  .c-nav__link {
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-nav__link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    letter-spacing: inherit;
    padding: 0 2rem;
    color: #000000;
    background: #ffffff;
    font-size: 1.5rem;
    height: 60px;
    transition-property: color, background-color;
  }
}
@media screen and (hover: hover) and (min-width: 1100px), print and (hover: hover) {
  .c-nav__link:where(:-moz-any-link, :enabled, summary):hover {
    color: #32B4F2;
  }
  .c-nav__link:where(:any-link, :enabled, summary):hover {
    color: #32B4F2;
  }
}
.c-nav__submenu {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu {
    height: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    width: 280px;
    z-index: -1;
    opacity: 0;
    padding: 0;
    transition-property: opacity;
    transition-duration: 0.2s;
    background-color: #CEEFFF;
    border-radius: 1rem;
  }
}
.c-nav__submenu--trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger {
    position: relative;
    width: 100%;
    height: 80px;
    margin-bottom: -80px;
    background: transparent;
    z-index: 30;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger + .c-nav__link::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    width: 18px;
    height: 2px;
    transform: rotate(90deg);
    border-radius: 10em;
    background-color: #32B4F2;
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger + .c-nav__link::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 10em;
    background-color: #32B4F2;
    transition-property: background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger + .c-nav__link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%) rotate(-135deg);
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #32B4F2;
    border-left: 2px solid #32B4F2;
    transition-property: border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger:hover + .c-nav__link {
    color: #32B4F2;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger:hover + .c-nav__link::after {
    border-color: #32B4F2;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger.is-active + .c-nav__link {
    background: #32B4F2;
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger.is-active + .c-nav__link {
    color: #32B4F2;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger.is-active + .c-nav__link::after {
    border-color: #32B4F2;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger.is-active + .c-nav__link::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger.is-active + .c-nav__link::before {
    background-color: transparent;
  }
}
.c-nav__submenu.is-active {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu.is-active {
    height: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu.is-active {
    opacity: 1;
  }
}
.c-nav__submenu-inner {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-inner {
    padding: 0.5em;
  }
}
.c-nav__submenu-list li {
  display: block;
}
.c-nav__submenu-list li:first-child a {
  border-radius: 1rem 1rem 0 0;
}
.c-nav__submenu-list li:last-child a {
  border-radius: 0 0 1rem 1rem;
}
.c-nav__submenu-link {
  position: relative;
  display: block;
  text-align: center;
  background-color: #CEEFFF;
  padding: 0.8em 0;
  color: #000;
  font-size: 1.4rem;
  list-style: 1.2;
  font-weight: 400;
  transition-property: color, background-color;
  transition-duration: 0.3s;
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-link {
    padding: 0.8em 0;
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .c-nav__submenu-link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #0083E8;
    color: #ffffff;
  }
  .c-nav__submenu-link:where(:any-link, :enabled, summary):hover {
    background-color: #0083E8;
    color: #ffffff;
  }
}
.c-nav__button {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  background: #fff;
  cursor: pointer;
  z-index: 1011;
}
.is-active .c-nav__button {
  position: fixed;
  left: 250px;
  transition-property: opacity, left;
  transition-duration: 0.3s;
}
@media screen and (min-width: 1100px), print {
  .c-nav__button {
    display: none;
  }
}
.is-active .c-nav__button {
  background: #32B4F2;
}
.is-active .c-nav__button .c-nav__button-icon {
  width: 30px;
  background-color: transparent;
}
.is-active .c-nav__button .c-nav__button-icon::before, .is-active .c-nav__button .c-nav__button-icon::after {
  margin-top: 0;
  background-color: #fff;
}
.is-active .c-nav__button .c-nav__button-icon::before {
  transform: rotate(45deg);
}
.is-active .c-nav__button .c-nav__button-icon::after {
  transform: rotate(-45deg);
}
.is-active .c-nav__button::after {
  content: "CLOSE";
  color: #ffffff;
}
.c-nav__button-icon {
  display: block;
  position: absolute;
  top: -18px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: #32B4F2;
}
.c-nav__button-icon::before, .c-nav__button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #32B4F2;
  transition: transform 0.3s ease;
}
.c-nav__button-icon::before {
  margin-top: -8px;
}
.c-nav__button-icon::after {
  margin-top: 8px;
}
.c-nav__button::after {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-weight: 400;
  font-size: 1.1rem;
  color: #32B4F2;
  text-align: center;
}

/* --------------------------------

  o-nav__screen

-------------------------------- */
@media screen and (min-width: 1100px), print {
  .o-nav__screen {
    display: none;
  }
}
.o-nav__screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  z-index: 1010;
}
.is-active .o-nav__screen-overlay {
  pointer-events: auto;
  opacity: 0.8;
  cursor: pointer;
}

/* --------------------------------

  main

-------------------------------- */
.l-main {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 100;
  flex: 1;
}
@media screen and (min-width: 1100px), print {
  .l-main {
    overflow: visible;
  }
}
.l-main__inner {
  position: relative;
}

/* --------------------------------

  footer

-------------------------------- */
.l-footer {
  position: relative;
  background: linear-gradient(90deg, #0D89E9 0%, #074C81 100%);
  overflow: hidden;
  padding: 5rem 1em 3rem 1em;
}
@media screen and (min-width: 1280px), print {
  .l-footer {
    padding: 12rem 2em;
  }
}
.l-footer__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
@media screen and (min-width: 1280px), print {
  .l-footer__container {
    gap: 8rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .l-footer__container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__container .c-global-contact {
    gap: 1rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .l-footer__container .c-global-contact__item {
    width: 250px;
    height: 60px;
  }
}
.l-footer__logo {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .l-footer__logo {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 1439.98px) {
  .l-footer__logo {
    max-width: 490px;
    margin: 0 auto 3rem;
  }
}
.l-footer__add {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  margin-top: 2.2rem;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
}
@media screen and (min-width: 1440px), print {
  .l-footer__add {
    letter-spacing: 0.05em;
    font-size: 2rem;
    margin-top: 2.4rem;
  }
}
.l-footer__subnav-list {
  padding: 0.2em 0 0 1em;
}
@media screen and (min-width: 640px), print {
  .l-footer__subnav-list {
    padding: 0.4em 0 0 1.2em;
  }
}
@media screen and (min-width: 1440px), print {
  .l-footer__subnav-list {
    padding: 0.4em 0 0 1.5em;
  }
}
.l-footer__subnav-list a {
  display: inline-block;
  line-height: 1.8;
  font-weight: 500;
  color: #ffffff;
  font-size: 1.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  transition: color 0.3s ease;
}
@media screen and (min-width: 640px), print {
  .l-footer__subnav-list a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1440px), print {
  .l-footer__subnav-list a {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .l-footer__subnav-list a:where(:-moz-any-link, :enabled, summary):hover {
    color: #FFC800;
  }
  .l-footer__subnav-list a:where(:any-link, :enabled, summary):hover {
    color: #FFC800;
  }
}
.l-footer__subnav-list a::before {
  content: "・";
}
.l-footer__nav {
  display: flex;
  gap: 2.5rem;
}
@media screen and (min-width: 1440px), print {
  .l-footer__nav {
    gap: 5rem;
  }
}
@media screen and (max-width: 639.98px) {
  .l-footer__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    flex-wrap: wrap;
  }
}
.l-footer__nav-list > li:not(:last-child) {
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 640px), print {
  .l-footer__nav-list > li:not(:last-child) {
    margin: 0 0 1.5rem 0;
  }
}
@media screen and (min-width: 1440px), print {
  .l-footer__nav-list > li:not(:last-child) {
    margin: 0 0 2rem 0;
  }
}
.l-footer__nav-list > li > a {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  padding: 0 0 0 1.5em;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1440px), print {
  .l-footer__nav-list > li > a {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .l-footer__nav-list > li > a:where(:-moz-any-link, :enabled, summary):hover {
    color: #FFC800;
  }
  .l-footer__nav-list > li > a:where(:any-link, :enabled, summary):hover {
    color: #FFC800;
  }
}
.l-footer__nav-list > li > a::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-43%) rotate(135deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #32B4F2;
  border-left: 1px solid #32B4F2;
}
@media screen and (min-width: 1440px), print {
  .l-footer__nav-list > li > a::before {
    width: 8px;
    height: 8px;
  }
}
.l-footer__sns {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2.5rem;
  margin-top: 3rem;
  gap: 2rem;
}
@media screen and (min-width: 1100px), print {
  .l-footer__sns {
    margin-bottom: 3rem;
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 1279.98px) {
  .l-footer__sns {
    justify-content: center;
  }
}
.l-footer__sns li a {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .l-footer__sns li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .l-footer__sns li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

.c-footer__copy {
  text-align: right;
}
@media screen and (max-width: 1279.98px) {
  .c-footer__copy {
    text-align: center;
  }
}
.c-footer__copy small {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
}
@media screen and (min-width: 1100px), print {
  .c-footer__copy small {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767.98px) {
  .c-footer__copy span {
    display: none;
  }
}
.c-footer__pagetop {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 0.5rem;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .c-footer__pagetop {
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .c-footer__pagetop {
    right: 15px;
    bottom: 15px;
  }
}
.c-footer__pagetop.is-fixed {
  opacity: 1;
  pointer-events: auto;
}
.c-footer__pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0;
  background-color: #0083E8;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.c-footer__pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #32B4F2;
}
.c-footer__pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  transition-property: border-color;
  transition-duration: 0.2s;
}

/* --------------------------------

  下層ページタイトル

-------------------------------- */
.c-page-title {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 6rem;
  margin-bottom: 2rem;
  background: linear-gradient(180deg, #FFF 0%, #9CDFFF 100%);
}
@media screen and (min-width: 1100px), print {
  .c-page-title {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 1440px), print {
  .c-page-title {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-page-title {
    padding: 0 0 10vw 0;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title {
    padding: 0 0 6.5vw 5rem;
  }
}
.c-page-title__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.c-page-title__shape img {
  height: 6.7vw;
}
.c-page-title__inner {
  position: relative;
  width: 100%;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  background: url(../img/base/page-title.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 480px), print {
  .c-page-title__inner {
    height: 16rem;
  }
}
@media screen and (min-width: 768px), print {
  .c-page-title__inner {
    height: 26rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__inner {
    height: 30rem;
    justify-content: flex-end;
    padding: 1em 6rem 1em 1em;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__inner {
    border-radius: 1rem 0 0 1rem;
  }
}
.c-page-title__inner.__coating {
  background-image: url(../img/pages/coating/mv.jpg);
}
.c-page-title__inner.__cleaning {
  background-image: url(../img/pages/cleaning/mv.jpg);
}
.c-page-title__inner.__aircon {
  background-image: url(../img/pages/air-conditioner/mv.jpg);
}
.c-page-title__inner::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
}
.c-page-title__name {
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 1.2;
  color: #0083E8;
  font-size: 2rem;
  font-weight: 800;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  text-shadow: 0 0 5px #fff, 0 0 10px #fff;
}
@media screen and (min-width: 360px), print {
  .c-page-title__name {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 480px), print {
  .c-page-title__name {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px), print {
  .c-page-title__name {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__name {
    font-size: 6rem;
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
.js-anime.fadein-anime {
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition-timing-function: ease;
  transition-duration: 0.8s;
  transition-delay: 0.5s;
}
.js-anime .fadein-anime {
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition-timing-function: ease;
  transition-duration: 0.8s;
  transition-delay: 0.5s;
}
.js-anime.is-active .fadein-anime {
  opacity: 1;
  transform: translateY(0);
}
.js-anime.is-active.fadein-anime {
  opacity: 1;
  transform: translateY(0);
}
.js-anime.is-active .anime-wrap {
  opacity: 1;
}
.js-anime.is-active .anime-inner {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.anime-wrap {
  overflow: hidden;
  opacity: 0;
}

.anime-inner {
  display: block;
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: transform 1.2s 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

/* --------------------------------

  ローディング

-------------------------------- */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  color: #fff;
  background: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1100px), print {
  #splash_logo {
    width: 300px;
  }
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: auto;
  height: auto;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --------------------------------

  トップページ

-------------------------------- */
/* メインビジュアル */
.top-hero {
  position: relative;
  margin: 6rem 0 0 0;
  background: linear-gradient(180deg, #FFF 0%, #9CDFFF 100%);
}
@media screen and (min-width: 768px), print {
  .top-hero {
    padding: 0 0 0 min(50 * var(--vw1440), 50px);
  }
}
@media screen and (min-width: 1100px), print {
  .top-hero {
    margin: 10rem 0 0 0;
  }
}
@media screen and (min-width: 1440px), print {
  .top-hero {
    margin: 12rem 0 0 0;
  }
}
.top-hero__img img {
  width: 100%;
  height: auto;
}
.top-hero__inner {
  position: relative;
}
.top-hero__catch {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: min(75 * var(--vw768), 75px) 0 0 min(60 * var(--vw768), 60px);
  z-index: 0;
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition-timing-function: ease;
  transition-duration: 0.8s;
}
@media screen and (min-width: 768px), print {
  .top-hero__catch {
    padding: min(128 * var(--vw1600), 128px) 0 0 min(100 * var(--vw1600), 100px);
  }
}
.top-hero__catch.is-active {
  opacity: 1;
  transform: translateY(0);
}
.top-hero__catch-title {
  font-size: min(66 * var(--vw768), 66px);
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  color: #32B4F2;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: min(24 * var(--vw768), 24px);
}
@media screen and (min-width: 768px), print {
  .top-hero__catch-title {
    font-size: min(56 * var(--vw1440), 56px);
    margin-bottom: min(24 * var(--vw1440), 24px);
  }
}
.top-hero__catch-title span {
  display: block;
}
.top-hero__catch-title .catch1 {
  color: #0083E8;
}
.top-hero__catch-text {
  color: #1A1A1A;
  text-shadow: 0 0 4px #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  font-size: min(24 * var(--vw768), 24px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .top-hero__catch-text {
    font-size: min(18 * var(--vw1440), 18px);
    max-width: min(568 * var(--vw1440), 568px);
  }
}

.top-news {
  position: relative;
  background-color: #9CDFFF;
  padding: 5rem 1em 5rem 1em;
}
@media screen and (min-width: 480px), print {
  .top-news {
    padding: 5rem 1em 8rem 1em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-news {
    padding: min(100 * var(--vw1440), 100px) 2em 8vw 2em;
  }
}
.top-news__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.top-news__shape img {
  height: 6.7vw;
}
.top-news__container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
}
@media screen and (min-width: 1100px), print {
  .top-news__container {
    gap: min(65 * var(--vw1440), 65px);
  }
}
@media screen and (max-width: 1099.98px) {
  .top-news__container {
    flex-direction: column;
  }
}
.top-news__main {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
@media screen and (min-width: 1100px), print {
  .top-news__main {
    gap: min(50 * var(--vw1440), 50px);
  }
}
@media screen and (max-width: 1099.98px) {
  .top-news__main {
    flex-direction: column;
    width: 100%;
    max-width: 700px;
  }
}
@media screen and (min-width: 1100px), print {
  .top-news__content {
    max-width: min(700 * var(--vw1440), 700px);
    min-width: min(700 * var(--vw1440), 700px);
  }
}
.top-news__content .news-list {
  margin-top: 1rem;
}

.top-company {
  position: relative;
  background: #F3FBFF;
  padding: 6rem 1em 8rem 1em;
}
@media screen and (min-width: 768px), print {
  .top-company {
    padding: 6rem 1em 12vw 1em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-company {
    padding: 10rem 2em 9vw 2em;
  }
}
.top-company__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.top-company__shape img {
  height: 6.7vw;
}
.top-company__decoration {
  position: absolute;
  bottom: -3vw;
  max-width: min(337 * var(--vw1440), 337px);
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .top-company__decoration {
    right: 5vw;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-company__decoration {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(60%);
  }
}
@media screen and (max-width: 767.98px) {
  .top-company__decoration {
    max-width: 150px;
  }
}
.top-company__text {
  color: #1A1A1A;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .top-company__text {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
@media screen and (min-width: 1100px), print {
  .top-company__text {
    font-size: 2rem;
  }
}
.top-company__text .marker {
  display: inline;
  background: linear-gradient(transparent 60%, #CEEFFF 60%);
}
.top-company__more {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 1100px), print {
  .top-company__more {
    margin-top: 5rem;
  }
}

.top-service {
  position: relative;
  background-color: #ffffff;
  padding: 9rem 1em 8rem 1em;
}
@media screen and (min-width: 768px), print {
  .top-service {
    padding: 13vw 1em 8rem 1em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-service {
    padding: 10rem 2em 10vw 2em;
  }
}
.top-service__shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 0;
}
.top-service__shape img {
  height: 6.7vw;
}
.top-service__container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.top-service__block {
  border: 2px solid #A0E0FE;
  background: #F3FBFF;
  display: flex;
  padding: 2rem;
}
@media screen and (min-width: 768px), print {
  .top-service__block {
    padding: 3rem;
  }
}
.top-service__block:nth-child(2n+1) {
  border-bottom: none;
  border-radius: 2rem 0 0 0;
  flex-direction: column;
}
@media screen and (min-width: 1100px), print {
  .top-service__block:nth-child(2n+1) {
    flex-direction: row;
    border-radius: 5rem 0 0 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-service__block:nth-child(2n+1) .top-service__img img {
    width: auto;
    height: 120px;
  }
}
.top-service__block:nth-child(2n+1) .top-service__main {
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .top-service__block:nth-child(2n+1) .top-service__main {
    margin: 0 0 0 6rem;
  }
}
@media screen and (min-width: 1280px), print {
  .top-service__block:nth-child(2n+1) .top-service__main {
    margin: 0 0 0 10rem;
  }
}
.top-service__block:nth-child(2n) {
  border-radius: 0 0 2rem 0;
  flex-direction: column;
}
@media screen and (min-width: 1100px), print {
  .top-service__block:nth-child(2n) {
    flex-direction: row-reverse;
    border-radius: 0 0 5rem 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-service__block:nth-child(2n) .top-service__img img {
    width: auto;
    height: 80px;
  }
}
.top-service__block:nth-child(2n) .top-service__main {
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 1100px), print {
  .top-service__block:nth-child(2n) .top-service__main {
    margin: 0 6rem 0 0;
  }
}
@media screen and (min-width: 1280px), print {
  .top-service__block:nth-child(2n) .top-service__main {
    margin: 0 10rem 0 0;
  }
}
@media screen and (min-width: 1280px), print {
  .top-service__block {
    padding: 7.2rem;
  }
}
.top-service__main {
  flex: 1;
  min-width: 0;
}
.top-service__list {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 768px), print {
  .top-service__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.top-service__link {
  position: relative;
  display: block;
  border: 2px solid #A0E0FE;
  background-color: #ffffff;
  border-radius: 1rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.35;
  color: #0083E8;
  padding: 0.5em;
  transition-property: color, background-color;
  transition-duration: 0.3s;
}
@media screen and (min-width: 480px), print {
  .top-service__link {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1280px), print {
  .top-service__link {
    font-size: 2.2rem;
  }
}
@media (hover: hover) {
  .top-service__link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #32B4F2;
    color: #fff;
  }
  .top-service__link:where(:any-link, :enabled, summary):hover {
    background-color: #32B4F2;
    color: #fff;
  }
  .top-service__link:where(:-moz-any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
  .top-service__link:where(:any-link, :enabled, summary):hover::before {
    border-color: #fff;
  }
}
.top-service__link::before {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #0083E8;
  border-left: 2px solid #0083E8;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .top-service__link::before {
    width: 10px;
    height: 10px;
  }
}
@media (hover: hover) {
  .top-service__link.__type1:where(:-moz-any-link, :enabled, summary):hover span::before {
    background-image: url("../img/top/icon1_hv.png");
  }
  .top-service__link.__type1:where(:any-link, :enabled, summary):hover span::before {
    background-image: url("../img/top/icon1_hv.png");
  }
}
.top-service__link.__type1 span::before {
  background-image: url("../img/top/icon1.png");
}
@media (hover: hover) {
  .top-service__link.__type2:where(:-moz-any-link, :enabled, summary):hover span::before {
    background-image: url("../img/top/icon2_hv.png");
  }
  .top-service__link.__type2:where(:any-link, :enabled, summary):hover span::before {
    background-image: url("../img/top/icon2_hv.png");
  }
}
.top-service__link.__type2 span::before {
  background-image: url("../img/top/icon2.png");
}
@media (hover: hover) {
  .top-service__link.__type3:where(:-moz-any-link, :enabled, summary):hover span::before {
    background-image: url("../img/top/icon3_hv.png");
  }
  .top-service__link.__type3:where(:any-link, :enabled, summary):hover span::before {
    background-image: url("../img/top/icon3_hv.png");
  }
}
.top-service__link.__type3 span::before {
  background-image: url("../img/top/icon3.png");
}
@media (hover: hover) {
  .top-service__link.__type4:where(:-moz-any-link, :enabled, summary):hover span::before {
    background-image: url("../img/top/icon4_hv.png");
  }
  .top-service__link.__type4:where(:any-link, :enabled, summary):hover span::before {
    background-image: url("../img/top/icon4_hv.png");
  }
}
.top-service__link.__type4 span::before {
  background-image: url("../img/top/icon4.png");
}
@media (hover: hover) {
  .top-service__link.__type5:where(:-moz-any-link, :enabled, summary):hover span::before {
    background-image: url("../img/top/icon5_hv.png");
  }
  .top-service__link.__type5:where(:any-link, :enabled, summary):hover span::before {
    background-image: url("../img/top/icon5_hv.png");
  }
}
.top-service__link.__type5 span::before {
  background-image: url("../img/top/icon5.png");
}
@media (hover: hover) {
  .top-service__link.__type6:where(:-moz-any-link, :enabled, summary):hover span::before {
    background-image: url("../img/top/icon6_hv.png");
  }
  .top-service__link.__type6:where(:any-link, :enabled, summary):hover span::before {
    background-image: url("../img/top/icon6_hv.png");
  }
}
.top-service__link.__type6 span::before {
  background-image: url("../img/top/icon6.png");
}
@media (hover: hover) {
  .top-service__link.__type7:where(:-moz-any-link, :enabled, summary):hover span::before {
    background-image: url("../img/top/icon7_hv.png");
  }
  .top-service__link.__type7:where(:any-link, :enabled, summary):hover span::before {
    background-image: url("../img/top/icon7_hv.png");
  }
}
.top-service__link.__type7 span::before {
  background-image: url("../img/top/icon7.png");
}
@media (hover: hover) {
  .top-service__link.__type8:where(:-moz-any-link, :enabled, summary):hover span::before {
    background-image: url("../img/top/icon8_hv.png");
  }
  .top-service__link.__type8:where(:any-link, :enabled, summary):hover span::before {
    background-image: url("../img/top/icon8_hv.png");
  }
}
.top-service__link.__type8 span::before {
  background-image: url("../img/top/icon8.png");
}
.top-service__link span {
  position: relative;
  display: block;
  padding-top: 3.2em;
}
@media screen and (min-width: 1280px), print {
  .top-service__link span {
    padding-top: 2.6em;
  }
}
.top-service__link span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 480px), print {
  .top-service__link span::before {
    height: 50px;
  }
}
.top-service__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .top-service__text {
    line-height: 2;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-service__text {
    font-size: 1.8rem;
    margin-bottom: 2.3rem;
  }
}
.top-service__img {
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #32B4F2;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 480px), print {
  .top-service__img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 1100px), print {
  .top-service__img {
    margin: 0 auto 1.8rem;
    width: 262px;
    height: 262px;
    padding: 0;
  }
}
.top-service__heading {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  line-height: 1.35;
  color: #32B4F2;
}
.top-service__heading .en {
  display: block;
  font-size: 2.8rem;
  font-weight: 300;
}
@media screen and (min-width: 480px), print {
  .top-service__heading .en {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-service__heading .en {
    font-size: 4rem;
  }
}
.top-service__heading .jp {
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
}
@media screen and (min-width: 1100px), print {
  .top-service__heading .jp {
    font-size: 2rem;
  }
}

.top-case {
  position: relative;
  background: linear-gradient(180deg, #CEEFFF 0%, #9CDFFF 100%);
  padding: 6rem 1em;
}
@media screen and (min-width: 1100px), print {
  .top-case {
    padding: 10rem 2em;
  }
}
.top-case__container {
  max-width: 1426px;
  width: 100%;
  margin: 0 auto;
}
.top-case__category {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  border-radius: 1em;
  background-color: #CEEFFF;
  padding: 2.5rem 1.5rem;
  margin-top: 3.5rem;
}
@media screen and (min-width: 1100px), print {
  .top-case__category {
    padding: 4.5rem 3rem;
    margin-top: 6.5rem;
    border-radius: 10em;
  }
}
.top-case__category-text {
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1100px), print {
  .top-case__category-text {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin-bottom: 2.8rem;
  }
}
.top-case__category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width: 1100px), print {
  .top-case__category-list {
    gap: 1.3rem;
  }
}
.top-case__category-list .c-link-button {
  background-color: #0083E8;
  color: #FFF;
}
@media screen and (max-width: 1099.98px) {
  .top-case__category-list .c-link-button {
    font-size: 1.4rem;
    padding: 1.5rem 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .top-case__category-list .c-link-button {
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
  }
}
@media (hover: hover) {
  .top-case__category-list .c-link-button:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #FFF;
    color: #0083E8;
  }
  .top-case__category-list .c-link-button:where(:any-link, :enabled, summary):hover {
    background-color: #FFF;
    color: #0083E8;
  }
  .top-case__category-list .c-link-button:where(:-moz-any-link, :enabled, summary):hover span::before {
    border-color: #0083E8;
  }
  .top-case__category-list .c-link-button:where(:any-link, :enabled, summary):hover span::before {
    border-color: #0083E8;
  }
}
@media screen and (max-width: 479.98px) {
  .top-case__category-list .c-link-button span {
    padding: 0 1em 0 0;
  }
}
.top-case__category-list .c-link-button span::before {
  border-color: #FFF;
}
@media screen and (max-width: 479.98px) {
  .top-case__category-list .c-link-button span::before {
    width: 7px;
    height: 7px;
  }
}

.top-contact {
  position: relative;
  background: url("../img/top/bg.jpg") no-repeat center/cover;
  padding: 4rem 1em;
}
@media screen and (min-width: 768px), print {
  .top-contact {
    padding: 6rem 1em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-contact {
    padding: 11rem 2em;
  }
}
.top-contact__container {
  max-width: 500px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  margin: 0 auto;
  padding: 3rem 2rem;
}
@media screen and (min-width: 768px), print {
  .top-contact__container {
    padding: 3.5rem 4rem;
    max-width: 700px;
  }
}
@media screen and (min-width: 1100px), print {
  .top-contact__container {
    padding: 7rem 8rem;
    max-width: 1000px;
  }
}
.top-contact__text {
  color: #1A1A1A;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .top-contact__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-contact__text {
    letter-spacing: 0.05em;
    font-size: 2rem;
  }
}
.top-contact__content {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .top-contact__content {
    display: flex;
  }
}
@media screen and (min-width: 1100px), print {
  .top-contact__content {
    margin-bottom: 5rem;
  }
}
.top-contact__item {
  width: 100%;
  height: 80px;
}
@media screen and (min-width: 768px), print {
  .top-contact__item {
    width: 50%;
  }
}
@media screen and (min-width: 1100px), print {
  .top-contact__item {
    height: 110px;
  }
}
.top-contact__item .tel-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
  border-radius: 1em 1em 0 0;
  color: #ffffff;
  background-color: #0083E8;
}
@media screen and (min-width: 768px), print {
  .top-contact__item .tel-link {
    border-radius: 10em 0 0 10em;
  }
}
.top-contact__item .tel-link .tel-num {
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
}
@media screen and (min-width: 1100px), print {
  .top-contact__item .tel-link .tel-num {
    font-size: 3.2rem;
  }
}
.top-contact__item .tel-link .tel-text {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 1100px), print {
  .top-contact__item .tel-link .tel-text {
    font-size: 1.6rem;
  }
}
.top-contact__item .tel-link .tel-content {
  position: relative;
  display: block;
  text-align: left;
  padding: 0 0 0 3.3em;
}
@media screen and (min-width: 1100px), print {
  .top-contact__item .tel-link .tel-content {
    padding: 0 0 0 4.5em;
  }
}
.top-contact__item .tel-link .tel-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 41px;
  height: 31px;
  background: url("../img/base/icon-freetel.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .top-contact__item .tel-link .tel-content::before {
    width: 61px;
    height: 41px;
  }
}
.top-contact__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 0 0 1em 1em;
  color: #ffffff;
  font-size: 2rem;
  background-color: #32B4F2;
  transition-property: opacity;
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .top-contact__link {
    border-radius: 0 10em 10em 0;
  }
}
@media screen and (min-width: 1100px), print {
  .top-contact__link {
    font-size: 2.7rem;
  }
}
.top-contact__link span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 2.1em;
}
@media screen and (min-width: 1100px), print {
  .top-contact__link span {
    padding: 0 0 0 2.5em;
  }
}
.top-contact__link span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 33px;
  height: 27px;
  background: url("../img/base/icon-mail.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .top-contact__link span::before {
    width: 53px;
    height: 37px;
  }
}
@media (hover: hover) {
  .top-contact__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .top-contact__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

/* --------------------------------

  下層ページ

-------------------------------- */
.l-section {
  padding: 0 1em;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .l-section {
    padding: 0 2em;
  }
}
.l-section:not(:last-child) {
  margin-bottom: 10rem;
}
@media screen and (min-width: 1100px), print {
  .l-section:not(:last-child) {
    margin-bottom: 15rem;
  }
}
.l-section:last-child {
  padding-bottom: 10rem;
}
@media screen and (min-width: 1100px), print {
  .l-section:last-child {
    padding-bottom: 15rem;
  }
}
.l-section__block:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1100px), print {
  .l-section__block:not(:last-child) {
    margin-bottom: 10rem;
  }
}

/* 下層導入 */
.page-intro-title {
  position: relative;
  margin-bottom: 2rem;
  line-height: 1.35;
  font-size: 1.8rem;
}
.page-intro-title .icon {
  display: block;
  width: 10rem;
  margin: 0 auto 2rem;
}
.page-intro-title .en {
  margin-bottom: 1rem;
  line-height: 1.2;
  font-size: 2.3em;
}
.page-intro-text {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .page-intro-title {
    margin-bottom: 3rem;
    font-size: 2.2rem;
  }
  .page-intro-title .icon {
    width: 12rem;
    margin-top: -8rem;
    margin-bottom: 3rem;
  }
  .page-intro-text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .page-intro-title {
    margin-bottom: 4rem;
    font-size: 2.6rem;
  }
  .page-intro-title .icon {
    width: 17.8rem;
    margin-top: -11.9rem;
    margin-bottom: 4.5rem;
  }
  .page-intro-title .en {
    margin-bottom: 0;
  }
  .page-intro-text {
    line-height: 2;
    font-size: 2rem;
  }
}

/* サービスメニュー */
@media screen and (max-width: 639.98px) {
  .service-menu {
    display: block;
  }
  .service-menu li + li {
    margin-top: 1rem;
  }
  .service-menu .c-link-button {
    display: block;
    max-width: 38ch;
    margin-inline: auto;
  }
}

/* サービス詳細 */
.service-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
}
.service-detail + .service-detail {
  margin-top: 3rem;
}
.service-detail-col {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.service-detail-img {
  aspect-ratio: 53/29;
}
.service-detail-title {
  display: grid;
  place-content: center;
  padding: 1rem 0.5rem;
  line-height: 1.35;
  font-size: 1.4rem;
}
.service-detail-text {
  margin-top: 1rem;
  line-height: 1.5;
  font-size: 1.2rem;
}
.service-detail--intro {
  grid-template-columns: auto;
}
@media screen and (min-width: 768px), print {
  .service-detail {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
  }
  .service-detail + .service-detail {
    margin-top: 4rem;
  }
  .service-detail-title {
    font-size: 2.2rem;
  }
  .service-detail-text {
    margin-top: 1.5rem;
    line-height: 1.8;
    font-size: 1.6rem;
  }
  .service-detail--intro {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .service-detail {
    grid-column-gap: 4rem;
    grid-row-gap: 5rem;
  }
  .service-detail + .service-detail {
    margin-top: 5rem;
  }
  .service-detail-title {
    padding: 1rem 0 1.2rem;
    font-size: 3rem;
  }
}

/* 特徴と選定基準 */
.coating-img {
  max-width: 32rem;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 768px), print {
  .coating-img {
    width: 35rem;
    max-width: none;
    margin: 0.5rem 0 0 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .coating-img {
    width: 45rem;
    margin: 0 0 0 4rem;
  }
}

/* 対応機種と分解範囲 */
.aircon-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 3rem -1rem -1rem 0;
  gap: 0;
}
.aircon-type .service-detail-col {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 1rem 1rem 0;
}
.aircon-type .service-detail-img {
  aspect-ratio: 35/23;
}
.aircon-type .service-detail-title {
  flex: 1;
}
@media screen and (min-width: 768px), print {
  .aircon-type {
    margin: 3rem -2rem -2rem 0;
  }
  .aircon-type .service-detail-col {
    width: 33.33333%;
    padding: 0 2rem 2rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .aircon-type {
    margin: 5rem -2.5rem -2.5rem 0;
  }
  .aircon-type .service-detail-col {
    padding: 0 2.5rem 2.5rem 0;
  }
}

/* 作業の流れ */
.aircon-flow {
  counter-reset: aircon_flow;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-column-gap: 2rem;
  grid-row-gap: 10rem;
  max-width: 48rem;
  margin: 6rem auto 0;
}
.aircon-flow-col {
  position: relative;
  padding: 5rem 2rem 2rem;
}
.aircon-flow-col + .aircon-flow-col::before {
  content: "";
  display: block;
  position: absolute;
  top: -8rem;
  right: 0;
  left: 0;
  width: 3.8rem;
  height: 3.8rem;
  margin: auto;
  background: url(../img/base/icon-arrow.svg) no-repeat center;
  background-size: contain;
}
.aircon-flow-img {
  margin-bottom: 1.5rem;
}
.aircon-flow-img .img-wrap {
  aspect-ratio: 350/216;
}
.aircon-flow-img .img-wrap + .img-wrap {
  margin-top: 2rem;
}
.aircon-flow-title {
  margin-bottom: 1rem;
  line-height: 1.4;
  font-size: 2.2rem;
}
.aircon-flow-title .fs-sm {
  font-size: 0.625em;
  letter-spacing: normal;
}
.aircon-flow-counter {
  display: grid;
  place-content: center;
  position: absolute;
  top: -2.8rem;
  right: 0;
  left: 0;
  width: 5.6rem;
  height: 5.6rem;
  margin: auto;
  padding: 0 0.4ch 0 0;
  text-align: center;
  letter-spacing: -0.2em;
  border-radius: 100%;
  pointer-events: none;
}
.aircon-flow-counter::before {
  counter-increment: aircon_flow;
  content: counter(aircon_flow);
  font-size: 4rem;
}
.aircon-flow-sub {
  padding: 2rem;
}
.aircon-flow-sub:not(:first-child) {
  margin-top: 3rem;
}
.aircon-flow-sub--img {
  margin: 1rem 1rem 1.5rem;
}
.aircon-flow-sub--title {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .aircon-flow {
    max-width: none;
    padding-left: 3rem;
  }
  .aircon-flow-col {
    padding: 3rem;
  }
  .aircon-flow-col + .aircon-flow-col::before {
    top: -6.9rem;
  }
  .aircon-flow-img {
    width: 40%;
    margin: 0 0 0 3rem;
  }
  .aircon-flow-counter {
    top: -2.4rem;
    right: auto;
    left: -2.4rem;
  }
  .aircon-flow-sub--img {
    width: 30%;
    margin: 0 0 0 2rem;
  }
  .aircon-flow-sub--title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .aircon-flow {
    max-width: 100rem;
    margin-inline: auto;
  }
  .aircon-flow-col {
    padding: 4rem;
  }
  .aircon-flow-img {
    width: 35rem;
    margin-left: 4rem;
  }
  .aircon-flow-title {
    margin-bottom: 3rem;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
  .aircon-flow-counter {
    position: static;
    margin: 0 3rem 0 0;
  }
  .aircon-flow-text {
    font-size: 2rem;
  }
  .aircon-flow-sub {
    padding: 3rem;
  }
  .aircon-flow-sub--img {
    width: 25rem;
  }
  .aircon-flow-sub--title {
    font-size: 2.8rem;
  }
}

/* 私たちの想い */
.message-title {
  padding-top: 3rem;
  font-size: 1.6rem;
}
.message-title .jp {
  margin-bottom: 0.5em;
}
.message-title .en {
  font-size: 2.6em;
}
.message-title .en::first-letter {
  color: #0083E8;
}
@media screen and (min-width: 768px), print {
  .message-title {
    padding-top: 5rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .message-title {
    font-size: 2rem;
  }
  .message-title .en {
    font-size: 3.2em;
  }
}

/* 自信と約束 */
.promise-list {
  counter-reset: promise_list;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-column-gap: 2rem;
  grid-row-gap: 6rem;
  padding: 6rem 0 0;
}
.promise-list-col {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  position: relative;
}
.promise-list-counter {
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 6rem;
  height: 6rem;
  margin: -3rem auto 0;
  padding: 0 0.4ch 0 0;
  text-align: center;
  letter-spacing: -0.2em;
  border-radius: 100%;
  border: 0.5rem solid #fff;
  pointer-events: none;
}
.promise-list-counter::before {
  counter-increment: promise_list;
  content: counter(promise_list);
  font-size: 3.6rem;
}
.promise-list-title {
  padding: 5rem 0 2rem;
  line-height: 1.4;
  font-size: 2.2rem;
}
.promise-list-text {
  padding: 0 2rem 2rem;
}
@media screen and (min-width: 768px), print {
  .promise-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .promise-list-title {
    display: grid;
    place-content: center;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1100px), print {
  .promise-list {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    padding: 6rem 1rem 0;
  }
  .promise-list-counter {
    top: -1.8rem;
    right: auto;
    left: -1.8rem;
    margin: 0;
  }
  .promise-list-title {
    height: 10rem;
    padding: 1rem 4rem 0;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
  }
  .promise-list-text {
    padding: 0 4rem 4rem;
  }
}

/* ご挨拶 */
.greeting-img {
  max-width: 32rem;
  margin: 0 auto 3rem;
}
.greeting-name {
  margin-top: 2em;
}
@media screen and (min-width: 768px), print {
  .greeting-img {
    width: 25rem;
    max-width: none;
    margin: 1rem 0 0 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .greeting-img {
    width: 32rem;
    margin: 0 0 0 5rem;
  }
  .greeting-name {
    margin-top: 4.5rem;
  }
}

/* 私たちの約束 */
.policy-list {
  margin-left: 1em;
  letter-spacing: 0.1em;
}
.policy-list li {
  margin-left: 2.5em;
  text-indent: -2.5em;
}
@media screen and (min-width: 768px), print {
  .policy-list {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px), print {
  .policy-list {
    margin-left: 0;
    font-size: 2rem;
  }
}

/* 会社概要 */
.company-outline th,
.company-outline td {
  font-size: 1.6rem;
}
.company-outline th {
  border-bottom-color: #1a1a1a;
}
.company-outline td {
  border-bottom-color: #e4e4e4;
}
.company-map {
  position: relative;
  height: 40rem;
  margin: 3rem 0;
}
.company-map iframe {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1100px), print {
  .company-map {
    margin: 5rem 0;
  }
}

/* お客様の声 */
.voice-list {
  padding-top: 2rem;
}
.voice-list-row + .voice-list-row {
  margin-top: 2rem;
}
.voice-list dt {
  padding: 2rem;
  line-height: 1.5;
  font-size: 2rem;
  letter-spacing: 0.1em;
  border-radius: 1.5rem 1.5rem 0 0;
}
.voice-list dd {
  padding: 2rem;
  font-size: 1.4rem;
  border-radius: 0 0 1.5rem 1.5rem;
}
@media screen and (min-width: 768px), print {
  .voice-list dt {
    padding: 2.5rem 2rem;
    font-size: 2.4rem;
  }
  .voice-list dd {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .voice-list-row + .voice-list-row {
    margin-top: 4rem;
  }
  .voice-list dt {
    padding: 3rem;
    font-size: 2.8rem;
    letter-spacing: 0.16em;
    border-radius: 2rem 2rem 0 0;
  }
  .voice-list dd {
    padding: 3rem 5rem;
    font-size: 1.8rem;
    border-radius: 0 0 2rem 2rem;
  }
}

/* --------------------------------

  投稿系ページ

-------------------------------- */
.news-detail .news-date {
  width: 100%;
  margin: 0 0 1rem 0;
}
.news-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-back {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .news-back {
    margin-top: 5rem;
  }
}
.news-list.news-list-archive .news-topics {
  border-bottom: 1px solid #F6F6F6;
  margin: 0;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px), print {
  .news-list.news-list-archive .news-topics {
    padding: 2.5rem 3rem;
  }
}
.news-list.news-list-archive .news-topics:first-child {
  border-top: 1px solid #F6F6F6;
}
.news-topics {
  display: flex;
  align-items: center;
  padding: 1rem 0.5rem;
  border-bottom: 1px dashed #ffffff;
}
@media screen and (min-width: 480px), print {
  .news-topics {
    padding: 1rem;
  }
}
.news-topics:first-child {
  border-top: 1px dashed #ffffff;
}
.news-date {
  font-size: 1.4rem;
  width: 13ch;
  color: #000000;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-date {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.news-title {
  flex: 1;
  min-width: 0;
}
.news-link {
  color: #000000;
  font-size: 1.4rem;
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-link {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media (hover: hover) {
  .news-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #0083E8;
    text-decoration: underline;
  }
  .news-link:where(:any-link, :enabled, summary):hover {
    color: #0083E8;
    text-decoration: underline;
  }
}

.news-thumb-list {
  display: grid;
  gap: 2.5rem 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px), print {
  .news-thumb-list {
    gap: 4rem 3rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-list {
    gap: 5rem 3rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1280px), print {
  .news-thumb-list {
    gap: 8rem 5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-list.__secondary {
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-thumb-title {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: underline;
  word-break: break-all;
  word-wrap: break-word;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-thumb-title {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-title {
    font-size: 1.8rem;
  }
}
.news-thumb-link {
  position: relative;
  display: block;
  color: #0083E8;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .news-thumb-link:where(:-moz-any-link, :enabled, summary):hover .news-thumb-title {
    text-decoration: none;
  }
  .news-thumb-link:where(:any-link, :enabled, summary):hover .news-thumb-title {
    text-decoration: none;
  }
  .news-thumb-link:where(:-moz-any-link, :enabled, summary):hover .news-thumb-img img {
    scale: 1.05;
  }
  .news-thumb-link:where(:any-link, :enabled, summary):hover .news-thumb-img img {
    scale: 1.05;
  }
  .news-thumb-link:where(:-moz-any-link, :enabled, summary):hover .news-thumb-category {
    background-color: #0083E8;
  }
  .news-thumb-link:where(:any-link, :enabled, summary):hover .news-thumb-category {
    background-color: #0083E8;
  }
}
.news-thumb-category {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #ffffff;
  background-color: #1A1A1A;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (min-width: 480px), print {
  .news-thumb-category {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px), print {
  .news-thumb-category {
    font-size: 1.4rem;
    padding: 0.5rem 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-category {
    font-size: 1.6rem;
  }
}
.news-thumb-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  border-radius: 0 1rem 0 0;
}
@media screen and (min-width: 768px), print {
  .news-thumb-img {
    margin-bottom: 1.5rem;
    border-radius: 0 2rem 0 0;
  }
}
.news-thumb-img::before {
  content: "";
  display: block;
  padding-top: 82%;
}
.news-thumb-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: scale 0.3s ease;
}
/* topics_paging */
#topics_paging, #topics_paging li {
  display: -ms-flexbox;
}

#topics_paging_all {
  margin-bottom: 0.75rem;
  text-align: center;
}

#topics_paging {
  display: flex;
  justify-content: center;
  margin: 0 -1em;
}

#topics_paging li {
  display: flex;
  align-items: center;
  margin: 0 0.25rem;
  padding: 0.75rem 1rem 0.77rem;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  border-radius: 0;
  border: 1px solid #eee;
  background-color: #fff;
  list-style-type: none;
  list-style-image: none;
}

#topics_paging a {
  display: block;
  margin: -0.75rem -1rem;
  padding: 0.75rem 1rem;
  color: #333;
}

#topics_paging a:hover {
  color: #0068B7;
  text-decoration: none;
}