@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
/* デフォルトのpaddingを削除 */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
/* デフォルトのmarginを削除 */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* bodyのデフォルトを定義 */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
/* class属性を持つul、ol要素のリストスタイルを削除 */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
/* classを持たない要素はデフォルトのスタイルを取得 */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* img要素の扱いを簡単にする */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Inherit fonts for inputs and buttons */
/* inputやbuttonなどのフォントは継承を定義 */
input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
/* 見たくない人用に、すべてのアニメーションとトランジションを削除 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

.embed-wrap {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .embed-wrap {
    padding: 5.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}

.embed-col-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 45px;
}
@media screen and (max-width: 768px) {
  .embed-col-box {
    flex-direction: column;
    gap: 3.3333333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .embed-col-box .left .inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    flex-wrap: nowrap;
    gap: 0 4vw;
  }
}
.embed-col-box .left .inner .thumbnail {
  flex-shrink: 0;
  width: 300px;
  position: relative;
  background-color: transparent;
}
.embed-col-box .left .inner .thumbnail::before {
  content: "";
  display: block;
  padding-top: 58.3333333333%;
}
.embed-col-box .left .inner .thumbnail img,
.embed-col-box .left .inner .thumbnail iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .embed-col-box .left .inner .thumbnail {
    width: 39.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .embed-col-box .left .inner .title {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .embed-col-box .left .inner .title {
    flex-grow: 1;
  }
  .embed-col-box .left .inner .title a {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.7;
    color: #141414;
    text-decoration: none;
  }
}
.embed-col-box .left .embed-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .embed-col-box .left .embed-footer {
    gap: 0 1.7333333333vw;
    margin-top: 1.6vw;
  }
}
.embed-col-box .left .embed-footer img {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .embed-col-box .left .embed-footer img {
    width: 5.3333333333vw;
  }
}
.embed-col-box .left .embed-footer span {
  font-size: 13px;
  font-weight: 600;
  color: #9c9ca9;
}
@media screen and (max-width: 768px) {
  .embed-col-box .left .embed-footer span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .embed-col-box .right {
    border-top: 1px solid #cad5e1;
    padding-top: 4vw;
  }
}
.embed-col-box .right .title {
  padding-bottom: 20px;
  line-height: 1.3;
  border-bottom: 1px solid #cad5e1;
}
@media screen and (max-width: 768px) {
  .embed-col-box .right .title {
    display: none;
  }
}
.embed-col-box .right .title a {
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  color: #141414;
}
.embed-col-box .right p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .embed-col-box .right p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.embed-col-box .right .read-more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: -webkit-flex;
  flex-wrap: nowrap;
  gap: 0 10px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .embed-col-box .right .read-more {
    margin-top: 4vw;
  }
}
.embed-col-box .right .read-more a {
  font-size: 13px;
  font-weight: 500;
  color: #141414;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .embed-col-box .right .read-more a {
    font-size: 1.2rem;
  }
}
.embed-col-box .right .read-more::after {
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  border-radius: 9999px;
  background-image: url("../images/common/icn-ar-r-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px 9px;
  background-color: #5eb5fb;
}
@media screen and (max-width: 768px) {
  .embed-col-box .right .read-more::after {
    width: 7.4666666667vw;
    height: 5.3333333333vw;
    background-size: 2.1333333333vw 2.1333333333vw;
  }
}
