@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Roboto:wght@400;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/* COLOR */
/* MEDIA QUERIES */
/* USE
==================== */
/* SNS COLOR */
/* CSS Document */
/*
------------------------------------------------------------------------------------------------------------------------
Set out
------------------------------------------------------------------------------------------------------------------------
*/
:root {
  --font-en: 'Noto Sans JP', sans-serif;
}

*:not(select):not(input), *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.6;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #fff;
  color: #231815;
  -webkit-text-size-adjust: 100%;
}

*:focus {
  outline: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  transition: .3s;
}

a {
  text-decoration: none;
  color: #505050;
  transition: .3s;
  border: none;
}

a:hover {
  transition: .3s;
}

a:hover img.noTrans {
  opacity: 1 !important;
}

a:hover img {
  transition: .3s;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  letter-spacing: normal;
}

h1 {
  letter-spacing: 0.1em;
}

h1 a:hover img {
  opacity: 1;
}

h2 {
  font-size: 24px;
  font-weight: 700;
}

h2 span {
  font-style: normal;
  font-size: 20px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

picture {
  display: block;
}

.align {
  text-align: center !important;
}

.align_left {
  text-align: left !important;
}

.align_right {
  text-align: right !important;
}

.light {
  font-weight: 300 !important;
}

.regular {
  font-weight: 400 !important;
}

.bold {
  font-weight: 700 !important;
}

.font_s {
  font-size: 12px;
}

.font_m {
  font-size: 14px;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.in {
  display: none;
}

.fs12 {
  font-size: 12px !important;
}

.fs20 {
  font-size: 20px !important;
}

.lineheight3 {
  line-height: 3 !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .in {
    display: block;
  }

  .out {
    display: none;
  }

  h2 {
    text-align: center;
    height: auto;
    display: block;
  }

  h2 span {
    font-style: normal;
    font-size: 16px;
    display: block;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
h1 {
  font-size: 4.8rem;
  line-height: 1.4;
  letter-spacing: -.01em;
}

h2 {
  font-size: 2.6rem;
  line-height: 1.5;
  font-feature-settings: "palt";
}

h3 {
  font-size: 2rem;
  line-height: 1.6;
  font-feature-settings: "palt";
}

h4 {
  font-size: 1.6rem;
  line-height: 1.7;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

/* FONT WEIGHT
====================== */
.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

/* TITLE
====================== */
p {
  font-size: 1.6rem;
  line-height: 1.65;
  margin: 0 0 1.6em;
  font-weight: 700;
  font-feature-settings: "palt";
}

p a {
  text-decoration: underline;
}

/*
------------------------------------------------------------------------------------------------------------------------
Layout
------------------------------------------------------------------------------------------------------------------------
*/
.wrap {
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}

.bg {
  background: url(../img/bg01.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.inner {
  width: 100%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .wrap {
    width: 100%;
  }
}
/*
------------------------------------------------------------------------------------------------------------------------
Common parts
------------------------------------------------------------------------------------------------------------------------
*/
/*
------------------------------------------------------------------------------------------------------------------------
Cta
------------------------------------------------------------------------------------------------------------------------
*/

.titleBox {
  position: relative;
  width: 100%;
  max-width: 820px;
  background: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.titleBox_title {
  transform: translateY(-50%);
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: auto;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 40px;
  width: fit-content;
}
.titleBox_title span {
  margin: auto;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .titleBox_title {
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 40px;
    width: fit-content;
    height: 56px;
  }
  .titleBox_title span {
    margin: auto;
    color: #fff;
  }
}
.titleBox_content {
  padding: 40px 20px 16px;
}

.titleBox_content h3 {
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 10px;
}

.titleBox_content .subtitle {
  font-weight: 900;
  font-size: 20px;
  margin-top: 15px;
}

.titleBox_content p {
  font-weight: bold;
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  font-weight: 900;
}

.cta_button {
  margin-top: 25px;
  max-width: 690;
  margin-right: auto;
  margin-left: auto;
  display: block;
  text-align: center;
}

.cta_button:hover {
  transform: translateY(-5px);
}

.ctaBox .titleBox_title {
  font-size: 27px;
  font-weight: bold;
  width: 448px;
  background: #231815;
  left: calc(50% - 224px);
}

.ctaBox._cta01 {
  border: 4px solid #231815;
}

.ctaBox._cta01 .titleBox_content {
  font-size: 22px;
  padding-top: 55px;
}

.ctaBox._cta01 .cta_button {
  margin-top: 20px;
}

.ctaBox._cta02 {
  border: 4px solid #00A73C;
  margin-top: 80px;
}

.ctaBox._cta02 .titleBox_title {
  background: #00A73C;
}

@media screen and (max-width: 768px) {
  .titleBox_content {
    padding: 48px 10px 20px;
  }
  .titleBox_content p {
    font-size: clamp(16px, 4.8vw, 20px);
  }

  .cta {
    padding-left: 20px;
    padding-right: 20px;
    background: url(../img/cta_bg_sp.jpg) no-repeat center/cover;
  }

  .titleBox_title {
    font-size: 30px;
  }

  .titleBox_content h3 {
    font-size: clamp(24px, 7.6vw, 30px);
  }

  .cta_button {
    margin-top: 8px;
    width: fit-content;
  }

  .ctaBox._cta01 .titleBox_title {
    font-size: 17px;
    width: calc(100% - 40px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .ctaBox._cta01 .titleBox_content {
    padding-top: 30px;
  }

  .ctaBox._cta01 .titleBox_content p {
    font-size: 15px;
  }

  .ctaBox._cta01 .cta_button {
    margin-top: 0;
  }

  .ctaBox._cta02 .titleBox_title {
    font-size: 17px;
    width: calc(100% - 40px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/*
------------------------------------------------------------------------------------------------------------------------
Sec01
------------------------------------------------------------------------------------------------------------------------
*/
.sec01 {
  margin-bottom: 82px;
}

@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 40px;
  }
}
.sec01_kvTop {
  padding-top: 24px;
  padding-bottom: 32px;
}
.sec01_kvTop .inner {
  width: calc(100% - 32px);
  max-width: 980px;
  margin: auto;
  position: relative;
}
.sec01_kvTop .copy {
  width: 89%;
  top: 2%;
  left: -4%;
  position: relative;
}
.sec01_kvTop .date01 {
  position: absolute;
  top: -11%;
  right: 0;
  width: 17%;
}
.sec01_kvTop .date02 {
  margin: 16px auto auto auto;
  width: 61%;
}

@media screen and (max-width: 768px) {
  .sec01_kvTop {
    padding-top: 8px;
    padding-bottom: 24px;
  }
  .sec01_kvTop .inner {
    width: 100%;
  }
  .sec01_kvTop .copy {
    width: 83.5%;
    top: auto;
    left: auto;
    margin: auto;
    position: relative;
  }
  .sec01_kvTop .date01,
  .sec01_kvTop .date02 {
    display: none;
  }
}
.sec01_kv {
  background: #fff;
}

.sec01_kv .inner {
  max-width: 980px;
  width: calc(100% - 32px);
  margin: auto;
}

@media screen and (max-width: 768px) {
  .sec01_kv .inner img {
    width: 81%;
    margin: auto;
    display: block;
  }
}
.sec01_box {
  width: calc(100% - 32px);
  max-width: 980px;
  display: block;
  margin: auto;
  border: 7px solid #45b035;
  background: #ecf4e3;
  margin-top: 204px;
  padding-bottom: 84px;
}
.sec01_box .banner01 {
  width: 69.7%;
  margin: -17.4% auto auto auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec01_box {
    width: calc(100% - 32px);
    border: 4px solid #45b035;
    margin-top: 106px;
    padding-bottom: 32px;
  }
  .sec01_box .banner01 {
    width: calc(100% - 16px);
    margin: -21.8% auto auto 0;
    position: relative;
  }
}
.sec01_list {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 32px;
}
.sec01_list .product {
  width: calc((100% - 64px) / 3);
  max-width: 252px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
  justify-content: center;
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #c9caca;
  position: relative;
  overflow: hidden;
}
.sec01_list .product .product_img {
  height: 176px;
  display: flex;
}
.sec01_list .product .product_img img {
  margin: auto;
}
.sec01_list .product .product_img.img01 img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 768px) {
  .sec01_list {
    flex-direction: column;
    gap: 16px 0;
    margin: auto auto 16px;
    width: calc(100% - 32px);
  }
  .sec01_list .product {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    justify-content: center;
    padding: 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #c9caca;
    position: relative;
    overflow: hidden;
  }
  .sec01_list .product .product_img {
    height: 224px;
    display: flex;
  }
  .sec01_list .product .product_img img {
    margin: auto;
  }
  .sec01_list .product .product_img.img01 img {
    height: 100%;
    width: auto;
  }
}
.product_button {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-radius: 100rem;
  background: #45b035;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.3);
  padding-right: 36px;
  padding-left: 36px;
  text-align: center;
  display: flex;
  height: 36px;
}
.product_button span {
  margin: auto;
}
.product_button:hover {
  transform: translateY(-5px);
}

@media screen and (max-width: 768px) {
  .product_button {
    width: 100%;
    height: 46px;
    padding: 0;
  }
  .product_button span {
    font-size: 20px;
  }
}
.sec01_subbox {
  margin-top: 64px;
  border: 4px solid #45b035;
  border-radius: 8px;
  background: #fff;
}
.sec01_subbox .titleBox_title {
  font-size: 30px;
  background: #45b035;
}

@media screen and (max-width: 768px) {
  .sec01_subbox {
    margin-top: 56px;
    border: 2px solid #45b035;
    border-radius: 0;
    width: calc(100% - 32px);
  }
}
.sec01_boxInner h2 {
  text-align: center;
  margin: 40px auto 32px;
  font-size: 30px;
}

.sec01_button {
  margin: 32px auto auto auto;
  overflow: hidden;
  text-align: center;
}
.sec01_button a {
  display: inline-block;
}
.sec01_button a:hover {
  transform: translateY(-5px);
}
.sec01_button img {
  display: block;
}

@media screen and (max-width: 768px) {
  .sec01_button {
    margin: 12px auto auto auto;
    max-width: 300px;
    width: 90%;
    overflow: hidden;
    text-align: center;
  }
  .sec01_button a {
    width: 100%;
    display: block;
  }
}
/*
------------------------------------------------------------------------------------------------------------------------
Sec02
------------------------------------------------------------------------------------------------------------------------
*/
.sec02 {
  padding: 82px 0 80px;
  background: #fff;
}

.sec02_title {
  font-size: 30px;
  margin: auto auto 72px auto;
  text-align: center;
}

.sec02_box {
  background: #fff;
  border: 7px solid #45b035;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding: 52px 110px 50px;
  position: relative;
}
.sec02_box .titleBox_title {
  background: #45b035;
  max-width: calc(100% - 80px);
}

.sec02_text {
  text-align: center;
  font-size: 12px;
  margin: 54px auto auto auto;
}

.sec02_bannerContent {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 28px 0;
}
.sec02_bannerContent .sec02_banner03 {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .sec02 {
    padding: 42px 0 28px;
  }

  .sec02_title {
    margin: auto auto 40px auto;
  }

  .sec02_box {
    background: #fff;
    border: 4px solid #45b035;
    padding: 28px 24px 28px;
    position: relative;
    width: calc(100% - 64px);
  }
  .sec02_box .titleBox_title {
    background: #45b035;
    max-width: 100%;
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sec02_box .titleBox_title span {
    font-size: 20px;
  }

  .sec02_text {
    width: calc(100% - 64px);
    text-align: left;
    font-size: 12px;
    margin: 1em auto auto auto;
  }

  .sec02_bannerContent {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px 0;
  }
  .sec02_bannerContent .sec02_banner01 img {
    width: 105%;
    max-width: 105%;
    left: -5%;
    position: relative;
  }
  .sec02_bannerContent .sec02_banner03 {
    margin-top: 0;
  }
}
/*
------------------------------------------------------------------------------------------------------------------------
Sec03
------------------------------------------------------------------------------------------------------------------------
*/
.sec03 {
  background: url(../img/bg02.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 70px;
}

.sec03_box {
  background: #fff;
  border: 7px solid #45b035;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding: 52px 110px 50px;
  position: relative;
}
.sec03_box .titleBox_title {
  background: #45b035;
  max-width: calc(100% - 80px);
}

.sec03 h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .sec03 {
    padding-top: 52px;
    padding-bottom: 36px;
  }

  .sec03_box {
    width: calc(100% - 64px);
    border: 4px solid #45b035;
    padding: 36px 8px 30px;
    position: relative;
  }
  .sec03_box .titleBox_title {
    background: #45b035;
    max-width: 100%;
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sec03_box .titleBox_title span {
    font-size: 20px;
  }
  .sec03_box .titleBox_content {
    padding: 0;
  }
  .sec03_box .titleBox_content h3 {
    font-size: 20px;
    margin-bottom: .8em;
  }
  .sec03_box .titleBox_content p {
    font-size: clamp(14px, 4vw, 16px);
  }

  .sec03 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 40px;
  }
}
/*
------------------------------------------------------------------------------------------------------------------------
Sec04
------------------------------------------------------------------------------------------------------------------------
*/
.sec04 {
  padding: 64px 0;
  text-align: center;
  background: #fff;
}
.sec04 .inner {
  max-width: 980px;
  width: calc(100% - 32px);
  margin: auto;
}
.sec04 .inner p {
  text-align: left;
  font-size: 16px;
  margin-bottom: 40px;
  font-weight: 400;
  display: inline-block;
  line-height: 1.625;
}

.sec04 h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: .5empx;
}

.sec04 h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: .5empx;
}

.sec04_list {
  margin-bottom: 40px;
  margin-left: 1.4em;
  text-align: left;
}
.sec04_list li {
  font-size: 16px;
  line-height: 1.625;
  list-style-type: disc;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .sec04 {
    padding: 40px 0 1px 0;
  }
  .sec04 .inner {
    width: calc(100% - 64px);
  }
  .sec04 .inner p {
    text-align: left;
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: 400;
    display: inline-block;
    line-height: 1.625;
  }

  .sec04 h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 1em;
  }

  .sec04 h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: .5em;
  }

  .sec04_list {
    margin-bottom: 40px;
    margin-left: 1.4em;
    text-align: left;
  }
  .sec04_list li {
    font-size: 16px;
    line-height: 1.625;
    list-style-type: disc;
    font-weight: 400;
  }
}
/*
------------------------------------------------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------------------------------------------------
*/
.footer {
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
}

.footer_inner {
  max-width: 980px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
}

.footer_logo {
  width: 268px;
}

.footer_title {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}

.footer_content {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
.footer_content :not(.footer_title) {
  font-size: 16px;
  font-weight: 400;
}

.qr {
  width: 116px;
}

@media screen and (max-width: 768px) {
  .footer_inner {
    max-width: 980px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 32px 0;
  }

  .footer_logo {
    width: 268px;
  }

  .footer_title {
    font-weight: bold;
    font-size: 20px;
    margin: 0;
    text-align: center;
  }

  .footer_content {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    width: 280px;
    text-align: center;
  }
  .footer_content :not(.footer_title) {
    text-align: left;
  }

  .qr {
    display: none;
  }
}
/* .fixd_cta{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.fixd_cta img{
	width: 100%;
} */
