@charset "UTF-8";
.body {
  color: #292929;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  color: #292929;
  line-height: 1;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

.scroll-text {
  margin-top: 20px;
  font-size: 0.8rem;
}

.flex-wrapper {
  display: flex;
}

.flex-center {
  justify-content: center;
}

.grid-wrapper {
  display: grid;
}

.align-center {
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.bg-main-collar {
  background-color: #f77e2d;
}

.bg-gray {
  background-color: #f3f3f4;
}

.title {
  color: #3349a3;
}

.cal-white {
  color: #fff;
}

.shape {
  max-width: 50px;
}

.l-page-inner {
  padding: 0 5%;
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (min-width: 950px) {
  .l-page-inner {
    padding: 0 4%;
  }
}
.l-page-inner .table-wrapper {
  overflow-x: scroll;
  padding-bottom: 20px;
}
@media screen and (min-width: 1150px) {
  .l-page-inner .table-wrapper {
    overflow-x: auto;
  }
}
@media screen and (min-width: 950px) {
  .l-page-inner__sp {
    padding: 0;
    max-width: 100%;
  }
}
@media screen and (min-width: 950px) {
  .l-page-inner__pc {
    padding: 0 4%;
    max-width: 1366px;
    margin: 0 auto;
  }
}

.border {
  display: block;
  border: none;
  height: 25px;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #f77e2d 5px, #f77e2d 10px);
}

img {
  width: 100%;
}

.title {
  text-align: center;
}
.title .title-ja {
  display: inline-block;
  margin-top: 8px;
  font-weight: bold;
}
@media screen and (min-width: 950px) {
  .title .title-ja {
    margin-top: 30px;
  }
}

h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 950px) {
  h3 {
    font-size: 2rem;
  }
}

.text {
  margin-top: 30px;
  line-height: 1.5;
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .text {
    font-size: 1rem;
  }
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

figure {
  font-size: 0.8rem;
}
figure img {
  margin-bottom: 10px;
}

.title h2 {
  width: 80%;
  min-width: 200px;
  max-width: 300px;
  margin: 0 auto;
}
.title h2 figure img {
  margin-bottom: 0;
}

.bg-blue {
  background-color: #3349a3;
  font-size: initial;
  display: inline-block;
  padding: 5%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .bg-blue {
    padding: 4%;
  }
}

.bg-white {
  background-color: #fff;
  font-size: initial;
  display: inline-block;
  padding: 1.5% 2.5%;
  color: #f77e2d;
  font-weight: bold;
  margin-bottom: 10px;
}

#page_top, #contact {
  position: fixed;
  bottom: 40px;
  right: 10px;
}
#page_top a, #contact a {
  background-color: #f77e2d;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 13px 8px;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  #page_top a, #contact a {
    font-size: 1rem;
    padding: 20px 14px;
  }
}

#contact {
  bottom: 40px;
}
#contact a {
  background-color: #3349a3;
}
#contact a img {
  width: 30px;
  transform: translateY(7px);
}
@media screen and (min-width: 768px) {
  #contact a img {
    width: 34px;
  }
}

@media screen and (min-width: 950px) {
  .pc-hidden {
    display: none;
  }
}

.sp-hidden {
  display: none;
}
@media screen and (min-width: 950px) {
  .sp-hidden {
    display: initial;
  }
}

@media screen and (min-width: 768px) {
  .md-hidden {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .md-open {
    display: initial;
  }
}

.sp-flex {
  display: flex;
}
@media screen and (min-width: 950px) {
  .sp-flex {
    display: initial;
  }
}

@media screen and (min-width: 768px) {
  .md-flex {
    display: flex;
  }
}

@media screen and (min-width: 950px) {
  .pc-flex {
    display: flex;
  }
}

.sp-grid {
  display: grid;
}
@media screen and (min-width: 950px) {
  .sp-grid {
    display: initial;
  }
}

@media screen and (min-width: 768px) {
  .md-grid {
    display: grid;
  }
}

@media screen and (min-width: 950px) {
  .pc-grid {
    display: grid;
  }
}

.body.active {
  overflow: hidden;
}
.body.active .main {
  overflow: hidden;
}

.mobile_menu {
  background-color: #f77e2d;
  color: #fff;
  position: absolute;
  top: -160%;
  left: 0;
  z-index: 99;
  overflow-y: scroll;
  width: 100vw;
  height: 100vh;
  padding: 5% 15%;
  transition: all 0.5s;
}
.mobile_menu.active {
  top: 0;
}
.mobile_menu .logo {
  margin: 0 auto;
}
.mobile_menu .logo h2 {
  padding-top: 50px;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mobile_menu .logo h2 {
    padding-top: 10px;
  }
}
.mobile_menu .logo img {
  padding-bottom: 20px;
  width: 48vw;
  max-width: 300px;
}
.mobile_menu .header__sp-nav {
  padding: 9vh 0;
}
@media screen and (min-width: 768px) {
  .mobile_menu .header__sp-nav {
    padding: 6vh 0;
  }
}
.mobile_menu .header__sp-nav__list__item {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}
.mobile_menu .header__sp-nav__list__item:not(:last-child) {
  border-bottom: 1px solid;
}
.mobile_menu .header__sp-nav__list__link {
  padding: 8% 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .mobile_menu .header__sp-nav__list__link {
    padding: 7% 0;
  }
}

.header__sp-nav__button {
  position: absolute;
  top: 6px;
  right: 15px;
  z-index: 999;
  background-color: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .header__sp-nav__button {
    width: 75px;
    height: 75px;
  }
}
.header__sp-nav__button__inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.header__sp-nav__button__inner span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 10px;
  height: 3px;
  background-color: #f77e2d;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .header__sp-nav__button__inner span {
    left: 16px;
  }
}
.header__sp-nav__button__inner span:nth-of-type(1) {
  top: 12px;
}
@media screen and (min-width: 768px) {
  .header__sp-nav__button__inner span:nth-of-type(1) {
    top: 20px;
  }
}
.header__sp-nav__button__inner span:nth-of-type(2) {
  top: 23px;
}
@media screen and (min-width: 768px) {
  .header__sp-nav__button__inner span:nth-of-type(2) {
    top: 34px;
  }
}
.header__sp-nav__button__inner span:nth-of-type(3) {
  top: 33px;
}
@media screen and (min-width: 768px) {
  .header__sp-nav__button__inner span:nth-of-type(3) {
    top: 48px;
  }
}
.header__sp-nav__button.active span:nth-of-type(1) {
  top: 18px;
  transform: translateY(6px) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .header__sp-nav__button.active span:nth-of-type(1) {
    top: 28px;
  }
}
.header__sp-nav__button.active span:nth-of-type(2) {
  opacity: 0;
}
.header__sp-nav__button.active span:nth-of-type(3) {
  top: 30px;
  transform: translateY(-6px) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .header__sp-nav__button.active span:nth-of-type(3) {
    top: 40px;
  }
}

.header {
  min-height: 56px;
  padding: 10px 0;
}
.header__pc {
  z-index: 1;
  border-top: 4px solid #f77e2d;
  padding-top: 5px;
  padding-bottom: 10px;
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
}
.header__pc .pc-logo {
  width: 100px;
}
.header__pc .pc-logo__wrapper {
  margin-bottom: 10px;
}
@media screen and (min-width: 1150px) {
  .header__pc .pc-logo__wrapper {
    margin-bottom: 0;
  }
}
.header__pc .l-page-inner {
  justify-content: space-between;
  align-items: center;
}
.header__pc .l-page-inner .sp-hidden {
  display: block;
  width: 100px;
  height: 46px;
}
@media screen and (min-width: 1150px) {
  .header__pc .l-page-inner {
    display: flex;
  }
}
.header__pc-nav__list {
  justify-content: flex-end;
}
.header__pc-nav__list__item:not(:first-of-type) {
  margin-left: clamp(30px, 4vw, 50px);
}
.header .sp_logo h1 {
  align-items: center;
}
.header .sp_logo img {
  width: 20vw;
  max-width: 180px;
  margin-bottom: 0;
}
.header .sp_logo span {
  font-size: clamp(0.8rem, 2vw, 1.3rem);
  font-weight: bold;
  display: inline-block;
  padding-left: 10px;
  margin-top: 1vw;
}

.footer {
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 10px;
  display: flex;
}
@media screen and (min-width: 950px) {
  .footer {
    padding-top: 50px;
    margin-top: 70px;
  }
}
.footer__logo {
  max-width: 160px;
}
.footer__logo__wrapper {
  text-align: center;
}
.footer__logo__ja {
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 950px) {
  .footer__logo__ja {
    margin-top: 30px;
  }
}
.footer .md-flex {
  max-width: 1060px;
}
@media screen and (min-width: 768px) {
  .footer .md-flex {
    justify-content: space-evenly;
    flex-direction: row;
    align-items: initial;
  }
}
@media screen and (min-width: 950px) {
  .footer .md-flex {
    justify-content: center;
  }
}
@media screen and (min-width: 950px) {
  .footer .md-flex .flex-item {
    width: 35vw;
  }
}
@media screen and (min-width: 768px) {
  .footer .md-flex .flex-item:first-child {
    flex-direction: column;
  }
}
.footer .patent {
  margin-top: 30px;
  font-size: 0.9rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .footer .patent {
    margin-top: 0;
  }
}
@media screen and (min-width: 950px) {
  .footer .patent {
    margin-top: 52px;
  }
}
.footer__nav {
  margin-top: 30px;
  padding: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  max-width: 370px;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    border-top: 0;
    padding: 15px 5px;
  }
}
@media screen and (min-width: 950px) {
  .footer__nav {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    max-width: initial;
  }
}
.footer__nav__list {
  row-gap: 10px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 950px) {
  .footer__nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    max-width: 550px;
    row-gap: 15px;
  }
}
.footer address {
  font-size: 0.9rem;
  line-height: 1.5;
}
@media screen and (min-width: 950px) {
  .footer address {
    font-size: 1.2rem;
  }
}
.footer address .tel {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 950px) {
  .footer address .tel {
    padding-top: 12px;
  }
}
.footer address img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(120%) contrast(100%);
  height: 0.9rem;
  width: auto;
  margin-right: 5px;
}
@media screen and (min-width: 950px) {
  .footer address img {
    height: 1.2rem;
  }
}
.footer .copy {
  font-size: 0.7rem;
  display: block;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 950px) {
  .footer .copy {
    margin-top: 50px;
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__inner {
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }
}
@media screen and (min-width: 950px) {
  .footer__inner {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.footer .bg-white {
  white-space: nowrap;
  padding: 0;
  display: inline-block;
  width: 60px;
}
.footer .bg-white__inner {
  display: block;
  width: 55px;
  text-align: center;
  margin: 1.5% 2.5%;
}
.footer__left-item {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .footer__left-item {
    margin-left: initial;
  }
}
.footer__address__wrapper {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .footer__address__wrapper {
    margin-left: initial;
  }
}

@media screen and (min-width: 950px) {
  .main {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1150px) {
  .main {
    margin-top: 0px;
  }
}
.main h1 span {
  display: inline-block;
  margin-top: 10px;
  font-size: 1rem;
  text-align: center;
}
.main .hero {
  flex-direction: column-reverse;
}
@media screen and (min-width: 950px) {
  .main .hero {
    flex-direction: row-reverse;
    padding: 0;
  }
}
.main .hero .logo {
  width: clamp(160px, 70%, 220px);
}
.main .hero .mv figure img {
  margin-bottom: 0;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 53%;
     object-position: 53%;
  max-height: 550px;
}
@media screen and (min-width: 768px) {
  .main .hero .mv figure img {
    height: 60vh;
    max-height: 850px;
  }
}
@media screen and (min-width: 950px) {
  .main .hero .mv figure img {
    height: initial;
    min-height: 606px;
  }
}
.main .hero .sp-flex {
  padding: 30px 0;
  min-height: 22vh;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
}
.main .hero .sp-flex img {
  width: 44vw;
  max-width: 200px;
}
.main .hero .sp-flex .icon {
  width: 30vw;
  max-width: 150px;
}
.main .hero .flex-item:first-child {
  padding: 40px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
}
@media screen and (min-width: 950px) {
  .main .hero .flex-item:first-child {
    flex-direction: column;
    padding: 35px;
  }
}
.main .hero .flex-item:first-child img {
  width: 30vw;
}
@media screen and (min-width: 950px) {
  .main .hero .flex-item:first-child img {
    width: 230px;
  }
}
@media screen and (min-width: 950px) {
  .main .hero .flex-item:first-child .icon {
    margin-top: 55px;
    width: 220px;
  }
}
.main .hero .flex-item:first-child h2 img {
  width: 50vw;
}
@media screen and (min-width: 950px) {
  .main .hero .flex-item:first-child h2 img {
    width: 150px;
  }
}
.main .hero .flex-item:first-child .copy_wrapper {
  margin-right: 6vw;
}
@media screen and (min-width: 950px) {
  .main .hero .flex-item:first-child .copy_wrapper {
    margin: 49px auto 0;
  }
}
.main .hero .flex-item:first-child .copy_wrapper .copy {
  font-size: clamp(1.5rem, 5vw, 3rem);
  line-height: 1.5;
  font-weight: 600;
  color: #f77e2d;
  white-space: nowrap;
}
@media screen and (min-width: 950px) {
  .main .hero .flex-item:first-child .copy_wrapper .copy {
    font-size: 2rem;
  }
}
.main .service {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .main .service {
    padding: 100px 0 120px;
  }
}
@media screen and (min-width: 768px) {
  .main .service .title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 950px) {
  .main .service .title {
    margin-top: 30px;
    flex: 1.3;
  }
}
.main .service .title img {
  max-width: 160px;
}
@media screen and (min-width: 950px) {
  .main .service .title img {
    max-width: 200px;
  }
}
.main .service .icon {
  width: 24%;
  min-width: 90px;
  max-width: 160px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .main .service .icon {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 950px) {
  .main .service .icon {
    width: 165px;
    margin-top: 50px;
    max-width: initial;
  }
}
@media screen and (min-width: 768px) {
  .main .service .text {
    margin-top: 0;
    margin-left: 10px;
  }
}
@media screen and (min-width: 950px) {
  .main .service .text {
    flex: 2;
  }
}
@media screen and (min-width: 950px) {
  .main .service .text h3 {
    max-width: 640px;
  }
}
@media screen and (min-width: 950px) {
  .main .service .text p {
    margin-top: 30px;
    line-height: 1.8;
    max-width: 688px;
  }
}
.main .service .text .cal-white {
  font-weight: bold;
}
.main .advantage {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .main .advantage {
    padding: 135px 0;
  }
}
.main .advantage .title {
  display: flex;
  justify-content: center;
}
.main .advantage .title h2 {
  margin: initial;
}
@media screen and (min-width: 950px) {
  .main .advantage .title h2 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .main .advantage .title::before, .main .advantage .title::after {
    content: "";
    display: block;
    width: 50px;
    height: 60px;
    background-image: url(../../../asset/svg/Advantage_icon_l.svg);
    background-repeat: no-repeat;
  }
  .main .advantage .title::after {
    background-image: url(../../../asset/svg/Advantage_icon_r.svg);
  }
}
@media screen and (min-width: 950px) {
  .main .advantage .title {
    justify-content: space-around;
    align-items: flex-end;
  }
  .main .advantage .title::before, .main .advantage .title::after {
    width: 90px;
    height: 115px;
  }
}
.main .advantage .title img {
  max-width: 295px;
}
.main .advantage .title .title-ja {
  margin-top: 0;
}
@media screen and (min-width: 950px) {
  .main .advantage .title .title-ja {
    margin-top: 16px;
  }
}
.main .advantage .text {
  margin-bottom: 20px;
}
@media screen and (min-width: 950px) {
  .main .advantage .text {
    max-width: 500px;
    margin: 60px auto 0;
  }
}
.main .advantage .md-flex {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (min-width: 950px) {
  .main .advantage .md-flex .img-wrapper {
    flex: 1.07;
    margin-top: -210px;
  }
}
@media screen and (min-width: 950px) {
  .main .advantage .md-flex .img-wrapper img {
    height: 588px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main .advantage .flex-item {
  flex: 1;
}
.main .machine_spec {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .main .machine_spec {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 950px) {
  .main .machine_spec {
    margin-bottom: 20px;
  }
}
.main .machine_spec .title h2 {
  width: 100%;
  max-width: 385px;
}
.main .machine_spec .title h2 .title-ja {
  margin-top: 0;
}
@media screen and (min-width: 950px) {
  .main .machine_spec .title h2 .title-ja {
    margin-top: 27px;
  }
}
.main .machine_spec .table-wrapper {
  margin-top: 30px;
}
@media screen and (min-width: 950px) {
  .main .machine_spec table {
    margin: 20px auto 0;
    line-height: 1.5;
  }
}
.main .machine_spec tr, .main .machine_spec td {
  border-bottom: 1px solid #a3a2a2;
}
.main .machine_spec th {
  border-right: 1px solid #a3a2a2;
  min-width: 150px;
  font-weight: normal;
}
.main .machine_spec td {
  min-width: 260px;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .main .machine_spec td {
    font-size: 1rem;
  }
}
.main .machine_spec td:not(:first-of-type) {
  border-left: 1px solid #a3a2a2;
}
.main .machine_spec td .shape {
  margin-left: 10px;
  vertical-align: middle;
  width: 30px;
  padding-bottom: 5px;
}
@media screen and (min-width: 950px) {
  .main .machine_spec td .shape {
    width: 40px;
  }
}
.main .machine_spec td .flex-wrapper {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.main .machine_spec th, .main .machine_spec td {
  vertical-align: middle;
  padding: 20px;
}
@media screen and (min-width: 950px) {
  .main .machine_spec th, .main .machine_spec td {
    padding: 3% 2%;
  }
}
.main .machine_spec .annotation {
  font-size: 0.9rem;
  margin-top: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .main .machine_spec .annotation {
    font-size: 1rem;
  }
}
@media screen and (min-width: 950px) {
  .main .machine_spec .annotation {
    max-width: 950px;
    margin: 5px auto;
  }
}
.main .machine_spec .annotation span {
  display: inline-block;
  padding-top: 3px;
}
.main .machine_spec .machine_img {
  width: clamp(180px, 18vw, 230px);
}
.main .tricon_films {
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  .main .tricon_films {
    margin: 100px 0;
  }
}
@media screen and (min-width: 950px) {
  .main .tricon_films {
    margin-top: 140px;
    margin-bottom: 180px;
  }
}
@media screen and (min-width: 950px) {
  .main .tricon_films .title h2 {
    width: 380px;
    max-width: initial;
  }
}
@media screen and (min-width: 950px) {
  .main .tricon_films .title h2 .title-ja {
    margin-top: 25px;
  }
}
.main .tricon_films .text {
  display: flex;
  justify-content: center;
}
.main .tricon_films h3 {
  font-size: 1rem;
}
.main .tricon_films figure {
  margin-bottom: 30px;
  text-align: center;
}
.main .tricon_films figure img {
  max-width: 770px;
}
@media screen and (min-width: 950px) {
  .main .tricon_films figure img {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 950px) {
  .main .tricon_films figure {
    margin: 37px auto 24px;
  }
}
.main .tricon_films figure .sp-hidden {
  width: 75%;
  margin: 0 auto;
}
@media screen and (min-width: 950px) {
  .main .tricon_films figure .sp-hidden {
    width: 70vw;
    max-width: 815px;
    margin-top: -25px;
  }
}
.main .tricon_films .md-grid {
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (min-width: 950px) {
  .main .tricon_films .md-grid {
    max-width: 1060px;
    margin: 10px auto 0;
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
}
.main .tricon_films .grid-item {
  padding: 5%;
  padding-bottom: 2%;
  margin-bottom: 20px;
}
.main .tricon_films .grid-item figure {
  margin-bottom: 0;
}
@media screen and (min-width: 950px) {
  .main .tricon_films .grid-item figure {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.main .tricon_films .grid-item table {
  width: 100%;
}
.main .tricon_films .grid-item tr:not(:last-of-type) {
  border-bottom: 1px solid;
}
.main .tricon_films .grid-item th {
  font-weight: normal;
}
.main .tricon_films .grid-item th.text-top {
  vertical-align: top;
}
.main .tricon_films .grid-item th, .main .tricon_films .grid-item td {
  vertical-align: middle;
  padding: 3% 0;
  line-height: 1.5;
  font-size: 0.9rem;
}
@media screen and (min-width: 950px) {
  .main .tricon_films .grid-item th, .main .tricon_films .grid-item td {
    font-size: 1rem;
    padding: 4% 0;
  }
}
.main .tricon_films .annotation {
  font-size: 0.9rem;
}
@media screen and (min-width: 768px) {
  .main .tricon_films .annotation {
    font-size: 1rem;
  }
  .main .tricon_films .annotation .line {
    display: block;
    width: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .main .products .title {
    padding-left: 3vw;
  }
}
@media screen and (min-width: 950px) {
  .main .products .title {
    padding-left: clamp(50px, 5vw, 79px);
  }
}
@media screen and (min-width: 768px) {
  .main .products .title h2 {
    margin: 0;
  }
}
.main .products .title img {
  max-width: 150px;
}
@media screen and (min-width: 950px) {
  .main .products .title img {
    max-width: 245px;
  }
}
.main .products__icon {
  width: clamp(30px, 8vw, 50px);
}
@media screen and (min-width: 768px) {
  .main .products__icon {
    width: 30px;
  }
}
@media screen and (min-width: 950px) {
  .main .products__icon {
    width: 40px;
  }
}
.main .products .bg-main-collar {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .main .products .bg-main-collar {
    padding: 65px 0 35px;
  }
}
@media screen and (min-width: 950px) {
  .main .products .bg-main-collar {
    padding: 90px 0 35px;
  }
}
.main .products .title {
  padding-bottom: 20px;
}
.main .products figure {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .main .products figure {
    margin-bottom: 0;
  }
}
.main .products .sp-flex {
  flex-direction: column-reverse;
}
.main .products .bg-gray {
  padding-top: 30px;
  margin-bottom: 10px;
}
.main .products .bg-gray .grid-wrapper {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 950px) {
  .main .products .bg-gray .grid-wrapper {
    width: 484px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1366px) {
  .main .products .bg-gray .grid-wrapper {
    margin-left: 134px;
  }
}
.main .products .bg-gray .grid-item {
  border-right: 1px solid #a3a2a2;
  border-top: 1px solid #a3a2a2;
  padding: 6%;
}
@media screen and (min-width: 950px) {
  .main .products .bg-gray .grid-item {
    padding: 8% 0 8% 11%;
  }
}
.main .products .bg-gray .grid-item:nth-child(odd), .main .products .bg-gray .grid-item:last-of-type {
  border-left: 1px solid #a3a2a2;
}
.main .products .bg-gray .grid-item:nth-child(5), .main .products .bg-gray .grid-item:nth-child(6), .main .products .bg-gray .grid-item:nth-child(7) {
  border-bottom: 1px solid #a3a2a2;
}
.main .products .bg-gray .grid-item:nth-child(7) {
  border-top: none;
}
.main .products .bg-gray .grid-item h3 {
  font-size: 1rem;
  margin-bottom: 12px;
}
@media screen and (min-width: 950px) {
  .main .products .bg-gray .grid-item h3 {
    font-size: 1.25rem;
  }
}
.main .products .bg-gray .grid-item .text {
  margin-top: 0;
}
@media screen and (min-width: 950px) {
  .main .products .bg-gray .grid-item .text {
    line-height: 1.3;
  }
}
.main .products .bg-gray .grid-item .flex-wrapper {
  justify-content: center;
  -moz-column-gap: 5vw;
       column-gap: 5vw;
}
@media screen and (min-width: 768px) {
  .main .products .bg-gray .grid-item .flex-wrapper {
    -moz-column-gap: 2vw;
         column-gap: 2vw;
  }
}
@media screen and (min-width: 950px) {
  .main .products .bg-gray .grid-item .flex-wrapper {
    -moz-column-gap: 24px;
         column-gap: 24px;
    justify-content: flex-start;
  }
}
.main .products .bg-gray .border-none {
  border: none !important;
  margin: auto 10px 0 auto;
}
.main .products .bg-gray .border-none img {
  width: 90px;
}
.main .products .annotation {
  margin-top: 10px;
  font-size: 0.9rem;
}
@media screen and (min-width: 950px) {
  .main .products .annotation {
    width: 500px;
    margin: 30px auto;
    font-size: 1rem;
    position: relative;
  }
}
@media screen and (min-width: 950px) and (min-width: 1366px) {
  .main .products .annotation {
    margin-left: 134px;
  }
}
@media screen and (min-width: 950px) {
  .main .products .annotation::after {
    content: "";
    display: block;
    width: clamp(100px, 10vw, 141px);
    height: clamp(100px, 10vw, 141px);
    background-image: url(../../../asset/img/products_img_02.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -65px;
  }
}
@media screen and (min-width: 950px) and (min-width: 950px) {
  .main .products .annotation::after {
    right: -1vw;
  }
}
@media screen and (min-width: 950px) and (min-width: 1366px) {
  .main .products .annotation::after {
    right: -43px;
  }
}
.main .products .strength {
  margin-top: 35px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .main .products .strength {
    margin-top: 20px;
  }
}
@media screen and (min-width: 950px) {
  .main .products .strength {
    max-width: 550px;
    min-width: 484px;
    width: 37vw;
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 1366px) {
  .main .products .strength {
    margin-left: 134px;
  }
}
.main .products .strength h3 {
  font-size: 1rem;
}
@media screen and (min-width: 950px) {
  .main .products .strength h3 {
    font-size: 1.2rem;
  }
  .main .products .strength h3 .bg-blue {
    padding: 4% 6%;
  }
}
.main .products .strength th, .main .products .strength td {
  text-align: center;
  font-size: 0.9rem;
  white-space: nowrap;
  padding: 10px 20px;
  min-width: 120px;
}
@media screen and (min-width: 768px) {
  .main .products .strength th, .main .products .strength td {
    font-size: 1rem;
    min-width: auto;
  }
}
@media screen and (min-width: 950px) {
  .main .products .strength th, .main .products .strength td {
    padding: 10px 13px;
  }
}
.main .products .strength tr:nth-child(even) {
  background-color: #e0e0e0;
}
.main .products .pc-hidden figure {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}
.main .products .pc-hidden figure img {
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main .products .border-wrapper {
  border: 2px dashed #f77e2d;
  border-radius: 3px;
  padding: 4%;
  font-size: 0.9rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .main .products .border-wrapper {
    font-size: 1rem;
  }
}
@media screen and (min-width: 950px) {
  .main .products .border-wrapper {
    max-width: 500px;
  }
}
.main .products .md-grid {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
@media screen and (min-width: 950px) {
  .main .products .md-grid {
    grid-template-rows: 1fr 175px;
  }
}
.main .products .md-grid .sp-hidden img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 950px) {
  .main .products .md-grid .sp-hidden img {
    height: 690px;
  }
}
@media screen and (min-width: 1366px) {
  .main .products .md-grid .sp-hidden img {
    -o-object-position: 40%;
       object-position: 40%;
  }
}
.main .products .md-grid .bg-gray {
  grid-row: 1/4;
  grid-column: 2/3;
}
@media screen and (min-width: 768px) {
  .main .products .md-grid .bg-gray {
    margin-top: -90px;
    border-radius: 90px 0 0 0;
    width: 50vw;
    padding-top: 90px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 950px) {
  .main .products .md-grid .bg-gray {
    width: 54.5vw;
    margin-top: -180px;
    border-radius: 140px 0 0 0;
    padding-top: 125px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .main .products .md-grid .bg-gray .l-page-inner {
    padding: 0 3%;
  }
}
@media screen and (min-width: 950px) {
  .main .products .md-grid .bg-gray .l-page-inner {
    padding: initial;
  }
}
.main .products .md-grid .tips {
  margin-top: auto;
  padding-bottom: 15px;
}
@media screen and (min-width: 950px) {
  .main .products .md-grid .tips {
    padding: 0 10%;
  }
}
.main .air_wave {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .main .air_wave {
    margin-top: 70px;
  }
}
@media screen and (min-width: 950px) {
  .main .air_wave {
    margin-top: 140px;
  }
}
.main .air_wave .title img {
  max-width: 160px;
}
@media screen and (min-width: 950px) {
  .main .air_wave .title img {
    max-width: 240px;
  }
}
.main .air_wave p {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 950px) {
  .main .air_wave p {
    font-size: 1.1rem;
    margin-top: 38px;
    margin-bottom: 15px;
  }
}
.main .air_wave .video_wrapper {
  aspect-ratio: 16/9;
  max-width: 700px;
  margin: 0 auto;
}
.main .air_wave .video_wrapper .video {
  width: 100%;
  height: 100%;
}
.main .air_wave .btn-wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .main .air_wave .btn-wrapper {
    margin-top: 50px;
  }
}
@media screen and (min-width: 950px) {
  .main .air_wave .btn-wrapper {
    margin-top: 70px;
  }
}
.main .air_wave .btn-wrapper .btn {
  background-color: #f77e2d;
  color: #fff;
  display: block;
  min-width: 300px;
  width: 50%;
  padding: 5%;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .main .air_wave .btn-wrapper .btn {
    max-width: 600px;
    padding: 5% 6%;
  }
}
@media screen and (min-width: 950px) {
  .main .air_wave .btn-wrapper .btn {
    padding: 12px 36px;
    width: initial;
  }
}
.main .air_wave .btn-wrapper .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .air_wave .btn-wrapper .btn span::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 24px;
  background-image: url(../../../asset/svg/catalog.svg);
  background-repeat: no-repeat;
  margin-left: 10px;
}
@media screen and (min-width: 950px) {
  .main .air_wave .btn-wrapper .btn span::after {
    width: 43px;
    height: 30px;
    margin-left: 18px;
  }
}
.main .about {
  margin-top: 90px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .main .about {
    margin-top: 120px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 950px) {
  .main .about {
    margin-bottom: 125px;
  }
}
@media screen and (min-width: 768px) {
  .main .about .title {
    margin-top: 35px;
  }
}
@media screen and (min-width: 950px) {
  .main .about .title {
    margin-top: 60px;
  }
}
.main .about .title img {
  max-width: 130px;
}
@media screen and (min-width: 950px) {
  .main .about .title img {
    max-width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .main .about .title h2 {
    margin: 0;
  }
}
@media screen and (min-width: 950px) {
  .main .about .title h2 {
    margin: 0 auto;
  }
}
@media screen and (min-width: 950px) {
  .main .about .title .title-ja {
    margin-top: 15px;
  }
}
.main .about .text {
  margin: 35px 10%;
}
@media screen and (min-width: 768px) {
  .main .about .text {
    display: block;
    margin-top: 55px;
  }
}
@media screen and (min-width: 950px) {
  .main .about .text {
    margin: 30px auto 0;
    max-width: 260px;
    padding-left: 13%;
  }
}
.main .about .text p {
  margin-bottom: 5px;
}
@media screen and (min-width: 950px) {
  .main .about .text p {
    margin-bottom: 17px;
  }
}
.main .about .text .bg-blue {
  padding: 1% 3%;
}
@media screen and (min-width: 950px) {
  .main .about .text .bg-blue {
    font-weight: bold;
    padding: 4% 9%;
  }
}
@media screen and (min-width: 950px) {
  .main .about .text .bg-blue__wrapper {
    margin-bottom: 4px;
  }
}
.main .about .text .bold {
  font-size: 1rem;
  margin-bottom: 10px;
}
.main .about address {
  margin-bottom: 20px;
  line-height: 1.3;
}
@media screen and (min-width: 950px) {
  .main .about address {
    line-height: 1.7;
    font-size: 1.15rem;
  }
}
.main .about address span {
  display: flex;
  align-items: center;
}
.main .about address img {
  height: 16px;
  width: auto;
  margin-right: 3px;
}
@media screen and (min-width: 950px) {
  .main .about address img {
    height: 22px;
  }
}
@media screen and (min-width: 768px) {
  .main .about .flex-item:first-child {
    width: 30%;
  }
}
@media screen and (min-width: 768px) and (min-width: 950px) {
  .main .about .flex-item:first-child {
    width: 24%;
    margin-right: 50px;
  }
}
@media screen and (min-width: 768px) {
  .main .about .flex-item:last-child {
    width: 70%;
  }
}
@media screen and (min-width: 768px) and (min-width: 950px) {
  .main .about .flex-item:last-child {
    width: 80%;
  }
}
.main .about .map-wrapper {
  aspect-ratio: 1/1;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .main .about .map-wrapper {
    aspect-ratio: 6/4;
    margin-top: 0;
  }
}
@media screen and (min-width: 950px) {
  .main .about .map-wrapper {
    aspect-ratio: auto;
    max-width: 890px;
    height: 420px;
  }
}
.main .about .map-wrapper iframe {
  width: 100%;
  height: 100%;
}
.main .history {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .main .history {
    margin-top: 80px;
  }
}
@media screen and (min-width: 950px) {
  .main .history {
    margin-top: 105px;
  }
}
.main .history .title img {
  max-width: 160px;
}
@media screen and (min-width: 950px) {
  .main .history .title img {
    max-width: 205px;
  }
}
.main .history .title .title-ja {
  margin-top: 0;
}
@media screen and (min-width: 950px) {
  .main .history .title .title-ja {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .main .history__list {
    grid-template-columns: 300px 1fr;
  }
}
@media screen and (min-width: 950px) {
  .main .history__list {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }
}
.main .history__list__wrapper {
  position: relative;
  margin-top: 30px;
  padding: 10px 30px;
  border-left: 2px solid #f77e2d;
}
@media screen and (min-width: 768px) {
  .main .history__list__wrapper {
    border: none;
    padding: 20px 0;
  }
}
@media screen and (min-width: 950px) {
  .main .history__list__wrapper::before {
    content: "";
    background-image: url(../../../asset/svg/History.svg);
    width: 206px;
    height: 53px;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    position: absolute;
    top: 602px;
    left: -29px;
  }
}
.main .history__list img {
  max-width: 157px;
  width: 40%;
}
@media screen and (min-width: 768px) {
  .main .history__list img {
    width: initial;
  }
}
.main .history__list .dt {
  margin-bottom: 8px;
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main .history__list .dt {
    margin-bottom: 50px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 950px) {
  .main .history__list .dt {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  .main .history__list .dt::after {
    content: "";
    display: block;
    width: 2px;
    height: 133px;
    background-color: #f77e2d;
    position: absolute;
    right: 0;
    top: -20px;
  }
}
.main .history__list .dt__inner::before, .main .history__list .dt__inner::after {
  content: "";
  display: block;
  background-color: #f77e2d;
  position: absolute;
  top: 50%;
  left: -30px;
}
@media screen and (min-width: 768px) {
  .main .history__list .dt__inner::before, .main .history__list .dt__inner::after {
    left: 170px;
  }
}
@media screen and (min-width: 950px) {
  .main .history__list .dt__inner::before, .main .history__list .dt__inner::after {
    left: inherit;
    right: 0;
  }
}
.main .history__list .dt__inner::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: calc(50% - 4px);
  left: -36px;
}
@media screen and (min-width: 768px) {
  .main .history__list .dt__inner::before {
    left: 294px;
  }
}
@media screen and (min-width: 950px) {
  .main .history__list .dt__inner::before {
    left: initial;
    right: -4px;
  }
}
.main .history__list .dt__inner::after {
  width: 20px;
  height: 2px;
}
@media screen and (min-width: 768px) {
  .main .history__list .dt__inner::after {
    width: 125px;
  }
}
@media screen and (min-width: 950px) {
  .main .history__list .dt__inner p {
    text-align: right;
    padding-right: 160px;
  }
}
.main .history__list dd {
  margin-top: 10px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .main .history__list dd {
    padding-left: 2rem;
    margin-top: 22px;
  }
}
@media screen and (min-width: 950px) {
  .main .history__list dd {
    padding-left: 4rem;
  }
}

.page-form__main {
  max-width: 800px;
  margin: 0 auto;
}
.page-form .cal-red {
  color: #f00;
  font-weight: bold;
}
.page-form .mv {
  height: 30vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 50px;
}
.page-form form {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  font-size: 0.9rem;
  background-color: #f3f3f4;
  padding: 2% 5%;
}
@media screen and (min-width: 768px) {
  .page-form form {
    font-size: 1rem;
  }
}
.page-form .input__title {
  display: block;
  margin: 1rem 0 0.5rem;
  font-weight: bold;
}
.page-form input, .page-form textarea {
  border: 1px solid #a3a2a2;
  resize: none;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  padding: 4px;
  border-radius: 4px;
}
.page-form input:focus:not(input[type=radio], input[type=checkbox]), .page-form textarea:focus:not(input[type=radio], input[type=checkbox]) {
  border: 1px solid #f77e2d;
  outline: 2px solid #f77e2d;
}
.page-form input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 100%;
}
.page-form .subject {
  display: grid;
  grid-template-columns: 1fr;
  margin: 5px 0;
  row-gap: 8px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  max-width: 500px;
}
@media screen and (min-width: 435px) {
  .page-form .subject {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 950px) {
  .page-form .subject {
    max-width: initial;
  }
}
.page-form .subject input {
  border: none;
  width: initial;
  display: inline;
}
.page-form .subject label {
  padding-bottom: 0;
  white-space: nowrap;
}
@media screen and (min-width: 950px) {
  .page-form .subject {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
  }
}
.page-form textarea {
  height: 10rem;
  width: 100%;
}
.page-form input[type=submit], .page-form .back {
  border: none;
  color: #fff;
  background-color: #f77e2d;
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  padding: 10px;
  margin: 20px auto;
  width: 150px;
  border-radius: 0;
}
.page-form input[type=submit]:hover, .page-form .back:hover {
  opacity: 0.6;
}
.page-form .note {
  text-align: center;
  margin-top: 1rem;
  line-height: 1.4;
}
.page-form .note a {
  text-decoration: underline;
}
.page-form .note a:hover {
  opacity: 0.6;
}
.page-form .note__wrapper {
  display: flex;
  justify-content: center;
  margin-top: 0.5rem;
}
.page-form .note__wrapper input {
  border: none;
  width: initial;
  margin: 0 0.5rem 0 0;
  display: inline;
}
.page-form .note__wrapper .input__title {
  margin: 0;
}
.page-form .note label {
  padding-bottom: 0;
}
.page-form.confirm main .l-page-inner, .page-form.send main .l-page-inner {
  max-width: 600px;
}
@media screen and (min-width: 950px) {
  .page-form.confirm main .l-page-inner, .page-form.send main .l-page-inner {
    max-width: 1000px;
  }
}
.page-form.confirm .text.center, .page-form.send .text.center {
  text-align: center;
}
.page-form.confirm .grid-wrapper .grid-item, .page-form.send .grid-wrapper .grid-item {
  display: grid;
  margin-bottom: 1rem;
}
@media screen and (min-width: 950px) {
  .page-form.confirm .grid-wrapper .grid-item, .page-form.send .grid-wrapper .grid-item {
    grid-template-columns: 1fr 2fr;
  }
}
.page-form.confirm .grid-wrapper .grid-item__title, .page-form.send .grid-wrapper .grid-item__title {
  font-weight: bold;
}
.page-form.confirm .grid-wrapper .grid-item__contant, .page-form.send .grid-wrapper .grid-item__contant {
  margin-left: 1.5rem;
}
.page-form.confirm input[type=submit], .page-form.confirm button, .page-form.send input[type=submit], .page-form.send button {
  border: none;
  color: #fff;
  background-color: #f77e2d;
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  padding: 10px;
  width: 150px;
  margin: initial;
}
.page-form.confirm input[type=submit]:hover, .page-form.confirm button:hover, .page-form.send input[type=submit]:hover, .page-form.send button:hover {
  opacity: 0.6;
}
.page-form.confirm form, .page-form.send form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5%;
}
.page-form.confirm button, .page-form.send button {
  background-color: #3349a3;
}
.page-form.confirm .grid-wrapper, .page-form.send .grid-wrapper {
  max-width: 320px;
  margin: 20px auto 0;
}
@media screen and (min-width: 950px) {
  .page-form.confirm .grid-wrapper, .page-form.send .grid-wrapper {
    max-width: 500px;
  }
}
.page-form.confirm .back, .page-form.send .back {
  width: 277px;
  margin-top: 40px;
}/*# sourceMappingURL=style.css.map */