@charset "UTF-8";


/* container
-----------------------------------------------*/
#container {
  display: block;
}


/* menu
-----------------------------------------------*/
#menu {
  margin-top: 0;
}
#menu .colList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#menu .colList .col {
  width: calc(33.333% - 80px / 3);
}
#menu .colList .col.colL {
  width: calc(50% - 20px);
  margin-top: 0;
}
#menu .colList .col a {
  display: block;
  color: #333;
}
#menu .colList .col a .img {
  overflow: hidden;
  position: relative;
}
#menu .colList .col a .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity .3s;
}
#menu .colList .col a:hover .img::after {
  opacity: .1;
}
#menu .colList .col a .img img {
  transition: transform .3s;
  box-sizing: content-box;
}
#menu .colList .col a:hover .img img {
  transform: scale(1.03);
}
#menu .colList .col a p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  #menu .colList {
    gap: 0;
    margin-top: -30px;
  }
  #menu .colList .col,
  #menu .colList .col.colL {
    width: calc(50% - 10px);
    margin: 30px 20px 0 0;
  }
  #menu .colList .col:nth-child(2n),
  #menu .colList .col.colL:nth-child(2n) {
    margin-right: 0;
  }
  #menu .colList .col a p {
    font-size: 14px;
    margin-top: 10px;
  }
}


/* about
-----------------------------------------------*/
#about {
  position: relative;
  z-index: 1;
  background: #F8F8F8;
  padding: 80px 0;
  margin-top: 80px;
}
#about::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: #F8F8F8;
  transform: translateX(-50%);
}
#about h2 {
  font-size: 32px;
  text-align: center;
  line-height: 1.35;
}
#about .box {
  display: flex;
  margin-top: 40px;
  gap: 40px;
}
#about .box .img {
  width: calc(50% - 20px);
}
#about .box .txt {
  align-self: center;
  width: calc(50% - 20px);
}
#about .box .txt h3 {
  font-size: 20px;
  line-height: 1.5;
}
#about .box .txt p {
  font-size: 14px;
  line-height: 1.85;
  margin-top: 20px;
}
#about .colList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
#about .colList .col {
  background: #fff;
  width: calc(50% - 20px);
  padding: 40px;
  text-align: center;
}
#about .colList .colL {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 284px;
}
#about .colList .colL .txt {
  width: 50%;
}
#about .colList .colL .img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  padding-left: 40px;
  text-align: right;
  margin-top: 0;
  padding: 45px 40px 45px 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#about .colList .colL .img img {
  margin-top: 0;
}
#about .colList .col h4 {
  font-size: 20px;
  line-height: 1.5;
}
#about .colList .col img {
  margin-top: 25px;
}
#about .colList .col img.spOnly {
  display: none;
}
#about .colList .col p {
  font-size: 14px;
  line-height: 1.85;
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  #about {
    padding: 40px 0;
    margin-top: 40px;
  }
  #about h2 {
    font-size: 21px;
  }
  #about .box {
    display: block;
    margin-top: 20px;
    gap: 0;
  }
  #about .box .img {
    width: 100%;
  }
  #about .box .txt {
    width: 100%;
    margin-top: 20px;
  }
  #about .box .txt h3 {
    font-size: 16px;
  }
  #about .box .txt p {
    font-size: 13px;
    margin-top: 15px;
    line-height: 2;
  }
  #about .colList {
    display: block;
    gap: 0;
    margin-top: 40px;
  }
  #about .colList .col {
    width: 100%;
    padding: 25px 24px 25px;
    margin-top: 20px;
  }
  #about .colList .colL {
    display: block;
  }
  #about .colList .colL .txt {
    width: 100%;
  }
  #about .colList .colL .img {
    position: relative;
    height: auto;
    width: 100%;
    padding-left: 0;
    padding: 0;
    display: block;
  }
  #about .colList .col h4 {
    font-size: 16px;
  }
  #about .colList .colL .img,
  #about .colList .col img {
    margin-top: 18px;
  }
  #about .colList .col img.pcOnly {
    display: none;
  }
  #about .colList .col img.spOnly {
    display: block;
    margin: 15px auto 0;
    max-width: 293px;
  }
  #about .colList .col p {
    font-size: 13px;
    margin-top: 16px;
  }
}


/* philosophy
-----------------------------------------------*/
#philosophy {
  margin-top: 120px;
}
#philosophy .col3 {
  margin-top: 38px;
  display: flex;
  gap: 40px;
}
#philosophy .col3 .col {
  width: calc(33.333% - 80px / 3);
}
#philosophy .col3 .col a {
  display: block;
  color: #333;
}
#philosophy .col3 .col a .img {
  overflow: hidden;
  position: relative;
}
#philosophy .col3 .col a .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity .3s;
}
#philosophy .col3 .col a:hover .img::after {
  opacity: .1;
}
#philosophy .col3 .col a .img img {
  transition: transform .3s;
  box-sizing: content-box;
}
#philosophy .col3 .col a:hover .img img {
  transform: scale(1.03);
}
#philosophy .col3 .col a p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  #philosophy {
    margin-top: 40px;
  }
  #philosophy .col3 {
    margin-top: 20px;
    display: block;
    gap: 0;
  }
  #philosophy .col3 .col {
    width: 100%;
    margin-top: 30px;
  }
  #philosophy .col3 .col:first-child {
    margin-top: 0;
  }
  #philosophy .col3 .col a p {
    font-size: 14px;
    margin-top: 12px;
  }
}