@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 100%;
  scroll-padding-top: 115px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #181818;
  overflow-x: hidden;
  letter-spacing: 2px;
  line-height: 2.25;
}
body .inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 150px;
}
@media screen and (max-width: 1439px) {
  body .inner {
    padding: 0 7%;
  }
}
body .main_title {
  color: #284061;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  body .main_title {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}
body .main_title span {
  color: #547599;
  font-family: "Montserrat", sans-serif;
  font-size: 7.5rem;
  letter-spacing: 1px;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  body .main_title span {
    font-size: 5rem;
  }
}
body .main_title em {
  font-weight: 300;
  margin-left: 30px;
}
@media screen and (max-width: 1439px) {
  body .main_title em {
    margin-left: 20px;
  }
}
body .main_title.center {
  text-align: center;
}
body .main_title.center span {
  display: block;
  margin-bottom: 10px;
}
body .main_title.white {
  color: #fff;
}
body .main_title.white span {
  color: #fff;
}
body .sub_title {
  position: relative;
  display: inline-block;
  transform: skewX(-20deg);
  background: #284061;
  border-radius: 1px;
  text-align: center;
  padding: 5px 70px 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1439px) {
  body .sub_title {
    padding: 5px 40px 20px;
    margin-bottom: 40px;
  }
}
body .sub_title:before {
  position: absolute;
  content: "";
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #284061;
  z-index: -1;
}
body .sub_title span {
  display: block;
  line-height: 1.2;
  font-size: 1.75rem;
  font-weight: 500;
  transform: skewX(20deg);
  color: #284061;
}
@media screen and (max-width: 1439px) {
  body .sub_title span {
    font-size: 1.6rem;
  }
}
body .org_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 165px;
  min-height: 50px;
  border-radius: 100px;
  color: #fff;
  background: linear-gradient(90deg, #ffbb93 0%, #ff711e 100%);
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  body .org_btn:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}
body .blue_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 64px;
  border-radius: 100px;
  color: #fff;
  background: linear-gradient(90deg, #699fd9 0%, #547599 100%);
  font-weight: 500;
  padding: 5px 55px 5px 15px;
  position: relative;
}
body .blue_btn:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: 0.7s;
}
body .blue_btn:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 32px;
  margin: auto;
  transition: 0.7s;
}
@media screen and (min-width: 769px) {
  body .blue_btn:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}
body .white_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 64px;
  border-radius: 100px;
  color: #284061;
  background: #fff;
  font-weight: 500;
  padding: 5px 10px 5px 0;
  position: relative;
}
body .white_btn:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #284061;
  transition: 0.7s;
}
body .white_btn:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 1px solid #284061;
  border-right: 1px solid #284061;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 32px;
  margin: auto;
  transition: 0.7s;
}
@media screen and (min-width: 769px) {
  body .white_btn:hover {
    background: #284061;
    color: #fff;
    cursor: pointer;
  }
  body .white_btn:hover:before {
    border: 1px solid #fff;
  }
  body .white_btn:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
body .bdr_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 64px;
  border: 1px solid #868686;
  border-radius: 100px;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 769px) {
  body .bdr_btn:hover {
    background: #547599;
    color: #fff;
    cursor: pointer;
  }
}
body .product_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
body .product_list > li > a {
  display: block;
}
@media screen and (min-width: 769px) {
  body .product_list > li > a:hover .thumb img {
    transform: scale(1.1);
  }
  body .product_list > li > a:hover .name {
    opacity: 0.8;
  }
}
body .product_list .thumb {
  background: #f3f3f3;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  min-height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
body .product_list .thumb img {
  object-fit: cover;
  object-position: center;
  max-width: 110px;
  width: auto;
  height: 100%;
  max-height: 110px;
  margin: auto;
  display: block;
  transform: scale(1);
}
body .product_list .name {
  position: relative;
  color: #284061;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.3;
  letter-spacing: 1px;
  padding-right: 35px;
  transition: 0.7s;
}
@media screen and (max-width: 1024px) {
  body .product_list .name {
    font-size: 1.2rem;
    padding-right: 25px;
  }
}
body .product_list .name:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background: #284061;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  body .product_list .name:before {
    width: 20px;
    height: 20px;
  }
}
body .product_list .name:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: 9px;
  right: 10px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  body .product_list .name:after {
    width: 5px;
    height: 5px;
    top: 8px;
    right: 8px;
  }
}
body .news_list > li:not(:last-child) {
  margin-bottom: 20px;
}
body .news_list > li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 32px 90px 32px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 769px) {
  body .news_list > li a:hover {
    box-shadow: 0 4px 16px 0 rgba(84, 117, 153, 0.6);
  }
  body .news_list > li a:hover:before {
    border: 1px solid #547599;
  }
  body .news_list > li a:hover:after {
    border-top: 1px solid #547599;
    border-right: 1px solid #547599;
  }
}
body .news_list > li a:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #181818;
  transition: 0.7s;
}
body .news_list > li a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 1px solid #181818;
  border-right: 1px solid #181818;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 57px;
  margin: auto;
  transition: 0.7s;
}
body .news_list > li time {
  color: #868686;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
body .news_list > li .title {
  font-weight: 500;
  width: calc(100% - 190px);
}
@media screen and (max-width: 1439px) {
  body .news_list > li .title {
    width: calc(100% - 130px);
  }
}
body .graf:not(:last-child) {
  margin-bottom: 40px;
}
body .graf li {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .graf li:nth-child(odd) {
  background: #f3f3f3;
}
body .graf .title {
  width: 16%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 30px;
}
@media screen and (max-width: 1439px) {
  body .graf .title {
    width: 23%;
  }
}
body .graf .cont {
  width: 84%;
  padding: 17px 30px;
  line-height: 1.8;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  body .graf .cont {
    width: 77%;
  }
}
@media screen and (min-width: 769px) {
  body .graf .cont a:hover {
    color: #547599;
    text-decoration: underline;
  }
}
body .fadeup {
  animation-name: fadeupAnime;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeupAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body .fadein {
  opacity: 0;
  transform: translateY(0);
  transition: all 0.8s;
  animation-delay: 1s;
}
body .fadein.fadein_btm {
  transform: translateY(20px);
}
body .fadein.scrollin {
  opacity: 1 !important;
  transform: translateY(0);
}

header {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
  background: #fff;
  max-width: 1380px;
}
@media screen and (min-width: 769px) {
  header {
    top: 30px;
    width: 95.834%;
    border-radius: 60px;
  }
}
@media screen and (min-width: 769px) {
  header .h_blc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .h_blc {
    padding: 17px 20px;
  }
}
@media screen and (min-width: 769px) {
  header .h_left {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) {
  header .h_left {
    gap: 10px;
  }
}
@media screen and (min-width: 769px) {
  header .h_left .logo a {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) {
  header .h_left .logo a {
    max-width: 220px;
  }
}
@media screen and (min-width: 769px) {
  header .h_left > img {
    max-width: 75px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .h_left > img {
    max-width: 60px;
  }
}
@media screen and (min-width: 769px) {
  header .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) {
  header .menu {
    gap: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .menu {
    gap: 10px;
  }
}
@media screen and (min-width: 769px) {
  header .menu > ul {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1140px) {
  header .menu > ul {
    gap: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .menu > ul {
    gap: 15px;
  }
}
@media screen and (min-width: 769px) {
  header .menu > ul > li a {
    font-weight: 500;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  header .menu > ul > li a:hover {
    color: #547599;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .menu > ul > li a {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .menu .org_btn {
    min-width: 110px;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 769px) {
  header .submenu_btn {
    position: relative;
  }
  header .submenu_btn:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: 1px solid #181818;
    border-right: 1px solid #181818;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
    margin: auto;
    transition: 0.7s;
  }
  header .submenu_btn:hover:after {
    border-bottom: 1px solid #547599;
    border-right: 1px solid #547599;
  }
  header .submenu {
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translateX(-50%);
    width: 82.609%;
    max-height: 75vh;
    overflow-y: scroll;
    background: #fff;
    border-radius: 10px;
    padding: 40px 60px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  header .submenu {
    width: 90%;
    padding: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .submenu {
    width: 95%;
    padding: 20px;
  }
}
@media screen and (min-width: 769px) {
  header .submenu .main_title {
    font-size: 1.0625rem;
    color: #547599;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  header .submenu .main_title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  header .submenu .main_title span {
    font-size: 3.125rem;
    font-weight: 600;
    margin-right: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  header .submenu .main_title span {
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  header .submenu .product_list {
    gap: 40px 20px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .submenu .product_list {
    gap: 20px 10px;
  }
}
@media screen and (min-width: 769px) {
  header .submenu .product_list > li {
    width: calc((100% - 80px) / 5);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .submenu .product_list > li {
    width: calc((100% - 40px) / 5);
  }
}
@media screen and (min-width: 769px) {
  header .submenu .product_list .name {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .submenu .product_list .name {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 769px) {
  header .submenu .submenu_close {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
    font-weight: 500;
    background: #f3f3f3;
    border-radius: 100px;
    padding: 14px;
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .submenu .submenu_close {
    padding: 10px;
  }
}
@media screen and (min-width: 769px) {
  header .submenu .submenu_close .icon {
    display: block;
    position: relative;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #181818;
  }
  header .submenu .submenu_close .icon:before, header .submenu .submenu_close .icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 12px;
    background: #fff;
  }
  header .submenu .submenu_close .icon:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .submenu .submenu_close .icon:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header .has-child.open .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media screen and (min-width: 769px) {
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s linear;
    z-index: 4;
  }
  .overlay.show {
    opacity: 1;
    visibility: visible;
  }
}
main .mv_wrap {
  position: relative;
}
main .mv_wrap .mv {
  position: relative;
  overflow: hidden;
  clip-path: ellipse(110% 100% at 50% 0%);
}
main .mv_wrap.top .mv {
  max-height: 720px;
}
main .mv_wrap.top .mv:before {
  position: absolute;
  content: "";
  inset: 0;
  background: #547599;
  opacity: 0.7;
  z-index: 2;
}
main .mv_wrap.top .mv:after {
  position: absolute;
  content: "";
  background: url("../image/top/mv_line.svg") no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
main .mv_wrap.top .swiper-slide {
  overflow: hidden;
}
main .mv_wrap.top .swiper-slide-active .pic, main .mv_wrap.top .swiper-slide-prev .pic, main .mv_wrap.top .swiper-slide-duplicate-active .pic {
  animation: zoomanime 8s linear 0s normal both;
}
@keyframes zoomanime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
main .mv_wrap.top .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  backface-visibility: hidden;
  will-change: transform;
}
main .mv_wrap.top .inner {
  position: absolute;
  top: 55%;
  transform: translateY(-55%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  main .mv_wrap.top .inner {
    top: 60%;
    transform: translateY(-60%);
  }
}
@media screen and (max-width: 1024px) {
  main .mv_wrap.top .inner {
    top: 65%;
    transform: translateY(-65%);
  }
}
main .mv_wrap.top .mv_copy {
  max-width: 700px;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  main .mv_wrap.top .mv_copy {
    max-width: 60vw;
  }
}
@media screen and (max-width: 1024px) {
  main .mv_wrap.top .mv_copy {
    max-width: 55vw;
  }
}
main .mv_wrap.top .mv_copy > span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main .mv_wrap.top .mv_copy > span {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 1024px) {
  main .mv_wrap.top .mv_copy > span {
    font-size: 1.6vw;
  }
}
main .mv_wrap.top .mv_copy > span:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 82%;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 1439px) {
  main .mv_wrap.top .mv_copy > span:after {
    width: 80%;
  }
}
main .mv_wrap.top .mv_copy div {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 1439px) {
  main .mv_wrap.top .mv_copy div {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  main .mv_wrap.top .mv_copy div {
    margin-bottom: 10px;
  }
}
main .mv_wrap.top .mv_copy div h1 {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 6.25rem;
  font-weight: 300;
  letter-spacing: 6px;
  line-height: 1;
}
@media screen and (max-width: 1439px) {
  main .mv_wrap.top .mv_copy div h1 {
    font-size: 9vw;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 1024px) {
  main .mv_wrap.top .mv_copy div h1 {
    font-size: 8.2vw;
  }
}
main .mv_wrap.top .mv_copy div h1 span {
  display: block;
  font-size: 5.375rem;
  font-weight: bold;
}
@media screen and (max-width: 1439px) {
  main .mv_wrap.top .mv_copy div h1 span {
    font-size: 7.7vw;
  }
}
@media screen and (max-width: 1024px) {
  main .mv_wrap.top .mv_copy div h1 span {
    font-size: 6.8vw;
  }
}
main .mv_wrap.top .mv_copy div strong {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 6px;
  line-height: 1.4;
}
@media screen and (max-width: 1439px) {
  main .mv_wrap.top .mv_copy div strong {
    font-size: 2.8vw;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 1024px) {
  main .mv_wrap.top .mv_copy div strong {
    font-size: 2.4vw;
  }
}
main .mv_wrap.top .mv_copy p {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 1439px) {
  main .mv_wrap.top .mv_copy p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 1024px) {
  main .mv_wrap.top .mv_copy p {
    font-size: 1.6vw;
  }
}
main .mv_wrap.top .item_area {
  position: absolute;
  top: -10px;
  right: 100px;
  z-index: 3;
  max-width: 453px;
  width: 31.4%;
  height: 172.2%;
}
@media screen and (max-width: 1439px) {
  main .mv_wrap.top .item_area {
    top: 10px;
    right: 20px;
    width: 28%;
    height: 130%;
  }
}
@media screen and (max-width: 1024px) {
  main .mv_wrap.top .item_area {
    width: 32%;
  }
}
main .mv_wrap.top .item_area .item {
  position: absolute;
}
main .mv_wrap.top .item_area .item:first-child {
  top: 0;
  left: 0;
}
main .mv_wrap.top .item_area .item:first-child img {
  transform: rotate(-8deg);
  max-width: 234px;
}
@media screen and (max-width: 1439px) {
  main .mv_wrap.top .item_area .item:first-child img {
    max-width: 13vw;
  }
}
main .mv_wrap.top .item_area .item:nth-child(2) {
  top: 150px;
  right: -60px;
}
@media screen and (min-width: 769px) {
  main .mv_wrap.top .item_area .item:nth-child(2) {
    animation-delay: 1.6s;
  }
}
@media screen and (max-width: 1439px) {
  main .mv_wrap.top .item_area .item:nth-child(2) {
    top: 30%;
    right: 40px;
  }
}
main .mv_wrap.top .item_area .item:nth-child(2) img {
  transform: rotate(21deg);
}
@media screen and (max-width: 1439px) {
  main .mv_wrap.top .item_area .item:nth-child(2) img {
    max-width: 14vw;
  }
}
main .mv_wrap.top .item_area .item:last-child {
  bottom: -10px;
  left: 60px;
}
@media screen and (min-width: 769px) {
  main .mv_wrap.top .item_area .item:last-child {
    animation-delay: 2.2s;
  }
}
@media screen and (max-width: 1439px) {
  main .mv_wrap.top .item_area .item:last-child {
    bottom: -30px;
    left: 0;
    max-width: 25vw;
  }
}
main .mv_wrap.sub {
  margin-bottom: 20px;
}
main .mv_wrap.sub .mv {
  background: #547599;
}
main .mv_wrap.sub .mv:before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(to right, rgb(84, 117, 153) 40%, rgba(255, 255, 255, 0) 130%);
  z-index: 1;
  width: 100%;
}
main .mv_wrap.sub .mv:after {
  position: absolute;
  content: "";
  background: url("../image/common/mv_sub_line.svg") no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
main .mv_wrap.sub .bg_mv {
  width: 60%;
  min-height: 470px;
  margin-left: auto;
  position: relative;
}
main .mv_wrap.sub .bg_mv.products {
  background: url("../image/products/mv_products.webp") no-repeat;
  background-size: cover;
}
main .mv_wrap.sub .bg_mv.about {
  background: url("../image/about/mv_about.webp") no-repeat;
  background-size: 180%;
  background-position: 30% 60%;
}
main .mv_wrap.sub .bg_mv.corporate {
  background: url("../image/corporate/mv_corporate.webp") no-repeat;
  background-size: cover;
}
main .mv_wrap.sub .bg_mv.news {
  background: url("../image/news/mv_news.webp") no-repeat;
  background-size: cover;
}
main .mv_wrap.sub .bg_mv.contact {
  background: url("../image/contact/mv_contact.webp") no-repeat;
  background-size: cover;
  background-position: 100%;
}
main .mv_wrap.sub .bg_mv:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 70%;
  height: 470px;
  background: linear-gradient(to right, rgb(84, 117, 153) 0%, rgba(255, 255, 255, 0) 100%);
}
main .mv_wrap.sub .page_title {
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
  left: 0;
  color: #fff;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 12px;
  line-height: 1.6;
  z-index: 2;
}
main .mv_wrap.sub .page_title span {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0px;
  position: relative;
  display: flex;
  align-items: center;
}
main .mv_wrap.sub .page_title span:after {
  content: "";
  border-top: 1px solid #fff;
  flex-grow: 1;
  margin-left: 10px;
}
main .mv_wrap.sub .page_title em {
  font-size: 1.625rem;
  line-height: 1.6;
  margin-left: 5px;
}
main .mv_wrap.sub .page_title div {
  max-width: 620px;
}
main.top #about {
  position: relative;
  padding: 180px 0 360px;
}
@media screen and (max-width: 1439px) {
  main.top #about {
    padding: 120px 0 18vw;
  }
}
main.top #about:after {
  position: absolute;
  content: "";
  top: -80px;
  left: -226px;
  background: url("../image/top/about_line.svg") no-repeat;
  background-size: 100%;
  width: 74.842%;
  height: 92.303%;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  main.top #about:after {
    width: 55%;
    height: 85%;
    background-size: cover;
  }
}
main.top #about .blc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main.top #about .txt {
  width: 42.106%;
}
@media screen and (max-width: 1439px) {
  main.top #about .txt {
    width: 45vw;
  }
}
main.top #about .txt h3 {
  color: #284061;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 40px;
}
@media screen and (max-width: 1439px) {
  main.top #about .txt h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
main.top #about .txt h3 span {
  display: block;
  font-weight: 600;
  font-size: 1.0625rem;
  letter-spacing: 1px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top #about .txt h3 span {
    font-size: 0.9rem;
  }
}
main.top #about .txt h3 span:after {
  position: absolute;
  content: "";
  width: 57.71%;
  height: 1px;
  background: #284061;
  top: 50%;
  right: 0;
}
@media screen and (max-width: 1439px) {
  main.top #about .txt h3 span:after {
    width: calc(100% - 180px);
  }
}
main.top #about .txt p:not(:last-child) {
  margin-bottom: 20px;
}
main.top #about .txt .blue_btn {
  max-width: 300px;
  margin: 40px 0 0;
}
main.top #about .pic_area {
  width: 51.93%;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top #about .pic_area {
    width: 38vw;
  }
}
main.top #about .pic_area .swiper {
  overflow: hidden;
}
main.top #about .pic_area .swiper .swiper-slide {
  border-radius: 30px;
  overflow: hidden;
}
main.top #about .pic_area .swiper img {
  width: 100%;
  min-height: 626px;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1439px) {
  main.top #about .pic_area .swiper img {
    min-height: 424px;
  }
}
@media screen and (max-width: 980px) {
  main.top #about .pic_area .swiper img {
    min-height: 325px;
  }
}
main.top #about .pic_area > img {
  position: absolute;
  bottom: -150px;
  right: -40px;
  z-index: 1;
  max-width: 300px;
  width: 100%;
  max-height: 300px;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 980px) {
  main.top #about .pic_area > img {
    max-width: 250px;
    max-height: 250px;
  }
}
main.top #product {
  position: relative;
}
main.top #product .product_wrap {
  overflow: hidden;
  background: #547599;
  clip-path: ellipse(110% 100% at 50% 100%);
  padding: 180px 0 100px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  main.top #product .product_wrap {
    padding: 140px 0 60px;
  }
}
@media screen and (max-width: 1024px) {
  main.top #product .product_wrap {
    clip-path: ellipse(140% 100% at 50% 100%);
  }
}
main.top #product .product_wrap:after {
  position: absolute;
  content: "";
  bottom: -30px;
  left: -270px;
  background: url("../image/top/product_line.svg") no-repeat;
  background-size: 100%;
  max-width: 1238px;
  width: 85.973%;
  max-height: 1646px;
  height: 152.02%;
  z-index: -1;
}
@media screen and (max-width: 1240px) {
  main.top #product .product_wrap:after {
    left: -80px;
    width: 70%;
    height: 150%;
  }
}
main.top #product .inner {
  position: relative;
}
@media screen and (max-width: 980px) {
  main.top #product .inner {
    max-width: 890px;
  }
}
main.top #product .main_title {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  main.top #product .main_title {
    top: 60px;
  }
}
main.top #product .main_title span {
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 650px;
  width: 45%;
}
@media screen and (max-width: 1439px) {
  main.top #product .main_title span {
    top: -100px;
  }
}
main.top #product .main_title span.title_blue {
  color: #5f7fa3;
  z-index: 1;
}
main.top #product .main_title span.title_white {
  color: #fff;
  z-index: 2;
  clip-path: ellipse(28vw 50% at 50% 100%);
}
@media screen and (max-width: 1439px) {
  main.top #product .main_title span.title_white {
    clip-path: ellipse(25vw 50% at 50% 100%);
  }
}
@media screen and (max-width: 1024px) {
  main.top #product .main_title span.title_white {
    clip-path: ellipse(35vw 50% at 50% 100%);
  }
}
main.top #product .swiper {
  overflow: hidden;
}
main.top #product .swiper .swiper-wrapper {
  padding: 180px 0 220px;
}
@media screen and (max-width: 1320px) {
  main.top #product .swiper .swiper-wrapper {
    padding: 120px 0 200px;
  }
}
@media screen and (max-width: 1240px) {
  main.top #product .swiper .swiper-wrapper {
    padding: 120px 0 140px;
  }
}
@media screen and (max-width: 1024px) {
  main.top #product .swiper .swiper-wrapper {
    padding: 80px 0 100px;
  }
}
main.top #product .swiper .swiper-slide {
  width: 250px;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #284061;
  transition: transform 0.5s ease;
  position: relative;
}
@media screen and (max-width: 1240px) {
  main.top #product .swiper .swiper-slide {
    width: 200px;
  }
}
@media screen and (max-width: 980px) {
  main.top #product .swiper .swiper-slide {
    width: 150px;
  }
}
main.top #product .swiper .swiper-slide-active {
  transform: scale(1.8);
  border: 1.8px solid #284061;
  border-radius: 10px;
}
@media screen and (max-width: 1320px) {
  main.top #product .swiper .swiper-slide-active {
    transform: scale(1.6);
  }
}
@media screen and (max-width: 1024px) {
  main.top #product .swiper .swiper-slide-active {
    transform: scale(1.3);
  }
}
main.top #product .swiper .swiper-slide-active .label:before {
  border: 1px solid #284061 !important;
}
@media screen and (min-width: 769px) {
  main.top #product .swiper .swiper-slide-active .thumb {
    margin: 0 auto 10px !important;
  }
}
main.top #product .swiper .swiper-slide-active .name {
  border-bottom: 1.8px solid #284061 !important;
  padding: 0 15px 5px 0 !important;
}
main.top #product .swiper .swiper-slide-active p {
  font-size: 0.55rem !important;
  line-height: 1.7 !important;
}
main.top #product .swiper .swiper-slide-prev {
  height: auto;
  transform: rotate(-6deg) translateY(35%);
}
@media screen and (max-width: 1320px) {
  main.top #product .swiper .swiper-slide-prev {
    transform: rotate(-6deg) translateY(25%);
  }
}
@media screen and (max-width: 1240px) {
  main.top #product .swiper .swiper-slide-prev {
    transform: rotate(-6deg) translateY(10%);
  }
}
@media screen and (max-width: 1024px) {
  main.top #product .swiper .swiper-slide-prev {
    transform: rotate(-6deg) translateY(5%);
  }
}
main.top #product .swiper .swiper-slide-next {
  height: auto;
  transform: rotate(6deg) translateY(35%);
}
@media screen and (max-width: 1320px) {
  main.top #product .swiper .swiper-slide-next {
    transform: rotate(6deg) translateY(25%);
  }
}
@media screen and (max-width: 1240px) {
  main.top #product .swiper .swiper-slide-next {
    transform: rotate(6deg) translateY(10%);
  }
}
@media screen and (max-width: 1024px) {
  main.top #product .swiper .swiper-slide-next {
    transform: rotate(6deg) translateY(5%);
  }
}
main.top #product .swiper .swiper-slide .label {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  transform: skewX(-20deg);
  background: #284061;
  border-radius: 1px;
  text-align: center;
  max-width: 160px;
  height: 30px;
  padding: 4px;
}
@media screen and (max-width: 1240px) {
  main.top #product .swiper .swiper-slide .label {
    max-width: 120px;
  }
}
main.top #product .swiper .swiper-slide .label:before {
  position: absolute;
  content: "";
  top: -3px;
  left: -3px;
  width: 100%;
  height: 30px;
  background: #fff;
  border: 2px solid #284061;
  z-index: -1;
  max-width: 160px;
}
main.top #product .swiper .swiper-slide .label span {
  display: block;
  font-family: "Montserrat", sans-serif;
  line-height: 0.8;
  font-weight: bold;
  letter-spacing: 0;
  transform: skewX(20deg);
  color: #284061;
}
main.top #product .swiper .swiper-slide .label span em {
  font-size: 1.25rem;
  margin-left: 5px;
}
main.top #product .swiper .swiper-slide a {
  display: block;
  padding: 25px;
}
@media screen and (max-width: 1240px) {
  main.top #product .swiper .swiper-slide a {
    padding: 10px;
  }
}
main.top #product .swiper .swiper-slide .thumb {
  width: 100%;
  height: 167px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  main.top #product .swiper .swiper-slide .thumb {
    height: 120px;
  }
}
main.top #product .swiper .swiper-slide .thumb img {
  max-width: 167px;
  height: 100%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 1240px) {
  main.top #product .swiper .swiper-slide .thumb img {
    max-width: 120px;
  }
}
@media screen and (max-width: 980px) {
  main.top #product .swiper .swiper-slide .thumb img {
    max-width: 100px;
  }
}
main.top #product .swiper .swiper-slide .name {
  position: relative;
  color: #284061;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.4;
  border-bottom: 2px solid #284061;
  margin-bottom: 10px;
  padding: 5px 15px 5px 0;
}
@media screen and (max-width: 1240px) {
  main.top #product .swiper .swiper-slide .name {
    font-size: 0.8rem;
  }
}
main.top #product .swiper .swiper-slide .name:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 15px;
  height: 15px;
  background: #284061;
  border-radius: 50%;
}
main.top #product .swiper .swiper-slide .name:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 6px;
  margin: auto;
}
main.top #product .swiper .swiper-slide p {
  color: #284061;
  font-weight: 600;
  font-size: 0.5rem;
  line-height: 1.6;
}
main.top #product .swiper-button-prev,
main.top #product .swiper-button-next {
  width: 50px;
  height: 71px;
  position: absolute;
  top: 40%;
}
@media screen and (max-width: 1320px) {
  main.top #product .swiper-button-prev,
  main.top #product .swiper-button-next {
    width: 40px;
    height: 61px;
  }
}
@media screen and (max-width: 1024px) {
  main.top #product .swiper-button-prev,
  main.top #product .swiper-button-next {
    width: 30px;
    height: 43px;
  }
}
main.top #product .swiper-button-prev:before,
main.top #product .swiper-button-next:before {
  content: "";
  width: 100%;
  height: 100%;
}
main.top #product .swiper-button-prev:after,
main.top #product .swiper-button-next:after {
  display: none;
}
main.top #product .swiper-button-prev {
  left: 30%;
}
@media screen and (max-width: 1380px) {
  main.top #product .swiper-button-prev {
    left: 28%;
  }
}
@media screen and (max-width: 1320px) {
  main.top #product .swiper-button-prev {
    left: 30%;
  }
}
@media screen and (max-width: 1240px) {
  main.top #product .swiper-button-prev {
    left: 33%;
  }
}
@media screen and (max-width: 1200px) {
  main.top #product .swiper-button-prev {
    left: 32%;
  }
}
@media screen and (max-width: 1120px) {
  main.top #product .swiper-button-prev {
    left: 31%;
  }
}
@media screen and (max-width: 1050px) {
  main.top #product .swiper-button-prev {
    left: 30%;
  }
}
@media screen and (max-width: 1024px) {
  main.top #product .swiper-button-prev {
    left: 33%;
  }
}
main.top #product .swiper-button-prev:before {
  background: url("../image/top/button-prev.svg") no-repeat;
  background-size: 100%;
}
main.top #product .swiper-button-next {
  right: 30%;
}
@media screen and (max-width: 1380px) {
  main.top #product .swiper-button-next {
    right: 28%;
  }
}
@media screen and (max-width: 1320px) {
  main.top #product .swiper-button-next {
    right: 30%;
  }
}
@media screen and (max-width: 1240px) {
  main.top #product .swiper-button-next {
    right: 33%;
  }
}
@media screen and (max-width: 1200px) {
  main.top #product .swiper-button-next {
    right: 32%;
  }
}
@media screen and (max-width: 1120px) {
  main.top #product .swiper-button-next {
    right: 31%;
  }
}
@media screen and (max-width: 1050px) {
  main.top #product .swiper-button-next {
    right: 30%;
  }
}
@media screen and (max-width: 1024px) {
  main.top #product .swiper-button-next {
    right: 33%;
  }
}
main.top #product .swiper-button-next:before {
  background: url("../image/top/button-next.svg") no-repeat;
  background-size: 100%;
}
main.top #product .swiper-pagination {
  bottom: 100px;
}
@media screen and (max-width: 1439px) {
  main.top #product .swiper-pagination {
    bottom: 100px;
  }
}
main.top #product .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 0 6px;
  opacity: 1;
}
main.top #product .swiper-pagination-bullet-active {
  background: #284061;
}
main.top #product .white_btn {
  max-width: 300px;
  margin: 20px auto 0;
}
main.top #news {
  padding: 140px 0 0;
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  main.top #news {
    padding: 100px 0 0;
  }
}
main.top #news .inner {
  position: relative;
}
main.top #news .blue_btn {
  position: absolute;
  top: 100px;
  right: 150px;
  max-width: 200px;
}
@media screen and (max-width: 1439px) {
  main.top #news .blue_btn {
    top: 60px;
    right: 7%;
  }
}
main.sub .breadcrumbs {
  text-align: right;
  font-size: 0.875rem;
}
main.sub .breadcrumbs a {
  color: #284061;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  main.sub .breadcrumbs a:hover {
    color: #547599;
  }
}
main.sub .breadcrumbs > span {
  position: relative;
}
main.sub .breadcrumbs > span:not(:last-child) {
  margin-right: 55px;
}
main.sub .breadcrumbs > span:not(:last-child):after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 1px solid #181818;
  border-right: 1px solid #181818;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: -30px;
  margin: auto;
}
main.sub .p_sub {
  padding: 35px 0 100px;
}
main.sub .p_sub .sec:not(:last-child) {
  margin-bottom: 100px;
}
main.sub #products .lead {
  margin-bottom: 60px;
}
main.sub #products .product_list {
  gap: 95px 30px;
}
main.sub #products .product_list > li {
  width: calc((100% - 60px) / 3);
}
main.sub #products .product_list .thumb {
  min-height: 240px;
}
main.sub #products .product_list .thumb img {
  max-width: 165px;
  max-height: 100%;
}
main.sub .pagination {
  display: flex;
  align-items: center;
  font-weight: 500;
  padding-top: 50px;
}
main.sub .pagination .side-box {
  flex: 1;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
main.sub .pagination .side-box:first-child {
  justify-content: flex-start;
}
main.sub .pagination .side-box:last-child {
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  main.sub .pagination .side-box a:hover {
    color: #547599;
  }
}
main.sub .pagination .side-box .disabled {
  color: #b8b8b8;
  cursor: default;
  pointer-events: none;
}
main.sub .pagination .side-box .prev:before, main.sub .pagination .side-box .prev:after {
  position: relative;
  content: "";
  top: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg);
  vertical-align: middle;
}
main.sub .pagination .side-box .prev:before {
  margin-right: 20px;
}
main.sub .pagination .side-box .prev:after {
  left: -58px;
}
main.sub .pagination .side-box .next {
  margin-right: 20px;
}
main.sub .pagination .side-box .next:before, main.sub .pagination .side-box .next:after {
  position: relative;
  content: "";
  top: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  vertical-align: middle;
}
main.sub .pagination .side-box .next:before {
  right: -60px;
}
main.sub .pagination .side-box .next:after {
  right: -9px;
}
main.sub .pagination .center {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
}
main.sub .pagination .center .page-numbers {
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.sub .pagination .center .page-numbers.current {
  width: 50px;
  height: 50px;
  border: 1px solid #547599;
  border-radius: 50%;
  color: #547599;
  font-weight: bold;
  text-align: center;
  cursor: default;
}
@media screen and (min-width: 769px) {
  main.sub .pagination .center .page-numbers:hover {
    color: #547599;
  }
}
main.sub .pagination .center .dots {
  cursor: default;
  pointer-events: none;
}
main.sub #single_products .sec:not(:last-child) {
  margin-bottom: 120px;
}
@media screen and (max-width: 1439px) {
  main.sub #single_products .sec:not(:last-child) {
    margin-bottom: 100px;
  }
}
main.sub #single_products .sec > img {
  max-width: 840px;
  display: block;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1439px) {
  main.sub #single_products .sec > img {
    max-width: 100%;
    width: auto;
  }
}
main.sub #single_products .sec > video {
  display: block;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
main.sub #single_products .lead {
  margin-bottom: 80px;
}
main.sub #single_products .lead.mb {
  margin-bottom: 40px;
}
main.sub #single_products .lead p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  main.sub #single_products .sub_title {
    margin-bottom: 40px;
  }
}
main.sub #single_products .bb_title {
  font-size: 1.1rem;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 40px;
}
main.sub #single_products .bb_title.center {
  text-align: center;
}
main.sub #single_products .bb_title span {
  display: inline-block;
  border-bottom: 1px solid #181818;
}
main.sub #single_products .blue_bdr_title {
  border-bottom: 1px solid #547599;
  margin-bottom: 40px;
}
main.sub #single_products .blue_bdr_title span {
  min-width: 280px;
  display: inline-block;
  text-align: center;
  background: #547599;
  color: #fff;
  padding: 0 45px;
  font-size: 1.375rem;
  font-weight: 500;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 1439px) {
  main.sub #single_products .blue_bdr_title span {
    min-width: 200px;
    font-size: 1.2rem;
    padding: 0 20px;
  }
}
main.sub #single_products .blue_bdr_title em {
  font-size: 1rem;
  margin-left: 10px;
}
@media screen and (max-width: 1439px) {
  main.sub #single_products .blue_bdr_title em {
    font-size: 0.8rem;
  }
}
main.sub #single_products .dot_list {
  padding-left: 30px;
}
main.sub #single_products .dot_list:not(:last-child) {
  margin-bottom: 80px;
}
main.sub #single_products .dot_list li {
  position: relative;
}
main.sub #single_products .dot_list li:after {
  position: absolute;
  content: "";
  top: 15px;
  left: -30px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #547599;
}
main.sub #single_products .dot_list.flx {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 80px;
}
main.sub #single_products .dot_list.flx li:after {
  background: #284061;
}
main.sub #single_products .bfraft_list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  main.sub #single_products .bfraft_list {
    max-width: 660px;
  }
}
main.sub #single_products .bfraft_list:not(:last-child) {
  margin-bottom: 60px;
}
main.sub #single_products .bfraft_list li {
  position: relative;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}
main.sub #single_products .bfraft_list li:not(:last-child):after {
  position: absolute;
  content: "";
  background: url("../image/top/button-next.svg") no-repeat;
  background-size: 100%;
  top: 35%;
  transform: translateY(-35%);
  right: -65px;
  width: 40px;
  height: 58px;
}
@media screen and (max-width: 1024px) {
  main.sub #single_products .bfraft_list li:not(:last-child):after {
    width: 32px;
    height: 50px;
    right: -50px;
  }
}
main.sub #single_products .bfraft_list img {
  max-width: 360px;
  min-width: 360px;
  height: 270px;
  object-fit: cover;
  border-radius: 20px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1024px) {
  main.sub #single_products .bfraft_list img {
    min-width: 300px;
    height: 210px;
  }
}
main.sub #single_products .bfraft_list h3 {
  color: #284061;
  font-weight: bold;
  line-height: 1.5;
}
main.sub #single_products .sec_list > li:not(:last-child) {
  margin-bottom: 80px;
}
main.sub #single_products .sec_list > li > img {
  max-width: 640px;
  display: block;
  margin: 0 auto 40px;
}
main.sub #single_products .sec_list > li small {
  font-size: 0.8125rem;
}
main.sub #single_products .sec_list.mb {
  margin-top: 20px;
}
main.sub #single_products .sec_list.mb > li:not(:last-child) {
  margin-bottom: 40px;
}
main.sub #single_products .blc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  main.sub #single_products .blc {
    flex-direction: row-reverse;
  }
}
main.sub #single_products .blc:not(:last-child) {
  margin-bottom: 80px;
}
main.sub #single_products .blc .cont {
  width: 57.895%;
  margin-right: auto;
}
main.sub #single_products .products_slider {
  width: 38.597%;
  margin: 0;
  display: flex;
  gap: 10px;
}
main.sub #single_products .products_slider .thumbs {
  width: 15.945%;
}
main.sub #single_products .products_slider .thumbs .swiper-wrapper {
  justify-content: flex-end;
}
main.sub #single_products .products_slider .thumbs .swiper-slide {
  max-width: 70px;
  max-height: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  background: #f3f3f3;
  cursor: pointer;
  border-radius: 3px;
}
main.sub #single_products .products_slider .thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
main.sub #single_products .products_slider .thumbs .swiper-slide img {
  width: 75%;
  height: auto;
  display: block;
}
main.sub #single_products .products_slider .main {
  width: 82%;
  margin-right: 0;
}
main.sub #single_products .products_slider .main .swiper-slide {
  max-height: 360px;
  height: 25vw;
  background: #f3f3f3;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.sub #single_products .products_slider .main .swiper-slide .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
main.sub #single_products .products_slider .main .swiper-slide .thumb img {
  width: 78%;
  height: auto;
  object-fit: contain;
}
main.sub #single_products .products_slider .swiper-button-prev,
main.sub #single_products .products_slider .swiper-button-next {
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
}
main.sub #single_products .products_slider .swiper-button-prev:after,
main.sub #single_products .products_slider .swiper-button-next:after {
  color: #181818;
  font-size: 0.6rem;
}
main.sub #single_products .accordion {
  margin: 0 auto 80px;
}
main.sub #single_products .accordion .acc_triger {
  position: relative;
  text-align: center;
  background: #f3f3f3;
  border-radius: 100px;
  padding: 15px;
  line-height: 1.6;
  font-weight: 500;
}
main.sub #single_products .accordion .acc_triger:before, main.sub #single_products .accordion .acc_triger:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 53px;
  background: #181818;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
}
main.sub #single_products .accordion .acc_triger:before {
  width: 26px;
  height: 1px;
  transform: translate(50%, -50%) rotate(0deg);
}
main.sub #single_products .accordion .acc_triger:after {
  width: 1px;
  height: 26px;
  transform: translate(50%, -50%) rotate(0deg);
}
main.sub #single_products .accordion .acc_triger.open:after {
  transform: translate(50%, -50%) rotate(90deg);
  opacity: 0;
}
@media screen and (min-width: 769px) {
  main.sub #single_products .accordion .acc_triger:hover {
    cursor: pointer;
  }
}
main.sub #single_products .accordion .acc_triger span {
  display: block;
  font-size: 0.75rem;
}
main.sub #single_products .accordion .acc_cont {
  display: none;
  padding-top: 40px;
}
main.sub #single_products .accordion .acc_cont img {
  max-width: 960px;
  display: block;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1439px) {
  main.sub #single_products .accordion .acc_cont img {
    max-width: 100%;
    width: auto;
  }
}
main.sub #single_products .bg_l_blue {
  background: #eaf3ff;
  padding: 40px;
  border-radius: 30px;
}
main.sub #single_products .bg_l_blue:not(:last-child) {
  margin-bottom: 20px;
}
main.sub #single_products .bg_l_blue h4 {
  color: #284061;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  main.sub #single_products .bg_l_blue h4 {
    font-size: 1.2rem;
  }
}
main.sub #single_products .bg_l_blue h4:before {
  border-top: 1px solid #284061;
  content: "";
  flex-grow: 1;
  margin-right: 20px;
}
main.sub #single_products .bg_l_blue h4:after {
  border-top: 1px solid #284061;
  content: "";
  flex-grow: 1;
  margin-left: 20px;
}
main.sub #single_products .bg_l_blue p {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  main.sub #single_products .js-scrollable .scroll-hint-text {
    font-size: 0.55rem;
    margin-top: 0;
  }
}
main.sub #single_products .js-scrollable table {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  main.sub #single_products .js-scrollable table {
    min-width: 800px;
  }
}
main.sub #single_products .js-scrollable tr:first-child th:first-child {
  border-radius: 20px 0 0 0;
}
main.sub #single_products .js-scrollable tr:first-child th:last-child {
  border-radius: 0 20px 0 0;
}
main.sub #single_products .js-scrollable tr.l_gray td {
  background: #f3f3f3;
}
main.sub #single_products .js-scrollable th {
  color: #fff;
  background: #547599;
  text-align: center;
  line-height: 1.5;
  padding: 10px;
  vertical-align: middle;
}
main.sub #single_products .js-scrollable td {
  background: #fff;
  text-align: center;
  padding: 17px 10px;
  vertical-align: middle;
}
main.sub #single_products .js-scrollable td.right {
  text-align: right;
}
main.sub #single_products .bg_gray {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.sub #single_products .tile_list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1280px) {
  main.sub #single_products .tile_list {
    gap: 60px 30px;
  }
}
main.sub #single_products .tile_list:not(:last-child) {
  margin-bottom: 40px;
}
main.sub #single_products .tile_list > li {
  width: calc((100% - 90px) / 4);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  main.sub #single_products .tile_list > li {
    min-width: 300px;
    width: 32%;
  }
}
main.sub #single_products .imgleft {
  display: flex;
  align-items: center;
  gap: 40px;
}
main.sub #single_products .imgleft img {
  max-width: 300px;
}
main.sub #single_products .blue_btn {
  max-width: 500px;
  margin: 10px 0;
}
main.sub #single_products .pic_wrap {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  max-height: 250px;
  min-height: 15vw;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  main.sub #single_products .pic_wrap {
    min-height: 25vw;
  }
}
main.sub #single_products .pic_wrap img {
  display: block;
  width: 70%;
}
main.sub #about .lead {
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  main.sub #about .imgright {
    flex-direction: row-reverse;
  }
}
main.sub #about .imgleft,
main.sub #about .imgright {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 1439px) {
  main.sub #about .imgleft,
  main.sub #about .imgright {
    gap: 40px;
  }
}
main.sub #about .imgleft:not(:last-child),
main.sub #about .imgright:not(:last-child) {
  margin-bottom: 80px;
}
main.sub #about .imgleft img,
main.sub #about .imgright img {
  max-width: 540px;
  width: 48%;
  max-height: 360px;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 1439px) {
  main.sub #about .imgleft img,
  main.sub #about .imgright img {
    max-width: 500px;
    width: 45%;
  }
}
main.sub #about .imgleft > div,
main.sub #about .imgright > div {
  max-width: 540px;
  width: 48%;
  padding: 20px 0;
}
@media screen and (max-width: 1439px) {
  main.sub #about .imgleft > div,
  main.sub #about .imgright > div {
    max-width: 700px;
    width: 65%;
  }
}
main.sub #about .imgleft strong,
main.sub #about .imgright strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  color: #868686;
  letter-spacing: 0;
  margin-bottom: 20px;
}
main.sub #about .imgleft strong span,
main.sub #about .imgright strong span {
  color: #284061;
  margin-left: 10px;
}
main.sub #about .imgleft strong em,
main.sub #about .imgright strong em {
  font-size: 2.5rem;
  font-weight: 600;
}
main.sub #about .imgleft h3,
main.sub #about .imgright h3 {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 20px;
}
main.sub #about .blue_btn {
  max-width: 500px;
}
main.sub #corporate .sub_title {
  left: -40px;
}
@media screen and (max-width: 1439px) {
  main.sub #corporate .sub_title {
    left: -20px;
  }
}
main.sub #corporate .lead {
  margin-bottom: 30px;
}
main.sub #corporate .blc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.sub #corporate .blc img {
  max-width: 540px;
  width: 47.37%;
  display: block;
}
main.sub #corporate .blc iframe {
  max-width: 540px;
  width: 47.37%;
  height: auto;
  display: block;
}
main.sub #privacy .lead {
  margin-bottom: 60px;
}
main.sub #privacy h2 {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 50px;
}
main.sub #privacy .privacy_list > li:not(:last-child) {
  margin-bottom: 60px;
}
main.sub #privacy .privacy_list > li h3 {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 30px;
}
main.sub #privacy .privacy_list > li h4 {
  font-weight: bold;
  margin: 30px 0 20px;
}
main.sub #privacy .privacy_list .dot_list {
  padding-left: 30px;
}
main.sub #privacy .privacy_list .dot_list:not(:last-child) {
  margin-bottom: 40px;
}
main.sub #privacy .privacy_list .dot_list li {
  position: relative;
}
main.sub #privacy .privacy_list .dot_list li:not(:last-child) {
  margin-bottom: 5px;
}
main.sub #privacy .privacy_list .dot_list li:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #547599;
  border-radius: 50%;
  top: 15px;
  left: -30px;
}
main.sub #privacy .privacy_list .numb_list {
  padding-left: 1em;
  margin: 30px 0;
}
main.sub #privacy .privacy_list .numb_list li {
  text-indent: -2em;
  padding-left: 1em;
}
main.sub #privacy .privacy_list .numb_list li:not(:last-child) {
  margin-bottom: 5px;
}
main.sub #privacy .privacy_list .numb_list li span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #547599;
  margin-right: 15px;
}
main.sub #contact p {
  margin-bottom: 60px;
}
main.sub #contact p span {
  color: #db3720;
}
main.sub #contact ul {
  margin-bottom: 40px;
}
main.sub #contact ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 30px;
}
main.sub #contact ul li:not(:last-child) {
  margin-bottom: 30px;
}
main.sub #contact ul h3 {
  letter-spacing: 0;
  font-weight: 500;
  width: 16%;
  padding: 10px 0;
}
@media screen and (max-width: 1439px) {
  main.sub #contact ul h3 {
    width: 25%;
  }
}
main.sub #contact ul h3 span {
  color: #bd4231;
  margin-left: 5px;
}
main.sub #contact ul .cont {
  width: 84%;
}
@media screen and (max-width: 1439px) {
  main.sub #contact ul .cont {
    width: 75%;
  }
}
main.sub #contact ul .cont input[type=text],
main.sub #contact ul .cont input[type=email],
main.sub #contact ul .cont input[type=tel] {
  font-size: 1rem;
  width: 100%;
  height: 60px;
  padding: 15px 40px;
  background: #f3f3f3;
  border: none;
  border-radius: 10px;
}
main.sub #contact ul .cont input[type=file] {
  width: 50%;
  background: #f3f3f3;
  border-radius: 0 5px 5px 0;
  margin: 13px 0;
}
main.sub #contact ul .cont textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  width: 100%;
  height: 300px;
  padding: 15px 40px;
  background: #f3f3f3;
  border: none;
  border-radius: 10px;
}
main.sub #contact ul .cont ::placeholder {
  color: #b8b8b8;
}
main.sub #contact .agree {
  text-align: center;
  letter-spacing: 0;
  margin: 40px auto;
}
main.sub #contact .agree a {
  text-decoration: underline;
  color: #284061;
}
@media screen and (min-width: 769px) {
  main.sub #contact .agree a:hover {
    color: #ff711e;
  }
}
main.sub #contact .agree .wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item {
  position: relative;
  width: 100%;
  margin: 0;
}
main.sub #contact .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
  cursor: pointer;
  position: relative;
}
main.sub #contact .agree .wpcf7-form-control.wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
main.sub #contact .agree .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label:before {
  content: "";
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
  margin-right: 20px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
main.sub #contact .agree .wpcf7-form-control.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 14px;
  height: 8px;
  border-left: 3px solid #284061;
  border-bottom: 3px solid #284061;
  transform: rotate(-45deg);
}
main.sub #contact input[type=submit],
main.sub #contact input[type=button] {
  display: block;
  max-width: 300px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 2px;
  background: #181818;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 30px;
  margin: 0 auto;
  outline: none;
  -webkit-appearance: none;
  transition: 0.7s;
}
@media screen and (min-width: 769px) {
  main.sub #contact input[type=submit]:hover,
  main.sub #contact input[type=button]:hover {
    background: #547599;
    cursor: pointer;
  }
}
main.sub #thanks p:not(:last-child),
main.sub #error p:not(:last-child) {
  margin-bottom: 20px;
}
main.sub #thanks .blue_btn,
main.sub #error .blue_btn {
  margin: 80px auto 0;
  max-width: 300px;
}
main.sub #single .cont {
  margin-bottom: 100px;
}
main.sub #single .cont time {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #868686;
  margin-bottom: 60px;
}
main.sub #single .cont h1 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.8;
}
main.sub #single .cont h2 {
  font-size: 1.375rem;
  font-weight: 500;
  margin: 60px 0 20px;
}
main.sub #single .cont h3 {
  font-weight: bold;
  margin: 40px 0 20px;
}
main.sub #single .cont h4 {
  font-weight: 500;
  margin: 40px 0 20px;
}
main.sub #single .cont p:not(:last-child) {
  margin-bottom: 20px;
}
main.sub #single .cont p a {
  color: #547599;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  main.sub #single .cont p a:hover {
    color: #ff711e;
  }
}
main.sub #single .cont p strong {
  color: #547599;
  font-weight: bold;
}
main.sub #single .cont ul {
  padding-left: 30px;
  margin: 20px 0 40px;
}
main.sub #single .cont ul li {
  position: relative;
}
main.sub #single .cont ul li:after {
  position: absolute;
  content: "";
  top: 15px;
  left: -30px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #547599;
}
main.sub #single .cont dl {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1060px;
  margin: 20px auto 60px;
}
main.sub #single .cont dl dt {
  width: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 30px;
}
@media screen and (max-width: 1439px) {
  main.sub #single .cont dl dt {
    width: 23%;
  }
}
main.sub #single .cont dl dt:nth-of-type(odd) {
  background: #f3f3f3;
}
main.sub #single .cont dl dd {
  width: 82%;
  padding: 17px 30px;
  line-height: 1.8;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  main.sub #single .cont dl dd {
    width: 77%;
  }
}
main.sub #single .cont dl dd:nth-of-type(odd) {
  background: #f3f3f3;
}
main.sub #single .cont img {
  max-width: 360px;
  width: 100%;
  display: block;
  margin: 40px auto;
}
main.sub .pagenavi {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}
main.sub .pagenavi li {
  display: flex;
}
main.sub .pagenavi li:only-child {
  grid-column: 1/-1;
  justify-content: center;
}
main.sub .pagenavi li.prev {
  justify-content: flex-start;
}
main.sub .pagenavi li.center .bdr_btn {
  min-width: 300px;
}
main.sub .pagenavi li.next {
  justify-content: flex-end;
}
main.sub .pagenavi li .bdr_btn {
  min-width: 150px;
}

footer #cta {
  background: url("../image/common/bg_cta.webp") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 230px 0 350px;
  margin-bottom: -120px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  footer #cta {
    padding: 200px 0 250px;
  }
}
footer #cta:before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2px);
}
footer #cta:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
footer #cta ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
footer #cta ul li {
  width: 50%;
}
footer #cta ul li.blue a {
  background: linear-gradient(90deg, #699fd9 0%, #547599 100%);
}
footer #cta ul li.blue a:after {
  background: url("../image/common/cta_blue_line.svg") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  footer #cta ul li.blue a:hover p:after {
    border-top: 1px solid #547599;
    border-right: 1px solid #547599;
  }
}
footer #cta ul li.org a {
  background: linear-gradient(90deg, #ffbb93 0%, #ff711e 100%);
}
footer #cta ul li.org a:after {
  background: url("../image/common/cta_org_line.svg") no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  footer #cta ul li.org a:hover p:after {
    border-top: 1px solid #ff711e;
    border-right: 1px solid #ff711e;
  }
}
footer #cta ul li a {
  position: relative;
  z-index: 1;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 6px 8px 14px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1439px) {
  footer #cta ul li a {
    padding: 20px;
    min-height: 240px;
  }
}
footer #cta ul li a:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  footer #cta ul li a:hover {
    opacity: 0.8;
  }
  footer #cta ul li a:hover p:before {
    background: #fff;
  }
}
footer #cta ul .main_title {
  font-size: 1.0625rem;
}
@media screen and (max-width: 1439px) {
  footer #cta ul .main_title {
    font-size: 1rem;
  }
}
footer #cta ul .main_title span {
  display: block;
  font-size: 3.125rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 1439px) {
  footer #cta ul .main_title span {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
footer #cta ul p {
  color: #fff;
  margin-top: auto;
  position: relative;
}
@media screen and (max-width: 1439px) {
  footer #cta ul p {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
}
footer #cta ul p:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: 0.7s;
}
@media screen and (max-width: 1439px) {
  footer #cta ul p:before {
    width: 26px;
    height: 26px;
  }
}
footer #cta ul p:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 18px;
  margin: auto;
  transition: 0.7s;
}
@media screen and (max-width: 1439px) {
  footer #cta ul p:after {
    width: 8px;
    height: 8px;
    right: 10px;
  }
}
footer .f_wrap .inner {
  position: relative;
}
footer .f_wrap .item_area {
  position: absolute;
  top: -45px;
  right: 35px;
  z-index: 1;
  width: 22.851%;
}
@media screen and (max-width: 1439px) {
  footer .f_wrap .item_area {
    width: 25%;
  }
}
footer .f_wrap .item_area .item:first-child {
  top: 0;
  left: 0;
}
footer .f_wrap .item_area .item:first-child img {
  transform: rotate(8deg);
  width: 270px;
}
footer .f_wrap .item_area .item:last-child {
  position: absolute;
  top: 160px;
  right: 0;
  transition-delay: 0.6s;
}
@media screen and (max-width: 1024px) {
  footer .f_wrap .item_area .item:last-child {
    top: 150px;
    right: -30px;
  }
}
footer .f_wrap .item_area .item:last-child img {
  transform: rotate(22deg);
  width: 200px;
}
@media screen and (max-width: 1024px) {
  footer .f_wrap .item_area .item:last-child img {
    width: 160px;
  }
}
footer .f_wrap .f_blc {
  overflow: hidden;
  background: #c8dbef;
  clip-path: ellipse(110% 100% at 50% 100%);
  padding: 100px 0 50px;
}
@media screen and (max-width: 1024px) {
  footer .f_wrap .f_blc {
    clip-path: ellipse(140% 100% at 50% 100%);
  }
}
footer .f_wrap .f_logo {
  text-align: center;
  margin: 0 auto 20px;
}
footer .f_wrap .f_logo a {
  display: inline-block;
}
footer .f_wrap .f_txt {
  text-align: center;
}
footer .f_wrap .f_txt p {
  letter-spacing: 1px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 769px) {
  footer .f_wrap .f_nav {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 100px;
    padding: 80px 0 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  footer .f_wrap .f_nav {
    gap: 60px;
  }
}
@media screen and (min-width: 769px) {
  footer .f_wrap .f_nav > ul:last-child {
    margin-left: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  footer .f_wrap .f_nav > ul:last-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  footer .f_wrap .f_nav > ul > li {
    line-height: 1;
  }
  footer .f_wrap .f_nav > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  footer .f_wrap .f_nav > ul > li > a {
    display: inline-block;
    font-weight: 500;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  footer .f_wrap .f_nav > ul > li > a:hover {
    color: #547599;
  }
}
@media screen and (min-width: 769px) {
  footer .f_wrap .f_nav .child_menu {
    border-left: 1px solid #181818;
    padding-left: 20px;
    margin-top: 20px;
    font-size: 0.8125rem;
    line-height: 1.9;
  }
  footer .f_wrap .f_nav .child_menu a {
    display: inline-block;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  footer .f_wrap .f_nav .child_menu a:hover {
    color: #547599;
  }
}
footer .f_wrap .copyright {
  display: block;
  text-align: center;
  font-size: 0.8125rem;
}

@media screen and (min-width: 769px) {
  .pconly {
    display: block;
  }
  .smonly {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 81.25%;
    scroll-padding-top: 50px;
  }
  body {
    line-height: 1.8;
  }
  body .inner {
    padding: 0 22.5px;
  }
  body .main_title {
    font-size: 1.5384rem;
    color: #547599;
    margin-bottom: 30px;
  }
  body .main_title span {
    font-size: 3.84615rem;
  }
  body .sub_title {
    height: auto;
    padding: 5px 20px 10px;
    margin-bottom: 20px;
  }
  body .sub_title:before {
    top: -3px;
    left: -3px;
  }
  body .sub_title span {
    font-size: 1.2rem;
  }
  body .org_btn {
    max-width: 300px;
    width: 100%;
    min-height: 64px;
  }
  body .blue_btn,
  body .white_btn {
    max-width: 300px;
  }
  body .product_list > li:not(:last-child) {
    margin-bottom: 30px;
  }
  body .product_list > li .name {
    font-size: 1.2rem;
  }
  body .news_list > li:not(:last-child) {
    margin-bottom: 10px;
  }
  body .news_list > li a {
    flex-direction: column;
    padding: 20px;
  }
  body .news_list > li a:before {
    right: 10px;
  }
  body .news_list > li a:after {
    right: 27px;
  }
  body .news_list > li .title {
    width: calc(100% - 55px);
  }
  body .graf li {
    flex-direction: column;
    padding: 20px;
  }
  body .graf .title {
    width: 100%;
    justify-content: flex-start;
    padding: 0;
    margin-bottom: 10px;
  }
  body .graf .cont {
    width: 100%;
    padding: 0;
  }
  header {
    top: 0;
    width: 100%;
  }
  header .h_blc {
    padding: 11px 20px;
    max-height: 50px;
  }
  header .h_left {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  header .h_left .logo {
    max-width: 165px;
  }
  header .h_left > img {
    max-width: 50px;
  }
  header .menu {
    position: fixed;
    inset: 0;
    top: 50px;
    background: #547599;
    flex-direction: column;
    padding: 40px 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    color: #fff;
    font-weight: 500;
    overflow: scroll;
  }
  header .menu.open {
    opacity: 1;
    visibility: visible;
  }
  header .menu > ul > li {
    border-bottom: 1px solid #fff;
  }
  header .menu > ul > li > a {
    display: block;
    padding: 25px 10px;
  }
  header .hamburger {
    width: 28px;
    height: 16px;
    position: fixed;
    top: 17px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
  }
  header .hamburger.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  header .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  header .hamburger.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
    bottom: -5px;
  }
  header .hamburger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #181818;
    left: 0;
    transition: 0.3s;
  }
  header .hamburger span:nth-child(1) {
    top: 0;
  }
  header .hamburger span:nth-child(2) {
    top: 7px;
  }
  header .hamburger span:nth-child(3) {
    bottom: 0;
  }
  header .submenu_btn {
    position: relative;
    transition: 0.3s;
  }
  header .submenu_btn:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 13px;
    height: 1px;
    background: #fff;
  }
  header .submenu_btn:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 1px;
    height: 13px;
    background: #fff;
  }
  header .submenu {
    display: none;
  }
  header .submenu .product_list {
    padding-bottom: 25px;
  }
  header .submenu .product_list > li {
    width: 100%;
  }
  header .submenu .product_list > li:not(:last-child) {
    margin-bottom: 0;
  }
  header .submenu .product_list .thumb {
    display: none;
  }
  header .submenu .product_list .name {
    font-size: 0.923rem;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
  }
  header .submenu .product_list .name:before, header .submenu .product_list .name:after {
    display: none;
  }
  header .has-child.open .submenu_btn:after {
    display: none;
  }
  header .org_btn {
    margin: 40px auto 0;
  }
  main .mv_wrap.top .mv {
    min-height: 570px;
  }
  main .mv_wrap.top .mv:after {
    background: url("../image/top/mv_line_sp.svg") no-repeat;
    max-width: 330px;
    width: 83%;
    top: -20px;
  }
  main .mv_wrap.top .swiper-slide img {
    min-height: 570px;
  }
  main .mv_wrap.top .inner {
    top: 50%;
    transform: translateY(-50%);
  }
  main .mv_wrap.top .mv_copy {
    max-width: 330px;
    margin: 0 auto;
  }
  main .mv_wrap.top .mv_copy > span {
    font-size: 1.5385rem;
  }
  main .mv_wrap.top .mv_copy > span:after {
    width: calc(100% - 120px);
  }
  main .mv_wrap.top .mv_copy div {
    margin-bottom: 15px;
  }
  main .mv_wrap.top .mv_copy div h1 {
    font-size: 6rem;
    margin-bottom: 5px;
  }
  main .mv_wrap.top .mv_copy div h1 span {
    font-size: 5rem;
  }
  main .mv_wrap.top .mv_copy div strong {
    position: relative;
    font-size: 2.46rem;
    letter-spacing: 6px;
  }
  main .mv_wrap.top .mv_copy p {
    font-size: 1.23rem;
  }
  main .mv_wrap.top .item_area {
    top: auto;
    bottom: -140px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 330px;
    width: 100%;
    height: 200px;
  }
  main .mv_wrap.top .item_area .item:first-child {
    left: auto;
    right: 0;
    top: 25%;
    animation-delay: 2.6s;
  }
  main .mv_wrap.top .item_area .item:first-child img {
    transform: rotate(-8deg);
    max-width: 116px;
  }
  main .mv_wrap.top .item_area .item:nth-child(2) {
    top: 62%;
    right: 45px;
    animation-delay: 1.8s;
  }
  main .mv_wrap.top .item_area .item:nth-child(2) img {
    max-width: 140px;
  }
  main .mv_wrap.top .item_area .item:last-child {
    left: -10px;
    bottom: -10px;
    max-width: 200px;
  }
  main .mv_wrap.sub .mv:after {
    background-position: 80% 10px;
  }
  main .mv_wrap.sub .bg_mv {
    min-height: 260px;
  }
  main .mv_wrap.sub .page_title {
    font-size: 1.6rem;
    letter-spacing: 5px;
  }
  main .mv_wrap.sub .page_title div {
    max-width: 340px;
  }
  main.top #about {
    padding: 120px 0 140px;
    overflow: hidden;
  }
  main.top #about:after {
    max-width: 450px;
    width: 120%;
    height: 55%;
    left: -90px;
    top: -40px;
  }
  main.top #about .main_title {
    text-align: center;
  }
  main.top #about .main_title span {
    display: block;
    margin-right: 40px;
  }
  main.top #about .main_title em {
    display: block;
    margin-left: 80px;
  }
  main.top #about .blc {
    flex-direction: column;
    gap: 40px;
  }
  main.top #about .txt {
    width: 100%;
  }
  main.top #about .txt h3 {
    font-size: 2.077rem;
  }
  main.top #about .txt h3 span {
    font-size: 1.077rem;
  }
  main.top #about .txt p {
    line-height: 2.2;
  }
  main.top #about .txt p:not(:last-child) {
    margin-bottom: 10px;
  }
  main.top #about .txt .blue_btn {
    margin: 30px auto 0;
  }
  main.top #about .pic_area {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
  }
  main.top #about .pic_area .swiper {
    width: 101.516%;
    margin-left: -22.5px;
  }
  main.top #about .pic_area > img {
    max-width: 170px;
    max-height: 170px;
    bottom: -65px;
    right: -22.5px;
  }
  main.top #product {
    overflow: hidden;
  }
  main.top #product .ovrflw {
    position: relative;
    margin-top: 15px;
  }
  main.top #product .product_wrap {
    padding: 90px 0 50px;
    clip-path: ellipse(180% 100% at 50% 100%);
  }
  main.top #product .product_wrap:after {
    background: url("../image/top/product_line_sp.svg") no-repeat;
    background-size: 100%;
    top: -20px;
    right: 0;
    left: auto;
    width: 100%;
  }
  main.top #product .inner {
    max-width: 375px;
  }
  main.top #product .main_title span {
    top: -81px;
  }
  main.top #product .main_title span.title_white {
    clip-path: ellipse(40vw 55% at 50% 100%);
  }
  main.top #product .swiper .swiper-wrapper {
    padding: 60px 0;
  }
  main.top #product .swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  main.top #product .swiper .swiper-slide-active {
    transform: scale(1);
    border: 2px solid #284061;
    border-radius: 20px;
  }
  main.top #product .swiper .swiper-slide-prev {
    transform: rotate(-6deg) translateY(-5%);
  }
  main.top #product .swiper .swiper-slide-next {
    transform: rotate(6deg) translateY(-5%);
  }
  main.top #product .swiper .swiper-slide .label {
    top: -25px;
    max-width: 264px;
    height: 56px;
    padding: 7px;
  }
  main.top #product .swiper .swiper-slide .label:before {
    max-width: 260px;
    height: 53px;
    border: 2px solid #284061 !important;
  }
  main.top #product .swiper .swiper-slide .label span {
    font-size: 2.308rem;
  }
  main.top #product .swiper .swiper-slide .label span em {
    font-size: 3.08rem;
  }
  main.top #product .swiper .swiper-slide a {
    padding: 40px 20px;
  }
  main.top #product .swiper .swiper-slide .thumb {
    width: 250px;
    height: 250px;
  }
  main.top #product .swiper .swiper-slide .thumb img {
    max-width: 250px;
    height: auto;
  }
  main.top #product .swiper .swiper-slide .name {
    font-size: 1.53846rem;
    border-bottom: 2px solid #284061 !important;
    padding: 5px 35px 5px 0 !important;
  }
  main.top #product .swiper .swiper-slide .name:before {
    width: 26px;
    height: 26px;
  }
  main.top #product .swiper .swiper-slide .name:after {
    width: 8px;
    height: 8px;
    right: 10px;
  }
  main.top #product .swiper .swiper-slide p {
    font-weight: bold;
    font-size: 1rem !important;
    line-height: 1.8 !important;
  }
  main.top #product .swiper-button-prev {
    left: 10px;
  }
  main.top #product .swiper-button-next {
    right: 10px;
  }
  main.top #news {
    padding: 60px 0 40px;
    margin-bottom: 0;
  }
  main.top #news .blue_btn {
    position: relative;
    top: auto;
    right: auto;
    margin: 40px auto 0;
    max-width: 300px;
  }
  main.sub .breadcrumbs {
    font-size: 0.77rem;
  }
  main.sub .breadcrumbs > span:not(:last-child) {
    margin-right: 20px;
  }
  main.sub .breadcrumbs > span:not(:last-child):after {
    width: 6px;
    height: 6px;
    right: -12px;
  }
  main.sub .p_sub {
    padding: 40px 0;
  }
  main.sub .p_sub .sec:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub #products .lead {
    margin-bottom: 40px;
  }
  main.sub #products .product_list {
    gap: 0 20px;
  }
  main.sub #products .product_list > li {
    width: calc((100% - 20px) / 2);
  }
  main.sub #products .product_list .thumb {
    min-height: 185px;
  }
  main.sub #products .product_list .thumb img {
    max-width: 120px;
    max-height: 100%;
  }
  main.sub .pagination {
    padding-top: 40px;
  }
  main.sub .pagination .side-box .prev:before, main.sub .pagination .side-box .prev:after {
    width: 7px;
    height: 7px;
  }
  main.sub .pagination .side-box .prev:before {
    margin-right: 10px;
  }
  main.sub .pagination .side-box .prev:after {
    left: -40px;
  }
  main.sub .pagination .side-box .next {
    margin-right: 10px;
  }
  main.sub .pagination .side-box .next:before, main.sub .pagination .side-box .next:after {
    width: 7px;
    height: 7px;
  }
  main.sub .pagination .side-box .next:before {
    right: -45px;
  }
  main.sub .pagination .side-box .next:after {
    right: -2px;
  }
  main.sub .pagination .center .page-numbers {
    margin: 0 5px;
  }
  main.sub .pagination .center .page-numbers.current {
    width: 40px;
    height: 40px;
  }
  main.sub #single_products .sec:not(:last-child) {
    margin-bottom: 60px;
  }
  main.sub #single_products .lead {
    margin-bottom: 40px;
  }
  main.sub #single_products .bb_title {
    margin-bottom: 30px;
  }
  main.sub #single_products .blue_bdr_title {
    margin-bottom: 20px;
  }
  main.sub #single_products .blue_bdr_title span {
    min-width: 150px;
    border-radius: 10px 10px 0 0;
    padding: 0 15px;
  }
  main.sub #single_products .dot_list {
    padding-left: 20px;
  }
  main.sub #single_products .dot_list:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub #single_products .dot_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub #single_products .dot_list li:after {
    top: 7px;
    left: -20px;
  }
  main.sub #single_products .dot_list.flx {
    padding-top: 10px;
    gap: 0px 40px;
  }
  main.sub #single_products .bfraft_list {
    max-width: 360px;
    margin: 0 auto;
    flex-direction: column;
  }
  main.sub #single_products .bfraft_list li:not(:last-child) {
    margin-bottom: 80px;
  }
  main.sub #single_products .bfraft_list li:not(:last-child):after {
    right: 0;
    left: 0;
    top: auto;
    bottom: -60px;
    margin: auto;
    transform: rotate(90deg);
  }
  main.sub #single_products .bfraft_list img {
    min-width: auto;
    width: 100%;
    height: auto;
    margin: 0 auto 10px;
  }
  main.sub #single_products .sec_list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub #single_products .sec_list > li img {
    max-width: 500px;
    width: 100%;
  }
  main.sub #single_products .blc {
    flex-direction: column;
  }
  main.sub #single_products .blc:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub #single_products .blc .cont {
    width: 100%;
  }
  main.sub #single_products .products_slider {
    width: 100%;
    flex-direction: column-reverse;
    max-width: 360px;
    margin: 0 auto 20px;
  }
  main.sub #single_products .products_slider .thumbs {
    width: 100%;
  }
  main.sub #single_products .products_slider .thumbs .swiper-wrapper {
    justify-content: center;
  }
  main.sub #single_products .products_slider .main {
    width: 100%;
  }
  main.sub #single_products .products_slider .main .swiper-slide {
    max-height: 100%;
    height: auto;
    min-height: 300px;
  }
  main.sub #single_products .accordion {
    margin: 0 auto 40px;
  }
  main.sub #single_products .accordion .acc_triger:before, main.sub #single_products .accordion .acc_triger:after {
    right: 20px;
  }
  main.sub #single_products .accordion .acc_triger:before {
    right: 20px;
    width: 15px;
  }
  main.sub #single_products .accordion .acc_triger:after {
    height: 15px;
  }
  main.sub #single_products .accordion .acc_cont {
    padding-top: 20px;
  }
  main.sub #single_products .accordion .acc_cont img {
    margin: 0 auto 40px;
  }
  main.sub #single_products .bg_l_blue {
    padding: 20px;
  }
  main.sub #single_products .bg_l_blue p {
    text-align: right;
    font-size: 0.6rem;
    letter-spacing: 1px;
  }
  main.sub #single_products .js-scrollable .scroll-hint-text {
    font-size: 0.7rem;
  }
  main.sub #single_products .js-scrollable table {
    min-width: 620px;
  }
  main.sub #single_products .js-scrollable th {
    padding: 5px;
  }
  main.sub #single_products .js-scrollable td {
    padding: 5px;
  }
  main.sub #single_products .tile_list {
    flex-direction: column;
    gap: 40px;
  }
  main.sub #single_products .tile_list > li {
    width: 100%;
  }
  main.sub #single_products .imgleft {
    flex-direction: column;
    gap: 20px;
  }
  main.sub #single_products .imgleft img {
    max-width: 200px;
  }
  main.sub #single_products .pic_wrap {
    max-width: 300px;
    min-width: 300px;
    min-height: 300px;
    margin: 0 auto;
  }
  main.sub #single_products .pic_wrap img {
    width: 80%;
  }
  main.sub #about .lead {
    line-height: 2;
    margin-bottom: 60px;
  }
  main.sub #about .sub_title {
    margin-bottom: 30px;
  }
  main.sub #about .imgleft,
  main.sub #about .imgright {
    flex-direction: column;
    gap: 20px;
  }
  main.sub #about .imgleft:not(:last-child),
  main.sub #about .imgright:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub #about .imgleft img,
  main.sub #about .imgright img {
    width: 100%;
    margin: 0 auto;
  }
  main.sub #about .imgleft > div,
  main.sub #about .imgright > div {
    width: 100%;
    padding: 0;
  }
  main.sub #about .imgleft strong,
  main.sub #about .imgright strong {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  main.sub #about .imgleft strong em,
  main.sub #about .imgright strong em {
    font-size: 1.8rem;
  }
  main.sub #about .imgleft h3,
  main.sub #about .imgright h3 {
    font-size: 1.2rem;
  }
  main.sub #about .imgleft p,
  main.sub #about .imgright p {
    line-height: 2;
  }
  main.sub #corporate .sub_title {
    left: 0;
  }
  main.sub #corporate .lead {
    margin-bottom: 20px;
  }
  main.sub #corporate .blc {
    flex-direction: column;
    gap: 40px;
  }
  main.sub #corporate .blc img,
  main.sub #corporate .blc iframe {
    width: 100%;
    margin: 0 auto;
  }
  main.sub #corporate .blc iframe {
    max-height: 418px;
    height: 68vw;
  }
  main.sub #privacy .lead {
    margin-bottom: 40px;
  }
  main.sub #privacy h2 {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  main.sub #privacy .privacy_list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub #privacy .privacy_list > li h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  main.sub #privacy .privacy_list .dot_list {
    padding-left: 20px;
  }
  main.sub #privacy .privacy_list .dot_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub #privacy .privacy_list .dot_list li:after {
    top: 7px;
    left: -20px;
  }
  main.sub #privacy .privacy_list .numb_list {
    margin: 20px 0;
    padding-left: 2em;
  }
  main.sub #privacy .privacy_list .numb_list li {
    padding-left: 0;
  }
  main.sub #privacy .privacy_list .numb_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub #privacy .privacy_list .numb_list li span {
    margin-right: 10px;
  }
  main.sub #contact p {
    margin-bottom: 40px;
  }
  main.sub #contact ul li {
    flex-direction: column;
    padding-bottom: 20px;
  }
  main.sub #contact ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub #contact ul h3 {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  main.sub #contact ul .cont {
    width: 100%;
  }
  main.sub #contact ul .cont input[type=text],
  main.sub #contact ul .cont input[type=email],
  main.sub #contact ul .cont input[type=tel] {
    height: 50px;
    padding: 10px 20px;
  }
  main.sub #contact ul .cont input[type=file] {
    width: 100%;
  }
  main.sub #contact ul .cont textarea {
    height: 200px;
    padding: 10px 20px;
  }
  main.sub #contact input[type=submit],
  main.sub #contact input[type=button] {
    padding: 20px;
  }
  main.sub #thanks .blue_btn,
  main.sub #error .blue_btn {
    margin: 40px auto 0;
  }
  main.sub #single .cont {
    margin-bottom: 60px;
  }
  main.sub #single .cont time {
    margin-bottom: 40px;
  }
  main.sub #single .cont h1 {
    font-size: 1.4rem;
  }
  main.sub #single .cont h2 {
    font-size: 1.2rem;
    margin: 40px 0 20px;
  }
  main.sub #single .cont h3 {
    margin: 30px 0 10px;
  }
  main.sub #single .cont h4 {
    margin: 20px 0 10px;
  }
  main.sub #single .cont ul {
    padding-left: 20px;
  }
  main.sub #single .cont ul li:after {
    top: 7px;
    left: -20px;
  }
  main.sub #single .cont ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub #single .cont dl {
    flex-direction: column;
    margin: 20px auto 40px;
  }
  main.sub #single .cont dl dt {
    width: 100%;
    justify-content: flex-start;
    padding: 10px 20px 0 20px;
  }
  main.sub #single .cont dl dd {
    width: 100%;
    padding: 10px 20px;
  }
  main.sub #single .cont img {
    margin: 30px auto;
  }
  main.sub .pagenavi {
    gap: 10px;
  }
  main.sub .pagenavi li.center .bdr_btn {
    min-width: 150px;
  }
  main.sub .pagenavi li .bdr_btn {
    min-width: 100%;
    min-height: 50px;
  }
  footer #cta {
    padding: 20px 0 250px;
    margin-bottom: -60px;
  }
  footer #cta:after {
    height: 60px;
  }
  footer #cta ul {
    flex-direction: column;
  }
  footer #cta ul li {
    width: 100%;
  }
  footer #cta ul li.blue a:after {
    background: url("../image/common/cta_blue_line_sp.svg") no-repeat;
  }
  footer #cta ul li.org a:after {
    background: url("../image/common/cta_org_line_sp.svg") no-repeat;
  }
  footer #cta ul li a {
    min-height: 290px;
    padding: 30px 20px;
  }
  footer #cta ul .main_title {
    font-size: 1.077rem;
  }
  footer #cta ul .main_title span {
    font-size: 2.692rem;
  }
  footer #cta ul p {
    font-size: 1rem;
    line-height: 1.5;
  }
  footer #cta ul p:before {
    width: 40px;
    height: 40px;
    right: 0;
  }
  footer #cta ul p:after {
    width: 10px;
    height: 10px;
    right: 18px;
  }
  footer .f_wrap .item_area {
    top: -160px;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 262px;
    width: 70%;
  }
  footer .f_wrap .item_area .item:first-child img {
    max-width: 200px;
    transform: rotate(0deg);
  }
  footer .f_wrap .item_area .item:last-child {
    top: 60px;
  }
  footer .f_wrap .item_area .item:last-child img {
    max-width: 140px;
  }
  footer .f_wrap .f_blc {
    padding: 0 0 30px;
    clip-path: none;
    position: relative;
    overflow: visible;
  }
  footer .f_wrap .f_blc > * {
    position: relative;
    z-index: 1;
  }
  footer .f_wrap .f_blc:before {
    content: "";
    position: absolute;
    left: 0;
    top: -65px;
    width: 100%;
    height: 280px;
    background: #c8dbef;
    clip-path: ellipse(80% 100% at 50% 100%);
    z-index: 0;
  }
  footer .f_wrap .f_logo {
    max-width: 165px;
  }
  footer .f_wrap .f_txt {
    margin-bottom: 20px;
  }
  footer .f_wrap .f_txt p {
    font-size: 0.846rem;
  }
  footer .f_wrap .f_txt span {
    font-size: 0.692rem;
  }
  footer .f_wrap .f_nav {
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
    padding: 0 20px;
    margin-bottom: 60px;
  }
  footer .f_wrap .f_nav > ul {
    width: 100%;
  }
  footer .f_wrap .f_nav > ul:nth-child(2) {
    order: 3;
  }
  footer .f_wrap .f_nav > ul:last-child {
    order: 2;
  }
  footer .f_wrap .f_nav > ul > li {
    border-bottom: 1px solid #181818;
  }
  footer .f_wrap .f_nav > ul > li > a {
    display: block;
    font-weight: 500;
    padding: 25px 10px;
    position: relative;
  }
  footer .f_wrap .f_nav.open .has_child > a:after {
    display: none;
  }
  footer .f_wrap .f_nav .has_child > a:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 13px;
    height: 1px;
    background: #181818;
  }
  footer .f_wrap .f_nav .has_child > a:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 1px;
    height: 13px;
    background: #181818;
  }
  footer .f_wrap .f_nav .child_menu {
    display: none;
    padding-bottom: 25px;
  }
  footer .f_wrap .f_nav .child_menu li a {
    display: block;
    font-weight: 500;
    padding: 10px 20px;
    font-size: 0.923rem;
  }
  footer .f_wrap .copyright {
    font-size: 0.6923rem;
  }
  .pconly {
    display: none;
  }
  .smonly {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */