@charset "UTF-8";
/* CSS Document */
:root{
  --accent-color: #72291B;
  --accent-pale-color: #DB7777;
  --bg-bright-color: #F4E6D6;
  --bg-dark-color: #AD9E8D;
  --text-sub-color: #333;
  --text-main-color: #776650;
}
html{
	font-size: 62.5%;
  scroll-behavior: smooth;
}
body{
	color: var(--text-main-color);
	font-size: 1.8rem;
	font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
	line-height: 2.16;
	font-feature-settings: "palt";
	letter-spacing: 0.15em;
	-webkit-font-smoothing: antialiaced;
	-moz-osx-font-smoothing: grayscale;
}
p{
  line-height: 2.16;
}
img,
video{
	max-width: 100%;
	height: auto;
}
h2,h3,h4{
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

/**********
common
**********/
.mvDetail__inner,
.point__inner,
.column__inner,
.data__inner{
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  width: 100%;
  max-width: calc(1232px + 6%);
}

/**********
MV
**********/
.mv{
  position: relative;
  background-image: url(../img/andea-neo/mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 2880 / 1433;
}
.mvText{
  position: absolute;
  top: 50%;
  left: 9%;
  transform: translateY(-60%);
  color: #fff;
  width: 48%;
  max-width: 700px;
}
.mvLogo{
  margin-bottom: 4vw;
  width: 85%;
  max-width: 595px;
  filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.2));
}
.mvCopy{
  font-size: 2.2vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.795;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.mvPoint{
  position: absolute;
  right: 15%;
  bottom: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-sub-color);
  font-size: 1.35vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  text-align: center;
  width: 15.5%;
  aspect-ratio: 1;
  border-radius: 100%;
  background-image: linear-gradient(0deg, #D1A67B, #FAE3B1);
}
.mvPoint>p{
  margin: auto;
  line-height: 1.8;
}
@media(min-width: 1920px){
  .mvCopy{
    font-size: 4.4rem;
  }
  .mvPoint{
    font-size: 2.6rem;
    width: 300px;
  }
}

@media(max-width: 768px){
  .mv{
    background-image: url(../img/andea-neo/mv-sp.jpg);
    aspect-ratio: 750 / 1000;
  }
  .mvText{
    top: 28%;
    left: 6%;
    width: 72%;
  }
  .mvLogo{
    width: 100%;
  }
  .mvCopy{
    font-size: 4.2vw;
  }
  .mvPoint{
    bottom: 2%;
    right: 3%;
    font-size: 2.6vw;
    width: 30%;
  }
}

/**********
mvDetail
**********/
.mvDetail{
  padding: 2.2em 0 1.0em;
  text-align: center;
}
.mvDetail__title{
  margin-bottom: .3em;
  color: var(--accent-color);
  font-size: 5.6rem;
  font-family: Noto Sans JP, sans-serif;
}
.mvDetail__title span{
  display: inline-block;
}
.mvDetail__text{
  color: var(--text-sub-color);
  font-size: 3.5rem;
  font-weight: 600;
}

@media(max-width: 768px){
  .mvDetail__title{
    font-size: 4.0rem;
  }
  .mvDetail__text{
    font-size: 2.0rem;
  }
}

/**********
point
**********/
.point{
  background-image: linear-gradient(180deg, #fff 0%, #fff 2.8rem, var(--bg-dark-color) 2.8rem, var(--bg-dark-color) 100%);
}
.point__inner{
  padding: 0 3% 5.35em;
}
.pointContent{
  padding-top: 2em;
}
.pointTitle__text{
  margin-bottom: 1.1em;
  color: #fff;
  font-size: 3.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  text-align: center;
  background: var(--accent-color);
  border-radius: 3.2rem;
}
.pointTitle__title{
  margin-bottom: 1em;
  color: #fff;
  font-size: 5.8rem;
  text-align: center;
}
.pointTitle__title .--accent{
  color: var(--accent-color);
}
.pointTitle__title .--num{
  font-size: 7.7rem;
}

.pointList{
  color: #fff;
}
.pointItem{
  margin-bottom: 4.2em;
  display: flex;
  gap: 4.2%;
}
.pointNumber{
  width: 11.6%;
  flex-shrink: 0;
}
.pointContent__title{
  font-size: 3.9rem;
}
.pointContent__title .--bigger{
  font-size: 5.5rem;
}
.pointContent__text{
  margin-bottom: 2.4em;
}
.pointContent__list{
  margin-bottom: 2.2em;
  display: flex;
  justify-content: space-between;
}
.pointContent__item{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1.8;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  text-align: center;
  width: 19.6%;
  background: var(--accent-pale-color);
  border-radius: 50%;
  aspect-ratio: 1;
}
.pointContent__item.--beige{
  color: var(--accent-pale-color);
  background: var(--bg-bright-color);
}
.pointContent__attention{
  font-size: 1.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
.pointContent__lineList{
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.pointContent__lineItem{
  color: var(--text-main-color);
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  text-align: center;
  background: var(--bg-bright-color);
  border-radius: 3.2rem;
}

.pointProduct{
  padding: 2.8em 5.76%;
  background: #fff;
}
.pointProduct__inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5.8%;
}
.pointProduct__img{
  padding-left: 2%;
  width: 41.9%;
  flex-shrink: 0;
}
.pointProduct__logo{
  margin-bottom: 1.4em;
  width: 70.3%;
}

.pointProduct__explainList{
  margin-bottom: 0;
  display: flex;
  font-weight: 400;
}
.pointProduct__explainList dt::after{
  content: '：';
}

@media (max-width: 1300px){
    .pointContent__item{
      font-size: 1.8rem;
    }
}
@media (max-width: 1000px){
    .pointContent__item{
      width: 23%;
    }
}
@media (max-width: 860px){
    .pointContent__list{
      flex-wrap: wrap;
      gap: 1em;
    }
    .pointContent__item{
      width: 47%;
      max-width: 300px;
    }
}
@media (max-width: 768px){
  .pointProduct{
    padding: 2.4em 4%;
  }
  .pointTitle__text{
    font-size: 2.0rem;
  }
  .pointContent{
    padding-top: 0;
  }
  .pointItem{
    flex-direction: column;
  }
  .pointNumber{
    width: 18%;
    margin: auto;
  }
  .pointTitle__title{
    font-size: 3.4rem;
  }
  .pointTitle__title .--num{
    font-size: 4rem;
  }
  .pointContent__title{
    font-size: 2.4rem;
  }
  .pointContent__title .--bigger {
    font-size: 3.4rem;
  }
  .pointContent__lineItem{
    font-size: 1.6rem;
  }
  .pointProduct__inner{
    flex-direction: column;
    gap: 1em;
  }
  .pointProduct__img{
    width: 100%;
  }
}

/**********
column
**********/
.column{
  background: var(--bg-bright-color);
}
.column__inner{
  padding: 4.7em 3% 5.6em;
}
.columnBox{
  margin-bottom: 5.3em;
}
.columnBox.--last{
  margin-bottom: 0;
}
.columnBox__title{
  margin-bottom: 0.6em;
  display: flex;
  align-items: center;
  font-size: 4.5rem;
}
.columnBox__title::before{
  content: '';
  display: inline-block;
  margin-right: 3rem;
  width: 1em;
  aspect-ratio: 1;
  background: var(--accent-pale-color);
}
.columnBox__text{
  padding-left: calc(4.5rem + 3rem);
}

@media(max-width: 768px){
  .columnBox__title{
    font-size: 3rem;
  }
  .columnBox__title::before{
    margin-right: 2rem;
  }
  .columnBox__text{
    padding-left: calc(3rem + 2rem);
}
}
/**********
data
**********/
.data{
  color: #fff;
  background: var(--bg-dark-color);
}
.data__inner{
  padding: 4.2em 3% 5.6em;
}
.dataTitle{
  margin-bottom: 0.6em;
  color: var(--accent-color);
  font-size: 7.7rem;
  text-align: center;
}
.dataText{
  margin: 0 auto 2.6em;
  width: 87%;
}
.dataFigure{
  background: #fff;
  padding: 2.5em 5.76%;
}
.dataFigure__title{
  margin-bottom: 1.8em;
  color: var(--accent-color);
  font-size: 2.4rem;
  font-family: Noto Sans JP, sans-serif;
  text-align: center;
}
.dataFigure__img{
  margin: 0 auto 4em;
  width: 94.8%;
  padding-right: 2%;
}
.dataFigure__conclude{
  display: flex;
  align-items: center;
}
.dataFigure__concludeTitle{
  padding-left: 0.9em;
  color: var(--accent-color);
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 0.4;
  flex-shrink: 0;
}
.dataFigure__concludeTitle .--en{
  font-size: 5.5rem;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.dataFigure__concludeTitle::after{
  content: '';
  display: inline-block;
  padding-left: 0.3em;
  background: var(--accent-color);
  clip-path: polygon(13% 0, 13% 100%, 45% 50%);
  width: 6.2rem;
  aspect-ratio: 1;
}
.dataFigure__concludeConclude{
  color: var(--text-main-color);
}
.data02__box{
  padding-left: 3em;
}

.data02{
  padding: 4em 0;
  display: flex;
  font-size: 1.8rem;
}
.data02__title{
  margin-bottom: 0.3em;
  display: flex;
  align-items: center;
  color: var(--accent-color);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.5rem;
}
.data02__title::before{
  content: '';
  display: inline-block;
  width: 3.4rem;
  aspect-ratio: 1;
  clip-path: polygon(13% 0, 13% 100%, 45% 50%);
  background: var(--accent-color);
}
.data02__text{
  padding-left: 3.4rem;
}
.data02__dataTitle{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
}
.data02__table{
  margin-bottom: .7em;
  border: 1px solid #fff;
}
table th, table td{
  padding: 0.1em;
  font-size: 1.8rem;
  border: 1px solid #fff;
  text-align: center;
}
table .data02__dataHeading th{
  background: rgba(119,102,80, 0.32);
  text-align: center;
  width: 20em;
}
.data02__dataText{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
}

@media(max-width: 768px){
  .dataFigure{
    background: #fff;
    padding: 2.4em 4%;
  }
  .dataTitle{
    font-size: 3.4rem;
  }
  .dataText{
    width: 100%;
  }
  .data02{
    flex-direction: column;
    gap: 1.4em;
  }
  .data02__box{
    padding-left: 0;
  }
  .dataFigure__conclude{
    flex-direction: column;
    gap: 1em;
  }
  .dataFigure__concludeTitle::after{
    clip-path: polygon(100% 43%, 0 43%, 50% 87%);
  }
}

/**********
structure
**********/
.structure{
  padding: 2em 3% .8em;
  background: #fff;
}
.structureTitle{
  margin-bottom: 1.4em;
  color: var(--accent-color);
  font-size: 2.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  text-align: center;
}
ol li{
  list-style-type: none;
}
.structureFlow{
  display: flex;
  justify-content: center;
  gap: 10%;
}
.structureFlow__item{
  text-align: center;
}
.structureFlow__title{
  margin-bottom: 0.8em;
  color: var(--accent-color);
  font-size: 2.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}
.structureFlow__text{
  line-height: 1.38;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}
.structureIllust{
  padding-left: 8%;
  margin: 0 auto 3em;
  display: block;
  width: 68%;
}

@media(max-width: 768px){
  .structureFlow{
    flex-direction: column;
    gap: .2em;
  }
  .structureIllust{
    margin: 0 auto 1.5em;
    width: 100%;
    padding-left: 4%;
  }
}

/**********
content
**********/
.page #content .container{
  max-width: 1232px;
}
.andea #content .h4{
  font-size: 1.8rem;
}
.table_andea th, .table_andea td {
  font-size: 1.6rem;
}
#content h2.underline{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 2.6rem;
}
.andea ul.circle li:before{
  color: var(--text-main-color);
}
.andea #content h2.underline:after{
  background-color: var(--text-main-color);
}
.table_andea th, .table_andea td{
  font-size: 1.8rem;
}
.table_andea tbody{
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.table_andea tr{
  display: flex;
  flex-direction: column;
}
a{
  color: var(--text-main-color);
}
.page_top a::before{
  font-size: 2.4rem;
}

/**********
sp
**********/

@media (max-width: 1200px){
  html{
    font-size: 52%;
  }
}
@media (max-width: 375px){
  html{
    font-size: 48%;
  }
}
@media (max-width: 350px){
  html{
    font-size: 44%;
  }
}