@charset "UTF-8";
/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP-Black.woff") format("woff");
  font-display: swap;
}
@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;
}
@font-face {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSans-Black.woff") format("woff");
  font-display: swap;
}
/*--------------------------------------------------------------
# COLOR
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #231815;
  letter-spacing: 0.03em;
}

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-flex {
  display: flex;
  justify-content: space-between;
}

.bg_yellow {
  background: #F2DB60;
}

.bg_white {
  background: #fff;
}

.fadeIn {
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity, transform;
  transform: translate(0, 50px);
}
.fadeIn.is-scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.m-btn_line, .m-btn_tel {
  display: block;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  margin-right: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 599px) {
  .m-btn_line, .m-btn_tel {
    font-size: 14px;
  }
}

.m-btn_line {
  color: #fff;
  background-color: #539D41;
  box-shadow: 0 5px #3D7E2F;
  padding: 8px 0 9px;
}
.m-btn_line:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(4px);
}

.m-btn_tel {
  color: #fff;
  background-color: #BD3027;
  box-shadow: 0 5px #94241D;
  padding: 9px 0;
}
.m-btn_tel:hover {
  opacity: 1;
  box-shadow: none;
  transform: translateY(4px);
}

.m-btn_line img, .m-btn_tel img {
  width: 1.5rem;
  margin-right: 0.2rem;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 599px) {
  .m-btn_line img, .m-btn_tel img {
    width: 1rem;
  }
}

.m-btn_line .btn_sub_t {
  margin-top: 6px;
}
@media (max-width: 599px) {
  .m-btn_line .btn_sub_t {
    margin-top: 5px;
  }
}

.m-btn_tel .btn_sub_t {
  margin-top: 3px;
}

.m-btn_line .btn_sub_t, .m-btn_tel .btn_sub_t, .head_web .btn_sub_t {
  font-size: 12px;
}
@media (max-width: 599px) {
  .m-btn_line .btn_sub_t, .m-btn_tel .btn_sub_t, .head_web .btn_sub_t {
    font-size: 9px;
  }
}

.btn_sub_t {
  display: block;
}

.m-btn {
  width: 50%;
  max-width: 280px;
}
.m-btn:last-of-type {
  margin-left: 15px;
}
@media (max-width: 599px) {
  .m-btn:last-of-type {
    margin-left: 8px;
  }
}

/*--------------------------------------
* HEADER
*---------------------------------------*/
.header {
  margin: 0;
  background-color: #fff;
  padding: 15px 5% 15px;
  border-bottom: 3px solid #EA5810;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .header {
    padding: 15px 2% 15px;
  }
}
.header .header_logo {
  width: 270px;
}
@media (max-width: 599px) {
  .header .header_logo {
    width: 90px;
  }
}
.header .header_btn {
  flex-basis: calc(55% - 15px);
  justify-content: flex-end;
}
@media (max-width: 599px) {
  .header .header_btn {
    flex-basis: calc(100% - 100px);
  }
  .header .header_btn .btn:first-child {
    margin-left: 0;
  }
}

.mainvisual .mv_top {
  background-color: #F2DB60;
  background-image: url(../img/mv_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .mainvisual .mv_top {
    overflow: hidden;
  }
}
.mainvisual .mv_catch {
  max-width: 800px;
  margin: 0 auto;
  background: url("../img/mv_catch1.png") no-repeat 0 0/100%;
}
@media (max-width: 599px) {
  .mainvisual .mv_catch {
    background: url("../img/mv_catch-sp2.jpg") no-repeat 0 0/100%;
  }
}
.mainvisual .mv_catch::after {
  content: "";
  display: block;
  padding-top: 78%;
}
.mainvisual .mv_bottom {
  background: #e60012;
  padding-bottom: 10px;
}
.mainvisual .mv_access {
  text-align: center;
}
.mainvisual .mv_access--img {
  margin-top: -20px;
}
@media (max-width: 760px) {
  .mainvisual .mv_access--img {
    width: 48%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.mainvisual .mv_access--wrap {
  justify-content: center;
}
@media (max-width: 599px) {
  .mainvisual .mv_catch::after {
    padding-top: 79%;
  }
  .mainvisual .mv_access--wrap {
    justify-content: space-between;
  }
}
.mainvisual .mv_access--r_wrap {
  flex-basis: 372px;
}
@media (max-width: 820px) {
  .mainvisual .mv_access--r_wrap {
    flex-basis: 50%;
  }
}
@media (max-width: 760px) {
  .mainvisual .mv_access--r_wrap {
    margin-right: 2%;
  }
}
@media (max-width: 599px) {
  .mainvisual .mv_access--r_wrap {
    width: 50%;
    margin-right: 1%;
  }
}
.mainvisual .mv_access--r_text-1 {
  color: #E95513;
  font-size: 20px;
  font-size: clamp(20px, 3.2vw, 24px);
  font-weight: bold;
  background: url(../img/mv_access-bg_1.png) no-repeat;
  background-size: contain;
  max-width: 412px;
  height: 74px;
  line-height: 59px;
  margin-left: -35px;
}
@media (max-width: 820px) {
  .mainvisual .mv_access--r_text-1 {
    line-height: 56px;
  }
}
@media (max-width: 599px) {
  .mainvisual .mv_access--r_text-1 {
    background-size: 115%;
    font-size: 13px;
    font-size: clamp(13px, 3vw, 60px);
    height: 68px;
    line-height: 64px;
    margin-left: -26px;
  }
}
@media (max-width: 440px) {
  .mainvisual .mv_access--r_text-1 {
    height: 45px;
    line-height: 34px;
    margin-left: -16px;
    padding-left: 8px;
  }
}
.mainvisual .mv_access--r_text-1 span {
  font-size: 48px;
  font-size: clamp(48px, 3.2vw, 60px);
  text-shadow: -3px -2px 0 #fff, -2px -2px 0 #fff, -3px -2px 0 #fff, -1px -3px 0 #fff, -3px 0px 0 #fff, 3px -3px 0 #fff, 3px 0 0 #fff, 1px -3px 0 #fff;
}
@media (max-width: 599px) {
  .mainvisual .mv_access--r_text-1 span {
    font-size: 24px;
  }
}
.mainvisual .mv_access--r_text-2 {
  color: #fff;
  font-size: 12px;
  font-size: clamp(12px, 3.2vw, 22px);
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
}
.mainvisual .mv_access--b_text {
  color: #fff;
  font-size: 18px;
}
.mainvisual .mv_access--r_link {
  color: #252525;
  font-size: 33px;
  font-weight: bold;
  background: url(../img/mv_access-bg_2.png) no-repeat 10px 10px;
  background-size: contain;
  width: 100%;
  height: 103px;
  padding-left: 64px;
  display: flex;
  position: relative;
  align-items: center;
  text-shadow: 1px 1px 10px #fff, 1px 1px 10px #fff, -1px -1px 10px #fff, -1px -1px 10px #fff;
}
@media (max-width: 760px) {
  .mainvisual .mv_access--r_link {
    width: 100%;
    height: 90px;
    padding-left: 66px;
    font-size: 28px;
    font-size: clamp(28px, 4.2vw, 30px);
  }
}
@media (max-width: 599px) {
  .mainvisual .mv_access--r_link {
    height: 70px;
    padding-left: 45px;
    font-size: 16px;
    font-size: clamp(16px, 4.5vw, 25px);
    background-position: 3px 5px;
  }
}
@media (max-width: 440px) {
  .mainvisual .mv_access--r_link {
    height: 56px;
    padding-left: 38px;
  }
}
.mainvisual .mv_access--r_link::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 56px;
  background: url(../img/mv_access-icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 22px;
}
@media (max-width: 760px) {
  .mainvisual .mv_access--r_link::before {
    width: 47px;
    height: 48px;
  }
}
@media (max-width: 599px) {
  .mainvisual .mv_access--r_link::before {
    width: 40px;
    height: 42px;
    left: 10px;
    top: 15px;
  }
}
@media (max-width: 440px) {
  .mainvisual .mv_access--r_link::before {
    width: 30px;
    height: 32px;
    left: 10px;
    top: 14px;
  }
}
.mainvisual .mv_access--b_text {
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}
@media (max-width: 599px) {
  .mainvisual .mv_access--b_text {
    font-size: 12px;
    margin-top: 0;
  }
}

/*--------------------------------------
* 追従
*---------------------------------------*/
.fix_btn {
  text-align: center;
  background: #DFDFDF;
  width: 100%;
  padding: 20px 1%;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
@media (max-width: 760px) {
  .fix_btn {
    padding: 10px 1%;
  }
}
.fix_btn a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.fix_btn .footer_btn {
  max-width: 870px;
  margin: 0 auto;
}
.fix_btn .m-btn {
  max-width: 100%;
}
.fix_btn .m-btn_line img, .fix_btn .m-btn_tel img {
  width: 47px;
  margin-right: 0.2rem;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 760px) {
  .fix_btn .m-btn_line img, .fix_btn .m-btn_tel img {
    width: 1rem;
  }
}
.fix_btn .m-btn_tel img {
  padding-bottom: 5px;
}
@media (max-width: 599px) {
  .fix_btn .m-btn_tel img {
    padding-bottom: 3px;
  }
}
.fix_btn .m-btn_line, .fix_btn .m-btn_tel {
  font-size: 40px;
  font-size: clamp(28px, 2.666vw, 40px);
  width: 100%;
  text-align: center;
  padding: 18px 0;
  margin-right: 5px;
}
@media (max-width: 599px) {
  .fix_btn .m-btn_line, .fix_btn .m-btn_tel {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .fix_btn .m-btn_line, .fix_btn .m-btn_tel {
    font-size: 18px;
    min-height: 52px;
    padding: 12px 0;
    letter-spacing: -0.03em;
  }
}
.fix_btn .m-btn_line .btn_sub_t, .fix_btn .m-btn_tel .btn_sub_t {
  font-size: 22px;
}
@media (max-width: 760px) {
  .fix_btn .m-btn_line .btn_sub_t, .fix_btn .m-btn_tel .btn_sub_t {
    font-size: 14px;
  }
}/*# sourceMappingURL=mv.css.map */