@charset "utf-8";

*,
::before,
::after {
box-sizing: border-box;
border-style: solid;
border-width: 0;
margin: 0;
}

body {
  overflow-x: hidden;
}


ul {
  padding: 0;
  list-style: none;
}

a {
  background: transparent;
  text-decoration: none;
  color: inherit;
}

.first-view{
  height: calc(350vh - 100px);
  background-color: #adcc33;
  background-size: 500px;
  background-repeat: no-repeat;
  background-position:center center ;
  text-align: center;
}

  .first-view-text {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  color: #000;
  font-weight: bold;
}

.first-view-text h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  line-height: 120px;
  margin-top: 40px;
  text-align: center;
}

div.title10 h1 span {
  display: inline-block;
  color: #fff;
  background-color: #3656a7;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-right: 0.5rem;
  transform: rotate(-20deg);
}


.lead {
  max-width: 1200px;
  margin: 60px auto;
}

.lead p {
  line-height: 2;
  text-align: center;
}

p.sample img {
  width: 300px;
}

.link-button-area {
  text-align: center;
  margin-top: 20px;
}

.link-button {
  background-color: #614414;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #fff ;
  font-weight: bold
}

.link-button:hover {
  background-color: #6b6526;
}

.container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  grid-template-rows: 350px 350px;
  justify-content: center;
}

ul.item li.list {
  position: relative;
}

.div.image {
  width: 100%;
  height: 350px;
}
.number {
  background-color: #614414;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
} 

.button01 {
  background-color: #aea8dd;
  display: inline-block;
  min-width: 220px;
  line-height: 35px;
  border-radius: 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  color: #fff ;
  font-weight: bold;
}

.button01:hover {
  background-color: #aea8dd;
}


@media (max-width: 800px) {  
  .first-view{
    height: calc(450vh - 50px);
    align-items: flex-start;
  }  
.first-view-text {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 5px;
}
.first-view-text h1 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 15px;
  text-align: left;
}

.first-view-text p {
  font-size: 13px;
  margin-top: 15px;
  text-align: center;
}

.lead {
  padding-left: 10px;
  padding-right: 10px;
}

.container {
  display: flex;
  flex-direction: column;
}

ul.item {
  flex-wrap: wrap;
  max-width: 420px;
}
ul.item li.list {
  width: 100%;
  margin-right: 0;
  margin-bottom: 3rem;
}

li.list:last-child {
  margin-bottom: 0;
}

ul.item li.list {
  min-height: auto;
}
}