/*---------------------
top
---------------------*/
#top .inner {
  max-width: 1920px;
  padding-top: 89px;
}

#top h1 {
  font-size: 4rem;
  line-height: 6rem;
  margin-left: 6.8055%;
  margin-right: 6.8055%;
  z-index: 1;
  opacity: 0;
  transform: translateY(30px);
}

#top h1 span {
  padding-left: 14.8286%;
  opacity: 0;
  display: inline-block;
  transform: translateY(30px);
}

#top .bg-img {
  display: flex;
  position: relative;
  width: 100%;
  margin-top: -49px;
  z-index: -1;
  overflow: hidden;
  height: 780px;
}

/* 既存のCSSに追加 */
#top .d-pc {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);

}



@media screen and (max-width: 740px) {
  #top h1 {
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 695px) {
  #top h1 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 650px) {
  #top h1 {
    font-size: 3.25rem;
  }
}

@media screen and (max-width: 600px) {
  #top .inner {
    padding-top: 46px;

  }

  #top h1 {
    font-size: 2.25rem;
    line-height: 3.125rem;
    margin-left: 5.3488%;
    margin-right: 5.3488%;
  }

  #top h1 span {
    margin-top: 10px;
    padding-left: 25%;
  }

  #top .bg-img {
    margin-top: 30px;
    height: auto;
  }

}

@media screen and (max-width: 430px) {
  #top h1 {
    font-size: 2rem;
  }

  #top h1 span {
    margin-top: 0;
  }
}

@media screen and (max-width: 383px) {
  #top h1 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 335px) {
  #top h1 {
    font-size: 1.5rem;
  }
}

/*---------------------
about
---------------------*/
#about .inner {
  max-width: 1920px;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 0;
}

#about .bg-img {
  position: absolute;
  width: 88.1944%;
  top: 0;
}

#about .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1256px;
  padding-left: 20px;
  padding-right: 20px;
  transform: translateY(300px);
}

#about .left {
  width: 629px;
}

#about .left h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 4.25rem;
  letter-spacing: 0.24rem;
  margin-bottom: 34px;
}

#about .left p {
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.875rem;
}

#about .right {
  max-width: 517px;
  padding-right: 3.742%;
}

#about .right .description p:first-child {
  margin-bottom: 20px;
}

#about .right .btn {
  margin-top: 50px;
}

#about .right .btn1 a {
  justify-content: space-between;
  padding-left: 10.5236%;
}

@media screen and (max-width: 1256px) {
  #about .right {
    width: calc(100vw - 709px);
    padding-right: 0;
  }
}

@media screen and (max-width: 1100px) {
  #about .content {
    display: block;
    padding-left: 6.0465%;
    padding-right: 6.0465%;
    transform: translateY(200px);
  }

  #about .right {
    margin-top: 38px;
    width: 100%;
    max-width: 100%;
  }

  #about .d-1100_over {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  #about .left h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 600px) {
  #about .bg-img {
    width: 100%;
  }

  #about .content {
    transform: translateY(70px);
  }

  #about .left {
    width: 100%;
  }

  #about .left h2 {
    font-size: 2.1875rem;
    line-height: 3.5rem;
    letter-spacing: 0.2254rem;
    margin-bottom: 40px;
  }

  #about .left p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

@media screen and (max-width: 440px) {
  #about .left h2 {
    font-size: 2rem;
    line-height: 3.25rem;
  }
}

@media screen and (max-width: 405px) {
  #about .left h2 {
    font-size: 1.75rem;
    line-height: 3rem;
  }
}

@media screen and (max-width: 360px) {
  #about .left h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

/*---------------------
service
---------------------*/
#service .inner {
  box-sizing: border-box;
  max-width: 1920px;
  width: 100%;
  padding-left: 6.25%;
  padding-right: 6.25%;
  padding-top: calc(50%);
}

#service .description {
  font-size: 1.0625rem;
  line-height: 1.7647;
  margin-top: 40px;
  margin-bottom: 70px;
}

#service .tab-btns {
  width: 94.7619%;
  display: flex;
  justify-content: space-between;
}

#service .tab-btn {
  box-sizing: border-box;
  width: 19.2%;
  height: 80px;
  border: none;
  border-top: 15px solid var(--mainBlue);
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  background-color: var(--secondBlue);
  cursor: pointer;
}

#service .tab-btn.active {
  border-top: 15px solid var(--secondBlue);
  background-color: var(--mainBlue);
}

#service .tab-btn h3 {
  color: var(--mainBlue);
  font-size: 1.3125rem;
  letter-spacing: 0.065625rem;
}

#service .tab-btn.active h3 {
  color: var(--secondBlue);
}

#service .tab-content {
  display: none;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  background-color: var(--mainBlue);
  border-radius: 10px;
  padding-top: 53px;
  padding-bottom: 54px;
  padding-left: 7.9365%;
  padding-right: 7.9365%;
}

#service .tab-content.active {
  display: flex;
}

#service .tab-content .left {
  width: 51.6666%;
}

#service .tab-content .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 126px;
  height: 33px;
  font-size: 1.125rem;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 50px;
}

#service .tab-content .title {
  font-size: 3rem;
  font-weight: 300;
  font-weight: 500;
  line-height: 1.5;
}

#service .tab-content .text {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.8333;
}

#service .tab-content .list {
  display: flex;
  margin-top: 42px;
}

#service .tab-content .list ul {
  width: 50%;
}

#service .tab-content .list li {
  display: flex;
  align-items: center;
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1.5277;
}

#service .tab-content .list li::before {
  display: block;
  flex-shrink: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 5px;
}

#service .tab-content .list li:not(:first-child) {
  margin-top: 16px;
}

#service .tab-content .right {
  width: 45.3773%;
  display: flex;
  align-items: end;
}

#service .tab-content5 img {
  width: 76.5072%;
  margin-left: auto;
  margin-right: auto;
}

#service .d-1075_under,
#service .d-835_under {
  display: none;
}

@media screen and (min-width: 1600px) {
  #service .inner {
    padding-top: calc(55%);
  }
}

@media screen and (max-width: 1440px) {
  #service .inner {
    padding-left: clamp(20px, calc(50vw - 630px), 90px);
    padding-right: clamp(20px, calc(50vw - 630px), 90px);
  }
}

@media screen and (max-width: 1300px) {
  #service .tab-content {
    padding-left: clamp(20px, calc(50vw - 550px), 100px);
    padding-right: clamp(20px, calc(50vw - 550px), 100px);
  }
}

@media screen and (max-width: 1075px) {
  #service .d-1075_under {
    display: block;
  }
}

@media screen and (max-width: 835px) {
  #service .tab-btn {
    width: 100%;
    height: 117px;
    border: none;
    border-radius: 0;
    margin-top: 20px;
  }

  #service .tab-btn.active {
    display: none;
  }

  #service .tab-btn h3::before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 126px;
    height: 30px;
    content: attr(data-text);
    font-size: 1rem;
    border: 1px solid var(--mainBlue);
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }

  #service .tab-content {
    border-radius: 0;
    margin-top: 20px;
  }

  #service .tab-content .left {
    width: 100%;
  }

  #service .tab-content .num {
    margin-left: auto;
    margin-right: auto;
  }

  #service .tab-content .title {
    text-align: center;
  }

  #service .tab-content img {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  #service .tab-content .right {
    display: none;
  }

  #service .tab-content .list {
    margin-top: 15px;
  }

  #service .tab-content .list li {
    font-size: 1.125rem;
  }

  #service .d-1075_under {
    display: none;
  }

  #service .d-835_over {
    display: none;
  }

  #service .d-835_under {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  #service .inner {
    padding-left: 5.3488%;
    padding-right: 5.3488%;
  }

  #service .tab-btn h3 {
    font-size: 1.5rem;
  }

  #service .tab-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #service .tab-content .title {
    font-size: 1.5rem;
    line-height: 1.1666;
    margin-top: 16px;
  }
}

/*---------------------
reference
---------------------*/
#reference {
  position: relative;
}

#reference .inner {
  box-sizing: border-box;
  max-width: 1920px;
  width: 100%;
  padding-left: 6.25%;
  padding-right: 6.25%;
  padding-top: 110px;
}

.reference-bg {
  position: absolute;
  width: 100%;
  top: 25%;
}

@media screen and (max-width: 768px) {
  .reference-bg {
    display: none;
  }
}

/* .reference-bg {
  background: url(../img/top/reference-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom 60px;
} */

#reference .boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(255, 255, 255);
  border-radius: 10px;
  box-shadow: 4px 4px 8px 3px rgba(0, 0, 0, 0.25);
  padding-top: 60px;
  padding-left: 80px;
  padding-right: 80px;
  padding-left: 6.3492%;
  padding-right: 6.3492%;
  padding-bottom: 108px;
  margin-top: 30px;
  z-index: 10;
  position: relative;
}

#reference .box {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 42.4603%;
  width: 48.6363%;
  background-color: var(--secondBlue);
  border-radius: 10px;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 26px;
}

#reference .box:nth-child(3),
#reference .box:nth-child(4) {
  margin-top: 30px;
}

#reference .left {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

#reference .box:not(:first-child) .left img {
  display: block;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

#reference .left h3 {
  width: 100%;
  text-align: center;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.4583;
}

#reference .left .price {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65.21px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  background-color: var(--mainBlue);
}

#reference .right {
  width: 260px;
}

#reference .right .title {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

#reference .right li {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.3888;
}

#reference .right li::before {
  display: block;
  flex-shrink: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--mainBlack);
  margin-right: 10px;
}

#reference .right ul:nth-child(1) li,
#reference .right ul:nth-child(2) li:not(:last-child) {
  padding-bottom: 10px;
}

#reference .btn {
  margin-top: -40px;
  z-index: 20;
  position: relative;
}

@media screen and (min-width: 1441px) {
  #reference .box {
    padding-left: 2.3636%;
    padding-right: clamp(0px, calc(50% - 550px), 50px);
  }
}

@media screen and (max-width: 1440px) {
  #reference .inner {
    padding-left: clamp(20px, calc(50vw - 630px), 90px);
    padding-right: clamp(20px, calc(50vw - 630px), 90px);
  }
}

@media screen and (max-width: 1300px) {
  #reference .boxes {
    padding-left: clamp(20px, calc(50% - 550px), 80px);
    padding-right: clamp(20px, calc(50% - 550px), 80px);
  }
}

@media screen and (max-width: 1100px) {
  #reference .inner {
    background-position: center bottom 500px;
  }

  #reference .boxes {
    padding-left: clamp(20px, calc(50% - 450px), 80px);
    padding-right: clamp(20px, calc(50% - 450px), 80px);
  }

  #reference .box {
    width: 100%;
    margin-top: 33px;
    padding-left: 80px;
    padding-right: 80px;
  }

  #reference .box .right {
    width: 250px;
  }
}

@media screen and (max-width: 980px) {
  #reference .box {
    padding-left: clamp(20px, calc(50% - 370px), 80px);
    padding-right: clamp(20px, calc(50% - 370px), 80px);
  }
}

@media screen and (max-width: 600px) {
  #reference .inner {
    padding-top: 120px;
    padding-left: 5.3488%;
    padding-right: 5.3488%;
    background-image: none;
  }

  #reference .box {
    display: block;
  }

  #reference .left {
    margin-left: auto;
    margin-right: auto;
  }

  #reference .box .right {
    box-sizing: border-box;
    margin-top: 30px;
    width: 100%;
  }

  #reference .right .columns {
    display: flex;
  }

  #reference .right ul {
    width: 45%;
  }

  #reference .right ul:first-child {
    padding-right: 30px;
  }

  #reference .btn1 {
    width: 320px;
  }

  #reference .btn1 a {
    width: 320px;
  }
}

@media screen and (max-width: 420px) {
  #reference .box .right {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  #reference .right .columns {
    display: block;
  }

  #reference .right ul {
    width: 100%;
  }

  #reference .right ul:first-child {
    padding-right: 0;
  }
}

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

  #reference .btn1,
  #reference .btn1 a {
    width: 90%;
  }
}

/*---------------------
company
---------------------*/
#company {
  position: relative;
}

#company .inner {
  box-sizing: border-box;
  max-width: 1920px;
  width: 100%;
  padding-left: 6.25%;
  padding-right: 6.25%;
  /* background: url(../img/top/company-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom; */
  padding-top: 140px;
  padding-bottom: 143px;
}

.company-bg {
  position: absolute;
  width: 100%;
  bottom: 5%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .company-bg {
    display: none;
  }
}

#company h2 {
  padding-bottom: 40px;
}

#company .top {
  display: flex;
  justify-content: space-between;
  padding-top: 57px;
}

#company .top .left {
  width: 31.4285%;
}

#company .top .left h3 {
  color: var(--mainBlue);
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  padding-top: 43px;
  padding-bottom: 24px;
}

#company .top .left p {
  line-height: 1.875;
}

#company .top .right {
  width: 63.492%;
}

#company .bottom .boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 88px;
}

#company .bottom .box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: 31.746%;
  background-color: var(--secondBlue);
  border-radius: 10px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  padding-top: 20px;
  padding-bottom: 20px;
}

#company .bottom .box:nth-child(4),
#company .bottom .box:nth-child(5),
#company .bottom .box:nth-child(6) {
  margin-top: 30px;
}

#company .bottom .title h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.35;
  padding-bottom: 20px;
}

#company .bottom .img {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

#company .bottom .box:nth-child(3) .img {
  width: 100px;
}

#company .bottom .num {
  font-size: 1.875rem;
  text-align: center;
}

#company .bottom .num span {
  font-family: "Outfit", sans-serif;
  color: var(--mainBlue);
  font-size: 5rem;
  font-weight: 600;
  padding-right: 10px;
}

@media screen and (min-width: 1700px) {
  #company .bottom .boxes {
    padding-top: 200px;
  }
}

@media screen and (max-width: 1440px) {
  #company .inner {
    padding-left: clamp(20px, calc(50vw - 630px), 90px);
    padding-right: clamp(20px, calc(50vw - 630px), 90px);
  }
}

@media screen and (max-width: 1100px) {
  #company .bottom .box {
    width: 48%;
  }

  #company .bottom .box:nth-child(3) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 750px) {
  #company .bottom .box {
    width: 100%;
  }

  #company .bottom .box:nth-child(2) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  #company .inner {
    padding-top: 120px;
    padding-bottom: 0;
    padding-left: 5.3488%;
    padding-right: 5.3488%;
    background-image: none;
  }

  #company .top {
    display: block;
  }

  #company .top .left {
    width: 100%;
  }

  #company .top .left h3 {
    font-size: 1.875rem;
    letter-spacing: 0.15rem;
  }

  #company .top .right {
    width: 100%;
    margin-top: 47px;
  }

  #company .bottom .box:not(:first-child) {
    margin-top: 25px;
  }

  #company .bottom .box .title {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #company .bottom .box .title img {
    width: 25px;
    padding-right: 10px;
  }

  #company .bottom .box .title h3 {
    font-size: 1.25rem;
    padding-bottom: 0;
  }

  #company .bottom .num {
    font-size: 1.25rem;
  }

  #company .bottom .num span {
    font-size: 3.125rem;
  }
}

/*---------------------
news
---------------------*/
#news .inner {
  box-sizing: border-box;
  max-width: 1920px;
  width: 100%;
  padding-top: 72px;
  padding-bottom: 120px;
  padding-left: 6.25%;
  padding-right: 6.25%;
}

#news .template1 {
  display: flex;
}

#news .template1 a {
  display: flex;
  align-items: end;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.75%;
  margin-left: 65px;
  margin-bottom: 8px;
}

#news .template1 a img {
  width: 35px;
  height: auto;
  margin-left: 30px;
}

#news .table {
  width: 100%;
  max-width: 1000px;
  padding-top: 38px;
}

#news .table li {
  display: flex;
  /* align-items: center; */
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 0.5px solid #333;
}

#news .table .date {
  font-family: "Noto Sans Gujarati", sans-serif;
  letter-spacing: 0.08%;
}

#news .table .label {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 24px;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 0.075%;
  background-color: var(--mainBlue);
  margin-left: 45px;
  margin-right: 30px;
  margin-left: 4.5%;
  margin-right: 3%;
}

#news .table .text {
  letter-spacing: 0.1%;
}

.news-ttl {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.125rem;
  color: #fff;
  display: block;
}

@media screen and (max-width: 1440px) {
  #news .inner {
    padding-left: clamp(20px, calc(50vw - 630px), 90px);
    padding-right: clamp(20px, calc(50vw - 630px), 90px);
  }
}

@media screen and (max-width: 600px) {
  #news .inner {
    padding-top: 120px;
    padding-left: 5.3488%;
    padding-right: 5.3488%;
  }

  #news .template1 {
    justify-content: space-between;
  }

  #news .template1 a {
    font-size: 1.25rem;
    margin-left: 0;
  }

  #news .template1 a img {
    width: 25px;
    margin-left: 15px;
  }

  #news .table {
    padding-top: 30px;
  }

  #news .table li {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #news .table .text {
    width: 100%;
    padding-top: 20px;
  }
}

/*---------------------
column
---------------------*/
#column .inner {
  box-sizing: border-box;
  max-width: 1920px;
  width: 100%;
  padding-left: 6.25%;
  padding-right: 6.25%;
  background-color: var(--mainBlue);
  /* clip-path: polygon(0 0, 100% 196px, 100% 100%, 0% 100%); */
  color: #fff;
  padding-top: 40px;
  padding-bottom: 208px;
}

#column .top {
  display: flex;
}

#column .top .left .template #column .top .left .template1 h2 {
  color: #fff;
}

#column .top .left .template1 h2::after {
  color: #fff;
}

#column .top .left p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.8666;
  padding-top: 45px;
}

#column .top .right {
  padding-top: 87px;
  padding-left: 6.349%;
}

#column .top .right .keyword {
  font-weight: 300;
}

#column .top .right .keyword span {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.09375rem;
  padding-right: 10px;
}

#column .top .right .labels {
  display: flex;
  padding-bottom: 30px;
}

#column .top .right .label {
  display: flex;
  align-items: center;
  height: 23px;
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
  border: 1px solid var(--secondBlue);
  border-radius: 50px;
  margin-top: 15px;
  padding-left: 16px;
  padding-right: 16px;
}

#column .top .right .label:not(:last-child) {
  margin-right: 10px;
}

#column .top .right .btn {
  background-color: var(--secondBlue);
}

#column .top .right .btn a {
  color: var(--mainBlue);
}

#column .bottom {
  padding-top: 26px;
}

#column .contents {
  display: flex;
  justify-content: space-between;
}

#column .bottom .content {
  width: 31.746%;
}

#column .bottom .content:nth-child(2) {
  margin-top: 70px;
}

#column .bottom .content:nth-child(3) {
  margin-top: 140px;
}

#column .bottom .content img {
  border-radius: 10px;
}

#column .bottom .label {
  display: inline-flex;
  align-items: center;
  height: 23px;
  color: var(--mainBlue);
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
  background-color: var(--secondBlue);
  border-radius: 50px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 20px;
  margin-bottom: 17px;
}

#column .bottom .text {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.125rem;
}

@media screen and (max-width: 1440px) {
  #column .inner {
    padding-left: clamp(20px, calc(50vw - 630px), 90px);
    padding-right: clamp(20px, calc(50vw - 630px), 90px);
  }
}

@media screen and (max-width: 840px) {
  #column .top {
    display: block;
  }

  #column .top .right {
    padding-left: 0;
    padding-top: 30px;
  }

  #column .top .right .btn {
    margin-left: 0;
  }

  #column .bottom .contents {
    display: block;
  }

  #column .bottom .content {
    width: 100%;
  }

  #column .bottom .contents .content {
    margin-top: 70px;
  }
}

@media screen and (max-width: 600px) {
  #column .inner {
    padding-top: 50px;
    padding-bottom: 211px;
    padding-left: 5.3488%;
    padding-right: 5.3488%;
  }

  #column .top .left p {
    padding-top: 35px;
  }

  #column .top .right .labels {
    flex-wrap: wrap;
    padding-bottom: 50px;
  }

  #column .top .right .keyword span {
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
  }

  #column .top .right .btn {
    max-width: 303px;
    width: 100%;
  }

  #column .top .right .btn a {
    box-sizing: border-box;
    max-width: 303px;
    width: 100%;
    padding-right: 10px;
  }

  #column .bottom .contents .content {
    margin-top: 60px;
  }
}