/*--------------------------------------------------------------
# BASE
--------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

ul,
ol {
  list-style: none;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  outline: none;
}

alink,
avisited {
  color: inherit;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
  max-width: 100%;
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

em {
  font-style: normal;
}

/*--------------------------------------------------------------
# FONT
--------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #000;
  letter-spacing: 0.03em;
}
/*--------------------------------------
* COMMON
*---------------------------------------*/
.sp {
  display: none;
}
@media (max-width: 599px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media (max-width: 599px) {
  .pc {
    display: none;
  }
}

.m-btn {
  display: flex;
  justify-content: space-between;
}
.m-btn a {
  display: block;
  font-size: 24px;
  font-size: clamp(15px,1.765vw,24px);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  width: 100%;
  border-radius: 10px;
  padding: 15px;
  margin: 0 15px;
}
@media (max-width: 820px) {
  .m-btn a {
    font-size: 22px;
  }
}
@media (max-width: 599px) {
  .m-btn a {
    padding: 10px;
  }
}
.m-btn .btn_sub_t {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 3px;
}
.m-btn img {
  display: inline-block;
  width: 1.2rem;
  margin-right: 0.4rem;
  margin-bottom: 5px;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .m-btn img {
    width: 1rem;
  }
}
.m-btn_tel {
  color: #fff;
  background-color: #d91517;
  box-shadow: 4px 5px #ac0e10;
}
.m-btn_tel:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(4px);
}
.m-btn_tel img {
  width: 1.2rem;
}
.m-btn_line {
  color: #fff;
  background-color: #18a82e;
  box-shadow: 4px 5px #0e811f;
}
.m-btn_line:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(4px);
}
.m-btn_line img {
  width: 1.8rem;
}
.m-btn_web {
  color: #fff;
  background-color: #00a0ea;
  box-shadow: 4px 5px #0181bc;
}
.m-btn_web:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(4px);
}
.m-btn_web img {
  width: 1.8rem;
}
.header {
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.header .header_logo {
  width: 230px;
}
@media (max-width: 767px) {
  .header .header_logo {
    width: 154px;
  }
}
.header .header_logo a {
  display: block;
}
.header .header_logo a:hover {
  opacity: 0.8;
}
.header .btn--line {
  width: 260px;
  font-size: 24px;
  padding: 10px 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .header .btn--line {
    width: 180px;
    font-size: 16px;
    padding: 10px 0;
    padding-left: 30px;
    margin-bottom: 0;
  }
}
.header .btn--line span {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .header .btn--line span {
    padding-left: 0;
  }
}
.header .btn--line small {
  display: block;
  font-size: 14px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .header .btn--line small {
    font-size: 12px;
    padding-left: 0;
  }
}
.header .btn--line::before {
  width: 55px;
  height: 55px;
  top: 6px;
}
@media (max-width: 767px) {
  .header .btn--line::before {
    width: 35px;
    height: 35px;
    top: 10px;
    right: 84%;
  }
}
.header_inner {
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 767px) {
  .header_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mainvisual { background-color: #00b27a;}

/*.mainvisual {
  position: relative;
  min-height: 587px;
}
@media (max-width: 767px) {
  .mainvisual {
    background: rgb(201, 0, 0);
    background: linear-gradient(180deg, rgb(201, 0, 0) 0%, rgb(201, 0, 0) 55%, rgb(238, 238, 238) 55%, rgb(238, 238, 238) 100%);
    padding-bottom: 10px;
    min-height: auto;
    min-height: 90vh;
  }
}
.mainvisual::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/mainvisual_bg-pc.png") no-repeat;
  width: 533px;
  height: 587px;
}
@media (max-width: 767px) {
  .mainvisual::before {
    display: none;
  }
}
.mainvisual .mv_top {
  background: #c90000;
}
@media (max-width: 767px) {
  .mainvisual .mv_top {
    background: none;
  }
}
.mainvisual .mv_bottom {
  background: #eee;
}
@media (max-width: 767px) {
  .mainvisual .mv_bottom {
    background: none;
  }
}
.mainvisual .mv_inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .mainvisual .mv_inner {
    padding: 0 15px;
  }
}
.mainvisual .mv_catch {
  padding: 20px 60px 0;
  min-height: 419px;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .mainvisual .mv_catch {
    padding: 20px 0 50px;
    min-height: auto;
  }
}
@media (max-width: 599px) {
  .mainvisual .mv_catch {
    padding: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .mainvisual .mv_catch img {
    max-width: 90%;
  }
}
@media (max-width: 599px) {
  .mainvisual .mv_catch img {
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  .mainvisual .mv_catch--pattern2 {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 10px;
  }
}
@media (max-width: 599px) {
  .mainvisual .mv_catch--pattern3 {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 0;
  }
}
.mainvisual .mv_btn {
  padding: 11px 0 10px;
  justify-content: flex-start;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .mainvisual .mv_btn {
    justify-content: center;
  }
}
@media (max-width: 599px) {
  .mainvisual .mv_btn {
    flex-wrap: wrap;
  }
}
.mainvisual .mv_btn--child {
  background: #fff100;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin-right: 14px;
  text-align: center;
}
.mainvisual .mv_btn--child:last-child {
  margin-right: 0;
}
@media (max-width: 599px) {
  .mainvisual .mv_btn--child {
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin-right: 0;
    margin-bottom: 10px;
    min-height: 68px;
  }
}
.mainvisual .mv_btn--child a {
  display: block;
  padding: 20px;
}
@media (max-width: 767px) {
  .mainvisual .mv_btn--child a {
    padding: 15px;
  }
}
@media (max-width: 599px) {
  .mainvisual .mv_btn--child a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
}
.mainvisual .mv_btn--child a span {
  flex-grow: 1;
  text-align: center;
  line-height: 1.3;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 599px) {
  .mainvisual .mv_btn--child a span {
    margin-bottom: 0;
  }
}
.mainvisual .mv_btn--child a span em {
  font-style: normal;
  color: #eb6100;
}
@media (max-width: 599px) {
  .mainvisual .mv_btn--child a span em {
    font-size: 1.2em;
  }
}
.mainvisual .mv_btn--child a img {
  display: block;
  max-width: 163px;
  margin: 0 auto;
}
.mainvisual .mv_slider {
  position: absolute;
  right: 0;
  top: 160px;
  width: 560px;
  z-index: 100;
}
@media (max-width: 767px) {
  .mainvisual .mv_slider {
    width: 320px;
    top: 84px;
  }
}
@media (max-width: 599px) {
  .mainvisual .mv_slider {
    position: static;
    width: 100%;
    margin-top: -55px;
  }
}
.mainvisual .mv_slider .slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.mainvisual .mv_slider .slider.slick-initialized {
  opacity: 1;
}

.campaign_wrap {
  padding-left: 123px;
  padding-right: 199px;
  padding-bottom: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .campaign_wrap {
    padding-left: 15px;
    padding-right: 40px;
  }
}
@media (max-width: 599px) {
  .campaign_wrap {
    padding-right: 15px;
  }
}
.campaign_head {
  font-weight: 700;
  font-size: 34px;
  text-align: center;
  margin-bottom: 40px;
}
.campaign_head span {
  position: relative;
}
.campaign_head span::before, .campaign_head span::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 50px;
  border-left: 4px solid #c90000;
  position: absolute;
  bottom: 0;
}
.campaign_head span::before {
  transform: rotate(-30deg);
  left: -30px;
}
.campaign_head span::after {
  transform: rotate(30deg);
  right: -30px;
}
.campaign_box {
  border: 2px solid #c90000;
  background: #fffacd;
  padding: 0 88px 30px;
  border-radius: 4px;
  position: relative;
}
@media (max-width: 767px) {
  .campaign_box {
    padding: 0 20px 30px;
  }
}
@media (max-width: 599px) {
  .campaign_box {
    padding: 0 15px 20px;
  }
}
.campaign_box--ttl {
  text-align: center;
  position: relative;
  top: -35px;
}
.campaign_box--txt {
  font-weight: 700;
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .campaign_box--txt {
    font-size: 24px;
    text-align: left;
  }
}
.campaign_box--txt span {
  display: inline-block;
  color: #fff;
  background: #c90000;
  padding: 0 5px;
  margin-bottom: 5px;
}
.campaign_box--txt-s {
  font-size: 26px;
}
@media (max-width: 767px) {
  .campaign_box--txt-s {
    font-size: 20px;
  }
}
@media (max-width: 599px) {
  .campaign_box--txt-s {
    font-size: 16px;
  }
}
.campaign_box--img {
  display: block;
  position: absolute;
  right: -136px;
  bottom: -3px;
}
@media (max-width: 599px) {
  .campaign_box--img {
    right: -33px;
    width: 50%;
  }
}*//*# sourceMappingURL=mv.css.map */


/*--------------------------------------
* HEADER
*---------------------------------------*/
.header {
  margin: 0;
  background-color: #fff;
  padding: 8px 5% 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
}
@media (max-width: 820px) {
  .header {
    padding: 3px 2%;
  }
}
.header-logo {
  width: 243px;
}
@media (max-width: 599px) {
  .header-logo {
    width: 122px;
  }
}
.header-btn {
  flex-basis: 40%;
  margin-bottom: 9px;
}
@media (max-width: 1000px) {
  .header-btn {
    flex-basis: 70%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 599px) {
  .header-btn {
    flex-basis: calc(100% - (65px + 5%));
  }
  .header-btn .btn:first-child {
    margin-left: 0;
  }
}
.header-btn a {
  font-size: 20px;
  padding: 6px;
  margin: 0 10px;
}
@media (max-width: 599px) {
  .header-btn a {
    font-size: 13px;
    border-width: 1px;
  }
  .header-btn a img {
    width: 1rem;
  }
}
.header-btn a .btn_sub_t {
  font-size: 16px;
}
@media (max-width: 599px) {
  .header-btn a .btn_sub_t {
    font-size: 10px;
    -webkit-font-smoothing: auto;
    margin-top: 0px;
  }
}
.header-btn .m-btn_tel {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 599px) {
  .header-btn .m-btn_tel {
    margin-right: 0;
    box-shadow: 3px 3px #ac0e10;
  }
  .header-btn .m-btn_tel img {
    width: 0.6rem;
  }
  .header-btn .m-btn_tel .btn_sub_t {
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  .header-btn .m-btn_line {
    margin-right: 3px;
    box-shadow: 3px 3px #0e811f;
  }
}

/*--------------------------------------
* CTA
*---------------------------------------*/
.cta .m-btn {
  flex-direction: row-reverse;
}
.cta .m-btn a {
  font-size: 36px;
  font-size: clamp(23px,2.647vw,36px);
}
.cta .m-btn a .btn_sub_t {
  font-size: 20px;
  font-size: clamp(13px,1.471vw,20px);
}
@media (max-width: 599px) {
  .cta .m-btn {
    display: block;
  }
  .cta .m-btn a {
    margin: 0;
    margin-bottom: 15px;
    min-height: 72px;
  }
}
.cta-top {
  text-align: center;
  margin-bottom: 30px;
}
.cta-text {
  font-size: 33px;
  font-size: clamp(21px,2.426vw,33px);
  font-weight: 900;
  color: #00b27b;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 599px) {
  .cta-text {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.cta-text::before, .cta-text::after {
  content: "";
  display: block;
  border-left: 6px solid #00b27b;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 599px) {
  .cta-text::before, .cta-text::after {
    border-width: 3px;
  }
}
.cta-text::before {
  transform: rotate(-30deg);
  left: 10%;
}
@media (max-width: 599px) {
  .cta-text::before {
    left: 5%;
  }
}
.cta-text::after {
  transform: rotate(30deg);
  right: 10%;
}
@media (max-width: 599px) {
  .cta-text::after {
    right: 5%;
  }
}

