@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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: 10px;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*css調整*/
html {
  font-family: NotoSansCJKjp, sans-serif;
  font-size: 0.8333333333vw;
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-size: 2.6rem;
  max-width: 198rem;
  margin: 0 auto;
}

.Inner {
  width: 100%;
  max-width: 102rem;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 769px) {
  .Inner {
    width: 100%;
  }
}

a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
}

.webp .thumbnail {
  background: url("./images/sample.webp");
}

.pc {
  display: block !important;
}
@media screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
}
.pc--flex {
  display: flex !important;
}
@media screen and (max-width: 769px) {
  .pc--flex {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 769px) {
  .sp {
    display: block !important;
  }
}
.sp--flex {
  display: none !important;
}
@media screen and (max-width: 769px) {
  .sp--flex {
    display: flex !important;
  }
}

.w100 video {
  width: 100%;
  max-width: 100% !important;
}

.title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 480px) {
  .title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

.w80 {
  max-width: 80rem;
  width: 80% !important;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .w80 {
    width: 70%;
  }
}

.Main {
  padding-bottom: 8rem;
}
@media screen and (max-width: 480px) {
  .Main {
    padding-bottom: 4rem;
  }
}

.Text__wrap {
  text-align: center;
  padding: 3rem 0;
}
@media screen and (max-width: 480px) {
  .Text__wrap {
    padding: 2rem 0;
  }
}
.Text__wrap__context {
  display: inline;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  color: #282728;
}
@media screen and (max-width: 480px) {
  .Text__wrap__context {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .Triangele__box {
    width: 12rem;
    margin: 0 auto;
  }
}

.Image {
  padding: 0;
  position: relative;
}

@media screen and (max-width: 480px) {
  .Image {
    padding: 1rem 0;
  }
}
.Image video {
  max-width: 80%;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .Image video {
    max-width: 100%;
    width: 100%;
  }
}
.Image img {
  width: 100%;
}
.Image__cta {
  text-align: center;
  margin: 0 auto;
  width: 57rem;
}
@media screen and (max-width: 480px) {
  .Image__cta {
    width: 100%;
  }
}
.Image__ttl {
  color: #FFF;
  background-color: #ff6a91;
  line-height: 2;
  font-weight: bold;
  font-size: 2.1rem;
  text-align: center;
  padding: 2rem 0;
}
@media screen and (max-width: 480px) {
  .Image__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.Image__osusume {
  width: 67rem;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .Image__osusume {
    width: 100%;
  }
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.red {
  color: #ff6a91;
}

.bg-yellow {
  background-color: #fff799;
}

.bg-orange {
  background-color: #ee7800;
  padding: 0.5rem;
  line-height: 3rem;
  

}

.blue {
  color: #007cef;
}

.white {
  color: white;
}

.blue_2 {
  color: #24607A;
}

.purple {
  color: #a600ff;
}

.pink {
  color: #f02475;
}

.orange {
  color: #ee7800;
}

.big-font {
  font-size: 2.4rem;
}
@media screen and (max-width: 480px) {
  .big-font {
    font-size: 1.9rem;
  }
}

.small {
  text-align: left;
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .small {
    font-size: 1.2rem;
  }
}

.position {
  position: relative;
}

.Btn {
  margin: 0 auto;
  display: block;
  background-color:#ff4500;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  height: 9rem;
  line-height: 9rem;
  font-size: 2rem;
  width: 51rem;
  letter-spacing: 0.014em;
  border-radius: 1rem;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .Btn {
    width: 80%;
    height: 5.5rem;
    line-height: 5.5rem;
    font-size: 1.5rem;
  }
}
.Btn:hover {
  opacity: 0.6;
  color: #FFF;
}

.Btn2,
.Btn3 {
  display: block;
  position: absolute;
  bottom: 13.8rem;
  left: 50%;
  transform: translate(-50%, 0);
  background-color:#ff4500;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  height: 7rem;
  line-height: 7rem;
  border-radius: 3.5rem;
  font-size: 2.6rem;
  width: 40rem;
  letter-spacing: 0.014em;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .Btn2,
  .Btn3 {
    bottom: 8.8rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.9rem;
    width: 28rem;
  }
}
.Btn2:hover,
.Btn3:hover {
  opacity: 0.6;
  color: #FFF;
}
.Btn2:before,
.Btn3:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  bottom: 50%;
  right: 2rem;
  transform: translate(0, 50%) rotate(-135deg);
  border-top: 1px solid transparent;
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid transparent;
}

.Btn3 {
  position: absolute;
  width: 30rem;
  bottom: 14rem;
  left: 59%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 480px) {
  .Btn3 {
    width: 19.5rem;
    left: 65%;
    bottom: 9rem;
  }
}

.w57 {
  max-width: 57%;
}
@media screen and (max-width: 480px) {
  .w57 {
    max-width: 100%;
  }
}
.Text2{
  padding: 1rem 0;
}

@media screen and (max-width: 480px) {
  .Text2 {
    padding: 0 0.5rem;
  }
}
.Text2__wrap__coution {
  color: #646564;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .Text2__wrap__coution {
    font-size: 0.8rem;
    line-height: 1.2;
    padding: 0 2rem;
  }
}

.Image__osusume__coution {
  text-align: left;
  color: #282728;
  font-size: 1.4rem;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  padding-top: 0.5rem;
}
@media screen and (max-width: 480px) {
  .Image__osusume__coution {
    font-size: 1.1rem;
    line-height: 1.2;
  }
}

.Title__wrap {
  text-align: center;
  width: 100%;
  padding-top: 4rem;
  border-bottom: 4px solid #d80c18;
}
@media screen and (max-width: 480px) {
  .Title__wrap {
    padding-top: 2rem;
  }
}
.Title__wrap__ttl {
  font-size: 2.1rem;
  line-height: 2;
  font-weight: bold;
  padding-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .Title__wrap__ttl {
    font-size: 1.91rem;
    line-height: 1.5;
  }
}

.padding1 {
  padding: 0 2rem;
  box-sizing: border-box;
}

.padding2 {
  padding: 0rem;
  padding-top: 3rem;
  box-sizing: border-box;
}
.padding2 img {
  margin: 0 auto;
}

.margin1 {
  margin-top: 2rem;
}

.right {
  text-align: right;
  margin-top: 1rem;
}

.mt {
  margin-top: 10px;
}

.Slick {
  background-color: #f8f0e5;
  padding: 4rem 0 8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .Slick {
    padding: 2rem 0 4rem;
  }
}
.Slick__wrap {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .Slick__wrap {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .Slick__wrap .slick01__element {
    width: 97% !important;
  }
}
.Slick__wrap .slick-list {
  padding-bottom: 2rem;
}
.Slick__wrap .slick-dots {
  transform: translate(0, 4rem);
}
@media screen and (max-width: 480px) {
  .Slick__wrap .slick-dots {
    transform: translate(0, 2rem);
  }
}
.Slick__wrap .slick-dots li {
  margin: 0;
}
.Slick__wrap .slick-dots .slick-active button:before {
  color: #774e25;
}

.Header {
  width: 100%;
}
.Header__top {
  width: 100%;
  background: #333333;
}
.Header__top__text {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 3rem;
}
.Header__top__text__left {
  display: block;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}
.Header__top__text__left span {
  font-weight: bold;
  font-size: 1.5rem;
}
.Header__top__text__center {
  display: block;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 2rem;
  font-size: 1.2rem;
}
.Header__logo {
  height: 6rem;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Header__logo__h1 {
    display: flex;
    align-items: center;
  }
}
.Header__logo__h1__link {
  display: block;
  width: 22.6rem;
}
@media screen and (max-width: 480px) {
  .Header__logo__h1__link {
    width: 14rem;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .Header__logo--flex {
    display: flex;
    justify-content: space-between;
  }
}
.Header__logo__text {
  margin-right: 2rem;
}
.Header__logo__text__center {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4em;
}
.Header__logo__text__left {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4em;
}
.Header__logo__text__left span {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4em;
  font-weight: bold;
}

.Fv {
  width: 100%;
}

.btn_link{
  bottom: 12em;
  position: absolute;
  left: 50%;
  transform:translatex(-50%);
  width: 53rem;
  display: block;
}
@media screen and (max-width: 480px) {
  .btn_link{
    bottom: 10rem;
    width: 35rem;
  }

}
.btn3 {
  width: 100%;
}

.Fv__wrap {
  width: 100%;
  background: linear-gradient(to bottom, #B40007, #82000C);
  position: relative;
}
.Fv__wrap__ttl {
  display: block;
  color: #FFF;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho Pro W3", "Hiragino Mincho ProN W3", serif;
  font-size: 3.48rem;
  font-weight: bold;
  padding-top: 3.48rem;
  text-align: center;
  padding-bottom: 24rem;
}
@media screen and (max-width: 480px) {
  .Fv__wrap__ttl {
    font-size: 1.7rem;
    padding-top: 1.7rem;
    padding-bottom: 12rem;
  }
}
.Fv__wrap__img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.Fv__support {
  width: 100%;
  background: linear-gradient(170deg, #CBA661, #A48000);
  height: 11.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Fv__support {
    height: 5.5rem;
  }
}
.Fv__support__propose {
  display: block;
  color: #FFF;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Hiragino Mincho Pro W3", "Hiragino Mincho ProN W3", serif;
  font-size: 3.27rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 480px) {
  .Fv__support__propose {
    font-size: 1.6rem;
  }
}
.Fv__support__propose:after {
  content: "▼";
  position: absolute;
  bottom: 0.3rem;
  right: -3rem;
  transform: scale(1.5, 1);
  font-size: 3rem;
}
@media screen and (max-width: 480px) {
  .Fv__support__propose:after {
    right: -1rem;
    font-size: 1rem;
  }
}

.Fv .Inner img {
  width: 100%;
}

.Footer {
  background-color: #333333;
  height: 4.1rem;
}
.Footer__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Footer__wrap__left {
  display: flex;
  padding-left: 6.78rem;
}
@media screen and (max-width: 480px) {
  .Footer__wrap__left {
    font-size: 1rem;
    padding-left: 1.5rem;
  }
}
.Footer__wrap__left__link {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  color: #FFF;
  text-decoration: none;
  line-height: 4.1rem;
  padding-right: 2rem;
}
.Footer__wrap__right__copy {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  color: #FFF;
  line-height: 4.1rem;
  padding-right: 6.3rem;
}
@media screen and (max-width: 480px) {
  .Footer__wrap__right__copy {
    font-size: 1rem;
    padding-right: 1.5rem;
  }
}

body {
  font-family: sans-serif;
  height: 100rem;
}

.attor{
  font-size: 1.2rem;
  text-align: right;
}

.Fv .Inner {
  padding-top: 20px; /* 20pxの余白を画像の上に追加 */
}

.Title__wrap__ttl .bg-orange{
  margin-bottom: 2rem;
}

.w70{
  width: 60%;
  margin: 0 auto;

}
@media screen and (max-width: 480px) {
  .w70{
    width: 100%;
  }
}

.tal{
  text-align: left;
  padding: 0 2rem;
}
