@charset "UTF-8";
.sub_title_box {
  text-align: center;
}

body {
  color: #2a3033;
}

p {
  line-height: 170%;
}

ul {
  padding-left: 20px;
}
ul li {
  list-style: "・";
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.en {
  color: #e33435;
}

section.top {
  background-image: url("../../src/sub/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 233px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.top .title_box {
  text-align: center;
}
section.top .title_box h1 {
  color: white;
  font-size: 40px;
}
section.top .title_box .en {
  color: #e33435;
  font-size: 24px;
}

.breadcrumb {
  width: 1200px;
  margin: 30px auto;
  max-width: 90%;
  width: 1086px;
}
.breadcrumb a {
  display: inline;
}

.block {
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
  width: 1086px;
}

.flex-block {
  display: flex;
  gap: 5%;
  margin: 50px auto 70px auto;
}
.flex-block .right {
  width: 370px;
  max-width: 100%;
}
.flex-block .right img {
  margin-top: 100px;
  box-shadow: 25px -25px 0 #f0f0f0;
}
.flex-block .left {
  width: calc(100% - 370px - 5%);
}
.flex-block p {
  line-height: 170%;
}

.h2second {
  font-size: 32px;
  margin: 50px 0 30px 0;
}

.sub_box1 .left .en {
  font-size: 20px;
  color: #e33435;
  margin-bottom: 20px;
}
.sub_box1 .left h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.sub_title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  border-left: solid 3px #e33435;
  padding-left: 15px;
}
.sub_title h2 {
  font-size: 32px;
}

.contact_btn {
  margin-top: 150px;
}
.contact_btn .contact-block {
  width: 1200px;
  margin: 100px auto;
  max-width: 90%;
  max-width: 100%;
  width: 1500px;
  background-image: url(../../src/sub/contact.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.contact_btn .contact-block .contact_text {
  text-align: center;
  color: white;
  padding: 80px 0;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  max-width: 90%;
  position: relative;
}
.contact_btn .contact-block .contact_text .en {
  color: white;
  font-weight: 400;
}
.contact_btn .contact-block .contact_text .title {
  font-size: 32px;
  margin: 10px 0;
}
.contact_btn .contact-block .contact_text .arrow {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  right: -150px;
  transform: translate(0, -50%);
  border: solid 1px white;
}
.contact_btn .contact-block .contact_text .arrow img {
  width: 30px;
  margin: 0 auto;
  padding-left: 5px;
}
.contact_btn .contact-block .contact_text .arrow:hover {
  transform: scale(1.03, 1.03) translate(0, -50%);
}
.contact_btn .contact-block .contact_text p {
  font-weight: 400;
}

.sub_title_box {
  margin: 50px 0;
}
.sub_title_box a {
  display: inline;
  text-decoration: underline;
  color: #317da3;
}
.sub_title_box .en {
  font-size: 20px;
}
.sub_title_box h2 {
  font-size: 32px;
  margin: 30px 0;
}

@media (max-width: 1000px) {
  .flex-block {
    gap: 20px;
  }
  .flex-block .left {
    width: calc(100% - 220px);
  }
  .flex-block .right {
    width: 200px;
  }
  .sub_title {
    display: block;
  }
  .sub_title h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .sub_title .en {
    font-size: 14px;
  }
  .contact_btn .contact-block .contact_text {
    padding: 40px 0 20px 0;
  }
  .contact_btn .contact-block .contact_text .arrow {
    width: 60px;
    height: 60px;
    margin: 20px auto;
    right: -80px;
  }
  .contact_btn .contact-block .contact_text .arrow img {
    width: 17px;
  }
}
@media (max-width: 700px) {
  .flex-block {
    gap: 20px;
  }
  .flex-block .left {
    width: 100%;
  }
  .flex-block .right {
    width: 400px;
    max-width: 100%;
  }
  section.top .title_box h1 {
    color: white;
    font-size: 27px;
  }
  section.top .title_box .en {
    font-size: 14px;
  }
  .h2second {
    font-size: 27px;
    margin: 20px 0 30px 0;
  }
  .sub_title {
    display: block;
  }
  .sub_title h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .sub_title .en {
    font-size: 14px;
  }
  .flex-block {
    flex-direction: column-reverse;
  }
  .flex-block .right img {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .sub_box1 .left h2 {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .contact_btn .contact-block .contact_text {
    padding: 40px 0 20px 0;
  }
  .contact_btn .contact-block .contact_text .arrow {
    position: static;
    transform: none;
    width: 60px;
    height: 60px;
    margin: 20px auto;
  }
  .contact_btn .contact-block .contact_text .arrow img {
    width: 17px;
  }
  .sub_title_box h2 {
    font-size: 20px;
  }
  .sub_title_box p {
    text-align: left;
  }
}
@media (max-width: 550px) {
  .contact_btn .contact-block {
    background-position: center right 45%;
  }
}/*# sourceMappingURL=sub.css.map */