@charset "UTF-8";

:root {
  --white: #ffffff;
  --black: #202020;
  --gray10: #333333;
  --gray20: #474747;
  --gray30: #5C5C5C;
  --gray40: #757575;
  --gray50: #9E9E9E;
  --gray60: #C2C2C2;
  --gray70: #E0E0E0;
  --gray80: #F4F4F4;
  --gray90: #FBFBFB;
  --primary-red: #ff0001;
  --primary-blue: #1ca6d0;
  --primary-green: #15c39a;
  --primary-orange: #F5A623;
  --border: var(--gray60);
  --accent: var(--primary-red);
  --inactive: var(--gray60);
  --disabled: var(--gray60);
  --japanese-sans-serif:
    "Noto Sans JP",
    "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, Arial, sans-serif;
  --english-sans-serif: "Montserrat", var(--japanese-sans-serif);
  --space-xs: clamp(1.25rem, 0.1389rem + 2.3148vw, 1.875rem);
  --space-sm: calc(var(--space-xs) * 1.5);
  --space-md: calc(var(--space-xs) * 2);
  --space-lg: calc(var(--space-xs) * 3);
  --space-xl: calc(var(--space-xs) * 4);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: var(--black);
  font-feature-settings: "palt";
  font-family: var(--japanese-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  line-break: strict;
  text-align: left;
  margin: 0;
  background-color: #ffffff;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
a,
picture {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

p a {
  display: inline-block;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin: 0;
}

ol,
ul,
dl,
ol ol,
ul ul,
ol ul,
ul ol {
  padding: 0;
  margin: 0;
}

ol li,
ul li {
  list-style-position: inside;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

a,
p a {
  color: var(--active);
  display: block;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--active);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin: 0;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption {
  color: var(--black);
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin: 0;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  vertical-align: top;
  padding: 0.2rem 0.5rem;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=submit] {
  outline: none;
  border: 1px solid var(--border);
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

button,
input[type=submit],
input[type=button] {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
select,
input {
  color: var(--black);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

button::-moz-placeholder,
select::-moz-placeholder,
input::-moz-placeholder {
  color: var(--gray50);
}

button::placeholder,
select::placeholder,
input::placeholder {
  color: var(--gray50);
}

.l-main {
  margin-top: 65px;
}

@media screen and (min-width: 768px) {
  .l-main {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .l-main {
    margin-top: 135px;
  }
}

.l-header {
  color: var(--black);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 1.16rem 0;
  background-color: #fff;
  transition: all 1s var(--easeOutQuint);
}

.l-header.is-hide {
  top: -150px;
}

.l-header__body {
  display: flex;
  align-items: center;
}

.l-header__contentTop {
  display: flex;
  align-items: center;
  width: 100%;
}

.l-header__logo {
  min-width: 278px;
  width: 35%;
  position: relative;
  z-index: 2004;
  margin: 0 auto 0 0;
  transition: all 0.5s var(--easeOutQuint);
}

.l-header__content {
  display: none;
}

.l-header__searchGroup {
  display: flex;
  align-items: center;
}

.l-header__buttonContact {
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}

.l-header__buttonContact a {
  padding: 0.8em 1.6875em;
  border-radius: 10px;
  color: #fff;
  background-color: #28A7CA;
  transition: all 0.35s ease;
}

.l-header__buttonContact a:hover {
  opacity: 0.5;
}

.l-header__search {
  width: calc(100% - 2.5em);
  margin: 0 0 0 2.5em;
}

.l-header__nav {
  margin-top: 1.25rem;
  transition: all 1s var(--easeOutQuint);
}

@media screen and (min-width: 768px) {
  .l-header {
    padding: 1.43rem 0;
  }

  .l-header__logo {
    min-width: 342px;
  }
}

@media screen and (min-width: 1024px) {
  .l-header {
    padding: 1.72rem 0;
  }

  .l-header.is-active {
    padding: 1rem 0;
  }

  .l-header.is-active .l-header__nav {
    margin-top: 0.75rem;
  }

  .l-header__logo {
    width: 44%;
  }

  .l-header__content {
    display: block;
    width: 52%;
    max-width: 580px;
    margin: 0 0 0 4%;
  }
}

@media screen and (min-width: 1200px) {
  .l-header__logo {
    width: 46%;
  }
}

.l-footer {
  position: relative;
  z-index: 500;
  padding-top: 55px;
  background-color: #146F88;
}

.l-footer__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.l-footer__title {
  line-height: 1;
  font-size: 24px;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.0666409861rem + 1.8489984592vw, 2.25rem);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}

.l-footer__title a {
  transition: all 0.35s ease;
}

.l-footer__title a:hover {
  opacity: 0.5;
}

.l-footer__content {
  max-width: 300px;
  margin: 40px auto 0;
}

.l-footer__list {
  color: #fff;
}

.l-footer__list>* {
  display: flex;
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.6319337442rem + 0.7704160247vw, 1.125rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.l-footer__list>*+* {
  margin-top: 1em;
}

.l-footer__list>* span {
  font-feature-settings: normal;
}

.l-footer__list>* a {
  transition: all 0.35s ease;
}

.l-footer__list>* a:hover {
  opacity: 0.5;
}

.l-footer__nav {
  color: #fff;
  display: flex;
  margin: 45px 0 0;
}

.l-footer__nav>* {
  width: 50%;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.7569337442rem + 0.7704160247vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.l-footer__nav>*>ul>* {
  white-space: nowrap;
}

.l-footer__nav>*>ul>*+* {
  margin-top: 2em;
}

.l-footer__nav a {
  display: inline-flex;
  position: relative;
  transition: all 0.35s ease;
}

.l-footer__nav a:hover::after {
  transform: scale(1, 1);
  transform-origin: top left;
}

.l-footer__nav a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 0.2s;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.l-footer__buttons {
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: var(--space-lg) auto 0;
}

.l-footer__buttonContact {
  width: 100%;
  max-width: 330px;
  margin: 0 0 20px 0;
}

.l-footer__buttonToTop {
  width: 54px;
  margin: var(--space-lg) 0 0 auto;
}

.l-footer__buttonToTop a {
  transition: all 0.35s ease;
}

.l-footer__buttonToTop a:hover {
  opacity: 0.5;
}

.l-footer__copy {
  line-height: 1;
  padding: 0.8em 0 1.2em;
  margin: 0;
  text-align: center;
  border-top: 1px dotted #fff;
}

.l-footer__copy small {
  color: #fff;
  font-size: 9.5px;
  font-size: 0.59375rem;
  font-size: clamp(0.59375rem, 0.3951271186rem + 0.8474576271vw, 0.9375rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  text-indent: -0.1em;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 500px) {
  .l-footer__buttons {
    max-width: inherit;
  }

  .l-footer__buttonToTop {
    width: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .l-footer__inner {
    flex-direction: row;
    padding-bottom: 50px;
  }

  .l-footer__title {
    text-align: left;
  }

  .l-footer__content {
    max-width: 400px;
    margin: 50px 0 0 100px;
  }

  .l-footer__buttons {
    width: 36%;
    align-items: flex-end;
    margin: 80px 0 0 auto;
  }

  .l-footer__buttonContact {
    margin: 0 23% 5% 0;
  }

  .l-footer__buttonToTop {
    width: 71px;
    margin: auto 0 0 auto;
  }

  .l-footer__copy {
    padding: 25px 0 30px;
  }

  .l-footer__copy small {
    letter-spacing: 0;
    text-indent: 0;
  }
}

.l-parallax {
  position: relative;
  padding-bottom: 40px;
  margin-top: 40px;
  background-color: #E5F6FB;
}

.l-parallax__body {
  position: relative;
  z-index: 2;
}

.l-parallax__background {
  width: 100%;
  height: auto;
  min-height: 750px;
  aspect-ratio: 1440/750;
  overflow: hidden;
  position: absolute;
  top: 425px;
  left: 0;
  z-index: 1;
}

.l-parallax__background>img {
  min-height: 750px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .l-parallax {
    padding-bottom: 60px;
    margin-top: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .l-parallax {
    padding-bottom: 80px;
    margin-top: 80px;
  }

  .l-parallax__background {
    max-height: 1000px;
  }
}

.c-logoGroup {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: clamp(0.9375rem, 0.3958012327rem + 2.311248074vw, 1.875rem);
}

.c-logoGroup>* {
  display: flex;
  align-items: center;
}

.c-logoGroup__logoLeft {
  width: 46%;
  max-width: 252px;
}

.c-logoGroup__logoRight {
  width: calc(54% - 1em);
  position: relative;
}

.c-logoGroup__logoRight::before {
  content: "";
  display: block;
  width: 1px;
  height: 0.46em;
  margin: 0 0.5em;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.c-logoGroup__logoRight img {
  max-width: 266px;
  margin-left: 1em;
}

.c-logoGroup a {
  transition: all 0.35s ease;
}

.c-logoGroup a:hover {
  opacity: 0.5;
}

.c-searchGroup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

form.gsc-search-box,
table.gsc-search-box,
.gsc-input-box,
#cse-search-box {
  position: relative;
  margin: 0 !important;
  border: 0 !important;
}

table.gsc-search-box td.gsc-input,
.gsib_a {
  padding: 0 !important;
}

.c-searchGroup input,
input.gsc-input,
#search-box {
  width: 100% !important;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem !important;
  border: 2px solid #28a7ca !important;
  border-radius: 10px;
  background-position: 0.75em center !important;
  transition: all 0.35s ease;
}

.c-searchGroup input:focus,
input.gsc-input:focus,
#search-button:focus {
  border-color: #146f88 !important;
  box-shadow: 2px 2px 8px 4px rgba(40, 167, 202, 0.1);
}

.c-searchGroup__icon,
button.gsc-search-button,
button.gsc-search-button-v2,
#search-button {
  padding: 0 !important;
  margin: 0;
  outline: none;
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 18px !important;
  height: 18px;
  border: 0 !important;
  background: url("../img/icon-search.svg") no-repeat 0 0 / cover !important;
  transform: translateY(-50%);
}

.gsc-search-button-v2 svg {
  fill: transparent !important;
}

/*
.c-searchGroup__icon::after,
.gsc-search-button::after,
.gsc-search-button-v2::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/icon-search.svg") no-repeat 0 0/cover;
}*/

.c-globalNavi {
  display: none;
}

.c-globalNavi__list {
  display: flex;
  justify-content: space-between;
}

.c-globalNavi__item {
  position: relative;
}

.c-globalNavi__item:not(:first-of-type) {
  margin-left: 1.5em;
}

.c-globalNavi__item>a {
  color: var(--black);
  line-height: 1;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
  padding-bottom: 15px;
  margin-bottom: -15px;
  transition: all 0.35s ease;
}

.c-globalNavi__item>a.is-current {
  color: var(--accent);
}

.c-globalNavi__item>a:hover {
  color: #28A7CA;
}

.c-globalNavi__item>a:hover::after {
  transform: scale(1, 1);
  transform-origin: top left;
}

.c-globalNavi__item>a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #28A7CA;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 0.2s;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.c-globalNavi__listSub {
  min-width: 12em;
  position: absolute;
  top: calc(100% + 15px);
  left: -1.5em;
  padding: 1.5em 1.5em;
  border-radius: 15px;
  background-color: var(--white);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
}

.c-globalNavi__itemSub {
  white-space: nowrap;
  padding: 0.1em 0;
}

.c-globalNavi__itemSub a {
  position: relative;
  display: inline-flex;
  transition: all 0.35s;
}

.c-globalNavi__itemSub a:hover {
  color: #28A7CA;
}

.c-globalNavi__itemSub a:hover::after {
  transform: scale(1, 1);
  transform-origin: top left;
}

.c-globalNavi__itemSub a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #28A7CA;
  transform: scale(0, 1);
  transform-origin: top right;
  transition: transform 0.2s;
  position: absolute;
  bottom: 0px;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .c-globalNavi {
    display: block;
  }
}

.c-offcanvas {
  width: 100%;
  height: 100%;
}

.c-offcanvas.is-active .c-offcanvas__hamburger {
  background-color: transparent;
}

.c-offcanvas.is-active .c-offcanvas__hamburger::before {
  margin-top: 0;
  transform: rotate(135deg);
}

.c-offcanvas.is-active .c-offcanvas__hamburger::after {
  margin-top: 0;
  transform: rotate(-135deg);
}

.c-offcanvas.is-active .c-offcanvas__body {
  right: 0;
}

.c-offcanvas__menu {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 2003;
  margin: 0;
  padding: 0;
  border: none;
  transform: translateY(-50%);
}

.c-offcanvas__hamburger {
  display: block;
  width: 25px;
  height: 2px;
  margin: auto 0;
  background-color: #202020;
  transform-origin: center;
  transition: all 0.35s var(--easeOutQuint);
}

.c-offcanvas__hamburger::before,
.c-offcanvas__hamburger::after {
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  background-color: #202020;
  transform-origin: center;
  transition: all 0.35s ease 0.1s;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}

.c-offcanvas__hamburger::before {
  transform: translateY(8px);
}

.c-offcanvas__hamburger::after {
  transform: translateY(-8px);
}

.c-offcanvas__body {
  width: 100%;
  height: 100svh;
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding: 65px 25px;
  background: #fff;
  transition: all 0.5s ease;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 2002;
}

.c-offcanvas__search {
  padding: 30px 0;
}

.c-offcanvas__search>* {
  width: 75%;
  margin: 0 auto;
}

.c-offcanvas__list {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0;
}

.c-offcanvas__item {
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0;
  list-style: none;
  border-bottom: 1px solid #28A7CA;
}

.c-offcanvas__item:first-child {
  border-top: 1px solid #28A7CA;
}

.c-offcanvas__item>a {
  display: block;
  padding: 1em 1em;
  white-space: nowrap;
  color: #202020;
  transition: all 0.35s ease;
}

.c-offcanvas__item>a.is-current {
  color: var(--accent);
}

.c-offcanvas__item>a:hover {
  opacity: 0.5;
}

.c-offcanvas__title {
  position: relative;
  display: flex;
  align-items: center;
  display: block;
  padding: 1em 1em;
  white-space: nowrap;
  color: #202020;
  transition: all 0.35s ease;
}

.c-offcanvas__title>a {
  display: inline-flex;
}

.c-offcanvas__title .js-icon {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

.c-offcanvas__title.is-show .js-icon::before {
  opacity: 0;
  transform: rotate(90deg);
}

.c-offcanvas__title.is-show .js-icon::after {
  transform: rotate(180deg);
}

.c-offcanvas__listSub {
  margin-bottom: 1.5em;
}

.c-offcanvas__itemSub a {
  position: relative;
  display: inline-flex;
  white-space: nowrap;
  padding: 0.25em 1em 0.25em 2em;
  transition: all 0.35s ease;
}

.c-offcanvas__itemSub a:hover {
  color: #28A7CA;
}

.c-offcanvas__button {
  width: 100%;
  max-width: 240px;
  margin: 60px auto 0;
}

.c-offcanvas__button a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7763867488rem + 0.1540832049vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  padding: 1.2em 0;
  border-radius: 10px;
  color: #fff;
  background-color: #28A7CA;
  transition: all 0.35s ease;
}

.c-offcanvas__button a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .c-offcanvas__menu {
    width: 32px;
    height: 32px;
    right: 35px;
  }

  .c-offcanvas__hamburger {
    width: 32px;
  }

  .c-offcanvas__hamburger::before,
  .c-offcanvas__hamburger::after {
    width: 32px;
  }

  .c-offcanvas__hamburger::before {
    transform: translateY(9px);
  }

  .c-offcanvas__hamburger::after {
    transform: translateY(-9px);
  }

  .c-offcanvas__body {
    padding: 80px 35px;
  }

  .c-offcanvas__list {
    margin: 30px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .c-offcanvas {
    display: none;
  }
}

:root {
  --icon-width: 2px;
  --icon-color: #28A7CA;
}

.iconPlus {
  color: var(--icon-color);
  width: 14px;
  height: 14px;
  position: relative;
}

.iconPlus::before,
.iconPlus::after {
  content: "";
  position: absolute;
  top: 7px;
  width: 14px;
  height: var(--icon-width);
  background-color: currentColor;
  transition: all 0.2s ease;
}

.iconPlus::after {
  transform: rotate(90deg);
}

.c-buttonContactFooter {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5em 0;
  border-radius: 15px;
  background-color: #28A7CA;
  box-shadow: 2px 4px 6px rgb(0, 0, 0);
  transition: all 0.35s ease;
}

.c-buttonContactFooter:hover {
  opacity: 0.5;
}

.c-buttonContactFooter__title {
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.6583204931rem + 0.9244992296vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
}

.c-buttonToTop {
  color: var(--black);
  position: relative;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}

.c-buttonToTop:hover .c-buttonToTop__circle {
  background-color: var(--accent);
}

.c-buttonToTop__circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3em;
  height: 3em;
  background-color: var(--black);
  border-radius: 1.625em;
}

.c-buttonToTop__circle::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.625em;
  height: 0.625em;
  border-top: 0.125em solid #fff;
  border-left: 0.125em solid #fff;
  transform: rotate(45deg);
  transform-origin: left top;
}

.c-cardTrend {
  border-radius: 15px;
  box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.2);
  transition: opacity 0.8s ease;
}

.c-cardTrend:hover {
  opacity: 0.8;
}

.c-cardTrend:hover img {
  transform: scale(1.05);
}

.c-cardTrend img {
  transition: transform 0.8s ease;
}

.c-cardTrend__thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}

.c-cardTrend__thumbnail>img {
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-cardTrend__body {
  padding: 25px 1em;
}

.c-cardTrend__title {
  line-height: 1.2;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8555469954rem + 0.6163328197vw, 1.25rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: left;
  color: #28A7CA;
}

.c-cardTrend__desc {
  line-height: 1.8;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 1.2em 0 0;
  color: #202020;
}

@media screen and (min-width: 768px) {
  .c-cardTrend__thumbnail>img {
    height: 200px;
  }

  .c-cardTrend__desc {
    min-height: 9em;
  }
}

@media screen and (min-width: 1024px) {
  .c-cardTrend__thumbnail>img {
    height: 220px;
  }

  .c-cardTrend__body {
    padding: 30px 20px;
  }

  .c-cardTrend__title {
    text-align: left;
  }

  .c-cardTrend__desc {
    min-height: 6.5em;
    line-height: 1.6;
    text-align: justify;
  }
}

@media screen and (min-width: 1200px) {
  .c-cardTrend__desc {
    min-height: 4em;
  }
}

.c-metaCategory,
#news li .category span {
  display: block;
  color: var(--white);
  line-height: 1;
  font-size: inherit;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  letter-spacing: 0;
  padding: 0.4em 1.6em;
  background-color: #999;
}

.c-metaCategory--news,
#news li .category .news-information {
  background-color: #ff3333;
}

.c-metaCategory--release,
#news li .category .news-release {
  background-color: #ece800;
}

.c-buttonMore {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.15em 0;
  border-radius: 15px;
  background-color: #28A7CA;
  transition: all 0.35s ease;
}

.c-buttonMore:hover {
  opacity: 0.5;
}

.c-buttonMore::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

.c-buttonMore__title {
  color: #fff;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .c-buttonMore {
    padding: 1.15em 2.8em;
  }
}

.c-pageHeroBanner {
  overflow: hidden;
}

.c-pageHeroBanner__inner {
  position: relative;
}

.c-pageHeroBanner__body {
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
  transition: all 0.5s var(--easeOutQuint);
}

.c-pageHeroBanner__title {
  color: #fff;
  line-height: 1;
  font-size: 24px;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 0.56105547rem + 4.0061633282vw, 3.125rem);
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  margin: 0;
}

.c-pageHeroBanner__background {
  margin-left: 25px;
}

.c-pageHeroBanner__background img {
  min-height: 130px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center left;
  object-position: center left;
}

@media screen and (min-width: 768px) {
  .c-pageHeroBanner__background {
    margin-left: 35px;
  }

  .c-pageHeroBanner__background img {
    min-height: 250px;
  }
}

@media screen and (min-width: 1024px) {
  .c-pageHeroBanner__background {
    margin-left: 50px;
  }

  .c-pageHeroBanner__background img {
    min-height: 300px;
  }
}

@media screen and (min-width: 1325px) {
  .c-pageHeroBanner__body {
    left: calc((100% - 1210px) / 2 + 100px);
  }

  .c-pageHeroBanner__background {
    margin-left: calc((100% - 1210px) / 2);
  }
}

.c-tableOverview {
  width: 100%;
  border-top: 1px solid #28a7ca;
}

.c-tableOverview tbody tr:last-child td {
  border-bottom: none;
}

.c-tableOverview tbody tr th,
.c-tableOverview tbody tr td {
  display: block;
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7763867488rem + 0.1540832049vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0;
}

.c-tableOverview tbody tr th {
  min-width: 12em;
  font-weight: 700;
  padding: 1.4em 0 0;
}

.c-tableOverview tbody tr td {
  width: 100%;
  font-weight: 500;
  padding: 0 0 1.4em;
  border-bottom: 1px solid #28a7ca;
}

.c-tableOverview tbody tr td p {
  line-height: 1.8;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0;
  text-align: justify;
  color: #202020;
}

@media screen and (min-width: 1024px) {

  .c-tableOverview tbody tr:last-child th,
  .c-tableOverview tbody tr:last-child td {
    border-bottom: none;
  }

  .c-tableOverview tbody tr th,
  .c-tableOverview tbody tr td {
    display: table-cell;
    vertical-align: top;
    padding: 1.9em 0;
    border-bottom: 1px solid #28a7ca;
  }

  .c-tableOverview tbody tr th {
    width: auto;
  }

  .c-tableOverview tbody tr td {
    width: 100%;
  }
}

.c-tableHistory {
  width: 100%;
}

.c-tableHistory tbody tr th,
.c-tableHistory tbody tr td {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  vertical-align: top;
}

.c-tableHistory tbody tr th {
  font-weight: 700;
  white-space: nowrap;
  padding: 0.5em 1em 0.5em 0;
}

.c-tableHistory tbody tr th span {
  display: block;
}

.c-tableHistory tbody tr td {
  width: 100%;
  font-weight: 500;
  padding: 0.5em 0 0.5em 1em;
  border-left: 1px solid #28a7ca;
}

.c-tableHistory tbody tr td p {
  line-height: 1.8;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0;
  text-align: justify;
  color: #202020;
}

@media screen and (min-width: 1024px) {
  .c-tableHistory tbody tr th {
    min-width: 12em;
    padding: 0.8em 3em 0.8em 0;
  }

  .c-tableHistory tbody tr th span {
    display: inline;
  }

  .c-tableHistory tbody tr td {
    padding: 0.8em 0 0.8em 3em;
  }
}

.c-tableKessan {
  width: 100%;
}

.c-tableKessan tbody tr:first-of-type th,
.c-tableKessan tbody tr:first-of-type td {
  border-top: 1px solid #28a7ca;
}

.c-tableKessan tbody tr:last-of-type th {
  border-bottom: 1px solid #28a7ca;
}

.c-tableKessan tbody tr th,
.c-tableKessan tbody tr td {
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  vertical-align: top;
}

.c-tableKessan tbody tr th {
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  padding: 0.5em 1.5em;
  color: #fff;
  border-bottom: 1px solid #fff;
  background-color: #28A7CA;
}

.c-tableKessan tbody tr td {
  width: 100%;
  font-weight: 500;
  padding: 0.5em 0 0.5em 1.5em;
  border-bottom: 1px solid #28a7ca;
}

.c-tableKessan tbody tr td p {
  line-height: 1.8;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: 0;
  text-align: justify;
  color: #202020;
}

@media screen and (min-width: 1024px) {
  .c-tableKessan tbody tr th {
    min-width: 230px;
    padding: 0.95em 0;
  }

  .c-tableKessan tbody tr td {
    padding: 0.95em 0 0.95em 3em;
  }
}

.c-unitGetPdf {
  padding: 10px 10px;
  border: 1px solid #28a7ca;
}

.c-unitGetPdf__button a {
  display: inline-block;
  transition: all 0.35s ease;
}

.c-unitGetPdf__button a:hover {
  opacity: 0.5;
}

.c-unitGetPdf__button img {
  max-width: 100px;
}

.c-unitGetPdf__button figcaption {
  line-height: 1.4;
  font-size: 10px;
  font-size: 0.625rem;
  font-size: clamp(0.625rem, 0.4083204931rem + 0.9244992296vw, 1rem);
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 0.5em;
  color: #202020;
}

@media screen and (min-width: 768px) {
  .c-unitGetPdf__button img {
    max-width: 130px;
  }
}

@media screen and (min-width: 1024px) {
  .c-unitGetPdf {
    padding: 30px 40px;
  }

  .c-unitGetPdf__button img {
    max-width: 158px;
  }

  .c-unitGetPdf__button figcaption {
    line-height: 1.8;
    margin-top: 1em;
  }
}

.c-cardStaff__thumbnail {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  width: 62.5%;
  margin: 0 auto;
}

.c-cardStaff__thumbnail::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-cardStaff__thumbnail img {
  position: relative;
  z-index: 2;
  transition: all 0.35s ease;
}

.c-cardStaff__thumbnail:hover img {
  opacity: 0.8;
}

.c-cardStaff__body {
  padding: 0 5.2%;
  margin: 1.5rem 0 0;
}

.c-cardStaff__name {
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.6583204931rem + 0.9244992296vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  color: #202020;
}

.c-cardStaff__position {
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6055469954rem + 0.6163328197vw, 1rem);
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin: 0.8em 0 0;
  color: #202020;
}

.c-cardStaff__button {
  margin: 1.4em 0 0;
}

@media screen and (min-width: 500px) {
  .c-cardStaff__thumbnail {
    width: 75%;
  }
}

@media screen and (min-width: 768px) {
  .c-cardStaff__thumbnail {
    width: 100%;
  }

  .c-cardStaff__name {
    text-align: left;
  }

  .c-cardStaff__position {
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .c-cardStaff__button {
    margin: 2.18em 0 0;
  }
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

.c-modal__inner {
  position: relative;
  width: calc(100% - 70px);
  height: 100%;
  margin: 0 35px;
}

.c-modal__overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 111, 136, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-modal__container {
  cursor: default;
  width: 100%;
  max-width: 650px;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-modal__close {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0 0 0 auto;
  transition: all 0.35s ease;
}

.c-modal__close:hover {
  opacity: 0.5;
}

.c-modal__close::before,
.c-modal__close::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #202020;
  position: absolute;
  top: 50%;
  left: 50%;
}

.c-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-modal__body {
  padding-bottom: 20px;
}

.c-modal__thumbnail {
  width: 55%;
  max-width: 170px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}

.c-modal__labels {
  text-align: center;
  margin: 20px auto 0;
}

.c-modal__name {
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.405527735rem + 2.0030816641vw, 1.6875rem);
  font-weight: 700;
  letter-spacing: 0;
}

.c-modal__position {
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.5597072419rem + 1.0785824345vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0;
  margin: 1em auto 0;
}

.c-modal__desc {
  line-height: 1.4;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6055469954rem + 0.6163328197vw, 1rem);
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin: 1.5em auto 0;
}

@media screen and (min-width: 1024px) {
  .c-modal__close {
    width: 20px;
    height: 20px;
  }

  .c-modal__close::before,
  .c-modal__close::after {
    width: 26px;
  }

  .c-modal__thumbnail {
    width: 100%;
    max-width: 350px;
  }
}

.js-mm-target {
  display: none;
}

.js-mm-target.is-open {
  display: block;
}

.js-mm-target[aria-hidden=false] .c-modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.js-mm-target[aria-hidden=false] .c-modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.js-mm-target[aria-hidden=true] .c-modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.js-mm-target[aria-hidden=true] .c-modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.js-mm-target .c-modal__container,
.js-mm-target .c-modal__overlay {
  will-change: transform;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translate(-50%, -45%);
  }

  to {
    transform: translate(-50%, -50%);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-5%);
  }
}

.c-buttonMoreReport {
  width: 100%;
  min-width: 240px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.15em 3em;
  border-radius: 15px;
  background-color: #28A7CA;
  transition: all 0.35s ease;
}

.c-buttonMoreReport:hover {
  opacity: 0.5;
}

.c-buttonMoreReport::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

.c-buttonMoreReport__title {
  color: #fff;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
}

.c-tableReportAlternate {
  width: 100%;
}

.c-tableReportAlternate tbody tr:nth-child(even) th,
.c-tableReportAlternate tbody tr:nth-child(even) td {
  background-color: #C2EDF9;
}

.c-tableReportAlternate tbody tr th,
.c-tableReportAlternate tbody tr td {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  letter-spacing: 0.1em;
  border-bottom: 2px solid #fff;
  background-color: #E5F6FB;
}

.c-tableReportAlternate tbody tr th {
  width: 100%;
  min-width: 250px;
  font-weight: 700;
  padding: 0.5em 1em 0.7em;
}

.c-tableReportAlternate tbody tr th a {
  font-size: inherit;
  color: #28A7CA;
  transition: all 0.35s ease;
}

.c-tableReportAlternate tbody tr th a:hover {
  opacity: 0.5;
}

.c-tableReportAlternate tbody tr td {
  width: 100%;
  font-weight: 500;
  padding: 1.2em 1em 1.4em;
}

.c-tableReportAlternate tbody tr td a {
  font-size: inherit;
  color: #28A7CA;
  transition: all 0.35s ease;
}

.c-tableReportAlternate tbody tr td a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {

  .c-tableReportAlternate tbody tr th,
  .c-tableReportAlternate tbody tr td {
    display: table-cell;
    border-bottom: 3px solid #fff;
  }

  .c-tableReportAlternate tbody tr th {
    width: auto;
    padding: 0.6em 0 0.8em 2em;
  }

  .c-tableReportAlternate tbody tr td {
    text-align: left;
    padding: 0.6em 0 0.8em 2em;
    border-left: 3px solid #fff;
  }
}

.c-tableResultsAlternate {
  width: 100%;
}

.c-tableResultsAlternate thead {
  display: none;
}

.c-tableResultsAlternate thead tr th,
.c-tableResultsAlternate thead tr td {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #28A7CA;
}

.c-tableResultsAlternate thead tr th {
  border-radius: 15px 0 0 0;
}

.c-tableResultsAlternate thead tr td {
  border-radius: 0 15px 0 0;
}

.c-tableResultsAlternate tbody tr:nth-child(even) th,
.c-tableResultsAlternate tbody tr:nth-child(even) td {
  background-color: #C2EDF9;
}

.c-tableResultsAlternate tbody tr th,
.c-tableResultsAlternate tbody tr td {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  letter-spacing: 0.1em;
  border-bottom: 2px solid #fff;
  background-color: #E5F6FB;
}

.c-tableResultsAlternate tbody tr th {
  width: 100%;
  min-width: 250px;
  font-weight: 700;
  padding: 0.5em 1em 0.7em;
}

.c-tableResultsAlternate tbody tr td {
  width: 100%;
  font-weight: 500;
  padding: 1.2em 1em 1.4em;
}

.c-tableResultsAlternate tbody tr td a {
  font-size: inherit;
  color: #28A7CA;
  transition: all 0.35s ease;
}

.c-tableResultsAlternate tbody tr td a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .c-tableResultsAlternate thead {
    display: table-header-group;
  }

  .c-tableResultsAlternate thead th,
  .c-tableResultsAlternate thead td {
    border-bottom: 3px solid #fff;
  }

  .c-tableResultsAlternate thead th {
    padding: 0.6em 0 0.8em 2em;
  }

  .c-tableResultsAlternate thead td {
    padding: 0.6em 0 0.8em 3em;
    border-left: 3px solid #fff;
  }

  .c-tableResultsAlternate tbody tr:last-of-type th {
    border-radius: 0 0 0 15px;
  }

  .c-tableResultsAlternate tbody tr:last-of-type td {
    border-radius: 0 0 15px 0;
  }

  .c-tableResultsAlternate tbody tr th,
  .c-tableResultsAlternate tbody tr td {
    display: table-cell;
    border-bottom: 3px solid #fff;
  }

  .c-tableResultsAlternate tbody tr th {
    width: auto;
    padding: 0.6em 0 0.8em 2em;
  }

  .c-tableResultsAlternate tbody tr td {
    padding: 0.6em 0 0.8em 2em;
    border-left: 3px solid #fff;
  }
}

.c-tableEntrustedAlternate {
  width: 100%;
}

.c-tableEntrustedAlternate thead tr th {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #28A7CA;
}

.c-tableEntrustedAlternate thead tr th {
  padding: 1.2em 0 1.4em 2em;
  border-radius: 15px 15px 0 0;
}

.c-tableEntrustedAlternate tbody tr:nth-child(even) td {
  background-color: #C2EDF9;
}

.c-tableEntrustedAlternate tbody tr td {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  letter-spacing: 0.1em;
  border-bottom: 2px solid #fff;
  background-color: #E5F6FB;
}

.c-tableEntrustedAlternate tbody tr td {
  width: 100%;
  font-weight: 500;
  padding: 1.2em 2em 1.4em 2em;
}

.c-tableEntrustedAlternate tbody tr td a {
  font-size: inherit;
  color: #28A7CA;
  transition: all 0.35s ease;
}

.c-tableEntrustedAlternate tbody tr td a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .c-tableEntrustedAlternate thead tr th {
    border-bottom: 3px solid #fff;
  }

  .c-tableEntrustedAlternate thead tr th {
    padding: 0.7em 3em 0.8em 3em;
    border-left: 3px solid #fff;
  }

  .c-tableEntrustedAlternate tbody tr:last-of-type td {
    border-radius: 0 0 15px 15px;
  }

  .c-tableEntrustedAlternate tbody tr td {
    display: table-cell;
    padding: 0.6em 3em 0.8em 3em;
    border-bottom: 3px solid #fff;
  }
}

.c-tablePublicationAlternate {
  width: 100%;
}

.c-tablePublicationAlternate thead {
  display: none;
}

.c-tablePublicationAlternate thead tr th,
.c-tablePublicationAlternate thead tr td {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #28A7CA;
}

.c-tablePublicationAlternate thead tr th {
  border-radius: 15px 0 0 0;
}

.c-tablePublicationAlternate thead tr td+td {
  border-radius: 0 15px 0 0;
}

.c-tablePublicationAlternate tbody tr:nth-child(even) th,
.c-tablePublicationAlternate tbody tr:nth-child(even) td {
  background-color: #C2EDF9;
}

.c-tablePublicationAlternate tbody tr th,
.c-tablePublicationAlternate tbody tr td {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  letter-spacing: 0.1em;
  border-bottom: 2px solid #fff;
  background-color: #E5F6FB;
}

.c-tablePublicationAlternate tbody tr th {
  width: 100%;
  min-width: 216px;
  font-weight: 700;
  padding: 0.5em 1em 0.7em;
}

.c-tablePublicationAlternate tbody tr th a {
  font-size: inherit;
  color: #28A7CA;
  transition: all 0.35s ease;
}

.c-tablePublicationAlternate tbody tr th a:hover {
  opacity: 0.5;
}

.c-tablePublicationAlternate tbody tr td {
  width: 100%;
  font-weight: 500;
  padding: 1.2em 1em 1.4em;
}

.c-tablePublicationAlternate tbody tr td a {
  font-size: inherit;
  color: #28A7CA;
  transition: all 0.35s ease;
}

.c-tablePublicationAlternate tbody tr td a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .c-tablePublicationAlternate thead {
    display: table-header-group;
  }

  .c-tablePublicationAlternate thead th,
  .c-tablePublicationAlternate thead td {
    border-bottom: 3px solid #fff;
  }

  .c-tablePublicationAlternate thead th {
    padding: 0.6em 0 0.8em 2em;
  }

  .c-tablePublicationAlternate thead td {
    padding: 0.6em 0 0.8em 2em;
    border-left: 3px solid #fff;
  }

  .c-tablePublicationAlternate tbody tr:last-of-type th {
    border-radius: 0 0 0 15px;
  }

  .c-tablePublicationAlternate tbody tr:last-of-type td+td {
    border-radius: 0 0 15px 0;
  }

  .c-tablePublicationAlternate tbody tr th,
  .c-tablePublicationAlternate tbody tr td {
    display: table-cell;
    border-bottom: 3px solid #fff;
  }

  .c-tablePublicationAlternate tbody tr th {
    width: 220px;
    padding: 0.6em 2em 0.8em 2em;
  }

  .c-tablePublicationAlternate tbody tr td {
    width: auto;
    text-align: left;
    padding: 0.6em 2em 0.8em 2em;
    border-left: 3px solid #fff;
  }
}

.c-formContact__row {
  display: flex;
  flex-direction: column;
}

.c-formContact__row:last-of-type .col_L {
  padding: 12px 0 0;
}

.c-formContact__row:last-of-type .col_R {
  padding: 10px 0 0;
  border-bottom: none;
}

.c-formContact .col_L,
.c-formContact .col_R {
  color: #28A7CA;
}

.c-formContact .col_L {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7305469954rem + 0.6163328197vw, 1.125rem);
  font-weight: 700;
  padding: 12px 0 0;
  color: #28A7CA;
}

.c-formContact .col_L .require {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  font-size: clamp(0.625rem, 0.5527734977rem + 0.3081664099vw, 0.75rem);
  font-weight: 700;
  text-align: center;
  padding: 0.2em 0.8em;
  margin-left: 0.8em;
  border-radius: 10px;
  color: #FF0000;
  background-color: #FFDDDD;
}

.c-formContact .col_R {
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7763867488rem + 0.1540832049vw, 0.875rem);
  font-weight: 400;
  padding: 10px 0 15px;
  color: #000;
  border-bottom: 1px solid #28A7CA;
}

.c-formContact .col_R input,
.c-formContact .col_R textarea {
  width: 100%;
  color: inherit;
  font-size: inherit;
  padding: 0.4em 0.6em;
  border: 1px solid #28A7CA;
  border-radius: 10px;
}

.c-formContact .col_R textarea {
  min-height: 350px;
  display: block;
}

.c-formContact__button {
  width: 100%;
  max-width: 275px;
  margin: 30px auto 0;
}

.c-formContact__button input[type=submit] {
  display: block;
  width: 100%;
  line-height: 1.35;
  font-size: 16px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.9277734977rem + 0.3081664099vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  padding: 0.8em 0;
  border-radius: 10px;
  color: #fff;
  background-color: #28A7CA;
  transition: all 0.35s ease;
}

.c-formContact__button input[type=submit]:hover {
  opacity: 0.5;
}

@media screen and (min-width: 1024px) {
  .c-formContact__row {
    flex-direction: row;
  }

  .c-formContact__row:last-of-type {
    flex-direction: column;
  }

  .c-formContact__row:last-of-type .col_L,
  .c-formContact__row:last-of-type .col_R {
    display: block;
    width: 100%;
  }

  .c-formContact__row:last-of-type .col_L {
    padding: 29px 0 0;
    border-bottom: none;
  }

  .c-formContact__row:last-of-type .col_R {
    padding: 20px 0 0;
    border-bottom: none;
  }

  .c-formContact .col_L,
  .c-formContact .col_R {
    padding: 29px 0;
    border-bottom: 1px solid #28A7CA;
  }

  .c-formContact .col_L {
    width: 240px;
  }

  .c-formContact .col_R {
    width: calc(100% - 240px);
  }

  .c-formContact .col_R input,
  .c-formContact .col_R textarea {
    padding: 0.6em 0.8em;
    border: 2px solid #28A7CA;
    transition: all 0.35s ease;
  }

  .c-formContact .col_R input:focus,
  .c-formContact .col_R textarea:focus {
    border-color: #146F88;
    box-shadow: 2px 2px 8px 4px rgba(40, 167, 202, 0.1);
  }

  .c-formContact__button {
    max-width: 210px;
    margin: 75px auto 0;
  }

  .c-formContact__button input[type=submit] {
    padding: 1em 0;
  }
}

.c-navPolicy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: -15px 0;
}

.c-navPolicy__item {
  width: 96%;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  margin: 15px 0;
}

.c-navPolicy__item a {
  position: relative;
  line-height: 1;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1em 0;
  border: 1px solid #28A7CA;
  border-radius: 15px;
  background-color: #fff;
  transition: all 0.35s ease;
}

.c-navPolicy__item a:hover {
  opacity: 0.5;
}

.c-navPolicy__item a::after {
  pointer-events: none;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #28A7CA transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .c-navPolicy {
    flex-direction: row;
    margin: 0 -1.5%;
  }

  .c-navPolicy__item {
    width: 30.3333%;
    margin: 0 1.5%;
  }
}

@media screen and (min-width: 1024px) {
  .c-navPolicy {
    margin: 0 -2.5%;
  }

  .c-navPolicy__item {
    width: 28.3333%;
    margin: 0 2.5%;
  }
}

.c-listDesc {
  margin: 0.5em 0 0 0.5em;
}

.c-listDesc__row {
  display: flex;
  align-items: center;
}

.c-listDesc__title {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-width: 6em;
  line-height: 1.93;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7763867488rem + 0.1540832049vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0;
  margin-right: 2.6em;
  color: #202020;
}

.c-listDesc__title i {
  font-style: normal;
}

.c-listDesc__title::after {
  content: ":";
  display: block;
  width: 1em;
  height: 1.93em;
  text-align: center;
  margin: 0 0.8em;
  position: absolute;
  left: 100%;
  top: 0;
}

.c-listDesc__desc {
  line-height: 1.93;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7763867488rem + 0.1540832049vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0;
  color: #202020;
}

@media screen and (min-width: 768px) {
  .c-listDesc {
    margin: 1em 0 0 1em;
  }

  .c-listDesc__title {
    margin-right: 4em;
  }

  .c-listDesc__title::after {
    margin: 0 1.5em;
  }
}

.p-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.p-hero__inner {
  width: 100%;
  background: #fff;
}

.p-hero__slider {
  position: relative;
  z-index: 1;
}

.p-hero__body {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.p-hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-hero__title {
  color: #fff;
  display: table;
  position: relative;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.468027735rem + 2.0030816641vw, 1.75rem);
  font-weight: 900;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  white-space: nowrap;
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  margin: 0 auto;
  transition: all 0.5s var(--easeOutQuint);
}

.p-hero__title::before,
.p-hero__title::after {
  content: "";
  display: block;
  width: 1.75em;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.p-hero__title::before {
  right: calc(100% + 0.83em);
}

.p-hero__title::after {
  left: calc(100% + 0.83em);
}

.p-hero__subtitle {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  margin: 3rem auto 0;
}

.p-hero__subtitle>.text-ja {
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 900;
  letter-spacing: 0;
  text-indent: 0.5em;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  transition: all 0.5s var(--easeOutQuint);
}

.p-hero__subtitle>.text-en {
  font-size: 30px;
  font-size: 1.875rem;
  font-size: clamp(1.875rem, 0.249903698rem + 6.9337442219vw, 4.6875rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  margin-top: 0.2em;
  transition: all 0.5s var(--easeOutQuint);
}

.p-hero__button {
  width: 100%;
  max-width: 91px;
  margin: auto 0 0 auto;
  transition: all 0.35s ease;
}

.p-hero__button:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .p-hero__button {
    max-width: 110px;
  }
}

@media screen and (min-width: 1200px) {
  .p-hero__body {
    height: auto;
  }

  .p-hero__title {
    font-size: 20px;
    font-size: 1.25rem;
    font-size: clamp(1.25rem, 0.8888674884rem + 1.5408320493vw, 1.875rem);
  }

  .p-hero__subtitle {
    margin: 4.5rem auto 0;
  }

  .p-hero__subtitle>.text-ja {
    font-size: 15px;
    font-size: 0.9375rem;
    font-size: clamp(0.9375rem, 0.6124807396rem + 1.3867488444vw, 1.5rem);
  }

  .p-hero__subtitle>.text-en {
    font-size: 55px;
    font-size: 3.4375rem;
    font-size: clamp(3.4375rem, 1.812403698rem + 6.9337442219vw, 6.25rem);
    margin-top: -0.1em;
  }

  .p-hero__button {
    max-width: 131px;
    position: absolute;
    left: calc(100% + 30px);
    bottom: -50px;
    margin: 0;
  }
}

.p-trend {
  padding-top: var(--space-md);
}

.p-trend__heading {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.5277349769rem + 3.0816640986vw, 2.5rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  padding: 0 0 0.2em;
  margin: 0 auto;
  color: #28A7CA;
  border-bottom: 2px solid #28A7CA;
}

.p-trend__lead {
  line-height: 2;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  color: #202020;
  margin: var(--space-md) 0 0;
}

.p-trend__body {
  margin: var(--space-md) 0 0;
}

.p-trend__list {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.p-trend__item {
  width: 100%;
}

.p-trend__item+* {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .p-trend__heading {
    border-bottom: 3px solid #28A7CA;
  }

  .p-trend__list {
    flex-direction: row;
    margin: 0 -20px;
  }

  .p-trend__item {
    width: calc(33.3333% - 40px);
    margin: 0 20px;
  }
}

@media screen and (min-width: 1024px) {
  .p-trend {
    padding-top: 85px;
  }

  .p-trend__heading {
    border-bottom: 4px solid #28A7CA;
  }

  .p-trend__lead {
    letter-spacing: 0.08em;
    margin: 3.75em auto 0;
  }

  .p-trend__body {
    margin: 75px 0 0;
  }

  .p-trend__list {
    margin: 0 -2%;
  }

  .p-trend__item {
    width: 29.3333%;
    margin: 0 2%;
  }
}

@media screen and (min-width: 1200px) {
  .p-trend__list {
    justify-content: space-between;
    margin: 0 auto;
  }

  .p-trend__item {
    max-width: 350px;
    margin: 0;
  }
}

.p-news,
#news {
  max-width: 700px;
  padding-top: 40px;
  margin: 0 auto;
}

.p-news__inner,
#news .pieceContainer {
  padding: 30px 6.15% 20px;
  border-radius: 15px;
  background-color: #fff;
}

.p-news__heading,
#news h2 {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.5277349769rem + 3.0816640986vw, 2.5rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  padding: 0 0 0.2em;
  margin: 0 auto;
  color: #28A7CA;
  border-bottom: 2px solid #28A7CA;
}

.p-news__body,
#news .pieceBody {
  margin: 25px 0 0;
}

.p-news__item,
#news li {
  border-bottom: 1px dashed #28A7CA;
}

.p-news__item:last-child,
#news li:last-child {
  border-bottom: none;
}

.p-news__item a,
#news li a {
  position: relative;
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  padding: 1.7em 0;
  color: #333;
  transition: all 0.35s ease;
}

.p-news__item a:hover,
#news li a:hover {
  color: #28A7CA;
}

.p-news__meta {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  margin-right: 2em;
}

.p-news__meta>*+* {
  margin-left: 1em;
}

.p-news__date,
#news li span[class$="date"] {
  display: block;
  line-height: 1.4;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 500;
  letter-spacing: 0;
}

.p-news__category,
#news li .category {
  display: block;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6777734977rem + 0.3081664099vw, 0.875rem);
  font-weight: 900;
  letter-spacing: 0;
}

.p-news__title,
#news li span[class^="title"] {
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0;
  margin: 1.5em 0 0;
}

@media screen and (min-width: 768px) {

  .p-news,
  #news {
    padding-top: 60px;
  }

  .p-news__heading,
  #news h2 {
    border-bottom: 3px solid #28A7CA;
  }
}

@media screen and (min-width: 1024px) {

  .p-news,
  #news {
    max-width: inherit;
    padding-top: 80px;
  }

  .p-news__inner,
  #news .pieceContainer {
    padding: 105px 100px 88px;
  }

  .p-news__heading,
  #news h2 {
    margin: 0;
    border-bottom: 4px solid #28A7CA;
  }

  .p-news__body,
  #news .pieceBody {
    margin: 55px 0 0;
  }

  .p-news__item a,
  #news li a {
    flex-direction: row;
    align-items: center;
  }

  .c-metaCategory,
  #news li .category span {
    width: 7em;
  }

  .p-news__title,
  #news li span[class^="title"] {
    width: calc(100% - 17em);
    margin: 0;
  }
}

.p-about {
  max-width: 700px;
  padding-top: 80px;
  margin: 0 auto;
}

.p-about__inner {
  display: flex;
  flex-direction: column;
  padding: 40px 6.15% 40px;
  border-radius: 15px;
  background-color: #fff;
}

.p-about__header {
  width: 100%;
  margin: 0;
}

.p-about__thumbnail {
  display: none;
}

.p-about__thumbnail>img {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-about__thumbnailSp {
  display: block;
  margin: var(--space-sm) 0 0;
}

.p-about__body {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.p-about__heading {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.5277349769rem + 3.0816640986vw, 2.5rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  padding: 0 0 0.2em;
  margin: 0 auto;
  color: #28A7CA;
  border-bottom: 2px solid #28A7CA;
}

.p-about__lead {
  color: #202020;
  line-height: 2;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 1.5em 0 0;
}

.p-about__button {
  width: 100%;
  max-width: 200px;
  margin: var(--space-xs) auto 0;
}

@media screen and (min-width: 768px) {
  .p-about__heading {
    border-bottom: 3px solid #28A7CA;
  }
}

@media screen and (min-width: 1024px) {
  .p-about {
    max-width: inherit;
    padding-top: 220px;
  }

  .p-about__inner {
    flex-direction: row-reverse;
    padding: 80px 100px 80px;
  }

  .p-about__header {
    width: 51.485%;
    margin: 0 0 0 auto;
  }

  .p-about__thumbnail {
    display: block;
  }

  .p-about__thumbnail>img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .p-about__thumbnailSp {
    display: none;
  }

  .p-about__body {
    width: 43%;
  }

  .p-about__heading {
    margin: 0;
    border-bottom: 4px solid #28A7CA;
  }

  .p-about__lead {
    text-align: justify;
    margin: 3.5em 0 0;
  }

  .p-about__button {
    max-width: 220px;
    margin: auto 0 0 auto;
  }
}

.p-group {
  position: relative;
  z-index: 1;
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
  background: url("../img/bg-group.webp") no-repeat center center/cover;
}

.p-group__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-group__header {
  width: 100%;
}

.p-group__headingGroup {
  width: calc(100% + 40px);
  transform: translateX(-20px);
  padding: 25px 6%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0.75);
}

.p-group__lead {
  line-height: 1.4;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  text-align: center;
  margin: 0 auto;
  color: #28A7CA;
}

.p-group__heading {
  line-height: 1;
  margin: 25px auto 0;
  transition: all 0.35s ease;
}

.p-group__heading:hover {
  opacity: 0.5;
}

.p-group__body {
  width: 100%;
  max-width: 600px;
  margin: var(--space-md) auto 0;
}

.p-group__list {
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px 0;
}

.p-group__item {
  width: calc(50% - 10px);
  margin: 7.5px 5px;
}

.p-group__item a {
  position: relative;
  line-height: 1.4;
  font-size: 12px;
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6416602465rem + 0.4622496148vw, 0.9375rem);
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: center;
  padding: 1.4em 0;
  color: #28A7CA;
  border: 2px solid #28A7CA;
  background-color: #fff;
  transition: all 0.35s ease;
}

.p-group__item a:hover {
  opacity: 0.5;
}

.p-group__item a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("../img/icon-external.png") no-repeat 0 0/cover;
  position: absolute;
  bottom: 3px;
  right: 3px;
}

@media screen and (min-width: 768px) {
  .p-group__headingGroup {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    transform: none;
  }
}

@media screen and (min-width: 1024px) {
  .p-group {
    padding-top: 40px;
    padding-bottom: 40px;
    background-attachment: fixed;
  }

  .p-group__inner {
    flex-direction: row;
    justify-content: space-evenly;
  }

  .p-group__headingGroup {
    width: auto;
    max-width: inherit;
    padding: 25px 40px;
    margin: 15px 0 0;
  }

  .p-group__header {
    width: 37%;
  }

  .p-group__body {
    width: auto;
    max-width: 470px;
    margin: 0;
  }

  .p-group__item a {
    padding: 1.1em 0;
    border: 3px solid #28A7CA;
  }

  .p-group__item a::after {
    width: 12px;
    height: 12px;
    bottom: 5px;
    right: 5px;
  }
}

.u-container {
  width: 100%;
  max-width: 1310px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

.u-container--max1010 {
  max-width: 1110px;
}

@media screen and (min-width: 768px) {
  .u-container {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (min-width: 1024px) {
  .u-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

:root {
  --swiper-theme-color: #ffffff !important;
  --swiper-navigation-size: 30px !important;
}

.js-sliderHero {
  width: 100%;
  height: 100%;
  max-height: 565px;
}

.js-sliderHero .swiper-wrapper,
#slide {
  width: 100%;
  height: 100%;
}

.js-sliderHero .swiper-slide,
#slide .banner {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-sliderHero .swiper-slide__image img,
#slide .banner img {
  height: 100%;
  max-height: 565px;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-sliderHero .swiper-slide-active .swiper-slide__image,
.js-sliderHero .swiper-slide-duplicate-active .swiper-slide__image,
.js-sliderHero .swiper-slide-prev .swiper-slide__image,
#slide .banner img {
  animation: zoomUp 7.5s linear 0s;
  animation-fill-mode: both;
}

.js-sliderHero .swiper-horizontal>.swiper-pagination-progressbar,
.js-sliderHero .swiper-pagination-progressbar.swiper-pagination-horizontal {
  bottom: 0;
  top: auto;
}

.js-sliderHero .swiper-button-next,
.js-sliderHero .swiper-button-prev {
  transition: opacity 0.35s ease;
}

.js-sliderHero .swiper-button-next:hover,
.js-sliderHero .swiper-button-prev:hover {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {

  .js-sliderHero .swiper-slide__image img,
  #slide .banner img {
    height: 565px;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

/* slick slider
-------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track::after {
  content: "";
  clear: both;
  display: block;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.slick-slide.slick-loading img {
  display: none;
  width: auto;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  color: transparent;
  border: 0;
  border-radius: 50%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
}

.slick-prev {
  background-image: url("../img/slider-prev.svg");
}

.slick-next {
  background-image: url("../img/slider-next.svg");
}

.slick-prev {
  left: 12px;
}

.slick-next {
  right: 12px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  opacity: 0.9;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  left: -5px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.slick-control {
  position: absolute;
  bottom: -35px;
  left: 50%;
  display: block;
}

.slick-control button {
  width: 26px;
  height: 26px;
  margin: 0;
  padding: 4px;
  border: 0;
  border-radius: 4px;
  background: url("../img/slider-start.svg") no-repeat center center;
  background-size: 16px 16px;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.slick-control button.active {
  background-image: url("../img/slider-stop.svg");
}

ul.slick {
  visibility: hidden;
}

@media only screen and (max-width: 959px) {
  ul.slick {
    max-height: none;
    margin-bottom: 15px;
  }

  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 100% auto;
  }

  .slick-prev {
    left: 10px;
  }

  .slick-next {
    right: 10px;
  }
}