@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: "YuMincho";
  font-weight: normal;
  src: url("../font/A-OTF-A1MinchoStd-Bold.otf");
}
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus,
*::before:focus,
*::after:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

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

body {
  background-color: #fff;
  color: #717D76;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0;
}

p {
  margin-bottom: 0;
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-bottom: 1rem;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 0rem;
}

img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

summary {
  cursor: pointer;
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*-----------------------------------------------
@keyframes
------------------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
         transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes zoomOut {
  0% {
    -moz-transform: scale3d(1.2, 1.2, 1.2);
         transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
       -moz-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
       -moz-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@-moz-keyframes confetti {
  0% {
    opacity: 0;
    -moz-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
         transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -moz-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
         transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -moz-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
         transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -moz-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
         transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
         transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
@keyframes confetti {
  0% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
       -moz-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
            transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    opacity: 1;
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
       -moz-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
            transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
       -moz-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
            transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 50vh);
  }
  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
       -moz-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
            transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 70vh);
  }
  86% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
       -moz-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
            transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 80vh);
  }
}
.u-wysiwygArea {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea {
    font-size: 12px;
  }
}
.u-wysiwygArea * + * {
  margin-top: 1.75em;
}
.u-wysiwygArea br + * {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a {
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
  }
}
@media screen and (min-width: 769px) {
  .u-wysiwygArea a:hover {
    opacity: 0.6;
  }
}
.u-wysiwygArea a {
  color: blue;
  text-decoration: underline;
}
.u-wysiwygArea h1 {
  font-size: 4.5rem;
  line-height: 1.4;
}
.u-wysiwygArea h2 {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 2em;
}
.u-wysiwygArea h3 {
  color: blue;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
.u-wysiwygArea h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-left: 25px;
  position: relative;
}
.u-wysiwygArea h4::before {
  background: blue;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 17px;
}
.u-wysiwygArea h5,
.u-wysiwygArea h6 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.u-wysiwygArea h1 + h2,
.u-wysiwygArea h2 + h3,
.u-wysiwygArea h3 + h4,
.u-wysiwygArea h4 + h5,
.u-wysiwygArea h5 + h6 {
  margin-top: 0.5em;
}
.u-wysiwygArea p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .u-wysiwygArea p {
    font-size: 12px;
  }
}
.u-wysiwygArea strong,
.u-wysiwygArea strong * {
  font-weight: bold;
}
.u-wysiwygArea em,
.u-wysiwygArea em * {
  font-style: italic;
}
.u-wysiwygArea ul {
  list-style-type: disc;
}
.u-wysiwygArea ol {
  list-style-type: decimal;
}
.u-wysiwygArea ul,
.u-wysiwygArea ol {
  margin-top: 1em;
  padding-left: 1.4em;
}
.u-wysiwygArea ul li,
.u-wysiwygArea ol li {
  line-height: 1.5;
  margin-top: 0.6em;
}
.u-wysiwygArea sup,
.u-wysiwygArea sub {
  font-size: 1rem;
  line-height: 1 !important;
}
.u-wysiwygArea hr {
  background: #222;
  display: block;
  height: 1px;
  width: 100%;
}
.u-wysiwygArea blockquote {
  background: blue;
  padding: 30px;
}
.u-wysiwygArea table {
  background: blue;
  border-collapse: collapse;
  height: auto !important;
  margin-top: 3em;
  width: 100% !important;
}
.u-wysiwygArea table thead th,
.u-wysiwygArea table thead td {
  font-weight: bold;
  text-align: center;
}
.u-wysiwygArea table tr th,
.u-wysiwygArea table tr td {
  border: #222 1px solid;
  line-height: 1.5;
  padding: 15px 20px;
  text-align: left;
  vertical-align: middle;
}
.u-wysiwygArea table tr th {
  font-weight: bold;
  text-align: center;
  width: 25%;
}
.u-wysiwygArea img {
  height: auto;
  margin-top: 1em;
  max-width: 100%;
  width: auto;
}
.u-wysiwygArea img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.u-wysiwygArea img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.u-wysiwygArea .gallery {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.u-wysiwygArea .gallery-item {
  float: none;
  margin-top: 0;
  text-align: center;
}
.u-wysiwygArea .gallery-columns-2 .gallery-item {
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
}
.u-wysiwygArea .gallery-columns-3 .gallery-item {
  width: -webkit-calc((100% - 80px) / 3);
  width: -moz-calc((100% - 80px) / 3);
  width: calc((100% - 80px) / 3);
}

/*====================================================================
siteHeader
====================================================================*/
.siteheader {
  border-bottom: 0.1rem solid #E1EEF3;
  position: fixed;
  background-color: #FFFEF3;
  z-index: 100;
  inset: 0;
  bottom: unset;
}
@media screen and (max-width: 1110px) {
  .siteheader {
    padding: 2.9rem 0 0;
  }
}
.siteheader__inner {
  padding: 0 2.4rem;
  max-width: 192rem;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1110px) {
  .siteheader__inner {
    padding: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }
}
.siteheader__logoLink {
  display: block;
  width: 26.6rem;
}
@media screen and (max-width: 1110px) {
  .siteheader__logoLink {
    width: 14.1rem;
    margin-left: 0.6rem;
  }
}
.siteheader__nav {
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
          align-items: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 8.8rem;
}
@media screen and (max-width: 1110px) {
  .siteheader__nav {
    display: none;
  }
}
.siteheader__navItem {
  padding-top: 4.2rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
     -moz-box-pack: stretch;
          justify-content: stretch;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #6FA7B1;
  padding-right: 1rem;
  border-right: 0.1rem solid #E1EEF3;
}
.siteheader__navItem span {
  font-size: 1.4rem;
}
.siteheader__menu {
  display: none;
}
@media screen and (max-width: 1110px) {
  .siteheader__menu {
    width: 3.2rem;
    height: 3.2rem;
    border: 0.1rem solid #6FA7B1;
    border-radius: 100rem;
    margin: 0 1.5rem 1.3rem 0;
    position: relative;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}
.siteheader__menuLines {
  position: absolute;
  width: 1.2rem;
  height: 0.1rem;
  background-color: #6FA7B1;
}
.siteheader__menuLines:nth-of-type(1) {
  -webkit-transform: translateY(-0.2rem);
     -moz-transform: translateY(-0.2rem);
      -ms-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}
.siteheader__menuLines:nth-of-type(2) {
  -webkit-transform: translateY(0.2rem);
     -moz-transform: translateY(0.2rem);
      -ms-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}
.siteheader__navSp {
  position: fixed;
  top: 9rem;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.siteheader__navSp.is-open {
  opacity: 1;
  pointer-events: auto;
}
.siteheader__navSpInner {
  padding: 0 1.5rem;
  width: 100%;
  height: 100%;
  background-color: #FFFEF3;
}
.siteheader__navSpCont {
  padding: 3rem 0;
  height: 100%;
  border: 0.1rem solid #E1EEF3;
  border-top: 0;
  border-bottom: 0;
}
@media screen and (max-width: 1110px) {
  .siteheader__navSpList {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    gap: 2.4rem;
  }
}
.siteheader__navSpItem {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 150%;
  color: #6FA7B1;
  padding: 1rem 0;
  width: 100%;
  border-bottom: 0.1rem solid #E1EEF3;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.siteheader__navSpItem:after {
  content: "";
  display: block;
  height: 0.8rem;
  width: 0.8rem;
  border-radius: 10rem;
  background-color: #6FA7B1;
  margin-right: 0.8rem;
}
.siteheader__navSpBtnWrap {
  margin: 4rem 0 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
.siteheader__navSpBtn {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.378;
  letter-spacing: 0.08em;
  color: #FFFEF3;
  background-color: #34A3BF;
}
.siteheader__navSpBtn.btn02 {
  font-size: 1.4rem;
}
.siteheader__navSpBtnCr {
  margin: 4rem 0 3rem;
  padding: 2rem 0 0;
  border-top: 0.1rem solid #E1EEF3;
}
.siteheader__navSpBtnCrLink {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #6FA7B1;
}
.siteheader__navSpBtnCrtxt {
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: #6FA7B1;
  margin: 0.9rem 0 0;
}

/*====================================================================
siteFooter
====================================================================*/
.sitefooter {
  padding: 0 2.4rem 0;
  border-top: 0.1rem solid #E1EEF3;
  background: url(../images/common/footer-bg.png) 100% bottom/auto 100% repeat-x;
  color: #FFFEF3;
}
@media screen and (max-width: 768px) {
  .sitefooter {
    padding: 0;
    background: url(../images/common/footer-bg_sp.png) 100% bottom/auto -webkit-calc(100% - 15rem) repeat-x;
    background: url(../images/common/footer-bg_sp.png) 100% bottom/auto -moz-calc(100% - 15rem) repeat-x;
    background: url(../images/common/footer-bg_sp.png) 100% bottom/auto calc(100% - 15rem) repeat-x;
  }
}
.sitefooter .cmnContainer {
  border-left: 0.1rem solid #E1EEF3 !important;
  border-right: 0.1rem solid #E1EEF3 !important;
}
.sitefooter__cont {
  padding: 58.2rem 0 0;
  max-width: 192rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1168px) {
  .sitefooter__cont {
    padding: 40.3rem 0 0;
  }
}
.sitefooter__cont:before, .sitefooter__cont:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 0.1rem;
  background-color: #E1EEF3;
}
.sitefooter__cont:after {
  left: unset;
  right: 0;
}
.sitefooter__inner {
  height: 52.1rem;
  position: relative;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1168px) {
  .sitefooter__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__inner {
    gap: 4rem;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
  .sitefooter__inner:before {
    display: none !important;
  }
}
.sitefooter__contact {
  padding: 2.25rem 0 0;
}
@media screen and (max-width: 768px) {
  .sitefooter__contact {
    width: 100%;
  }
}
.sitefooter__contactTtl {
  font-size: 6.4rem;
  color: #FFFEF3;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sitefooter__contactTtl {
    font-size: 5rem;
  }
}
.sitefooter__contactTtlSub {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .sitefooter__contactTtlSub {
    margin-top: 1.6rem;
    font-size: 2rem;
  }
}
.sitefooter__contactTxt {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .sitefooter__contactTxt {
    margin-top: 4.4rem;
  }
}
.sitefooter__contactBtnWrap {
  margin-top: 9.1rem;
}
@media screen and (max-width: 768px) {
  .sitefooter__contactBtnWrap {
    margin-top: 3rem;
    width: 100%;
  }
}
.sitefooter__contactCallBtn {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 1.42rem;
  width: 40.5rem;
  height: 5rem;
  font-size: 2.4rem;
  font-weight: 200;
  padding: 1.05rem;
  border: 0.1rem solid #E1EEF3;
  color: #FFFEF3;
}
@media screen and (max-width: 768px) {
  .sitefooter__contactCallBtn {
    width: 100%;
    height: 4rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.2rem;
    letter-spacing: 0.08em;
    padding: 1.05rem;
    gap: 0;
  }
}
.sitefooter__contactCallBtn.mailbtn {
  font-size: 1.6rem;
  gap: 1.2rem;
  margin-top: 2.9rem;
}
@media screen and (max-width: 768px) {
  .sitefooter__contactCallBtn.mailbtn {
    font-size: 1.4rem;
    margin-top: 1rem;
    gap: 0;
  }
}
.sitefooter__nav {
  border-left: 0.1rem solid #E1EEF3;
}
@media screen and (max-width: 1168px) {
  .sitefooter__nav {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__nav {
    border: 0;
    margin-top: 0;
  }
}
.sitefooter__contactCallBtnIcon {
  width: 2.58rem;
}
@media screen and (max-width: 768px) {
  .sitefooter__contactCallBtnIcon {
    width: auto;
  }
}
.sitefooter__contactMailBtnIcon {
  width: 2.8rem;
}
@media screen and (max-width: 768px) {
  .sitefooter__contactMailBtnIcon {
    width: auto;
  }
}
.sitefooter__logo {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .sitefooter__logo {
    width: 19.2rem;
  }
}
.sitefooter__navWrap {
  margin: 5rem 0 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.3rem;
}
@media screen and (max-width: 1168px) {
  .sitefooter__navWrap {
    margin: 2rem 0 0;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__navWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    margin: 0;
    gap: 4rem;
    padding-bottom: 0;
  }
}
.sitefooter__info {
  font-size: 1.6rem;
  line-height: 1.7;
  width: 43rem;
}
@media screen and (max-width: 1290px) {
  .sitefooter__info {
    width: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .sitefooter__info {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 170%;
  }
}
.sitefooter__navList {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
.sitefooter__navItem {
  font-size: 1.6rem;
  line-height: 2.01;
  color: #FFFEF3;
}
.sitefooter__navWrapInfo {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.sitefooter__navWrapInfoCr {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 0.9rem;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .sitefooter__navWrapInfoCr {
    margin-top: 0;
    padding: 2rem 0 3.1rem;
    border-top: 0.1rem solid #E1EEF3;
  }
}
.sitefooter__privacy {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
  color: #FFFFFF;
}
.sitefooter__crTxt {
  font-weight: 400;
  font-size: 1rem;
  line-height: 150%;
}
.sitefooter__goTop {
  position: absolute;
  top: -4.7rem;
  right: 0;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 0.6rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sitefooter__goTop {
    top: -24.6rem;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    right: unset;
    color: #6FA7B1;
  }
  .sitefooter__goTop svg path {
    fill: #6FA7B1;
  }
}

/*====================================================================
COMMON LAYOUT
====================================================================*/
html {
  font-size: 62.5%;
}
html.no-scroll {
  overflow: hidden;
}
@media screen and (max-width: 1168px) {
  html {
    overflow-x: hidden;
  }
}

body {
  -webkit-print-color-adjust: exact;
  background-color: #FFFEF3;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
/*-----------------------------------------------
PC/SP
------------------------------------------------*/
.u-pcDb {
  display: block;
}

.u-pcDib {
  display: inline-block;
}

.u-pcDin {
  display: inline;
}

.u-pcDf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.u-pcDt {
  display: table;
}

.u-pcDtc {
  display: table-cell;
}

.u-spDb,
.u-spDib,
.u-spDin,
.u-spDf,
.u-spDt,
.u-spDtc {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-pcDb,
  .u-pcDib,
  .u-pcDin,
  .u-pcDf,
  .u-pcDt,
  .u-pcDtc {
    display: none;
  }
  .u-spDb {
    display: block;
  }
  .u-spDib {
    display: inline-block;
  }
  .u-spDin {
    display: inline;
  }
  .u-spDf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .u-spDt {
    display: table;
  }
  .u-spDtc {
    display: table-cell;
  }
}
/*-----------------------------------------------
main
------------------------------------------------*/
.siteContent {
  min-height: -webkit-calc(100vh - 200px);
  min-height: -moz-calc(100vh - 200px);
  min-height: calc(100vh - 200px);
  padding: 11.3rem 2.4rem 0;
}
@media screen and (max-width: 1110px) {
  .siteContent {
    min-height: -webkit-calc(100vh - 50px);
    min-height: -moz-calc(100vh - 50px);
    min-height: calc(100vh - 50px);
    padding: 9rem 2.4rem 0;
  }
}
@media screen and (max-width: 768px) {
  .siteContent {
    padding: 9rem 0 0;
  }
}

.cmnInnerContainer {
  max-width: 192rem;
  margin: 0 auto;
}

.cmnContainer {
  max-width: 192rem;
  margin: 0 auto;
  padding: 0 7.6rem;
  border-left: 0.1rem solid #E1EEF3;
  border-right: 0.1rem solid #E1EEF3;
}
.is_home .cmnContainer {
  border: none;
}
@media screen and (max-width: 768px) {
  .cmnContainer {
    padding: 0 1.5rem;
  }
}
.cmnContainer__inner {
  padding-top: 5rem;
  border-left: 0.1rem solid #E1EEF3;
  border-right: 0.1rem solid #E1EEF3;
  position: relative;
}
.is_home .cmnContainer__inner {
  border: none;
}
.cmnContainer__inner .blob {
  width: 104.5rem;
  position: absolute;
  right: -25rem;
  top: -20rem;
}
.cmnContainer__inner .blobdiv {
  /* Ellipse 1164 */
  position: absolute;
  width: 46.4rem;
  height: 46.4rem;
  right: 10.6rem;
  top: 11.9rem;
  background: url(), #55BDDB;
  background-blend-mode: overlay, normal;
  opacity: 0.7;
  -webkit-filter: blur(135.1px);
          filter: blur(135.1px);
}
@media screen and (max-width: 768px) {
  .cmnContainer__inner .blobdiv {
    /* Ellipse blue */
    position: absolute;
    width: 25rem;
    height: 25rem;
    right: -10.9rem;
    top: 8.2rem;
    background: url(), #55BDDB;
    background-blend-mode: overlay, normal;
    opacity: 0.7;
    -webkit-filter: blur(72.7909px);
            filter: blur(72.7909px);
  }
}
.cmnTtl__contentTtl {
  font-size: 6.4rem;
  font-weight: 400;
  line-height: 1;
  color: #6FA7B1;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .cmnTtl__contentTtl {
    font-size: 4rem;
    line-height: 120%;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  .is_home .cmnTtl__contentTtl {
    margin-bottom: 2rem;
  }
}
.cmnTtl__contentTtlSub {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.cmnTtl__contentTtlSub.w-normal {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cmnTtl__contentTtlSub {
    font-weight: 500;
    font-size: 1.4rem;
  }
}

.breadcrumb {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1.5rem;
}
.breadcrumb__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1.5rem;
}
.breadcrumb__item a {
  opacity: 1;
}
.breadcrumb__item:not(:last-of-type) a {
  opacity: 0.5;
}
.breadcrumb__item:not(:last-of-type):after {
  content: "-";
  color: #6DB8CD;
}
.breadcrumb__itemLink {
  font-size: 1.6rem;
  line-height: 1.01;
  color: #6DB8CD;
}

.text {
  font-size: 1.8rem;
}
.text.xl {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .text.xl {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .is_home .text.xl {
    font-size: 2rem;
  }
}
.text.md {
  font-size: 1.6rem;
}
.text.sm {
  font-size: 1.4rem;
}

.cmnBtn__btnLinkWrap {
  margin-top: 5rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .cmnBtn__btnLinkWrap {
    margin-top: 4rem;
  }
}
.cmnBtn__btnLink {
  font-size: 1.4rem;
  color: #6FA7B1;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
.cmnBtn__btnLink:after {
  content: "";
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 100rem;
  background-color: #6FA7B1;
  -webkit-transform: translateY(-0.1rem);
     -moz-transform: translateY(-0.1rem);
      -ms-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}

.topPseudoBorder, .goodsSec01__inner, .prodBedSec01__item, .prodBedSec01, .secAbout01__inner, .secNews01__content, .secNews01, .sitefooter__inner {
  position: relative;
}
.topPseudoBorder:before, .goodsSec01__inner:before, .prodBedSec01__item:before, .prodBedSec01:before, .secAbout01__inner:before, .secNews01__content:before, .secNews01:before, .sitefooter__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20vw;
  display: block;
  height: 0.1rem;
  width: 120vw;
  background-color: #E1EEF3;
}

.bottomPseudoBorder, .prodBedSec01__item, .secAbout01__innerContent04 {
  position: relative;
}
.bottomPseudoBorder:after, .prodBedSec01__item:after, .secAbout01__innerContent04:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100vw;
  display: block;
  height: 0.1rem;
  width: 200vw;
  background-color: #E1EEF3;
}

.pagination {
  padding: 12rem 0 9.3rem;
}
.pagination__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 3.1rem;
}
@media screen and (max-width: 768px) {
  .pagination__inner {
    gap: 0.9rem;
  }
}
.pagination__numlist {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .pagination__numlist {
    gap: 0.3rem;
  }
}
.pagination__num {
  width: 4rem;
  height: 4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  color: #6FA7B1;
  letter-spacing: 0.06em;
  font-family: Helvetica, sans-serif;
}
@media screen and (max-width: 768px) {
  .pagination__num {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.4rem;
    line-height: 160%;
    letter-spacing: 0.06em;
  }
}
.pagination__num.is-active {
  background-color: #6FA7B1;
  color: #fff;
  border-radius: 100rem;
}
.pagination__elipse {
  width: 1.2rem;
  height: 0.2rem;
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='12' height='2' viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='1' r='1' fill='%236FA7B1'/%3E%3Ccircle cx='6' cy='1' r='1' fill='%236FA7B1'/%3E%3Ccircle cx='11' cy='1' r='1' fill='%236FA7B1'/%3E%3C/svg%3E%0A") center/cover no-repeat;
}
.pagination__prev, .pagination__next {
  width: 6.8rem;
  height: 3.6rem;
  background: url("data:image/svg+xml,%3Csvg width='68' height='36' viewBox='0 0 68 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='67.5' y='35.5' width='67' height='35' rx='17.5' transform='rotate(-180 67.5 35.5)' fill='%233D7BB8' fill-opacity='0.15'/%3E%3Crect x='67.5' y='35.5' width='67' height='35' rx='17.5' transform='rotate(-180 67.5 35.5)' stroke='%236FA7B1'/%3E%3Cpath d='M44.1997 18L24.3997 18' stroke='%236FA7B1' stroke-linecap='round'/%3E%3Cpath d='M27.9844 22.1856L23.7998 18.0009L27.9844 13.8163' stroke='%236FA7B1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center/cover no-repeat;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pagination__prev, .pagination__next {
    width: 4.2rem;
    height: 2.2rem;
  }
}
.pagination__prev a, .pagination__next a {
  position: absolute;
  inset: 0;
}
.pagination__next {
  -webkit-transform: scale(-1, 1);
     -moz-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.cmnLowerTtl__ttl {
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 120%;
  color: #6FA7B1;
}
@media screen and (max-width: 768px) {
  .cmnLowerTtl__ttl {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 120%;
  }
}
.cmnLowerTtl__ttlSub {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 100%;
  color: #717D76;
  margin: 3rem 0 0;
}
@media screen and (max-width: 768px) {
  .cmnLowerTtl__ttlSub {
    font-size: 1.6rem;
    line-height: 100%;
    margin: 2rem 0 0;
  }
}

/*====================================================================
aosanimation
====================================================================*/
*:has(.lineLeft), *:has(.lineRight) {
  position: relative;
}
*:has(.lineLeft) .lineLeft, *:has(.lineLeft) .lineRight, *:has(.lineRight) .lineLeft, *:has(.lineRight) .lineRight {
  position: absolute;
  top: 0;
  lefT: 0;
  width: 1px;
  height: 0%;
  background-color: #E1EEF3;
  z-index: 5;
}
*:has(.lineLeft) .lineRight, *:has(.lineRight) .lineRight {
  left: unset;
  right: 0;
}

*:has(.horilineBot), *:has(.horilineTop) {
  position: relative;
}
*:has(.horilineBot) .horilineBot, *:has(.horilineBot) .horilineTop, *:has(.horilineTop) .horilineBot, *:has(.horilineTop) .horilineTop {
  position: absolute;
  top: 0;
  height: 1px;
  width: 0;
  background-color: #E1EEF3;
  z-index: 5;
}
*:has(.horilineBot) .horilineBot, *:has(.horilineTop) .horilineBot {
  top: unset;
  bottom: 0;
}

[data-aos=lineSide] {
  width: 0%;
}
[data-aos=lineSide].aos-animate {
  -webkit-animation-name: lineSideAnim;
     -moz-animation-name: lineSideAnim;
          animation-name: lineSideAnim;
  -webkit-animation-timing-function: ease-in-out;
     -moz-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes lineSideAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100vw;
  }
}
@-moz-keyframes lineSideAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100vw;
  }
}
@keyframes lineSideAnim {
  0% {
    width: 0%;
  }
  100% {
    width: 100vw;
  }
}

[data-aos=lineDown] {
  height: 0%;
}
[data-aos=lineDown].aos-animate {
  -webkit-animation-name: lineDownAnim;
     -moz-animation-name: lineDownAnim;
          animation-name: lineDownAnim;
  -webkit-animation-timing-function: ease-in-out;
     -moz-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes lineDownAnim {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@-moz-keyframes lineDownAnim {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes lineDownAnim {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

[data-aos][data-aos-duration="600"] {
  -webkit-animation-duration: 0.6s;
     -moz-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

[data-aos][data-aos-duration="1000"] {
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
          animation-duration: 1s;
}

[data-aos][data-aos-duration="2000"] {
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
          animation-duration: 2s;
}

[data-aos][data-aos-duration="3000"] {
  -webkit-animation-duration: 3s;
     -moz-animation-duration: 3s;
          animation-duration: 3s;
}

[data-aos][data-aos-duration="4000"] {
  -webkit-animation-duration: 4s;
     -moz-animation-duration: 4s;
          animation-duration: 4s;
}

[data-aos][data-aos-duration="5000"] {
  -webkit-animation-duration: 5s;
     -moz-animation-duration: 5s;
          animation-duration: 5s;
}

[data-aos][data-aos-duration="6000"] {
  -webkit-animation-duration: 6s;
     -moz-animation-duration: 6s;
          animation-duration: 6s;
}

[data-aos][data-aos-duration="7000"] {
  -webkit-animation-duration: 7s;
     -moz-animation-duration: 7s;
          animation-duration: 7s;
}

[data-aos][data-aos-duration="7000"] {
  -webkit-animation-duration: 7s;
     -moz-animation-duration: 7s;
          animation-duration: 7s;
}

[data-aos][data-aos-delay="400"] {
  -webkit-animation-delay: 0.4s;
     -moz-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

[data-aos][data-aos-delay="500"] {
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

[data-aos][data-aos-delay="600"] {
  -webkit-animation-delay: 0.6s;
     -moz-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

[data-aos][data-aos-delay="700"] {
  -webkit-animation-delay: 0.7s;
     -moz-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

[data-aos][data-aos-delay="800"] {
  -webkit-animation-delay: 0.8s;
     -moz-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

[data-aos][data-aos-delay="900"] {
  -webkit-animation-delay: 0.9s;
     -moz-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

[data-aos][data-aos-delay="1000"] {
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
          animation-delay: 1s;
}

/*====================================================================
topPageFvSec
====================================================================*/
.sec01__kv {
  max-width: 192rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec01__kv {
    width: -webkit-calc(100% + 3rem);
    width: -moz-calc(100% + 3rem);
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
  }
}
.sec01 .topKvSwiper {
  position: relative;
}
.sec01 .topKvSwiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 624/301;
  height: auto;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .sec01 .topKvSwiper .swiper-slide img {
    aspect-ratio: 390/355;
  }
}
.sec01 .topKvSwiper__pagination {
  position: absolute;
  top: -webkit-calc(100% + 1rem);
  top: -moz-calc(100% + 1rem);
  top: calc(100% + 1rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .sec01 .topKvSwiper__pagination {
    top: -webkit-calc(100% + 0.6rem);
    top: -moz-calc(100% + 0.6rem);
    top: calc(100% + 0.6rem);
    gap: 1rem;
  }
}
.sec01 .topKvSwiper__pagiItem {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 101%;
  color: #6DB8CD;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 1.2rem;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .sec01 .topKvSwiper__pagiItem {
    font-size: 1.3rem;
    gap: 1rem;
  }
}
.sec01 .topKvSwiper__pagiItem span {
  opacity: 0.5;
}
.sec01 .topKvSwiper__pagiItem:first-of-type::before {
  display: none;
}
.sec01 .topKvSwiper__pagiItem::before {
  content: "-";
  pointer-events: none;
}
.sec01 .topKvSwiper__pagiItem.swiper-pagination-bullet {
  width: auto;
  height: auto;
  background-color: unset;
}
.sec01 .topKvSwiper__pagiItem.swiper-pagination-bullet-active span {
  opacity: 1;
}
.sec01 .separator {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 101%;
  color: #6DB8CD;
}
.sec01 .separator:last-of-type {
  display: none;
}

.sec02__inner {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}
.sec02__inner .blob {
  width: 104.5rem;
  position: absolute;
  right: -47.5rem;
  top: -50rem;
  pointer-events: none;
}
.sec02__inner .blobdiv {
  position: absolute;
  top: -11rem;
  right: -9.9rem;
  width: 46.4rem;
  height: 46.4rem;
  background-color: #55BDDB;
  background: url(), #55BDDB;
  background-blend-mode: overlay, normal;
  opacity: 0.7;
  -webkit-filter: blur(10rem);
          filter: blur(10rem);
}
@media screen and (max-width: 768px) {
  .sec02__inner .blobdiv {
    top: 10.1rem;
    right: -8.1rem;
    position: absolute;
    width: 25rem;
    height: 25rem;
    background: url(), #55BDDB;
    background-blend-mode: overlay, normal;
    opacity: 0.7;
    -webkit-filter: blur(72.7909px);
            filter: blur(72.7909px);
  }
}
.sec02__inner.inner02 {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec02__inner.inner02 {
    padding: 0 1.5rem;
  }
}
.sec02__inner.inner02 > .horilineTop {
  left: -2.4rem;
}
@media screen and (max-width: 768px) {
  .sec02__inner.inner02 > .horilineTop {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec02__inner.inner02 > .lineLeft {
    left: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sec02__inner.inner02 > .lineRight {
    right: 1.5rem;
  }
}
.sec02__cont01 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.sec02__cont02 {
  padding-top: 10rem;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .sec02__cont02 {
    padding-top: 7.9rem;
  }
}
.sec02__cont02 .sec02__ttl .horilineBot {
  left: -10rem;
}
@media screen and (max-width: 768px) {
  .sec02__cont02 .sec02__ttl .horilineBot {
    left: -1.5rem;
  }
}
.sec02__ttl, .sec02__slogan {
  font-size: 4rem;
  line-height: 1;
  color: #717D76;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec02__ttl, .sec02__slogan {
    font-weight: 500;
    font-size: 2rem;
    line-height: 100%;
  }
}
.sec02__ttl {
  position: relative;
}
.sec02__slogan.slogan01 {
  position: relative;
}
.sec02__slogan.slogan02 {
  position: relative;
}
.sec02__slogan.slogan02 .horilineBot {
  left: -17.7rem;
}
.sec02__cont03 {
  padding-top: 10rem;
  margin-left: 17.7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec02__cont03 {
    padding-top: 5rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec02__cont03:after {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .sec02__cont03 .sec02__slogan {
    margin-left: 9.5rem;
  }
}
.sec02__cont04 {
  padding-top: 10rem;
  margin-left: 17.7rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec02__cont04 {
    padding-top: 5rem;
    margin-left: 6.8rem;
  }
}
@media screen and (max-width: 768px) {
  .sec02__cont04:after {
    content: none;
  }
}
.sec02__cont04 .sec02__enTtl {
  position: absolute;
  width: 54.3rem;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1470px) {
  .sec02__cont04 .sec02__enTtl {
    display: none;
  }
}
.sec02__cont04 .lineLeft[data-aos=lineDown] {
  height: 0%;
}
.sec02__cont04 .lineLeft[data-aos=lineDown].aos-animate {
  -webkit-animation-name: lineDownAnimCus01;
     -moz-animation-name: lineDownAnimCus01;
          animation-name: lineDownAnimCus01;
  -webkit-animation-timing-function: ease-in-out;
     -moz-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes lineDownAnimCus01 {
  0% {
    height: 0;
  }
  100% {
    height: -webkit-calc(100% + var(--line01));
    height: calc(100% + var(--line01));
  }
}
@-moz-keyframes lineDownAnimCus01 {
  0% {
    height: 0;
  }
  100% {
    height: -moz-calc(100% + var(--line01));
    height: calc(100% + var(--line01));
  }
}
@keyframes lineDownAnimCus01 {
  0% {
    height: 0;
  }
  100% {
    height: -webkit-calc(100% + var(--line01));
    height: -moz-calc(100% + var(--line01));
    height: calc(100% + var(--line01));
  }
}
.sec02__cont05 {
  position: relative;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .sec02__cont05 {
    margin-top: 10rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .sec02__cont05:before {
    content: "";
  }
}
.sec02__cont05 .sec02__enTtl {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1470px) {
  .sec02__cont05 .sec02__enTtl {
    display: none;
  }
}
.sec02__cont05 .horilineTop {
  left: -1.5rem;
}
.sec02__slogan {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .sec02__slogan {
    gap: 2rem;
  }
}
.sec02__cont01col {
  width: 54.6rem;
  position: relative;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.sec02__contv01 {
  margin-top: 44rem;
  height: 22rem;
}
.sec02__enTtl {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #6FA7B1;
  font-size: 400;
}
.sec02__enTtl.ttl-01 {
  position: absolute;
}
.sec02__contBot {
  -webkit-transform: translateX(-7.4rem);
     -moz-transform: translateX(-7.4rem);
      -ms-transform: translateX(-7.4rem);
          transform: translateX(-7.4rem);
  height: 20rem;
}
.sec02__contBot:after {
  content: "";
  position: absolute;
  left: 40.3rem;
  top: 0;
  display: block;
  height: 100%;
  width: 0.1rem;
  background-color: #E1EEF3;
}
.sec02__contNews {
  position: relative;
  max-width: 80.5rem;
  padding-bottom: 13rem;
}
@media screen and (max-width: 768px) {
  .sec02__contNews {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .sec02__contNews .horilineTop {
    left: -1.5rem;
  }
}
.sec02__contNews .horilineBot {
  bottom: 13rem;
  left: -27.7rem;
}
@media screen and (max-width: 768px) {
  .sec02__contNews .horilineBot {
    left: -1.5rem;
    bottom: 10rem;
  }
}
.sec02__contAboutus {
  background-color: #FFFEF3;
  max-width: 54.3rem;
  position: relative;
  margin-top: 13rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec02__contAboutus {
    background-color: transparent;
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }
}
.sec02__contAboutus p.text {
  line-height: 1.8;
}
.sec02__contAboutus .cmnBtn__btnLinkWrap {
  position: unset;
}
.sec02__contNewsList {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 4rem;
  padding: 0 0 0.6rem;
  position: relative;
}
.sec02__contNewsList .horilineBot {
  left: -27.7rem;
}
.sec02__contNewsItem {
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #6DB8CD;
}
.sec02__contNewsItemLink {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  color: inherit;
}
.sec02__contNewsItemDate {
  font-size: 1.8rem;
  font-family: Helvetica, sans-serif;
  width: 13.7rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sec02__contNewsItemDate {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 100%;
    letter-spacing: 0.04em;
    width: 12.6rem;
  }
}
.sec02__contNewsItemTxt {
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: -webkit-calc(100% - 12.7rem);
  width: -moz-calc(100% - 12.7rem);
  width: calc(100% - 12.7rem);
}
@media screen and (max-width: 1195px) {
  .sec02__contNewsItemTxt {
    width: -webkit-calc(100vw - 52rem);
    width: -moz-calc(100vw - 52rem);
    width: calc(100vw - 52rem);
  }
}
@media screen and (max-width: 768px) {
  .sec02__contNewsItemTxt {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 160%;
    letter-spacing: 0.06em;
    color: #717D76;
    width: -webkit-calc(100vw - 18rem);
    width: -moz-calc(100vw - 18rem);
    width: calc(100vw - 18rem);
  }
}
.sec02__contProd {
  position: relative;
  width: 40.5rem;
  background-color: #FFFEF3;
}
@media screen and (max-width: 1030px) {
  .sec02__contProd {
    width: 30rem;
  }
}
.sec02__row {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .sec02__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.sec02__contProdInfo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec02__contProdInfo {
    border: none;
  }
}
.sec02__contProdItemNum {
  margin-right: auto;
}
.sec02__contProdItemInner {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2.4rem;
}
@media screen and (max-width: 1416px) {
  .sec02__contProdItemInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
.sec02__contProdItem {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  gap: 2.4rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec02__contProdItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 0;
  }
}
.sec02__contProdItem .horilineTop[data-aos=lineSide] {
  width: 0%;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec02__contProdItem .horilineTop[data-aos=lineSide] {
    left: -1.5rem;
  }
}
.sec02__contProdItem .horilineTop[data-aos=lineSide].aos-animate {
  -webkit-animation-name: lineSideAnimCus01;
     -moz-animation-name: lineSideAnimCus01;
          animation-name: lineSideAnimCus01;
}
@media screen and (max-width: 768px) {
  .sec02__contProdItem .horilineTop[data-aos=lineSide].aos-animate {
    -webkit-animation-name: lineSideAnimCus01Sp;
       -moz-animation-name: lineSideAnimCus01Sp;
            animation-name: lineSideAnimCus01Sp;
  }
}
@-webkit-keyframes lineSideAnimCus01 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes lineSideAnimCus01 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineSideAnimCus01 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes lineSideAnimCus01Sp {
  0% {
    width: 0;
  }
  100% {
    width: 100vw;
  }
}
@-moz-keyframes lineSideAnimCus01Sp {
  0% {
    width: 0;
  }
  100% {
    width: 100vw;
  }
}
@keyframes lineSideAnimCus01Sp {
  0% {
    width: 0;
  }
  100% {
    width: 100vw;
  }
}
.sec02__contProdItemDescWrap {
  max-width: 52.4rem;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec02__contProdItemDescWrap {
    max-width: 100%;
  }
}
.sec02__contProdItemDescWrap .sec02__btnLinkWrap {
  margin-top: auto;
}
.sec02__contProdItemNum {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #6DB8CD;
}
.sec02__contProdItemImg {
  width: 36rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sec02__contProdItemImg {
    width: 27rem;
    margin: 0 auto;
  }
}
.sec02__contProdItemImg img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec02__contProdItemTtl {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #6FA7B1;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .sec02__contProdItemTtl {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 150%;
    margin-bottom: 1rem;
  }
}
.sec02__contProdItemDesc {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500;
  color: #6FA7B1;
}
@media screen and (max-width: 768px) {
  .sec02__contProdItemDesc {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 180%;
    color: #717D76;
  }
}

/*====================================================================
secNews01
====================================================================*/
.secNews01 {
  margin-top: 23.4rem;
}
.secNews01__content {
  margin-top: 10.7rem;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .secNews01__content {
    margin-top: 8rem;
    padding-top: 0;
  }
  .secNews01__content:before {
    content: none;
  }
}
.secNews01__catList {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .secNews01__catList {
    margin-bottom: 5rem;
    gap: 0.8rem;
  }
}
.secNews01__catItemLink {
  font-size: 1.5rem;
  line-height: 1;
  color: #6FA7B1;
  border: 0.1rem solid #6FA7B1;
  border-radius: 0.5rem;
  padding: 1.4rem 2.8rem;
  height: 4.3rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .secNews01__catItemLink {
    font-weight: 400;
    font-size: 1.3rem;
    padding: 0.4rem 0.9rem;
    height: 2.3rem;
  }
}
.secNews01__catItemLink.is-active {
  color: #fff;
  background-color: #6FA7B1;
}
.secNews01__newItem {
  padding: 6rem 0 2rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  border-bottom: 0.2rem solid #6DB8CD;
}
@media screen and (max-width: 768px) {
  .secNews01__newItem {
    padding: 4.6rem 0 0;
  }
}
.secNews01__newItem .cmnBtn__btnLinkWrap {
  margin-top: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .secNews01__newItem .cmnBtn__btnLinkWrap {
    margin-top: 4rem;
    line-height: 2;
  }
}
.secNews01__newItemImg {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .secNews01__newItemImg {
    max-width: 40rem;
    margin: 0 auto;
    width: 100%;
  }
}
.secNews01__newItemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 400/300;
}
.secNews01__newItemInfo {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 4rem;
  width: 100%;
}
@media screen and (max-width: 970px) {
  .secNews01__newItemInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.secNews01__newItemDetail {
  padding-top: 3rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  width: 100%;
}
.secNews01__newItemDateCat {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  margin-bottom: 3rem;
  gap: 1.2rem;
}
.secNews01__newItemDate {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: Helvetica, sans-serif;
}
.secNews01__newItemCat {
  background-color: #6FA7B1;
  color: #fff;
  height: 3.1rem;
  padding: 0.8rem 2rem;
  border-radius: 1.5rem;
  font-size: 1.5rem;
  line-height: 1;
}
.secNews01__newItemTtl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: #6FA7B1;
}
.secNews01__newItemText {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-right: 7rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .secNews01__newItemText {
    letter-spacing: 0.06em;
    color: #717D76;
    padding-right: 0;
  }
}

/*====================================================================
secAbout01
====================================================================*/
.secAbout01 {
  margin-top: 30rem;
}
@media screen and (max-width: 768px) {
  .secAbout01 {
    margin-top: 16.9rem;
  }
}
.secAbout01__inner {
  padding: 0 0 10rem;
}
.secAbout01__inner:nth-of-type(even) {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .secAbout01__inner:nth-of-type(even) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
}
.secAbout01__inner.innerLast {
  padding: 0;
}
.secAbout01__content .cmnTtl__contentTtlSub {
  font-weight: 400;
}
.secAbout01__content.content01 {
  max-width: 64.6rem;
}
@media screen and (max-width: 768px) {
  .secAbout01__content.content01 {
    max-width: 100%;
  }
}
.secAbout01__content.content02 {
  max-width: 59.6rem;
}
@media screen and (max-width: 768px) {
  .secAbout01__content.content02 {
    max-width: 100%;
  }
}
.secAbout01__content.content03 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  max-width: 140rem;
  gap: 5rem;
}
.secAbout01__content.content03 .secAbout01__innerContent05 {
  max-width: 60rem;
}
@media screen and (max-width: 768px) {
  .secAbout01__content.content03 .secAbout01__innerContent05 {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .secAbout01__content.content03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    max-width: 100%;
    gap: 2rem;
  }
}
.secAbout01__content.content04 {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 1359px) {
  .secAbout01__content.content04 {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 1.7rem;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .secAbout01__content.content04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 1.7rem;
    width: auto;
  }
}
.secAbout01__content.content05 {
  max-width: 60.7rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .secAbout01__content.content05 {
    max-width: 100%;
  }
}
.secAbout01__innerContent04Img {
  width: 38.1rem;
}
@media screen and (max-width: 1359px) {
  .secAbout01__innerContent04Img {
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .secAbout01__innerContent04Img {
    margin: 0 auto;
    max-width: 31.4rem;
  }
}
.secAbout01__innerContent04 {
  max-width: 81.4rem;
}
@media screen and (max-width: 768px) {
  .secAbout01__innerContent04:after {
    display: none;
  }
}
.secAbout01__companyInfo {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .secAbout01__companyInfo {
    gap: 2rem;
  }
}
.secAbout01__companyInfoItem {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.secAbout01__companyInfoItem .label {
  display: block;
  width: 15rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

/*====================================================================
prodBedSec01
====================================================================*/
.prodBedSec01 {
  margin-top: 10rem;
}
.prodBedSec01__list {
  margin-top: 20rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 10rem;
}
.prodBedSec01__item {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 10rem;
}
@media screen and (max-width: 1110px) {
  .prodBedSec01__item {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .prodBedSec01__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    gap: 0;
  }
}
.prodBedSec01__itemFig {
  width: 60rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1340px) {
  .prodBedSec01__itemFig {
    width: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .prodBedSec01__itemFig {
    width: 100%;
  }
}
.prodBedSec01__itemInfoWrap {
  border-left: 0.1rem solid #E1EEF3;
}
.prodBedSec01__itemTtl {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 150%;
  color: #6FA7B1;
  margin: 0 0 2rem;
}
.prodBedSec01__itemInfoList {
  font-weight: 500;
  font-size: 2rem;
  line-height: 180%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .prodBedSec01__itemInfoList {
    font-size: 1.6rem;
    line-height: 180%;
  }
}
.prodBedSec01__itemInfoItem {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.prodBedSec01__itemInfoLabel {
  width: 21.9rem;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .prodBedSec01__itemInfoLabel {
    width: 15.4rem;
  }
}

/*====================================================================
secNews01
====================================================================*/
.archGoodsPage .cmnContainer {
  position: relative;
}
.archGoodsPage .cmnContainer .line01, .archGoodsPage .cmnContainer .line02 {
  position: absolute;
  top: 0;
  left: 37.6rem;
  height: -webkit-calc(100% + 58.2rem);
  height: -moz-calc(100% + 58.2rem);
  height: calc(100% + 58.2rem);
  width: 0.1rem;
  background-color: #E1EEF3;
}
.archGoodsPage .cmnContainer .line02 {
  left: unset;
  right: 37.6rem;
}

.goodsSec01 {
  margin-top: 23.4rem;
}
.goodsSec01__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  margin: 0 30rem;
}
.goodsSec01__logo {
  width: 17.1rem;
  margin: 0 0 3rem;
}
.goodsSec01__ttl {
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  color: #6FA7B1;
  letter-spacing: 0;
}
.goodsSec01__ttlSub {
  font-weight: 600;
  font-size: 2rem;
  line-height: 100%;
  color: #6FA7B1;
  margin: 3.5rem 0 0;
}
.goodsSec01__txt {
  margin: 5rem 0 0;
  font-weight: 500;
  font-size: 2rem;
  line-height: 180%;
  color: #717D76;
  text-align: center;
}

/*====================================================================
PRINT LAYOUT
====================================================================*/
@page {
  size: A4 portrait; /* 横の場合はlandscape */
  margin: 0mm;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    word-break: break-all !important;
  }
  .u-printPages__next {
    size: A4 landscape;
    page-break-before: always;
  }
  .u-printPages__box {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */