@charset "UTF-8";
.mv-under {
  margin-top: 88px;
  background: url("../images/about_mv.jpg") center center/cover;
  position: relative;
  padding-top: 30px;
  box-sizing: border-box;
}
.mv-under .page_ttls {
  max-width: 600px;
  width: 60%;
  margin: 0 auto 0 0;
  position: relative;
}
.mv-under .page_ttls .ttls-in {
  position: absolute;
  z-index: 2;
  top: 44%;
  left: 50%;
  margin-left: -165px;
  width: 330px;
}
.mv-under .page_ttls .eg {
  font-size: clamp(14px, calc(0.3755868545vw + 12.5915492958px), 18px);
  color: #44BBDD;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.mv-under .page_ttls h1 {
  font-size: clamp(26px, calc(0.9389671362vw + 22.4788732394px), 36px);
  line-height: 1;
  margin-top: 10px;
  letter-spacing: 0.075em;
}
.mv-under .eng {
  position: absolute;
  right: 0;
  bottom: -19px;
  line-height: 1;
  font-family: "Figtree", sans-serif;
  font-weight: 800;
  -webkit-text-stroke: 1px white; /* 幅と色 */
  color: transparent;
  font-size: clamp(76px, calc(4.1314553991vw + 60.5070422535px), 120px);
}
.mv-under .eng i {
  color: white;
}
@media (max-width: 767px) {
  .mv-under {
    margin-top: 70px;
    background: url("../images/about_mv-sp.jpg") center center/cover;
  }
  .mv-under .page_ttls {
    width: 91%;
    margin: 0 auto;
    text-align: center;
  }
  .mv-under .eng {
    position: absolute;
    top: -11px;
    left: 0;
    width: 100%;
    bottom: unset;
    font-size: clamp(76px, calc(4.1314553991vw + 60.5070422535px), 120px);
    text-align: center;
  }
}

.anks {
  padding: 24px 0;
  box-sizing: border-box;
}
.anks .inner {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 24px;
}
.anks .inner a {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: clamp(14px, calc(0.1877934272vw + 13.2957746479px), 16px);
  position: relative;
  padding-bottom: 30px;
  line-height: 1.5;
  place-content: center;
}
.anks .inner a p:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.anks .inner .tx {
  margin-bottom: 8px;
}
@media all and (max-width: 1310px) {
  .anks .inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .anks .inner img {
    display: inline-block;
    height: 24px;
    width: auto;
  }
}
@media all and (max-width: 1000px) {
  .anks .inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 767px) {
  .anks {
    padding: 30px 0 40px 0;
  }
  .anks .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 95%;
  }
  .anks .inner a {
    letter-spacing: 0;
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px dotted #44BBDD;
    background: url("../images/ank-arwsp.png") center right no-repeat;
    background-size: 18px auto;
  }
  .anks .inner .tx {
    margin-bottom: 0;
  }
  .anks .inner img {
    display: none;
  }
}

.ab1 {
  background: #DDF6F9;
  padding: 70px 0 190px 0;
  box-sizing: border-box;
}
.ab1 h2 {
  padding-bottom: 0;
}
.ab1 .ab-bx {
  margin-top: 70px;
  position: relative;
  background: url("../images/ab-bxbg.jpg") top center/cover;
}
.ab1 .ab-bx .in {
  padding: 150px 0;
  box-sizing: border-box;
}
.ab1 .ab-bx .in2 {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  max-width: 690px;
  margin: 0 auto;
  padding: 70px 0;
  box-sizing: border-box;
}
.ab1 .ab-bx .img {
  max-width: 303px;
  margin: 0 auto;
}
.ab1 .ab-bx h3 {
  font-size: 36px;
  font-weight: bold;
  margin: 40px 0 50px 0;
}
.ab1 .ab-bx .txt {
  font-size: clamp(16px, calc(0.1877934272vw + 15.2957746479px), 18px);
  font-weight: 500;
}
@media (max-width: 767px) {
  .ab1 {
    padding: 50px 0 190px 0;
  }
  .ab1 .eg {
    width: 425px;
    white-space: nowrap;
    letter-spacing: 0;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .ab1 h2 {
    font-size: 24px;
  }
  .ab1 .ab-bx {
    margin-top: 40px;
    background: url("../images/ab-bxbg-sp.jpg") top center/cover;
  }
  .ab1 .ab-bx .in {
    padding: 70px 0;
  }
  .ab1 .ab-bx .in2 {
    padding: 50px 0;
    margin: 0 20px;
  }
  .ab1 .ab-bx .img {
    max-width: 235px;
  }
  .ab1 .ab-bx h3 {
    margin: 40px 0 40px 0;
    line-height: 1.4;
  }
  .ab1 .inner {
    width: 100%;
  }
}

.ab1-2 {
  margin-top: -222px;
  padding-bottom: 100px;
  box-sizing: border-box;
  position: relative;
}
.ab1-2:before {
  content: "";
  position: absolute;
  top: 120px;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: calc(100% - 120px);
  background: linear-gradient(180deg, rgba(255, 255, 238, 0) 0%, #FFFFEE 100px, #FFFFEE 25% 100%);
}
.ab1-2 .top {
  max-width: 690px;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 2;
}
.ab1-2 .top .sub1 {
  background: #44BBDD;
  font-size: clamp(20px, calc(1.1267605634vw + 15.7746478873px), 32px);
  border-radius: 6px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: white;
  padding: 14px 0;
}
.ab1-2 .top .arw {
  width: 64px;
  margin: 20px auto;
}
.ab1-2 .top h2 {
  text-align: center;
}
.ab1-2 .top h2 i {
  display: inline-block;
  padding-bottom: 10px;
  font-size: clamp(26px, calc(2.0657276995vw + 18.2535211268px), 48px);
}
.ab1-2 .top h2 .n1 {
  background: url("../images/n1.png") center bottom no-repeat;
  background-size: 100% auto;
}
.ab1-2 .top h2 .n2 {
  background: url("../images/n2.png") center bottom no-repeat;
  background-size: 100% auto;
}
.ab1-2 .txt {
  position: relative;
  z-index: 2;
  text-align: center;
  background: url("../images/ab122.png") center center no-repeat;
  background-size: 100% auto;
  margin-top: 70px;
}
@media all and (max-width: 767px) {
  .ab1-2 {
    margin-top: -217px;
    padding-bottom: 50px;
  }
  .ab1-2 .top .sub1 {
    padding: 10px 0;
  }
  .ab1-2 .top .arw {
    width: 30px;
    margin: 10px auto 0 auto;
  }
  .ab1-2 .top h2 i {
    padding-bottom: 5px;
  }
  .ab1-2 .txt {
    position: relative;
    padding-bottom: 110px;
    z-index: 2;
    text-align: center;
    background: url("../images/ab122-sp.png") bottom center no-repeat;
    background-size: 100% auto;
    margin-top: 60px;
  }
}

.ab2 {
  padding: 80px 0 0 0;
  box-sizing: border-box;
}
.ab2 .btn-l {
  margin-top: 90px;
}
@media all and (max-width: 767px) {
  .ab2 {
    padding: 50px 0 0 0;
  }
  .ab2 .btn-l {
    margin-top: 70px;
  }
}

.ab3 {
  margin-top: 120px;
  padding-bottom: 170px;
  box-sizing: border-box;
  background: #FFFFEE;
  position: relative;
  text-align: center;
}
.ab3 .bgg1 {
  position: absolute;
  max-width: 190px;
  width: 7vw;
  right: 0;
  top: 18%;
}
.ab3 .bgg2 {
  position: absolute;
  max-width: 190px;
  width: 7vw;
  left: 0;
  top: 30%;
}
.ab3 .tlw {
  background: url("../images/b1.jpg") center right no-repeat, url("../images/b2.jpg") center left no-repeat;
  background-size: 40% auto, 40% auto;
}
.ab3 .ttl-bx2 {
  display: inline-block;
  position: relative;
  background: #FFFFEE;
  padding: 40px 210px 0 210px;
  box-sizing: border-box;
  clip-path: polygon(170px 0, calc(100% - 170px) 0, 100% 101%, 0 101%);
}
.ab3 .ttl-bx2 h2 {
  padding-bottom: 0;
  font-size: clamp(20px, calc(1.5023474178vw + 14.3661971831px), 36px);
  line-height: 1;
}
.ab3 .in1 {
  margin: 140px 0 0 0;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(102, 68, 51, 0.1);
}
.ab3 .in1 h3 {
  position: relative;
  top: -80px;
  margin: 0 auto;
  width: 440px;
  height: 100px;
  font-weight: bold;
  line-height: 1;
  place-content: center;
  text-align: center;
  font-size: clamp(20px, calc(0.5633802817vw + 17.8873239437px), 26px);
  background: url("../images/fk.png") center center/cover;
}
.ab3 .in1 h3 i {
  display: block;
  margin-top: -25px;
}
.ab3 .in1 .top {
  background: #CCEDF7;
  padding: 40px 90px 70px 90px;
  box-sizing: border-box;
}
.ab3 .in1 .c3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.ab3 .in1 .btm {
  position: relative;
  background: white;
}
.ab3 .in1 .btm .tl {
  background: #44BBDD;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  font-size: 20px;
  width: 120px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -60px;
  height: 40px;
  place-content: center;
  line-height: 1;
}
.ab3 .in1 .btm {
  padding: 90px;
  box-sizing: border-box;
}
.ab3 .in1 .c5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}
.ab3 .in1 .c5 p {
  aspect-ratio: 1/1;
  border-radius: 4px;
  place-content: center;
  text-align: center;
  color: #1199CC;
  font-weight: bold;
  font-size: 18px;
  background: #E5F6FB;
  line-height: 1.4;
  position: relative;
}
.ab3 .in1 .c5 p .cap {
  position: absolute;
  font-size: 10px;
  bottom: 0;
  right: 0;
  text-align: left;
  padding: 10px;
}
.ab3 .in1 .mn {
  text-align: left;
  font-size: 12px;
  padding: 20px 0 0 0;
  line-height: 1.5;
}
@media all and (max-width: 767px) {
  .ab3 .in1 .mn {
    font-size: 11px;
  }
}
@media all and (max-width: 1000px) {
  .ab3 .in1 .c5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
  .ab3 .in1 .c5 p {
    aspect-ratio: 1/1;
    border-radius: 4px;
    place-content: center;
    text-align: center;
    color: #1199CC;
    font-weight: bold;
    font-size: 18px;
    background: #E5F6FB;
    line-height: 1.4;
  }
}
.ab3 .in2 {
  margin-top: 130px;
  position: relative;
}
.ab3 .in2 .bx {
  border-top: 1px solid #77CCE8;
  box-sizing: border-box;
  padding: 60px 0;
}
.ab3 .in2 .top {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 0 30px;
  align-items: center;
}
.ab3 .in2 .tl {
  border-radius: 6px;
  background: #77CCE8;
  height: 60px;
  place-content: center;
  font-size: 32px;
  font-weight: 500;
  color: white;
  line-height: 1;
}
.ab3 .in2 .tx {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}
.ab3 .in2 .btmc-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 10px;
  margin-top: 60px;
}
.ab3 .in3w {
  padding-top: 80px;
}
.ab3 .in3 h3 {
  display: inline-block;
  width: 320px;
  height: 60px;
  background: url("../images/kakko.png") center center/cover;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  place-content: center;
}
.ab3 .in3 .c-4 {
  margin: 80px 0 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.ab3 .in3 .c-4 .bx {
  padding: 0 20px;
  box-sizing: border-box;
  border-left: 1px solid #44BBDD;
}
.ab3 .in3 .c-4 .bx:last-of-type {
  border-right: 1px solid #44BBDD;
}
.ab3 .in3 .c-4 .img {
  width: 150px;
  margin: 10px auto 20px auto;
}
.ab3 .in3 .c-4 .tx1 {
  font-size: 24px;
  font-weight: 500;
}
.ab3 .in3 .c-4 .tx2 {
  text-align: left;
  font-size: 15px;
}
@media all and (max-width: 1000px) {
  .ab3 .in3 .c-4 {
    margin: 80px 0 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 0;
  }
  .ab3 .in3 .c-4 .bx:nth-of-type(2) {
    border-right: 1px solid #44BBDD;
  }
}
.ab3 .in4w {
  padding-top: 170px;
}
.ab3 .in4 {
  border-radius: 6px;
  background: white;
  box-shadow: 0 0 10px rgba(102, 68, 51, 0.1);
  padding: 0 30px;
  box-sizing: border-box;
  text-align: left;
  max-width: 960px;
  margin: 0 auto;
}
.ab3 .in4 h3 {
  top: -40px;
  position: relative;
  margin: 0 auto;
  width: 440px;
  height: 100px;
  font-weight: bold;
  line-height: 1;
  place-content: center;
  text-align: center;
  font-size: clamp(20px, calc(0.5633802817vw + 17.8873239437px), 26px);
  background: url("../images/fk.png") center center/cover;
}
.ab3 .in4 h3 i {
  display: block;
  margin-top: -25px;
}
.ab3 .in4 .bx-in4 {
  padding: 70px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #44BBDD;
}
.ab3 .in4 .bx-in4:last-of-type {
  border-bottom: none;
}
.ab3 .in4 .bx-in4 .in {
  max-width: 780px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 0 24px;
}
.ab3 .in4 .bx-in4 .tx1 {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 500;
}
.ab3 .in4 .bx-in4 .tx1 i {
  font-size: 24px;
}
.ab3 .in4 .bx-in4 .tx2 {
  margin-top: 40px;
}
.ab3 .in4 .bi41 .img {
  width: 116%;
}
.ab3 .in4 .bi42 .in {
  grid-template-columns: 1fr 400px;
}
.ab3 .in4 .bi42 .img {
  order: 1;
}
.ab3 .in4 .bi42 .info {
  order: 2;
}
.ab3 .in4 .bi42 .tx1 {
  font-weight: bold;
}
.ab3 .in4 .bi43 .in {
  display: block;
  position: relative;
}
.ab3 .in4 .bi43 .tx1 {
  font-weight: bold;
}
.ab3 .in4 .bi43 .im1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
}
.ab3 .in4 .bi43 .tx3 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
}
.ab3 .in4 .bi43 .tag {
  text-align: left;
  margin-top: 50px;
}
.ab3 .in4 .bi43 .tag i {
  display: inline-block;
  color: white;
  width: 160px;
  height: 40px;
  background: #77CCE8;
  font-weight: bold;
  place-content: center;
  text-align: center;
  line-height: 1;
  border-radius: 4px 4px 0 0;
}
@media all and (max-width: 767px) {
  .ab3 {
    margin-top: 80px;
    padding-bottom: 90px;
  }
  .ab3 .bgg1 {
    width: 95px;
    top: 30.7%;
  }
  .ab3 .bgg2 {
    width: 95px;
    top: 41.5%;
  }
  .ab3 .tlw {
    background: url("../images/tlw-bg.png") top center no-repeat;
    background-size: 100% auto;
  }
  .ab3 .ttl-bx2 {
    background: none;
    padding: 67px 0 0 0;
    clip-path: unset;
  }
  .ab3 .ttl-bx2 h2 {
    font-size: clamp(24px, calc(1.1267605634vw + 19.7746478873px), 36px);
  }
  .ab3 .in1 {
    margin: 70px 0 0 0;
  }
  .ab3 .in1 h3 {
    top: -25px;
    width: 264px;
    height: 60px;
    font-size: clamp(18px, calc(0.7511737089vw + 15.1830985915px), 26px);
  }
  .ab3 .in1 h3 i {
    margin-top: -17px;
  }
  .ab3 .in1 .top {
    background: #CCEDF7;
    padding: 0px 20px 70px 20px;
    box-sizing: border-box;
  }
  .ab3 .in1 .c3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .ab3 .in1 .btm {
    position: relative;
    background: white;
  }
  .ab3 .in1 .btm .tl {
    font-size: 16px;
    width: 90px;
    top: -15px;
    left: 50%;
    margin-left: -45px;
    height: 30px;
  }
  .ab3 .in1 .btm {
    padding: 50px 20px;
  }
  .ab3 .in1 .c5 {
    grid-template-columns: repeat(1, 1fr);
  }
  .ab3 .in1 .c5 p {
    aspect-ratio: unset;
    height: auto;
    padding: 6px 10px;
    font-size: 14px;
    background: #E5F6FB;
    line-height: 1.4;
  }
  .ab3 .in2 {
    margin-top: 70px;
  }
  .ab3 .in2 .bx {
    padding: 20px 0 40px 0;
  }
  .ab3 .in2 .bx:last-of-type {
    border-bottom: 1px solid #77CCE8;
  }
  .ab3 .in2 .top {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .ab3 .in2 .tl {
    width: 135px;
    height: 45px;
    font-size: 20px;
    margin: 0 auto 0 0;
  }
  .ab3 .in2 .tx {
    font-size: 16px;
    line-height: 1.6;
  }
  .ab3 .in2 .btmc-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
    max-width: 79%;
    margin: 30px auto 0 auto;
  }
  .ab3 .in3w {
    padding-top: 70px;
  }
  .ab3 .in3 h3 {
    width: 240px;
    height: 45px;
    font-size: 22px;
  }
  .ab3 .in3 .c-4 {
    margin: 60px 0 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 0;
  }
  .ab3 .in3 .c-4 .bx {
    padding: 0 10px 0 0;
    border: none;
    border-right: 1px solid #44BBDD;
  }
  .ab3 .in3 .c-4 .bx:nth-of-type(even) {
    border-right: none;
    padding: 0 0 0 10px;
  }
  .ab3 .in3 .c-4 .img {
    width: 105px;
  }
  .ab3 .in3 .c-4 .tx1 {
    font-size: 20px;
  }
  .ab3 .in3 .c-4 .tx2 {
    font-size: 14px;
  }
  .ab3 .in4w {
    padding-top: 80px;
  }
  .ab3 .in4 {
    padding: 0 20px;
  }
  .ab3 .in4 h3 {
    top: -25px;
    width: 264px;
    height: 60px;
    font-size: clamp(18px, calc(0.7511737089vw + 15.1830985915px), 26px);
  }
  .ab3 .in4 h3 i {
    display: block;
    margin-top: -17px;
  }
  .ab3 .in4 .bx-in4 {
    padding: 40px 0;
  }
  .ab3 .in4 .bx-in4:first-of-type {
    padding: 0 0 40px 0;
  }
  .ab3 .in4 .bx-in4 .in {
    grid-template-columns: 1fr;
    gap: 0 24px;
  }
  .ab3 .in4 .bx-in4 .tx1 {
    font-size: 24px;
    font-weight: bold;
  }
  .ab3 .in4 .bx-in4 .tx1 i {
    font-size: 18px;
  }
  .ab3 .in4 .bx-in4 .tx2 {
    font-weight: 500;
    margin-top: 20px;
  }
  .ab3 .in4 .bi41 .img {
    width: 100%;
  }
  .ab3 .in4 .bi42 .img {
    order: 2;
  }
  .ab3 .in4 .bi42 .info {
    order: 1;
  }
  .ab3 .in4 .bi42 .tx1 {
    font-weight: bold;
  }
  .ab3 .in4 .bi43 .im1 {
    top: 60px;
    width: 120px;
  }
  .ab3 .in4 .bi43 .im2 {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    border-radius: 6px;
    overflow: hidden;
  }
  .ab3 .in4 .bi43 .tx3 {
    margin-top: 30px;
    font-size: 15px;
  }
  .ab3 .in4 .bi43 .tag {
    margin-top: 70px;
  }
  .ab3 .in4 .bi43 .tag i {
    width: 140px;
    height: 40px;
    font-size: 14px;
  }
}

.prop-bx2 {
  max-width: 960px;
  margin: 50px auto 0 auto;
  background: #FFFFEE;
  border-radius: 6px;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(102, 68, 51, 0.1);
  position: relative;
}
.prop-bx2 .tp {
  display: grid;
  grid-template-columns: 50% 1fr;
  align-items: center;
  gap: 0 50px;
}
.prop-bx2 .badge {
  position: absolute;
  color: white;
  place-content: center;
  text-align: center;
  background: #FF6644;
  width: 80px;
  height: 80px;
  top: -10px;
  right: 20px;
  border-radius: 4px;
  font-weight: bold;
}
.prop-bx2 .name {
  color: #44BBDD;
  font-weight: 500;
  font-size: clamp(20px, calc(0.7511737089vw + 17.1830985915px), 28px);
  margin-bottom: 30px;
  text-align: left;
}
.prop-bx2 .img {
  border-radius: 6px;
  overflow: hidden;
}
.prop-bx2 .info-c2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 16px;
}
.prop-bx2 .info-c2 .bx {
  border-top: 1px solid #664433;
  box-sizing: border-box;
}
.prop-bx2 .info-c2 .subs {
  font-size: 13px;
}
.prop-bx2 .info-c2 .num {
  text-align: right;
  line-height: 1.4;
  font-size: 24px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}
.prop-bx2 .info-c2 .num i {
  font-size: 16px;
}
.prop-bx2 .info-c1 .bx {
  border-top: 1px solid #664433;
  border-bottom: 1px solid #664433;
  box-sizing: border-box;
}
.prop-bx2 .info-c1 .subs {
  font-size: 13px;
}
.prop-bx2 .info-c1 .num {
  text-align: right;
  line-height: 1.4;
  font-size: 24px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}
.prop-bx2 .info-c1 .num i {
  font-size: 16px;
}
.prop-bx2 .info-c1 .num .e1 {
  font-weight: bold;
  font-size: 22px;
}
.prop-bx2 .info-c1 .num .i1 {
  font-weight: 400;
  font-size: 42px;
}
.prop-bx2 .info-c1 .num .e2 {
  font-weight: 500;
  font-size: 16px;
}
.prop-bx2 .info-c1 .num .i2 {
  font-weight: 400;
  font-size: 24px;
}
.prop-bx2 .more {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  bottom: -15px;
  width: 160px;
  height: 30px;
  font-size: 14px;
  padding-left: 20px;
  background: url("../images/arw-und.png") center right 10px no-repeat, #44BBDD;
  background-size: 16px auto;
}
.prop-bx2 .more.is-open {
  background: url("../images/cll.png") center right 10px no-repeat, #44BBDD;
  background-size: 16px auto;
}
.prop-bx2 .pro-info-c2 {
  padding: 110px 0 0 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 360px 1fr;
  align-items: flex-start;
  gap: 0 110px;
}
.prop-bx2 .pro-info-c2 .imgs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px 0;
}
.prop-bx2 .pro-info-c2 .imgs img {
  width: 100%;
}
.prop-bx2 .pro-info-c2 .line {
  display: grid;
  grid-template-columns: 140px 1fr;
  padding: 12px 0;
  box-sizing: border-box;
  border-top: 1px solid #664433;
  text-align: left;
  line-height: 1.6;
}
.prop-bx2 .pro-info-c2 .line .tl {
  font-size: 13px;
  position: relative;
  top: 2px;
  color: #997766;
}
.prop-bx2 .comments {
  padding: 40px;
  box-sizing: border-box;
  text-align: left;
}
.prop-bx2 .comments .tll {
  font-family: "Figtree", sans-serif;
  color: #44BBDD;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 24px;
}
.prop-bx2 .btn-area {
  margin-bottom: 30px;
}
.prop-bx2 .btn-area a {
  margin: 0 auto;
  width: 320px;
  height: 60px;
  font-size: 16px;
}
.prop-bx2 .und {
  height: 0;
  overflow: hidden;
  transition: height 0.6s ease-in-out; /* ここが重要 */
}
@media all and (max-width: 1080px) {
  .prop-bx2 .pro-info-c2 {
    grid-template-columns: 1fr;
  }
  .prop-bx2 .infos {
    margin-top: 40px;
  }
}
@media all and (max-width: 1000px) {
  .prop-bx2 .tp {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  .prop-bx2 .pro-info-c2 {
    gap: 0 60px;
  }
  .prop-bx2 .comments {
    padding: 40px 0;
  }
}
@media all and (max-width: 767px) {
  .prop-bx2 .tp {
    gap: 30px 0;
  }
  .prop-bx2 {
    margin: 50px auto 0 auto;
    padding: 24px 24px 50px 24px;
  }
  .prop-bx2:first-of-type {
    margin: 0 auto;
  }
  .prop-bx2 .badge {
    width: 60px;
    height: 60px;
    top: -10px;
    right: 10px;
    font-size: 14px;
  }
  .prop-bx2 .name {
    font-size: clamp(22px, calc(0.5633802817vw + 19.8873239437px), 28px);
    margin-bottom: 30px;
  }
  .prop-bx2 .info-c2 .subs {
    font-size: 12px;
  }
  .prop-bx2 .info-c2 .num {
    font-size: clamp(20px, calc(0.3755868545vw + 18.5915492958px), 24px);
  }
  .prop-bx2 .info-c2 .num i {
    font-size: clamp(13px, calc(0.2816901408vw + 11.9436619718px), 16px);
  }
  .prop-bx2 .info-c1 .subs {
    font-size: 12px;
  }
  .prop-bx2 .info-c1 .num {
    font-size: clamp(18px, calc(0.5633802817vw + 15.8873239437px), 24px);
  }
  .prop-bx2 .info-c1 .num i {
    font-size: clamp(13px, calc(0.2816901408vw + 11.9436619718px), 16px);
  }
  .prop-bx2 .info-c1 .num .e1 {
    font-size: clamp(20px, calc(0.1877934272vw + 19.2957746479px), 22px);
  }
  .prop-bx2 .info-c1 .num .i1 {
    font-size: clamp(34px, calc(0.7511737089vw + 31.1830985915px), 42px);
  }
  .prop-bx2 .info-c1 .num .e2 {
    font-size: clamp(13px, calc(0.2816901408vw + 11.9436619718px), 16px);
  }
  .prop-bx2 .info-c1 .num .i2 {
    font-size: clamp(18px, calc(0.5633802817vw + 15.8873239437px), 24px);
  }
  .prop-bx2 .more {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    bottom: -15px;
    width: 160px;
    height: 30px;
    font-size: 14px;
    padding-left: 20px;
    background: url("../images/arw-und.png") center right 10px no-repeat, #44BBDD;
    background-size: 16px auto;
  }
  .prop-bx2 .pro-info-c2 {
    padding: 60px 0 0 0;
    gap: 30px 0;
  }
  .prop-bx2 .pro-info-c2 .imgs {
    gap: 30px 0;
    width: 80%;
    margin: 0 auto;
  }
  .prop-bx2 .pro-info-c2 .line {
    padding: 9px 0;
  }
  .prop-bx2 .pro-info-c2 .line .tl {
    font-size: 12px;
  }
  .prop-bx2 .pro-info-c2 .line .tx {
    font-size: 14px;
  }
  .prop-bx2 .infos {
    margin-top: 30px;
  }
  .prop-bx2 .comments {
    padding: 50px 0 30px 0;
  }
  .prop-bx2 .comments .tll {
    margin-bottom: 24px;
  }
  .prop-bx2 .btn-area {
    margin-bottom: 30px;
  }
  .prop-bx2 .btn-area a {
    width: 100%;
  }
}

/*# sourceMappingURL=about.css.map */
