@charset "UTF-8";
/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
/*--------------------------------------------------------------
# COLOR
--------------------------------------------------------------*/
/*================================
* フォントサイズ
=================================*/
/*ベース最大値*/
/*PCのfont-size掛け率*/
/*--------------------------------------------------------------
# RESET
--------------------------------------------------------------*/
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;
}

/*--------------------------------------------------------------
# BASE
--------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  color: #353535;
  letter-spacing: -0.03em;
}

main {
  overflow: hidden;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/*--------------------------------------
* COMMON
*---------------------------------------*/
.sp {
  display: none;
}
@media (max-width: 599px) {
  .sp {
    display: block;
  }
}

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

.m-btn {
  margin-right: -10px;
}
.m-btn a {
  display: block;
  font-size: 30px;
  font-size: clamp(22px, 3.901vw, 30px);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  width: 100%;
  border-radius: 11px;
  padding: 15px 0;
  margin-right: 10px;
}
@media (max-width: 599px) {
  .m-btn a {
    font-size: 18px;
  }
}
.m-btn .btn_sub_t {
  display: block;
  font-size: 26px;
  font-size: clamp(13px, 3.125vw, 24px);
  font-weight: 700;
  margin-top: 8px;
}
.m-btn img {
  display: inline-block;
  margin-right: 0.4rem;
  margin-bottom: 2px;
  vertical-align: middle;
}
.m-btn_tel {
  color: #fff;
  background-color: #d91517;
}
.m-btn_tel:hover {
  opacity: 0.8;
}
.m-btn_tel img {
  width: 3rem;
}
.m-btn_line {
  color: #fff;
  background-color: #53b441;
}
.m-btn_line:hover {
  opacity: 0.8;
}
.m-btn_line .btn_sub_t {
  margin-top: 2px;
}
.m-btn_web {
  color: #fff;
  background-color: #3678ce;
}
.m-btn_web:hover {
  opacity: 0.8;
}
.m-btn_web img {
  width: 2.6rem;
}

/*--------------------------------------
* HEADER
*---------------------------------------*/
.header {
  max-width: 1366px;
  margin: 0 auto;
  padding: 8px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6%;
}
@media (max-width: 1000px) {
  .header {
    padding: 3px 2%;
  }
}
.header-logo {
  width: clamp(120px, 32vw, 300px);
}
.header-logo img {
  width: 100%;
}
.header-btn {
  flex-basis: 40%;
}
@media (max-width: 1000px) {
  .header-btn {
    flex-basis: 70%;
    margin-right: 0;
  }
}
@media (max-width: 599px) {
  .header-btn {
    flex-basis: calc(100% - (90px + 10%));
  }
  .header-btn .btn:first-child {
    margin-left: 0;
  }
}
.header-btn a {
  font-size: 20px;
  padding: 10px;
}
@media (max-width: 599px) {
  .header-btn a {
    font-size: 13px;
    padding: 5px;
    border-radius: 5px;
  }
}
.header-btn a img {
  width: 2rem;
}
@media (max-width: 599px) {
  .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;
    margin-top: 0px;
  }
}
@media (max-width: 599px) {
  .header-btn .m-btn_line {
    margin-right: 0;
  }
  .header-btn .m-btn_line .btn_sub_t {
    margin-top: 0;
  }
}
@media (max-width: 599px) {
  .header-btn .m-btn_web .btn_sub_t {
    margin-top: 3px;
  }
}

.mv {
  background: url(../img/mv-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
  position: relative;
  height: clamp(395px, 103.9473684211vw, 790px);
  margin: 0 auto;
}
.mv-catch_01 {
  width: 100%;
  position: relative;
  top: -10px;
  z-index: 10;
}
.mv-catch_02 {
  width: 96%;
  position: absolute;
  left: 0;
  top: 6%;
}
.mv-catch_03 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 599px) {
  .mv-catch_02{
    width: 100%;
    left: 0;
  }
  .mv-catch_03 {
    padding: 0 2%;
  }
}

/*--------------------------------------
* CTA
*---------------------------------------*/
.cta {
  background: #fff;
}
.cta .m-btn {
  flex-direction: row-reverse;
}
@media (max-width: 599px) {
  .cta .m-btn {
    display: block;
    margin-right: 0;
    padding: 0 5%;
  }
  .cta .m-btn a {
    margin-top: 15px;
  }
  .cta .m-btn a img {
    width: 1.8rem;
  }
}
.cta-text {
  font-size: 32px;
  font-size: clamp(16px, 2.353vw, 32px);
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 599px) {
  .cta-text {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.cta-text em {
  color: #4fb23c;
}
.cta-text span::before, .cta-text span::after {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  bottom: 0;
}
@media (max-width: 599px) {
  .cta-text span::before, .cta-text span::after {
    border-width: 1px;
  }
}
.cta-text span::before {
  background: url(../img/cta-img_l.svg) no-repeat 50% 50%;
  background-size: contain;
  width: clamp(18px, 4.3421052632vw, 33px);
  height: clamp(25px, 6.4473684211vw, 49px);
  left: 0;
}
.cta-text span::after {
  background: url(../img/cta-img_r.svg) no-repeat 50% 50%;
  background-size: contain;
  width: clamp(18px, 4.3421052632vw, 33px);
  height: clamp(25px, 6.4473684211vw, 49px);
  right: 0;
}

.top_cta .m-inner_m {
  padding-bottom: 5%;
}
@media (max-width: 599px) {
  .top_cta .m-inner_m {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
@media (max-width: 599px) {
  .top_cta .cta-text {
    line-height: 1.3;
    margin-bottom: 0;
  }
  .top_cta .m-btn .m-btn_tel {
    margin-top: 10px;
  }
}

/*--// CTAエリア-----------------------------*//*# sourceMappingURL=mv.css.map */