@charset "UTF-8";



/************************************************************************
* reset
************************************************************************/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-underline-offset: .2em;
  background: #fff;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #222;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-break: normal;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

a {
  display: inline-block;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  opacity: .7;
}

img,
svg {
  vertical-align: top;
  border: none;
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: italic;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
}

svg {
  width: 100%;
  height: 100%;
}

abbr,
acronym {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

cite {
  font-style: italic;
}

code,
kbd {
  background-color: #F4F4F4;
  padding: .25em .5em;
}

em {
  font-style: italic;
  font-weight: 700;
}

pre {
  display: block;
  background-color: #F4F4F4;
  padding: 1em 2em;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

var {
  background-color: #F4F4F4;
  padding: .25em .5em;
  font-style: italic;
}

/************************************************************************
* end reset
************************************************************************/
[data-target] {
  cursor: pointer;
}

html {
  font-size: 16px;
}

button {
  color: #222;
}

/************************************************************************
* layout
************************************************************************/
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

/************************************************************************
* form
************************************************************************/
form {
  margin: 0;
  padding: 0;
}

form button[type=submit],
form input[type=submit],
form input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
}

form button[type=submit]:not(:disabled),
form input[type=submit]:not(:disabled),
form input[type=button]:not(:disabled) {
  cursor: pointer;
}

form button[type=submit]:not(:disabled):hover,
form button[type=submit]:not(:disabled):focus-visible,
form input[type=submit]:not(:disabled):hover,
form input[type=submit]:not(:disabled):focus-visible,
form input[type=button]:not(:disabled):hover,
form input[type=button]:not(:disabled):focus-visible {
  outline: none;
}

form button[type=submit]:disabled,
form input[type=submit]:disabled,
form input[type=button]:disabled {
  border-color: transparent;
  background-color: #b2b2b2;
  color: #fff;
}

form button[type=submit] ::-moz-focus-inner,
form input[type=submit] ::-moz-focus-inner,
form input[type=button] ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
  background-image: none;
  padding: .5rem;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
}

textarea {
  resize: vertical;
}

textarea:hover,
textarea:focus-visible {
  outline: none;
}

textarea:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #707070;
}

textarea ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #707070;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
  margin: 0;
  padding: 0;
}

input[type=radio]+span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 16px 0 0;
  padding: 0 0 0 1.875em;
}

input[type=radio]+span::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #707070;
  border-radius: 50%;
  background: #fff;
  width: 1.625em;
  height: 1.625em;
  content: '';
}

input[type=radio]+span::after {
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
}

input[type=radio]:checked+span::after {
  display: block;
  position: absolute;
  top: 50%;
  left: .5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  border-radius: 50%;
  background: #707070;
  width: .625em;
  height: .625em;
  content: '';
}

input[type=checkbox] {
  position: absolute;
  vertical-align: middle;
  opacity: 0;
  margin: 0;
  padding: 0;
}

input[type=checkbox]+span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 1.875em;
}

input[type=checkbox]+span::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #707070;
  width: 1.625em;
  height: 1.625em;
  content: '';
}

input[type=checkbox]+span::after {
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
}

input[type=checkbox]:focus-visible+span::before {
  outline: -webkit-focus-ring-color auto 5px;
}

input[type=checkbox]:checked:focus-visible+span::before {
  outline: none;
}

input[type=checkbox]:checked+span::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-70%) translateX(.5em) rotate(45deg);
  transform: translateY(-70%) translateX(.5em) rotate(45deg);
  opacity: 1;
  border-right: .25em solid #00AFCC;
  border-bottom: .25em solid #00AFCC;
  width: .8125em;
  height: 1.625em;
  content: '';
}

input[type=number],
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
  padding: .4em 2.4em .4em .8em;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #707070;
}

select:invalid {
  color: #b2b2b2;
}

select:not(:disabled) {
  cursor: pointer;
}

/************************************************************************
* base
************************************************************************/
a[target=_blank]:not([class])::after {
  display: inline-block;
  margin-left: .3em;
  width: 1em;
  height: 1em;
  color: inherit;
  font: var(--fa-font-solid);
  font-weight: 900;
  content: '\f35d';
}

table {
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  table-layout: fixed;
}

address {
  font-style: normal;
}

sup,
sub {
  line-height: 1;
}

/************************************************************************
* end base
************************************************************************/
.l-container {
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.l-container.l-container--full {
  margin-left: calc((100% - 100vw) / 2);
  width: 100vw;
  max-width: none;
}

.l-header {
  position: -webkit-sticky;
  position: sticky;
  top: -110%;
  left: 0;
  z-index: 20;
  -webkit-transition: top .3s ease 0s;
  transition: top .3s ease 0s;
  border-bottom: 1px solid #DDD;
  background-color: #fff;
  width: 100%;
}

.l-header.is-fixed {
  top: 0;
}

/************************************************************************
* 基本形
************************************************************************/
.c-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  margin: 0;
  border: 1px solid currentColor;
  border-radius: 100vh;
  background-color: #fff;
  background-image: none;
  padding: .75em;
  width: 100%;
  max-width: 400px;
  color: #222;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.c-btn>svg {
  fill: #00AFCC;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: fill .3s ease 0s;
  transition: fill .3s ease 0s;
  margin-left: 8px;
  width: 1em;
  height: 1em;
}

.c-btn:hover,
.c-btn:focus-visible {
  border-color: #00AFCC;
  background-color: #00AFCC;
  color: #fff;
}

.c-btn:hover>svg,
.c-btn:focus-visible>svg {
  fill: currentColor;
}

/************************************************************************
* c-sectionTitle
************************************************************************/
.c-sectionTitle {
  font-weight: 700;
  text-align: center;
}

.c-sectionTitle::after {
  display: block;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  background-color: #00AFCC;
  width: 40px;
  height: 2px;
  content: '';
}

.c-sectionTitle__en {
  font-size: 40px;
  line-height: 1;
}

.c-sectionTitle__ja {
  margin-top: 5px;
}

/************************************************************************
* p-aside
************************************************************************/
.p-aside__item {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--header-height, var(--header-height, 80px)) + 40px);
}

.p-aside__item+.p-aside__item {
  margin-top: 60px;
}

.p-breadcrumb {
  padding: 8px 0;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-breadcrumb__item {
  vertical-align: baseline;
  font-size: 14px;
  line-height: 1.6;
  white-space: nowrap;
}

.p-breadcrumb__item>a,
.p-breadcrumb__item>span {
  vertical-align: baseline;
}

.p-breadcrumb__item>a>span,
.p-breadcrumb__item>span>span {
  display: inline-block;
}

.p-breadcrumb__item>span {
  color: #888;
}

.p-breadcrumb__item sup {
  line-height: 1;
}

.p-breadcrumb__item+.p-breadcrumb__item {
  margin-left: .5714285714em;
}

.p-breadcrumb__icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: .5714285714em;
  width: .5714285714em;
  height: .5714285714em;
}

/************************************************************************
* p-card
************************************************************************/
.p-card {
  background-color: #fff;
}

.p-card__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px;
  height: 100%;
}

.p-card__link:hover,
.p-card__link:focus-visible {
  opacity: 1;
}

.p-card__link:hover .p-card__btn,
.p-card__link:focus-visible .p-card__btn {
  border-color: #00AFCC;
  background-color: #00AFCC;
  color: #fff;
}

.p-card__link:hover .p-card__btn>svg,
.p-card__link:focus-visible .p-card__btn>svg {
  fill: currentColor;
}

.p-card__titleWrap {
  border-left: 2px solid #00AFCC;
  padding-left: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.p-card__preTitle {
  font-size: 14px;
}

.p-card__mainTitle {
  font-size: 22px;
}

.p-card__addTitle {
  font-size: 14px;
}

.p-card__img {
  margin-top: 16px;
  width: 100%;
}

.p-card__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16px;
  height: 100%;
}

.p-card__specItem {
  display: grid;
  grid-template-columns: repeat(1, 8px 72px 1fr);
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.p-card__specItem::before {
  display: block;
  background-color: #222;
  width: 8px;
  height: 8px;
  content: '';
}

.p-card__specItem+.p-card__specItem {
  margin-top: 16px;
}

.p-card__specTitle {
  margin-left: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.p-card__specBody {
  font-family: 'Noto Sans JP', sans-serif;
}

.p-card__feature::before {
  content: '・';
}

.p-card__footer {
  margin-top: auto;
  padding-top: 24px;
  text-align: center;
}

.p-col {
  gap: 5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
}

.p-col.p-col--col2 {
  gap: .9375rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-col.p-col--col3 {
  gap: 28px 4.375%;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.p-col.p-col--col4 {
  gap: 1.6875rem .5rem;
  grid-template-columns: repeat(auto-fit, minmax(calc(50% - .5rem), 1fr));
}

/************************************************************************
* p-cta
************************************************************************/
.p-cta {
  border-top: 2px solid #00AFCC;
  background-color: #EBF8F5;
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-cta__title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

.p-cta__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.p-cta__btn+.p-cta__btn {
  margin-top: 24px;
}

.p-drawer {
  z-index: 40;
  margin-left: auto;
}

.p-drawer__icon {
  display: inline-block;
  position: relative;
  z-index: 41;
  cursor: pointer;
  padding: 7px 5px;
  line-height: 1;
  text-align: center;
}

.p-drawer__icon::after {
  display: none;
  margin-top: 4px;
  min-width: 5em;
  color: #222;
  font-size: .5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  content: 'MENU';
}

.p-drawer__icon.is-opened::after {
  content: 'CLOSE';
}

.p-drawer__bars {
  display: inline-block;
  vertical-align: bottom;
  width: 22px;
  height: 18px;
}

.p-drawer__bar {
  display: block;
  -webkit-transition: -webkit-transform .3s linear 0s;
  transition: -webkit-transform .3s linear 0s;
  transition: transform .3s linear 0s;
  transition: transform .3s linear 0s, -webkit-transform .3s linear 0s;
  margin-top: 6px;
  border-radius: 100vh;
  background: #00AFCC;
  width: 100%;
  height: 2px;
}

.p-drawer__bar:first-child {
  margin-top: 0;
}

.is-opened .p-drawer__bar {
  background: transparent;
}

.is-opened .p-drawer__bar:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  background: #00AFCC;
  width: 100%;
}

.is-opened .p-drawer__bar:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
  background: #00AFCC;
  width: 100%;
}

.p-drawer__bg {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.p-drawer__bg.is-opened {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .25);
  width: 100vw;
  height: 100vh;
}

.p-drawer__content {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  z-index: 40;
  -webkit-transition: -webkit-transform .5s ease 0s;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
  background: #fff;
  padding-top: calc(var(--header-height, var(--header-height, 60px)) + 20px);
  padding-bottom: var(--header-height, 60px);
  width: 100%;
  height: var(--vh, 100vh);
  overflow: auto;
  color: #222;
}

.p-drawer__content.is-opened {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, .16);
  box-shadow: 6px 0 25px rgba(0, 0, 0, .16);
}

.p-drawer__content--left {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

.p-drawer__content--top {
  top: 0;
  bottom: auto;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  width: 100%;
  max-width: 100%;
}

.p-drawer__content--cover {
  width: 100%;
  max-width: 100%;
}

.p-drawer__inner {
  padding-right: 24px;
  padding-left: 24px;
  width: 100%;
}

.p-drawer__navItem {
  border-bottom: 1px solid #DDD;
}

.p-drawer__navItem:last-child {
  border-bottom: none;
}

.p-drawer__navItem+.p-drawer__navItem {
  margin-top: 11px;
}

.p-drawer__navLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5em .25em .5em 1em;
  width: 100%;
}

.p-drawer__navTextEn {
  display: inline-block;
  width: 72px;
  font-size: 18px;
  font-weight: 700;
}

.p-drawer__navTextJa {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  line-height: 1;
}

.p-drawer__navLinkIcon {
  fill: currentColor;
  display: block;
  margin-left: auto;
  width: 1em;
  height: 1em;
}

.p-drawer__navSubList {
  margin-top: 6px;
}

.p-drawer__navSubItem+.p-drawer__navSubItem {
  margin-top: 6px;
}

.p-drawer__navSubLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #EBF8F5;
  padding: 1em 16px 1em 24px;
  width: 100%;
  font-size: min(14px, 3.7333333333vw);
  font-weight: 700;
}

.p-drawer__navSubItemText {
  width: min(165px, 44vw);
  font-family: 'Noto Sans JP', sans-serif;
}

.p-footer__main {
  border-top: 2px solid #00AFCC;
  padding: 40px;
}

.p-footer__nav {
  text-align: center;
}

.p-footer__navItem {
  white-space: nowrap;
}

.p-footer__navItem+.p-footer__navItem {
  margin-top: 24px;
}

.p-footer__copyArea {
  background-color: #F4F4F4;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #888;
  font-size: 13px;
  text-align: center;
}

.p-footer__copy {
  margin-top: .5em;
}

.p-footer__after {
  margin-top: .5em;
}

/************************************************************************
* p-fv
************************************************************************/
.p-fv {
  background: transparent url('../img/top/mv-sp.jpg') no-repeat center center/cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.p-fv__lead {
  -webkit-filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, .2));
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, .2));
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.p-fv__leadMain {
  display: block;
}

.p-fv__leadSub {
  display: block;
  margin-top: 4px;
  font-size: .6666666667em;
}

.p-header {
  padding: 16px;
}

.p-header__container {
  padding: 0;
}

.p-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-header__logo {
  position: relative;
  z-index: 41;
}

.p-header__logo>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  line-height: 1;
}

.p-header__logo>a img {
  aspect-ratio: 142/31;
  display: block;
  width: 132px;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__logoText {
  margin-left: 1.3333333333em;
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.p-header__nav {
  display: none;
}

.p-header__drawer {
  margin-left: auto;
}

/************************************************************************
* p-lower
************************************************************************/
.p-lower__cta {
  margin-top: 65px;
}

/************************************************************************
* p-postList
************************************************************************/
.p-postList__item {
  border-top: 1px solid #DDD;
  padding: 24px;
}

.p-postList__item:last-child {
  border-bottom: 1px solid #DDD;
}

.p-postList__itemDate {
  font-weight: 700;
}

.p-postList__itemTitle {
  margin-top: .5em;
}

/************************************************************************
* p-product
************************************************************************/
.p-product__content {
  margin-top: 40px;
}

.p-product__aside {
  display: none;
}

.p-product__spProductNav {
  border-top: 2px solid #00AFCC;
  padding-top: 40px;
  padding-bottom: 40px;
}

/************************************************************************
* p-productContent
************************************************************************/
.p-productContent {
  margin-top: 40px;
}

.p-productContent>*:last-child {
  margin-bottom: 0;
}

.p-productContent__heading2 {
  position: relative;
  margin-bottom: 24px;
  border-bottom: 1px solid #666;
  padding-bottom: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.p-productContent__heading2::after {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #00AFCC;
  width: 23px;
  height: 1px;
  content: '';
}

.p-productContent__heading2:not(:first-child) {
  margin-top: 64px;
}

.p-productContent__figure {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  width: 100%;
  max-width: 640px;
}

.p-productContent__figure figcaption {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.p-productContent__figure img {
  display: block;
  margin-top: 8px;
}

.p-productContent__list {
  margin-top: 20px;
  margin-bottom: 40px;
}

.p-productContent__list li {
  --lh: 1.4;
  position: relative;
  padding-left: 12px;
  line-height: var(--lh, 1.4);
}

.p-productContent__list li::before {
  position: absolute;
  top: calc(var(--lh, 1.4) / 2 * 1em);
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #00AFCC;
  width: 4px;
  height: 4px;
  content: '';
}

.p-productContent__list li+li {
  margin-top: 10px;
}

.p-productContent__tableWrap {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.p-productContent__table {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: min(16px, 4.2666666667vw);
}

.p-productContent__table thead th {
  background-color: #888;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.p-productContent__table thead tr:not(:first-child) th,
.p-productContent__table tbody th {
  background-color: #F4F4F4;
  color: #222;
  font-weight: 700;
  text-align: left;
}

.p-productContent__table th,
.p-productContent__table td {
  vertical-align: middle;
  border: 1px solid #DDD;
  padding: min(8px, 2.1333333333vw) min(16px, 4.2666666667vw);
}

.p-productContent__table th>span {
  display: inline-block;
}

.p-productContent__table .p-productContent__tableFirstColumn {
  width: min(210px, 56vw);
}

.p-productContent__table .p-productContent__tableFirstColumn.p-productContent__tableFirstColumn--structure {
  width: min(150px, 40vw);
}

.p-productContent__table .p-productContent__tableFirstColumn.p-productContent__tableFirstColumn--characteristic {
  width: min(124px, 33.0666666667vw);
}

.p-productContent__tableNote {
  margin-top: 4px;
  padding-left: calc(1em + 4px);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  text-indent: calc(-1em - 4px);
}

.p-productContent__tableNote::before {
  margin-right: 4px;
  content: '※';
}

/************************************************************************
* p-productMain
************************************************************************/
.p-productMain__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 16px;
  font-weight: 700;
}

.p-productMain__title::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00AFCC;
  width: 40px;
  height: 2px;
  content: '';
}

.p-productMain__mainTitle {
  margin-top: 4px;
  font-size: 40px;
  line-height: 1;
}

.p-productMain__addTitle {
  margin-top: 4px;
}

.p-productMain__content {
  margin-top: 40px;
}

/************************************************************************
* p-productNav
************************************************************************/
.p-productNav {
  border: 1px solid #DDD;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: min(16px, 4.2666666667vw);
}

.p-productNav__header {
  background-color: #00AFCC;
  padding: .75em 1em;
  color: #fff;
  font-weight: 700;
}

.p-productNav__item {
  border-top: 1px solid #DDD;
}

.p-productNav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transition-property: font-weight, background-color;
  transition-property: font-weight, background-color;
  padding: .75em .625em .75em 1em;
}

.p-productNav__link.is-active,
.p-productNav__link:hover,
.p-productNav__link:focus-visible {
  opacity: 1;
  background-color: #EBF8F5;
  font-weight: 700;
}

.p-productNav__link.is-active .p-productNav__linkIcon,
.p-productNav__link:hover .p-productNav__linkIcon,
.p-productNav__link:focus-visible .p-productNav__linkIcon {
  fill: #00AFCC;
}

.p-productNav__linkText {
  width: min(190px, 50.6666666667vw);
}

.p-productNav__linkIcon {
  fill: #888;
  display: inline-block;
  -webkit-transition: fill .3s;
  transition: fill .3s;
  margin-left: auto;
  width: 1em;
  height: 1em;
}

.p-section__content {
  padding-top: 64px;
  padding-bottom: 64px;
}

.p-section__body {
  margin-top: 40px;
}

/************************************************************************
* visible device
************************************************************************/
.u-onlyPc {
  display: none;
}

.u-onlyTab {
  display: none;
}

.u-onlySp {
  display: none;
}

.u-inlineBlock {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

.u-inline {
  display: inline !important;
}

.u-hidden {
  display: none !important;
}

/************************************************************************
* p-topAbout
************************************************************************/
.p-topAbout__content.p-section__content {
  padding-bottom: 0;
}

.p-topAbout__body {
  background-color: #F1F2F6;
  padding-top: 32px;
  padding-bottom: 64px;
}

.p-topAbout__textWrap {
  background-color: #fff;
  padding: 33px;
  line-height: 1.8;
}

/************************************************************************
* p-topNews
************************************************************************/

/************************************************************************
* p-topProduct
************************************************************************/
.p-topProduct {
  background-color: #F1F2F6;
}

@media screen and (min-width: 768px) {

  html {
    font-size: 1.25vw;
  }

  .l-container {
    padding-right: 32px;
    padding-left: 32px;
    max-width: 1344px;
  }

  .l-container.l-container--narrow {
    max-width: 1184px;
  }

  .l-container.l-container--wide {
    max-width: 1600px;
  }

  .c-sectionTitle__en {
    font-size: 48px;
  }

  .p-col.p-col--col2 {
    gap: 4.75rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .p-col.p-col--col4 {
    gap: 3.125rem;
    grid-template-columns: repeat(4, 1fr);
  }

  .p-cta__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .p-cta__btn+.p-cta__btn {
    margin-top: 0;
    margin-left: 32px;
  }

  .p-footer__navList {
    gap: 24px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-footer__navItem+.p-footer__navItem {
    margin-top: 0;
  }

  .p-fv {
    background-image: url('../img/top/mv-pc.jpg');
    padding-top: 217px;
    padding-bottom: 209px;
  }

  .p-fv__lead {
    font-size: 48px;
  }

  .p-fv__leadSub {
    margin-top: 16px;
    font-size: .5em;
  }

  .p-header {
    padding-top: 32px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .p-header__logo>a {
    display: block;
  }

  .p-header__logo>a img {
    width: 142px;
  }

  .p-header__logoText {
    margin-top: 3px;
    margin-left: 0;
  }

  .p-header__nav {
    display: block;
    margin-top: 12px;
    margin-left: auto;
    padding-left: 20px;
  }

  .p-header__nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-header__nav li+li {
    margin-left: 24px;
  }

  .p-header__nav li>a {
    display: block;
    min-width: 84px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }

  .p-header__nav li>a::after {
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    margin-top: 13px;
    background-color: #00AFCC;
    width: 100%;
    height: 2px;
    content: '';
  }

  .p-header__nav li>a.is-active,
  .p-header__nav li>a:hover,
  .p-header__nav li>a:focus-visible {
    opacity: 1;
  }

  .p-header__nav li>a.is-active::after,
  .p-header__nav li>a:hover::after,
  .p-header__nav li>a:focus-visible::after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .p-header__nav li>a>span {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
  }

  .p-header__drawer {
    display: none;
  }

  .p-postList__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .p-postList__itemMeta {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }

  .p-postList__itemTitle {
    margin-top: 0;
    margin-left: 26px;
  }

  .p-product__content {
    margin-top: 80px;
  }

  .p-productContent__table .p-productContent__tableFirstColumn.p-productContent__tableFirstColumn--structure {
    width: 210px;
  }

  .p-productContent__table .p-productContent__tableFirstColumn.p-productContent__tableFirstColumn--characteristic {
    width: 210px;
  }

  .p-productMain__title {
    padding-bottom: 0;
    padding-left: 24px;
  }

  .p-productMain__title::after {
    top: 0;
    width: 2px;
    height: auto;
  }

  .p-productMain__mainTitle {
    font-size: 48px;
  }

  .p-section__content {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .p-topAbout__textWrap {
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

  .u-onlyTab {
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {

  .u-hidden--tab {
    display: none !important;
  }
}

@media only screen and (min-width: 919px) {

  .p-lower__cta {
    margin-top: 120px;
  }

  .p-product__inner {
    gap: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .p-product__aside {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 318px;
    -ms-flex: 0 0 318px;
    flex: 0 0 318px;
  }

  .p-product__spProductNav {
    display: none;
  }
}

@media screen and (min-width: 1024px) {

  .p-col.p-col--col3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .u-onlyPc {
    display: block;
  }

  .u-hidden--pc {
    display: none !important;
  }
}

@media (min-width: 1280px) {

  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {

  .p-header__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .u-onlySp {
    display: block;
  }

  .u-hidden--sp {
    display: none !important;
  }
}

@media (max-width: 375px) {

  html {
    font-size: 4.2666666667vw;
  }
}

/************************************************************************
* add utility
************************************************************************/

.u-overflowHidden {
  overflow-y: hidden;
}

/************************************************************************
* add p-change_language__container
************************************************************************/

.p-change_language__container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  min-height: 36px;
}

.p-change_language__container .p-lang__btn {
  padding: 0.25rem;
  max-width: 120px;
  font-size: 12px;
}

.p-change_language__container .p-lang__btn.is-active-lang {
  border-color: #00afcc;
  background-color: #00afcc;
  color: #fff;
  fill: currentColor;
}

.p-change_language__container .p-lang__btn.is-active-lang .c-svg {
  fill: currentColor;
}

.p-drawer__inner .p-change_language__container {
  margin-top: 32px;
  flex-flow: column;
  gap: 16px;
}

.p-drawer__inner .p-change_language__container .p-lang__btn {
  padding-block: 16px;
  max-width: 320px;
  font-size: 16px;
}

/************************************************************************
* overwriting
************************************************************************/

.p-header {
  padding-top: 12px;
}

.p-drawer__bg.is-opened {
  background: #fff;
}

.p-drawer__content {
  top: unset;
  padding-top: 32px;
}

.p-drawer__content.is-opened {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*# sourceMappingURL=map/style.css.map */