@charset "UTF-8";
main {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  background-color: #f9f9f9;
}

.container {
  max-width: 1160px;
  padding: 0 20px;
  margin: auto;
}

.container-small {
  max-width: 960px;
  padding: 0 20px;
  margin: auto;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
  color: #707070;
}
a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1050px) {
  .tab-hide {
    display: none;
  }
}

.tab-show {
  display: none;
}
@media screen and (max-width: 1050px) {
  .tab-show {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .tab-small-hide {
    display: none !important;
  }
}

.tab-small-show {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab-small-show {
    display: block;
  }
}

header {
  width: 100%;
  position: fixed;
  background-color: #fff;
  z-index: 999999;
}
@media screen and (max-width: 1050px) {
  header {
    /* background-color: #486fb1; */
    padding: 5px 0;
  }
}
header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 32px;
}
@media screen and (max-width: 1050px) {
  header .header-wrapper {
    padding: 0 20px;
  }
}
header .header-wrapper h1 {
  /* background-color: #486fb1; */
  max-width: 340px;
  padding: 7px 27px 13px;
}
@media screen and (max-width: 1200px) {
  header .header-wrapper h1 {
    max-width: 280px;
    padding: 10px 14px;
  }
}
@media screen and (max-width: 1050px) {
  header .header-wrapper h1 {
    max-width: 250px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 500px) {
  header .header-wrapper h1 {
    padding: 0;
    max-width: 210px;
  }
}
header .header-wrapper h1 a img {
  vertical-align: middle;
}
@media screen and (max-width: 500px) {
  header .header-wrapper h1 a img {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
header .header-wrapper .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 136px;
}
@media screen and (max-width: 1500px) {
  header .header-wrapper .header-nav {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  header .header-wrapper .header-nav {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1050px) {
  header .header-wrapper .header-nav {
    display: none;
  }
}
header .header-wrapper .header-nav li {
  padding-left: 15px;
  padding-right: 15px;
}
header .header-wrapper .header-nav li a {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  header .header-wrapper .header-nav li a {
    font-size: 17px;
  }
}
header .header-wrapper .contact-btn {
  max-width: 210px;
}
@media screen and (max-width: 1200px) {
  header .header-wrapper .contact-btn {
    max-width: 195px;
  }
}
@media screen and (max-width: 1050px) {
  header .header-wrapper .contact-btn {
    margin-left: auto;
    max-width: 170px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  header .header-wrapper .contact-btn {
    max-width: 140px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  header .header-wrapper .contact-btn {
    display: none;
  }
}
header .header-wrapper .hambarger-icon {
  display: none;
}
@media screen and (max-width: 1050px) {
  header .header-wrapper .hambarger-icon {
    display: block;
    max-width: 45px;
    height: 30px;
    cursor: pointer;
  }
}
@media screen and (max-width: 500px) {
  header .header-wrapper .hambarger-icon {
    margin-left: auto;
  }
}
header .header-wrapper .hambarger-icon .line {
  background-color: #333;
  display: block;
  width: 42px;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header-wrapper .hambarger-icon .line.line1.on {
  -webkit-transform: translateY(15px) rotate(-45deg);
          transform: translateY(15px) rotate(-45deg);
}
header .header-wrapper .hambarger-icon .line.line2 {
  margin-top: 11px;
}
header .header-wrapper .hambarger-icon .line.line2.on {
  opacity: 0;
}
header .header-wrapper .hambarger-icon .line.line3 {
  margin-top: 11px;
}
header .header-wrapper .hambarger-icon .line.line3.on {
  -webkit-transform: translateY(-11px) rotate(45deg);
          transform: translateY(-11px) rotate(45deg);
}

.mv {
  position: relative;
  width: 100%;
  height: 100vh; /* 画面いっぱい */
  overflow: hidden;
}

.mv-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* .mv::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  z-index: 2;
} */

.mv-content {
  position: relative;
  z-index: 3;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}


.fv {
  /* background-image: url(../images/fv-bg.jpg); */
  background-size: cover;
  background-position: center bottom;
  height: 80vh;
  min-height: 500px;
  position: relative;
}
@media screen and (max-width: 1050px) {
  .fv {
    height: 578px;
    background-image: url(../images/fv-sp.png);
    background-position-y: top;
    min-height: initial;
  }
}
@media screen and (max-width: 800px) {
  .fv {
    height: 450px;
  }
}
@media screen and (max-width: 500px) {
  .fv {
    height: 400px;
  }
}
.fv h2 {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  padding: 30px 40px;
  padding-left: 140px;
  color: white;
  font-size: 47px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(72, 111, 177, 0.1)), to(rgb(17, 39, 92)));
  background: linear-gradient(90deg, rgba(72, 111, 177, 0.1) 0%, rgb(17, 39, 92) 100%);
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .fv h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1050px) {
  .fv h2 {
    top: 100px;
    background: initial;
    -webkit-transform: initial;
            transform: initial;
    left: 0;
    right: initial;
    padding: 0;
    padding-left: 30px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.55);
    font-size: 30px;
  }
}
@media screen and (max-width: 800px) {
  .fv h2 {
    font-size: 25px;
    padding-left: 20px;
    top: 80px;
  }
}
@media screen and (max-width: 500px) {
  .fv h2 {
    font-size: 21px;
    top: 70px;
  }
}

.top-news {
  background-color: #fff;
  padding: 30px 0;
}
.top-news .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 160px;
}
@media screen and (max-width: 1050px) {
  .top-news .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.top-news .container .news-section-title {
  min-width: 195px;
}
@media screen and (max-width: 1050px) {
  .top-news .container .news-section-title {
    min-width: initial;
  }
}
@media screen and (max-width: 1050px) {
  .top-news .container .news-section-title .lead {
    text-align: center;
  }
}
.top-news .container .news-section-title h2 {
  font-size: 45px;
  line-height: 1.2;
  border-bottom: 3px solid #fd0505;
  display: inline-block;
  margin-bottom: 25px;
}
@media screen and (max-width: 1050px) {
  .top-news .container .news-section-title h2 {
    text-align: center;
    font-size: 40px;
    line-height: 1.1;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .top-news .container .news-section-title h2 {
    margin-bottom: 10px;
    font-size: 35px;
  }
}
.top-news .container .news-section-title .btn-wrapper {
  max-width: 192px;
}
.top-news .container .news-wrapper {
  width: 100%;
}
.top-news .container .news-wrapper .archive-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  color: #000;
}
@media screen and (max-width: 1050px) {
  .top-news .container .news-wrapper .archive-news-item {
    gap: 20px;
  }
}
@media screen and (max-width: 800px) {
  .top-news .container .news-wrapper .archive-news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    border-bottom: 2px solid #fd0505;
    margin-top: 25px;
    padding-bottom: 10px;
  }
}
.top-news .container .news-wrapper .archive-news-item .date {
  min-width: 88px;
  border-bottom: 3px solid #fd0505;
  padding: 10px 0;
}
@media screen and (max-width: 800px) {
  .top-news .container .news-wrapper .archive-news-item .date {
    padding: 0;
    border-bottom: initial;
  }
}
.top-news .container .news-wrapper .archive-news-item h2 {
  font-weight: 400;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .top-news .container .news-wrapper .archive-news-item h2 {
    border-bottom: initial;
    padding: 0;
    color: #2a436e;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.85;
  }
}
@media screen and (max-width: 800px) {
  .top-news .container .news-wrapper .archive-news-item h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1050px) {
  .top-news .container .btn-wrapper {
    max-width: 220px;
    margin: auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .top-news .container .btn-wrapper {
    max-width: 190px;
  }
}

.product {
  background-image: url(../images/top-product-bg2.jpg);
  background-size: cover;
  background-position: center;
}
.product .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: initial;
  gap: 60px;
  padding: 50px 100px;
}
@media screen and (max-width: 1500px) {
  .product .container {
    padding: 50px 20px;
    gap: 30px;
  }
}
@media screen and (max-width: 1050px) {
  .product .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding: 30px 20px;
  }
}
.product .container .texts {
  color: white;
  min-width: 440px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1500px) {
  .product .container .texts {
    min-width: 380px;
  }
}
@media screen and (max-width: 1050px) {
  .product .container .texts {
    min-width: initial;
    width: 100%;
    padding: 0 20px;
  }
}
.product .container .texts .lead {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1050px) {
  .product .container .texts .lead {
    font-size: 16px;
  }
}
.product .container .texts h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 1500px) {
  .product .container .texts h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1050px) {
  .product .container .texts h2 {
    font-size: 32px;
    line-height: 1.3;
  }
}
.product .container .texts .text {
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  .product .container .texts .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .product .container .texts .text {
    font-size: 12px;
  }
}
.product .container .texts a {
  display: inline-block;
  max-width: 90px;
  margin-top: 23px;
}
@media screen and (max-width: 1500px) {
  .product .container .texts a {
    max-width: 70px;
  }
}
@media screen and (max-width: 800px) {
  .product .container .texts a {
    max-width: 50px;
    margin-top: 15px;
  }
}

.company-recruitment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1050px) {
  .company-recruitment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company-recruitment .company-recruitment-item {
  padding: 170px 100px;
  padding-right: 0;
  width: 100%;
  background-size: cover;
}
@media screen and (max-width: 1500px) {
  .company-recruitment .company-recruitment-item {
    padding: 130px 20px;
  }
}
@media screen and (max-width: 1050px) {
  .company-recruitment .company-recruitment-item {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 800px) {
  .company-recruitment .company-recruitment-item {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 500px) {
  .company-recruitment .company-recruitment-item {
    padding: 40px 20px;
  }
}
.company-recruitment .company-recruitment-item.company {
  background-image: url(../images/top-company-bg.png);
}
.company-recruitment .company-recruitment-item.recruitment {
  background-image: url(../images/top-recruitment-bg.png);
}
.company-recruitment .company-recruitment-item .texts {
  color: white;
  min-width: 440px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1500px) {
  .company-recruitment .company-recruitment-item .texts {
    min-width: 380px;
  }
}
@media screen and (max-width: 1050px) {
  .company-recruitment .company-recruitment-item .texts {
    min-width: initial;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.company-recruitment .company-recruitment-item .texts .lead {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1050px) {
  .company-recruitment .company-recruitment-item .texts .lead {
    font-size: 16px;
  }
}
.company-recruitment .company-recruitment-item .texts h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 1500px) {
  .company-recruitment .company-recruitment-item .texts h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1050px) {
  .company-recruitment .company-recruitment-item .texts h2 {
    font-size: 32px;
    line-height: 1.3;
  }
}
.company-recruitment .company-recruitment-item .texts .text {
  font-weight: bold;
}
@media screen and (max-width: 1500px) {
  .company-recruitment .company-recruitment-item .texts .text {
    font-size: 14px;
  }
}
.company-recruitment .company-recruitment-item .texts a {
  display: inline-block;
  max-width: 90px;
  margin-top: 23px;
}
@media screen and (max-width: 1500px) {
  .company-recruitment .company-recruitment-item .texts a {
    max-width: 70px;
  }
}
@media screen and (max-width: 800px) {
  .company-recruitment .company-recruitment-item .texts a {
    max-width: 50px;
    margin-top: 15px;
  }
}

.top-cta-section {
  background-color: #486fb1;
  padding: 60px 0;
}
@media screen and (max-width: 800px) {
  .top-cta-section {
    padding: 40px 0;
  }
}
.top-cta-section .container .cta-item {
  padding: 45px 80px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1050px) {
  .top-cta-section .container .cta-item {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 800px) {
  .top-cta-section .container .cta-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 30px;
  }
}
.top-cta-section .container .cta-item .left {
  width: 100%;
  padding-right: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1050px) {
  .top-cta-section .container .cta-item .left {
    padding-right: 50px;
  }
}
@media screen and (max-width: 800px) {
  .top-cta-section .container .cta-item .left {
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.top-cta-section .container .cta-item .left h2 {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .top-cta-section .container .cta-item .left h2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 500px) {
  .top-cta-section .container .cta-item .left h2 {
    font-size: 17px;
  }
}
.top-cta-section .container .cta-item .left .images {
  max-width: 400px;
  margin: auto;
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  .top-cta-section .container .cta-item .left .images {
    margin-top: 0px;
  }
}
.top-cta-section .container .cta-item .right {
  width: 100%;
  border-left: 1px solid #000;
  padding-left: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1050px) {
  .top-cta-section .container .cta-item .right {
    padding-left: 50px;
  }
}
@media screen and (max-width: 800px) {
  .top-cta-section .container .cta-item .right {
    padding: 0;
    padding-top: 20px;
    margin-top: 20px;
    border-left: initial;
    border-top: 1px solid #000;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.top-cta-section .container .cta-item .right h2 {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .top-cta-section .container .cta-item .right h2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 500px) {
  .top-cta-section .container .cta-item .right h2 {
    font-size: 17px;
  }
}
.top-cta-section .container .cta-item .right .images {
  max-width: 400px;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .top-cta-section .container .cta-item .right .images {
    margin-top: 15px;
  }
}

footer {
  padding-top: 100px;
  padding-bottom: 78px;
  background-color: #fff;
}
@media screen and (max-width: 1050px) {
  footer {
    padding-bottom: 50px;
    padding-top: 70px;
  }
}
footer .container {
  max-width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1050px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .container .footer-texts {
  max-width: 424px;
}
@media screen and (max-width: 1200px) {
  footer .container .footer-texts {
    max-width: 340px;
  }
}
@media screen and (max-width: 1050px) {
  footer .container .footer-texts {
    max-width: 540px;
    margin: auto;
    width: 94%;
  }
}
footer .container .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  margin-left: 20px;
  border-top: 2px solid #fd0505;
  padding-top: 28px;
  width: 90%;
}
@media screen and (max-width: 1200px) {
  footer .container .footer-nav {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  footer .container .footer-nav {
    margin-top: 42px;
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  footer .container .footer-nav {
    gap: 20px;
    margin-top: 32px;
    padding-top: 22px;
  }
}
footer .container .footer-nav ul.mb-sm li {
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  footer .container .footer-nav ul.mb-sm li {
    margin-bottom: 3px;
  }
}
footer .container .footer-nav ul.mb-sm .list-ml {
  margin-left: 15px;
}
footer .container .footer-nav ul.mb-sm .list-ml a {
  color: #707070;
}
footer .container .footer-nav ul li {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  footer .container .footer-nav ul li {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1050px) {
  footer .container .footer-nav ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  footer .container .footer-nav ul li {
    font-size: 14px;
  }
}
footer .container .footer-nav ul li a {
  font-weight: bold;
  color: #000;
}
footer .container .footer-icon {
  max-width: 150px;
  margin-left: 30px;
}
@media screen and (max-width: 1050px) {
  footer .container .footer-icon {
    margin: auto;
    margin-top: 40px;
  }
}

.bottom-fv {
  padding-top: 140px;
  padding-bottom: 74px;
  background-image: url(../images/bottom-fv-bg1.png);
  background-size: cover;
  background-position: center;
  text-align: center;
  color: white;
}
@media screen and (max-width: 1050px) {
  .bottom-fv {
    padding-top: 110px;
    padding-bottom: 34px;
    background-image: url(../images/bottom-fv-bg1-sp.png);
  }
}
@media screen and (max-width: 500px) {
  .bottom-fv {
    padding-top: 90px;
    padding-bottom: 25px;
  }
}
.bottom-fv.bottom-fv2 {
  background-image: url(../images/bottom-fv-bg2.png);
}
@media screen and (max-width: 1050px) {
  .bottom-fv.bottom-fv2 {
    background-image: url(../images/bottom-fv-bg2-sp.png);
  }
}
.bottom-fv h2 {
  font-size: 47px;
  letter-spacing: 0.2em;
  font-weight: 600;
}
@media screen and (max-width: 1050px) {
  .bottom-fv h2 {
    letter-spacing: 0.03em;
    font-size: 36px;
  }
}
@media screen and (max-width: 500px) {
  .bottom-fv h2 {
    font-size: 28px;
  }
}
.bottom-fv .lead {
  font-size: 26px;
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
@media screen and (max-width: 1050px) {
  .bottom-fv .lead {
    font-size: 24px;
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}
@media screen and (max-width: 500px) {
  .bottom-fv .lead {
    font-size: 18px;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

.bottom-title {
  font-size: 26px;
  letter-spacing: 0.2em;
  color: #2a436e;
  padding-bottom: 24px;
  border-bottom: 2px solid #fd0505;
}
@media screen and (max-width: 1050px) {
  .bottom-title {
    text-align: center;
    padding-bottom: 16px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーー
  page-company.html開始
  ーーーーーーーーーーーーーーーーーーーー*/
.bottom-company {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1050px) {
  .bottom-company {
    padding-top: 58px;
  }
}
.bottom-company .container-small .bottom-company-aisatu {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .bottom-company .container-small .bottom-company-aisatu {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .bottom-company .container-small .bottom-company-aisatu {
    padding-top: 30px;
  }
}
.bottom-company .container-small .bottom-company-aisatu .text {
  line-height: 1.9;
}
.bottom-company .container-small .bottom-company-aisatu .aisatu-img {
  max-width: 348px;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .bottom-company .container-small .bottom-company-aisatu .aisatu-img {
    margin: auto;
    width: 73%;
    margin-top: 20px;
  }
}
.bottom-company .container-small .mt {
  margin-top: 100px;
}
.bottom-company .border-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1050px) {
  .bottom-company .border-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bottom-company .border-content .left {
  min-width: 180px;
  max-width: 180px;
  text-align: center;
  border-bottom: 3px solid #707070;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 600;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (max-width: 1050px) {
  .bottom-company .border-content .left {
    margin: auto;
    padding-bottom: 20px;
    font-size: 22px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .bottom-company .border-content .left {
    font-size: 20px;
    padding-bottom: 7px;
    letter-spacing: 0.2em;
  }
}
.bottom-company .border-content .right {
  border-bottom: 1px solid #707070;
  padding: 20px 35px 18px;
  font-size: 20px;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .bottom-company .border-content .right {
    text-align: center;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 2;
  }
}
@media screen and (max-width: 800px) {
  .bottom-company .border-content .right {
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bottom-company .border-content .right a {
  text-decoration: underline;
  color: #fd0505;
}
.bottom-company .honsya-img {
  margin-top: 50px;
  max-width: 670px;
  margin-left: auto;
}
/*ーーーーーーーーーーーーーーーーーーーー
  page-company.html終了
  ーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーー
  page-product.html開始
  ーーーーーーーーーーーーーーーーーーーー*/
.bottom-product {
  padding: 100px 0;
}
@media screen and (max-width: 1050px) {
  .bottom-product {
    padding: 70px 0;
  }
}
@media screen and (max-width: 500px) {
  .bottom-product {
    padding: 50px 0;
  }
}
.bottom-product .container .bottom-product-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 35px;
}
@media screen and (max-width: 1050px) {
  .bottom-product .container .bottom-product-items {
    gap: 45px 30px;
  }
}
@media screen and (max-width: 800px) {
  .bottom-product .container .bottom-product-items {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .bottom-product .container .bottom-product-items {
    grid-template-columns: 1fr;
  }
}
.bottom-product .container .bottom-product-items ul {
  padding-left: 30px;
  padding-top: 20px;
}
@media screen and (max-width: 1050px) {
  .bottom-product .container .bottom-product-items ul {
    padding-left: 20px;
  }
}
.bottom-product .container .bottom-product-items ul li {
  margin-bottom: 20px;
}
.bottom-product .container .bottom-product-items ul li a {
  color: #000;
}
.bottom-product .container .bottom-product-items ul li a img {
  width: 20px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  display: inline-block;
  margin-right: 10px;
}

/*ーーーーーーーーーーーーーーーーーーーー
  page-product.html終了
  ーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーー
  page-product-item1.html開始
  ーーーーーーーーーーーーーーーーーーーー*/
.bottom-product-item-section {
  padding: 100px 0;
}
.bottom-product-item-section .lead {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1050px) {
  .bottom-product-item-section .lead {
    padding: 0;
  }
}
.bottom-product-item-section .product-item-content {
  padding: 30px 50px;
  padding-right: 100px;
  background-color: #fff;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 1200px) {
  .bottom-product-item-section .product-item-content {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1050px) {
  .bottom-product-item-section .product-item-content {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 800px) {
  .bottom-product-item-section .product-item-content {
    margin-bottom: 30px;
  }
}
.bottom-product-item-section .product-item-content .left {
  width: 100%;
}
.bottom-product-item-section .product-item-content .left h3 {
  font-size: 18px;
  line-height: 1.333;
  color: #2a436e;
}
.bottom-product-item-section .product-item-content .left h4 {
  line-height: 1.333;
  background: #e7e7e7;
  margin: 30px 0 10px;
  padding: 5px;
}
@media screen and (max-width: 800px) {
  .bottom-product-item-section .product-item-content .left h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .bottom-product-item-section .product-item-content .left h3 {
    font-size: 18px;
  }
}
.bottom-product-item-section .product-item-content .left .product-item-img {
  max-width: 340px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .bottom-product-item-section .product-item-content .left .product-item-img {
    margin-bottom: 0px;
    width: 65%;
  }
}
.bottom-product-item-section .product-item-content .left .product-item-img.w-100 {
  width: 100%;
  max-width: initial;
}
.bottom-product-item-section .product-item-content .left table {
  margin-top: 20px;
}
.bottom-product-item-section .product-item-content .left table tr {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .bottom-product-item-section .product-item-content .left table tr {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.bottom-product-item-section .product-item-content .left table tr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #707070;
  bottom: 0;
}
.bottom-product-item-section .product-item-content .left table tr.border-none::before {
  background-color: transparent;
  width: 0;
  height: 0;
}
.bottom-product-item-section .product-item-content .left table tr.border-blue::before {
  background-color: #486fb1;
  height: 4px;
}
.bottom-product-item-section .product-item-content .left table tr th {
  background-color: rgba(72, 111, 177, 0.2);
  font-weight: normal;
  padding: 2px 20px;
}
@media screen and (max-width: 800px) {
  .bottom-product-item-section .product-item-content .left table tr th {
    min-width: 120px;
    width: 120px;
    padding: 2px 0px;
    font-size: 18px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .bottom-product-item-section .product-item-content .left table tr th {
    min-width: 80px;
    width: 80px;
    margin-bottom: 15px;
    margin-top: 12px;
    font-size: 15px;
  }
}
.bottom-product-item-section .product-item-content .left table tr td {
  padding: 20px 5px;
}
@media screen and (max-width: 800px) {
  .bottom-product-item-section .product-item-content .left table tr td {
    width: 100%;
    padding: 4px;
    padding-left: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .bottom-product-item-section .product-item-content .left table tr td {
    font-size: 16px;
    padding-left: 10px;
  }
}
.bottom-product-item-section .product-item-content .left .item-table {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .bottom-product-item-section .product-item-content .left .item-table {
    margin-top: 30px;
  }
}
.bottom-product-item-section .product-item-content .left .youtube-link {
  margin-top: 20px;
  max-width: 440px;
}
@media screen and (max-width: 800px) {
  .bottom-product-item-section .product-item-content .left .youtube-link {
    max-width: initial;
    /* width: 85%; */
    margin: auto;
    margin-top: 20px;
  }
}
.bottom-product-item-section .product-item-content .left .download-link {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  .bottom-product-item-section .product-item-content .left .download-link {
    text-align: left;
    line-height: 1.2;
  }
}
.bottom-product-item-section .product-item-content .left .download-link a {
  color: #486fb1;
}
@media screen and (max-width: 500px) {
  .bottom-product-item-section .product-item-content .left .download-link a {
    font-size: 14px;
  }
}
.bottom-product-item-section .product-item-content .left .download-link a img {
  width: 24px;
  display: inline;
  margin-left: 15px;
  vertical-align: top;
}
@media screen and (max-width: 800px) {
  .bottom-product-item-section .product-item-content .left .download-link a img {
    margin-left: 8px;
    width: 20px;
  }
}
.bottom-product-item-section .product-item-content .left .text {
  margin-top: 15px;
}
.bottom-product-item-section .product-item-content .right {
  min-width: 230px;
  width: 230px;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .bottom-product-item-section .product-item-content .right {
    display: none;
  }
}
.bottom-product-item-section .bottom-product-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 120px;
}
@media screen and (max-width: 1050px) {
  .bottom-product-item-section .bottom-product-items {
    gap: 45px 30px;
  }
}
@media screen and (max-width: 800px) {
  .bottom-product-item-section .bottom-product-items {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .bottom-product-item-section .bottom-product-items {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.bottom-product-item-section .bottom-product-items h2 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  background-color: #486FB1;
  color: white;
  border-radius: 8px;
  padding: 15px 0;
}
.bottom-product-item-section .bottom-product-items h2 a {
  color: white;
}
@media screen and (max-width: 500px) {
  .bottom-product-item-section .bottom-product-items h2 {
    padding: 10px 0;
    font-size: 17px;
  }
}
.bottom-product-item-section .bottom-product-items ul {
  padding-left: 30px;
  padding-top: 20px;
}
@media screen and (max-width: 1050px) {
  .bottom-product-item-section .bottom-product-items ul {
    padding-left: 20px;
  }
}
.bottom-product-item-section .bottom-product-items ul li {
  margin-bottom: 20px;
}
.bottom-product-item-section .bottom-product-items ul li a {
  color: #000;
}
.bottom-product-item-section .bottom-product-items ul li a img {
  width: 20px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  display: inline-block;
  margin-right: 10px;
}

/*ーーーーーーーーーーーーーーーーーーーー
  page-product-item1.html終了
  ーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーー
  archive.html開始
  ーーーーーーーーーーーーーーーーーーーー*/
.archive-news {
  padding: 100px 0;
}
@media screen and (max-width: 800px) {
  .archive-news {
    padding: 60px 0;
  }
}
.archive-news .container {
  padding: 60px 100px;
  background-color: #fff;
}
@media screen and (max-width: 1050px) {
  .archive-news .container {
    padding: 20px 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 800px) {
  .archive-news .container {
    padding: 10px 20px;
    padding-bottom: 40px;
  }
}
.archive-news .container .archive-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
  color: #000;
}
@media screen and (max-width: 1050px) {
  .archive-news .container .archive-news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    border-bottom: 2px solid #fd0505;
    margin-top: 25px;
    padding-bottom: 10px;
  }
}
.archive-news .container .archive-news-item .date {
  min-width: 88px;
  border-bottom: 3px solid #fd0505;
  padding: 20px 0;
}
@media screen and (max-width: 1050px) {
  .archive-news .container .archive-news-item .date {
    padding: 0;
    border-bottom: initial;
  }
}
.archive-news .container .archive-news-item h2 {
  font-weight: 400;
  font-size: 16px;
  padding: 20px 0;
  border-bottom: 1px solid;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .archive-news .container .archive-news-item h2 {
    border-bottom: initial;
    padding: 0;
    color: #2a436e;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.85;
  }
}
@media screen and (max-width: 800px) {
  .archive-news .container .archive-news-item h2 {
    font-size: 18px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーー
  archive.html終了
  ーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーー
  single.html開始
  ーーーーーーーーーーーーーーーーーーーー*/
.single-news {
  padding: 100px 0;
}
@media screen and (max-width: 800px) {
  .single-news {
    padding: 60px 0;
  }
}
@media screen and (max-width: 500px) {
  .single-news {
    padding: 50px 0 40px;
  }
}
.single-news .container {
  padding: 90px 100px;
  background-color: #fff;
}
@media screen and (max-width: 1050px) {
  .single-news .container {
    padding: 40px 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .single-news .container {
    padding: 30px 20px;
    padding-bottom: 10px;
  }
}
.single-news .container h1 {
  font-size: 26px;
  font-weight: 500;
  color: #2a436e;
  border-bottom: 2px solid #fd0505;
  padding-bottom: 24px;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .single-news .container h1 {
    font-size: 22px;
    padding-bottom: 12px;
    font-weight: bold;
  }
}
.single-news .container .content div,
.single-news .container .content h2,
.single-news .container .content h3,
.single-news .container .content h4,
.single-news .container .content h5,
.single-news .container .content h6,
.single-news .container .content p,
.single-news .container .content img {
  margin-bottom: 30px;
  line-height: 1.7;
}
.single-news .bottom-container {
  padding: 0px;
  background-color: transparent;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1050px) {
  .single-news .bottom-container {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 800px) {
  .single-news .bottom-container {
    padding: 0px 20px;
    margin-top: 35px;
  }
}
.single-news .bottom-container .prev-next-btn {
  max-width: 220px;
}
@media screen and (max-width: 800px) {
  .single-news .bottom-container .prev-next-btn {
    max-width: 180px;
  }
}
@media screen and (max-width: 500px) {
  .single-news .bottom-container .prev-next-btn {
    max-width: 140px;
  }
}
.single-news .bottom-container .archive-btn {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.single-news .archive-btn-sp {
  max-width: 220px;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 500px) {
  .single-news .archive-btn-sp {
    max-width: 190px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーー
  single.html終了
  ーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーー
  page-recruit.html開始
  ーーーーーーーーーーーーーーーーーーーー*/
.bottom-recruit {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1050px) {
  .bottom-recruit {
    padding-top: 58px;
  }
}
.bottom-recruit .container-small .border-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1050px) {
  .bottom-recruit .container-small .border-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bottom-recruit .container-small .border-content .left {
  min-width: 180px;
  max-width: 180px;
  text-align: center;
  border-bottom: 3px solid #707070;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 600;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (max-width: 1050px) {
  .bottom-recruit .container-small .border-content .left {
    margin: auto;
    padding-bottom: 20px;
    font-size: 22px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .bottom-recruit .container-small .border-content .left {
    font-size: 20px;
    padding-bottom: 7px;
    letter-spacing: 0.2em;
  }
}
.bottom-recruit .container-small .border-content .right {
  border-bottom: 1px solid #707070;
  padding: 20px 35px 18px;
  font-size: 20px;
  width: 100%;
  line-height: 2;
}
@media screen and (max-width: 1050px) {
  .bottom-recruit .container-small .border-content .right {
    text-align: center;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 2;
  }
}
@media screen and (max-width: 800px) {
  .bottom-recruit .container-small .border-content .right {
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.bottom-recruit .container-small .border-content .right a {
  text-decoration: underline;
  color: #fd0505;
}
.bottom-recruit .container-small .recruit-tel {
  margin-top: 100px;
}
@media screen and (max-width: 1050px) {
  .bottom-recruit .container-small .recruit-tel {
    display: none;
  }
}

/*ーーーーーーーーーーーーーーーーーーーー
  page-recruit.html終了
  ーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーー
  page-policies.html開始
  ーーーーーーーーーーーーーーーーーーーー*/
.bottom-policy {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (max-width: 800px) {
  .bottom-policy {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.bottom-policy .container-small .bottom-title {
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .bottom-policy .container-small .bottom-title {
    text-align: left;
  }
}
.bottom-policy .container-small .mt {
  margin-top: 100px;
}
@media screen and (max-width: 1050px) {
  .bottom-policy .container-small .mt {
    margin-top: 60px;
  }
}
.bottom-policy .container-small .lead {
  margin-top: 65px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1050px) {
  .bottom-policy .container-small .lead {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .bottom-policy .container-small .lead {
    margin-top: 15px;
    font-size: 15px;
  }
}
.bottom-policy .container-small .hinsitu-item {
  margin-top: 30px;
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
  font-size: 21px;
  line-height: 1.7;
  color: #2a436e;
}
@media screen and (max-width: 1050px) {
  .bottom-policy .container-small .hinsitu-item {
    width: calc(100% + 40px);
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    padding: 30px 20px;
    font-size: 19px;
  }
}
@media screen and (max-width: 500px) {
  .bottom-policy .container-small .hinsitu-item {
    font-size: 17px;
    padding: 24px 20px;
    margin-top: 30px;
  }
}
.bottom-policy .container-small .kankyo-item {
  margin-top: 40px;
  background-color: #fff;
  padding: 50px 30px;
  text-align: left;
  font-size: 21px;
  line-height: 1.3;
  color: #2a436e;
  border-bottom: 2px solid #fd0505;
}
@media screen and (max-width: 1050px) {
  .bottom-policy .container-small .kankyo-item {
    width: calc(100% + 40px);
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    font-size: 18px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 500px) {
  .bottom-policy .container-small .kankyo-item {
    font-size: 17px;
    padding: 25px 20px;
    margin-top: 30px;
  }
}
.bottom-policy .container-small .text {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: right;
  margin-top: 30px;
}
@media screen and (max-width: 1050px) {
  .bottom-policy .container-small .text {
    font-size: 15px;
    line-height: 1.85;
    margin-top: 20px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーー
  page-policies.html終了
  ーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーー
  page-sitemap.html開始
  ーーーーーーーーーーーーーーーーーーーー*/
.bottom-sitemap {
  padding-top: 110px;
  padding-bottom: 58px;
}
@media screen and (max-width: 1050px) {
  .bottom-sitemap {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .bottom-sitemap {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.bottom-sitemap .container-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .bottom-sitemap .container-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 15px;
  }
}
.bottom-sitemap .container-small .left-list {
  margin-right: auto;
}
.bottom-sitemap .container-small .left-list li {
  margin-bottom: 50px;
}
.bottom-sitemap .container-small .left-list li a {
  font-size: 24px;
  font-weight: bold;
  color: #2a436e;
  letter-spacing: 0.05em;
}
.bottom-sitemap .container-small .right-list .right-first {
  margin-bottom: 38px;
}
.bottom-sitemap .container-small .right-list .right-first a {
  font-size: 24px;
  font-weight: bold;
  color: #2a436e;
  letter-spacing: 0.05em;
}
.bottom-sitemap .container-small .right-list .blue {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 20px;
}
.bottom-sitemap .container-small .right-list .blue a {
  color: #486fb1;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.bottom-sitemap .container-small .right-list .orange-border {
  padding-left: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  border-left: 2px solid #fd0505;
}
.bottom-sitemap .container-small .right-list .orange-border li {
  margin-bottom: 15px;
  font-size: 20px;
}
.bottom-sitemap .container-small .right-list .orange-border li a {
  color: #000000;
}
.bottom-sitemap .container-small .center-list {
  margin-right: auto;
}
.bottom-sitemap .container-small .right-list_r {
  padding-top: 50px;
}

/*ーーーーーーーーーーーーーーーーーーーー
  page-sitemap.html終了
  ーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーー
  page-privacypolicy.html開始
  ーーーーーーーーーーーーーーーーーーーー*/
.bottom-privacy-policy {
  padding: 100px 0 120px;
}
@media screen and (max-width: 1050px) {
  .bottom-privacy-policy {
    padding: 70px 0 90px;
  }
}
@media screen and (max-width: 500px) {
  .bottom-privacy-policy {
    padding: 45px 0 70px;
  }
}
@media screen and (max-width: 1050px) {
  .bottom-privacy-policy .container {
    padding: 0;
  }
}
.bottom-privacy-policy .container .lead {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 1050px) {
  .bottom-privacy-policy .container .lead {
    padding: 0 20px;
    text-align: left;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 500px) {
  .bottom-privacy-policy .container .lead {
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 1.9;
  }
}
.bottom-privacy-policy .container .privacy-item {
  padding: 95px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-color: #fff;
  margin-top: 50px;
}
@media screen and (max-width: 1050px) {
  .bottom-privacy-policy .container .privacy-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 45px;
  }
}
@media screen and (max-width: 500px) {
  .bottom-privacy-policy .container .privacy-item {
    padding: 30px 20px;
    gap: 15px;
    margin-top: 35px;
  }
}
.bottom-privacy-policy .container .privacy-item.p-small {
  padding: 30px 100px;
}
@media screen and (max-width: 1050px) {
  .bottom-privacy-policy .container .privacy-item.p-small {
    padding: 50px 45px;
  }
}
@media screen and (max-width: 500px) {
  .bottom-privacy-policy .container .privacy-item.p-small {
    padding: 30px 20px;
  }
}
.bottom-privacy-policy .container .privacy-item h2 {
  min-width: 288px;
  color: #486fb1;
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 1050px) {
  .bottom-privacy-policy .container .privacy-item h2 {
    min-width: initial;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .bottom-privacy-policy .container .privacy-item h2 {
    font-size: 20px;
  }
}
.bottom-privacy-policy .container .privacy-item .text {
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 500px) {
  .bottom-privacy-policy .container .privacy-item .text {
    font-size: 14px;
  }
}

.cta-section {
  background-color: #486fb1;
  padding: 65px 0;
}
@media screen and (max-width: 800px) {
  .cta-section {
    padding: 40px 0;
  }
}
.cta-section .container .lead {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: white;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .cta-section .container .lead {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .cta-section .container .lead {
    font-size: 14px;
  }
}
.cta-section .container .cta-item {
  margin-top: 35px;
  padding: 45px 80px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1050px) {
  .cta-section .container .cta-item {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 800px) {
  .cta-section .container .cta-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 30px;
    margin-top: 25px;
  }
}
.cta-section .container .cta-item .left {
  width: 100%;
  padding-right: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1050px) {
  .cta-section .container .cta-item .left {
    padding-right: 50px;
  }
}
@media screen and (max-width: 800px) {
  .cta-section .container .cta-item .left {
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cta-section .container .cta-item .left h2 {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .cta-section .container .cta-item .left h2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 500px) {
  .cta-section .container .cta-item .left h2 {
    font-size: 17px;
  }
}
.cta-section .container .cta-item .left .images {
  max-width: 400px;
  margin: auto;
  margin-top: 45px;
}
@media screen and (max-width: 1050px) {
  .cta-section .container .cta-item .left .images {
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .cta-section .container .cta-item .left .images {
    margin-top: 0px;
  }
}
.cta-section .container .cta-item .right {
  width: 100%;
  border-left: 1px solid #000;
  padding-left: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1050px) {
  .cta-section .container .cta-item .right {
    padding-left: 50px;
  }
}
@media screen and (max-width: 800px) {
  .cta-section .container .cta-item .right {
    padding: 0;
    padding-top: 20px;
    margin-top: 20px;
    border-left: initial;
    border-top: 1px solid #000;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cta-section .container .cta-item .right h2 {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 1050px) {
  .cta-section .container .cta-item .right h2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 500px) {
  .cta-section .container .cta-item .right h2 {
    font-size: 17px;
  }
}
.cta-section .container .cta-item .right .images {
  max-width: 400px;
  margin: auto;
  margin-top: 70px;
}
@media screen and (max-width: 1050px) {
  .cta-section .container .cta-item .right .images {
    margin-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  .cta-section .container .cta-item .right .images {
    margin-top: 15px;
  }
}

/*ーーーーーーーーーーーーーーーーーーーー
  page-privacypolicy.html終了
  ーーーーーーーーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーー
  page-contact.html開始
  ーーーーーーーーーーーーーーーーーーーー*/
.bottom-contact {
  padding: 100px 0 90px;
}
@media screen and (max-width: 1050px) {
  .bottom-contact {
    padding: 70px 0 70px;
  }
}
@media screen and (max-width: 800px) {
  .bottom-contact {
    padding-top: 40px;
  }
}
.bottom-contact .container-small .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .bottom-contact .container-small .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    gap: 15px;
  }
}
@media screen and (max-width: 500px) {
  .bottom-contact .container-small .form-item {
    margin-bottom: 15px;
    gap: 10px;
  }
}
.bottom-contact .container-small .form-item.hissu .form-left {
  border-top: 1px solid #fd0505;
}
@media screen and (max-width: 800px) {
  .bottom-contact .container-small .form-item.hissu .form-left {
    border-top: initial;
  }
}
.bottom-contact .container-small .form-item.hissu .form-left span {
  background-color: #fd0505;
  color: white;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  .bottom-contact .container-small .form-item.hissu .form-left span {
    font-size: 15px;
  }
}
.bottom-contact .container-small .form-item .form-left {
  min-width: 380px;
  padding-top: 17px;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 1050px) {
  .bottom-contact .container-small .form-item .form-left {
    min-width: 280px;
  }
}
@media screen and (max-width: 800px) {
  .bottom-contact .container-small .form-item .form-left {
    border-top: initial;
  }
}
.bottom-contact .container-small .form-item .form-left span {
  display: inline-block;
  min-width: 50px;
  margin-right: 7px;
}
.bottom-contact .container-small .form-item .form-left label {
  cursor: pointer;
}
.bottom-contact .container-small .form-item .form-right {
  width: 100%;
}
.bottom-contact .container-small .form-item .form-right input {
  border: 1px solid #707070;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
  background-color: #fff;
}
.bottom-contact .container-small .form-item .form-right .checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  border-radius: 2px;
  cursor: pointer;
}
.bottom-contact .container-small .form-item .form-right label {
  margin-left: 5px;
  margin-right: 30px;
  cursor: pointer;
}
.bottom-contact .container-small .form-item .form-right textarea {
  border: 1px solid #707070;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
  font-size: 16px;
  height: 200px;
  background-color: #fff;
}
.bottom-contact .container-small hr {
  display: block;
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .bottom-contact .container-small hr {
    margin-top: 70px;
  }
}
.bottom-contact .container-small .privacy {
  margin-top: 30px;
  text-align: center;
}
.bottom-contact .container-small .privacy .text {
  text-align: center;
  margin-top: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 800px) {
  .bottom-contact .container-small .privacy .text {
    margin-top: 15px;
    font-size: 14px;
  }
}
.bottom-contact .container-small .privacy a {
  font-weight: bold;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .bottom-contact .container-small .privacy a {
    font-size: 18px;
  }
}
.bottom-contact .container-small .privacy .checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  border-radius: 2px;
  cursor: pointer;
}
.bottom-contact .container-small .privacy label {
  margin-left: 5px;
  margin-right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .bottom-contact .container-small .privacy label {
    margin-right: 20px;
  }
}
.bottom-contact .container-small .privacy .privacy-check {
  margin-top: 25px;
}
.bottom-contact .container-small .button-wrapper {
  text-align: center;
  margin-top: 40px;
}
.bottom-contact .container-small .button-wrapper button {
  max-width: 280px;
  width: 100%;
  margin: auto;
  background-color: #486fb1;
  border-radius: 38px;
  padding: 16px 0;
  font-size: 18px;
  color: white;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 500px) {
  .bottom-contact .container-small .button-wrapper button {
    max-width: 240px;
    font-size: 16px;
  }
}


.sp_version {
  display: none;
}



/* PC（通常） */
.tbl-spec {
  width: 100%;
}
.spec-table{
  width:100%;
  border-collapse: separate;
  border-spacing: 6px 0;
  background:#fff;
}
.spec-table thead th{
  background:#dfe6f0;
  padding:12px 16px;
  font-weight:700;
}
.spec-table tbody td{
  padding:18px 16px;
}

/* SP（ラベル＋値） */
@media (max-width:768px){
  .spec-table thead{ display:none; }

  .spec-table,
  .spec-table tbody,
  .spec-table tr,
  .spec-table td{
    display:block;
    width:100%;
    border-spacing:0;
  }

  /* 商品ごとの区切り線 */
  .spec-table tbody tr{
    border-top:2px solid #355fb5;
    margin-top:10px;
    padding-top:10px;
  }

  .spec-table tbody td{
    display:flex;
    align-items:center;
    gap:16px;
    padding:8px 0!important;
    border-bottom:1px solid #777;
    background:#fff;
    color:#111;
    font-size:12px!important;
    box-sizing:border-box;
    width: 70px;
  }

  /* 左のラベル（薄グレー） */
  .spec-table tbody td::before{
    content: attr(data-label);   /* ←ここがポイント */
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:70px;
    padding:3px 8px;
    background:#dfe6f0;
    letter-spacing:.35em;
    white-space:nowrap;
    box-sizing:border-box;
  }
}
@media (max-width: 768px){
  .tbl-spec thead{ display:none; }

  .tbl-spec,
  .tbl-spec tbody,
  .tbl-spec tr,
  .tbl-spec td{
    display:block;
    width:100%;
  }

  .tbl-spec tbody tr{
    border-top:2px solid #355fb5;
    margin-top:10px;
    padding-top:10px;
  }

  .tbl-spec tbody td{
    display:flex;
    align-items:center;
    gap:16px;
    padding:8px 0!important;
    border-bottom:1px solid #777;
    background:#fff;
    color:#111;
    font-size:12px!important;
    box-sizing:border-box;
    width: 70px;
  }

  .tbl-spec tbody td::before{
    content: attr(data-label);   /* ←ここがポイント */
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:70px;
    padding:3px 8px;
    background:#dfe6f0;
    letter-spacing:.35em;
    white-space:nowrap;
    box-sizing:border-box;
  }

  /* SPでは中央寄せを解除したい場合 */
  .tbl-spec .is-center{
    text-align:left;
  }
}



.right-img {
  opacity: 0;
}

.sp_header-nav{
  display:none;
}


/* SP表示 */
@media (max-width: 768px){

  /* SP時はナビを隠す（開いたら表示） */
  .sp_header-nav{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    padding:90px 20px 20px;
    background:#fff;
    /* z-index:1000; */
    overflow:auto;
  }
  .sp_header-nav.is-open{ display:block; }

  .sp_header-nav li{
    margin:0 0 18px;
  }
  .sp_header-nav li a{
    display:block;
    font-size:18px;
  }

  .hambarger-icon {
    z-index:1001;
  }

}




@media screen and (max-width: 768px) {
  .pc_version {
    display: none;
  }
  .sp_version {
    display: block;
  }
}


/*ーーーーーーーーーーーーーーーーーーーー
  page-contact.html終了
  ーーーーーーーーーーーーーーーーーーーー*/
.bottom-contact .container-small .form-item .form-right.checkbox-wrapper input {
  width: initial;
}/*# sourceMappingURL=style.css.map */



.icon {
  width: 30px;
  margin-right: 3px;
}
.row {
  display: flex;
  align-items: center;
  width: 90%;
}

.center_c {
  text-align: center!important;
}
