.mds {
  margin-bottom: 40px;
}
.mds .headTitleArea {
  margin-bottom: 20px;
}
.mds p {
  line-height: 2em;
}

.wrapRight {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 1fr 160px;
}
.wrapRight .content {
  width: 100%;
  padding-top: 54px;
}
.wrapRight .content img {
  margin-bottom: 40px;
  border-radius: 10px;
}
.wrapRight .content p {
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 2em;
  letter-spacing: 0.02em;
}
.wrapRight h3 {
  margin-left: auto;
  margin-right: 28px;
}

.wrapLeft {
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: 160px 1fr;
}
.wrapLeft .content {
  width: 100%;
  padding-top: 54px;
}
.wrapLeft .content img {
  margin-bottom: 40px;
  border-radius: 10px;
}
.wrapLeft .content p {
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 2em;
  letter-spacing: 0.02em;
}
.wrapLeft h3 {
  margin-right: auto;
  margin-left: 28px;
}

@media screen and (max-width: 767px) {
  .mds {
    margin-bottom: 80px;
  }
  .mds .headTitleArea {
    margin-bottom: 10px;
  }
  .mds .headTitleArea h2 {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .mds p {
    line-height: 2em;
    font-size: 14px;
  }
  .wrapRight {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }
  .wrapRight .content {
    width: 100%;
    padding-top: 20px;
    grid-row: 2/3;
  }
  .wrapRight .content img {
    margin-bottom: 20px;
  }
  .wrapRight h3 {
    margin-left: 0;
    margin-right: auto;
    grid-row: 1/2;
    writing-mode: horizontal-tb;
    padding: 0 0 5px 15px;
    font-size: clamp(14px, 5.13vw, 20px);
    letter-spacing: 0.09em;
    border-bottom: 1px solid #222222;
    border-right: 0;
  }
  .wrapRight h3:after {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .wrapLeft {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }
  .wrapLeft .content {
    width: 100%;
    padding-top: 20px;
  }
  .wrapLeft .content img {
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .wrapLeft .content p {
    font-size: clamp(16px, 1.25vw, 18px);
    line-height: 2em;
    letter-spacing: 0.02em;
  }
  .wrapLeft h3 {
    margin-left: 0;
    margin-right: auto;
    grid-row: 1/2;
    writing-mode: horizontal-tb;
    padding: 0 0 5px 15px;
    font-size: clamp(14px, 5.13vw, 20px);
    letter-spacing: 0.09em;
    border-bottom: 1px solid #222222;
    border-right: 0;
  }
  .wrapLeft h3:after {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.secConsept {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 90px 0 40px;
  max-width: 1264px;
  width: 88%;
  margin: auto;
}
.secConsept .txt {
  display: flex;
  justify-content: center;
}
.secConsept .txt span {
  writing-mode: vertical-rl;
  display: block;
  font-size: clamp(20px, 2.3vw, 32px);
  letter-spacing: 0.09em;
  color: #dcdcdc;
}
.secConsept .txt h2 {
  writing-mode: vertical-rl;
  display: block;
  font-size: clamp(20px, 2.3vw, 32px);
  letter-spacing: 0.2em;
  color: #bf7e31;
  line-height: 1em;
  margin: 0 26px 0 32px;
}
.secConsept .txt p {
  writing-mode: vertical-rl;
  font-size: clamp(20px, 1.57vw, 22px);
  letter-spacing: 0.2em;
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .secConsept {
    grid-template-columns: 1fr;
    align-items: center;
    padding: 20px 0 40px;
    gap: 40px;
    width: 90%;
  }
  .secConsept .txt span {
    font-size: clamp(20px, 8.2vw, 32px);
  }
  .secConsept .txt h2 {
    font-size: clamp(19px, 7.6vw, 30px);
    margin: 0 20px 0 26px;
  }
  .secConsept .txt p {
    font-size: clamp(14px, 5.13vw, 20px);
  }
}
.secIndex .txt p {
  text-align: center;
  line-height: 2em;
  letter-spacing: 0.09em;
  font-size: clamp(15px, 1.1vw, 16px);
}
.secIndex .menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 60px auto 140px;
}
.secIndex .menu a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
  font-size: clamp(14px, 1vw, 15px);
}
.secIndex .menu a .btn {
  position: relative;
  width: 20px;
  height: 20px;
  background: #bf7e31;
  border-radius: 50%;
  transition: all 0.3s;
  text-align: center;
  margin: 10px auto 0;
}
.secIndex .menu a .btn:before {
  content: "";
  background-image: url(../../shared/images/arrow_wh.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 6px;
  height: 10px;
  right: 0;
  left: 0;
  margin: auto;
  top: 5px;
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s;
  transform: rotate(90deg);
}

@media screen and (max-width: 767px) {
  .secIndex .txt p {
    text-align: left;
    line-height: 2em;
    letter-spacing: 0.09em;
    font-size: clamp(15px, 1.1vw, 16px);
  }
  .secIndex .menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 60px auto 80px;
  }
  .secIndex .menu a {
    font-size: 14px;
    padding: 18px 0;
    width: 100%;
  }
  .secIndex .menu a .btn {
    position: relative;
    width: 20px;
    height: 20px;
    background: #bf7e31;
    border-radius: 50%;
    transition: all 0.3s;
    text-align: center;
    margin: 10px auto 0;
  }
  .secIndex .menu a .btn:before {
    content: "";
    background-image: url(../../shared/images/arrow_wh.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 6px;
    height: 10px;
    right: 0;
    left: 0;
    margin: auto;
    top: 5px;
    border-radius: 50%;
    z-index: 2;
    transition: all 0.3s;
    transform: rotate(90deg);
  }
  .secIndex .menu a:nth-child(1) {
    border-bottom: 1px solid #222222;
    border-right: 1px solid #222222;
  }
  .secIndex .menu a:nth-child(2) {
    border-bottom: 1px solid #222222;
  }
  .secIndex .menu a:nth-child(3) {
    border-right: 1px solid #222222;
  }
}
.secGyomu .secGyomu1 {
  background: #f5f2e8;
  padding: 120px 0 80px;
}
.secGyomu .secGyomu1 .commonWidth {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 10%;
  justify-content: space-between;
}
.secGyomu .secGyomu1 .commonWidth .txt {
  max-width: 670px;
  margin: auto;
}
.secGyomu .secGyomu1 .commonWidth .txt p {
  margin-top: 54px;
  font-size: clamp(15px, 1.1vw, 16px);
}
.secGyomu .secGyomu2 {
  padding: 110px 0 40px;
  position: relative;
  z-index: 3;
}
.secGyomu .secGyomu2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f2e8;
  height: 180px;
  width: 100%;
  z-index: -1;
}
.secGyomu .secGyomu2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1320px;
  width: 96%;
  background: url(../images/gyomu2_bg.jpg);
  background-size: cover;
  background-position: center;
  height: 500px;
  z-index: -1;
  border-radius: 10px;
}
.secGyomu .secGyomu2 .contentTitleNb {
  color: #fffff8;
  margin-bottom: 54px;
}
.secGyomu .secGyomu2 .contentTitleNb h2:before {
  background-color: #fffff8;
}
.secGyomu .secGyomu2 .secGyomu2Wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 3fr 1fr 3fr 1fr 3fr;
  gap: 60px 3%;
}
.secGyomu .secGyomu2 .secGyomu2Wrap .content {
  background-color: #fffff8;
  border: 1px solid #222222;
  padding: 14px 14px 26px;
  border-radius: 20px;
}
.secGyomu .secGyomu2 .secGyomu2Wrap .content:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.secGyomu .secGyomu2 .secGyomu2Wrap .content:nth-child(2) {
  grid-column: 2/3;
  grid-row: 2/4;
}
.secGyomu .secGyomu2 .secGyomu2Wrap .content:nth-child(3) {
  grid-column: 1/2;
  grid-row: 3/5;
}
.secGyomu .secGyomu2 .secGyomu2Wrap .content:nth-child(4) {
  grid-column: 2/3;
  grid-row: 4/6;
}
.secGyomu .secGyomu2 .secGyomu2Wrap .content:nth-child(5) {
  grid-column: 1/2;
  grid-row: 5/7;
}
.secGyomu .secGyomu2 .secGyomu2Wrap .content .img {
  overflow: hidden;
  position: relative;
}
.secGyomu .secGyomu2 .secGyomu2Wrap .content .img img {
  width: 100%;
  border-radius: 10px;
}
.secGyomu .secGyomu2 .secGyomu2Wrap .content .img .comment {
  position: absolute;
  top: 32px;
  right: 0;
}
.secGyomu .secGyomu2 .secGyomu2Wrap .content .img .comment span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  background-color: #fffff8;
  color: #bf7e31;
  font-size: clamp(15px, 1.1vw, 16px);
  line-height: 1.2em;
}
.secGyomu .secGyomu2 .secGyomu2Wrap .content .txt {
  position: relative;
  padding: 18px 38px 0 4px;
  z-index: 3;
}
.secGyomu .secGyomu2 .secGyomu2Wrap .content .txt span {
  font-size: clamp(24px, 1.9vw, 28px);
  font-family: "Roboto Slab", serif;
  writing-mode: vertical-rl;
  position: absolute;
  top: 18px;
  right: 0;
  color: #dcdcdc;
  z-index: -1;
}
.secGyomu .secGyomu2 .secGyomu2Wrap .content .txt h3 {
  font-size: clamp(20px, 1.57vw, 22px);
  margin-bottom: 6px;
  font-weight: 500;
}
.secGyomu .secGyomu2 .secGyomu2Wrap #anime2 {
  position: absolute;
  z-index: 0;
  bottom: 0px;
}
.secGyomu .syokuba {
  padding: 120px 0;
}
.secGyomu .syokuba .wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 2.4%;
}
.secGyomu .syokuba .wrap .content img {
  border-radius: 10px;
  width: 100%;
}
.secGyomu .syokuba .wrap .content h3 {
  font-size: clamp(16px, 1.25vw, 18px);
  margin: 10px 0 4px;
  font-weight: 500;
}
.secGyomu .syokuba .wrap .content p {
  font-size: clamp(14px, 1vw, 15px);
}

@media screen and (max-width: 767px) {
  .secGyomu .secGyomu1 {
    padding: 70px 0 70px;
  }
  .secGyomu .secGyomu1 .commonWidth {
    display: block;
  }
  .secGyomu .secGyomu1 .commonWidth .txt {
    max-width: 670px;
    margin: 36px auto 0;
  }
  .secGyomu .secGyomu1 .commonWidth .txt img {
    max-width: 460px;
    width: 100%;
    display: block;
    margin: auto;
  }
  .secGyomu .secGyomu1 .commonWidth .txt p {
    margin-top: 40px;
  }
  .secGyomu .secGyomu2 {
    padding: 54px 0 40px;
  }
  .secGyomu .secGyomu2::before {
    height: 100px;
  }
  .secGyomu .secGyomu2::after {
    background: url(../images/gyomu2_bg_sp.jpg);
    height: 310px;
    background-position: center;
    background-size: cover;
  }
  .secGyomu .secGyomu2 .secGyomu2Wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .secGyomu .secGyomu2 .secGyomu2Wrap .content {
    width: 100%;
    padding: 16px 16px 18px;
  }
  .secGyomu .secGyomu2 .secGyomu2Wrap .content .img .comment {
    top: auto;
    bottom: 10px;
  }
  .secGyomu .secGyomu2 .secGyomu2Wrap .content .img .comment span {
    font-size: 14px;
  }
  .secGyomu .secGyomu2 .secGyomu2Wrap .content .txt {
    position: relative;
    padding: 18px 38px 0 4px;
  }
  .secGyomu .secGyomu2 .secGyomu2Wrap .content .txt span {
    font-size: 28px;
  }
  .secGyomu .secGyomu2 .secGyomu2Wrap .content .txt h3 {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secGyomu .secGyomu2 .secGyomu2Wrap #anime2 {
    position: absolute;
    z-index: 0;
    bottom: 0px;
  }
  .secGyomu .syokuba {
    padding: 36px 0 80px;
  }
  .secGyomu .syokuba .wrap {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
  }
  .secGyomu .syokuba .wrap .content h3 {
    font-size: 16px;
  }
  .secGyomu .syokuba .wrap .content p {
    font-size: 14px;
  }
}
.voice {
  display: grid;
  grid-template-columns: 1fr 105px 780px 320px 105px 1fr;
  grid-template-rows: 180px 140px auto auto auto;
}
.voice .voiceTtl {
  grid-column: 3/4;
  grid-row: 1/2;
}
.voice .voiceTtl h2 {
  margin-bottom: 32px;
}
.voice .ttl {
  grid-column: 3/4;
  grid-row: 2/3;
  color: #fffff8;
  padding: 46px 0 0 50px;
  background-color: #bf7e31;
  border-radius: 10px 0 0 0;
}
.voice .ttl .subtxt {
  font-family: "Roboto Slab", serif;
  font-size: clamp(14px, 1vw, 15px);
  margin-bottom: 10px;
}
.voice .ttl h3 {
  font-size: clamp(22px, 1.8vw, 26px);
  font-weight: 500;
}
.voice .ttl h3 span {
  font-size: 14px;
  padding-left: 12px;
  font-weight: 500;
}
.voice .voiceWrap {
  background-color: #bf7e31;
  border-radius: 0 0 0 10px;
  grid-column: 3/4;
  grid-row: 3/4;
  padding: 0 50px 46px;
}
.voice .voiceWrap .content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.voice .voiceWrap .content .box {
  padding: 16px 28px;
  background-color: #fffff8;
  border-radius: 10px;
  width: 100%;
}
.voice .voiceWrap .content .box h4 {
  display: flex;
  gap: 8px;
  align-items: baseline;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #222222;
}
.voice .voiceWrap .content .box h4:before {
  content: "Q.";
  font-size: clamp(14px, 1vw, 15px);
  display: block;
  font-family: "Roboto Slab", serif;
}
.voice .voiceWrap .content .box p {
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.6em;
  letter-spacing: 0.09em;
}
.voice .voiceImg {
  grid-column: 4/6;
  grid-row: 1/3;
  position: relative;
  z-index: 3;
}
.voice .voiceImg img {
  border-radius: 10px;
}
.voice:before {
  content: "";
  display: block;
  background-color: #bf7e31;
  width: 100%;
  height: 100%;
  grid-column: 4/7;
  grid-row: 2/4;
}
.voice .logo {
  grid-column: 4/6;
  grid-row: 3/4;
  font-size: #222222;
  opacity: 0.1;
  text-align: right;
  font-size: clamp(32px, 3.6vw, 53px);
  font-family: "Roboto Slab", serif;
  line-height: 1.2em;
  padding-bottom: 42px;
  margin-top: auto;
}
.voice.voiceLeft {
  margin-top: 160px;
  grid-template-columns: 1fr 105px 320px 780px 105px 1fr;
}
.voice.voiceLeft .voiceTtl {
  grid-column: 4/6;
  grid-row: 1/2;
}
.voice.voiceLeft .ttl {
  grid-column: 4/6;
  grid-row: 2/3;
  color: #fffff8;
  padding: 46px 0 0 50px;
  background-color: #bf7e31;
  background: #bf7e31;
  border-radius: 0 10px 0 0;
}
.voice.voiceLeft .voiceWrap {
  border-radius: 0 0 10px 0;
  grid-column: 4/6;
}
.voice.voiceLeft .voiceWrap .content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.voice.voiceLeft .voiceWrap .content .box {
  padding: 16px 28px;
  background-color: #fffff8;
  border-radius: 10px;
  width: 100%;
}
.voice.voiceLeft .voiceWrap .content .box h4 {
  display: flex;
  gap: 8px;
  align-items: baseline;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 500;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #222222;
}
.voice.voiceLeft .voiceWrap .content .box h4:before {
  content: "Q.";
  font-size: clamp(14px, 1vw, 15px);
  display: block;
  font-family: "Roboto Slab", serif;
}
.voice.voiceLeft .voiceWrap .content .box p {
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.6em;
  letter-spacing: 0.09em;
}
.voice.voiceLeft .voiceImg {
  grid-column: 2/4;
}
.voice.voiceLeft:before {
  grid-column: 1/4;
}
.voice.voiceLeft .logo {
  grid-column: 2/4;
  margin-right: auto;
}

@media screen and (max-width: 1440px) {
  .voice {
    grid-template-columns: 1fr 780px 320px 1fr;
  }
  .voice .voiceTtl {
    grid-column: 2/3;
  }
  .voice .ttl {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .voice .voiceWrap {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .voice .voiceImg {
    grid-column: 3/6;
    grid-row: 1/3;
    position: relative;
    z-index: 3;
  }
  .voice .voiceImg img {
    border-radius: 10px 0px 0px 10px;
  }
  .voice:before {
    grid-column: 3/7;
    grid-row: 2/4;
  }
  .voice .logo {
    grid-column: 3/4;
    grid-row: 3/4;
  }
  .voice.voiceLeft {
    grid-template-columns: 1fr 320px 780px 1fr;
  }
  .voice.voiceLeft .voiceTtl {
    grid-column: 4/6;
    grid-row: 1/2;
  }
  .voice.voiceLeft .ttl {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .voice.voiceLeft .voiceWrap {
    border-radius: 0 0 10px 0;
    grid-column: 3/4;
  }
  .voice.voiceLeft .voiceImg {
    grid-column: 1/3;
  }
  .voice.voiceLeft .voiceImg img {
    border-radius: 0 10px 10px 0;
  }
  .voice.voiceLeft:before {
    grid-column: 1/3;
  }
  .voice.voiceLeft .logo {
    grid-column: 2/4;
    margin-right: auto;
  }
}
@media screen and (max-width: 1100px) {
  .voice {
    grid-template-columns: 5% 3fr 2fr 5%;
  }
  .voice.voiceLeft {
    grid-template-columns: 5% 2fr 3fr 5%;
  }
}
@media screen and (max-width: 767px) {
  .voice {
    grid-template-columns: 5% 1fr 1fr 5%;
    grid-template-rows: 1fr 40px auto auto auto;
  }
  .voice .voiceTtl {
    grid-column: 2/4;
    grid-row: 1/2;
    margin-bottom: 40px;
  }
  .voice .ttl {
    grid-column: 2/3;
    grid-row: 3/4;
    padding: 60px 30px 0;
  }
  .voice .ttl .subtxt {
    font-size: 13px;
  }
  .voice .ttl h3 {
    font-size: clamp(18px, 6.1vw, 24px);
    display: block;
  }
  .voice .ttl h3 span {
    font-size: 12px;
    display: block;
    padding: 6px 0 0;
  }
  .voice .voiceWrap {
    grid-column: 2/5;
    grid-row: 4/5;
    padding: 0 20px 60px;
  }
  .voice .voiceImg {
    grid-column: 3/5;
    grid-row: 2/4;
    margin-bottom: 40px;
  }
  .voice .voiceImg img {
    border-radius: 10px 0 0 10px;
  }
  .voice:before {
    grid-column: 3/5;
    grid-row: 3/4;
  }
  .voice .logo {
    grid-column: 2/4;
    grid-row: 2/4;
    text-align: left;
    font-size: clamp(20px, 8.2vw, 32px);
    padding-left: 20px;
  }
  .voice.voiceLeft {
    grid-template-columns: 5% 1fr 1fr 5%;
    grid-template-rows: 40px auto auto auto;
  }
  .voice.voiceLeft .voiceTtl {
    display: none;
  }
  .voice.voiceLeft .ttl {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .voice.voiceLeft .voiceWrap {
    border-radius: 0 0 10px 0;
    grid-column: 1/4;
    grid-row: 3/6;
  }
  .voice.voiceLeft .voiceImg {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .voice.voiceLeft .voiceImg img {
    border-radius: 0 10px 10px 0;
  }
  .voice.voiceLeft:before {
    grid-column: 1/3;
    grid-row: 2/6;
  }
  .voice.voiceLeft .logo {
    grid-column: 2/4;
    grid-row: 2/3;
    margin-right: 20px;
    margin-left: auto;
  }
}
#anime2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}
#anime2 .text-infinity-scroll2 {
  margin-bottom: 15px;
  width: 100%;
  display: flex;
  overflow: hidden;
}
#anime2 .text-infinity-scroll2 .first2 {
  animation: anim--first2 250s infinite linear 0.1s both;
}
#anime2 .text-infinity-scroll2 .second2 {
  animation: anim--second2 250s infinite linear 0.1s both;
}
#anime2 .text-infinity-scroll2 .first,
#anime2 .text-infinity-scroll2 .second {
  flex-shrink: 0;
  width: auto;
  height: auto;
  text-wrap: nowrap;
  word-break: keep-all;
  display: inline;
  font-size: 33px;
  font-family: "Roboto Slab", serif;
  color: #000;
  opacity: 0.1;
}
#anime2 .text-infinity-scroll2 .first2,
#anime2 .text-infinity-scroll2 .second2 {
  flex-shrink: 0;
  width: auto;
  height: auto;
  text-wrap: nowrap;
  word-break: keep-all;
  display: inline;
  font-size: 33px;
  font-family: "Roboto Slab", serif;
  color: #000;
  opacity: 0.1;
}

@media screen and (max-width: 767px) {
  #anime2 .text-infinity-scroll,
  #anime2 .text-infinity-scroll2 {
    margin-bottom: 0px;
  }
  #anime2 .text-infinity-scroll .first,
  #anime2 .text-infinity-scroll .second,
  #anime2 .text-infinity-scroll2 .first,
  #anime2 .text-infinity-scroll2 .second {
    font-size: 48px;
  }
  #anime2 .text-infinity-scroll .first2,
  #anime2 .text-infinity-scroll .second2,
  #anime2 .text-infinity-scroll2 .first2,
  #anime2 .text-infinity-scroll2 .second2 {
    font-size: 48px;
  }
}
@keyframes anim--first2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes anim--second2 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.secSupport {
  padding: 92px 0 64px;
}
.secSupport .commonWidth .contentTitleNb {
  margin-bottom: 48px;
}
.secSupport .commonWidth .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
}
.secSupport .commonWidth .wrap .box img {
  border-radius: 50%;
  border: 1px solid #bf7e31;
  max-width: 144px;
  display: block;
  margin: 0 auto 24px;
  width: 60%;
}
.secSupport .commonWidth .wrap .box h3 {
  text-align: center;
  font-size: clamp(18px, 1.57vw, 20px);
  font-weight: 500;
  margin-bottom: 20px;
}
.secSupport .commonWidth .wrap .box p {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .secSupport {
    padding: 80px 0 60px;
  }
  .secSupport .commonWidth .contentTitleNb {
    margin-bottom: 32px;
  }
  .secSupport .commonWidth .wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .secSupport .commonWidth .wrap .box {
    display: grid;
    grid-template-columns: 84px 1fr;
    gap: 22px;
  }
  .secSupport .commonWidth .wrap .box img {
    max-width: initial;
    display: block;
    margin: 0;
    width: 100%;
  }
  .secSupport .commonWidth .wrap .box h3 {
    text-align: left;
    font-size: clamp(14px, 4.61vw, 18px);
    margin-bottom: 10px;
  }
}
.secFlow .commonWidth {
  border-top: 1px solid #222222;
  padding: 64px 0 94px;
}
.secFlow .commonWidth .contentTitleNb {
  margin-bottom: 48px;
}
.secFlow .commonWidth .wrap .img {
  display: none;
}
.secFlow .commonWidth .wrap .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2%;
  margin-bottom: 24px;
}
.secFlow .commonWidth .wrap .container .box {
  position: relative;
}
.secFlow .commonWidth .wrap .container .box img {
  border-radius: 50%;
  max-width: 144px;
  display: block;
  margin: 0 auto;
  width: 60%;
  position: relative;
}
.secFlow .commonWidth .wrap .container .box:last-of-type:before {
  display: none;
}
.secFlow .commonWidth .wrap .container .box:last-of-type:after {
  display: none;
}
.secFlow .commonWidth .wrap .container .box:after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background-color: #222222;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 50%;
  z-index: -2;
}
.secFlow .commonWidth .wrap .container .box:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/flow_icon.png);
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 116%;
  z-index: -1;
}
.secFlow .commonWidth p {
  font-size: 14px;
  line-height: 1.8em;
}

@media screen and (max-width: 900px) {
  .secFlow .commonWidth .wrap .container .box:before {
    left: 107%;
  }
  .secFlow .commonWidth .wrap .container .box:after {
    left: 40%;
  }
}
@media screen and (max-width: 600px) {
  .secFlow .commonWidth .wrap .container .box:before {
    left: 97%;
    width: 14px;
    height: 14px;
  }
  .secFlow .commonWidth .wrap .container .box:after {
    left: 30%;
  }
}
@media screen and (max-width: 600px) {
  .secFlow .commonWidth .wrap .container .box img {
    width: 75%;
    max-width: 110px;
  }
  .secFlow .commonWidth p {
    font-size: 16px;
  }
}
.secList {
  background: #f5f2e8;
  padding: 106px 0 110px;
}
.secList .categoryArea {
  margin: 50px auto 45px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 20px;
}
.secList .categoryArea a {
  border-radius: 10px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.secList .categoryArea a h3 {
  font-size: clamp(15px, 1.1vw, 16px);
  color: #000;
  padding: 16px 0;
  text-align: center;
}
.secList .categoryArea a:hover, .secList .categoryArea a.select {
  background: #bf7e31;
  border: 1px solid #bf7e31;
}
.secList .categoryArea a:hover h3, .secList .categoryArea a.select h3 {
  color: #fff;
}
.secList .listArea {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 28px;
}
.secList .listArea .content {
  border-radius: 10px;
  border: 1px solid #fff;
  transition: 0.3s;
  background: #fff;
  padding: 28px;
  display: grid;
  grid-template-rows: max-content max-content;
  gap: 12px;
  position: relative;
  top: 0;
}
.secList .listArea .content .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: clamp(18px, 1.57vw, 20px);
  font-weight: bold;
  color: #bf7e31;
}
.secList .listArea .content .type {
  font-size: clamp(14px, 1vw, 15px);
  font-weight: 500;
  text-align: center;
  padding: 2px 1em;
  border: 1px solid #000;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
.secList .listArea .content .overview {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.secList .listArea .content .overview p {
  font-size: clamp(15px, 1.1vw, 16px);
  font-weight: 500;
}
.secList .listArea .content .overview img {
  padding-bottom: 10px;
  aspect-ratio: 300/200;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.secList .listArea .content .gridArea {
  display: grid;
  grid-template-columns: 70px 1fr;
  row-gap: 3px;
}
.secList .listArea .content .gridArea * {
  font-size: clamp(15px, 1.1vw, 16px);
}
.secList .listArea .content .gridArea .name {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.secList .listArea .content .arrow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.secList .listArea .content .arrow p {
  font-weight: 500;
  font-size: clamp(15px, 1.1vw, 16px);
}
.secList .listArea .content:hover {
  top: -10px;
  border: 1px solid #bf7e31;
}
.secList .btnArea {
  margin: 60px auto 0;
  width: 240px;
  font-size: 15px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .secList {
    padding: 60px 0 60px;
  }
  .secList .categoryArea {
    grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
    margin: 40px 0 30px;
    gap: 7px;
  }
  .secList .categoryArea a h3 {
    font-size: 14px;
    padding: 10px 0;
  }
}/*# sourceMappingURL=style.css.map */