@charset "UTF-8";
* {
  scroll-behavior: smooth;
}

.insert-new-page:not(:root) {
  display: block;
  page-break-before: always;
}

body {
  position: relative;
  width: 100%;
  font-size: 12px;
  line-height: 1.8333333333;
  font-family: "Noto Sans JP", sans-serif;
}
body main {
  margin-top: 50px;
}
body section {
  margin: 100px 0;
}
body .container {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
}
body .item_link a {
  text-decoration: none;
  color: #333333;
  transition: 0.3s;
}
body .item_link a:hover {
  opacity: 0.5;
}
body .border01 {
  position: relative;
  border-bottom: 2px solid #ce0201;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  padding-left: 30px;
  font-size: 20px;
}
body .border01::before {
  content: "";
  width: 5px;
  height: 55px;
  background-color: #ce0201;
  position: absolute;
  left: 0;
  bottom: 0;
}
body .border01::after {
  content: "";
  width: 5px;
  height: 55px;
  background-color: #1f1f7b;
  position: absolute;
  left: 10px;
  bottom: 0;
}
body .bg01 {
  background-color: #ce0201;
  padding: 1rem;
  color: #fff !important;
}
@media screen and (min-width: 768px) {
  body .border01 {
    font-size: 24px;
  }
}
body .ornament-off::before {
  display: none;
}
body .ornament-off::after {
  display: none;
}
body a:focus {
  outline: none !important;
  box-shadow: none !important;
}
body button:focus {
  outline: none;
}
body .pointer-none {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
    line-height: 1.625;
  }
}
body .en {
  font-family: "DM Serif Display", serif;
}
body .sub-en .No {
  font-family: "Ubuntu", sans-serif;
}
body .Serif {
  font-family: "Noto Serif JP", serif;
}
body .red {
  color: #ce0201;
}
body .photo__image.-image1 {
  object-fit: cover;
}
body .photo__image.-image2 {
  object-fit: contain;
  object-position: top center;
}
body .photo {
  position: relative;
}
body .photo::before {
  content: "";
  float: left;
  padding-top: 56.25%;
}
body .photo::after {
  content: "";
  display: block;
  clear: both;
}
body .photo > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body .photo > .image {
  object-fit: cover;
}

h2 {
  font-size: 24px;
  display: block;
  width: 100%;
  color: #1f1f7b;
  font-weight: 600;
  text-align: center;
}
h2 span {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  color: #ce0201;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  h2 {
    font-size: 35px;
  }
  h2 span {
    font-size: 25px;
  }
}
#header {
  position: fixed;
  top: 0;
  height: 50px;
  width: 100%;
  z-index: 99;
  background-color: #fff !important;
  border-bottom: 1px solid #fff;
}
#header .pc {
  display: none;
}
#header .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#header .wrap .logo-inner .logo {
  display: flex;
  align-items: center;
  height: 50px;
  margin-left: 20px;
}
#header .wrap .logo-inner img {
  height: 25px;
  width: auto;
}
#header .wrap .menu-inner {
  /* アニメーション前のメニューの状態 */
  /* アニメーション後のメニューの状態 */
}
#header .wrap .menu-inner .btn-inner {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 50px;
  z-index: 2;
}
#header .wrap .menu-inner .btn-bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 50px;
  height: 50px;
  background-color: #1f1f7b;
}
#header .wrap .menu-inner .menu-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 15px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
#header .wrap .menu-inner .menu {
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  background: #1f1f7b;
}
#header .wrap .menu-inner .menu__item {
  width: 100%;
  height: auto;
  text-align: center;
  color: #333333;
  box-sizing: border-box;
}
#header .wrap .menu-inner .menu {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s linear;
}
#header .wrap .menu-inner .menu.is-active {
  pointer-events: auto;
  opacity: 1;
  height: 100vh;
}
#header .wrap .menu-inner .menu-trigger,
#header .wrap .menu-inner .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
#header .wrap .menu-inner .menu-trigger {
  position: absolute;
  width: 25px;
  height: 40px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
#header .wrap .menu-inner .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
#header .wrap .menu-inner .menu-trigger span:nth-of-type(1) {
  top: 10px;
}
#header .wrap .menu-inner .menu-trigger span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header .wrap .menu-inner .menu-trigger span:nth-of-type(3) {
  bottom: 10px;
}
#header .wrap .menu-inner #menu.active.menu-trigger span:nth-of-type(1) {
  top: 20px;
  opacity: 0;
}
#header .wrap .menu-inner #menu.active.menu-trigger span:nth-of-type(2) {
  opacity: 1;
}
#header .wrap .menu-inner #menu.active.menu-trigger span:nth-of-type(3) {
  bottom: 20px;
  opacity: 0;
}
#header .wrap #accordion-sp {
  width: 100%;
  height: auto;
}
#header .wrap #accordion-sp ul {
  width: 100%;
  background-color: #1f1f7b;
  padding: 0;
  color: #fff;
  margin-left: 0;
  width: 100%;
}
#header .wrap #accordion-sp ul li {
  width: 100%;
  text-align: left;
  list-style: none;
  border-bottom: 1px solid #fff;
}
#header .wrap #accordion-sp ul ul {
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: 0.5s;
  background-color: #1f1f7b;
}
#header .wrap #accordion-sp ul ul li {
  border-bottom: none;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
#header .wrap #accordion-sp ul ul li a {
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #1f1f7b;
  color: #fff;
}
#header .wrap #accordion-sp .active .list {
  padding: 10px;
  margin-bottom: 30px;
  overflow-y: scroll;
}
#header .wrap #accordion-sp .active .list::-webkit-scrollbar {
  display: none;
}
#header .wrap #accordion-sp .accordionBtn {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  border: none;
  background-color: inherit;
  color: #fff;
  cursor: pointer;
  text-align: left;
  padding: 15px 0 15px 20px;
  font-size: 1em;
  transition: 0.3s;
  text-decoration: none;
}
#header .wrap #accordion-sp .accordionBtn:focus {
  outline: none;
}
#header .wrap #accordion-sp .accordionBtn:hover {
  opacity: 0.5;
}
#header .wrap #accordion-sp .accordionBtn::before {
  transform: rotate(0deg);
  right: 30px;
}
#header .wrap #accordion-sp .accordionBtn::after {
  transform: rotate(-90deg);
  right: 30px;
}
#header .wrap #accordion-sp li.active a::before {
  transform: rotate(-90deg);
  transition: 0.5s;
}
#header .wrap #accordion-sp ul.active {
  overflow-y: auto;
}
#header .wrap #accordion-sp .nomal::before, #header .wrap #accordion-sp .nomal::after {
  display: none;
}
#header .wrap #accordion-sp .ac::before, #header .wrap #accordion-sp .ac::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 20px;
  width: 1.5px;
  height: 8px;
  background-color: #fff;
  transition: 0.5s;
}
#header .wrap #accordion-sp .sty {
  color: #ffe600;
}
@media screen and (min-width: 992px) {
  #header {
    height: auto;
  }
  #header .sp {
    display: none;
  }
  #header .pc {
    display: block;
  }
  #header .pc .wrap {
    padding-left: 15px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }
  #header .pc .wrap .menu-inner {
    display: flex;
    flex-flow: column;
    justify-content: end;
  }
  #header .pc .wrap .logo-inner img {
    height: auto;
    max-width: 260px;
    width: 100%;
  }
  #header .pc .navi-inner {
    display: flex;
  }
  #header .pc .navi-inner .wrap {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin: 10px 10px;
  }
  #header .pc .navi-inner .wrap .global-nav {
    margin: 0;
    position: relative;
  }
  #header .pc .navi-inner .wrap .global-nav .nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #header .pc .navi-inner .wrap .global-nav .nav-list .nav-item {
    margin-top: 20px;
  }
  #header .pc .navi-inner .wrap .global-nav .nav-list .nav-item a {
    color: #333333;
    display: block;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
  }
  #header .pc .navi-inner .wrap .global-nav .nav-list .nav-item a:hover {
    color: #ce0201 !important;
  }
  #header .pc .navi-inner .wrap .sty {
    color: #ce0201 !important;
  }
  #header .pc .navi-inner .wrap .sty2 {
    color: #ffe600 !important;
  }
  #header .pc .navi-inner .wrap .sty2:hover {
    pointer-events: none;
  }
  #header .pc .nav-item_sub {
    opacity: 0;
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    visibility: hidden;
    width: 100%;
  }
  #header .pc .nav-item_sub .inner {
    background-color: #1f1f7b;
    border-bottom: 3px solid #ce0201;
    display: flex;
    padding: 10px;
  }
  #header .pc .nav-item_sub .inner ul {
    margin: 0 auto;
    list-style: none;
    padding-left: 0;
    text-align: left;
    text-align: start;
  }
  #header .pc .nav-item_sub a {
    position: relative;
    margin: 20px 0;
    text-align: left !important;
    color: #fff !important;
    transition: 0.3s;
  }
  #header .pc .nav-item_sub a:hover {
    color: #ce0201 !important;
  }
  #header .pc .nav-item_sub a::after {
    position: absolute;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 5px;
    height: 1px;
    background-color: #fff;
  }
  #header .pc .nav-item:hover .nav-item_sub {
    opacity: 1;
    visibility: visible;
  }
  #header .pc .menu__child-inner li {
    height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  #header .pc .menu-pc li:hover > ul > li {
    height: 3.2rem;
    overflow: visible;
  }
  #header .contact-btn {
    background-color: #1f1f7b;
    font-size: 14px;
    height: auto;
    width: 150px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
  }
  #header .contact-btn i {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #header .contact-btn a {
    text-decoration: none;
    color: #fff;
  }
  #header .contact-btn:hover {
    opacity: 0.5;
  }
  #header .tel_search {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  #header .tel_search .tel {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ce0201;
    margin-right: 15px;
  }
  #header .tel_search .tel a {
    color: #ce0201 !important;
  }
}

#sub-header {
  margin-top: 50px;
}
#sub-header .text {
  position: relative;
  height: 300px;
  width: 100%;
  background-color: #1f1f7b;
  color: #fff;
}
#sub-header .text .wrap {
  display: flex;
  flex-flow: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#sub-header .text .wrap h3 {
  font-size: 24px;
}
#sub-header .text .wrap span {
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  #sub-header {
    margin-top: 100px;
  }
  #sub-header .text .wrap h3 {
    font-size: 35px;
  }
  #sub-header .text .wrap span {
    font-size: 16px;
  }
}

#accordion {
  width: 100%;
  height: auto;
}
#accordion ul {
  width: 100%;
  background-color: #1f1f7b;
  padding: 0;
  color: #fff;
  margin-left: 0;
  width: 100%;
}
#accordion ul li {
  width: 100%;
  text-align: left;
  list-style: none;
  border-bottom: 1px solid #fff;
}
#accordion ul ul {
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: 0.5s;
  background-color: #1f1f7b;
}
#accordion ul ul li {
  border-bottom: none;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
#accordion ul ul li a {
  text-decoration: none;
  width: 100%;
  padding: 10px;
  background-color: #1f1f7b;
  color: #fff;
}
#accordion .active .list {
  padding: 10px;
  margin-bottom: 30px;
  overflow-y: scroll;
}
#accordion .active .list::-webkit-scrollbar {
  display: none;
}
#accordion .accordionBtn {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  border: none;
  background-color: inherit;
  color: #fff;
  cursor: pointer;
  text-align: left;
  padding: 15px 0 15px 20px;
  font-size: 1em;
  transition: 0.3s;
  text-decoration: none;
}
#accordion .accordionBtn:focus {
  outline: none;
}
#accordion .accordionBtn:hover {
  opacity: 0.5;
}
#accordion .accordionBtn::before {
  transform: rotate(0deg);
  right: 30px;
}
#accordion .accordionBtn::after {
  transform: rotate(-90deg);
  right: 30px;
}
#accordion li.active a::before {
  transform: rotate(-90deg);
  transition: 0.5s;
}
#accordion ul.active {
  overflow-y: auto;
}
#accordion .nomal::before, #accordion .nomal::after {
  display: none;
}
#accordion .ac::before, #accordion .ac::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 20px;
  width: 1.5px;
  height: 8px;
  background-color: #fff;
  transition: 0.5s;
}
#accordion .sty {
  color: #ffe600;
}

.tel_search .tel {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.tel_search .tel i {
  font-size: 24px;
  margin-right: 5px;
}
.tel_search .tel a {
  text-decoration: none;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
}

.tel_search .search-form-010 {
  display: flex;
  align-items: center;
  gap: 0 10px;
  display: flex;
  justify-content: center;
}
.tel_search .search-form-010 label {
  position: relative;
  margin-bottom: 0;
  width: 250px;
}
.tel_search .search-form-010 label::before {
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #002060;
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.tel_search .search-form-010 input {
  width: 100%;
  height: 34px;
  padding: 1px 5px 1px 8px;
  border: 1px solid #002060;
  box-sizing: border-box;
  color: #333333;
  outline: none;
  border-radius: 5px;
}
.tel_search .search-form-010 button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 140px;
  height: 34px;
  border: none;
  background-color: #1f1f7b;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

#footer #f-contact {
  position: relative;
  background-image: url(../../image/top/footer.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 800px;
  margin-top: 70px;
}
#footer #f-contact .f-contactinner {
  width: 100%;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px 15px;
}
#footer #f-contact .f-contactinner .ttl {
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #1f1f7b;
}
#footer #f-contact .f-contactinner .ttl h3 {
  font-size: 18px;
  color: #ce0201;
}
#footer #f-contact .f-contactinner .ttl p {
  margin-bottom: 0;
  color: #ce0201;
  font-size: 14px;
}
#footer #f-contact .f-contactinner .con3 {
  z-index: 999;
}
#footer #f-contact .f-contactinner .con3 .box {
  background-color: rgba(31, 31, 123, 0.8);
  margin-bottom: 10px;
  color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  border-radius: 5px;
  height: 150px;
}
#footer #f-contact .f-contactinner .con3 .box h4 {
  font-size: 15px;
  text-align: center;
}
#footer #f-contact .f-contactinner .con3 .box a {
  text-decoration: none;
  color: #fff;
}
#footer #f-contact .f-contactinner .con3 .box .tel.fax.mail .telinner.faxinner {
  display: flex;
  flex-flow: column;
}
#footer #f-contact .f-contactinner .con3 .box .text {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}
#footer #f-contact .f-contactinner .con3 .box .subtext {
  font-size: 24px;
  font-family: "Ubuntu", sans-serif;
}
#footer #f-contact .f-contactinner .con3 .box .mailinner {
  margin: 30px 0;
}
#footer #f-contact .f-contactinner .con3 .box .mailinner .text {
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 40px;
  transition: 0.3s;
  cursor: pointer;
}
#footer #f-contact .f-contactinner .con3 .box .mailinner .text::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  color: #fff;
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}
#footer #f-contact .f-contactinner .con3 .box .mailinner .text::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #fff;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}
#footer #f-contact .f-contactinner .con3 .box .mailinner .text:hover {
  background-color: #fff;
  color: #1f1f7b;
}
#footer #f-contact .f-contactinner .con3 .box .mailinner .text:hover::before, #footer #f-contact .f-contactinner .con3 .box .mailinner .text:hover::after {
  color: #1f1f7b;
}
#footer #f-contact .f-contactinner .con3 .tel {
  position: relative;
}
#footer #f-contact .f-contactinner .con3 .tel::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.1);
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80px;
}
#footer #f-contact .f-contactinner .con3 .fax {
  position: relative;
}
#footer #f-contact .f-contactinner .con3 .fax::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.1);
  content: "\f1ac";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80px;
}
#footer #f-contact .f-contactinner .con3 .mail {
  position: relative;
}
#footer #f-contact .f-contactinner .con3 .mail::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 0;
  left: 45%;
  color: rgba(255, 255, 255, 0.1);
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 992px) {
  #footer #f-contact .f-contactinner {
    padding: 70px 15px;
  }
  #footer #f-contact .f-contactinner .ttl {
    padding-bottom: 30px;
  }
  #footer #f-contact .f-contactinner .ttl h3 {
    font-size: 35px;
  }
  #footer #f-contact .f-contactinner .ttl p {
    font-size: 18px;
  }
  #footer #f-contact .f-contactinner p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
  }
  #footer #f-contact .f-contactinner .con3 {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
  }
  #footer #f-contact .f-contactinner .con3 .box {
    height: 250px;
    width: 100%;
  }
  #footer #f-contact .f-contactinner .con3 .box h4 {
    font-size: 17px;
    text-align: center;
  }
  #footer #f-contact .f-contactinner .con3 .box .text {
    font-size: 25px;
    text-align: center;
  }
  #footer #f-contact .f-contactinner .con3 .box .subtext {
    font-size: 37px;
    text-align: center;
  }
  #footer #f-contact .f-contactinner .con3 .box .mailinner .text {
    height: 50px;
    width: 200px;
  }
  #footer #f-contact .f-contactinner .con3 .box .mailinner .text::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: #fff;
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
  }
  #footer #f-contact .f-contactinner .con3 .box .mailinner .text::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #fff;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
  }
  #footer #f-contact .f-contactinner .con3 .box .mailinner .text:hover {
    background-color: #fff;
    color: #1f1f7b;
  }
  #footer #f-contact .f-contactinner .con3 .box .mailinner .text:hover::before, #footer #f-contact .f-contactinner .con3 .box .mailinner .text:hover::after {
    color: #1f1f7b;
  }
  #footer #f-contact .f-contactinner .con3 .tel,
  #footer #f-contact .f-contactinner .con3 .fax,
  #footer #f-contact .f-contactinner .con3 .mail {
    width: 33.3333333333%;
    margin: 0 10px;
  }
  #footer #f-contact .f-contactinner .con3 .tel::before,
  #footer #f-contact .f-contactinner .con3 .fax::before,
  #footer #f-contact .f-contactinner .con3 .mail::before {
    font-size: 100px;
  }
  #footer #f-contact .f-contactinner .con3 .mail::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 20%;
    left: 35%;
    color: rgba(255, 255, 255, 0.1);
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: rotate(-45deg);
  }
}
#footer #f-nav {
  margin: 50px 0;
  padding: 0 15px;
}
#footer #f-nav .row {
  justify-content: space-around;
}
#footer #f-nav .logo {
  margin-bottom: 50px;
}
#footer #f-nav .logo img {
  height: 25px;
  width: auto;
  margin-bottom: 20px;
}
#footer #f-nav .logo .text a {
  text-decoration: none;
  color: #ce0201;
  border: 2px solid #ce0201;
  padding: 5px 10px;
  margin-left: 10px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
#footer #f-nav .logo .text a:hover {
  opacity: 0.5;
}
#footer #f-nav .menu {
  color: #1f1f7b;
}
#footer #f-nav .menu ul {
  list-style: none;
  padding-left: 0;
  padding: 0 30px;
}
#footer #f-nav .menu ul li {
  position: relative;
}
#footer #f-nav .menu ul li::before {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  left: -10px;
  content: "";
  width: 5px;
  height: 1px;
  background-color: #1f1f7b;
}
#footer #f-nav .menu ul li a {
  color: #1f1f7b;
  text-decoration: none;
  transition: 0.3s;
}
#footer #f-nav .menu ul li a:hover {
  opacity: 0.5;
}
#footer #f-nav .menu .list {
  padding-left: 0;
  padding: 0 15px;
}
#footer #f-nav .menu .list .row {
  flex-flow: row;
  justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  #footer #f-nav .row {
    flex-flow: row;
  }
}
#footer #f-support {
  margin-bottom: 50px;
  background-color: #434343;
}
#footer #f-support .row {
  padding: 50px 0;
}
#footer #f-support .row a {
  width: 33.3333333333%;
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
#footer #f-support .row a img {
  width: 95%;
  height: 70px;
  object-fit: contain;
  padding: 5px;
  margin-bottom: 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer #f-support .row a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 992px) {
  #footer #f-support {
    margin-bottom: 0;
    background-color: #434343;
  }
  #footer #f-support .row {
    padding: 50px 70px;
  }
  #footer #f-support .row a {
    width: 20%;
    display: flex;
    justify-content: center;
  }
  #footer #f-support .row a img {
    width: 95%;
    height: 70px;
    object-fit: contain;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 991px) {
  #footer #f-support {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  #footer #f-support {
    margin-bottom: 0;
  }
}
#side {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
}
#side .wrap {
  width: 100%;
  height: 50px;
  display: flex;
  border-top: 1px solid #fff;
}
#side .wrap .sidebtn {
  text-decoration: none;
  width: 50%;
  padding: 10px;
  background-color: #ce0201;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#side .wrap .sidebtn .text {
  letter-spacing: 3px;
  font-size: 10px;
  transition: 0.3s;
}
#side .wrap .sidebtn .text span {
  display: none;
}
#side .wrap .sidebtn:hover .text {
  opacity: 0.5;
}
#side .wrap .used {
  position: relative;
}
#side .wrap .used::before {
  position: absolute;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  content: "\f013";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#side .wrap .con {
  position: relative;
  background-color: #1f1f7b;
}
#side .wrap .con::before {
  position: absolute;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media screen and (min-width: 1400px) {
  #side {
    width: auto;
    top: 150px;
  }
  #side .wrap {
    border-top: none;
    height: 100%;
    display: block;
    margin-right: 100%;
    width: 70px;
    margin: 0 0 0 auto;
  }
  #side .wrap .sidebtn {
    height: auto;
    width: 70px;
    border-radius: 10px 0 0 10px;
    padding: 50px 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #side .wrap .sidebtn .text {
    letter-spacing: 4px;
    font-size: 14px;
    text-align: center;
  }
  #side .wrap .sidebtn .text span {
    display: block;
    font-size: 15px;
    letter-spacing: 1.8px;
  }
  #side .wrap .used {
    margin-bottom: 30px;
  }
  #side .wrap .used::before {
    top: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #side .wrap .con::before {
    top: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.btn {
  position: relative;
  background-color: #333;
  height: 70px;
  max-width: 400px;
  width: 100%;
  border-radius: 0;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  justify-content: center;
}
.btn .text {
  width: 100%;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-flow: column;
  color: #fff;
}
.btn .text span {
  font-size: 15px;
}
.btn::before {
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  content: "+";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.btn:hover {
  opacity: 0.5;
  margin-top: 5px;
}

@media screen and (min-width: 992px) {
  .btn {
    height: 90px;
    width: 400px;
  }
}
#pagetop {
  position: fixed;
  bottom: 70px;
  right: 5px;
  cursor: pointer;
  z-index: 999;
}
#pagetop img {
  max-width: auto;
  width: 40px;
  transition: 0.3s;
}
#pagetop img:hover {
  opacity: 0.6;
}
@media screen and (min-width: 992px) {
  #pagetop {
    bottom: 20px;
    right: 5px;
  }
  #pagetop img {
    width: auto;
  }
}

.tabs {
  display: flex;
  flex-flow: row;
}

.tabs-header {
  width: 33.3333333333%;
}

.tabs-content {
  width: 100%;
  margin: 0 auto;
}

.tabs-select {
  display: none;
}

.tabs-list {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.tab-link {
  display: block;
  padding: 10px;
  border: 1px solid #1f1f7b;
  text-align: center;
  text-decoration: none !important;
  color: #333;
}
.tab-link:hover {
  color: #1f1f7b;
}

.tab-link.active {
  background-color: #1f1f7b;
  color: #fff;
}

.tabs-content {
  flex-grow: 1;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

@media (max-width: 767px) {
  .tabs-header {
    width: 100%;
    margin-bottom: 30px;
  }
  .tabs {
    flex-direction: column;
  }
  .tabs-list {
    display: none;
  }
  .tabs-select {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #1f1f7b;
  }
  .tabs-select:focus {
    outline: 1px solid #1f1f7b;
  }
}
.card {
  border: none;
}
.card .img-area {
  position: relative;
  background-color: #DAF5FF;
}
.card .img-area::before {
  content: "";
  float: left;
  padding-top: 75%;
}
.card .img-area::after {
  content: "";
  display: block;
  clear: both;
}
.card .img-area > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.card .img-area img {
  object-fit: contain;
  padding: 5px;
}
.card .btn-c {
  background-color: #1f1f7b;
  color: #fff;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
.card .btn-c:hover {
  opacity: 0.5;
}

#table-parts,
.table-parts {
  display: block;
  overflow-x: auto;
  display: flex;
}
#table-parts table,
.table-parts table {
  width: 100%;
}
#table-parts td,
#table-parts th,
.table-parts td,
.table-parts th {
  padding: 20px 0;
  text-align: left;
}
#table-parts tr,
.table-parts tr {
  display: flex;
}
#table-parts th,
.table-parts th {
  border-bottom: 1px solid #ce0201;
  color: #ce0201;
  width: 30%;
}
#table-parts td,
.table-parts td {
  border-bottom: 1px solid #ccc;
  padding-left: 10px;
  width: 70%;
}

@media (max-width: 767px) {
  #table-parts,
  .table-parts {
    flex-flow: column;
    width: 100%;
  }
  #table-parts tr,
  .table-parts tr {
    flex-flow: column;
  }
  #table-parts td,
  #table-parts th,
  .table-parts td,
  .table-parts th {
    display: block;
    width: 100%;
  }
}
.swiper-slide {
  background-color: #DAF5FF;
  width: 100%;
}
.swiper-slide img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}

.main-slide {
  position: relative;
  height: 500px;
}
.main-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  height: 450px;
}

/* 2個目のSwiper全体のスタイル */
.swiper2 {
  height: auto;
  margin-top: 10px;
}

/* 2個目のSwiperのスライドのスタイル */
.swiper2 .swiper-slide {
  height: auto;
  line-height: auto;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

/* 2個目のSwiperの現在のスライドのスタイル */
.swiper2 .swiper-slide-active {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  border: 2px solid #1f1f7b;
}

.swiper-slide-alt {
  width: 100%;
  background-color: rgba(67, 67, 67, 0.5);
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
}

.swiper2 .swiper-slide-alt {
  display: none;
}

.category {
  margin: 30px 0;
}
.category span {
  background-color: #434343;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}

@page {
  margin: 10mm;
  size: 210mm 297mm;
  /* A4縦サイズの場合 */
}
@media print and (max-width: 768px) {
  /* 全体設定 */
  body {
    -webkit-print-color-adjust: exact;
    /* 印刷時でも背景色や背景画像を表示 */
    width: 1200px;
    /* 印刷時の全ページ幅を統一（px数値はお好みで） */
    zoom: 0.8;
    /* なるべく多くのブラウザで切れないようにするため */
  }
  /* 改ページをいれる場合 */
  .p-kirikae {
    page-break-before: always;
    /* 各セクションで改ページが行われるようにしています */
  }
  section + section.new-none:not(:root) {
    page-break-before: avoid;
    /* 特定のセクションでは改ページを入れない場合の指定 */
  }
  .new-page {
    page-break-before: always;
    /* 特定の場所で改ページを入れたいときの指定 */
  }
  #header,
  #side {
    position: absolute;
  }
  #side {
    display: none;
  }
  #header .sp .wrap .btn-inner {
    display: none;
  }
  #sub-header .text .wrap {
    margin-top: 50px;
  }
  #pagetop {
    display: none !important;
  }
  iframe {
    max-width: 1400px;
    width: 100% !important;
  }
  #header {
    height: auto;
  }
  #header .sp {
    display: none;
  }
  #header .pc {
    display: block;
  }
  #header .pc .wrap {
    padding-left: 15px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }
  #header .pc .wrap .menu-inner {
    display: flex;
    flex-flow: column;
    justify-content: end;
  }
  #header .pc .wrap .logo-inner img {
    height: auto;
    max-width: 260px;
    width: 100%;
  }
  #header .pc .navi-inner {
    display: flex;
  }
  #header .pc .navi-inner .wrap {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin: 10px 10px;
  }
  #header .pc .navi-inner .wrap .global-nav {
    margin: 0;
    position: relative;
  }
  #header .pc .navi-inner .wrap .global-nav .nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #header .pc .navi-inner .wrap .global-nav .nav-list .nav-item {
    margin-top: 20px;
  }
  #header .pc .navi-inner .wrap .global-nav .nav-list .nav-item a {
    color: #333333;
    display: block;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
  }
  #header .pc .navi-inner .wrap .global-nav .nav-list .nav-item a:hover {
    color: #ce0201 !important;
  }
  #header .pc .navi-inner .wrap .sty {
    color: #ce0201 !important;
  }
  #header .pc .navi-inner .wrap .sty2 {
    color: #ffe600 !important;
  }
  #header .pc .navi-inner .wrap .sty2:hover {
    pointer-events: none;
  }
  #header .pc .nav-item_sub {
    opacity: 0;
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    visibility: hidden;
    width: 100%;
  }
  #header .pc .nav-item_sub .inner {
    background-color: #1f1f7b;
    border-bottom: 3px solid #ce0201;
    display: flex;
    padding: 10px;
  }
  #header .pc .nav-item_sub .inner ul {
    margin: 0 auto;
    list-style: none;
    padding-left: 0;
    text-align: left;
    text-align: start;
  }
  #header .pc .nav-item_sub a {
    position: relative;
    margin: 20px 0;
    text-align: left !important;
    color: #fff !important;
    transition: 0.3s;
  }
  #header .pc .nav-item_sub a:hover {
    color: #ce0201 !important;
  }
  #header .pc .nav-item_sub a::after {
    position: absolute;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 5px;
    height: 1px;
    background-color: #fff;
  }
  #header .pc .nav-item:hover .nav-item_sub {
    opacity: 1;
    visibility: visible;
  }
  #header .pc .menu__child-inner li {
    height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  #header .pc .menu-pc li:hover > ul > li {
    height: 3.2rem;
    overflow: visible;
  }
  #header .contact-btn {
    background-color: #1f1f7b;
    font-size: 14px;
    height: auto;
    width: 150px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
  }
  #header .contact-btn i {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #header .contact-btn a {
    text-decoration: none;
    color: #fff;
  }
  #header .contact-btn:hover {
    opacity: 0.5;
  }
  #header .tel_search {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  #header .tel_search .tel {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ce0201;
    margin-right: 15px;
  }
  #header .tel_search .tel a {
    color: #ce0201 !important;
  }
  #index #main-mv {
    height: 100vh;
    margin-top: 100px;
    width: 100%;
  }
  #index #main-mv .background {
    height: 60vh;
  }
  #index #main-mv .background::before {
    content: "";
    width: 100%;
    height: 500px;
    background-color: #f0f0f0;
    position: absolute;
    bottom: -500px;
  }
  #index #main-mv .content .slideshow-image {
    width: 200% !important;
    margin-top: 50px !important;
  }
  #index #main-mv .content .slideshow-image img {
    height: 100vh;
  }
  #index #main-mv .content .chatch .wrap {
    top: 100px !important;
    left: 0;
    width: 100%;
  }
  #index #main-mv .content .chatch .wrap .chatch-style {
    font-size: 35px;
    height: 70px;
  }
  #index #main-mv .content .chatch .wrap .chatch-style::before {
    content: "";
    border-width: 70px 30px 0 0;
  }
  #index #main-mv .content .chatch .wrap .chatch-style .text {
    justify-content: flex-start;
    margin-left: 30px;
  }
  #index #main-mv .content .chatch .wrap .chatch-style:nth-child(1) {
    right: 0;
    width: 500px !important;
  }
  #index #main-mv .content .chatch .wrap .chatch-style:nth-child(2) {
    right: 0;
    width: 500px !important;
  }
  #index #main-mv .content .chatch .wrap p {
    font-size: 35px;
    width: auto;
    margin-bottom: 40px;
  }
  #index #main-mv .content .chatch .wrap .big {
    font-size: 40px;
  }
  #index #main-mv .content .chatch .m-btn {
    max-width: 450px;
    width: 100%;
  }
  #index #main-mv .content .chatch .m-btn::before {
    right: 60px;
  }
  #index .card-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  #index .card-inner::after {
    height: 1250px;
  }
  #index .card-inner .carditem {
    top: -100px;
  }
  #index .card-inner .carditem .inner {
    padding: 100px;
  }
  #index .card-inner .carditem .inner .side-ttl {
    top: 100px;
    right: 30px;
    font-size: 40px;
    height: 100%;
    color: #ce0201;
  }
  #index .card-inner .carditem .inner .side-ttl span {
    font-size: 24px;
    margin-top: 10px;
  }
  #index .card-inner .carditem .inner .side-ttl::before {
    position: absolute;
    top: -20px;
    right: 10px;
    content: "";
    width: 45px;
    height: 10px;
    background-color: #ce0201;
  }
  #index .card-inner .carditem .inner .text-left {
    left: 30px;
  }
  #index .card-inner .carditem .inner .wrap {
    display: flex;
    flex-flow: column;
  }
  #index .card-inner .carditem .inner .wrap .main-text {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #index .card-inner .carditem .inner h3 {
    font-size: 50px;
    margin-bottom: 20px;
    font-family: "DM Serif Display", serif;
    opacity: 0.5;
    color: #ce0201;
  }
  #index .card-inner .carditem .inner ul {
    list-style-position: inside;
    list-style-image: url(../../image/top/check.png);
    margin-bottom: 30px;
  }
  #index .card-inner .carditem .inner .bg-r {
    background-color: #ce0201 !important;
  }
  #index .card-inner .carditem .inner .bg-r .text {
    padding-left: 20px;
  }
  #index .card-inner .carditem .inner .bg-b {
    background-color: #1f1f7b !important;
  }
  #index .card-inner .carditem .inner .bg-b .text {
    padding-left: 20px;
  }
  #index .card-inner .carditem .inner .color-b {
    color: #1f1f7b;
    list-style-image: url(../../image/top/check2.png);
  }
  #index .card-inner .carditem .inner .color-b li {
    color: #333333;
  }
  #index .card-inner .carditem .inner .color-b::before {
    background-color: #1f1f7b;
    left: 10px;
  }
  #index .con1 {
    padding-top: 100px;
  }
  #index .con1 h2::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    top: 0px;
    left: -150px;
  }
  #index .con2 .icon-area .inner .circle_width p {
    font-size: 16px;
  }
  #index .con2 .icon-area .inner .circle_width img {
    top: 140px;
    height: 90px;
  }
  #contact table {
    max-width: 1110px !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
  #contact table tr {
    display: flex;
    flex-flow: row;
  }
  #contact table th {
    width: 33.3333333333%;
  }
  #contact table td {
    margin-left: 10px !important;
  }
  #contact .tel-fax .border-f {
    border-top: none !important;
    border-left: 1px solid #1f1f7b !important;
  }
}
#index {
  position: relative;
}
#index #main-area {
  max-width: 100%;
  width: 100%;
}
#index #main-area #main-mv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 350px;
}
#index #main-area #main-mv .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 100%;
  background-color: #ce0201;
  animation: slideLeft 1s ease-in-out forwards;
}
#index #main-area #main-mv .content {
  position: absolute;
  top: 30px;
  left: 30px;
  height: 350px;
  width: 100%;
  animation: slideRight 1.5s ease-in-out forwards;
}
#index #main-area #main-mv .content .slideshow {
  position: relative;
  width: 100%;
}
#index #main-area #main-mv .content .chatch {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 99;
  height: 350px;
  width: 100%;
}
#index #main-area #main-mv .content .chatch .wrap {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 99%;
}
#index #main-area #main-mv .content .chatch .wrap .chatch-style {
  font-size: 12px;
  position: relative;
  width: auto;
  background-color: #1f1f7b;
  height: 50px;
  padding: 0 50px;
  text-align: left;
}
#index #main-area #main-mv .content .chatch .wrap .chatch-style::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 10px 0 0;
  border-color: #ce0201 transparent transparent transparent;
}
#index #main-area #main-mv .content .chatch .wrap .chatch-style .text {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 20px;
}
#index #main-area #main-mv .content .chatch .wrap .chatch-style:nth-child(1) {
  width: 80%;
  left: 50px;
}
#index #main-area #main-mv .content .chatch .wrap .chatch-style:nth-child(2) {
  width: 100%;
  left: -10px;
}
#index #main-area #main-mv .content .chatch .wrap p {
  text-align: left;
  font-size: 13px;
  margin-left: 10px;
}
#index #main-area #main-mv .content .chatch .wrap .big {
  font-size: 15px;
}
#index #main-area #main-mv .content .chatch .m-btn {
  position: absolute;
  left: -10px;
  height: 50px;
  font-size: 14px;
  max-width: 300px;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  text-align: left;
}
#index #main-area #main-mv .content .chatch .m-btn::before {
  right: 30px;
}
#index #main-area #main-mv .content .chatch .m-btn .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-left: 20px;
}
#index #main-area #main-mv .content .slideshow-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#index #main-area #main-mv .content .slideshow-image.active {
  opacity: 1;
}
#index #main-area #main-mv .content .slideshow-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
#index #main-area #main-mv .content .slideshow-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  text-align: center;
}
#index #main-area #main-mv .content .slideshow-caption .chatch {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
}
@keyframes slideLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@media screen and (min-width: 425px) {
  #index #main-area {
    width: 100%;
  }
  #index #main-area #main-mv {
    height: 500px;
  }
  #index #main-area #main-mv .background {
    height: 450px;
  }
  #index #main-area #main-mv .content .chatch .wrap {
    top: 120px;
    right: 0;
    max-width: 100%;
    width: 450px;
  }
  #index #main-area #main-mv .content .chatch .wrap .chatch-style {
    font-size: 14px;
    height: 60px;
    display: flex;
  }
  #index #main-area #main-mv .content .chatch .wrap .chatch-style::before {
    content: "";
    border-width: 60px 30px 0 0;
  }
  #index #main-area #main-mv .content .chatch .wrap .chatch-style .text {
    justify-content: left;
    margin-left: 50px;
  }
  #index #main-area #main-mv .content .chatch .wrap .chatch-style:nth-child(1) {
    left: -20px;
    width: 350px;
  }
  #index #main-area #main-mv .content .chatch .wrap p {
    font-size: 18px;
    margin-left: 10px;
  }
  #index #main-area #main-mv .content .chatch .wrap .big {
    font-size: 18px;
  }
  #index #main-area #main-mv .content .chatch .m-btn {
    left: 0px;
    height: 70px;
    font-size: 16px;
    max-width: 350px;
    text-align: left;
  }
  #index #main-area #main-mv .content .chatch .m-btn .text {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  #index #main-area {
    width: 100%;
  }
  #index #main-area #main-mv {
    height: 500px;
  }
  #index #main-area #main-mv .background {
    height: 400px;
  }
  #index #main-area #main-mv .background::before {
    content: "";
    width: 100%;
    height: 500px;
    background-color: #f0f0f0;
    position: absolute;
    bottom: -500px;
  }
  #index #main-area #main-mv .content .slideshow-image {
    width: 100%;
  }
  #index #main-area #main-mv .content .slideshow-image img {
    height: 440px;
  }
  #index #main-area #main-mv .content .chatch .wrap {
    top: 130px;
    left: 80px;
    width: auto;
  }
  #index #main-area #main-mv .content .chatch .wrap .chatch-style {
    font-size: 24px;
    height: 70px;
  }
  #index #main-area #main-mv .content .chatch .wrap .chatch-style::before {
    content: "";
    border-width: 70px 30px 0 0;
  }
  #index #main-area #main-mv .content .chatch .wrap .chatch-style .text {
    justify-content: left;
    margin-left: 30px;
  }
  #index #main-area #main-mv .content .chatch .wrap .chatch-style:nth-child(1) {
    left: -60px;
    width: 900px;
  }
  #index #main-area #main-mv .content .chatch .wrap .chatch-style:nth-child(2) {
    left: -20px;
    max-width: 900px;
    width: 100%;
  }
  #index #main-area #main-mv .content .chatch .wrap p {
    font-size: 24px;
    width: 100%;
    margin-bottom: 40px;
  }
  #index #main-area #main-mv .content .chatch .wrap .big {
    font-size: 30px;
  }
  #index #main-area #main-mv .content .chatch .m-btn {
    max-width: 450px;
    width: 100%;
  }
  #index #main-area #main-mv .content .chatch .m-btn::before {
    right: 60px;
  }
}
@media screen and (min-width: 1200px) {
  #index #main-area #main-mv {
    height: 850px;
    margin-top: 100px;
  }
  #index #main-area #main-mv .background {
    height: 800px;
  }
  #index #main-area #main-mv .background::before {
    content: "";
    width: 100%;
    height: 500px;
    background-color: #f0f0f0;
    position: absolute;
    bottom: -500px;
  }
  #index #main-area #main-mv .content .slideshow-image {
    width: 100%;
  }
  #index #main-area #main-mv .content .slideshow-image img {
    height: 850px;
  }
  #index #main-area #main-mv .content .chatch .wrap {
    top: 130px;
    left: 80px;
    width: auto;
  }
  #index #main-area #main-mv .content .chatch .wrap .chatch-style {
    font-size: 35px;
    height: 70px;
  }
  #index #main-area #main-mv .content .chatch .wrap .chatch-style::before {
    content: "";
    border-width: 70px 30px 0 0;
  }
  #index #main-area #main-mv .content .chatch .wrap .chatch-style .text {
    justify-content: center;
    margin-left: 0px;
  }
  #index #main-area #main-mv .content .chatch .wrap .chatch-style:nth-child(1) {
    left: -60px;
    width: 900px;
  }
  #index #main-area #main-mv .content .chatch .wrap .chatch-style:nth-child(2) {
    left: -20px;
    max-width: 900px;
    width: 100%;
  }
  #index #main-area #main-mv .content .chatch .wrap p {
    font-size: 45px;
    width: 100%;
    margin-bottom: 40px;
  }
  #index #main-area #main-mv .content .chatch .wrap .big {
    font-size: 40px;
  }
  #index #main-area #main-mv .content .chatch .m-btn {
    max-width: 450px;
    width: 100%;
  }
  #index #main-area #main-mv .content .chatch .m-btn::before {
    right: 60px;
  }
}
#index #main-area .card-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
#index #main-area .card-inner::after {
  content: "";
  width: 100%;
  height: 1140px;
  background-color: #f0f0f0;
  position: absolute;
  top: 300px;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
}
#index #main-area .card-inner .carditem {
  top: 0px;
  margin-bottom: 10px;
}
#index #main-area .card-inner .carditem .inner {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 80px 10px 10px 10px;
  box-shadow: 0px 0px 15px -5px #000;
  border-radius: 10px;
  height: auto;
}
#index #main-area .card-inner .carditem .inner .side-ttl {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 18px;
  height: 100%;
  color: #ce0201;
}
#index #main-area .card-inner .carditem .inner .side-ttl span {
  font-size: 14px;
  margin-top: 10px;
}
#index #main-area .card-inner .carditem .inner .side-ttl::before {
  position: absolute;
  top: 10px;
  left: -10px;
  content: "";
  width: 5px;
  height: 20px;
  background-color: #ce0201;
}
#index #main-area .card-inner .carditem .inner .main-text {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#index #main-area .card-inner .carditem .inner h3 {
  font-size: 34px;
  margin-bottom: 20px;
  font-family: "DM Serif Display", serif;
  opacity: 0.5;
  color: #ce0201;
}
#index #main-area .card-inner .carditem .inner ul {
  list-style-position: inside;
  list-style-image: url(../../image/top/check.png);
  margin-bottom: 30px;
}
#index #main-area .card-inner .carditem .inner ul li {
  padding-left: 1em;
  text-indent: -2em;
  padding: 0 30px;
}
#index #main-area .card-inner .carditem .inner .bg-r {
  background-color: #ce0201 !important;
  text-align: left;
}
#index #main-area .card-inner .carditem .inner .bg-r .text {
  padding-left: 20px;
}
#index #main-area .card-inner .carditem .inner .bg-b {
  background-color: #1f1f7b !important;
  text-align: left;
}
#index #main-area .card-inner .carditem .inner .bg-b .text {
  padding-left: 20px;
}
#index #main-area .card-inner .carditem .inner .color-b {
  color: #1f1f7b;
  list-style-image: url(../../image/top/check2.png);
}
#index #main-area .card-inner .carditem .inner .color-b li {
  color: #333333;
}
#index #main-area .card-inner .carditem .inner .color-b::before {
  background-color: #1f1f7b;
}
@media screen and (min-width: 425px) {
  #index #main-area {
    width: 100%;
  }
  #index #main-area .card-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
  }
  #index #main-area .card-inner .carditem {
    top: 30px;
    margin-bottom: 10px;
  }
  #index #main-area .card-inner .carditem .inner {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 80px 10px 10px 10px;
    box-shadow: 0px 0px 15px -5px #000;
    border-radius: 10px;
    height: auto;
  }
  #index #main-area .card-inner .carditem .inner .side-ttl {
    top: 20px;
    right: 0px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 30px;
    font-size: 18px;
    height: 100%;
    color: #ce0201;
  }
  #index #main-area .card-inner .carditem .inner .side-ttl span {
    font-size: 14px;
    margin-top: 10px;
  }
  #index #main-area .card-inner .carditem .inner .side-ttl::before {
    position: absolute;
    top: -20px;
    right: 0px;
    content: "";
    width: 30px;
    height: 10px;
    background-color: #ce0201;
  }
  #index #main-area .card-inner .carditem .inner .text-left {
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    left: 0;
  }
  #index #main-area .card-inner .carditem .inner .main-text {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  #index #main-area .card-inner .carditem .inner h3 {
    font-size: 34px;
    margin-bottom: 20px;
    font-family: "DM Serif Display", serif;
    opacity: 0.5;
    color: #ce0201;
  }
  #index #main-area .card-inner .carditem .inner ul {
    list-style-position: inside;
    list-style-image: url(../../image/top/check.png);
    margin-bottom: 30px;
  }
  #index #main-area .card-inner .carditem .inner .bg-r {
    background-color: #ce0201 !important;
    text-align: left;
  }
  #index #main-area .card-inner .carditem .inner .bg-r .text {
    padding-left: 20px;
  }
  #index #main-area .card-inner .carditem .inner .bg-b {
    background-color: #1f1f7b !important;
  }
  #index #main-area .card-inner .carditem .inner .bg-b .text {
    padding-left: 20px;
  }
  #index #main-area .card-inner .carditem .inner .color-b {
    color: #1f1f7b;
    list-style-image: url(../../image/top/check2.png);
  }
  #index #main-area .card-inner .carditem .inner .color-b li {
    color: #333333;
  }
  #index #main-area .card-inner .carditem .inner .color-b::before {
    background-color: #1f1f7b;
    left: 0px;
  }
}
@media screen and (min-width: 1200px) {
  #index #main-area {
    width: 100%;
  }
  #index #main-area .card-inner {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
  }
  #index #main-area .card-inner::after {
    height: 1250px;
  }
  #index #main-area .card-inner .carditem {
    top: -200px;
  }
  #index #main-area .card-inner .carditem .inner {
    padding: 100px;
  }
  #index #main-area .card-inner .carditem .inner .side-ttl {
    top: 100px;
    right: 30px;
    font-size: 40px;
    height: 100%;
    color: #ce0201;
  }
  #index #main-area .card-inner .carditem .inner .side-ttl span {
    font-size: 24px;
    margin-top: 10px;
  }
  #index #main-area .card-inner .carditem .inner .side-ttl::before {
    position: absolute;
    top: -20px;
    right: 10px;
    content: "";
    width: 45px;
    height: 10px;
    background-color: #ce0201;
  }
  #index #main-area .card-inner .carditem .inner .text-left {
    left: 30px;
  }
  #index #main-area .card-inner .carditem .inner .wrap {
    display: flex;
    flex-flow: column;
  }
  #index #main-area .card-inner .carditem .inner .wrap .main-text {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #index #main-area .card-inner .carditem .inner h3 {
    font-size: 50px;
    margin-bottom: 20px;
    font-family: "DM Serif Display", serif;
    opacity: 0.5;
    color: #ce0201;
  }
  #index #main-area .card-inner .carditem .inner ul {
    list-style-position: inside;
    list-style-image: url(../../image/top/check.png);
    margin-bottom: 30px;
  }
  #index #main-area .card-inner .carditem .inner .bg-r {
    background-color: #ce0201 !important;
  }
  #index #main-area .card-inner .carditem .inner .bg-r .text {
    padding-left: 20px;
  }
  #index #main-area .card-inner .carditem .inner .bg-b {
    background-color: #1f1f7b !important;
  }
  #index #main-area .card-inner .carditem .inner .bg-b .text {
    padding-left: 20px;
  }
  #index #main-area .card-inner .carditem .inner .color-b {
    color: #1f1f7b;
    list-style-image: url(../../image/top/check2.png);
  }
  #index #main-area .card-inner .carditem .inner .color-b li {
    color: #333333;
  }
  #index #main-area .card-inner .carditem .inner .color-b::before {
    background-color: #1f1f7b;
    left: 10px;
  }
}
#index .con1 {
  margin: 0 !important;
}
#index .con1 h2 {
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
  width: min(100vw, 100%);
}
#index .con1 h2::before {
  content: "Recommended\aUsed Machinery";
  white-space: pre;
  position: absolute;
  top: -50px;
  left: 0;
  font-family: "DM Serif Display", serif;
  font-size: 40px;
  opacity: 0.2;
  line-height: 1;
  color: #ce0201;
  width: min(10vw, 50%);
  text-align: left;
  font-weight: normal;
}
#index .con1 .inner {
  margin-bottom: 50px;
}
#index .con1 .card {
  border-radius: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
#index .con1 .card .ttl {
  font-weight: bold;
  text-align: left;
  border-bottom: 2px solid #1f1f7b;
  padding-bottom: 10px;
}
#index .con1 .card .img {
  background-color: #DAF5FF;
  display: flex;
  justify-content: center;
}
#index .con1 .card .img img {
  height: min(100vw, 250px);
  width: 100%;
  object-fit: contain;
  object-position: center;
  padding: 10px;
}
#index .con1 .btn {
  margin: 0 auto;
}
#index .con2 {
  position: relative;
}
#index .con2 .bg {
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #1f1f7b;
  width: 100%;
  height: 470px;
  z-index: -1;
  clip-path: polygon(0 30%, 100% 0%, 100% 70%, 0% 100%);
  opacity: 0.8;
}
#index .con2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
#index .con2 h2 {
  z-index: 1;
  padding-top: 150px;
  color: #fff !important;
}
#index .con2 p {
  color: #fff;
  text-align: center;
  margin: 30px 0;
}
#index .con2 .center {
  display: flex;
  justify-content: center;
}
#index .con2 .icon-area .inner {
  width: 100%;
  margin-bottom: 50px;
}
#index .con2 .icon-area .inner .card {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
#index .con2 .icon-area .inner .circle_width {
  max-width: 300px;
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 15px -5px #000;
  margin: 0 auto;
}
#index .con2 .icon-area .inner .circle_width .circle_height {
  position: relative;
  padding-top: 100%;
  height: 0;
}
#index .con2 .icon-area .inner .circle_width p {
  position: absolute;
  bottom: calc((100% - 1em) / 10);
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  color: #1f1f7b;
  font-weight: bold;
  line-height: 1.2;
}
#index .con2 .icon-area .inner .circle_width img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  text-align: center;
  height: 50px;
  width: auto;
}
#index .con2 .icon-area .inner p {
  color: #333333;
  text-align: left;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  #index .con1 {
    padding-top: 0px;
  }
  #index .con1 h2 {
    margin-bottom: 100px;
  }
  #index .con1 h2::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -150px;
    font-size: 80px;
  }
  #index .con2 .icon-area .inner .circle_width p {
    bottom: calc((100% - 1em) / 8);
    font-size: 16px;
  }
  #index .con2 .icon-area .inner .circle_width img {
    height: 80px;
  }
}
@media screen and (min-width: 1400px) {
  #index .con1 {
    padding-top: 100px;
  }
  #index .con1 h2::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    top: 0px;
    left: -150px;
  }
  #index .con2 .icon-area .inner .circle_width p {
    font-size: 16px;
  }
  #index .con2 .icon-area .inner .circle_width img {
    top: 140px;
    height: 90px;
  }
}

#notes .c-card {
  border: 3px solid #ce0201;
  padding: 1rem;
}
#notes .c-card .wrap {
  position: relative;
  color: #ce0201;
}
#notes .c-card .wrap i {
  margin-right: 10px;
}
#notes .stepbar {
  margin: 0 auto;
  width: 80%;
}
#notes .stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}
#notes .stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}
#notes .stepbar .stepbarwrap .steptitle .stepcircle {
  position: relative;
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #ce0201;
  color: #fff;
  text-align: center;
}
#notes .stepbar .stepbarwrap .steptitle .stepcircle span {
  display: inline-block;
  line-height: 1.2em;
  font-size: 0.8em;
  font-weight: bold;
  position: relative;
  top: 0.9em;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#notes .stepbar .stepbarwrap .steptitle .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 1.2em;
  color: #ce0201;
}
#notes .stepbar .stepbarwrap .steptxt {
  padding-left: 3.5em;
}
#notes .stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #ce0201;
  position: absolute;
  top: 1em;
  left: 1.5em;
  z-index: -1;
}
#notes .stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}
@media screen and (max-width: 960px) {
  #notes .stepbar {
    width: 90%;
  }
}
#notes .bg-no span {
  position: absolute;
  top: -28px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #ce0201;
  font-size: 20px;
  font-weight: bold;
  font-family: "DM Serif Display", serif;
}
#notes .bg-no span::after {
  position: absolute;
  bottom: 15px;
  left: 30px;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #ce0201;
}
#notes .bg-no span::before {
  position: absolute;
  bottom: 15px;
  left: -60px;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #ce0201;
}

.s__ttl-h {
  height: min(50vw, 80px);
  display: flex;
  justify-content: center;
  align-items: center;
}

#company .c-1 .row a {
  margin-top: 30px;
  width: 50%;
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
#company .c-1 .row a img {
  height: 100%;
  max-width: 200px;
  width: 100%;
  object-fit: contain;
}
#company .c-1 .row a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  #company .c-1 .row a {
    width: 25%;
  }
}

#machine .btnarea .btn-c {
  background-color: #434343;
  color: #fff;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  margin: 10px 15px;
  width: 100%;
}
#machine .btnarea .btn-c:hover {
  opacity: 0.5;
}
#machine .btnarea .btn-c:nth-child(2) {
  background-color: #ce0201;
}
@media screen and (min-width: 768px) {
  #machine .btnarea .btn-c {
    margin: 30px 15px;
    width: 33.3333333333%;
  }
}

#contact {
  /* フォームの入力欄 */
}
#contact tbody {
  width: 100%;
}
#contact tr {
  width: 100%;
}
#contact .tel-fax {
  background: #1f1f7b;
  color: #fff;
  text-align: center;
  font-size: 30px;
  padding: 10px 30px;
}
#contact .tel-fax a {
  text-decoration: none;
  color: #fff;
}
#contact .tel-fax i {
  margin-right: 10px;
}
#contact .tel-fax .border-f {
  border-top: 1px solid #fff;
  border-left: none;
}
@media screen and (min-width: 768px) {
  #contact .tel-fax .border-f {
    border-top: none;
    border-left: 1px solid #fff;
  }
}
#contact form {
  width: 100%;
}
#contact th {
  position: relative;
  display: flex;
  align-items: center;
}
#contact th span {
  background-color: #ce0201;
  color: #fff;
  padding: 0px 4px;
  margin-left: 1rem;
  font-weight: normal;
  margin: 0 0 0 auto;
  height: 25px;
}
#contact td {
  padding-left: 0px;
}
#contact .privacybox {
  height: 250px;
  overflow-x: auto;
  padding: 1rem;
  border: 1px solid #000;
}
#contact .privacybox h4 {
  padding-top: 10px;
  font-size: 16px;
}
#contact .formBtn {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
#contact .formBtn button {
  border: 1px solid #ce0201;
  color: #fff;
  background-color: #ce0201;
  padding: 10px 20px;
  transition: 0.3s;
}
#contact .formBtn button:hover {
  opacity: 0.5;
}
#contact input[type=text],
#contact input[type=email],
#contact textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#contact select,
#contact input[type=text],
#contact input[type=email],
#contact textarea {
  outline: none;
}
@media screen and (min-width: 768px) {
  #contact td {
    padding-left: 30px !important;
  }
}

/* 20250627 */
.chk_btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.sns-link-mobile{
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 992px){
  .sns-link{
    margin-right: 15px;
  }
}


.carditem-other{
  top: -200px;
}
.carditem-other .wrap{}
.carditem-other .inner{
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 40px 150px 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 15px -5px #000;
  border-radius: 10px;
  height: auto;
}
.carditem-other h3{
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.carditem-other h3::before{
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 10px;
  height: 45px;
  background-color: #212529;
}
.carditem-other h3 span{
  font-size: 50px;
  margin-left: 20px;
  font-family: "DM Serif Display", serif;
  opacity: 0.5;
  color: #212529;
}
.carditem-other span.point{
  display: inline-flex;
  font-size: 1.25rem;
  margin-top: 8px;
}
.carditem-other span.point a{}

@media screen and (max-width: 1199px){
  .carditem-other{
    top: 30px;
  }
  .carditem-other .inner{
    padding: 40px 40px 40px;
  }
  .carditem-other h3{
    font-size: 30px;
  }
  .carditem-other h3::before{
    top: -2px;
  }
  .carditem-other h3 span{
    font-size: 34px;
  }
  .carditem-other span.point{
    display: inline-flex;
    font-size: 1.25rem;
    margin-top: 8px;
  }
}
@media screen and (max-width: 991px){
  .carditem-other h3{
    font-size: 26px;
  }
  .carditem-other h3::before{
    top: 2px;
    height: 40px;
  }
}
@media screen and (max-width: 767px){}
@media screen and (max-width: 575px){
  .carditem-other{
    top: 0;
  }
  .carditem-other .inner {
    padding: 20px 10px 20px;
  }
  .carditem-other h3 {
    font-size: 18px;
    padding-left: 20px;
  }
  .carditem-other h3::before {
    top: 1px;
    left: 10px;
    width: 5px;
    height: 20px;
    margin-bottom: 15px;
  }
  .carditem-other h3 span {
    font-size: 34px;
    margin-left: -20px;
    display: block;
  }
  .carditem-other span.point {
    display: inline-flex;
    font-size: .8rem;
    margin-top: 8px;
    flex-wrap: wrap;
  }
}