@charset "UTF-8";

/*----------------------------------------------------
  concept
----------------------------------------------------*/

.concept-lead {
  text-align: center;
}

.concept-col {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.concept-img {
  width: 55%;
  position: relative;
}

.concept-col__deco2 {
  width: 7.5%;
  position: absolute;
  top: 15%;
  right: 2.5%;
  z-index: 1;
}

.concept-inner {
  width: 40%;
  font-size: 2rem;
}

.concept-inner__lead {
  font-weight: 700;
  font-size: 2.6rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.concept-inner p {
  font-family: var(--font-serif);
}

.concept-list {
  width: 100%;
  list-style: none;
  margin: 30px auto 0 auto;
}

.concept-list>li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
  font-family: var(--font-serif);
}

/*----------------------------------------------------
  land
----------------------------------------------------*/
.land {
  margin-bottom: 150px;
  background: #F4F7F4;
}

.land-lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.land-lead>img {
  width: 40%;
}

.land-lead>p {
  color: var(--font-red);
  font-size: 5rem;
}

.land-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}

.land-mid {
  margin-bottom: 40px;
}

.land-col {
  margin-bottom: 60px;
}

.land-inner {
  width: 100%;
  margin-bottom: 100px;
}

.land-inner__lead {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: var(--font-serif);
  text-align: center;
}

.land-inner__col {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.land-inner__box {
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
}

.land-inner__box:nth-of-type(1) {
  width: 40%;
}

.land-inner__box:nth-of-type(2) {
  width: 57.5%;
}

.land-inner__box-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 2.8rem;
  padding: 5px 20px;
  color: #3D9DB3;
  border: 1px solid #3D9DB3;
  margin-bottom: 10px;
}

.land-inner__box-inner {
  width: auto;
  margin: 0 auto;
  text-align: center;
}

.land-inner__box-list {
  display: inline-block;
  width: auto;
  margin: 10px auto 14px auto;
  text-align: center;
}

.land-inner__box-list>li {
  width: auto;
  display: flex;
  align-items: baseline;
}

.land-inner__box-list>li>p {
  font-size: 1.8rem;
}

.land-inner__box-list-txt {
  font-size: 2rem;
  margin: 0 auto;
}

.land-inner__box-list>li:not(:last-of-type) {
  margin-right: 20px;
}

.land-inner__box-list>li>span {
  font-weight: 700;
  margin-right: 10px;
}

.land-inner__box-list>li>p>span {
  font-size: 2.8rem;
  line-height: 1;
  font-family: var(--font-serif);
  color: var(--font-red);
}

.land-img {
  width: 100%;
  margin-bottom: 60px;
}

.land-img__attention {
  font-size: 1.2rem;
  text-align: center;
}

.land-btm {
  display: flex;
  justify-content: space-between;
}

.land-btm .land-inner__lead {
  text-align: center;
  margin-bottom: 14px;
}

.land-btm__img {
  width: 49%;
}

.land-btm__img>p {
  text-align: right;
}

.use-col {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto 80px auto;
}

.use-col__img {
  width: 100%;
}

.use-col__img:nth-of-type(n+1) {
  margin-bottom: 40px;
}

.level-attention2 {
  font-size: 1.5rem;
  text-align: center;
}

.use-col2 {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.use-col2__img {
  width: 55%;
  position: relative;
}

.use-col2__inner {
  width: 40%;
}

.use-col2__inner-lead {
  font-size: 2.4rem;
  font-family: var(--font-serif);
  font-weight: 700;
  margin-bottom: 20px;
}

.use-col2__inner>ul {
  list-style: none;
}

.use-col2__inner>ul>li {
  padding: 14px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}

.use-col2__inner>ul>li:not(:last-of-type) {
  margin-bottom: 10px;
}

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

@media screen and (max-width:1024px) {
  .concept .l-inner {
    width: 70%;
    margin: 0 auto;
  }

  .concept-col {
    flex-direction: column;
    align-items: center;
  }

  .concept-img {
    width: 100%;
    margin-bottom: 40px;
  }

  .concept-inner {
    width: 100%;
  }

  .concept-col__deco2 {
    width: 10%;
    position: absolute;
    top: 5%;
    right: -1.5%;
  }

  .land-inner__col {
    width: 100%;
  }

  .land-btm .land-inner__lead .ui--sp {
    display: block !important;
  }

  .use-col {
    width: 70%;
  }
}

@media screen and (max-width:896px) {
  .concept .l-inner {
    width: 75%;
    margin: 0 auto;
  }

  .land-inner__col {
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .land-inner__box {
    border-bottom: none;
  }

  .land-inner__box:nth-of-type(1),
  .land-inner__box:nth-of-type(2) {
    width: 100%;
  }

  .land-inner__box-list>li:not(:last-of-type) {
    margin-right: auto;
  }
}

@media screen and (max-width:786px) {
  .concept .l-inner {
    width: 80%;
    margin: 0 auto;
  }

  .land-img {
    width: 90%;
  }

  .land-inner__col {
    width: 80%;
  }
}

@media screen and (max-width:680px) {
  .concept .l-inner {
    width: 85%;
    margin: 0 auto;
  }

  .land-lead>img {
    width: 70%;
  }

  .land-inner__col {
    width: 90%;
  }

  .land-btm {
    flex-direction: column;
  }

  .land-btm__img {
    width: 100%;
  }

  .use-col {
    width: 90%;
    margin-bottom: 40px;
  }

  .use-col__img:nth-of-type(n+1) {
    margin-bottom: 20px;
  }

  .use-col2 {
    flex-direction: column;
  }

  .use-col2__img {
    width: 100%;
    margin-bottom: 20px;
  }

  .use-col2__inner {
    width: 100%;
  }

  .use-col2__inner-lead {
    text-align: center;
  }
}

@media screen and (max-width:480px) {
  .concept .l-inner {
    width: 90%;
    margin: 0 auto;
  }

  .concept-col__deco2 {
    width: 14%;
    top: 5%;
    right: 4.5%;
  }

  .concept-inner,
  .concept-list>li {
    font-size: 1.6rem;
  }

  .concept-inner__lead {
    font-size: 2rem;
  }


  .land-lead>img {
    width: 70%;
  }

  .land-lead>p>img {
    width: 120px;
  }

  .land-lead>p {
    font-size: 2.8rem;
  }

  .land-lead {
    font-size: 2.6rem;
  }

  .land-inner {
    margin-bottom: 60px;
  }

  .land-inner__lead {
    font-size: 1.8rem;
  }

  .land-img {
    width: 100%;
  }

  .land-inner__box {
    font-size: 1.8rem;
  }

  .land-inner__box-tab {
    font-size: 2rem;
  }

  .land-inner__box-list>li>p>span {
    font-size: 2.4rem;
  }

  .land-inner__lead .ui--sp {
    display: block;
  }

  .land-mid {
    margin-bottom: 20px;
  }

  .level-attention2 {
    font-size: 1.3rem;
    text-align: center;
  }
}