@charset "utf-8";
body {
  min-width: fit-content;
}
#suntoryCommonWrapper {
  background: #0750A2;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
#suntory_contents {
  color: #000;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 50%, rgba(7, 80, 162, 0.5));
  padding: 0 50px 180px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #suntory_contents {
    padding: 0 0 calc(100vw * 120 / 420);
  }
}
#suntory_contents .heading {
  display: inline-block;
  width: 258px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 10px 0 0;
  padding: 12px 0 13px;
  background: #CE2125;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  #suntory_contents .heading {
    width: calc(100vw * 180 / 420);
    font-size: calc(100vw * 17 / 420);
    padding: calc(100vw * 8 / 420) 0;
      margin: 0 calc(100vw * 5 / 420) 0 0;
  }
}
#suntory_contents h3 {
  display: inline-block;
  font-size: 20px;
  color: #000;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  margin: 00;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #suntory_contents h3 {
    font-size: calc(100vw * 13 / 420);
    padding: calc(100vw * 5 / 420) 0;
  }
}
#suntory_contents img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.sp_none {
  display: block;
}
.pc_none {
  display: none;
}
.md_none {
  display: none;
}
.layoutBox {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .md_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
  .pc_none {
    display: block;
  }
}
#mv {
  max-width: 1164px;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #mv {
    padding-top: 0;
  }
}
#mv h1 {
  margin: 0;
  padding: 0;
}
#wrapper {
  max-width: 1064px;
  margin: 0 auto;
  padding: 90px 50px 120px;
  background-image: linear-gradient(#e8e8e8, #ffffff 54%, #f0f0f0 100%);
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding: calc(100vw * 50 / 420) calc(100vw * 20 / 420);
  }
}
#contents p {
  font-size: 32px;
  font-weight: 400;
  margin: 30px auto 120px;
}
@media screen and (max-width: 768px) {
  #contents p {
    font-size: calc(100vw * 24 / 420);
    margin: calc(100vw * 30 / 420) auto calc(100vw * 80 / 420);
  }
}
.notice {
  text-align: center;
}
.notice-inner {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
  padding: 40px 80px;
  margin: 0 auto;
  border-radius: 5px;
  background: rgba(242, 211, 103, 0.50);
}
@media screen and (max-width: 768px) {
  .notice-inner {
    font-size: calc(100vw * 16 / 420);
    padding: calc(100vw * 20 / 420) calc(100vw * 30 / 420);
  }
}
#button {
  margin: 120px auto 220px;
}
@media screen and (max-width: 768px) {
  #button {
    margin: calc(100vw * 80 / 420) auto calc(100vw * 120 / 420);
  }
}
.btn_apply {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 120px;
  border-radius: 60px;
  background: #CE2125;
  box-shadow: 0 15px 0 0 #7E0003;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: 0.3s;
  top: 0;
}
.btn_apply::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  border-right: 0;
  top: 47px;
  right: 35px;
}
@media screen and (min-width: 769px) {
  .btn_apply:hover {
    top: 15px;
    box-shadow: 0 0 0 0 #7E0003;
  }
}
@media screen and (max-width: 768px) {
  .btn_apply {
    width: calc(100vw * 340 / 420);
    height: calc(100vw * 90 / 420);
    border-radius: calc(100vw * 45 / 420);
    font-size: calc(100vw * 24 / 420);
  }
  .btn_apply::after {
    border-top: calc(100vw * 10 / 420) solid transparent;
    border-bottom: calc(100vw * 10 / 420) solid transparent;
    border-left: calc(100vw * 16 / 420) solid #fff;
    border-right: 0;
    top: calc(100vw * 37 / 420);
    right: calc(100vw * 30 / 420);
  }
}
#inquiry {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
#inquiryInner {
  border: solid 1px #74BFEB;
  display: inline-block;
  padding: 40px 50px 20px;
  border-radius: 5px;
  margin: 0 5%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #inquiryInner {
    padding: 8% 8% 5%;
  }
}
#suntory_contents #inquiry h2 {
  color: rgba(7, 80, 162, 1);
  background: #fff;
}
#inquiry h3 {
  display: block;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  margin: 30px auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #inquiry h3 {
    font-size: 4.571428571428571vw;
    line-height: 4.571428571428571vw;
    margin: 5.714285714285714vw auto 2.857142857142857vw;
  }
}
#inquiry h4 {
  margin: 0 auto;
  padding: 0;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #inquiry h4 {
    font-size: 9.142857142857142vw;
    line-height: 6vw;
  }
}
#inquiry p {
  margin: 0 0 20px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #inquiry p {
    margin: 0 0 2.857142857142857vw;
  }
}
.inq_s {
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .inq_s {
    font-size: 2.857142857142857vw;
  }
}
.inq_l {
  display: inline-block;
  font-weight: 700;
  font-size: 36px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .inq_l {
    font-size: 5.142857142857142vw;
    margin-left: 1.4285714285714286vw;
  }
}
#end_wrapper {
  max-width: 1064px;
  margin: 0 auto;
  padding: 120px 50px;
  text-align: center;
  color: #fefefe;
  font-size: 36px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #end_wrapper {
    font-size: calc(100vw * 22 / 420);
    padding: calc(100vw * 100 / 420) 0;
  }
}