@charset "UTF-8";
/*============*/
/* フォント設定 */
/*============*/
/* 本文フォントサイズを基準に */
.f08 {
  font-size: calc(0.75rem + 0.32vw) !important; }

.f10 {
  font-size: 1.0rem !important; }

.f12 {
  font-size: calc(1.0rem + 0.44vw) !important; }

.f14 {
  font-size: calc(1.2rem + 0.44vw) !important; }

.f16 {
  font-size: calc(1.4rem + 0.44vw) !important; }

.f18 {
  font-size: calc(1.6rem + 0.44vw) !important; }

.f20 {
  font-size: calc(1.8rem + 0.44vw) !important; }

.f22 {
  font-size: calc(2.0rem + 0.44vw) !important; }

.f24 {
  font-size: calc(2.2rem + 0.44vw) !important; }

.f26 {
  font-size: calc(2.4rem + 0.44vw) !important; }

.f28 {
  font-size: calc(2.6rem + 0.44vw) !important; }

.f30 {
  font-size: calc(2.7rem + 0.44vw) !important; }

@media (min-width: 992px) {
  .f07 {
    font-size: 0.7rem !important; }

  .f08 {
    font-size: 0.8rem !important; }

  .f10 {
    font-size: 1.0rem !important; }

  .f12 {
    font-size: 1.2rem !important; }

  .f14 {
    font-size: 1.4rem !important; }

  .f16 {
    font-size: 1.6rem !important; }

  .f18 {
    font-size: 1.8rem !important; }

  .f20 {
    font-size: 2.0rem !important; }

  .f22 {
    font-size: 2.2rem !important; }

  .f24 {
    font-size: 2.4rem !important; }

  .f26 {
    font-size: 2.6rem !important; }

  .f28 {
    font-size: 2.8rem !important; }

  .f30 {
    font-size: 3.0rem !important; } }
.line-height2 {
  line-height: 2 !important; }
.line-height3 {
  line-height: 160% !important; }
.line-height1 {
  line-height: 110% !important; }
.text-indent1 {
	text-indent: -1em;
	margin-left: 1em;
}
.text-indent2 {
	text-indent: -2em;
	margin-left: 2em;
}
.letter-spacing1 {
	letter-spacing: 0.1em;	
}

/*トップページFVテキスト*/
h6, .h6 {
  font-size: 4vw;
  line-height: 150%; }

h2, .h2 {
  font-size: 6vw;
  line-height: 150%; }

h4, .h4 {
  font-size: 5vw;
  line-height: 150%; }

@media (min-width: 576px) {
  h2, .h2 {
    font-size: 1.3rem; }

  h6, .h6 {
    font-size: 0.8rem; }

  h4, .h4 {
    font-size: 1.2rem; } }
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 1.5rem; } }
@media (min-width: 992px) {
  h6, .h6 {
    font-size: 1rem; }

  h2, .h2 {
    font-size: 2rem !important; }

  h4, .h4 {
    font-size: 1.5rem; } }
h4.point-text {
  font-size: 6vw;
  text-align: center; }
@media (min-width: 768px) {
h4.point-text {
  font-size: 2.2em;
  text-align: center; } }
h4.point-text span {
  font-size: 1.8em; }

/*下層ページFVテキスト*/
h3.corner-title {
  font-size: 8vw;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 150%; }

h3.corner-sub-title {
  font-size: 5vw;
  font-weight: 700;
  line-height: 150%; }

@media (min-width: 576px) {
  h3.corner-title {
    font-size: 3em; }

  h3.corner-sub-title {
    font-size: 2em; } }
@media (min-width: 992px) {
  h3.corner-title {
    font-size: 4em; }

  h3.corner-sub-title {
    font-size: 3em; } }
h3.corner-sub-title span {
  color: #ff4330; }

.green-bnt {
  padding: 0.5em 1.5em;
  display: block;
  text-align: center;
  border-radius: 50em;
  background-color: #c5f446; }
@media (max-width: 576px) {
 .green-bnt {
	 font-size: 4vw;
  } 
h3.text-white.h1{
	font-size: 6vw;	
}
}
.green-bnt:hover {
  text-decoration: none; }

.news-bnt {
  padding: 1em 1.5em;
  display: block;
  text-align: center;
  border-radius: 50em;
  background-color: #c5f446;
  max-width: 240px; }

.news-bnt img {
  height: 0.6em;
  width: auto;
  margin-left: 0.2em; }

.news-bnt:hover {
  text-decoration: none; }

.text-red {
  color: #ff5942; }

.text-green {
  color: #c5f446; }
