@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 1.5;
  letter-spacing: .1rem;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* add */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
}

.pop {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.sp {
  display: none !important;
}

.abs-img {
  position: absolute;
}

.inner {
  max-width: 930px;
  width: calc(100% - 45px);
  margin: 0 auto;
}

.mv {
  background-image: url(../image/fv_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 20px 110px;
}

.mv .inner {
  max-width: 1200px;
}

.mv .logo {
  width: 180px;
  margin-bottom: 85px;
}

.mv-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.mv-flex-left {
  width: 49%;
}

.mv-flex-right {
  width: 49%;
}

section {
  padding: 80px 0;
}

.cmn-title {
  margin-bottom: 70px;
  text-align: center;
}

.cmn-title img {
  height: 95px;
  width: auto;
  display: block;
  margin: 0 auto 40px;
}

.cmn-title h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.cmn-title h2 span {
  display: inline-block;
  font-weight: 700;
  color: #F1991B;
}

.cmn-title h2 img {
  position: absolute;
  width: 110px;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: -1;
}

.cm {
  padding-top: 100px;
}

.cm-flex {
  display: flex;
  justify-content: space-between;
}

.cm-img {
  width: 50%;
}

.cm-txt {
  width: 45%;
}

.cm-txt-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.cm-txt-title img {
  width: 95px;
}

.cm-txt-title h3 {
  width: calc(100% - 115px);
  font-size: 32px;
  font-weight: 700;
  color: #F1991B;
}

.cm-txt-title h3 span {
  font-size: 20px;
  font-weight: 700;
  display: block;
  color: #F1991B;
}

.cm-txt-txt p {
  font-size: 18px;
  line-height: 1.8;
}

.hope {
  background-image: url(../image/hope_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hope-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hope-flex-left {
  width: 70%;
}

.hope-flex-left p {
  font-size: 18px;
  line-height: 2.2;
  padding-bottom: 30px;
}

.hope-flex-left p:last-child {
  padding-bottom: 0;
}

.hope-flex-left p span {
  font-weight: 700;
}

.hope-flex-right {
  width: 20%;
}

.making {
  background-image: url(../image/making_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 0;
}

.making-flex-cont {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.making-flex-cont.reverse {
  flex-direction: row-reverse;
}

.making-flex-cont-img {
  width: 47.5%;
}

.making-flex-cont-txt {
  width: 47.5%;
}

.making-flex-cont-txt p {
  font-size: 18px;
  line-height: 1.8;
}

.making-bottom-img {
  max-width: 400px;
  width: 100%;
  margin: -80px auto 0;
  position: relative;
  right: -17.5%;
}

.cast {
  background-image: url(../image/cast_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cast .inner {
  max-width: 1040px;
}

.cast-cont-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 120px;
}

.cast-cont-flex:nth-child(2) {
  flex-direction: row-reverse;
  margin-bottom: 0;
}

.cast-flex-cont-img {
  width: 45%;
  padding-left: 50px;
}

.cast-flex-cont-txt {
  width: 47.5%;
  position: relative;
  border-radius: 20px;
  border: 4px solid #F1991B;
  padding: 60px 40px;
  background: #fff;
}

.cast-cont-flex:nth-child(1) .cast-flex-cont-txt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -12.5px;
  border: 15px solid transparent;
  border-right: 25px solid #FFF;
  z-index: 2;
}

.cast-cont-flex:nth-child(1) .cast-flex-cont-txt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -47px;
  margin-top: -14.5px;
  border: 17.5px solid transparent;
  border-right: 27.5px solid #F1991B;
  z-index: 1;
}

.cast-cont-flex:nth-child(2) .cast-flex-cont-txt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -12.5px;
  border: 15px solid transparent;
  border-left: 25px solid #FFF;
  z-index: 2;
}

.cast-cont-flex:nth-child(2) .cast-flex-cont-txt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -47px;
  margin-top: -14.5px;
  border: 17.5px solid transparent;
  border-left: 27.5px solid #F1991B;
  z-index: 1;
}

.cast-flex-cont-txt h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17.5px;
}

.cast-flex-cont-txt h3 img {
  width: 47.5px;
  margin-right: 15px;
}

.cast-flex-cont-txt h3 span {
  font-size: 32px;
  font-weight: 700;
  color: #F1991B;
}

.cast-cont-flex:nth-child(2) .cast-flex-cont-img {
  padding-inline: 0 50px;
}

.cast-flex-cont-txt p {
  font-size: 18px;
  line-height: 1.6;
}

.last-bg {
  background: #F6F6F6;
  padding-bottom: 100px;
}

.last-bg .inner {
  max-width: 1040px;
}

.think .cmn-title h2,
.think .thin-cont-top-txt p,
.think .thin-cont-top-txt h3,
.think .think-cont-center-flex-txt p,
.think .think-cont-center-flex-txt h4 {
  color: #10345a !important;
}

.think .cmn-title h2 img {
  left: initial;
  right: 35%;
  margin: 0;
  width: 180px;
}

.think-cont-top {
  margin-bottom: 110px;
  display: flex;
  align-items: center;
}

.thin-cont-top-txts {
  width: 60%;
  padding: 90px;
  background: #fff;
}

.thin-cont-top-txt p {
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: 700;
  display: block;
}

.thin-cont-top-txt h3 {
  font-size: 40px;
  font-weight: 700;
}

.thin-cont-top-img {
  width: 50%;
  margin-left: -10%;
  z-index: 1;
  position: relative;
}

.think-cont-center {
  margin-bottom: 100px;
}

.think-cont-center-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.think-cont-center-flex-left {
  width: 17.5%;
}

.think-cont-center-flex-txt {
  width: 60%;
  text-align: center;
  position: relative;
}

.think-cont-center-flex-txt p {
  font-size: 18px;
  line-height: 2.2;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}

.think-cont-center-flex-txt h4 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 30px;
  line-height: 2.2;
  position: relative;
  z-index: 1;
}

.think-cont-center-flex-txt img {
  max-width: 425px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
}

.think-cont-center-flex-txt p:nth-child(4) {
  padding-bottom: 0;
}

.think-cont-center-flex-right {
  width: 12.5%;
}

.think-cont-bottom {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.think-cont-bottom-img {
  width: 45%;
}

.think-cont-bottom-txt {
  width: 45%;
}

.think-cont-bottom-txt p {
  font-size: 18px;
  line-height: 2.2;
}

.link-area-wrapper-two {
  margin-bottom: 35px;
}

.link-area-wrapper {
  background: #FFFfff;
  padding: 65px 20px;
}

.link-area {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  position: relative;
}

.link-area .link {
  width: 48%;
}

.link-area .link a {
  transition: all 0.7s;
}

.link-area .link a:hover {
  opacity: 0.7;
}

.link-area-title {
  margin-bottom: 50px;
  text-align: center;
}

.link-area-title img {
  width: 77.5px;
  display: block;
  margin: 0 auto 20px;
}

.link-area-title h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.site {
  background: #fff;
  padding: 65px 20px;
}

.site .content {
  display: flex;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.site .content a:nth-of-type(1) picture {
  position: relative;
  display: block;
}

/* .site .content a:nth-of-type(1) picture::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #10345a;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  top: 0.5vw;
  left: 0.5vw;
} */
.site .content a:nth-of-type(2) picture {
  position: relative;
  display: block;
}

/* .site .content a:nth-of-type(2) picture::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #10345a;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  top: 0.5vw;
  right: -0.5vw;
} */
.site .content .site_1 {
  width: 95%;
  transition: all 0.7s;
}

.site .content .site_1:hover {
  opacity: 0.7;
}

.site .content .site_2 {
  width: 95%;
  transition: all 0.7s;
  margin-left: 5%;
}

.site .content .site_2:hover {
  opacity: 0.7;
}

.site .content img {
  position: relative;
  z-index: 1;
}

.area_wrap {
  display: none;
}

.footer {
  background: #3e3a39;
}

.footer .inner {
  max-width: 640px;
  margin: 0 auto;
  max-height: 288px;
  position: relative;
  width: 100%;
  height: 50vw;
}

.footer .inner .logo {
  max-width: 207px;
  margin: 0 auto;
  position: absolute;
  top: 15.7%;
  left: 0;
  right: 0;
  width: 35vw;
}

.footer .inner .insta {
  right: 21%;
  top: 16%;
  position: absolute;
  max-width: 42px;
  width: 6.5vw;
}

.footer .inner .policy img {
  max-width: 141px;
  width: 30vw;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.footer .inner .Copyright {
  color: #fff;
  letter-spacing: 1px;
  position: absolute;
  bottom: 3.2em;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 14.1px;
}

.footer .inner .Copyright p {
  color: #fff;
}

.modal-video-body {
  max-width: 1200px !important;
}

.modal-video-close-btn {
  width: 60px !important;
  height: 60px !important;
  top: -50px !important;
  right: -50px !important;
  cursor: pointer !important;
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  height: 10px !important;
  border-radius: 0 !important;
}

.animeSmoothTriger {
  -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
  transform: translate3d(0, 100%, 0) skewY(12deg);
}

.animeSmooth {
  -webkit-animation: smooth 0.8s ease-in-out forwards;
  animation: smooth 0.8s ease-in-out forwards;
}

@-webkit-keyframes smooth {
  0% {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
    transform: translate3d(0, 100%, 0) skewY(12deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    display: block;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
    transform: translate3d(0, 0, 0) skewY(0);
  }
}

@keyframes smooth {
  0% {
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
    transform: translate3d(0, 100%, 0) skewY(12deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    display: block;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
    transform: translate3d(0, 0, 0) skewY(0);
  }
}

.animeFadeupTriger1 {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.animeFadeup1 {
  -webkit-animation: fadeup1 0.5s forwards;
  animation: fadeup1 0.5s forwards;
}

.animeFadeupTriger2 {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.animeFadeup2 {
  -webkit-animation: fadeup1 0.5s forwards;
  animation: fadeup1 0.5s forwards;
}

@-webkit-keyframes fadeup1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes fadeup1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.animeShowTriger {
  overflow: hidden;
  position: relative;
}

.animeShowTriger::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  border-radius: 0 0 50% 0;
  background: #F6F6F6;
}

.animeShowTriger.animeShow::before {
  -webkit-animation: show 4s forwards;
  animation: show 4s forwards;
}

@-webkit-keyframes show {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-200%, -200%);
    transform: translate(-200%, -200%);
  }
}

@keyframes show {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-200%, -200%);
    transform: translate(-200%, -200%);
  }
}

@media screen and (max-width: 1000px) {
  .cast-cont-flex:nth-child(2) .cast-flex-cont-img {
    padding-inline: 0;
  }

  .cast-flex-cont-img {
    padding-left: 0;
  }

  .cast-flex-cont-txt {
    width: 50%;
    padding: 40px 20px;
  }

  .thin-cont-top-txts {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 834px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .mv {
    background-image: url(../image/fv_bg_sp.webp);
    padding-block: 20px 100px;
  }

  .mv .logo {
    width: 175px;
    margin-bottom: 25px;
  }

  .mv-flex {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .mv-flex-right {
    width: 100%;
    margin-bottom: 35px;
  }

  .mv-flex-left {
    width: 100%;
  }

  .cm {
    padding-top: 45px;
  }

  section {
    padding: 45px 0;
  }

  .cmn-title img {
    height: 75px;
    margin: 0 auto 35px;
  }

  .cmn-title h2 {
    font-size: 24px;
  }

  .cmn-title h2 img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin: 0;
  }

  .cm-flex {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .cm-img {
    width: 100%;
    margin-bottom: 40px;
  }

  .cm-txt {
    width: 100%;
    padding: 0 17.5px;
  }

  .cm-txt-title {
    margin-bottom: 20px;
  }

  .cm-txt-title img {
    width: 80px;
  }

  .cm-txt-title h3 {
    width: calc(100% - 95px);
    font-size: 28px;
  }

  .cm-txt-title h3 span {
    font-size: 16px;
  }

  .cm-txt-txt p {
    font-size: 16px;
    letter-spacing: 0.03rem;
  }

  .hope {
    background-image: url(../image/hope_bg_sp.webp);
    padding-bottom: 0;
  }

  .hope-flex {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .hope-flex-left {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }

  .hope-flex-left p {
    font-size: 16px;
    padding-bottom: 25px;
  }

  .hope-flex-right {
    width: 100%;
    max-width: 225px;
    margin: 0 auto;
  }

  .making {
    background-image: url(../image/making_bg_sp.webp);
  }

  .cmn-title {
    margin-bottom: 60px;
  }

  .making-flex-cont {
    margin: 0 auto 60px;
    display: block;
    max-width: 500px;
  }

  .making-flex-cont-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .making-flex-cont-txt {
    width: 100%;
  }

  .making-flex-cont-txt p {
    font-size: 16px;
  }

  .making-bottom-img {
    max-width: 350px;
    width: 100%;
    margin: 20px auto 0;
    position: relative;
    right: initial;
    left: -12.5%;
  }

  .cast {
    background-image: url(../image/cast_bg_sp.webp);
    padding-bottom: 100px;
  }

  .cast-cont-flex {
    display: block;
    max-width: 500px;
    margin: 0 auto 95px;
  }

  .cast-flex-cont-img {
    width: 100%;
    margin-bottom: 60px;
  }

  .cast-flex-cont-txt {
    width: 100%;
    padding: 40px 25px;
  }

  .cast .cast-cont-flex .cast-flex-cont-txt:before {
    top: -40px;
    right: 50%;
    margin-top: 0;
    margin-right: -25px;
    border-bottom: 25px solid #FFF;
    border-left: 15px solid transparent;
  }

  .cast .cast-cont-flex .cast-flex-cont-txt:after {
    top: -48px;
    right: 50%;
    margin-top: 0;
    margin-right: -26.5px;
    border-bottom: 27.5px solid #F1991B;
    border-left: 15px solid transparent;
  }

  .cast-cont-flex:nth-child(1) .cast-flex-cont-txt:before {
    border-right: 15px solid transparent;
    left: initial;
    margin-right: -27px;
  }

  .cast-cont-flex:nth-child(1) .cast-flex-cont-txt::after {
    border-right: 15px solid transparent;
    left: initial;
  }

  .cast-flex-cont-txt h3 span {
    font-size: 30px;
  }

  .cast-flex-cont-txt p {
    font-size: 16px;
    line-height: 2;
  }

  .think {
    padding: 55px 0 80px;
  }

  .think .cmn-title h2 img {
    right: 40%;
    top: 25%;
    width: 115px;
  }

  .think-cont-top {
    margin: 0 auto 67.5px;
    display: block;
    max-width: 500px;
  }

  .thin-cont-top-txts {
    padding: 40px 25px 75px 40px;
    width: calc(100% - 20px);
  }

  .thin-cont-top-img {
    width: 100%;
    margin-inline: 40px 0;
    margin-top: -50px;
  }

  .thin-cont-top-txt p {
    font-size: 12px;
  }

  .thin-cont-top-txt h3 {
    font-size: 30px;
  }

  .think-cont-center {
    margin: 0px auto;
    max-width: 500px;
  }

  .think-cont-center-flex {
    display: block;
  }

  .think-cont-center-flex-txt {
    width: 100%;
  }

  .think-cont-center-flex-txt p {
    font-size: 15px;
  }

  .think-cont-center-flex-right {
    width: 100%;
    margin-top: 10px;
  }

  .think-cont-center-flex-txt img {
    max-width: 285px;
    top: 57.5%;
  }

  .think-cont-bottom {
    max-width: 500px;
    display: block;
  }

  .think-cont-bottom-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .think-cont-bottom-txt {
    width: 100%;
  }

  .think-cont-bottom-txt p {
    font-size: 16px;
  }

  .last-bg {
    padding-bottom: 55px;
  }

  .inner {
    width: calc(100% - 40px);
  }

  .link-area-wrapper {
    padding: 60px 25px 35px;
  }

  .link-area-wrapper-two {
    margin-bottom: 22.5px;
  }

  .link-area-title {
    margin-bottom: 25px;
  }

  .link-area-title img {
    width: 65px;
  }

  .link-area-title h3 {
    font-size: 18px;
  }

  .link-area {
    display: block;
    max-width: 400px;
  }

  .link-area .link {
    width: 100%;
    margin-bottom: 30px;
  }

  .link-area .link:last-child {
    margin-bottom: 0;
  }

  .site .content {
    display: block;
    max-width: 400px;
  }

  .site .content .site_1 {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }

  .site .content .site_2 {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .view {
    overflow: hidden;
  }

  .site .content a:nth-of-type(1) picture::before {
    top: 2%;
    left: 1.75%;
  }

  .site .content a:nth-of-type(2) picture::before {
    top: 2%;
    right: -1.75%;
  }

  .modal-video-body {
    width: 90% !important;
  }

  .modal-video-close-btn {
    width: 40px !important;
    height: 40px !important;
    top: -30px !important;
    right: -20px !important;
  }
}

@media screen and (max-width: 500px) {
  .cm-txt-title h3 {
    font-size: 26px;
  }

  .making-bottom-img {
    left: -7.5%;
  }

  .think .cmn-title h2 img {
    right: 28%;
    top: 80%;
  }

  .thin-cont-top-txt h3 {
    font-size: 28px;
  }

  .think-cont-center-flex-txt img {
    max-width: 275px;
  }
}
