@charset "UTF-8";
/* TOP CSS */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.pc-hyde {
  display: none;
}

.sp-hyde {
  display: block;
}

.wrapper {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.flexbox {
  display: flex;
}
.flexbox.col3 {
  justify-content: space-between;
}
.flexbox.col3 .item {
  width: 32%;
}

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

.under-dot-heading {
  text-align: center;
  font-family: "Hiragino-w8", Meiryo, sans-serif;
  position: relative;
  margin-bottom: 80px;
}
.under-dot-heading::after {
  content: "";
  display: inline-block;
  background-image: url(../img/heading_dot_line.png);
  width: 100%;
  position: absolute;
  height: 4px;
  left: 0;
  bottom: -30px;
}

/* ======================================
header
====================================== */
header {
  position: absolute;
  width: calc(100% - 40px);
  top: 30px;
  left: 20px;
}
header .flexbox {
  align-items: center;
  justify-content: space-between;
}
header .flexbox h1 {
  max-width: 120px;
}
header .flexbox h1 img {
  width: 100%;
}
header .flexbox .btn.flexbox {
  justify-content: inherit;
  background: #fff;
  border: 5px #000 solid;
}
header .flexbox .btn.flexbox .icon {
  background: #000;
  padding: 15px 15px 15px 10px;
  width: 50px;
  text-align: center;
}
header .flexbox .btn.flexbox .icon img {
  vertical-align: middle;
}
header .flexbox .btn.flexbox .text {
  font-size: 20px;
  font-family: "Hiragino-w8", Meiryo, sans-serif;
  padding: 15px 30px;
  line-height: 1;
}

/* ======================================
main
====================================== */
.mainvisual {
  padding-top: 150px;
  text-align: center;
  background-image: url(../img/mv_bg.png);
  background-size: cover;
  background-position: center;
  padding-bottom: 50px;
}
.mainvisual .text.detail {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.mainvisual .data {
  position: relative;
  background-image: url(../img/data_bg.png);
  background-repeat: repeat-x;
  padding: 24px 0;
  font-size: 30px;
  font-family: "Hiragino-w8", Meiryo, sans-serif;
  margin: 0 28px;
}
.mainvisual .data::before, .mainvisual .data::after {
  background-image: url(../img/data_obi.png);
  width: 28px;
  background-repeat: no-repeat;
  height: 112px;
  background-size: inherit;
  position: absolute;
  left: -28px;
  top: 0;
  display: inline-block;
  content: "";
}
.mainvisual .data::after {
  left: auto;
  right: -28px;
  transform: scale(-1, 1);
}
.mainvisual .data .fs-l {
  font-size: 40px;
}

.issue .conts-padding {
  padding-bottom: 110px;
}
.issue .under-dot-heading {
  font-size: 40px;
}
.issue .under-dot-heading .fs-l {
  font-size: 56px;
  color: #c30202;
}
.issue .text {
  font-family: "Hiragino-w8", Meiryo, sans-serif;
  text-align: center;
  line-height: 2;
  font-size: 22px;
}
.issue .text .fs-l {
  font-size: 30px;
  position: relative;
  background: linear-gradient(transparent 20%, #ffea3b 20% 80%, transparent 80%);
}
.issue .flexbox {
  padding-top: 120px;
}
.issue .flexbox .item {
  font-family: "Hiragino-w8", Meiryo, sans-serif;
  line-height: 1.4;
  border: 5px solid #000;
  text-align: center;
  padding: 110px 20px 40px;
  font-size: 22px;
  position: relative;
}
.issue .flexbox .item .fs-l {
  font-size: 30px;
  color: #c30202;
}
.issue .flexbox .item:before {
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 157px;
  height: 191px;
  left: calc(50% - 78.5px);
  top: -100px;
  background-repeat: no-repeat;
}
.issue .flexbox .item:first-child::before {
  background-image: url(../img/issue_01.png);
}
.issue .flexbox .item:nth-child(2)::before {
  background-image: url(../img/issue_02.png);
}
.issue .flexbox .item:last-child::before {
  width: 201px;
  left: calc(50% - 100.5px);
  background-image: url(../img/issue_03.png);
}

.conv {
  background: #cd1e0c;
  position: relative;
}
.conv::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-bottom: 30px solid #cd1e0c;
}
.conv .flexwrap {
  color: #fff;
  padding: 60px 290px 60px 0;
  position: relative;
}
.conv .flexwrap .catch {
  font-size: 40px;
  font-family: "Hiragino-w8", Meiryo, sans-serif;
  text-align: left;
  text-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
}
.conv .flexwrap .catch .fs-l {
  font-size: 48px;
}
.conv .flexwrap .btn {
  color: #fff;
  font-family: "Hiragino-w8", Meiryo, sans-serif;
  font-size: 24px;
  border: 5px #fff solid;
  justify-content: center;
  padding: 15px 20px;
}
.conv .flexwrap .btn .icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.conv .flexwrap::after {
  content: "";
  display: inline-block;
  background-image: url(../img/conv_img.png);
  width: 274px;
  height: 365px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-size: contain;
}
.conv .flexwrap .text.detail {
  font-size: 18px;
}
.conv.detail::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -60px;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-bottom: 30px solid #cd1e0c;
  transform: scale(1, -1);
}

.strength {
  background: #fff266;
}
.strength .under-dot-heading {
  font-size: 40px;
}
.strength .under-dot-heading .fs-l {
  font-size: 56px;
}
.strength .under-dot-heading img {
  vertical-align: baseline;
  margin-right: 8px;
}
.strength .flexbox .item {
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  width: 30%;
}
.strength .flexbox .item .photo img {
  width: 100%;
  height: auto;
}
.strength .flexbox .item .text {
  padding: 30px 20px;
}
.strength .flexbox .item .text .heading {
  font-size: 24px;
  font-family: "Hiragino-w8", Meiryo, sans-serif;
  margin-bottom: 10px;
  letter-spacing: 1.2;
}
.strength .flexbox .item::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: -20px;
  top: -20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.strength .flexbox .item:first-child:before {
  background-image: url(../img/strength_num_01.png);
}
.strength .flexbox .item:nth-child(2)::before {
  background-image: url(../img/strength_num_02.png);
}
.strength .flexbox .item:last-child::before {
  background-image: url(../img/strength_num_03.png);
}

.case .heading {
  text-align: center;
  font-family: "Hiragino-w8", Meiryo, sans-serif;
  position: relative;
  margin-bottom: 50px;
}
.case .heading img {
  margin: auto;
}
.case .heading:before {
  content: "";
  display: inline-block;
  background-image: url(../img/case_img.png);
  background-repeat: no-repeat;
  width: 263px;
  height: 50px;
  left: calc(50% - 131.5px);
  margin-bottom: 10px;
}
.case .slick-warp .item,
.case .slick-warp-2 .item {
  margin: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.case .slick-warp .item img,
.case .slick-warp-2 .item img {
  width: 100%;
}

.campaign {
  overflow: hidden;
  background-image: url(../img/campaign_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.campaign .wrapper {
  text-align: center;
  max-width: 670px;
  position: relative;
}
.campaign .wrapper:before {
  content: "";
  width: 329px;
  height: 264px;
  display: inline-block;
  position: absolute;
  bottom: -92px;
  left: -280px;
  background-image: url(../img/campaign_man.png);
  background-repeat: no-repeat;
}
.campaign .wrapper:after {
  content: "";
  width: 333px;
  height: 264px;
  display: inline-block;
  position: absolute;
  bottom: -92px;
  right: -280px;
  background-image: url(../img/campaign_woman.png);
  background-repeat: no-repeat;
}
.campaign .text.detail {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.conditions .list li,
.contact .list li {
  padding-left: 20px;
  position: relative;
}
.conditions .list li:before,
.contact .list li:before {
  content: "・";
  position: absolute;
  left: 0;
}
.conditions .list li span,
.contact .list li span {
  font-family: "Hiragino-w7", Meiryo, sans-serif;
}

.conditions {
  background: #fff266;
}
.conditions .heading {
  background: #ffdb19;
  text-align: center;
  font-family: "Hiragino-w8", Meiryo, sans-serif;
  font-size: 36px;
  padding: 30px 15px;
}
.conditions .list {
  padding: 50px 0 80px;
}

.contact .form-wrap {
  border: 6px #000 solid;
  padding: 40px;
}
.contact .form-wrap h2 {
  font-size: 26px;
  font-family: "Hiragino-w8", Meiryo, sans-serif;
  position: relative;
  padding: 0 0 20px 40px;
  border-bottom: 6px solid #000;
  margin-bottom: 40px;
}
.contact .form-wrap h2:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 22px;
  background-image: url(../img/mail_bl.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 8px;
}
.contact .form-wrap .list {
  padding-bottom: 30px;
  border-bottom: 4px dotted #c30202;
}
.contact .form-wrap form .flexbox {
  padding: 15px 0;
  border-bottom: 4px dotted #c30202;
  align-items: center;
}
.contact .form-wrap form .flexbox .item {
  width: 280px;
  font-family: "Hiragino-w6", Meiryo, sans-serif;
}
.contact .form-wrap form .flexbox .item span {
  color: #c30202;
  font-size: 12px;
  margin-left: 10px;
}
.contact .form-wrap form .flexbox .box {
  width: calc(100% - 280px);
}
.contact .form-wrap form .flexbox .box input, .contact .form-wrap form .flexbox .box textarea {
  width: 100%;
  background: #f4f1f1;
  padding: 12px 10px;
  border: none;
}
.contact .form-wrap form .flexbox .box input:focus, .contact .form-wrap form .flexbox .box textarea:focus {
  outline: none;
}
.contact .form-wrap form .flexbox .box textarea {
  resize: vertical;
  height: 200px;
}
.contact .form-wrap form .flexbox .box .mwform-tel-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .form-wrap .submit {
  margin-top: 30px;
}
.contact .form-wrap .submit button[type=submit] {
  font-family: "Hiragino-w6", Meiryo, sans-serif;
  color: #fff;
  font-size: 18px;
  background: #f59701;
  width: 100%;
  max-width: 300px;
  padding: 12px 15px;
}
.contact .form-wrap .submit button[type=submit]:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* ======================================
footer
====================================== */
footer {
  text-align: center;
  background: repeating-linear-gradient(115deg, #040404, #040404 8px, #0d0d0d 8px, #0d0d0d 16px);
  color: #fff;
}
footer .logo {
  font-family: "Hiragino-w8", Meiryo, sans-serif;
  font-size: 20px;
}
footer .logo .inner {
  display: inline-block;
  vertical-align: middle;
}
footer .logo .inner:last-child {
  margin-left: 10px;
  padding-top: 10px;
}
footer address {
  line-height: 2;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
footer address::after {
  content: "";
  display: inline-block;
  background-image: url(../img/dot.png);
  position: absolute;
  bottom: 0;
  width: 86px;
  height: 12px;
  left: calc(50% - 43px);
  opacity: 0.5;
}
footer .sns .inner {
  margin: 0 10px;
}/*# sourceMappingURL=layout.css.map */