@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 99.375rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__mv {
  width: 94.7916666667vw;
}
@media screen and (max-width: 1199px) {
  .__inner.__mv {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__mv {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__mv {
    width: calc(100% - 30px);
  }
}
.__inner.__medium {
  width: 67.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 82.5rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
}
.__liststyle li::before {
  content: "\f111";
  display: block;
  color: #303738;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.3em;
  flex-shrink: 0;
}
.__liststyle.__branch li::before {
  color: #333;
  content: "┗";
  font-size: 0.9em;
  margin-right: 0.6em;
}
.__liststyle.__note li::before {
  color: #333;
  content: "※";
}

.__txtstyle01 {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, #278eb2, #75d1c9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.__txtstyle02 {
  color: #fff;
  font-weight: 700;
  background: linear-gradient(90deg, #278eb2, #75d1c9);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  line-height: 1.6em;
  padding: 0 0.2em;
}

.__txtstyle03 {
  font-size: 3.25rem;
  line-height: 1em;
}
@media screen and (max-width: 1199px) {
  .__txtstyle03 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .__txtstyle03 {
    font-size: min(8vw, 2em);
  }
}

@media screen and (max-width: 767px) {
  .__txtstyle04 span.__en {
    font-size: 0.9em;
  }
}
.__txtstyle04 span.__jp {
  display: block;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .__txtstyle04 span.__jp {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .__txtstyle04 span.__jp {
    margin-top: 2em;
  }
}
.__txtstyle04 span.__jp .__main {
  color: #303738;
  font-size: 3rem;
  line-height: 1.4em;
  margin-top: 0.2em;
}
@media screen and (max-width: 1199px) {
  .__txtstyle04 span.__jp .__main {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  .__txtstyle04 span.__jp .__main {
    font-size: min(6.8vw, 2em);
  }
}
.__txtstyle04 span.__jp .__sub {
  font-size: 1.25em;
}
@media screen and (max-width: 767px) {
  .__txtstyle04 span.__jp .__sub {
    font-size: min(3.9vw, 1.25em);
  }
}

.__txtstyle05 span.__en {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(80, 80, 80, 0.1);
  border-radius: 4px;
  color: #278eb2;
  font-size: 0.8em;
  padding: 0.6em 4em;
  padding-left: 1em;
  margin-bottom: 1.6em;
}
@media screen and (max-width: 767px) {
  .__txtstyle05 span.__en {
    padding: 0.4em 2em;
    padding-left: 1em;
  }
}
.__txtstyle05 span.__en i {
  color: #303738;
  display: inline-block;
  transform: scaleX(-1);
  border-left: solid 1px #303738;
  padding-left: 0.8em;
  margin-right: 0.8em;
  font-size: 1.375em;
}
@media screen and (max-width: 767px) {
  .__txtstyle05 span.__en i {
    font-size: 1.25em;
  }
}
.__txtstyle05 span.__jp {
  color: #222;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.8em;
}
@media screen and (max-width: 1199px) {
  .__txtstyle05 span.__jp {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 991px) {
  .__txtstyle05 span.__jp {
    font-size: 1.645em;
  }
}
@media screen and (max-width: 767px) {
  .__txtstyle05 span.__jp {
    font-size: min(6vw, 1.5em);
  }
}
.__txtstyle05 span.__jp .__small {
  font-size: 0.75em;
}

.__txtstyle06 {
  display: inline-flex;
  align-items: flex-start;
  font-weight: 700;
}
.__txtstyle06::before {
  color: #75c6d6;
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.3em;
  flex-shrink: 0;
}

.__txtstyle07 {
  color: #278eb2;
  font-size: 1.375em;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .__txtstyle07 {
    font-size: 1.25em;
  }
}
.__txtstyle07::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #278eb2, #75d1c9);
}

.__emstyle.__red {
  display: inline-block;
  color: #a93333;
  font-weight: 900;
}
.__emstyle.__marker {
  background: linear-gradient(transparent 0, rgba(92, 208, 229, 0.3) 0);
  background-repeat: no-repeat;
  background-size: 0% 50%;
  background-position: 0% 100%;
  transition: background-size 1s 0.8s;
  padding: 0 0.2em;
  margin: 0 0.2em;
}
.__emstyle.__marker.__inview {
  background-size: 100% 50%;
}

.__txtcircle {
  width: 30rem;
}
@media screen and (max-width: 1199px) {
  .__txtcircle {
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .__txtcircle {
    width: min(80vw, 360px);
  }
}
.__txtcircle img {
  width: 100%;
  height: auto;
  animation: txtcircle 30s linear infinite;
}
@keyframes txtcircle {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.__txtlimit {
  max-width: 100%; /* 親幅に合わせて制限 */
  white-space: nowrap; /* 折り返さない */
  overflow: hidden; /* はみ出した部分を隠す */
  text-overflow: ellipsis;
}

a.__txtlink {
  color: #278eb2;
  display: inline;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.2s ease;
}
a.__txtlink:hover {
  opacity: 0.6;
}

.__linkbtn {
  width: 12em;
}
@media screen and (max-width: 767px) {
  .__linkbtn {
    width: 100%;
  }
}
.__linkbtn a, .__linkbtn button {
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: clip;
  width: 100%;
  font-size: 0.9em;
  line-height: 1em;
  color: #fff;
  background-color: #303738;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .__linkbtn a, .__linkbtn button {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
}
.__linkbtn a::before, .__linkbtn button::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #278eb2;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: opacity 0.6s ease, transform 0.3s ease;
}
.__linkbtn a span.__txt, .__linkbtn button span.__txt {
  display: inline-block;
  text-align: center;
  width: calc(100% - 2em);
}
.__linkbtn a i, .__linkbtn button i {
  color: #a93333;
  margin-right: 1em;
  transition: all 0.3s ease;
}
.__linkbtn a:hover::before, .__linkbtn button:hover::before {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left;
  transition: opacity 0.3s ease, transform 0.24s ease;
}
.__linkbtn a:hover i, .__linkbtn button:hover i {
  color: #fff;
}
.__linkbtn.__large {
  width: 20em;
}
@media screen and (max-width: 767px) {
  .__linkbtn.__large {
    width: 100%;
  }
}
.__linkbtn.__large a, .__linkbtn.__large button {
  padding-top: 1.4em;
  padding-bottom: 1.4em;
}
.__linkbtn.__red a, .__linkbtn.__red button {
  background-color: #a93333;
}
.__linkbtn.__red a i, .__linkbtn.__red button i {
  color: #333;
}
.__linkbtn.__white a, .__linkbtn.__white button {
  color: #333;
  background-color: #fff;
  transition: color 0.6s ease, opacity 0.6s ease, transform 0.3s ease;
}
.__linkbtn.__white a:hover, .__linkbtn.__white button:hover {
  color: #fff;
  transition: color 0.3s ease, opacity 0.3s ease, transform 0.24s ease;
}

.__imgstyle {
  position: relative;
}
.__imgstyle::before {
  position: absolute;
  z-index: 2;
  content: "";
  display: block;
  width: 15rem;
  aspect-ratio: 3/2;
  background-size: contain;
  background-repeat: no-repeat;
  margin: -2px;
}
@media screen and (max-width: 991px) {
  .__imgstyle::before {
    width: 22.5rem;
  }
}
.__imgstyle .__imgstyle-inner {
  overflow: clip;
}
.__imgstyle .__imgstyle-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__imgstyle.__right-top::before {
  top: 0;
  right: 0;
  background-image: url(../images/img-corner_right-top.png);
}
.__imgstyle.__right-top .__imgstyle-inner {
  border-bottom-right-radius: 1.875rem;
}
@media screen and (max-width: 991px) {
  .__imgstyle.__right-top .__imgstyle-inner {
    border-bottom-right-radius: 2.8125rem;
  }
}
.__imgstyle.__left-bottom::before {
  bottom: 0;
  left: 0;
  background-image: url(../images/img-corner_left-bottom.png);
}
.__imgstyle.__left-bottom .__imgstyle-inner {
  border-top-left-radius: 1.875rem;
}
@media screen and (max-width: 991px) {
  .__imgstyle.__left-bottom .__imgstyle-inner {
    border-top-left-radius: 2.8125rem;
  }
}
.__imgstyle.__lgray.__right-top::before {
  background-image: url(../images/img-corner_right-top_lgray.png);
}
.__imgstyle.__lgray.__left-bottom::before {
  background-image: url(../images/img-corner_left-bottom_lgray.png);
}

.__fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 0.4s;
}
.__fadeIn.__bound {
  transform: rotateX(40deg) scale(1.06) translateY(-20px);
  transition-delay: 0.48s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: none;
}

.sec-txt p {
  line-height: 2em;
  margin-top: 1.4em;
}
.sec-txt p:nth-of-type(1) {
  margin-top: 0;
}

.__content-style01 {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .__content-style01 {
    width: 100% !important;
    display: block;
  }
}
.__content-style01 .sec-ttl {
  display: block;
  font-size: 5.625rem;
  width: 1em;
  margin-right: 4.5rem;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .sec-ttl {
    font-size: 4.5em;
    margin-right: 5.4rem;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .sec-ttl {
    font-size: 2.75em;
    width: auto;
  }
}
.__content-style01 .sec-ttl h2, .__content-style01 .sec-ttl h3 {
  white-space: nowrap;
  font-size: 1em;
  transform: translateX(150%) rotate(90deg);
  transform-origin: left top;
}
@media screen and (max-width: 767px) {
  .__content-style01 .sec-ttl h2, .__content-style01 .sec-ttl h3 {
    transform: initial;
  }
}
.__content-style01 .sec-content {
  width: 100%;
}
.__content-style01 .sec-content .sec-catch p {
  font-size: 0.9em;
  margin-bottom: 1.4em;
}
.__content-style01 .sec-content .sec-catch h3, .__content-style01 .sec-content .sec-catch h4 {
  color: #222;
  font-size: 1.6875rem;
  font-weight: 900;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .sec-content .sec-catch h3, .__content-style01 .sec-content .sec-catch h4 {
    white-space: initial;
    font-size: 1.75em;
  }
}
@media screen and (max-width: 991px) {
  .__content-style01 .sec-content .sec-catch h3, .__content-style01 .sec-content .sec-catch h4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .sec-content .sec-catch h3, .__content-style01 .sec-content .sec-catch h4 {
    font-size: 1.25em;
  }
}
.__content-style01 .sec-content .sec-txt {
  margin-top: 3em;
}

.__content-style02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .__content-style02 {
    display: block;
  }
}
.__content-style02.__even {
  flex-direction: row-reverse;
}
.__content-style02 .txt-wrap {
  width: calc(100% - 40.3125rem - 5rem);
}
@media screen and (max-width: 991px) {
  .__content-style02 .txt-wrap {
    width: 100%;
  }
}
.__content-style02 .txt-wrap .sec-txt {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .__content-style02 .txt-wrap .sec-txt {
    margin-top: 3em;
  }
}
.__content-style02 .txt-wrap .sec-link {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4em;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .__content-style02 .txt-wrap .sec-link {
    width: 100%;
    margin-top: 3em;
  }
}
.__content-style02 .img-wrap {
  width: 40.3125rem;
}
@media screen and (max-width: 991px) {
  .__content-style02 .img-wrap {
    width: 100%;
    margin-top: 4em;
  }
}
.__content-style02 .img-wrap .__imgstyle-inner {
  height: 100%;
  border-radius: 1.875rem;
}
@media screen and (max-width: 991px) {
  .__content-style02 .img-wrap .__imgstyle-inner {
    border-radius: 2.8125rem;
    aspect-ratio: 5/3;
  }
}
.__content-style02 .img-wrap .__imgstyle-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .__content-style03 .content-ttl h3 span.__en {
    margin-bottom: 1em;
  }
}
.__content-style03 .content-txt {
  margin-top: 2em;
}
@media screen and (max-width: 991px) {
  .__content-style03 .content-txt {
    margin-top: 3em;
  }
}
.__content-style03 .content-txt .txt-wrap {
  margin-top: 2em;
}
.__content-style03 .content-txt .txt-wrap p .__main {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .__content-style03 .content-txt .txt-wrap p .__main {
    font-size: 1em;
  }
}
.__content-style03 .content-txt .txt-wrap p .__main.__m-right {
  margin-right: 2em;
}
.__content-style03 .content-txt .txt-wrap p .__sub {
  display: inline-block;
  margin-left: 1.5em;
}
.__content-style03 .content-txt .txt-wrap ul.__note li {
  font-size: 0.9em;
}
.__content-style03 .content-txt .txt-wrap ul.__note li.__red {
  color: #a93333;
}
.__content-style03 .content-txt .txt-wrap ul.__note li em {
  font-weight: 500;
}

.__content-style04 {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(80, 80, 80, 0.1);
  border-radius: 4px;
  border-top-right-radius: 1.875rem;
}
@media screen and (max-width: 991px) {
  .__content-style04 {
    border-top-right-radius: 2.8125rem;
  }
}
.__content-style04 h4 {
  font-weight: 700;
  margin-bottom: 0.6em;
  padding-bottom: 0.6em;
  border-bottom: solid 1px #e0e0e0;
}
.__content-style04 h4 span.__en {
  font-size: 0.85em;
  margin-right: 1em;
}
.__content-style04 h4 span.__jp {
  color: #278eb2;
  font-size: 1.25em;
}

.__content-style_rule {
  margin-top: 1em;
}
.__content-style_rule .content-ttl {
  margin-bottom: 1em;
}
.__content-style_rule .content-inner h4 {
  font-weight: 700;
  margin-top: 2.4em;
}
.__content-style_rule .content-inner .txt-wrap {
  font-size: 0.95em;
  font-weight: 400;
  margin-top: 0.4em;
}
.__content-style_rule .content-inner p {
  font-size: 1em;
  padding-left: 1em;
  border-left: solid 2px #e0e0e0;
}
.__content-style_rule .content-inner p:last-of-type {
  margin-bottom: 0;
}
.__content-style_rule .content-inner p.__lead {
  padding-left: 0;
  border-left: none;
  font-weight: 400;
  margin-bottom: 4em;
}
.__content-style_rule .content-inner p > a {
  word-wrap: break-word;
}
.__content-style_rule .content-inner p a {
  display: inline;
  font-size: 1em;
}
.__content-style_rule .content-inner ul {
  padding-left: 1em;
  border-left: solid 2px #e0e0e0;
  margin: 1em 0;
}
.__content-style_rule .content-inner ul li {
  font-size: 1em;
  margin: 0.4em 0;
}

.__bg-wave-wrap01 {
  background-image: url(../images/bg-wave01.png);
  background-size: cover;
  background-position: 20% 0%;
}

.__bg-wave-wrap02 {
  background-image: url(../images/bg-wave02.png);
  background-size: cover;
  background-position: 80% 0%;
}

.__txtAnimation.__metal {
  position: relative;
  overflow-x: clip;
  display: inline-block;
  background: linear-gradient(45deg, #535353 0%, #7d7d7d 15%, #bebebe 30%, #eee 50%, #bebebe 70%, #7d7d7d 85%, #535353 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.3;
}
.__txtAnimation.__metal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%);
  animation: shine 3.6s ease infinite;
}
@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  background-image: url(../images/bg-noize.png);
  background-size: 6.25rem 6.25rem;
  background-repeat: repeat;
  border-bottom: solid 1px #e0e0e0;
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6.25rem;
  padding: 0 1.25rem;
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    height: 80px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  header .__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(240, 240, 240, 0.6);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  width: 20rem;
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 256px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: min(60vw, 192px);
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 24px;
    height: 40px;
    cursor: pointer;
    margin-right: 10px;
  }
  header .nav-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 50vh;
    background-color: #333;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -6px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 6px;
  }
  header .nav-btn.__open span {
    width: 80%;
  }
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(35deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(-35deg);
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    background-image: url(../images/bg-noize.png);
    background-size: 7.5rem 7.5rem;
    background-repeat: repeat;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
    width: 240px;
    height: 100vh;
    padding-top: 18vh;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    display: block;
    overflow-y: scroll;
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    transform: translateX(0);
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu nav > ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul {
    display: block;
    font-weight: 700;
  }
}
header .header-menu nav > ul > li {
  cursor: pointer;
  position: relative;
  z-index: 2;
  font-size: 0.9em;
  margin: 0 1.5rem;
  padding: 0.48em 0;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #efefef;
  }
}
header .header-menu nav > ul > li > a {
  font-size: 1em;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li > a {
    padding: 2vh 1.6em;
  }
}
header .header-menu nav > ul > li > a:hover {
  color: #278eb2;
}
header .header-menu nav > ul > li:last-of-type {
  margin-right: 0;
}
header .header-menu nav > ul > li .accordion-menu {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  font-size: 1em;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li .accordion-menu {
    justify-content: space-between;
    padding: 2vh 1.6em;
  }
}
header .header-menu nav > ul > li .accordion-menu i {
  display: inline-block;
  color: #a93333;
  margin-left: 0.4em;
}
header .header-menu nav > ul > li .accordion-menu.__open i {
  transform: scaleY(-1);
}
header .header-menu nav > ul > li .accordion-inner {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  white-space: nowrap;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 1em;
  padding: 1.2em;
  padding-top: 1.4em;
  display: none;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li .accordion-inner {
    position: relative;
    background-color: #efefef;
    box-shadow: none;
    padding: 1.6em;
  }
}
header .header-menu nav > ul > li .accordion-inner ul li {
  margin-bottom: 0.6em;
  font-size: 0.9em;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li .accordion-inner ul li {
    font-size: 0.95em;
  }
}
header .header-menu nav > ul > li .accordion-inner ul li a {
  font-size: 1em;
  transition: all 0.3s ease;
}
header .header-menu nav > ul > li .accordion-inner ul li a:hover {
  color: #278eb2;
}
header .header-menu nav > ul > li.__current {
  color: #278eb2;
  font-weight: 700;
}
header .header-menu nav > ul > li.__current::before {
  transform: scaleX(1);
}
header .header-menu nav > ul > li.__current .accordion-inner ul li {
  color: #333;
  font-weight: 500;
}
header .header-menu nav > ul > li.__current .accordion-inner ul li.__current a {
  color: #278eb2;
}

/* footer
---------------------------------------------------- */
footer {
  position: relative;
  z-index: 2;
  background-image: url(../images/bg-footer.jpg);
  background-size: cover;
  box-shadow: 0px 0px 10px 0px rgba(80, 80, 80, 0.1);
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  footer .footer-inner {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left {
    width: calc(100% - 36em - 8em);
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-left {
    width: 100%;
  }
}
footer .footer-inner .footer-left .footer-logo {
  width: 25rem;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left .footer-logo {
    width: min(100%, 320px);
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 240px;
  }
}
footer .footer-inner .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-left .footer-info {
  margin-top: 1em;
}
footer .footer-inner .footer-left .footer-info p {
  font-size: 0.9em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left .footer-info p {
    margin-top: 1em;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-left .footer-info p {
    margin-top: 0;
  }
}
footer .footer-inner .footer-left .footer-info p a {
  display: inline;
  font-size: 1em;
}
footer .footer-inner .footer-menu {
  width: 40em;
  margin-top: 0.625rem;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu {
    width: 36em;
    margin-top: 1em;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-menu {
    width: 100%;
    margin-top: 3em;
  }
}
footer .footer-inner .footer-menu > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu > ul {
    display: block;
  }
}
footer .footer-inner .footer-menu > ul:nth-of-type(2) {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu > ul:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu > ul li {
    margin-top: 1.6em;
  }
}
footer .footer-inner .footer-menu > ul li a {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9em;
  opacity: 1;
  transition: all 0.2s ease;
}
footer .footer-inner .footer-menu > ul li a i {
  color: #aaa;
  margin-right: 0.6em;
}
footer .footer-inner .footer-menu > ul li a:hover {
  opacity: 0.6;
}
footer .footer-inner .footer-menu > ul li ul {
  margin-top: 0.4em;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu > ul li ul {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu > ul li ul li {
    margin-top: 0.2em;
  }
}
footer .footer-inner .footer-menu > ul li ul li a {
  font-size: 0.85em;
}
footer .footer-bottom {
  text-align: center;
  margin-top: 5em;
  padding: 2em 0;
  border-top: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom {
    margin-top: 3em;
  }
}
footer .footer-bottom .legal-notice a {
  color: #999;
  font-size: 0.85em;
}
@media screen and (max-width: 1199px) {
  footer .footer-bottom .legal-notice a {
    font-size: 0.8em;
  }
}
footer .footer-bottom .copyright {
  margin-top: 3em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1199px) {
  footer .footer-bottom .copyright {
    margin-bottom: 2em;
  }
}
footer .footer-bottom .copyright p {
  font-size: 0.8em;
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
}
#pagetop a {
  width: 7em;
  aspect-ratio: 1/1;
  border-top-left-radius: 1.875rem;
  color: #278eb2;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  #pagetop a {
    width: 7em;
    border-top-left-radius: 2.8125rem;
  }
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 3em;
    aspect-ratio: 1/3;
  }
}
#pagetop a span.__pagetop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  font-size: 0.8em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #pagetop a span.__pagetop {
    font-size: 0.75em;
  }
}
#pagetop a:hover {
  color: #fff;
  background-color: #278eb2;
}/*# sourceMappingURL=common.css.map */