/* TOP CSS */
/* --------------------------------------
Base settings
---------------------------------------*/
.pc-hyde {
  display: block;
}

.sp-hyde {
  display: none;
}

.wrapper {
  max-width: 100%;
  padding: 0 15px;
}

.bottom30 {
  margin-bottom: 15px;
}

.bottom40 {
  margin-bottom: 20px;
}

.bottom50 {
  margin-bottom: 25px;
}

.bottom60 {
  margin-bottom: 30px;
}

.bottom70 {
  margin-bottom: 35px;
}

.bottom80 {
  margin-bottom: 40px;
}

.conts-padding {
  padding: 30px 0;
}

.under-dot-heading {
  margin-bottom: 40px;
  font-family: "Hiragino-w6", Meiryo, sans-serif;
}
.under-dot-heading::after {
  bottom: -25px;
}

/* ======================================
header
====================================== */
header {
  position: absolute;
  width: calc(100% - 30px);
  top: 20px;
  left: 15px;
}
header .flexbox h1 {
  max-width: 100px;
}
header .flexbox .btn.flexbox .icon {
  padding: 15px 15px 15px 10px;
}
header .flexbox .btn.flexbox .text {
  font-size: 18px;
  padding: 15px;
}

/* ======================================
main
====================================== */
.mainvisual {
  padding-top: 110px;
  padding-bottom: 30px;
}
.mainvisual .wrapper {
  max-width: 500px;
}
.mainvisual .data {
  font-size: 20px;
  height: 90px;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 24px;
}
.mainvisual .data::before, .mainvisual .data::after {
  height: 90px;
  left: -24px;
}
.mainvisual .data::after {
  left: auto;
  right: -24px;
}
.mainvisual .data .fs-l {
  font-size: 30px;
}

.issue .conts-padding {
  padding-bottom: 45px;
}
.issue .under-dot-heading {
  line-height: 1.3;
  font-size: 24px;
}
.issue .under-dot-heading .fs-l {
  font-size: 32px;
  color: #c30202;
}
.issue .text {
  font-family: "Hiragino-w8", Meiryo, sans-serif;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
}
.issue .text .fs-l {
  font-size: 22px;
  position: relative;
}
.issue .flexbox {
  padding-top: 90px;
  display: block;
}
.issue .flexbox .item {
  padding: 80px 20px 20px;
  width: 100%;
  font-size: 20px;
  position: relative;
}
.issue .flexbox .item .fs-l {
  font-size: 24px;
}
.issue .flexbox .item:before {
  width: 120px;
  height: 146px;
  left: calc(50% - 60px);
  top: -80px;
}
.issue .flexbox .item:first-child {
  margin-bottom: 90px;
}
.issue .flexbox .item:nth-child(2) {
  margin-bottom: 90px;
}
.issue .flexbox .item:last-child::before {
  width: 154px;
  left: calc(50% - 77px);
}

.conv a {
  color: #fff;
}
.conv::before {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #cd1e0c;
}
.conv .flexwrap {
  padding: 30px 0 270px 0;
}
.conv .flexwrap .catch {
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
}
.conv .flexwrap .catch .fs-l {
  font-size: 30px;
}
.conv .flexwrap .btn {
  font-size: 18px;
}
.conv .flexwrap .btn .icon {
  width: 24px;
}
.conv .flexwrap::after {
  width: 188px;
  height: 250px;
  right: auto;
  left: calc(50% - 94px);
  bottom: 0;
}
.conv .flexwrap .text.detail {
  font-size: 15px;
  text-align: center;
}
.conv.detail::before {
  bottom: -29px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #cd1e0c;
}

.strength {
  background: #fff266;
}
.strength .under-dot-heading {
  font-size: 24px;
}
.strength .under-dot-heading .fs-l {
  font-size: 30px;
}
.strength .under-dot-heading img {
  width: 120px;
  margin-right: 8px;
}
.strength .flexbox {
  padding-top: 20px;
  display: block;
}
.strength .flexbox .item {
  width: 100%;
  margin-bottom: 40px;
}
.strength .flexbox .item:last-child {
  margin-bottom: 0;
}
.strength .flexbox .item .photo img {
  width: 100%;
  height: auto;
}
.strength .flexbox .item .text {
  padding: 20px;
}
.strength .flexbox .item .text .heading {
  font-family: "Hiragino-w6", Meiryo, sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
  letter-spacing: 1;
}
.strength .flexbox .item::before {
  width: 80px;
  height: 80px;
  left: -15px;
  top: -20px;
}

.campaign .wrapper {
  text-align: center;
  max-width: 100%;
  position: relative;
}
.campaign .wrapper:before {
  content: none;
}
.campaign .wrapper:after {
  content: none;
}
.campaign .text.detail {
  max-width: 60%;
}

.conditions .list li,
.contact .list li {
  font-size: 14px;
}

.conditions .heading {
  font-family: "Hiragino-w6", Meiryo, sans-serif;
  font-size: 20px;
  padding: 15px;
}
.conditions .list {
  padding: 20px 0 30px;
}

.contact .form-wrap {
  padding: 20px;
}
.contact .form-wrap h2 {
  font-family: "Hiragino-w6", Meiryo, sans-serif;
  font-size: 24px;
  padding: 0 0 20px 32px;
  margin-bottom: 20px;
}
.contact .form-wrap h2:before {
  width: 24px;
  height: 18px;
  top: 9px;
}
.contact .form-wrap .list {
  padding-bottom: 20px;
}
.contact .form-wrap form .flexbox {
  padding: 10px 0 15px;
  display: block;
}
.contact .form-wrap form .flexbox .item {
  width: 100%;
  margin-bottom: 10px;
}
.contact .form-wrap form .flexbox .box {
  width: 100%;
}
.contact .form-wrap .submit {
  margin-top: 20px;
}

/* ======================================
footer
====================================== */
footer .logo {
  font-size: 16px;
}
footer .logo .inner:first-child {
  width: 110px;
}
footer address {
  line-height: 1.8;
  font-size: 14px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
footer address a {
  color: #fff;
}/*# sourceMappingURL=sp-layout.css.map */