@charset "UTF-8";
/*
Theme Name: new_theme
Description:name
Version: 1.0
*/
/*変数設定用*/
.more-btn {
  max-width: 230px;
  width: 100%;
  display: block;
  padding: 16px;
  font-size: 1.4rem;
  text-align: center;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .more-btn {
    max-width: 180px;
    width: 100%;
    padding: 10px;
  }
}

.slide-all-container {
  position: relative;
}
.slide-all-container .fv-fix-banner {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  width: 380px;
}
@media screen and (max-width: 767px) {
  .slide-all-container .fv-fix-banner {
    right: 10px;
    bottom: 10px;
    width: 200px;
  }
}
.slide-all-container .fv-fix-banner a img {
  transition: 0.6s;
}

.fv-slide-list {
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-slide-list img {
    aspect-ratio: 1.765/1;
    object-fit: cover;
  }
}
.fv-slide-box {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .fv-slide-box {
    left: 10%;
  }
}
.fv-slide-box h2 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 100;
  line-height: 2.3em;
  letter-spacing: 28px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fv-slide-box h2 {
    font-size: 7vw;
    font-weight: 100;
    line-height: 1.8em;
    letter-spacing: 10px;
    margin-bottom: 20px;
  }
}
.fv-slide-box .txt {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 100;
  line-height: 2em;
  letter-spacing: 2px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  margin: auto;
  bottom: 100px;
  text-align: left;
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    position: absolute;
    bottom: 20px;
    margin: 10%;
  }
}
.slick-dots li {
  width: 20px;
  height: 8px;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
    width: 32px;
    height: 4px;
  }
}
.slick-dots li button:before {
  width: 8px;
  height: 8px;
  border-radius: 0%;
  background-color: #fff;
  opacity: 1;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li.slick-active button:before {
  background-color: #c31e24;
}

.making {
  padding-top: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .making {
    padding-top: 10px;
  }
}
.making .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .making .inner {
    display: block;
  }
}
.making .fl {
  width: 49%;
  background: url(./img/making_bg.png);
  padding: 90px 70px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .making .fl {
    width: 100%;
    padding: 50px 20px;
  }
}
.making .fl h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 6.5rem;
  color: #fff;
  letter-spacing: 10px;
  padding-bottom: 60px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .making .fl h2 {
    display: block;
    font-size: 6vw;
    padding-bottom: 30px;
  }
}
.making .fl h2:before {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 55px;
  height: 2px;
  content: "";
  background: #fff;
}
@media screen and (max-width: 767px) {
  .making .fl h2:before {
    bottom: 15px;
  }
}
.making .fl h2 span {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .making .fl h2 span {
    display: block;
    font-size: 3.5vw;
  }
}
.making .fl .txt {
  color: #fff;
  font-size: 1.4rem;
  line-height: 3em;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .making .fl .txt {
    font-size: 3.5vw;
    line-height: 2em;
    margin-bottom: 20px;
  }
}
.making .fl .more-btn {
  border: 1px solid #fff;
  color: #fff;
}
.making .fl .more-btn:hover {
  background: #fff;
  color: #c31e24;
}
.making .fr {
  width: 49%;
  background: url(./img/making-thum.png);
  background-size: cover;
  background-position: center;
}

.ttl {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 6.5rem;
  letter-spacing: 10px;
  padding-bottom: 35px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ttl {
    display: block;
    font-size: 6.5vw;
    padding-bottom: 20px;
  }
}
.ttl .jp {
  margin-left: 35px;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .ttl .jp {
    display: block;
    font-size: 3.5vw;
    margin-left: 0;
  }
}
.ttl .first {
  color: #c31e24;
}

.news {
  padding-top: 80px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news {
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
.news:before {
  position: absolute;
  left: 10px;
  top: -10px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 18rem;
  color: #eeeeee;
  line-height: 1;
  content: "NEWS";
  letter-spacing: 20px;
}
@media screen and (max-width: 767px) {
  .news:before {
    font-size: 15vw;
    letter-spacing: 10px;
  }
}
.news .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .flex .more-btn {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .news .flex .more-btn {
    display: none;
  }
}
.news .flex .more-btn:hover {
  background: #fff;
  color: #000;
}
.news ul {
  width: 90%;
  margin: 0 auto;
}
.news ul li {
  padding: 20px;
}
.news ul li:nth-of-type(odd) {
  background: rgba(212, 212, 212, 0.5);
}
.news ul li a {
  display: flex;
  color: #000;
  font-weight: bold;
  transition: 0.7s;
}
@media screen and (max-width: 767px) {
  .news ul li a {
    display: block;
  }
}
.news ul li a:hover {
  opacity: 0.6;
}
.news ul li a .day {
  font-size: 1.6rem;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news ul li a .day {
    font-size: 1.4rem;
    margin-right: 15px;
  }
}
.news ul li a .news-ttl {
  font-weight: bold;
  font-size: 1.9rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .news ul li a .news-ttl {
    font-size: 1.6rem;
  }
}
.news .more-btn.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .news .more-btn.sp {
    margin: 30px auto;
    display: block;
    border: 1px solid #000;
    background: #000;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .news .more-btn.sp:hover {
    background: #fff;
    color: #000;
  }
}

.catalog {
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .catalog {
    padding-top: 10px;
    margin-bottom: 10px;
    margin-top: 50px;
  }
}
.catalog:before {
  position: absolute;
  right: 10px;
  top: -10px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 18rem;
  color: #eeeeee;
  line-height: 1;
  content: "PRODUCT";
  letter-spacing: 20px;
}
@media screen and (max-width: 767px) {
  .catalog:before {
    left: 10px;
    right: auto;
    font-size: 15vw;
    letter-spacing: 10px;
  }
}
.catalog .flex-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .catalog .flex-box {
    display: block;
  }
}
.catalog .flex-box .fl {
  width: 49%;
  margin-right: 1%;
  padding: 220px 0;
  background: url(./img/catalog01.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .catalog .flex-box .fl {
    width: 100%;
    margin-right: 0;
    padding: 50px 0;
    margin-bottom: 10px;
  }
}
.catalog .flex-box .fr {
  width: 49%;
  margin-left: 1%;
  padding: 220px 0;
  background: url(./img/catalog02.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .catalog .flex-box .fr {
    width: 100%;
    margin-left: 0;
    padding: 50px 0;
  }
}
.catalog .flex-box .blackbg {
  padding: 60px 0 50px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .catalog .flex-box .blackbg {
    padding: 30px 0;
  }
}
.catalog .flex-box .blackbg h3 {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .catalog .flex-box .blackbg h3 {
    font-size: 5.5vw;
    margin-bottom: 20px;
  }
}
.catalog .flex-box .blackbg .more-btn {
  margin: auto;
  border: 1px solid #c31e24;
  background: #c31e24;
  color: #fff;
}
.catalog .flex-box .blackbg .more-btn:hover {
  background: #fff;
  color: #c31e24;
}

.pdf-download {
  padding: 70px 0;
  background: url(./img/pdf_dl.png);
  background-size: cover;
  background-position: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .pdf-download {
    padding: 50px 0;
    margin-bottom: 30px;
    background-position: 510px 0;
  }
}
.pdf-download .container {
  border: 2px solid #fff;
  padding: 70px 45px 48px;
}
@media screen and (max-width: 767px) {
  .pdf-download .container {
    padding: 30px 20px;
  }
}
.pdf-download .container .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .pdf-download .container .flex {
    display: block;
  }
}
.pdf-download .container .ttl {
  color: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .pdf-download .container .ttl {
    text-align: center;
  }
}
.pdf-download .container .ttl .jp {
  margin-left: 0;
  display: block;
}
.pdf-download .container .more-btn {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
}
@media screen and (max-width: 767px) {
  .pdf-download .container .more-btn {
    margin: auto;
  }
}
.pdf-download .container .more-btn:hover {
  background: #000;
  color: #fff;
}

.contact-area {
  padding: 114px 0;
  text-align: center;
  background: url(./img/contact_bg.png);
  background-size: cover;
  background-position: center;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.contact-area::after {
  content: "CONTACT";
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  position: absolute;
  right: 104px;
  bottom: -23px;
  font-size: 18rem;
  color: #7c0005;
  line-height: 1;
  letter-spacing: 20px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .contact-area::after {
    font-size: 5rem;
    bottom: 0;
    right: -18px;
  }
}
.contact-area .ttl {
  display: block;
  padding-bottom: 0;
}
.contact-area .jp {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .contact-area .jp {
    font-size: 3.5vw;
  }
}
.contact-area .txt {
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .contact-area .txt {
    font-size: 3.5vw;
    padding: 40px 20px;
  }
}
.contact-area .contact-link {
  padding: 20px 70px 20px 90px;
  font-size: 1.6rem;
  display: inline-block;
  border: #fff solid 1px;
  position: relative;
  color: #fff;
  transition: 0.6s;
}
.contact-area .contact-link:hover {
  background: #fff;
  color: #c31e24;
  border: 1px solid #c31e24;
}
.contact-area .contact-link:hover::before {
  background: url(./img/icon_mail_hover.png);
  background-size: contain;
}
.contact-area .contact-link::before {
  content: "";
  background: url(./img/icon_mail.png);
  width: 24px;
  height: 18px;
  left: 46px;
  top: 24px;
  position: absolute;
  background-size: contain;
  display: inline-block;
  transition: 0.6s;
}
@media screen and (max-width: 767px) {
  .contact-area .contact-link::before {
    left: 26px;
    top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .contact-area .contact-link {
    font-size: 1.4rem;
    padding: 10px 60px;
  }
}

.recruit {
  padding-top: 80px;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit {
    margin-top: 50px;
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
.recruit:before {
  position: absolute;
  left: 10px;
  top: -10px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 18rem;
  color: #eeeeee;
  line-height: 1;
  content: "RECRUIT";
  letter-spacing: 20px;
}
@media screen and (max-width: 767px) {
  .recruit:before {
    font-size: 15vw;
  }
}
.recruit .inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .recruit .inner {
    display: block;
  }
}
.recruit .inner .fl {
  width: 100%;
  margin-right: 0%;
}
@media screen and (max-width: 767px) {
  .recruit .inner .fl {
    width: 100%;
    margin-right: 0;
  }
}
.recruit .inner .fl .txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .recruit .inner .fl .txt {
    font-size: 3.5vw;
  }
}
.recruit .inner .fl .more-btn {
  margin-top: 20px;
  border: 1px solid #c31e24;
  background: #c31e24;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit .inner .fl .more-btn {
    margin: 20px auto;
  }
}
.recruit .inner .fl .more-btn:hover {
  background: #fff;
  color: #c31e24;
}

.breadcrumb {
  padding: 15px 0 50px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 15px 0 30px;
  }
}
.breadcrumb ul li {
  margin-right: 37px;
  float: left;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li {
    font-size: 1.2rem;
  }
}
.breadcrumb ul li a {
  font-size: 1.4rem;
  color: #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li a {
    font-size: 1.2rem;
  }
}
.breadcrumb ul li a:before {
  content: "";
  position: absolute;
  right: -28px;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 6px solid #c31e24;
}

.under_fv {
  padding: 65px 0;
  background: url("./img/under_fv.png");
  background-size: cover;
  padding: 200px 0 120px;
}
@media screen and (max-width: 767px) {
  .under_fv {
    background: url("./img/under_fv_sp.png");
    background-size: cover;
    padding: 100px 0 160px;
  }
}
.under_fv h2 {
  font-size: 5rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 5px;
}
.under_fv span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}

/*入力画面*/
.contact_txt {
  font-size: 1.4rem;
  margin-bottom: 50px;
  letter-spacing: 1px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .contact_txt {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.contact_txt .red {
  color: #ea8100;
}
.contact_txt a {
  color: #093878;
}

.form_table {
  max-width: 710px;
  margin: auto;
}
.form_table dl {
  margin-bottom: 35px;
}
.form_table dl dt {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.form_table dl dt span {
  color: #c31e24;
  margin-right: 5px;
}
.form_table dl dd {
  font-size: 1.6rem;
}
.form_table dl dd input[type=text] {
  width: 100%;
  padding: 10px;
  background: #fff;
  font-size: 1.6rem;
  border: 1px solid #ccc;
}
.form_table dl dd textarea {
  min-height: 300px;
  width: 100%;
  padding: 10px;
  background: #fff;
  font-size: 1.6rem;
  border: 1px solid #ccc;
}
.form_table dl dd .cp_ipselect {
  position: relative;
}
.form_table dl dd .cp_ipselect:before {
  position: absolute;
  top: 1em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}
.form_table dl dd .cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px;
  font-size: 1.6rem;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.form_table dl dd .cp_ipselect select::-ms-expand {
  display: none;
}
.form_table dl dd .horizontal-item {
  display: block;
  padding-left: 25px;
}
.form_table dl dd .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.form_table dl dd input[type=checkbox] {
  display: none;
}
.form_table dl dd input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  margin-left: 0;
  padding: 5px 20px;
  border-radius: 2px;
  color: #000;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 0px;
  cursor: pointer;
}
.form_table dl dd input[type=checkbox] + span:before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 15px;
  height: 15px;
  content: "";
  margin-top: -8px;
  border: 1px solid #191919;
  background: #fff;
}
.form_table dl dd input[type=checkbox]:checked + span::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -9px;
  left: -5px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #101e63;
  border-bottom: 3px solid #101e63;
  transform: rotate(45deg);
}

/*確認画面*/
.mw_wp_form_confirm .contact_txt {
  display: none;
}
.mw_wp_form_confirm .form_table dl dd .cp_ipselect {
  border: none;
}
.mw_wp_form_confirm .form_table dl dd .cp_ipselect:before {
  display: none;
}

.formbtnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 100px;
}
.formbtnWrap .btn {
  max-width: 315px;
  width: 95%;
  margin: 0 20px;
  display: block;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  transition: 0.6s;
}
.formbtnWrap .btn.send {
  border: 1px solid #c31e24;
  background: #c31e24;
  color: #fff;
}
.formbtnWrap .btn.send:hover {
  background: #fff;
  color: #c31e24;
}
.formbtnWrap .btn.back {
  background: #ccc;
  color: #000;
}
.formbtnWrap .btn.back:hover {
  background: #000;
  color: #ccc;
}

.privacy_wrap {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .privacy_wrap {
    margin-bottom: 50px;
  }
}
.privacy_wrap .mb25 {
  margin-bottom: 25px;
}
.privacy_wrap h3 {
  margin-top: 50px;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .privacy_wrap h3 {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.privacy_wrap h3:before {
  position: absolute;
  width: 4px;
  height: 70%;
  content: "";
  top: 15%;
  left: 0;
  background: #c31e24;
}
.privacy_wrap .privacy_txt {
  font-size: 1.4rem;
  line-height: 2em;
  color: #3e3a39;
}
@media screen and (max-width: 767px) {
  .privacy_wrap .privacy_txt {
    font-size: 1.2rem;
    line-height: 1.8em;
  }
}
.privacy_wrap .privacy_txt + .privacy_txt {
  margin-top: 15px;
}
.privacy_wrap ul li {
  font-size: 1.4rem;
  line-height: 2em;
  position: relative;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .privacy_wrap ul li {
    font-size: 1.2rem;
    line-height: 1.8em;
  }
}
.privacy_wrap ul li span {
  position: absolute;
  left: 0;
}
.privacy_wrap ul + .privacy_txt {
  margin-top: 15px;
}

.page-link ul li {
  float: left;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .page-link ul li {
    width: 50%;
  }
}
.page-link ul li a {
  border-top: 3px solid #cccccc;
  display: block;
  text-align: center;
  color: #000;
  padding: 35px 0;
  font-size: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-link ul li a {
    border-top: 2px solid #cccccc;
    padding: 15px 0 30px;
  }
}
.page-link ul li a:hover {
  border-top: 3px solid #c31e24;
}
.page-link ul li a:before {
  position: absolute;
  bottom: 10px;
  left: 50%;
  content: "";
  width: 5px;
  height: 5px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  margin-left: -2.5px;
}

.eng-ttl {
  text-align: center;
  font-size: 1.6rem;
  color: #000;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .eng-ttl {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.eng-ttl:first-letter {
  color: #c31e24;
}

.jp-ttl {
  text-align: center;
  font-size: 3.6rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .jp-ttl {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
}

.messege {
  padding: 95px 0;
}
@media screen and (max-width: 767px) {
  .messege {
    padding: 50px 0;
  }
}
.messege .fr {
  float: right;
  width: 164px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .messege .fr {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.messege .fr .name {
  margin-top: 10px;
  font-size: 1.6rem;
}
.messege .fl {
  float: left;
  width: calc(100% - 212px);
  font-size: 1.4rem;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .messege .fl {
    float: none;
    width: 100%;
  }
}

.overview {
  background: linear-gradient(180deg, #c31e24 0%, #c31e24 33%, #fff 33%, #fff 100%);
  padding: 95px 0;
}
@media screen and (max-width: 767px) {
  .overview {
    padding: 50px 0;
  }
}
.overview .eng-ttl {
  color: #fff;
}
.overview .eng-ttl:first-letter {
  color: #fff;
}
.overview .jp-ttl {
  color: #fff;
}
.overview table {
  width: 100%;
  border: 1px solid #cccccc;
  background: #fff;
}
.overview table th {
  width: 240px;
  background: #f2f2f2;
  border: 1px solid #cccccc;
  font-size: 1.6rem;
  padding: 23px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .overview table th {
    width: 100%;
    display: block;
    padding: 15px;
  }
}
.overview table td {
  border: 1px solid #cccccc;
  font-size: 1.6rem;
  padding: 23px;
}
@media screen and (max-width: 767px) {
  .overview table td {
    width: 100%;
    display: block;
    padding: 15px;
  }
}
.overview table td a {
  color: #000;
  text-decoration: underline;
}
.overview .more-btn {
  margin: 50px auto;
  border: 1px solid #c31e24;
  background: #c31e24;
  color: #fff;
}
.overview .more-btn:hover {
  background: #fff;
  color: #c31e24;
}

.history {
  padding: 95px 0;
}
@media screen and (max-width: 767px) {
  .history {
    padding: 50px 0;
  }
}
.history table {
  max-width: 870px;
  width: 100%;
  margin: auto;
}
.history table td {
  font-size: 1.6rem;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .history table td:nth-of-type(1) {
    display: inline-block;
    width: auto;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .history table td:nth-of-type(2) {
    display: inline-block;
    width: auto;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .history table td:nth-of-type(3) {
    display: block;
    width: 100%;
    padding-top: 5px;
  }
}

.office {
  padding: 95px 0;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .office {
    padding: 50px 0;
  }
}
.office table {
  border: 1px solid #cccccc;
  width: 100%;
  margin: auto;
  background: #fff;
}
.office table th {
  font-size: 1.6rem;
  color: #fff;
  background: #c31e24;
  padding: 30px 20px;
  width: 240px;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .office table th {
    display: block;
    width: 100%;
  }
}
.office table td {
  font-size: 1.6rem;
  padding: 30px 20px;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .office table td {
    display: block;
    width: 100%;
  }
}
.office table td .mail a {
  color: #000;
}
.office table td.map {
  width: 320px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .office table td.map {
    display: block;
    width: 100%;
  }
}
.office table td.map .map-btn {
  margin: auto;
  max-width: 220px;
  width: 100%;
  display: block;
  background: #c31e24;
  padding: 10px;
  color: #fff;
  text-align: center;
  position: relative;
}
.office table td.map .map-btn:before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: -2.5px;
}

.vision {
  max-width: 950px;
  margin: auto;
  padding: 95px 0;
}
@media screen and (max-width: 767px) {
  .vision {
    padding: 50px 0;
  }
}
.vision .jp-ttl span {
  color: #c31e24;
  font-family: "Roboto", sans-serif;
  font-size: 5rem;
  font-style: italic;
  padding: 0 10px 0 0;
}
.vision-list {
  margin-bottom: 25px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .vision-list {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .vision-list {
    display: block;
  }
}
.vision-list ul:first-of-type {
  width: 100;
}
@media screen and (max-width: 767px) {
  .vision-list ul:first-of-type {
    width: 100%;
  }
}
.vision-list ul li {
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 35px;
  position: relative;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .vision-list ul li {
    font-size: 1.8rem;
    margin-bottom: 25px;
    padding-left: 2.2rem;
  }
}
.vision-list ul li::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background-color: #c31e24;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .vision-list ul li::before {
    width: 17px;
    top: 6px;
  }
}
.vision-list ul li .number {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 1;
  color: #c31e24;
  font-family: "Roboto", sans-serif;
  font-size: 5rem;
  font-style: italic;
  transform: translate(0, -50%);
  width: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vision-list ul li .number {
    font-size: 4rem;
    width: 50px;
  }
}
.vision-list ul li .ls {
  padding-right: 0.3em;
  position: relative;
}
.vision-list ul li .ls:before {
  position: absolute;
  right: -0.4em;
  content: "・";
}
.vision .txt {
  font-size: 1.4rem;
  color: #3e3a39;
  line-height: 2em;
}

.main {
  float: right;
  width: 71%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .main {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.main ul li {
  box-shadow: 1px 1px 5px #ccc;
  margin-bottom: 15px;
}
.main ul li a {
  display: flex;
  width: 100%;
  align-content: center;
  padding: 20px;
}
.main ul li .date {
  font-size: 1.4rem;
  color: #000;
  font-weight: 700;
  margin-right: 40px;
}
.main ul li h3 {
  font-size: 1.6rem;
  color: #000;
  font-weight: 700;
}
.main .pager {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.main .pager span,
.main .pager a {
  width: 40px;
  height: 40px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 40px;
  color: #999999;
  border-bottom: 1px solid #999999;
}
.main .pager span.current,
.main .pager a.current {
  color: #c31e24;
  border-bottom: 2px solid #c31e24;
}
.main .pager span.prev,
.main .pager a.prev {
  position: relative;
  border-bottom: none;
}
.main .pager span.prev:before,
.main .pager a.prev:before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 5px;
  height: 5px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(135deg);
  margin-top: -2.5px;
}
.main .pager span.next,
.main .pager a.next {
  position: relative;
  border-bottom: none;
}
.main .pager span.next:before,
.main .pager a.next:before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 5px;
  height: 5px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(315deg);
  margin-top: -2.5px;
}
.main.detail .date {
  font-size: 1.4rem;
  color: #000;
  font-weight: 700;
  margin-right: 40px;
}
.main.detail h2 {
  font-size: 2.4rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 35px;
}
.main.detail .detail-box {
  padding: 50px 45px;
  border: 1px solid #ccc;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .main.detail .detail-box {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}
.main.detail .detail-box h1 {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0.5em 0;
  color: #e60012;
  border-top: solid 3px #e60012;
  border-bottom: solid 3px #e60012;
  margin: 20px 0;
}
.main.detail .detail-box h2 {
  font-size: 1.8rem;
  padding: 0.25em 0.5em;
  color: #000;
  background: transparent;
  border-left: solid 5px #e60012;
  margin: 20px 0;
}
.main.detail .detail-box h3 {
  font-size: 1.6rem;
  padding: 0.5em;
  color: #fff;
  background: #b5000e;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .main.detail .detail-box h3 {
    margin-bottom: 15px;
  }
}
.main.detail .detail-box h4 {
  font-size: 1.6rem;
  padding: 0.5em;
  color: #fff;
  background: #e60012;
  margin: 20px 0;
}
.main.detail .detail-box h5 {
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #e60012;
  margin: 20px 0;
}
.main.detail .detail-box h6 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px 0;
}
.main.detail .detail-box strong {
  font-weight: bold;
}
.main.detail .detail-box ul {
  list-style: disc;
  font-size: 1.6rem;
  padding-left: 20px;
}
.main.detail .detail-box ul li {
  box-shadow: none;
  margin-bottom: 5px;
  list-style: disc;
}
.main.detail .detail-box ol {
  list-style-type: decimal;
  font-size: 1.6rem;
  padding-left: 20px;
}
.main.detail .detail-box ol li {
  list-style-type: decimal;
}
.main.detail .detail-box blockquote {
  position: relative;
  margin: 2em 0;
  padding: 1.2em;
  font-size: 0.9em;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.main.detail .detail-box blockquote::after, .main.detail .detail-box blockquote::before {
  position: absolute;
  font-size: 15em;
  opacity: 0.1;
}
.main.detail .detail-box blockquote::before {
  top: -15px;
  left: 20px;
  content: "“";
}
.main.detail .detail-box blockquote::after {
  bottom: -61px;
  right: 20px;
  content: "”";
  padding: 10px;
}
.main.detail .detail-box p {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .main.detail .detail-box p {
    margin-bottom: 15px;
  }
}
.main.detail .back_link {
  font-size: 1.6rem;
  padding-left: 27px;
  position: relative;
  color: #000;
}
.main.detail .back_link:before {
  position: absolute;
  top: 50%;
  left: 0px;
  content: "";
  width: 5px;
  height: 5px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(135deg);
  margin-top: -2.5px;
}

.side {
  float: left;
  width: 280px;
}
@media screen and (max-width: 767px) {
  .side {
    float: none;
    width: 100%;
  }
}
.side h2 {
  color: #fff;
  background: #c31e24;
  padding: 20px;
  font-size: 1.8rem;
  line-height: 1;
}
.side ul.accordion ul.hide {
  /* アコーディオン非表示 */
  display: none;
}
.side ul.accordion li {
  /* リセット */
  list-style: none;
  background: none;
  padding: 0;
}
.side ul.accordion li p {
  /* リセット */
  margin: 0;
  font-size: 1.6rem;
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.side ul.accordion li p:before {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  width: 5px;
  height: 5px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  margin-top: -2.5px;
}
.side ul.accordion ul li {
  /* アーカイブリスト */
  position: relative;
}
.side ul.accordion ul li a {
  display: block;
  font-size: 1.6rem;
  padding: 10px 30px;
  color: #000;
}
.side ul.accordion ul li::after {
  /* アーカイブリストマーク */
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 23px;
  height: 2px;
  background: #c31e24;
}

.service-list {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .service-list {
    margin-bottom: 50px;
  }
}
.service-list h2 {
  margin-top: 50px;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .service-list h2 {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.service-list h2:before {
  position: absolute;
  width: 4px;
  height: 70%;
  content: "";
  top: 15%;
  left: 0;
  background: #c31e24;
}
.service-list .txt {
  font-size: 1.4rem;
  line-height: 1.8em;
}
.service-list ul {
  max-width: 850px;
  margin: 40px auto 110px;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-list ul {
    margin: 30px auto;
  }
}
.service-list ul li {
  width: 32%;
}
.service-list ul li h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .service-list ul li h3 {
    font-size: 1.2rem;
  }
}
.service-list dl {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.service-list dl dt {
  font-size: 2rem;
  padding: 10px;
  color: #fff;
  text-align: center;
  background: #3f5481;
}
.service-list dl dd {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 15px;
  box-sizing: border-box;
}
.service-list .flex2 {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 30px;
}
@media screen and (max-width: 767px) {
  .service-list .flex2 {
    display: block;
    margin: 20px auto;
  }
}
.service-list .flex2 dl {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .service-list .flex2 dl {
    width: 100%;
    margin-bottom: 20px;
  }
}
.service-list .flex3 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-list .flex3 {
    display: block;
    margin: 20px auto;
  }
}
.service-list .flex3 dl {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .service-list .flex3 dl {
    width: 100%;
    margin-bottom: 20px;
  }
}
.service-list .flex3.red {
  margin: 50px auto 40px;
}
.service-list .flex3.red dl dt {
  background: #c31e24;
}
.service-list .plus {
  text-align: center;
  margin-bottom: 40px;
}
.service-list .red-plus {
  background: #c31e24;
  color: #fff;
  padding: 30px;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .service-list .red-plus {
    padding: 15px;
    font-size: 1.6rem;
    margin-bottom: 50px;
  }
}

.catalog_detail {
  margin-bottom: 80px;
}
.catalog_detail .fl {
  float: left;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .catalog_detail .fl {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.catalog_detail .fl .mainImg {
  border: 1px solid #ccc;
  overflow: hidden;
}
.catalog_detail .fl .mainImg img {
  width: 100%;
  transform: scale(1.02);
}
.catalog_detail .fl .subImg {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.catalog_detail .fl .subImg li {
  float: left;
  width: 32%;
  border: 1px solid #ccc;
  overflow: hidden;
}
.catalog_detail .fl .subImg li:nth-child(2) {
  margin: 0 2%;
}
.catalog_detail .fl .subImg li img {
  width: 100%;
  transform: scale(1.02);
}
.catalog_detail .fr {
  float: right;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .catalog_detail .fr {
    float: none;
    width: 100%;
  }
}
.catalog_detail .fr h2 {
  font-size: 2.8rem;
  font-weight: 900;
  color: #000;
  margin-bottom: 15px;
}
.catalog_detail .fr h2:first-letter {
  color: #c31e24;
}
.catalog_detail .fr .txt {
  font-size: 1.4rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .catalog_detail .fr .txt {
    margin-bottom: 20px;
  }
}
.catalog_detail .fr dl {
  margin-bottom: 20px;
}
.catalog_detail .fr dl:nth-child(n+2) dt {
  font-weight: 500;
  font-size: 1.6rem;
}
.catalog_detail .fr dl:nth-child(n+2) dt::before {
  content: "■";
  width: 0px;
  color: #c31e24;
  font-size: 13px;
  top: 13px;
}
.catalog_detail .fr dl:last-of-type {
  margin-bottom: 0;
}
.catalog_detail .fr dl dt {
  font-size: 1.8rem;
  color: #000;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding: 10px 7px 10px 23px;
  margin-bottom: 15px;
  position: relative;
}
.catalog_detail .fr dl dt:before {
  content: "";
  width: 4px;
  height: 60%;
  background: #c31e24;
  position: absolute;
  bottom: 20%;
  left: 0;
}
.catalog_detail .fr dl dd {
  font-size: 1.4rem;
  color: #3e3a39;
  font-weight: 500;
  line-height: 1.8em;
}

.type-list {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .type-list {
    margin-bottom: 50px;
  }
}
.type-list h2 {
  font-size: 2.4rem;
  color: #000;
  font-weight: 700;
  padding: 10px 7px 10px 23px;
  margin-bottom: 40px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .type-list h2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.type-list h2:before {
  content: "";
  width: 4px;
  height: 60%;
  background: #c31e24;
  position: absolute;
  bottom: 20%;
  left: 0;
}
.type-list .txt {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.8em;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .type-list .txt {
    margin-bottom: 30px;
  }
}
.type-list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.type-list ul li {
  float: left;
  width: 32%;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .type-list ul li {
    float: none;
    width: 100%;
  }
}
.type-list ul li:nth-child(3n+2) {
  margin: 0 2% 10px;
}
@media screen and (max-width: 767px) {
  .type-list ul li:nth-child(3n+2) {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
}
.type-list ul li img {
  height: 245px;
  object-fit: cover;
  width: 100%;
}
.type-list ul li h3 {
  font-size: 1.8rem;
  color: #000;
  font-weight: 700;
  padding: 10px 7px 10px 23px;
  position: relative;
}
.type-list ul li h3:before {
  content: "";
  width: 4px;
  height: 60%;
  background: #c31e24;
  position: absolute;
  bottom: 20%;
  left: 0;
}
.type-list ul li h3:after {
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 7px solid #c31e24;
  position: absolute;
  bottom: 50%;
  margin-bottom: -4px;
  right: 0;
}
.type-list .youtube {
  position: relative;
  width: 70%;
  margin: 30px auto 80px;
  padding-top: 39.4%;
}
@media screen and (max-width: 767px) {
  .type-list .youtube {
    width: 100%;
    padding-top: 56.25%;
  }
}
.type-list .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.type-list .pointbox {
  background: #fff9e2;
  padding: 0 25px 30px;
  margin-bottom: 40px;
}
.type-list .pointbox h3 {
  text-align: center;
}
.type-list .pointbox h3 span {
  display: inline-block;
  font-size: 2.4rem;
  color: #000;
  font-weight: 700;
  transform: translate(0, -50%);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .type-list .pointbox h3 span {
    margin-bottom: 0px;
  }
}
.type-list .pointbox h3 span:first-letter {
  color: #c31e24;
}
.type-list .pointbox ul li {
  float: none;
  font-size: 1.6rem;
  width: 100%;
  margin: 0 0 10px;
}
.type-list .pointbox ul li:first-letter {
  color: #c31e24;
}

.catalog-ttlwrap {
  margin-bottom: 30px;
}
.catalog-ttlwrap h2 {
  font-size: 2.8rem;
  font-weight: 900;
  color: #000;
  margin-bottom: 15px;
}
.catalog-ttlwrap h2:first-letter {
  color: #c31e24;
}
.catalog-ttlwrap .txt {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
}

.yt {
  padding-top: 0;
}

.rec-youtube {
  position: relative;
  width: 850px;
  max-width: 850px;
  margin: 30px auto 80px;
  padding-top: 39.4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .rec-youtube {
    width: 100%;
    max-width: 95%;
    padding-top: 56.25%;
  }
}

.rec-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/**/
.recruit-btn-outer {
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .recruit-btn-outer {
    margin: 35px auto 50px;
  }
}
.recruit-btn-outer .lead {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 auto 22px;
}
@media screen and (max-width: 767px) {
  .recruit-btn-outer .lead {
    font-size: 3.5vw;
    margin: 0 auto 15px;
  }
}

.recruit-btn {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -10px -10px;
}
@media screen and (max-width: 767px) {
  .recruit-btn {
    margin: 0 0 -3% -3%;
    align-items: flex-start;
  }
}
.recruit-btn a {
  width: 228px;
  margin: 0 0 10px 10px;
  display: block;
  text-decoration: none !important;
  color: #fff !important;
  border: 1px solid #ccc;
  display: block;
  line-height: 0;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .recruit-btn a {
    width: 47%;
    margin: 0 0 3% 3%;
  }
}
.recruit-btn a img {
  object-fit: cover;
  width: 100%;
  opacity: 1 !important;
}
.recruit-btn a.text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  min-height: 70px;
  line-height: 1.5;
  padding: 10px 45px;
  background-position: 92% center;
  background-repeat: no-repeat;
  background-image: url(./img/recruit_arrow.svg);
  background-size: 20px 20px;
}
@media screen and (max-width: 767px) {
  .recruit-btn a.text {
    min-height: 60px;
    font-size: 15px;
    background-size: 15px 15px;
  }
}
@media screen and (min-width: 768px) {
  .recruit-btn a:hover {
    opacity: 0.8;
  }
}

#download-page .download-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #download-page .download-flex {
    display: block;
  }
}
#download-page .download-flex .download-block {
  width: calc(33.3333333333% - 30px);
}
@media screen and (max-width: 767px) {
  #download-page .download-flex .download-block {
    width: 100%;
  }
  #download-page .download-flex .download-block:nth-of-type(n + 2) {
    margin-top: 80px;
  }
}
#download-page .download-flex .download-block .img-wrap {
  margin-bottom: 10px;
}
#download-page .download-flex .download-block .img-wrap img {
  width: 100%;
  height: 260px;
  object-fit: contain;
}
#download-page .download-flex .download-block .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
#download-page .download-flex .download-block .download-btn {
  text-align: center;
  padding: 20px;
}
#download-page .download-flex .download-block .download-btn a {
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  padding: 20px;
}

.icon-ins {
  position: relative;
  right: 55px;
  width: 30px;
  height: 30px;
  top: 5px;
}/*# sourceMappingURL=style.css.map */
