@charset "UTF-8";

/*--------------------------------------
common
---------------------------------------*/
.main-index {
background: #f7f7f7 url(img/index_bg_01.png) repeat;
}


/*--------------------------------------
mainvisual
---------------------------------------*/
.mainvisual {
min-height: 58.7rem;
padding: 4rem 0 0 0;
background: url(img/mv_bg_01.png) no-repeat left top;
background-size: auto 58.7rem;
}
.mainvisual .inner {
padding: 0 0 0 15rem;
}
.mainvisual .title {
margin: 0 0 2rem 0;
color: #fff;
font-size: 6.6rem;
font-weight: 700;
line-height: 1.4;
}
.mainvisual .title .txt-1 {
padding: 0.5rem 1rem;
display: inline-block;
background: #5b1b0d;
font-size: 4rem;
}
.mainvisual .title .txt-2 {
background: rgb(232,200,79);
background: -webkit-linear-gradient(0deg, rgba(232,200,79,1) 0%, rgba(235,219,156,1) 60%, rgba(236,214,118,1) 100%);
background: linear-gradient(0deg, rgba(232,200,79,1) 0%, rgba(235,219,156,1) 60%, rgba(236,214,118,1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
font-size: 7.4rem;
}
.mainvisual p:not([class]) {
padding: 0 27rem 0 0;
color: #fff;
}
.mainvisual p:not([class]) > span:not([class]) {
background: none;
color: #e9d066;
font-size: 1.8rem;
}


/*--------------------------------------
section-1
---------------------------------------*/
.section-1 {
padding: 8rem 0 12rem 0;
background: url(img/sec1_bg_01.png) no-repeat left top;
}
.section-1 .l-float {
text-align: center;
}
.section-1 .l-float__center {
margin-bottom: var(--s6);
}
.section-1 .block-btns {display: flex;flex-wrap: wrap;justify-content: space-between;margin: 7rem 0 0 0;}
.section-1 .block-btns::after {
display: block;
width: calc((100% - 4rem) / 3);
content: "";
}
.section-1 .block-btns .btn {width: calc((100% - 4rem) / 3);background: rgb(51,27,20);background: -webkit-radial-gradient(circle, rgba(51,27,20,1) 0%, rgba(17,16,15,1) 100%);background: radial-gradient(circle, rgba(51,27,20,1) 0%, rgba(17,16,15,1) 100%);}
.section-1 .block-btns .btn a {display: block;position: relative;padding: 6rem 1rem 4rem 1rem;color: #fff;font-size: 1.8rem;font-weight: 700;line-height: 1.4;text-align: center;text-decoration: none;pointer-events: none;}
.section-1 .block-btns .btn a:hover {
opacity: 1;
}
.section-1 .block-btns .btn a > span:not([class]) {
color: #e9d066;
font-size: 2.6rem;
}
.section-1 .block-btns .btn .ico {
display: block;
position: absolute;
left: 50%;
top: -2.2rem;
transform: translateX(-50%);
width: 7.2rem;
height: 7.2rem;
padding: 1.6rem 0 0 0;
background: url(img/title_bg_02.png) no-repeat left top;
background-size: contain;
color: #11100f;
font-size: 1.4rem;
}
.section-1 .block-btns .btn .ico span {
font-size: 2.4rem;
}
.section-1 .block .box {display: flex;flex-wrap: wrap;justify-content: space-between;margin: 9.6rem 0 0 0;background: #efebe1;}
.section-1 .block .box-head {position: relative;display: inline-flex;width: 30rem;padding: 5rem 1rem;background: rgb(17,16,15);background: -webkit-radial-gradient(circle, rgba(51,27,20,1) 0%, rgba(17,16,15,1) 100%);background: radial-gradient(circle, rgba(51,27,20,1) 0%, rgba(17,16,15,1) 100%);justify-content: center;align-items: center;}
.section-1 .block .box-head .ico {position: absolute;left: 0.8rem;top: -4rem;width: 8rem;height: 8rem;padding: 1rem 0 0 0;background: url(img/title_bg_02.png) no-repeat left top;background-size: contain;color: #11100f;font-size: 1.6rem;font-weight: 700;line-height: 1.4;text-align: center;}
.section-1 .block .box-head .ico span {font-size: 3.6rem;}
.section-1 .block .box-head .ttl {
color: #fff;
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.section-1 .block .box-head .ttl span {
color: #e9d066;
}
.section-1 .block .box-head .ttl span span {
font-size: 3.2rem;
}
.section-1 .block .box-body {
width: calc(100% - 30rem);
padding: 3rem 5rem;
}


/*--------------------------------------
section-2
---------------------------------------*/
.section-2 {
position: relative;
padding: 20rem 0 5rem 0;
background: #11100f url(img/sec2_bg_01.png) no-repeat left top;
background-size: 100% auto;
z-index: 2;
}
.section-2::before {
position: absolute;
left: 0;
bottom: -1rem;
width: 100%;
height: 64rem;
background: url(img/sec2_bg_02.png) no-repeat left bottom;
background-size: 100% auto;
content: "";
z-index: -1;
}
.section-2 .l-section-title {
color: #fff;
}
.section-2 .l-section-title span {
color: #e9d066;
}
.section-2 .title {position: relative;padding: 3.2rem 0;background: #54524e80 url(img/sec2_bg_03.png) no-repeat center center;color: #fff;font-size: 3.4rem;font-weight: 700;line-height: 1.4;text-align: center;margin-top: 5.6rem;}
.section-2 .title::before {
position: absolute;
right: -30rem;
top: -21rem;
width: 47rem;
height: 31rem;
background: url(img/sec2_bg_04.png) no-repeat left top;
background-size: contain;
content: "";
}
.section-2 .title span {font-size: 150%;}
.section-2 .block {display: flex;flex-wrap: wrap;justify-content: space-between;padding: 2.3rem 2.5rem 2rem 2.5rem;background: #54524e80;}
.section-2 .block .box {width: calc((100% - 3rem) / 2);margin: 0 0 3rem 0;background: #f8f8f8;}
.section-2 .block .box-head {
display: flex;
align-items: center;
justify-content: center;
position: relative;
padding: 2rem 1rem;
background: rgb(17,16,15);
background: -webkit-radial-gradient(circle, rgba(19,49,97,1) 0%, rgba(17,16,15,1) 100%);
background: radial-gradient(circle, rgba(19,49,97,1) 0%, rgba(17,16,15,1) 100%);
}
.section-2 .block .box-head::before {position: absolute;left: 50%;top: 100%;transform: translateX(-50%);width: 0;height: 0;border-style: solid;border-width: 12px 18px 0 18px;border-color: #132c55 transparent transparent transparent;content: "";}
.section-2 .block .box-head .ttl {
color: #fff;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.section-2 .block .box-head .ttl span {
font-size: 2.4rem;
}
.section-2 .block .box-body {
padding: 2rem;
}
.section-2 .block .box-body .fig {
text-align: center;
}
.section-2 .block .box-body p:not([class]) {
margin: 1em 0 0 0;
}
.section-2 .title.diff{
  margin-top: 3.2rem;
  background: none;
}
.section-2 .title.diff:before{
  display: none;
}
.section-2 .block.diff {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 3.2rem;
  background: none;
}
.section-2 .block.diff .box-head {
  background: #5b1b0d;
}
.section-2 .block.diff .box-head::before {
  border-color: #5b1b0d transparent transparent transparent;
}
.section-2 .catch-1 {
margin: 5rem 0 8rem 0;
color: #fff;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.section-2 .catch-1 span {
color: #e9d066;
font-size: 2.4rem;
}
.section-2 .catch-2 {
color: #e9d066;
font-size: 2.4rem;
text-align: center;
}


/*--------------------------------------
section-3
---------------------------------------*/
.section-3 {
padding: 12rem 0 8rem 0;
background: url(img/sec3_bg_01.png) no-repeat center center;
background-size: 100% auto;
}
.section-3 .block {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 9rem 0 5rem 0;
}
.section-3 .block::after {
display: block;
width: calc((100% - 4rem) / 3);
content: "";
}
.section-3 .block .box {
width: calc((100% - 4rem) / 3);
background: #fff;
}
.section-3 .block .box-head {
position: relative;
padding: 12rem 0 0 0;
background: #131313;
}
.section-3 .block .box-head .ico {
position: absolute;
left: 50%;
top: -6rem;
transform: translateX(-50%);
width: 15.8rem;
}
.section-3 .block .box-head .ttl-wrap {
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
background: #5b1b0d;
}
.section-3 .block .box-head .ttl {
width: 100%;
color: #fff;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.section-3 .block .box-head .ttl a {
display: inline;
padding: 0 3.6rem 0 0;
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 2rem auto;
color: inherit;
text-decoration: none;
}
.section-3 .block .box-body {
padding: 2rem 2rem 3rem 2rem;
}
.section-3 .block .box-body p:not([class]) {
margin: 0;
font-weight: 700;
}
.section-3 .block .box-body table {
margin: 0.5rem 0 0 0;
}
.section-3 .block .box-body table th {
width: 10rem;
padding: 0.5rem;
background: #f7f5f0;
border: none;
border-bottom: 8px solid #fff;
font-size: 1.8rem;
line-height: 1.4;
}
.section-3 .block .box-body table td {
padding: 0.5rem 1rem;
border: none;
border-bottom: 8px solid #fff;
font-size: 1.8rem;
line-height: 1.4;
}
.section-3 .block .box-body table td span {
background: none;
font-size: 2.8rem;
}
.section-3 .block .box-body table td .note {
font-size: 1.4rem;
}
.section-3 .block .box-body .btn-internal {
margin: 2.5rem auto 0 auto;
}
.section-3 .l-center > p:not([class]) {
margin: 3rem 5rem;
}


/*--------------------------------------
section-5
---------------------------------------*/
.section-5 {padding: 8rem 0 18rem;background: url(img/sec5_bg_01.png) no-repeat left bottom;}
.section-5 .block-btns {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.section-5 .block-btns::after {
display: block;
width: calc((100% - 4rem) / 3);
content: "";
}
.section-5 .block-btns .btn {
display: flex;
align-items: center;
justify-content: center;
width: calc((100% - 4rem) / 3);
margin: 0 0 3rem 0;
}
.section-5 .block-btns .btn a {
display: block;
width: 100%;
padding: 2.5rem 3.6rem 2.5rem 1.8rem;
background: #fff url(img/arrow01_brown.svg) no-repeat right 1.8rem center;
background-size: 2rem auto;
border: 3px solid #f2f2f2;
border-radius: 0.8rem;
color: #5b1b0d;
font-size: 2rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
text-decoration: none;
}
.section-5 .block-btns .btn a:hover{
background: #efebe1 url(img/arrow01_brown.svg) no-repeat right 1.8rem center;
background-size: 2rem auto;
border: 3px solid #efebe1;
opacity: 1;
}

/*--------------------------------------
section-6
---------------------------------------*/
.section-6 {
position: relative;
padding: 10rem 0;
background: #11100f;
}
.section-6::before {
position: absolute;
left: 0;
top: -15rem;
width: 100%;
height: 64rem;
background: url(img/sec6_bg_01.png) no-repeat left top;
background-size: 100% auto;
content: "";
}
.section-6 .l-section-title {
color: #fff;
}
.section-6 .l-section-title span {
color: #e9d066;
}
.section-6 .l-section-title a {
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 35px auto;
}
.section-6 .block {
margin: 6rem 0 0 0;
counter-reset: number 0;
}
.section-6 .block .box {
position: relative;
margin: 0 0 3.5rem 0;
padding: 6rem 5rem 4rem 5rem;
background: #efebe1;
}
.section-6 .block .box::before {
position: absolute;
left: 2rem;
top: 0.2rem;
color: #fff;
font-size: 7rem;
font-weight: 700;
line-height: 1.1;
content: counter(number, decimal-leading-zero);
counter-increment: number 1;
}
.section-6 .block .box .ttl {
margin: 0 0 2.5rem 6rem;
color: #5b1b0d;
font-size: 3.2rem;
font-weight: 700;
line-height: 1.4;
}
.section-6 .block .box .ttl a {
display: inline-block;
padding: 0 4rem 0 0;
background: url(img/arrow01_brown.svg) no-repeat right center;
background-size: 2rem auto;
color: inherit;
text-decoration: none;
}
.section-6 .block .box .btn-link {
margin: 2rem 0 0 0;
}


/*--------------------------------------
section-7
---------------------------------------*/
.section-7 {position: relative;padding: 20rem 0 2.4rem 0;background: #11100f url(img/sec7_bg_01.png) no-repeat left top;background-size: 100% auto;}
.section-7::before {
position: absolute;
left: 0;
top: calc(100% - 0.5rem);
width: 100%;
height: 21rem;
background: url(img/sec7_bg_02.png) no-repeat left top;
background-size: 100% auto;
content: "";
}
.section-7 .l-section-title {
margin: 0 0 6rem 0;
color: #fff;
}
.section-7 .l-section-title span {
color: #e9d066;
}
.section-7 .l-section-title a {
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 35px auto;
}
.section-7 .l-float {
position: relative;
}
.section-7 .l-float::before {
position: absolute;
right: -14rem;
top: -20rem;
width: 25rem;
height: 29rem;
background: url(img/sec7_bg_03.png) no-repeat left top;
background-size: contain;
content: "";
z-index: 2;
}
.section-7 .l-float .catch {
color: #e9d066;
}
.section-7 .l-float p:not([class]) {
color: #fff;
}
.section-7 .l-float p:not([class]) > span:not([class]) {
background: none;
color: #e9d066;
font-size: 1.8rem;
}
.section-7 .btn-link a {
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 20px auto;
color: #fff;
}


/*--------------------------------------
section-8
---------------------------------------*/
.section-8 {
padding: 16rem 0 8rem 0;
}
.section-8 .block .box-head {
position: relative;
padding: 2rem;
background: #5b1b0d;
}
.section-8 .block .box-head::before {
position: absolute;
left: 50%;
top: 100%;
transform: translateX(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 2rem 2rem 0 2rem;
border-color: #5b1b0d transparent transparent transparent;
content: "";
}
.section-8 .block .box-head .title {
color: #fff;
font-size: 3.6rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.section-8 .block .box-head .title a {
display: inline;
padding: 0 6rem 0 0;
background: url(img/arrow01_white.svg) no-repeat right center;
background-size: 35px auto;
color: inherit;
text-decoration: none;
}
.section-8 .block .box-body {
padding: 5rem 6rem;
background: #efebe1;
}
.section-8 .block .box-body .btn-internal {
margin: 3rem auto 0 auto;
}




























@media screen and (max-width: 767px) {

/*--------------------------------------
mainvisual
---------------------------------------*/
.mainvisual {
min-height: auto;
padding: 0 0 3rem 0;
background: #38160b url(img/mv_bg_03.png) no-repeat left bottom;
background-size: 100% auto;
}
.mainvisual .inner {padding: 0;background: url(img/mv_bg_02.png) no-repeat center top -2rem;background-size: 110% auto;}
.mainvisual .title {margin: 0;padding: 2.4rem 2rem;font-size: 3rem;text-align: center;text-shadow: 0 0 4px #5b1b0d;}
.mainvisual .title .txt-1 {
font-size: 1.8rem;
}
.mainvisual .title .txt-2 {font-size: 110%;text-shadow: none;}
.mainvisual .mv-txt {padding: 1.6rem 2rem 0;background: #29140d;}
.mainvisual .mv-txt p:not([class]) {
padding: 0;
}
.mainvisual .mv-txt p:not([class]):first-child {
margin: 0;
}
.mainvisual p:not([class]) > span:not([class]) {
font-size: 1.4rem;
}


/*--------------------------------------
section-1
---------------------------------------*/
.section-1 {
padding: 6rem 0 8rem 0;
background: url(img/sec1_bg_01.png) no-repeat left top;
background-size: 60% auto;
}
.section-1 .l-float {
text-align: center;
}
.section-1 .l-float__center {
margin-bottom: var(--s3);
}
.section-1 .block-btns {
margin: 4rem 0 0 0;
}
.section-1 .block-btns::after {
width: calc((100% - 2rem) / 3);
}
.section-1 .block-btns .btn {width: calc((100% - 1.6rem) / 3);border-radius: 2.4rem;}
.section-1 .block-btns .btn a {font-size: 1.4rem;background: url(img/arrow01_white_down.svg) no-repeat center bottom 1.5rem;background-size: 2rem auto;padding: 4rem 1rem;pointer-events: auto;}
.section-1 .block-btns .btn a > span:not([class]) {
font-size: 1.8rem;
}
  .section-1 .block-btns .btn .ico {
  width: 5.4rem;
  height: 5.4rem;
  padding: 1.6rem 0 0 0;
  font-size: 1.2rem;
}
  .section-1 .block-btns .btn .ico span {
  font-size: 1.64rem;
}
.section-1 .block .box {
display: block;
margin: 8rem 0 0 0;
background: #efebe1;
border-radius: 0.8rem;
}
.section-1 .block .box-head {width: 100%;padding: 5.2rem 1rem 2rem 1rem;border-radius: 0.8rem 0.8rem 0 0;}
.section-1 .block .box-head .ttl {
font-size: 2.1rem;
}
.section-1 .block .box-head .ttl span span {
font-size: 2.4rem;
}
  .section-1 .block .box-head .ico {left: 50%;transform: translateX(-50%);top: -4rem;width: 8rem;height: 8rem;padding: 1.4rem 0 0 0;font-size: 1.6rem;}
.section-1 .block .box-head .ico span {font-size: 3.2rem;}
.section-1 .block .box-body {
width: 100%;
padding: 1.5rem;
}
.section-1 .block .box-body p:not([class]) {
margin: 0;
}


/*--------------------------------------
section-2
---------------------------------------*/
.section-2 {
padding: 10rem 0 5rem 0;
}
.section-2 .title {
padding: 2rem 1rem;
background-size: contain;
font-size: 1.8rem;
}
.section-2 .title::before {
right: -14rem;
top: -10rem;
width: 23.5rem;
height: 15.5rem;
}
.section-2 .title span {
font-size: 2.1rem;
}
.section-2 .block {
display: block;
padding: 3rem 1.5rem;
}
.section-2 .block .box {
width: 100%;
margin: 0 0 3rem 0;
}
.section-2 .block .box:last-child {
margin: 0;
}
.section-2 .block .box-head .ttl {
font-size: 1.6rem;
}
.section-2 .block .box-head .ttl span {
font-size: 2rem;
}
.section-2 .block .box-body {
padding: 2rem 1.5rem;
}
.section-2 .catch-1 {
margin: 3rem 0;
font-size: 1.6rem;
}
.section-2 .catch-1 span {font-size: 120%;}
.section-2 .catch-2 {font-size: 120%;line-height: 1.4;}


/*--------------------------------------
section-3
---------------------------------------*/
.section-3 {
padding: 8rem 0 4rem 0;
background: url(img/sec3_bg_01.png) no-repeat center top 20rem;
background-size: 150% auto;
}
.section-3 .block {
display: block;
margin: 0;
}
.section-3 .block::after {
display: none;
content: none;
}
.section-3 .block .box {
width: 100%;
margin: 9rem 0 0 0;
}
.section-3 .block .box-body table {
display: talble;
table-layout: fixed;
border: none;
}
.section-3 .block .box-body table th {
display: table-cell;
font-size: 1.6rem;
}
.section-3 .block .box-body table td {
display: table-cell;
font-size: 1.6rem;
}
.section-3 .block .box-body table td span {
font-size: 2.4rem;
}
.section-3 .block .box-body table td .note {
font-size: 1.2rem;
}
.section-3 .l-center > p:not([class]) {
margin: 3rem 0;
}


/*--------------------------------------
section-5
---------------------------------------*/
.section-5 {
padding: 8rem 0 12rem 0;
background: url(img/sec5_bg_01.png) no-repeat left bottom 5rem;
background-size: 60% auto;
}
.section-5 .block-btns {
display: block;
}
.section-5 .block-btns::after {
display: none;
content: none;
}
.section-5 .block-btns .btn {
width: 100%;
margin: 0 0 2rem 0;
}


/*--------------------------------------
section-6
---------------------------------------*/
.section-6 {
padding: 4rem 0;
}
.section-6::before {
position: absolute;
left: 0;
top: -8rem;
width: 100%;
height: 64rem;
background: url(img/sec6_bg_01.png) no-repeat left top;
background-size: 100% auto;
content: "";
}
.section-6 .l-section-title a {
background-size: 24px auto;
}
.section-6 .block {
margin: 4rem 0 0 0;
}
.section-6 .block .box {
margin: 0 0 3rem 0;
padding: 5rem 1.5rem 3rem 1.5rem;
}
.section-6 .block .box::before {
left: 1rem;
font-size: 4.5rem;
}
.section-6 .block .box .ttl {
margin: 0 0 2.5rem 0;
font-size: 1.8rem;
}
.section-6 .block .box .ttl a {
display: block;
padding: 0 3rem 0 0;
}
.section-6 .block .box .btn-link {
margin: 2rem auto 0 auto;
}


/*--------------------------------------
section-7
---------------------------------------*/
.section-7 {
padding: 14rem 0 2rem 0;
}
.section-7 .l-section-title {
margin: 0 0 4rem 0;
}
.section-7 .l-section-title a {
background-size: 24px auto;
}
.section-7 .l-float {
position: relative;
}
.section-7 .l-float::before {
right: -4rem;
top: -11rem;
width: 10rem;
height: 11.6rem;
}
.section-7 .l-float p:not([class]) > span:not([class]) {
font-size: 1.6rem;
}
.section-7 .btn-link {
margin: 2rem auto 0 auto;
}
.section-7 .btn-link a {
background: #fff url(img/arrow01_brown.svg) no-repeat right 1.5rem center;
background-size: 24px auto;
color: #5b1b0d;
}


/*--------------------------------------
section-8
---------------------------------------*/
.section-8 {
padding: 8rem 0 4rem 0;
}
.section-8 .block .box-head {
padding: 1.5rem;
}
.section-8 .block .box-head .title {font-size: 2.2rem;}
.section-8 .block .box-head .title a {
padding: 0 4rem 0 0;
background-size: 24px auto;
}
.section-8 .block .box-body {
padding: 3rem 1.5rem;
background: #efebe1;
}
.section-8 .block .box-body .btn-internal {
margin: 2rem auto 0 auto;
}

}
