@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

:root {
  --base-color: #000;
  --sub-color: #FFF;
  --color-blue: #006AAF;
  --color-brown: #4F4C2D;
  --base-font-family: 'Noto Sans JP', sans-serif;
  --page-width: calc(100vw - 60px);
  --max-page-width: 980px;
  --hover-opacity: 0.7;
  --transition: all .5s;
  --background-gold: rgb(172, 143, 87);
  --gradation-gold: linear-gradient(90deg, rgba(172, 143, 87, 1) 0%, rgba(199, 189, 121, 1) 26%, rgba(172, 143, 87, 1) 51%, rgba(199, 189, 121, 1) 76%, rgba(172, 143, 87, 1) 100%);
}

html,
body {
  overflow-x: hidden;
  font-family: var(--base-font-family);
  color: var(--base-color);
  letter-spacing: var(--letter-spacing);
}

html {
  font-size: 46.875%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: var(--base-font-color);
  text-decoration: none;
  transition: all 0.4s;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 900;
}

main {
  overflow: hidden
}

main {
  margin-top: -65px;
  display: block
}

@media screen and (max-width:767px) {
  main {
    margin-top: 0
  }
}

.section-wrapper {
  padding: 120px 0;
}

.section-container {
  width: var(--page-width);
  max-width: var(--max-page-width);
  margin: auto;
}

.section-inner {
  padding: var(--page-padding);
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-direction-reverse {
  flex-direction: row-reverse;
}

.flex-direction-column {
  flex-direction: column;
}

.text-center {
  text-align: center;
}

@media screen and (min-width: 948px) {
  .tab {
    display: none;
  }
}

@media screen and (max-width: 947px) {
  .tab {
    display: block;
  }
}

/* ==================================
== #kv
================================== */
#kv {
  width: 100%;
}
@media screen and (max-width: 767px) {
#kv {
  background: black;
	}	
}

#kv img{
  width: 100%;
  height: auto;
}

/* ==================================
== #sec1
================================== */
#sec1 {
  background-color: var(--base-color);
  color: var(--sub-color);
  padding: 45px 0 14vw;
}

#sec1 .sec1-head {
  background: var(--gradation-gold);
  transform: rotate(-5deg);
  width: 110%;
  margin-left: -5%;
  margin-bottom: 45px;
  padding: 10px 0;
}

#sec1 .sec1-text {
  font-size: 12px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
#sec1 .sec1-text {
  font-size: 17px;
  line-height: 2;
	}
	
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 100px 0 110px;
  }

  #sec1 .sec1-head {
    margin-bottom: 110px;
    padding: 18px 0;
  }

  #sec1 .sec1-head img {
    width: 80%;
    max-width: 942px;
    height: 79px;
  }

  #sec1 .sec1-text {
    font-size: 40px;
  }
}

/* ==================================
== #sec2
================================== */
#sec2 {
  padding-top: 14vw;
}

#sec2 .sec2-head {
  font-size: 18px;
  color: var(--color-blue);
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
#sec2 .sec2-head {
  font-size: 24px;
	}
}

#sec2 .sec2-head::after {
  content: "";
  width: calc(100% + 10px);
  height: 60%;
  background: #AAD4ED;
  bottom: -5px;
  left: -5px;
  position: absolute;
  z-index: -1;
}

#sec2 .sec2-text {
  font-size: 12px;
  color: var(--color-blue);
  line-height: 2.5;
  letter-spacing: 0.34em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
#sec2 .sec2-text {
  font-size: 17px;
  margin-bottom: 30px;  
  letter-spacing: 0;
  line-height: 2;
	}
}

#sec2 .sec2-text span {
  position: relative;
}

#sec2 .sec2-text span::after {
  content: "";
  width: 100%;
  height: 60%;
  background: #FFF6B8;
  bottom: -3px;
  left: -3px;
  position: absolute;
  z-index: -1;
}

#sec2 .sec2-pic {
  width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {}

@media screen and (min-width: 768px) {
  #sec2 {
    padding-top: 130px;
  }

  #sec2 .sec2-head {
    font-size: min(6.5vw, 60px);
    margin-bottom: 100px;
  }

  #sec2 .sec2-head::after {
    width: calc(100% + 30px);
    height: 20px;
    bottom: 5px;
    left: -15px;
  }

  #sec2 .sec2-text {
    font-size: 26px;
    margin-bottom: 100px;
  }

  #sec2 .sec2-text span::after {
    height: calc(100% +8px);
    background: #FFF6B8;
    top: 0;
    bottom: inherit;
    height: 110%;
    left: -5px;
  }

  #sec2 .sec2-pic {
    width: 920px;
  }

}

/* ==================================
== #sec3
================================== */
#sec3 {
  padding: 14vw 0;
  background: url("../img/sec3-bg.jpg") no-repeat center / cover;
}

#sec3 .sec3-head {
  width: 145px;
  height: 22px;
  background: var(--color-blue);
  border-radius: 18.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 18px;
}

@media screen and (max-width: 767px) {
#sec3 .sec3-head{
	width: 75%;
	height: 10vw;
	margin-bottom: 30px;
}
#sec3 .sec3-head img{
  width: 128px;
  height: auto;
	}
#sec3 .sec3-text{
	width: 76vw;
	height: auto;
	margin: auto;
	}	
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 160px 0 200px;
  }

  #sec3 .sec3-head {
    width: 245px;
    height: 37px;
    margin-bottom: 35px;
  }

  #sec3 .sec3-head img {
    width: 112px;
    height: 18px;
  }

  #sec3 .sec3-text img {
    width: 932px;
    height: 187px;
  }
}

/* ==================================
== #sec4
================================== */
#sec4 {
  padding: 14vw 0;
}

#sec4 .sec4-head {
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}

#sec4 .sec4-head::after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 6px);
  background: #FFF6B8;
  top: -1px;
  left: -4px;
  position: absolute;
  z-index: -1;
}

#sec4 .case-list {
  width: 100%;
  margin: 0 auto;
}

#sec4 .case-list .case-item-icon {
  margin-bottom: 14px;
}

#sec4 .point-list .point-item {
  margin-top: 12vw;
  text-align: left;
}

#sec4 .point-list .point-item .point-item-ttl {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
#sec4 .section-container{
	width: 95%;
	max-width: inherit;
}	
#sec4 .case-list .case-item{
	width: 32%;
	flex-shrink: 0;
}
#sec4 .case-list .case-item .case-item-icon{
	text-align: center;
}
#sec4 .case-list .case-item .case-item-icon img{
	width: 76%;
	height: auto;
}
#sec4 .case-list .case-item .case-item-icon img[src*="sec4-case01-icon"]{
	width: 100%;
}
#sec4 .case-list .case-item .case-item-ttl img[src*="sec4-case01-ttl"]{
	width: 11.6vw;
	height: auto;
}
#sec4 .case-list .case-item .case-item-ttl img[src*="sec4-case02-ttl"]{
	width: 11.6vw;
	height: auto;
}
#sec4 .case-list .case-item .case-item-ttl img[src*="sec4-case03-ttl"]{
	width: 18.2vw;
	height: auto;
}
  #sec4 .point-list {
    margin:0 auto;
  }
#sec4 .sec4-head img{
	width: 70vw;
	height: auto;
}
#sec4 .sec4-head::after{
	background: #aad4ed;
	height: 60%;
	top:inherit;
	bottom: -5px;
	}   
#sec4 .point-list .point-item .point-item-ttl{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	}
#sec4 .point-list .point-item .point-item-ttl span{
	position: relative;
	}	
#sec4 .point-list .point-item .point-item-ttl span::after{
	  content: "";
	  width: 110%;
	  height: 60%;
	  background: #fff6b8;
	  bottom: -5px;
	  left: -5%;
	  position: absolute;
	  z-index: -1;
	}	
#sec4 .point-list .point-item .point-item-ttl span img[src*="sec4-point01-ttl-sp"]{
	width: 22vw;
	height: auto;
}			
#sec4 .point-list .point-item .point-item-ttl span img[src*="sec4-point02-ttl-sp"]{
	width: 24vw;
	height: auto;
}			
#sec4 .point-list .point-item .point-item-txt{
	text-align: center;
}
#sec4 .point-list .point-item .point-item-txt img[src*="sec4-point01-txt-sp"]{
	width: 78vw;
	height: auto;
}
#sec4 .point-list .point-item .point-item-txt img[src*="sec4-point02-txt-sp"]{
	width: 88vw;
	height: auto;
}
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 52px 0 50px;
  }

  #sec4 .sec4-head {

    margin-bottom: 60px;
  }

  #sec4 .sec4-head::after {
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    top: -8px;
    left: -8px;
  }

  #sec4 .sec4-head img {
    width: 494px;
    height: 35px;
  }

  #sec4 .case-list {
    width: 90%;
    max-width: 920px;
  }

  #sec4 .case-list .case-item-icon {
    margin-bottom: 45px;
  }

  #sec4 .case-item:first-child .case-item-icon img {
    width: 330px;
    height: 361px;
  }

  #sec4 .case-item:first-child .case-item-ttl img {
    width: 89px;
    height: 126px;
  }

  #sec4 .case-item:nth-child(2) .case-item-icon img {
    width: 255px;
    height: 360px;
  }

  #sec4 .case-item:nth-child(2) .case-item-ttl img {
    width: 90px;
    height: 126px;
  }

  #sec4 .case-item:nth-child(3) .case-item-icon img {
    width: 250px;
    height: 360px;
  }

  #sec4 .case-item:nth-child(3) .case-item-ttl img {
    width: 140px;
    height: 126px;
  }

  #sec4 .point-list .point-item {
    margin-top: 80px;
  }

  #sec4 .point-list .point-item .point-item-ttl {
    margin-bottom: 30px;
  }

  #sec4 .point-item:first-child .point-item-ttl img {
    width: 147px;
    height: 31px;
  }

  #sec4 .point-item:nth-child(2) .point-item-ttl img {
    width: 156px;
    height: 31px;
  }
}


/* ==================================
== #sec5
================================== */
#sec5 {
  padding: 0 0 75px;
/*   background: url("../img/sec5-bg-sp.png") repeat-x bottom center; */
}

#sec5 p {
  font-size: 17px;
  line-height: 2.1;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}

#sec5 p:first-child {
  margin-bottom: 75px;
}

#sec5 p:last-child {
  color: #FFF;
}

#sec5 .font-red {
  color: #FF0000;
}

#sec5 .bg-yellow {
  position: relative;
}

#sec5 .bg-yellow::after {
  content: "";
  width: calc(100% + 2px);
  height: 60%;
  background: #FFF6B8;
  bottom: -5px;
  left: -2px;
  position: absolute;
  z-index: -1;
}

#sec5 .bg-red {
  color: #FFFFFF;
  position: relative;
}

#sec5 .bg-red::after {
  content: "";
  width: calc(100% + 10px);
  height: 60%;
  background: #FF0000;
  bottom: -5px;
  left: -5px;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 767px) {
#sec5{
background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,237,237,1) 22%, rgba(109,109,109,1) 42%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,237,237,1) 22%, rgba(109,109,109,1) 42%, rgba(0,0,0,1) 100%);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(238,237,237,1) 22%, rgba(109,109,109,1) 42%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}
  #sec5 p:last-child {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px) {
  #sec5 {
    padding: 120px 0 200px;
    background: url("../img/sec5-bg.png") repeat-x bottom center;
  }

  #sec5 p {
    font-size: min(4.3vw, 40px);
  }

  #sec5 p:first-child {
    margin-bottom: 220px;
  }

  #sec5 .bg-yellow::after {
    width: calc(100% + 3px);
    top: 1px;
    bottom: inherit;
    height: 100%;
    left: -4px;
  }

  #sec5 .bg-red::after {
    top: 3px;
    bottom: inherit;
    height: 100%;
    
  }
}

/* ==================================
== #sec6
================================== */
#sec6 {
  padding: 20px 0 60px;
  background: url("../img/sec6-bg-sp.png") repeat-x top center;
}

#sec6 .sec6-head {
  font-size: 44px;
  margin-bottom: 9vw;
  color: #FFF;
  text-shadow: 2px 2px 8px rgba(81, 79, 48, .75);
  letter-spacing: 0.17em;
  text-indent: 0.17em;
}

#sec6 .sec6-head span {
  font-size: 22px;
}

#sec6 .section-main h3 {
  font-size: 17px;
  color: var(--color-brown);
  width: 255px;
  padding-bottom: 10px;
  margin: 0 auto 37px;
  border-bottom: 5px solid var(--color-brown);
}

#sec6 .section-main p {
  font-size: 17px;
  color: var(--color-brown);
  line-height: 2.1;
/*   letter-spacing: 0.16em; */
  position: relative;
  z-index: 2;
}

#sec6 .section-main p span {
  position: relative;
}

#sec6 .section-main p span::after {
  content: "";
  width: calc(100% + 2px);
  height: 60%;
  background: #FFF6B8;
  bottom: -5px;
  left: -2px;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 767px) {
#sec6 .section-main h3{
	border: 0;
}
#sec6 .section-main h3 span{
	position: relative;
	display: inline-block;
}	
#sec6 .section-main h3 span::after{
	content: "";
	width: 110%;
	position: absolute;
	left: -5%;
	bottom: -5px;
	height: 3px;
	background: var(--color-brown);
}
}

@media screen and (min-width: 768px) {
  #sec6 {
    padding: 20px 0 135px;
    background: url("../img/sec6-bg.png") repeat-x top center;
  }

  #sec6 .sec6-head {
    font-size: 89px;
    margin-bottom: 100px;
  }

  #sec6 .sec6-head span {
    font-size: 44px;
  }

  #sec6 .section-main h3 {
    font-size: 38px;
    width: 634px;
    padding-bottom: 10px;
    margin: 0 auto 60px;
  }

  #sec6 .section-main p {
    font-size: 26px;
  }

  #sec6 .section-main p span::after {
    width: calc(100% + 3px);
    top: 3px;
    left: -4px;
  }
}


/* ==================================
== #sec7
================================== */
#sec7 {
  height: 143px;
  background: url("../img/sec7-bg.png") no-repeat bottom center / cover;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sec7 p {
  font-size: 22.5px;
  color: #FFF;
}

@media screen and (max-width: 767px) {}

@media screen and (min-width: 768px) {
  #sec7 {
    height: 456px;
  }

  #sec7 p {
    font-size: 57px;
  }
}

/* ==================================
== #sec8
================================== */
#sec8 {
  padding: 48px 0 35px;
}

#sec8 p {
  font-size: 17px;
  line-height: 2.5;
/*   letter-spacing: 0.16em; */
  color: var(--color-brown);
}

#sec8 p span {
  position: relative;
}
#sec8 p span.red{
color: red;	
}

#sec8 p span::after {
  content: "";
  width: calc(100% + 2px);
  height: 60%;
  background: #FFF6B8;
  bottom: -5px;
  left: -2px;
  position: absolute;
  z-index: -1;
}

#sec8 p span.bg-yellow::after {
  background: #FFF6B8;
}

#sec8 p span.bg-pink {
  color: #FFF;
}

#sec8 p span.bg-pink::after {
  background: #FF8C9B;
}

#sec8 .sec8-pic-group {
  width: 95%;
  margin: 40px auto 0;
}

#sec8 .sec8-pic-group .sec8-pic-item:first-child {
  margin-right: 12px;
}

@media screen and (max-width: 767px) {}

@media screen and (min-width: 768px) {
  #sec8 {
    padding: 60px 0 70px;
  }

  #sec8 p {
    font-size: 26px;
  }

  #sec8 .sec8-pic-group {
    width: 808px;
    margin: 60px auto 0;
  }

  #sec8 .sec8-pic-group .sec8-pic-item:first-child {
    margin-right: 22px;
  }

  #sec8 p span::after {
    content: "";
    width: calc(100% + 3px);
    height: 100%;
    background: #FFF6B8;
    top: 3px;
    left: -3px;
    position: absolute;
    z-index: -1;

  }
}

/* ==================================
== #sec9
================================== */
#sec9 {
  background: var(--gradation-gold);
  padding: 12px 0;
}

@media screen and (max-width: 767px) {
  #sec9 img {
    width: 72vw;
    height: auto;
  }
	
}

@media screen and (min-width: 768px) {
  #sec9 {
    padding: 45px 0;
  }

  #sec9 img {
    width: 80%;
    max-width: 848px;
    height: 49px;
  }
}

/* ==================================
== #sec10
================================== */
#sec10 {
  background: #000;
  padding: 25px 0 40px;
}

.sec10-head {
  width: 77vw;
  margin-bottom: 15px;
}

.sec10-strong {
  width: 84vw;
}

@media screen and (max-width: 767px) {}

@media screen and (min-width: 768px) {
  #sec10 {
    padding: 120px 0 70px;
  }

  .sec10-head {
    width: 90%;
    max-width: 550px;
    margin-bottom: 80px;
  }

  .sec10-strong {
    width: 90%;
    max-width: 657px;
    margin-bottom: 90px;
  }
}


/* ==================================
== #sec11
================================== */
#sec11 {
  background: #000;
  padding: 0 0 70px;
}

.sec11-content:first-of-type {
  margin-bottom: 20px;
}

.sec11-content-head {
  width: 81vw;
  height: 35px;
  margin: 20px auto 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(0, 107, 168, 1) 25%, rgba(0, 107, 168, 1) 83%, rgba(255, 255, 255, 1) 100%);
  border-radius: 39px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec11-content01-group {
  margin-top: 30px;
}

.sec11-content01-group li {
  width: 80vw;
  position: relative;
}

.sec11-content01-group li .sec11-content01-index {
  width: 91px;
  top: -18px;
  left: -13px;
  position: absolute;
}

.sec11-content01-group li:first-child .sec11-content01-index {
  left: -33px;
}

.sec11-content01-text {
  width: 67vw;
}

.sec11-content02-group {
  margin: 6vw auto 50px;
}

.sec11-content02-group li {
  width: calc((100% - 5px) / 2);
  position: relative;
}

.sec11-content02-group li p {
  margin-top: 12px;
  text-align: left;
}

@media screen and (max-width: 767px) {
.sec11-content-head img{
width: 45vw;
height: auto;	
}	
  .sec11-content01-group {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .sec11-content01-group li:not(:last-child) {
    margin-bottom: 30px;
  }

  .sec11-content02-group {
    flex-wrap: wrap;
    width: 80vw;
  }

  .sec11-content02-group li:nth-child(1),
  .sec11-content02-group li:nth-child(2) {
    margin-bottom: 35px;
  }
  .sec11-content02-group li p{
	  text-align: center;
  }
	.sec11-content02-group li img[src*="sec11-content02-item01-name-sp"]{
	width: 25vw;
	height: auto;	
	margin: auto;
	}
	.sec11-content02-group li img[src*="sec11-content02-item02-name-sp"]{
	width: 28vw;
	height: auto;	
	margin: auto;	
	}
	.sec11-content02-group li img[src*="sec11-content02-item03-name-sp"]{
	width: 27vw;
	height: auto;	
		margin: auto;
	}
	.sec11-content02-group li img[src*="sec11-content02-item04-name-sp"]{
	width: 25vw;
	height: auto;	
	margin: auto;	
	}
  .purchase-btn {
    width: 80vw;
    height: auto;
  }
	
}

@media screen and (min-width: 768px) {

  .sec11-content:first-of-type {
    margin-bottom: 120px;
  }

  #sec11 .sec11-head {
    width: 447px;
    height: 97px;
  }

  .sec11-content-head {
    width: 90%;
    max-width: 942px;
    height: 77px;
    border-radius: 39px;
  }

  .sec11-content:nth-of-type(1) .sec11-content-head img {
    width: 426px;
    height: 37px;
  }

  .sec11-content:nth-of-type(2) .sec11-content-head img {
    width: 337px;
    height: 37px;
  }

  .sec11-content01-group {
    margin-top: 80px;
  }

  .sec11-content01-group li {
    width: calc((100% - 52px) / 3);
  }

  .sec11-content01-group li .sec11-content01-index {
    width: 46%;
    max-width: 123px;
    top: -23px;
    left: -16px;
  }

  .sec11-content01-group li:first-child .sec11-content01-index {
    left: -15%;
  }

  .sec11-content01-text {
    width: 940px;
  }

  .sec11-content02-group {
    margin: 40px auto 80px;
  }

  .sec11-content02-group li {
    width: calc((100% - 30px) / 4);
  }

  .sec11-content02-group li p {
    margin-top: 20px;
  }

  .sec11-content02-group li:nth-child(1) p img {
    width: 219px;
    height: 72px;
  }

  .sec11-content02-group li:nth-child(2) p img {
    width: 167px;
    height: 72px;
  }

  .sec11-content02-group li:nth-child(3) p img {
    width: 220px;
    height: 72px;
  }

  .sec11-content02-group li:nth-child(4) p img {
    width: 146px;
    height: 72px;
  }

  .sec11-content02-group li:nth-child(4) p img {
    width: 146px;
    height: 72px;
  }

  .purchase-btn {
    width: 453px;
    height: 110px;
  }
}


/* ==================================
== .pagetop
================================== */
.pagetop {
  position: fixed;
  right: 50px;
  z-index: 10000;
  width: 53px;
  height: 53px;

}

@media (max-width:1100px) {
  .pagetop {
    right: 0
  }
}

@media (max-width:768px) {
  .pagetop {
    right: 20px;
    bottom: 20px !important;
    width: 20px;
    height: 20px
  }
}

.pagetop a {
  width: 53px;
  display: block;
  height: 100%
}

@media (max-width:768px) {
  .pagetop a {
    width: 20px;
    height: 20px
  }
}

.pagetop a img {
  width: 100%
}