/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./resources/scss/style.scss ***!
  \******************************************************************************************************************************************************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
picture {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-text-size-adjust: none;
}

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

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
picture {
  display: block;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins,
a {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

:root {
    --text: #000;
    --white: #FFF;
    --yellow: #FCB900;
    --blue: #0674F4;
    --line: #C3CBD7;
    --bg: #F8F8F8;
    --poppins: Poppins;
}
html {
  font-size: 2.6666666667vw;
}
@media (min-width: 897px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  color: #000;
  letter-spacing: 0.1em;
}
body.fixed {
  overflow: hidden;
}

main {
  background-color: #F8F8F8;
}

.container {
  padding-bottom: 8rem;
}
.container--product {
  padding-bottom: 0;
}
.container__content {
  background-color: #fff;
  padding: 5rem 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 897px) {
  .container__content {
    width: 90%;
    max-width: 101.4rem;
    margin: 0 auto 3rem;
    border-radius: 2rem;
    padding: 5rem 10.4rem;
  }
}
.container__content > *:first-child {
  margin-top: 0;
}
.container__content-box {
  margin-top: 4rem;
}
@media (min-width: 897px) {
  .container__content-box {
    margin-top: 5rem;
  }
}
.container--simple {
  position: relative;
  padding: 5.7rem 0 0;
}
@media (min-width: 897px) {
  .container--simple {
    padding: 8rem 0 0;
  }
}
.container__inner {
  padding: 3rem 0 6rem;
}
@media (min-width: 897px) {
  .container__inner {
    padding: 3.5rem 0 8rem;
  }
}
.container__title {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 5rem;
}
@media (min-width: 897px) {
  .container__title {
    font-size: 3.8rem;
    margin-bottom: 6rem;
  }
}
.container__title2 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 5rem;
}
@media (min-width: 897px) {
  .container__title2 {
    font-size: 2.4rem;
    margin-top: 6rem;
  }
}
.container__title3 {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-top: 2.8rem;
}
@media (min-width: 897px) {
  .container__title3 {
    font-size: 2rem;
    margin-top: 3.8rem;
  }
}
.container__title4 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 2.4rem;
}
@media (min-width: 897px) {
  .container__title4 {
    margin-top: 3.4rem;
  }
}
.container__text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 2rem;
}
.container__text + .container__text {
  margin-top: 3rem;
}
.container__link {
  text-decoration: underline;
  color: #0674F4;
}
.container__link:hover {
  text-decoration: none;
}
.container__figure-wrap {
  display: flex;
  justify-content: space-between;
}
.container__figure-wrap .news-detail__figure {
  width: 48%;
}
.container__figure {
  margin-top: 2rem;
}
@media (min-width: 897px) {
  .container__figure {
    margin-top: 4.5rem;
  }
}
.container__caption {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  margin-top: 1rem;
  color: #2E3A41;
}
@media (min-width: 897px) {
  .container__caption {
    font-size: 1.4rem;
  }
}
.container__list {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  margin-top: 1rem;
  color: #2E3A41;
}
@media (min-width: 897px) {
  .container__list {
    font-size: 1.4rem;
  }
}
.container__list--first {
  padding-left: 1rem;
}
.container__list--alpha li {
  list-style-type: lower-alpha;
}
.container__list-item {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.75;
  list-style: decimal;
  list-style-position: inside;
  text-indent: -1.8rem;
  padding-left: 1.8rem;
}
@media (min-width: 897px) {
  .container__list-item {
    font-size: 1.6rem;
    text-indent: -2rem;
    padding-left: 2rem;
  }
}
.container__list-item + .container__list-item {
  margin-top: 0.5rem;
}

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

a {
  color: inherit;
}

small {
  font-size: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
.hidden-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sp_br {
  display: inline !important;
}
@media (min-width: 897px) {
  .sp_br {
    display: none !important;
  }
}
.sp_only {
  display: block !important;
}
@media (min-width: 897px) {
  .sp_only {
    display: none !important;
  }
}

.pc_br {
  display: none !important;
}
@media (min-width: 897px) {
  .pc_br {
    display: inline !important;
  }
}
.pc_only {
  display: none !important;
}
@media (min-width: 897px) {
  .pc_only {
    display: block !important;
  }
}

.visual-title {
  position: relative;
  height: 31rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 897px) {
  .visual-title {
    height: 46.8rem;
  }
}
.visual-title__text {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -40%);
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
}
@media (min-width: 897px) {
  .visual-title__text {
    font-size: 3.8rem;
  }
}
.visual-title__shoulder-text {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
}
@media (min-width: 897px) {
  .visual-title__shoulder-text {
    font-size: 2.2rem;
    margin-bottom: 2.8rem;
  }
}

.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.3s background-color;
}
.header .pc-header {
  height: 11rem;
  transition: 0.3s height;
}
.header .pc-header__logo {
  width: 17rem;
  transition: 0.3s width;
}
.header .sp-header__logo {
  width: 12rem;
  margin-right: 1.8rem;
  transition: 0.3s width, 0.3s margin;
}
.header--scroll {
  background-color: #212529;
}
.header--scroll .pc-header {
  height: 8rem;
}
.header--scroll .pc-header__logo {
  width: 13rem;
}
.header--scroll .sp-header__logo {
  width: 9.4rem;
  margin-right: 5.8rem;
}

.sp-header {
  display: block;
}
@media (min-width: 897px) {
  .sp-header {
    display: none;
  }
}
.sp-header__inner {
  position: relative;
  height: 5.7rem;
  display: flex;
  align-items: center;
  padding-right: 7.1rem;
  justify-content: space-between;
}
.sp-header__logo {
  display: block;
  padding-left: 0.8rem;
}
.sp-header__contact {
  background-color: #004E77;
  border-radius: 10rem;
  width: 10.6rem;
  height: 3.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s background-color;
  color: #fff;
}
.sp-header__contact:hover {
  background-color: #D39B00;
}
.sp-header__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.7rem;
  height: 5.7rem;
  background-color: #212529;
}
.sp-header__btn span {
  width: 2.6rem;
  height: 0.1rem;
  background-color: #fff;
  border-radius: 10rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s transform, 0.3s top, 0.3s opacity;
}
.sp-header__btn span:nth-of-type(1) {
  top: calc(50% - 0.6rem);
}
.sp-header__btn span:nth-of-type(2) {
  top: 50%;
}
.sp-header__btn span:nth-of-type(3) {
  top: calc(50% + 0.6rem);
}
.sp-header__content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
.sp-header__content--active {
  pointer-events: all;
}
.sp-header__content--active .sp-header__content-bg {
  background-color: rgba(33, 37, 41, 0.5);
}
.sp-header__content--active .sp-header__content-inner {
  transform: translateX(0%);
}
.sp-header__content-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}
.sp-header__content-close {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  width: 2.6rem;
  height: 2.6rem;
}
.sp-header__content-close::before, .sp-header__content-close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  background-color: #fff;
  top: 50%;
  left: 50%;
}
.sp-header__content-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.sp-header__content-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sp-header__content-inner {
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: scroll;
  width: 31.5rem;
  height: 100vh;
  background-color: #212529;
  transform: translateX(100%);
  transition: 0.3s transform;
  padding: 2rem 0 4rem;
}
.sp-header__content-logo {
  display: block;
  width: 10.4rem;
  margin-left: 3rem;
  margin-bottom: 2rem;
}
.sp-header__content-list {
  margin-bottom: 1.2rem;
}
.sp-header__content-item {
  border-bottom: 0.1rem solid #2E3A41;
}
.sp-header__content-item-en{
  color: var(--gray, var(--Neutral-060, #B5B5B5));
  font-family: Poppins;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.2px;
  margin-left: 1.5rem;
}
.sp-header__content-item:first-of-type {
  border-top: 0.1rem solid #2E3A41;
}
.sp-header__content-item a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.5rem 3.7rem 2.5rem 3rem;
  font-weight: 700;
  font-size: 1.6rem;
  color: #F8F8F8;
  letter-spacing: 0.1em;
}
.sp-header__content-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%) rotate(45deg);
  width: 1.4rem;
  height: 1.4rem;
  border: 0.2rem solid #fff;
  border-bottom: none;
  border-left: none;
}
.sp-header__content-item a::after {
  content: attr(data-name);
  font-weight: 400;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  margin-left: 1.5rem;
  color: #B5B5B5;
}
.sp-header__content-contact {
  background-color: #004E77;
  border-radius: 10rem;
  width: 23.6rem;
  height: 4.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s background-color;
  color: #fff;
  margin: 0 auto 3.5rem;
}
.sp-header__content-contact:hover {
  background-color: #D39B00;
}
.sp-header__content-sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
}
.sp-header__content-sns-item {
  margin-right: 1.7rem;
}
.sp-header__content-sns-item:last-of-type {
  margin-right: 0;
}
.sp-header__content-sns-item a {
  width: 4.5rem;
  display: block;
}
.sp-header__content-policy {
  display: flex;
  justify-content: center;
}
.sp-header__content-policy a {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4166666667;
}

.pc-header {
  display: none;
}
@media (min-width: 897px) {
  .pc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
  }
}
.pc-header__logo {
  display: block;
}
.pc-header__list {
  display: flex;
  align-items: center;
}
.pc-header__item {
  margin-right: 3rem;
}
.pc-header__item:last-of-type {
  margin-right: 0;
}
.pc-header__link {
  position: relative;
  display: block;
  color: #F8F8F8;
  font-weight: 700;
  font-size: 1.6rem;
}
.pc-header__link--contact {
  background-color: #004E77;
  border-radius: 10rem;
  width: 16.8rem;
  height: 4rem;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s background-color;
  color: #fff;
}
.pc-header__link--contact:hover {
  background-color: #0078A8;
}
.pc-header__link--hover::before {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #fff;
  transition: 0.3s width;
}
.pc-header__link--hover:hover::before {
  width: 100%;
}

.footer {
  position: relative;
  background-color: #2E3A41;
}
.footer__contact {
  padding: 3.5rem 0;
  background-color: #212529;
}
@media (min-width: 897px) {
  .footer__contact {
    padding: 3.1rem 0;
  }
}
@media (min-width: 897px) {
  .footer__contact-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.footer__contact-text {
  position: relative;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 4.3rem;
}
@media (min-width: 897px) {
  .footer__contact-text {
    text-align: left;
    margin-bottom: 0;
    margin-right: 9.4rem;
    font-size: 2rem;
  }
}
.footer__contact-text::before {
  content: "";
  position: absolute;
  inset: auto auto -1.5rem 50%;
  transform: translate(-50%, 100%);
  background-image: url(../images/icon_contact_sp.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.7rem;
  height: 1.3rem;
}
@media (min-width: 897px) {
  .footer__contact-text::before {
    background-image: url(../images/icon_contact_pc.svg);
    width: 1.7rem;
    height: 1.7rem;
    inset: 50% -3rem auto auto;
    transform: translate(100%, -50%);
  }
}
.footer__contact-link {
  background-color: #004E77;
  border-radius: 10rem;
  width: 26.3rem;
  height: 5.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s background-color;
  color: #fff;
  margin: 0 auto;
}
.footer__contact-link:hover {
  background-color: #0078A8;
}
@media (min-width: 897px) {
  .footer__contact-link {
    margin: 0;
    width: 34.7rem;
    height: 6rem;
    font-size: 1.8rem;
  }
}
.footer__inner {
  padding: 3rem 2rem 2rem;
}
@media (min-width: 897px) {
  .footer__inner {
    padding: 4.5rem 6rem 3.5rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.footer__link-list {
  display: none;
}
@media (min-width: 897px) {
  .footer__link-list {
    display: flex;
    align-items: center;
    margin-bottom: 12.5rem;
  }
}
.footer__link-item {
  margin-right: 3rem;
}
.footer__link-item:last-of-type {
  margin-right: 0;
}
.footer__link-item a {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4375;
  color: #fff;
}
.footer__sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.5rem;
}
@media (min-width: 897px) {
  .footer__sns-list {
    justify-content: flex-end;
    margin-bottom: 4rem;
  }
}
.footer__sns-item {
  margin-right: 1.7rem;
}
.footer__sns-item:last-of-type {
  margin-right: 0;
}
.footer__sns-item a {
  display: block;
  width: 4.5rem;
}
.footer__policy {
  text-align: center;
  margin-bottom: 3.5rem;
}
@media (min-width: 897px) {
  .footer__policy {
    text-align: right;
    margin-bottom: 0;
  }
}
.footer__policy a {
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  color: #fff;
}
.footer__logo {
  display: block;
  width: 14.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 897px) {
  .footer__logo {
    width: 16.1rem;
    margin-bottom: 2.8rem;
  }
}
.footer__company {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4375;
  margin-bottom: 1.5rem;
  color: #fff;
}
@media (min-width: 897px) {
  .footer__company {
    margin-bottom: 1rem;
  }
}
.footer__address {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.75;
  margin-bottom: 3.4rem;
  color: #fff;
}
@media (min-width: 897px) {
  .footer__address {
    font-size: 1.4rem;
    margin-bottom: 4.4rem;
  }
}
.footer__copy {
  color: #A9A9A9;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
}

.breadcrumb {
  position: relative;
  display: flex;
  padding: 2rem 0;
  width: 92%;
  max-width: 122rem;
  margin: 0 auto;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (min-width: 897px) {
  .breadcrumb {
    padding: 3rem 0;
  }
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb__item {
  position: relative;
  margin-right: 3rem;
  font-size: 1.2rem;
  word-break: keep-all;
  white-space: nowrap;
}
@media (min-width: 897px) {
  .breadcrumb__item {
    font-size: 1.4rem;
  }
}
.breadcrumb__item:last-of-type {
  margin-right: 0;
  pointer-events: none;
}
.breadcrumb__item:last-of-type::before {
  display: none;
}
.breadcrumb__item:last-of-type .breadcrumb__link {
  text-decoration: none;
}
.breadcrumb__item::before {
  position: absolute;
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border: 0.1rem solid #B5B5B5;
  border-bottom: none;
  border-left: none;
  top: 50%;
  right: -1.5rem;
  transform: translateY(-50%) rotate(45deg);
}
.breadcrumb__link {
  display: block;
  font-weight: 400;
  font-size: 1.2rem;
  text-decoration: underline;
  word-break: keep-all;
  white-space: nowrap;
}
@media (min-width: 897px) {
  .breadcrumb__link {
    font-size: 1.4rem;
  }
}
.breadcrumb__link:hover {
  text-decoration: none;
}

.top-mainvisual {
  position: relative;
}
.top-mainvisual__text {
  position: absolute;
  text-align: center;
  width: 100%;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -40%);
  z-index: 2;
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 1.1;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 897px) {
  .top-mainvisual__text {
    display: inline-block;
    width: auto;
    text-align: left;
    font-size: 9.6rem;
    inset: 50% 11.6rem auto auto;
    transform: translate(0, -35%);
  }
}
.top-mainvisual__text--yellow {
  color: #FCB900;
}

.top-slider {
  position: relative;
}
.top-slider__item {
  opacity: 0;
}
.top-slider__item:nth-of-type(n + 2) {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}
.top-slider__item--active {
  opacity: 1;
}

.top-news {
  padding: 5rem 0 0;
}
@media (min-width: 897px) {
  .top-news {
    padding: 7rem 0 0;
    display: grid;
    grid-template-columns: 25.1028806584% 74.8971193416%;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0;
    grid-row-gap: 0;
    margin: 0 auto;
    width: 90%;
    max-width: 121.5rem;
  }
}
@media (min-width: 897px) {
  .top-news__grid-item {
    grid-area: 1/1/2/2;
  }
}
.top-news__title {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  padding-bottom: 2.3rem;
  margin-bottom: 3rem;
}
@media (min-width: 897px) {
  .top-news__title {
    text-align: left;
    font-size: 3.2rem;
    padding-bottom: 3.3rem;
    margin-bottom: 4rem;
  }
}
.top-news__title::before {
  content: attr(data-text);
  display: block;
  color: #B5B5B5;
  font-weight: 600;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1rem;
}
.top-news__title::after {
  content: "";
  position: absolute;
  inset: auto auto 0 50%;
  transform: translateX(-50%);
  width: 4.6rem;
  height: 0.3rem;
  background-color: #C1D4DF;
}
@media (min-width: 897px) {
  .top-news__title::after {
    inset: auto auto 0 0;
    transform: translateX(0);
  }
}
@media (min-width: 897px) {
  .top-news__list-wrap {
    grid-area: 1/2/3/3;
  }
}
.top-news__list {
  background-color: #fff;
  padding: 3rem 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 897px) {
  .top-news__list {
    margin-bottom: 0;
    padding: 3rem 4rem;
    border-radius: 2rem;
  }
}
.top-news__item {
  padding-bottom: 1.4rem;
  margin-bottom: 1.4rem;
  border-bottom: 0.1rem solid #C3CBD7;
}
@media (min-width: 897px) {
  .top-news__item {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.top-news__item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.top-news__item a {
  display: block;
}
@media (min-width: 897px) {
  .top-news__item a {
    display: flex;
    align-items: center;
  }
}
.top-news__time {
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  color: #B5B5B5;
  margin-right: 1rem;
  margin-bottom: 0.4rem;
}
@media (min-width: 897px) {
  .top-news__time {
    margin-right: 2.9rem;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
.top-news__tag {
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  color: #0078A8;
  margin-bottom: 0.4rem;
}
@media (min-width: 897px) {
  .top-news__tag {
    margin-right: 1.5rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    width: 7.5rem;
    flex-shrink: 0;
  }
}
.top-news__text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media (min-width: 897px) {
  .top-news__text {
    font-size: 1.6rem;
  }
}
.top-news__text.pdf::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_pdf.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 4px;
}
.top-news__link {
  text-align: right;
  padding-right: 1.2rem;
}
@media (min-width: 897px) {
  .top-news__link {
    grid-area: 2/1/3/2;
    text-align: left;
  }
}
.top-news__link a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4375;
  padding-right: 3.6rem;
}
.top-news__link a::before {
  content: "";
  position: absolute;
  border-radius: 10rem;
  width: 2.8rem;
  height: 2.8rem;
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
  background-color: #004E77;
  background-image: url(../images/arrow_w.svg);
  background-position: center center;
  background-size: 1.1rem 0.9rem;
  background-repeat: no-repeat;
  transition: 0.3s transform;
}
.top-news__link a:hover::before {
  transform: translateY(-50%) scale(1.2);
}

.news__inner {
  padding: 0 0 8rem;
}
.news__content {
  margin: 2rem auto 0;
}
@media (min-width: 897px) {
  .news__content {
    display: flex;
    width: 90%;
    max-width: 122rem;
    margin: 3rem auto 0;
  }
}
.news__content-inner {
  padding: 0 0 0 2rem;
}
@media (min-width: 897px) {
  .news__content-inner {
    width: 16.6255144033%;
    padding: 0;
  }
}
@media (min-width: 897px) {
  .news__list-inner {
    width: 83.3744855967%;
  }
}
.news__category {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 897px) {
  .news__category {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.news__category span {
  position: relative;
  display: inline-block;
  padding-bottom: 1.7rem;
}
@media (min-width: 897px) {
  .news__category span {
    padding-bottom: 2.4rem;
  }
}
.news__category span::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 0.3rem;
  background-color: #C1D4DF;
}
.news__category-list {
  display: flex;
  overflow-x: scroll;
  margin-bottom: 3.4rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.news__category-list::-webkit-scrollbar {
  display: none;
}
@media (min-width: 897px) {
  .news__category-list {
    display: block;
  }
}
.news__category-item {
  position: relative;
  padding-right: 1.6rem;
  margin-right: 1.6rem;
}
@media (min-width: 897px) {
  .news__category-item {
    padding-right: 0rem;
    margin-right: 0rem;
    margin-bottom: 2.2rem;
  }
}
.news__category-item::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 1.2rem;
  background-color: #B5B5B5;
}
@media (min-width: 897px) {
  .news__category-item::before {
    display: none;
  }
}
.news__category-item:last-of-type::before {
  display: none;
}
.news__category-link {
  display: block;
  white-space: nowrap;
  word-break: keep-all;
  font-weight: 400;
  font-size: 1.4rem;
}
@media (min-width: 897px) {
  .news__category-link {
    font-size: 1.6rem;
  }
}
.news__category-link--active {
  font-weight: 700;
}
.news__list {
  background-color: #fff;
  padding: 3rem 2rem;
}
@media (min-width: 897px) {
  .news__list {
    padding: 3rem 4rem;
    border-radius: 2rem;
  }
}
.news__item {
  padding-bottom: 1.4rem;
  margin-bottom: 1.4rem;
  border-bottom: 0.1rem solid #C3CBD7;
}
@media (min-width: 897px) {
  .news__item {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.news__item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.news__item a {
  display: block;
}
@media (min-width: 897px) {
  .news__item a {
    display: flex;
    align-items: center;
  }
}
.news__time {
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  color: #B5B5B5;
  margin-right: 1rem;
  margin-bottom: 0.4rem;
}
@media (min-width: 897px) {
  .news__time {
    margin-right: 2.9rem;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
.news__tag {
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  color: #0078A8;
  margin-bottom: 0.4rem;
}
@media (min-width: 897px) {
  .news__tag {
    margin-right: 1.5rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    width: 7.5rem;
    flex-shrink: 0;
  }
}
.news__text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media (min-width: 897px) {
  .news__text {
    font-size: 1.6rem;
  }
}
.news__text.pdf::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_pdf.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 4px;
}
.news__link {
  text-align: right;
  padding-right: 2rem;
}
@media (min-width: 897px) {
  .news__link {
    width: 90%;
    max-width: 101.4rem;
    margin: 0 auto;
    padding-right: 0;
  }
}
.news__link a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4375;
  padding-right: 3.6rem;
}
.news__link a::before {
  content: "";
  position: absolute;
  border-radius: 10rem;
  width: 2.8rem;
  height: 2.8rem;
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
  background-color: #004E77;
  background-image: url(../images/arrow_w.svg);
  background-position: center center;
  background-size: 1.1rem 0.9rem;
  background-repeat: no-repeat;
  transition: 0.3s transform;
}
.news__link a:hover::before {
  transform: translateY(-50%) scale(1.2);
}

.news-detail {
  background-color: #fff;
  padding: 5rem 0;
  margin-bottom: 3rem;
}
@media (min-width: 897px) {
  .news-detail {
    width: 90%;
    max-width: 101.4rem;
    margin: 0 auto 3rem;
    border-radius: 2rem;
    padding: 7rem 0 5rem;
  }
}
.news-detail__inner {
  padding: 0 2rem;
}
@media (min-width: 897px) {
  .news-detail__inner {
    padding: 0 10.4rem;
  }
}
.news-detail__title {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 1.4rem;
}
@media (min-width: 897px) {
  .news-detail__title {
    font-size: 3.2rem;
    margin-bottom: 0.9rem;
  }
}
.news-detail__subtitle {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 5rem;
}
@media (min-width: 897px) {
  .news-detail__subtitle {
    font-size: 2.4rem;
    margin-top: 6rem;
  }
}
.news-detail__time {
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  color: #B5B5B5;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (min-width: 897px) {
  .news-detail__time {
    font-size: 1.4rem;
    margin-right: 1.8rem;
    margin-bottom: 3rem;
  }
}
.news-detail__tag {
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3333333333;
  color: #0674F4;
  margin-bottom: 1rem;
}
@media (min-width: 897px) {
  .news-detail__tag {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
.news-detail__text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 2rem;
}
.news-detail__text + .news-detail__text {
  margin-top: 3rem;
}
.news-detail__link {
  text-decoration: underline;
  color: #0674F4;
}
.news-detail__link:hover {
  text-decoration: none;
}
.news-detail__figure-wrap {
  display: flex;
  justify-content: space-between;
}
.news-detail__figure-wrap .news-detail__figure {
  width: 48%;
}
.news-detail__figure {
  margin-top: 2rem;
}
@media (min-width: 897px) {
  .news-detail__figure {
    margin-top: 4.5rem;
  }
}
.news-detail__figure img {
  width: auto;
  max-width: 100%;
}
.news-detail__caption {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  margin-top: 1rem;
  color: #2E3A41;
}
@media (min-width: 897px) {
  .news-detail__caption {
    font-size: 1.4rem;
  }
}

.news-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
@media (min-width: 897px) {
  .news-pager {
    margin-top: 5rem;
  }
}
.news-pager__item {
  margin-right: 1rem;
  font-size: 1.6rem;
}
@media (min-width: 897px) {
  .news-pager__item {
    margin-right: 1.5rem;
  }
}
.news-pager__item:last-of-type {
  margin-right: 0;
}
.news-pager__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  background-color: #fff;
  border: 0.1rem solid #C3CBD7;
}
.news-pager__link--active {
  background-color: #DCEFFA;
  border: none;
}

.product {
  position: relative;
}
@media (min-width: 897px) {
  .product__link-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0.1rem;
    grid-row-gap: 0px;
    margin-bottom: 0.1rem;
  }
}
.product__link-item {
  margin-bottom: 0.1rem;
}
@media (min-width: 897px) {
  .product__link-item {
    margin-bottom: 0;
  }
}
.product__link-link {
  position: relative;
  display: block;
}
.product__link-text {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4375;
  padding-right: 3.6rem;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  word-break: keep-all;
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
}
.product__link-text::before {
  content: "";
  position: absolute;
  border-radius: 10rem;
  width: 2.8rem;
  height: 2.8rem;
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
  background-color: #004E77;
  background-image: url(../images/arrow_w.svg);
  background-position: center center;
  background-size: 1.1rem 0.9rem;
  background-repeat: no-repeat;
  transition: 0.3s transform;
}
.product__link-text:hover::before {
  transform: translateY(-50%) scale(1.2);
}

.product-detail {
  position: relative;
}
.product-detail__inner {
  background-color: #fff;
}
.product-detail__content {
  padding: 6rem 0 8rem 0;
}
@media (min-width: 897px) {
  .product-detail__content {
    padding: 8rem 0 10rem 0;
  }
}
.product-detail__content-inner {
  width: 92%;
  margin: 0 auto;
}
@media (min-width: 897px) {
  .product-detail__content-inner {
    max-width: 122rem;
  }
}
.product-detail__flex {
  margin-bottom: 4rem;
}
@media (min-width: 897px) {
  .product-detail__flex {
    margin-bottom: 6rem;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 897px) {
  .product-detail__flex-inner {
    width: 48.3606557377%;
  }
}
.product-detail__title {
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
@media (min-width: 897px) {
  .product-detail__title {
    font-size: 3.4rem;
    margin-bottom: 7rem;
  }
}
.product-detail__img-wrap {
  margin-bottom: 5rem;
}
@media (min-width: 897px) {
  .product-detail__img-wrap {
    margin-bottom: 0;
    width: 43.4426229508%;
  }
}
.product-detail__img-inner {
  position: relative;
}
.product-detail__img-small {
  position: absolute;
  inset: auto 0.8rem 0.8rem auto;
  width: 10.8rem;
  border-radius: 10rem;
  overflow: hidden;
}
@media (min-width: 897px) {
  .product-detail__img-small {
    inset: auto 1.2rem 1.2rem auto;
    width: 31.5094339623%;
  }
}
.product-detail__img-label {
  padding: 1rem;
  font-weight: 700;
  font-size: 1.2rem;
  display: inline-block;
  color: #fff;
  background-color: #DC0000;
}
@media (min-width: 897px) {
  .product-detail__img-label {
    font-size: 1.4rem;
  }
}
.product-detail__subtitle {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
  padding-bottom: 2.3rem;
  margin-bottom: 3rem;
}
@media (min-width: 897px) {
  .product-detail__subtitle {
    text-align: left;
    font-size: 3.2rem;
    padding-bottom: 3.8rem;
    margin-bottom: 3.5rem;
  }
}
.product-detail__subtitle::before {
  content: "";
  position: absolute;
  inset: auto auto 0 50%;
  transform: translateX(-50%);
  width: 5.1rem;
  height: 0.3rem;
  background-color: #FCB900;
}
@media (min-width: 897px) {
  .product-detail__subtitle::before {
    inset: auto auto 0 0;
    transform: translateX(0);
  }
}
.product-detail__subtitle--small {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 897px) {
  .product-detail__subtitle--small {
    font-size: 1.8rem;
  }
}
.product-detail__text {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 2rem;
  letter-spacing: 0.02em;
}
@media (min-width: 897px) {
  .product-detail__text {
    font-size: 2.2rem;
    line-height: 1.85;
  }
}
.product-detail__subtext {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.85;
  letter-spacing: 0.06em;
}
@media (min-width: 897px) {
  .product-detail__subtext {
    font-size: 1.6rem;
  }
}
.product-detail__point-list {
  margin-bottom: 4rem;
}
@media (min-width: 897px) {
  .product-detail__point-list {
    margin-bottom: 7rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}
.product-detail__point-item {
  margin-bottom: 1rem;
  display: flex;
}
.product-detail__point-item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 897px) {
  .product-detail__point-item {
    margin-bottom: 0;
  }
}
.product-detail__point-num {
  width: 15.3623188406%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-family: "Poppins", sans-serif;
  background-color: #FCB900;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 897px) {
  .product-detail__point-num {
    width: 11.6666666667%;
    font-size: 1.2rem;
  }
}
.product-detail__point-num span {
  display: block;
  font-size: 2.4rem;
  margin-right: 0.4rem;
}
@media (min-width: 897px) {
  .product-detail__point-num span {
    margin-right: 0;
    margin-top: 0.4rem;
    font-size: 3.2rem;
  }
}
.product-detail__point-content {
  width: 84.6376811594%;
  background-color: #F8F8F8;
  padding: 2rem;
}
@media (min-width: 897px) {
  .product-detail__point-content {
    width: 88.3333333333%;
  }
}
.product-detail__point-text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
}
@media (min-width: 897px) {
  .product-detail__point-text {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}
.product-detail__point-subtext {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media (min-width: 897px) {
  .product-detail__point-subtext {
    font-size: 1.6rem;
  }
}
.product-detail__pdf {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 2.2rem;
}
@media (min-width: 897px) {
  .product-detail__pdf {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.product-detail__pdf-item {
  margin-bottom: 2rem;
}
.product-detail__pdf-item:last-of-type {
  margin-bottom: 0;
}
.product-detail__pdf-link {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: underline;
}
@media (min-width: 897px) {
  .product-detail__pdf-link {
    font-size: 1.6rem;
  }
}
.product-detail__pdf-link::before {
  content: "";
  display: block;
  width: 2.3rem;
  height: 2.3rem;
  background-image: url(../images/icon_pdf.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.8rem;
}

.product-other {
  padding: 7rem 0 0;
}
@media (min-width: 897px) {
  .product-other {
    padding: 10rem 0 0;
  }
}
.product-other__inner {
  width: 92%;
  margin: 0 auto;
}
@media (min-width: 897px) {
  .product-other__inner {
    max-width: 80.6rem;
  }
}
.product-other__title {
  position: relative;
  text-align: center;
  padding-bottom: 2.3rem;
  margin-bottom: 3rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (min-width: 897px) {
  .product-other__title {
    font-size: 3.2rem;
    padding-bottom: 3.3rem;
    margin-bottom: 4rem;
  }
}
.product-other__title::before {
  content: "";
  position: absolute;
  width: 5.1rem;
  height: 0.3rem;
  inset: auto auto 0 50%;
  transform: translateX(-50%);
  background-color: #FCB900;
}
.product-other__list {
  margin-bottom: 2rem;
}
@media (min-width: 897px) {
  .product-other__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
}
.product-other__item {
  margin-bottom: 3rem;
}
@media (min-width: 897px) {
  .product-other__item {
    margin-bottom: 0;
    width: 48.7593052109%;
  }
}
.product-other__item:last-of-type {
  margin-bottom: 0;
}
.product-other__item-img-wrap {
  position: relative;
}
.product-other__item-sub {
  position: absolute;
  inset: auto 1.1rem 1.1rem auto;
  width: 10.8rem;
  border-radius: 10rem;
  overflow: hidden;
}
@media (min-width: 897px) {
  .product-other__item-sub {
    width: 12.3rem;
    inset: auto 1.2rem 1.2rem auto;
  }
}
.product-other__item-link {
  display: block;
  background-color: #fff;
}
.product-other__item-inner {
  position: relative;
  padding: 2.5rem 2rem 6.8rem;
}
@media (min-width: 897px) {
  .product-other__item-inner {
    padding: 3rem 2.5rem 8.3rem;
  }
}
.product-other__item-title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
@media (min-width: 897px) {
  .product-other__item-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.product-other__item-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7;
}
@media (min-width: 897px) {
  .product-other__item-text {
    font-size: 1.6rem;
  }
}
.product-other__item-btn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4375;
  padding-right: 3.6rem;
  position: absolute;
  inset: auto 2rem 2rem auto;
  font-size: 1.4rem;
}
.product-other__item-btn::before {
  content: "";
  position: absolute;
  border-radius: 10rem;
  width: 2.8rem;
  height: 2.8rem;
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
  background-color: #FCB900;
  background-image: url(../images/arrow.svg);
  background-position: center center;
  background-size: 1.1rem 0.9rem;
  background-repeat: no-repeat;
  transition: 0.3s transform;
}
.product-other__item-btn:hover::before {
  transform: translateY(-50%) scale(1.2);
}
@media (min-width: 897px) {
  .product-other__item-btn {
    inset: auto 2.5rem 3rem auto;
    font-size: 1.6rem;
  }
}
.product-other__link {
  text-align: center;
}
.product-other__link a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4375;
  padding-right: 3.6rem;
}
.product-other__link a::before {
  content: "";
  position: absolute;
  border-radius: 10rem;
  width: 2.8rem;
  height: 2.8rem;
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
  background-color: #FCB900;
  background-image: url(../images/arrow.svg);
  background-position: center center;
  background-size: 1.1rem 0.9rem;
  background-repeat: no-repeat;
  transition: 0.3s transform;
}
.product-other__link a:hover::before {
  transform: translateY(-50%) scale(1.2);
}

.about__subtitle {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  padding-bottom: 2.3rem;
  margin-bottom: 4rem;
}
@media (min-width: 897px) {
  .about__subtitle {
    font-size: 3.2rem;
    padding-bottom: 3.3rem;
    margin-bottom: 7rem;
  }
}
.about__subtitle--blue {
  color: #0078A8;
}
.about__subtitle--small {
  display: block;
  font-size: 1.4rem;
}
@media (min-width: 897px) {
  .about__subtitle--small {
    font-size: 1.6rem;
  }
}
.about__subtitle::before {
  content: "";
  position: absolute;
  width: 5.1rem;
  height: 0.3rem;
  inset: auto auto 0 50%;
  transform: translateX(-50%);
  background-color: #C1D4DF;
}
.about__link {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 897px) {
  .about__link {
    padding-left: 2.6rem;
    max-width: 144rem;
    margin: 0 auto 1.2rem;
  }
}
.about__link a {
  text-decoration-line: underline;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
}
@media (min-width: 897px) {
  .about__link a {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
}
.about__link a:hover {
  text-decoration-line: none;
}
.about__section + .about__section {
  margin-top: 8rem;
}
@media (min-width: 897px) {
  .about__section + .about__section {
    margin-top: 13rem;
  }
}
.about__text-wrap {
  width: 89.3333333333%;
  margin: 0 auto;
}
.about__text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.06em;
}
@media (min-width: 897px) {
  .about__text {
    text-align: center;
  }
}
.about__wethrive {
  background-color: #fff;
}
@media (min-width: 897px) {
  .about__wethrive {
    width: 100%;
    max-width: 144rem;
    margin: 0 auto;
    display: flex;
  }
}
@media (min-width: 897px) {
  .about__wethrive-img {
    width: 62.2916666667%;
  }
}
.about__wethrive-content {
  padding: 6rem 3.5rem;
}
@media (min-width: 897px) {
  .about__wethrive-content {
    width: 37.7083333333%;
    padding: 0 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.about__wethrive-item + .about__wethrive-item {
  margin-top: 2.5rem;
}
@media (min-width: 897px) {
  .about__wethrive-item + .about__wethrive-item {
    margin-top: 3.5rem;
  }
}
.about__wethrive-text {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (min-width: 897px) {
  .about__wethrive-text {
    font-size: 1.8rem;
  }
}
.about__wethrive-text span {
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  margin-bottom: 1rem;
  color: var(--Primary-040, #0078A8);
}
@media (min-width: 897px) {
  .about__wethrive-text span {
    font-size: 2rem;
  }
}
.about__ideas-list {
  width: 89.3333333333%;
  margin: 4rem auto 0;
  max-width: 101.2rem;
}
@media (min-width: 897px) {
  .about__ideas-list {
    margin: 7rem auto 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.about__ideas-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 897px) {
  .about__ideas-item {
    display: block;
    width: 28.6561264822%;
    margin-bottom: 6.4rem;
    margin-right: 7%;
  }
}
@media (min-width: 897px) {
  .about__ideas-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 897px) {
  .about__ideas-item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
.about__ideas-item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 897px) {
  .about__ideas-item:last-of-type {
    margin-right: 0;
  }
}
.about__ideas-img {
  width: 25.671641791%;
}
@media (min-width: 897px) {
  .about__ideas-img {
    width: 90%;
    max-width: 17rem;
    margin: 0 auto 1rem;
  }
}
.about__ideas-content {
  width: 67.1641791045%;
}
@media (min-width: 897px) {
  .about__ideas-content {
    width: 100%;
  }
}
.about__ideas-title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media (min-width: 897px) {
  .about__ideas-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1.8rem;
  }
}
.about__ideas-title--blue {
  font-size: 2.8rem;
  color: #0078A8;
}
@media (min-width: 897px) {
  .about__ideas-title--blue {
    font-size: 3.2rem;
  }
}
.about__ideas-title--small {
  font-size: 1.6rem;
}
.about__ideas-text {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media (min-width: 897px) {
  .about__ideas-text {
    text-align: center;
    line-height: 1.9;
  }
}
.about__map-img {
  max-width: 144rem;
  margin: 0 auto;
}
.about__map-content {
  width: 89.3333333333%;
  margin: 0 auto;
  max-width: 122rem;
  padding: 5rem 0 0;
}
@media (min-width: 897px) {
  .about__map-content {
    display: flex;
    justify-content: space-between;
  }
}
.about__map-list {
  margin-bottom: 4rem;
}
@media (min-width: 897px) {
  .about__map-list {
    width: 41.8032786885%;
    margin-bottom: 0;
  }
}
.about__map-item {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #C3CBD7;
  padding: 1.5rem 0;
}
@media (min-width: 897px) {
  .about__map-item {
    padding: 2rem 0;
  }
}
@media (min-width: 897px) {
  .about__map-item:first-of-type {
    border-top: 0.1rem solid #C3CBD7;
  }
}
.about__map-dt {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  width: 8.5rem;
  padding-right: 1rem;
  color: #2E3A41;
}
@media (min-width: 897px) {
  .about__map-dt {
    font-size: 1.6rem;
    width: 11rem;
    margin-right: 1.4rem;
  }
}
.about__map-dd {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  width: calc(100% - 9.5rem);
}
@media (min-width: 897px) {
  .about__map-dd {
    font-size: 1.6rem;
    width: calc(100% - 12.4rem);
  }
}
.about__map-iframe {
  position: relative;
  padding-bottom: 65.671641791%;
  height: 0;
  overflow: hidden;
}
@media (min-width: 897px) {
  .about__map-iframe {
    width: 49.1803278689%;
    padding-bottom: 40rem;
  }
}
.about__map-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact {
  position: relative;
  padding: 5.7rem 0 0;
}
@media (min-width: 897px) {
  .contact {
    padding: 8rem 0 0;
  }
}
.contact__inner {
  padding: 3rem 0 6rem;
}
@media (min-width: 897px) {
  .contact__inner {
    padding: 3.5rem 0 8rem;
  }
}
.contact__title {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 5rem;
}
@media (min-width: 897px) {
  .contact__title {
    font-size: 3.8rem;
    margin-bottom: 6rem;
  }
}
.contact__form {
  background-color: #fff;
  padding: 4rem 2rem 5rem;
  border-radius: 2rem;
}
@media (min-width: 897px) {
  .contact__form {
    padding: 4.2rem 7.4rem 5rem;
    max-width: 62.8rem;
    margin: 0 auto;
  }
}
.contact__form-item {
  margin-top: 2.5rem;
}
.contact__form-item:first-of-type {
  margin-top: 0;
}
.contact__form-item--error input,
.contact__form-item--error textarea {
  border-color: #F10808;
}
.contact__form-item--btn {
  margin-top: 4rem;
}
.contact__form-label {
  display: inline-block;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.contact__form-label sup {
  color: #F10808;
  padding-left: 0.3rem;
  vertical-align: text-top;
}
.contact__form-input-text {
  display: block;
  width: 100%;
  border: 0.1rem solid #C3CBD7;
  border-radius: 0.8rem;
  padding: 1.6rem 2rem;
  font-size: 1.6rem;
}
.contact__form-input-text::placeholder {
  color: #757575;
}
.contact__form-input-textarea {
  display: block;
  height: 22rem;
  width: 100%;
  border: 0.1rem solid #C3CBD7;
  border-radius: 0.8rem;
  padding: 1.6rem 2rem;
  font-size: 1.6rem;
}
.contact__form-input-select{
  display: block;
  width: 100%;
  border: 0.1rem solid #C3CBD7;
  border-radius: 0.8rem;
  padding: 1.6rem 2rem;
  font-size: 1.5rem;
  appearance: none;

}
.contact__form-input-select-wrap{
  position: relative;
}
.contact__form-input-select-wrap::before {
    content: "";
    display: block;
    background-color: #757575;
    width: 1px;
    height: 6px;
    border-radius: 1px;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 21.5px;
    margin: auto;
    transform: rotate(135deg);
}
.contact__form-input-select-wrap::after {
    content: "";
    display: block;
    background-color: #757575;
    width: 1px;
    height: 6px;
    border-radius: 1px;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 17.5px;
    margin: auto;
    transform: rotate(45deg);
}
.contact__form-annotation {
  position: relative;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  color: #F10808;
  margin-top: 1rem;
  padding-left: 2.4rem;
}
.contact__form-annotation::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 0;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../images/icon_note.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.contact__form-btn {
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22.6rem;
  height: 5rem;
  background-color: #0674F4;
  border-radius: 10rem;
  margin: 0 auto;
  border: none;
  transition: 0.3s background-color;
  cursor: pointer;
}
.contact__form-btn:hover {
  background-color: #0058C0;
}
.contact__form-btn--confirm {
  pointer-events: none;
  background-color: #A9A9A9;
}
.contact__form-btn--confirm-active {
  pointer-events: all;
  background-color: #0674F4;
}
.contact__confirm-item {
  padding: 2rem 0;
  border-bottom: 0.1rem solid #C3CBD7;
  display: flex;
  justify-content: space-between;
}
.contact__confirm-dt {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  width: 13.1rem;
}
@media (min-width: 897px) {
  .contact__confirm-dt {
    font-size: 1.6rem;
    width: 15.5rem;
  }
}
.contact__confirm-dd {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  letter-spacing: 0.04em;
  width: 19.2rem;
}
@media (min-width: 897px) {
  .contact__confirm-dd {
    font-size: 1.6rem;
    width: calc(100% - 17.5rem);
  }
}
.contact__complete-title {
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 3rem;
}
@media (min-width: 897px) {
  .contact__complete-title {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.contact__complete-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.contact__complete-text + .contact__complete-text {
  margin-top: 2rem;
}
.contact__complete-btn {
  text-align: right;
  margin-top: 3.2rem;
}
@media (min-width: 897px) {
  .contact__complete-btn {
    margin-top: 4rem;
  }
}
.contact__complete-btn a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4375;
  padding-right: 3.6rem;
}
.contact__complete-btn a::before {
  content: "";
  position: absolute;
  border-radius: 10rem;
  width: 2.8rem;
  height: 2.8rem;
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
  background-color: #004E77;
  background-image: url(../images/arrow_w.svg);
  background-position: center center;
  background-size: 1.1rem 0.9rem;
  background-repeat: no-repeat;
  transition: 0.3s transform;
}
.contact__complete-btn a:hover::before {
  transform: translateY(-50%) scale(1.2);
}

.pc-br {
  display: none;
}
@media (min-width: 897px) {
  .pc-br {
    display: inline-block;
  }
}

@media (min-width: 897px) {
  .sp-br {
    display: none;
  }
}

/* loading animation */
/* .loading-indicator{
  width: 100rem;
} */
.sp {
    width: 20rem;
    height: 20rem;
    clear: both;
    margin: 20px auto;
}
.sp-3balls, .sp-3balls:before, .sp-3balls:after {
    border-radius: 50%;
    background-color: #212529;
    width: 1rem;
    height: 1rem;
    transform-origin: center center;
    display: inline-block;
}
.sp-3balls {
    display: flex;
    position: relative;
    background-color: #212529;
    opacity: 1;
    -webkit-animation: spScaleAlpha 1s infinite linear;
    animation: spScaleAlpha 1s infinite linear;
}
.sp-3balls:before, .sp-3balls:after {
    content: '';
    position: relative;
    opacity: 0.25;
}
.sp-3balls:before {
    flex-shrink: 0;
    left: 2.6rem;
    top: 0rem;
    -webkit-animation: spScaleAlphaBefore 1s infinite linear;
    animation: spScaleAlphaBefore 1s infinite linear;
}
.sp-3balls:after {
    flex-shrink: 0;
    left: -3.7rem;
    -webkit-animation: spScaleAlphaAfter 1s infinite linear;
    animation: spScaleAlphaAfter 1s infinite linear;
}
@-webkit-keyframes spScaleAlpha {
    0% { opacity: 1; }
    33% { opacity: 0.25; }
    66% { opacity: 0.25; }
    100% { opacity: 1; }
}
@keyframes spScaleAlpha {
    0% { opacity: 1; }
    33% {  opacity: 0.25; }
    66% { opacity: 0.25; }
    100% {  opacity: 1; }
}
@-webkit-keyframes spScaleAlphaBefore {
    0% { opacity: 0.25; }
    33% { opacity: 1; }
    66% { opacity: 0.25; }
}
@keyframes spScaleAlphaBefore {
    0% { opacity: 0.25; }
    33% { opacity: 1; }
    66% { opacity: 0.25; }
}
@-webkit-keyframes spScaleAlphaAfter {
    33% { opacity: 0.25; }
    66% { opacity: 1; }
    100% { opacity: 0.25; }
}
@keyframes spScaleAlphaAfter {
    33% { opacity: 0.25; }
    66% { opacity: 1; }
    100% { opacity: 0.25; }
}



/*# sourceMappingURL=style.css.map*/
.container__content--error{
  padding: 3rem 2.5rem 6rem;
}
.error__title{
  font-size: 8rem;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  font-family: "Poppins", sans-serif;
  color: #2E3A41;
}
.error__title-span{
  display: block;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
}
.error__text{
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.sp-none{
  display: none;
}
.pc-none{
  display: block;
}
.common-button{
  padding: 1.8rem;
  line-height: 1;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.2rem;
  border: 0.1rem solid #C3CBD7;
  width: 100%;
  max-width: 26.3rem;
  margin: 3rem auto 0;
  border-radius: 10rem;
}
.common-button--blue{
  border-radius: 10rem;
  background: #004E77;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 1.6px;
  padding: 1rem;
  line-height: initial;
  border: none;
}
@media (min-width: 897px) {
  .container__content--error{
    padding: 6rem 6rem 7rem;
  }
  .error__title{
    font-size: 10rem;
  }
  .error__title-span{
    font-size: 4rem;
  }
  .sp-none{
    display: block;
  }
  .pc-none{
    display: none;
  }
  .common-button{
    min-height: 6rem;
    max-width: 34.7rem;
    margin: 5rem auto 0;
  }
  .common-button:hover{
    background-color: #0078A8;
    transition: 0.3s background-color;
  }
}