@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;
  overflow-x: hidden;
}

@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;
}

.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% 0 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-box: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 input {
  width: 100%;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
  border: 2px solid #28A7CA;
  border-radius: 10px;
  transition: all 0.35s ease;
}

.c-searchGroup input:focus {
  border-color: #146F88;
  box-shadow: 2px 2px 8px 4px rgba(40, 167, 202, 0.1);
}

.c-searchGroup__icon {
  padding: 0;
  margin: 0;
  outline: none;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
}

.c-searchGroup__icon::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 {
  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 {
  background-color: #ff3333;
}

.c-metaCategory--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,
#pageTitle {
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
  transition: all 0.5s var(--easeOutQuint);
}

.c-pageHeroBanner__title,
#pageTitle h1 {
  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,
  #pageTitle {
    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,
.adobeReader {
  margin: 40px;
  padding: 10px 10px;
  border: 1px solid #28a7ca;
  background: url("../img/button-adobe-reader.webp") no-repeat 10px 10px / 158px auto;
}

.adobeReader a {
  display: inline-block;
  transition: all 0.35s ease;
}

.adobeReader a:hover {
  opacity: 0.5;
}

.adobeReader img {
  max-width: 100px;
}

.adobeReader p {
  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: 5em;
  color: #202020;
}

@media screen and (min-width: 768px) {
  .adobeReader img {
    max-width: 130px;
  }
}

@media screen and (min-width: 1024px) {

  .c-unitGetPdf,
  .adobeReader {
    padding: 30px 40px;
    background-position: 30px 40px;
  }

  .adobeReader img {
    max-width: 158px;
  }

  .adobeReader p {
    line-height: 1.8;
    margin-top: 4em;
  }
}

.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: left;
  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,
.archive .docs ul {
  width: 100%;
}

.archive .docs li {
  display: flex;
}

@media screen and (max-width: 768px) {
  .archive .docs li {
    flex-wrap: wrap;
  }

  body[class^="dir-publication"] .archive .docs li:first-child,
  body[class^="dir-report-advisory"] .archive .docs li:first-child {
    display: none;
  }
}

.dir-news .contentGpArticleDocs .docs>h2.date {
  display: none;
}

.c-tableReportAlternate tbody tr:nth-child(even) th,
.c-tableReportAlternate tbody tr:nth-child(even) td,
.archive .docs li:nth-child(even)>*,
body[class^="dir-publication"] .archive .docs li:nth-child(odd)>*,
body[class^="dir-report-advisory"] .archive .docs li:nth-child(odd)>* {
  background-color: #c2edf9 !important;
}

body[class^="dir-publication"] .archive .docs li:nth-child(even)>*,
body[class^="dir-report-advisory"] .archive .docs li:nth-child(even)>* {
  background-color: #e5f6fb !important;
}

body[class^="dir-publication"] .archive .docs li:first-child>*,
body[class^="dir-report-advisory"] .archive .docs li:first-child>* {
  background-color: #25aac0 !important;
  color: #fff;
  font-weight: 500 !important;
  text-align: center;
  justify-content: center;
}

.c-tableReportAlternate tbody tr th,
.archive .docs li a,
.archive .docs li>span[class$="date"],
.c-tableReportAlternate tbody tr td,
.archive .docs li span[class^="title"],
.archive .docs li span[class^="body"] {
  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,
.archive .docs li a,
.archive .docs li>span[class$="date"] {
  width: 100%;
  min-width: 250px;
  font-weight: 700;
  padding: 0.5em 1em 0.7em;
}

.c-tableReportAlternate tbody tr th a,
.archive .docs li a {
  font-size: inherit;
  color: #28A7CA;
  transition: all 0.35s ease;
}

.c-tableReportAlternate tbody tr th a:hover,
.archive .docs li a:hover {
  opacity: 0.5;
}

.c-tableReportAlternate tbody tr td,
.archive .docs li span[class^="title"],
.archive .docs li span[class^="body"] {
  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,
  .archive .docs li a,
  .archive .docs li>span[class$="date"],
  .c-tableReportAlternate tbody tr td,
  .archive .docs li span[class^="title"],
  .archive .docs li span[class^="body"] {
    display: table-cell;
    border-bottom: 3px solid #fff;
  }

  .c-tableReportAlternate tbody tr th,
  .archive .docs li a,
  .archive .docs li>span[class$="date"] {
    width: auto;
    padding: 0.6em 0 0.8em 2em;
  }

  .c-tableReportAlternate tbody tr td,
  .archive .docs li span[class^="title"],
  .archive .docs li span[class^="body"] {
    padding: 0.6em 2em 0.8em;
    border-left: 3px solid #fff;
    text-align: left;
  }

  /*
  .archive .docs li span[class^="title"]:nth-child(2):not(:last-child),
  .archive .docs li span[class^="body"]:nth-child(3) {
    padding: 0.6em 2em 0.8em;
  }*/
}

.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,
.archive .docs li a,
.archive .docs li>span[class$="date"],
.archive .docs li span[class^="title"],
.archive .docs li span[class^="body"] {
  display: flex;
  align-items: center;
  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;
}

.archive .docs li a[href$="/"] {
  color: var(--black);
  pointer-events: none;
}

.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,
.question {
  display: flex;
  flex-direction: column;
}

.c-formContact__row:last-of-type .col_L,
.question:last-of-type .question_content {
  padding: 12px 0 0;
}

.c-formContact__row:last-of-type .col_R,
.question:last-of-type .answer_content {
  padding: 10px 0 0;
  border-bottom: none;
}

.c-formContact .col_L,
.c-formContact .col_R,
.question .question_content,
.question .answer_content {
  color: #28A7CA;
}

.c-formContact .col_L,
.question .question_content {
  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,
.question .note {
  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;
}

body[id$="-confirmAnswers"] .surveyForm .question .body {
  display: none;
}

.c-formContact .col_R,
.question .answer_content {
  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,
.answer_content input,
.answer_content 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,
.answer_content textarea {
  min-height: 350px;
  display: block;
}

.c-formContact__button,
.surveyForm .submit {
  display: flex;
  gap: 30px;
  width: 100%;
  max-width: 275px;
  margin: 30px auto 0;
}

.c-formContact__button input[type=submit],
.surveyForm .submit 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,
.surveyForm .submit input[type="submit"]:hover {
  opacity: 0.5;
}

@media screen and (min-width: 1024px) {

  .c-formContact__row,
  .question {
    flex-direction: row;
  }

  .c-formContact__row:last-of-type,
  .question:last-of-type {
    flex-direction: column;
  }

  .c-formContact__row:last-of-type .col_L,
  .question:last-of-type .question_content,
  .c-formContact__row:last-of-type .col_R,
  .question:last-of-type .answer_content {
    display: block;
    width: 100%;
  }

  .c-formContact__row:last-of-type .col_L,
  .question:last-of-type .question_content {
    padding: 29px 0 0;
    border-bottom: none;
  }

  .c-formContact__row:last-of-type .col_R,
  .question:last-of-type .answer_content {
    padding: 20px 0 0;
    border-bottom: none;
  }

  .c-formContact .col_L,
  .c-formContact .col_R,
  .question .question_content,
  .question .answer_content {
    padding: 29px 0;
    border-bottom: 1px solid #28A7CA;
  }

  .c-formContact .col_L,
  .question .question_content {
    width: 240px;
  }

  .c-formContact .col_R,
  .question .answer_content {
    width: calc(100% - 240px);
  }

  .c-formContact .col_R input,
  .c-formContact .col_R textarea,
  .question input[type="text"],
  .question input[type="email"],
  .question 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,
  .question input[type="text"]:focus,
  .question input[type="email"]:focus,
  .question textarea:focus {
    border-color: #146F88;
    box-shadow: 2px 2px 8px 4px rgba(40, 167, 202, 0.1);
  }

  .c-formContact__button,
  .surveyForm .submit {
    max-width: 210px;
    margin: 75px auto 0;
  }

  .c-formContact__button input[type=submit],
  .surveyForm .submit input[type="submit"] {
    padding: 1em;
  }
}

.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-message {
  margin-top: var(--space-md);
}

.p-message__heading,
.surveyForms h2,
.contentGpArticleDoc .body h2,
.cke_editable h2,
#page-404 .body h2 {
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8166409861rem + 1.8489984592vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  color: #28A7CA;
}

#page-404 .body h2 {
  margin-bottom: 40px;
}

#page-404 .body ul {
  margin-bottom: 1em;
}

#page-404 .body ul li::before {
  content: "・";
}

#page-404 .body ul li a {
  display: inline-block;
}

.p-message__body,
.surveyForms .summary {
  display: flex;
  flex-direction: column;
  padding: 0 25px;
  margin: var(--space-xs) 0 0;
}

.p-message__thumbnail {
  max-width: 200px;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
}

.p-message__content {
  width: 100%;
  margin: var(--space-xs) 0 0;
}

.p-message__content>p {
  line-height: 1.7;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7041602465rem + 0.4622496148vw, 1rem);
  font-weight: 500;
  letter-spacing: 0;
  text-align: justify;
  color: #202020;
}

.p-message__content>p.text-right {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: left;
  margin: 1em 0 0 auto;
}

.p-message__content>p.text-right span {
  display: block;
}

.p-message__content>p.text-right strong {
  font-size: 15px;
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.8291602465rem + 0.4622496148vw, 1.125rem);
  font-weight: 700;
  margin-left: 1em;
}

@media screen and (min-width: 768px) {

  .p-message__body,
  .surveyForms .summary {
    padding: 0 35px;
  }

  .p-message__content>p {
    text-align: justify;
  }
}

@media screen and (min-width: 1024px) {
  .p-message {
    margin-top: 100px;
  }

  .p-message__heading,
  .surveyForms h2,
  .contentGpArticleDoc .body h2,
  .cke_editable h2 {
    text-indent: 0;
    text-align: left;
  }

  .p-message__body,
  .surveyForms .summary {
    flex-direction: row;
    padding: 0;
    margin: 50px 0 0;
  }

  .p-message__thumbnail {
    max-width: 300px;
    margin: 0;
  }

  .p-message__content {
    width: calc(100% - 300px - 60px);
    margin: 0 0 0 auto;
  }

  .p-message__content>p.text-right span {
    display: inline-block;
    margin-right: 1em;
  }
}

.p-staffIntro {
  margin-top: var(--space-md);
}

.p-staffIntro__heading {
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8166409861rem + 1.8489984592vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  color: #28A7CA;
}

.p-staffIntro__body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0 25px;
  margin: var(--space-xs) 0 0;
}

.p-staffIntro__thumbnail {
  max-width: 200px;
  overflow: hidden;
  border-radius: 15px;
  margin: 0 auto;
  transition: all 0.35s ease;
}

.p-staffIntro__thumbnail:hover {
  opacity: 0.8;
}

.p-staffIntro__thumbnail:hover>img {
  transform: scale(1.08);
}

.p-staffIntro__thumbnail>img {
  transition: all 0.5s ease;
}

.p-staffIntro__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: var(--space-xs) 0 0;
}

.p-staffIntro__content>p {
  line-height: 1.875;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0;
  text-align: justify;
  margin-top: 0;
  color: #202020;
}

.p-staffIntro__button {
  width: 100%;
  max-width: 220px;
  margin: 40px auto 0;
}

@media screen and (min-width: 768px) {
  .p-staffIntro__body {
    padding: 0 35px;
  }
}

@media screen and (min-width: 1024px) {
  .p-staffIntro {
    margin-top: 80px;
  }

  .p-staffIntro__heading {
    text-indent: 0;
    text-align: left;
  }

  .p-staffIntro__body {
    flex-direction: row;
    padding: 0;
    margin: 50px 0 0;
  }

  .p-staffIntro__thumbnail {
    max-width: 300px;
    margin: 0;
  }

  .p-staffIntro__content {
    width: calc(100% - 300px - 60px);
    margin: 0 0 0 auto;
  }

  .p-staffIntro__content>p {
    margin-top: 3em;
  }

  .p-staffIntro__button {
    margin: auto 0 0 auto;
  }
}

.p-businessIntro,
.p-worksPrice {
  margin-top: var(--space-lg);
}

.p-businessIntro__heading,
.p-worksPrice__heading {
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8166409861rem + 1.8489984592vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  color: #28A7CA;
}

.p-businessIntro__body,
.p-worksPrice__body {
  display: flex;
  flex-direction: column;
  padding: 0 25px;
  margin: 35px 0 0;
}

.p-businessIntro__body>p,
.p-worksPrice__body>p {
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0;
  color: #202020;
}

.p-businessIntro__body>p a,
.p-worksPrice__body>p a {
  color: #146F88;
  display: inline-block;
  text-decoration: underline;
  transition: all 0.35s ease;
}

.p-businessIntro__body>p a:hover,
.p-worksPrice__body>p a:hover {
  opacity: 0.5;
}

.p-businessIntro__list,
.p-worksPrice__list {
  padding-left: 1.5em;
}

.p-businessIntro__list>*,
.p-worksPrice__list>* {
  list-style-type: decimal;
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 900;
  letter-spacing: 0;
  color: #202020;
}

.p-businessIntro__list>*>p,
.p-worksPrice__list>*>p {
  font-weight: 500;
}

.p-businessIntro__list>*+*,
.p-worksPrice__list>*+* {
  margin-top: 2em;
}

@media screen and (min-width: 768px) {

  .p-businessIntro__body,
  .p-worksPrice__body {
    padding: 0 35px;
  }
}

@media screen and (min-width: 1024px) {

  .p-businessIntro,
  .p-worksPrice {
    margin-top: 80px;
  }

  .p-businessIntro__heading,
  .p-worksPrice__heading {
    text-indent: 0;
    text-align: left;
  }

  .p-businessIntro__body,
  .p-worksPrice__body {
    padding: 0;
    margin: 40px 0 0;
  }
}

.p-overview {
  position: relative;
  margin-top: var(--space-md);
}

.p-overview::after {
  content: "";
  display: block;
  width: calc(100% - 25px);
  height: 100%;
  border-radius: 15px 0 0 15px;
  background-color: #E5F6FB;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.p-overview__inner {
  position: relative;
  padding-top: 30px;
  padding-bottom: 15px;
}

.p-overview__heading {
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8166409861rem + 1.8489984592vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  color: #28A7CA;
}

.p-overview__body {
  display: flex;
  flex-direction: column;
  padding: 0 25px;
  margin: var(--space-xs) 0 0;
}

@media screen and (min-width: 768px) {
  .p-overview__body {
    padding: 0 35px;
  }
}

@media screen and (min-width: 1024px) {
  .p-overview {
    margin-top: 80px;
  }

  .p-overview::after {
    display: none;
  }

  .p-overview__inner {
    padding-top: 85px;
    padding-bottom: 55px;
  }

  .p-overview__inner::after {
    content: "";
    display: block;
    width: calc(100% + (100vw - 1325px) / 2 + 100px + 50px);
    height: 100%;
    border-radius: 15px 0 0 15px;
    background-color: #E5F6FB;
    position: absolute;
    top: 0;
    left: -50px;
    z-index: -1;
  }

  .p-overview__heading {
    text-indent: 0;
    text-align: left;
  }

  .p-overview__body {
    padding: 0;
    margin: 35px 0 0;
  }
}

.p-history {
  margin-top: var(--space-md);
}

.p-history__inner {
  position: relative;
}

.p-history__heading {
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8166409861rem + 1.8489984592vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  color: #28A7CA;
}

.p-history__body {
  display: flex;
  flex-direction: column;
  padding: 0 25px;
  margin: var(--space-xs) 0 0;
}

@media screen and (min-width: 768px) {
  .p-history__body {
    padding: 0 35px;
  }
}

@media screen and (min-width: 1024px) {
  .p-history {
    margin-top: 80px;
  }

  .p-history__heading {
    text-indent: 0;
    text-align: left;
  }

  .p-history__body {
    padding: 0;
    margin: 35px 0 0;
  }
}

.p-kessan {
  margin-top: var(--space-md);
}

.p-kessan__inner {
  position: relative;
}

.p-kessan__heading {
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8166409861rem + 1.8489984592vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  color: #28A7CA;
}

.p-kessan__body {
  display: flex;
  flex-direction: column;
  padding: 0 25px;
  margin: var(--space-xs) 0 0;
}

.p-kessan__pdf,
.adobeReader {
  margin: 15px 0;
}

@media screen and (min-width: 768px) {
  .p-kessan__body {
    padding: 0 35px;
  }

  .p-kessan__pdf,
  .adobeReader {
    margin: 25px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-kessan {
    margin-top: 80px;
  }

  .p-kessan__heading {
    text-indent: 0;
    text-align: left;
  }

  .p-kessan__body {
    padding: 0;
    margin: 35px 0 0;
  }

  .p-kessan__pdf,
  .adobeReader {
    max-width: 1010px;
    margin: 40px auto;
  }
}

.p-access {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: var(--space-md);
  background-color: #E5F6FB;
}

.p-access__inner {
  position: relative;
}

.p-access__heading {
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8166409861rem + 1.8489984592vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  color: #28A7CA;
}

.p-access__body {
  display: flex;
  flex-direction: column;
  margin: var(--space-xs) 0 0;
}

.p-access__map {
  width: 100%;
  max-width: 275px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 275/350;
  margin: 0 auto;
}

.p-access__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-access__content {
  margin: var(--space-xs) 0 0;
}

.p-access__content h3 {
  line-height: 1.8;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7763867488rem + 0.1540832049vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0;
  color: #202020;
}

.p-access__content p {
  line-height: 1.8;
  font-size: 13px;
  font-size: 0.8125rem;
  font-size: clamp(0.8125rem, 0.7763867488rem + 0.1540832049vw, 0.875rem);
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 1em;
  color: #202020;
}

.p-access__column+* {
  margin-top: 25px;
}

@media screen and (min-width: 500px) {
  .p-access__map {
    max-width: inherit;
    aspect-ratio: 1010/600;
  }
}

@media screen and (min-width: 768px) {
  .p-access__body {
    padding: 0 35px;
  }
}

@media screen and (min-width: 1024px) {
  .p-access {
    padding-top: 80px;
    padding-bottom: 100px;
    margin-top: 80px;
  }

  .p-access__heading {
    text-indent: 0;
    text-align: left;
  }

  .p-access__body {
    padding: 0;
    margin: 50px 0 0;
  }

  .p-access__content {
    margin: 50px 0 0;
  }
}

.p-staffArchives {
  padding-bottom: var(--space-md);
  margin-top: var(--space-md);
}

.p-staffArchives__lead {
  width: 88%;
  max-width: 1010px;
  line-height: 1.5625;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto;
  color: #202020;
}

.p-staffArchives__body {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}

.p-staffArchives__body::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 30px - 75px - 200px);
  background-color: #E5F6FB;
  position: absolute;
  top: 105px;
  left: 0;
  z-index: -1;
}

.p-staffArchives__list {
  max-width: 240px;
  display: flex;
  flex-wrap: wrap;
  margin: -15px auto;
}

.p-staffArchives__item {
  width: 100%;
  margin: 15px auto;
}

@media screen and (min-width: 500px) {
  .p-staffArchives__body {
    padding-top: 40px;
  }

  .p-staffArchives__list {
    max-width: inherit;
    margin: -20px -2%;
  }

  .p-staffArchives__item {
    width: 46%;
    margin: 20px 2%;
  }
}

@media screen and (min-width: 768px) {
  .p-staffArchives__body {
    padding-top: 60px;
  }

  .p-staffArchives__list {
    margin: -30px -2.5%;
  }

  .p-staffArchives__item {
    width: 30.3333%;
    margin: 30px 1.5%;
  }
}

@media screen and (min-width: 1024px) {
  .p-staffArchives {
    padding-bottom: 120px;
    margin-top: 100px;
  }

  .p-staffArchives__lead {
    width: auto;
  }

  .p-staffArchives__body {
    padding-top: 100px;
  }

  .p-staffArchives__body::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 120px - 105px - 275px);
    background-color: #E5F6FB;
    position: absolute;
    top: 225px;
    left: 0;
    z-index: -1;
  }

  .p-staffArchives__list {
    margin: -60px -2.5%;
  }

  .p-staffArchives__item {
    width: 20%;
    margin: 60px 2.5%;
  }
}

.p-report {
  margin-top: var(--space-md);
}

.p-report--custom01 {
  padding-top: var(--space-md);
  margin-top: var(--space-md);
  background-color: #E5F6FB;
}

.p-report--custom01 .p-report__heading>span {
  background-color: #E5F6FB;
}

.p-report--custom02 {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
  margin-top: 0;
  background-color: #E5F6FB;
}

.p-report--custom02 .p-report__heading>span {
  background-color: #E5F6FB;
}

.p-report__heading {
  position: relative;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8166409861rem + 1.8489984592vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #28A7CA;
}

.p-report__heading::after {
  content: "";
  display: block;
  width: calc(100% + 25px);
  height: 2px;
  background-color: #28A7CA;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}

.p-report__heading>span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  padding-right: 1em;
  background-color: #fff;
}

.p-report__body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: var(--space-sm) 0 0;
}

.p-report__thumbnail {
  width: 61.5385%;
  max-width: 300px;
  overflow: hidden;
  border-radius: 15px;
  margin: 0 auto;
}

.p-report__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: var(--space-xs) 0 0;
}

.p-report__content>p {
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: justify;
  color: #202020;
}

.p-report__button {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: var(--space-xs) auto 0;
}

@media screen and (min-width: 768px) {
  .p-report__heading::after {
    width: calc(100% + 35px);
  }
}

@media screen and (min-width: 1024px) {
  .p-report {
    margin-top: 100px;
  }

  .p-report--custom01 {
    margin-top: 50px;
  }

  .p-report--custom02 {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 0;
  }

  .p-report__heading::after {
    width: calc(100% + 50px);
    height: 3px;
  }

  .p-report__body {
    flex-direction: row;
    margin: 60px 0 0;
  }

  .p-report__thumbnail {
    width: 100%;
    margin: 0;
  }

  .p-report__content {
    width: calc(100% - 300px - 60px);
    margin: 0 0 0 auto;
  }

  .p-report__content>p {
    line-height: 2;
    margin-top: 2.5em;
  }

  .p-report__button {
    margin: auto 0 0 auto;
  }
}

@media screen and (min-width: 1124px) {
  .p-report__heading::after {
    width: calc(100vw - (100vw - 1010px) / 2 - 8px);
    height: 3px;
  }

  .p-report__heading>span {
    padding-right: 1.5em;
  }
}

.p-outlook,
.p-magazine,
.archive {
  padding-bottom: var(--space-md);
  margin-top: var(--space-md);
}

.archive>div:not(.piece) {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0 30px;
}

.p-outlook__heading,
.p-magazine__heading,
#archive h2 {
  position: relative;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8166409861rem + 1.8489984592vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  color: #28A7CA;
}

.p-outlook__body,
.p-magazine__body,
#archive .pieceBody,
#newsType .pieceBody {
  margin: var(--space-sm) 0 0;
}

.p-outlook__select,
.p-magazine__select,
#archive .pieceBody,
#newsType .pieceBody {
  position: relative;
  width: 84.1615%;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  margin: 0 auto;
}

#archive .pieceBody,
#newsType .pieceBody {
  width: 250px;
  margin: var(--space-sm) 0 0;
}

.p-outlook__select::after,
.p-magazine__select::after,
#archive .pieceBody::after,
#newsType .pieceBody::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%);
}

.p-outlook__select select,
.p-magazine__select select,
#archive select,
#newsType select {
  width: 250px;
  line-height: 1;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  color: #202020;
  padding: 1em 0;
  border: 1px solid #28A7CA;
  border-radius: 15px;
}

.p-outlook__table,
.p-magazine__table,
.archive .docs {
  margin: var(--space-sm) 0 0;
}

.archive .contentGpArticleDocs:first-child .docs {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .archive>div:not(.piece)>.piece {
    flex-basis: 100%;
  }

  #archive .pieceBody,
  #newsType .pieceBody,
  .p-outlook__select select,
  .p-magazine__select select,
  #archive select,
  #newsType select {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {

  .p-outlook__heading,
  .p-magazine__heading,
  #archive h2 {
    text-indent: 0;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {

  .p-outlook,
  .p-magazine,
  .archive {
    padding-bottom: 100px;
    margin-top: 100px;
  }

  .p-outlook__body,
  .p-magazine__body,
  #archive .pieceBody,
  #newsType .pieceBody {
    margin: 60px 0 0;
  }

  .p-outlook__select,
  .p-magazine__select,
  #archive,
  #newsType {
    width: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0;
  }

  .p-outlook__select select,
  .p-magazine__select select,
  #archive select,
  #newsType select {
    padding: 0.8em 0;
  }

  .p-outlook__table,
  .p-magazine__table,
  .archive .docs {
    margin: 50px 0 0;
  }
}

.p-outlookSingle,
.contentGpArticleDoc {
  padding-bottom: var(--space-md);
  margin-top: var(--space-md);
}

.p-outlookSingle__inner,
.contentGpArticleDoc .body {
  position: relative;
}

.contentGpArticleDoc .date {
  display: none;
}

.p-outlookSingle__heading,
.contentGpArticleDoc .body h2 {
  position: relative;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8166409861rem + 1.8489984592vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  color: #28A7CA;
}

.contentGpArticleDoc .body h2 {
  margin-bottom: 60px;
}

.p-outlookSingle__body,
.contentGpArticleDoc .body,
.contentPage .body:has(>p) {
  margin: var(--space-sm) 0 0;
}

.p-outlookSingle__post,
.contentGpArticleDoc .body,
.contentPage .body:has(>p) {
  position: relative;
  padding: 30px 25px 40px;
}

.p-outlookSingle__post::after,
.contentGpArticleDoc .body::after,
.contentPage .body:has(>p)::after {
  content: "";
  display: block;
  width: calc(100% + 25px);
  height: 100%;
  border-radius: 15px 0 0 15px;
  background-color: #E5F6FB;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-outlookSingle__post p,
.contentGpArticleDoc .body p,
.contentPage .body>p {
  line-height: 1.875;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0;
  text-align: justify;
  color: #202020;
}

.p-outlookSingle__post a.c-buttonMore,
.contentGpArticleDoc .body a.c-buttonMore {
  min-width: 240px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: var(--space-md) auto 0;
}

.p-outlookSingle__pdf {
  margin: 50px 0 0;
}

@media screen and (min-width: 768px) {

  .p-outlookSingle__heading,
  .contentGpArticleDoc .body h2 {
    text-indent: 0;
    text-align: left;
  }

  .p-outlookSingle__post,
  .contentGpArticleDoc .body,
  .contentPage .body:has(>p) {
    padding: 30px 35px 40px;
  }

  .p-outlookSingle__post::after,
  .contentGpArticleDoc .body::after,
  .contentPage .body:has(>p)::after {
    width: calc(100% + 35px);
  }
}

@media screen and (min-width: 1024px) {

  .p-outlookSingle,
  .contentGpArticleDoc {
    padding-bottom: 100px;
    margin-top: 100px;
  }

  .p-outlookSingle__body,
  .contentGpArticleDoc .body {
    margin: 60px 0 0;
  }

  .contentPage .body:has(>p) {
    margin: 100px 0;
  }

  .p-outlookSingle__post,
  .contentGpArticleDoc .body,
  .contentPage .body:has(>p) {
    padding: 80px 0 80px 80px;
  }

  .p-outlookSingle__post::after,
  .contentGpArticleDoc .body::after,
  .contentPage .body:has(>p)::after {
    width: calc(100% + 50px);
  }

  .p-outlookSingle__post a.c-buttonMore,
  .contentGpArticleDoc .body a.c-buttonMore {
    margin: 70px 0 0 auto;
  }
}

@media screen and (min-width: 1124px) {

  .p-outlookSingle__post::after,
  .contentGpArticleDoc .body::after,
  .contentPage .body:has(>p)::after {
    width: calc(100% + (100vw - 1325px) / 2 + 100px + 50px);
  }
}

.p-results {
  margin-top: var(--space-md);
}

.p-results--last {
  margin-bottom: var(--space-md);
}

.p-results__heading {
  position: relative;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8166409861rem + 1.8489984592vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #28A7CA;
}

.p-results__heading::after {
  content: "";
  display: block;
  width: calc(100% + 25px);
  height: 2px;
  background-color: #28A7CA;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}

.p-results__heading>span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  padding-right: 1em;
  background-color: #fff;
}

.p-results__body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: var(--space-sm) 0 0;
}

.p-results__thumbnail {
  width: 61.5385%;
  max-width: 300px;
  overflow: hidden;
  border-radius: 15px;
  margin: 0 auto;
}

.p-results__thumbnail--shadow {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.p-results__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: var(--space-xs) 0 0;
}

.p-results__content>p {
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: justify;
  color: #202020;
}

.p-results__button {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: var(--space-xs) auto 0;
}

@media screen and (min-width: 768px) {
  .p-results__heading::after {
    width: calc(100% + 35px);
  }
}

@media screen and (min-width: 1024px) {
  .p-results {
    margin-top: 80px;
  }

  .p-results--last {
    margin-bottom: 100px;
  }

  .p-results__heading::after {
    width: calc(100% + 50px);
    height: 3px;
  }

  .p-results__body {
    flex-direction: row;
    margin: 50px 0 0;
  }

  .p-results__thumbnail {
    width: 100%;
    margin: 0;
  }

  .p-results__content {
    width: calc(100% - 300px - 60px);
    margin: 0 0 0 auto;
  }

  .p-results__content>p {
    margin-top: 2.5em;
  }

  .p-results__button {
    margin: auto 0 0 auto;
  }
}

@media screen and (min-width: 1124px) {
  .p-results__heading::after {
    width: calc(100vw - (100vw - 1010px) / 2 - 8px);
    height: 3px;
  }

  .p-results__heading>span {
    padding-right: 1.5em;
  }
}

.p-publication {
  margin-top: var(--space-md);
}

.p-publication--secondary {
  margin-top: var(--space-md);
  margin-bottom: var(--space-md);
}

.p-publication__inner {
  position: relative;
}

.p-publication__heading {
  position: relative;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8166409861rem + 1.8489984592vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  color: #28A7CA;
}

.p-publication__body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: var(--space-md) 6%;
  margin: var(--space-sm) 0 0;
}

.p-publication__body::after {
  content: "";
  display: block;
  width: calc(100% + 25px);
  height: 100%;
  border-radius: 15px 0 0 15px;
  background-color: #E5F6FB;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-publication__thumbnail {
  width: 61.5385%;
  max-width: 200px;
  overflow: hidden;
  margin: 0 auto;
}

.p-publication__content {
  display: flex;
  flex-direction: column;
  margin: var(--space-sm) auto 0;
}

.p-publication__content p {
  line-height: 1.875;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 500;
  letter-spacing: 0;
  text-align: justify;
  color: #202020;
}

.p-publication__button {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: var(--space-xs) auto 0;
}

@media screen and (min-width: 768px) {
  .p-publication__body::after {
    width: calc(100% + 35px);
  }
}

@media screen and (min-width: 1024px) {
  .p-publication {
    margin-top: 100px;
  }

  .p-publication--secondary {
    margin-top: 80px;
    margin-bottom: 100px;
  }

  .p-publication__heading {
    text-indent: 0;
    text-align: left;
  }

  .p-publication__body {
    flex-direction: row;
    padding: 80px 0 80px 80px;
    margin: 25px 0 0;
  }

  .p-publication__body::after {
    width: calc(100% + 50px);
  }

  .p-publication__thumbnail {
    width: 100%;
    margin: 0;
  }

  .p-publication__content {
    width: calc(100% - 200px - 60px);
    margin: 0 0 0 auto;
  }

  .p-publication__content>p {
    text-align: justify;
    margin-top: 2.5em;
  }

  .p-publication__button {
    margin: auto 0 0 auto;
  }
}

@media screen and (min-width: 1124px) {
  .p-publication__body::after {
    width: calc(100% + (100vw - 1325px) / 2 + 100px + 50px);
  }
}

.p-contact,
.surveyForms,
.surveyForm,
#___gcse_0,
#page-404 .body {
  padding-bottom: var(--space-md);
  margin-top: var(--space-md);
}

.p-contact__lead,
.surveyForm>.body,
.surveyForms .summary {
  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;
  text-align: center;
  padding: 2.15em 1.925em;
  border-radius: 15px;
  color: #000;
  background-color: #E5F6FB;
}

.p-contact__body {
  margin: 8px 0 0;
}

@media screen and (min-width: 1024px) {

  .p-contact,
  .surveyForms,
  .surveyForm,
  #___gcse_0 {
    padding-bottom: 100px;
    margin-top: 100px;
  }

  .p-contact__lead,
  .surveyForm>.body,
  .surveyForms .summary {
    text-align: justify;
    padding: 40px 8.265%;
  }

  .p-contact__lead br {
    display: none;
  }

  .p-contact__body {
    margin: 30px 0 0;
  }
}

.p-policy {
  padding-bottom: var(--space-md);
  margin-top: var(--space-md);
}

.p-policy__body {
  margin-top: 40px;
}

.p-policy__sections>*+* {
  margin-top: 60px;
}

.p-policy__heading {
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8166409861rem + 1.8489984592vw, 2rem);
  font-weight: 900;
  white-space: nowrap;
  letter-spacing: 0.1em;
  text-align: center;
  color: #28A7CA;
}

.p-policy__lead {
  line-height: 1.9;
  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: justify;
  margin: 30px 0 0;
  color: #202020;
}

.p-policy__sign {
  line-height: 2;
  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;
  margin: 30px 0 0;
  color: #202020;
}

.p-policy__content {
  margin: 30px 0 0;
}

.p-policy__column+* {
  margin-top: 30px;
}

.p-policy__column>h3 {
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
  padding-bottom: 0.2em;
  color: #202020;
  border-bottom: 1px solid #28A7CA;
}

.p-policy__column>h4 {
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8027734977rem + 0.3081664099vw, 1rem);
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
  margin: 2em 0 0;
  color: #202020;
}

.p-policy__column>p {
  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;
  text-align: justify;
  margin-top: 0.5em;
  color: #202020;
}

.p-policy__column>p a {
  display: inline;
  color: #146F88;
}

.p-policy__column>p>strong {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-policy {
    padding-bottom: var(--space-lg);
    margin-top: var(--space-lg);
  }

  .p-policy__body {
    margin-top: 50px;
  }

  .p-policy__sections>*+* {
    margin-top: 80px;
  }

  .p-policy__heading {
    text-align: left;
  }

  .p-policy__lead {
    margin: 55px 0 0;
  }

  .p-policy__sign {
    margin: 45px 0 0;
  }

  .p-policy__content {
    margin: 50px 0 0;
  }

  .p-policy__column+* {
    margin-top: 50px;
  }

  .p-policy__column>p {
    margin-top: 1em;
  }
}

@media screen and (min-width: 1024px) {
  .p-policy {
    padding-bottom: 100px;
    margin-top: 100px;
  }

  .p-policy__body {
    margin-top: 90px;
  }

  .p-policy__sections>*+* {
    margin-top: 100px;
  }

  .p-policy__lead {
    margin: 85px 0 0;
  }
}

.u-container,
.surveyForms,
.surveyForm,
#___gcse_0,
#page-404 .body {
  width: 100%;
  max-width: 1310px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}

.u-container--max1010,
.surveyForms,
.surveyForm,
.contentGpArticleDoc,
#___gcse_0,
#page-404 .body {
  max-width: 1010px;
}

.u-container .contentGpArticleDoc {
  margin-left: -25px;
  margin-right: -25px;
}

@media screen and (min-width: 768px) {

  .u-container,
  .surveyForms,
  .surveyForm,
  #___gcse_0,
  #page-404 .body {
    padding-left: 35px;
    padding-right: 35px;
  }

  .u-container .contentGpArticleDoc {
    margin-left: -35px;
    margin-right: -35px;
  }
}

@media screen and (min-width: 1024px) {

  .u-container,
  .surveyForms,
  .surveyForm,
  #___gcse_0,
  #page-404 .body,
  .contentPage .body:has(>p) {
    padding-left: 50px;
    padding-right: 50px;
  }

  .u-container .contentGpArticleDoc,
  .contentPage .body:has(>p) {
    margin-left: -50px;
    margin-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 {
  width: 100%;
  height: 100%;
}

.js-sliderHero .swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-sliderHero .swiper-slide__image 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 {
  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 {
    height: 565px;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

/* pagination
----------------------------------------------- */
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: 1rem 0 3rem;
  text-align: center;
}

.upperPagination {
  margin: 0 0 1rem;
}

.lowerPagination {
  margin: 1rem 0 0;
}

.pagination a,
.pagination em,
.pagination span {
  display: inline-block;
  padding: 0 6px;
  font-style: normal;
  vertical-align: middle;
}

.pagination .current {
  font-weight: bold;
}

/* news
----------------------------------------------- */
.p-news,
.dir-news .contentGpArticleDocs {
  max-width: 700px;
  margin: 0 auto;
}

.p-news__inner,
.dir-news .contentGpArticleDocs .docs {
  padding: 30px 6.15% 20px;
  border-radius: 15px;
  background-color: #fff;
}

.p-news__item,
.dir-news .contentGpArticleDocs .docs li {
  border-bottom: 1px dashed #28A7CA;
}

.p-news__item:last-child,
.dir-news .contentGpArticleDocs .docs li:last-child {
  border-bottom: none;
}

.p-news__item a,
.dir-news .contentGpArticleDocs .docs 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,
.dir-news .contentGpArticleDocs .docs 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,
.dir-news .contentGpArticleDocs .docs 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,
.dir-news .contentGpArticleDocs .docs 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,
.dir-news .contentGpArticleDocs .docs 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: 1024px) {

  .p-news,
  .dir-news .contentGpArticleDocs {
    max-width: inherit;
  }

  .p-news__inner,
  .dir-news .contentGpArticleDocs .docs {
    padding: 105px 100px 88px;
  }

  .p-news__item a,
  .dir-news .contentGpArticleDocs .docs li a {
    flex-direction: row;
    align-items: center;
  }

  .c-metaCategory,
  .dir-news .contentGpArticleDocs .docs li .category span {
    width: 7em;
  }

  .p-news__title,
  .dir-news .contentGpArticleDocs .docs li span[class^="title"] {
    width: calc(100% - 17em);
    margin: 0;
  }
}

.c-metaCategory,
.dir-news .contentGpArticleDocs .docs 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,
.dir-news .contentGpArticleDocs .docs li .category .news-information {
  background-color: #ff3333;
}

.c-metaCategory--release,
.dir-news .contentGpArticleDocs .docs li .category .news-release {
  background-color: #ece800;
}

.contentGpArticleDocs .docs h2.date {
  display: none;
}