@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.wrap {
  padding-inline: 15px;
}

.inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

main {
  font-feature-settings: "palt";
}

.sup {
  font-size: max(50%, 10px);
}

@media (max-width: 767px) {
  .text-sp-center {
    text-align: center !important;
  }
}

.yyd {
  color: #231815;
  font-family: "游明朝体", "游明朝", "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.yyd .sec01 {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .yyd .sec01 {
    margin-top: 90px;
  }
}
.yyd .sec01 .hero {
  position: relative;
}
.yyd .sec01 .hero .hero-img {
  width: 100%;
}
.yyd .sec01 .hero .hero-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 18/11;
  -o-object-fit: cover;
     object-fit: cover;
}
.yyd .sec01 .hero .title {
  position: absolute;
  inset: 30px auto auto 0;
  width: 50.66vw;
}
.yyd .sec01 .text-wrap {
  padding: 30px 15px;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .yyd .sec01 .text-wrap {
    padding: 100px 15px;
  }
}
.yyd .sec01 .text-wrap .sec01-text {
  margin-top: 2em;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .yyd .sec01 .text-wrap .sec01-text {
    text-align: left;
    font-size: 15px;
    line-height: 2;
  }
}
.yyd {
  /* ~.sec01 */
}
.yyd .sec02 {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .yyd .sec02 {
    padding: 60px 0;
  }
}
.yyd .sec02 .dashed-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.yyd .sec02 .dashed-line-item {
  width: 30px;
  height: 20px;
  background: #136992;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.yyd .sec02-title {
  margin: 1em 0 1.5em;
  text-align: center;
  color: #136992;
  font-size: clamp(18px, 3vw, 35px);
  font-weight: bold;
  line-height: 1.5;
}
.yyd .sec02-text {
  margin-top: 2em;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .yyd .sec02-text {
    text-align: left;
    font-size: 15px;
    line-height: 2;
  }
}
.yyd .sec02-caption {
  margin-top: 1em;
  text-align: left;
  font-size: 10px;
  line-height: 1.5;
  word-wrap: break-word;
}
.yyd .sec02-gallery {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  margin: 50px 0 0;
}
@media (min-width: 768px) {
  .yyd .sec02-gallery {
    flex-direction: row;
    justify-content: space-between;
    margin: 50px 0 90px;
  }
}
.yyd .sec02-gallery-item .sec02-img-caption {
  margin-top: 15px;
  text-align: left;
  font-size: 12px;
  margin-left: 10px;
}
.yyd .sec02-gallery .col-01 .sec02-img img {
  box-shadow: -10px -10px 0 #e0e6e9, -10px 5px 0 #e0e6e9;
  transform: translateX(10px);
}
.yyd .sec02-gallery .col-02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .yyd .sec02-gallery .col-02 {
    gap: 50px;
  }
}
.yyd .sec02-gallery .col-02 .sec02-img img {
  width: 750px;
}
@media (min-width: 768px) {
  .yyd .sec02-gallery .col-02 .sec02-img img {
    width: 100%;
  }
}
.yyd .sec02-gallery .col-02 .sec02-img-caption {
  text-align: center;
}
.yyd {
  /* ~.sec02 */
}
.yyd .sec03 {
  position: relative;
  padding: 30px 0;
  background: #e0e6e9;
  overflow: hidden;
}
@media (min-width: 768px) {
  .yyd .sec03 {
    padding: 60px 0;
  }
}
.yyd .sec03::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 105%;
  height: 105%;
  margin-inline: auto;
  background: #f0f3f4;
  rotate: -15deg;
  transform-origin: 20% 85%;
}
@media (min-width: 768px) {
  .yyd .sec03::before {
    rotate: -35deg;
    transform-origin: 20% 85%;
  }
}
.yyd .sec03-wrap {
  position: relative;
  z-index: 2;
}
.yyd .sec03 .dashed-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.yyd .sec03 .dashed-line-item {
  width: 30px;
  height: 20px;
  background: #136992;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.yyd .sec03-title {
  margin: 1em 0 1.5em;
  text-align: center;
  color: #136992;
  font-size: clamp(18px, 3vw, 30px);
  font-weight: bold;
  line-height: 1.5;
}
.yyd .sec03-text {
  margin-top: 2em;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .yyd .sec03-text {
    text-align: left;
    font-size: 15px;
    line-height: 2;
  }
}
.yyd .sec03-caption {
  margin-top: 1em;
  text-align: left;
  font-size: 10px;
  line-height: 1.5;
}
.yyd .sec03-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .yyd .sec03-flex {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .yyd .sec03-flex.side-text {
    align-items: stretch;
  }
}
.yyd .sec03-flex.side-text .sec03-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
}
@media (min-width: 768px) {
  .yyd .sec03-flex.side-text .sec03-text-wrap {
    gap: 0;
  }
}
.yyd .sec03-flex.side-text .sec03-text-wrap .sec03-text {
  margin-top: 0;
}
@media (min-width: 768px) {
  .yyd .sec03-flex.side-text .sec03-text-wrap .sec03-text:last-child {
    margin-block: 22px;
  }
}
.yyd .sec03-flex .sec03-img {
  position: relative;
}
.yyd .sec03-flex .sec03-img-caption {
  margin-top: 10px;
  text-align: right;
  font-size: 10px;
}
@media (min-width: 768px) {
  .yyd .sec03-flex .sec03-img-caption {
    font-size: 12px;
  }
}
.yyd .sec03-masonry {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-block: 30px;
  padding-block: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .yyd .sec03-masonry {
    gap: 20px;
    margin-block: 50px;
    padding-block: 60px;
  }
}
.yyd .sec03-masonry-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .yyd .sec03-masonry-col {
    flex-direction: row;
    gap: 30px;
  }
}
.yyd .sec03-masonry-col.reverse {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .yyd .sec03-masonry-col.reverse {
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: row;
    translate: 0 -50%;
    margin-bottom: max(-17.44vw, -180px);
  }
}
.yyd .sec03-masonry-col.reverse .sec03-img-caption {
  text-align: right;
}
.yyd .sec03-masonry-col .sec03-img {
  position: relative;
}
@media (min-width: 768px) {
  .yyd .sec03-masonry-col .sec03-img {
    max-width: min(46.8vw, 460px);
  }
}
.yyd .sec03-masonry-col .sec03-img-caption {
  margin-top: 10px;
  text-align: left;
  font-size: 10px;
}
@media (min-width: 768px) {
  .yyd .sec03-masonry-col .sec03-img-caption {
    font-size: 12px;
  }
}
.yyd .sec03-masonry-col .sec03-text {
  margin-top: 0;
}
@media (min-width: 768px) {
  .yyd .sec03-masonry-col .sec03-text {
    margin-bottom: 22px;
  }
}
.yyd .sec03-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .yyd .sec03-detail {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .yyd .sec03-detail-col.col-01 {
    flex-basis: 317px;
    flex-shrink: 0;
  }
}
.yyd .sec03-detail-col.col-02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .yyd .sec03-detail-col.col-02 {
    margin-top: 0;
  }
}
.yyd .sec03-detail-col.col-02 .sec03-detail-col-text-wrap,
.yyd .sec03-detail-col.col-02 .sec03-detail-col-img {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .yyd .sec03-detail-col.col-02 .sec03-detail-col-text-wrap,
  .yyd .sec03-detail-col.col-02 .sec03-detail-col-img {
    margin: 60px auto 0;
  }
}
@media (min-width: 768px) {
  .yyd .sec03-detail-col.col-02 .sec03-detail-col-text-wrap {
    width: 90%;
  }
}
.yyd .sec03-detail-col.col-02 .sec03-detail-col-caption {
  margin-top: 1.5em;
}
.yyd .sec03-detail-col.col-02 .sec03-detail-col-img-caption {
  text-align: right;
}
.yyd .sec03-detail-col-img {
  position: relative;
}
.yyd .sec03-detail-col-img img {
  width: 750px;
}
@media (min-width: 768px) {
  .yyd .sec03-detail-col-img img {
    width: 100%;
  }
}
.yyd .sec03-detail-col-img-caption {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.5;
}
.yyd .sec03-detail-col-text {
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 768px) {
  .yyd .sec03-detail-col-text {
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }
}
.yyd .sec03-detail-col-caption {
  font-size: 10px;
  line-height: 1.5;
}
.yyd {
  /* ~.sec03 */
}
.yyd .sec04 {
  position: relative;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .yyd .sec04 {
    padding-top: 100px;
  }
}
.yyd .sec04-gallery01 {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .yyd .sec04-gallery01 {
    margin-bottom: 50px;
  }
}
.yyd .sec04-gallery01::before {
  content: "";
  inset: 0;
  position: absolute;
  width: 85%;
  height: 75%;
  background: #e0e6e9;
  z-index: -1;
}
.yyd .sec04-gallery01-box {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 15px;
  margin: 20px 0 0 15px;
}
@media (min-width: 768px) {
  .yyd .sec04-gallery01-box {
    gap: 30px;
    margin: 30px 0 0 0;
  }
}
.yyd .sec04-gallery01-box-img-caption {
  margin-top: 10px;
  text-align: right;
  font-size: 10px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .yyd .sec04-gallery01-box-img-caption {
    font-size: 12px;
  }
}
.yyd .sec04-gallery01-box .sec04-caption {
  text-align: right;
}
.yyd .sec04-gallery01 .sec04-text {
  padding: 1em 1em 0;
  text-align: left;
}
@media (min-width: 768px) {
  .yyd .sec04-gallery01 .sec04-text {
    padding: 2em 2em 0;
  }
}
.yyd .sec04-text {
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 768px) {
  .yyd .sec04-text {
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }
}
.yyd .sec04-caption {
  margin-top: 10px;
  text-align: right;
  font-size: 10px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .yyd .sec04-caption {
    font-size: 12px;
  }
}
.yyd .sec04-gallery02 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .yyd .sec04-gallery02 {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.yyd .sec04-gallery02-box {
  display: flex;
  flex-direction: column;
  margin-block: 30px;
}
@media (min-width: 768px) {
  .yyd .sec04-gallery02-box {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-block: 60px;
  }
}
.yyd .sec04-gallery02-box-img + .sec04-gallery02-box-img {
  margin-top: 15px;
}
.yyd .sec04-gallery02-box-img-caption {
  margin-top: 10px;
  text-align: left;
  font-size: 10px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .yyd .sec04-gallery02-box-img-caption {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .yyd .sec04-gallery02-box-img.col-02 .sec04-gallery02-box-img-caption {
    text-align: right;
  }
}
.yyd .sec04-gallery03 {
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .yyd .sec04-gallery03 {
    padding-bottom: 30px;
  }
}
.yyd .sec04-gallery03::before {
  content: "";
  inset: 0;
  position: absolute;
  margin: auto 0 0 auto;
  width: 85%;
  height: 65%;
  background: #e0e6e9;
  z-index: -1;
}
.yyd .sec04-gallery03-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .yyd .sec04-gallery03-box {
    gap: 30px;
  }
}
.yyd .sec04-gallery03-box-img-caption {
  margin-top: 10px;
  text-align: right;
  font-size: 10px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .yyd .sec04-gallery03-box-img-caption {
    font-size: 12px;
  }
}
.yyd .sec04-text-wrap {
  margin-top: 20px;
  padding-block: 30px;
  border-top: 1px solid #000;
}
@media (min-width: 768px) {
  .yyd .sec04-text-wrap {
    margin-top: 50px;
    padding-block: 60px;
  }
}
.yyd .sec04-text-wrap .sec04-text + .sec04-text {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .yyd .sec04-text-wrap .sec04-text + .sec04-text {
    margin-top: 30px;
  }
}
.yyd {
  /* ~.sec04 */
}
.yyd .sec05 {
  position: relative;
  padding-top: 30px;
  background: #e0e6e9;
}
@media (min-width: 768px) {
  .yyd .sec05 {
    padding-top: 80px;
  }
}
.yyd .sec05 .dashed-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.yyd .sec05 .dashed-line-item {
  width: 30px;
  height: 20px;
  background: #136992;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.yyd .sec05-title {
  margin: 1em 0 1.5em;
  text-align: center;
  color: #136992;
  font-size: clamp(18px, 3vw, 30px);
  font-weight: bold;
}
.yyd .sec05-text {
  margin-top: 2em;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .yyd .sec05-text {
    text-align: left;
    font-size: 15px;
    line-height: 2;
  }
}
.yyd .sec05-caption {
  margin-top: 1em;
  text-align: left;
  font-size: 10px;
  line-height: 1.5;
}
.yyd .sec05-caption .strong {
  font-size: 12px;
  margin-right: 1em;
}
.yyd .sec05-img {
  margin-block: 20px;
}
@media (min-width: 768px) {
  .yyd .sec05-img {
    margin-top: 60px;
  }
}
.yyd .sec05-img-text {
  margin-top: 2em;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .yyd .sec05-img-text {
    text-align: left;
    font-size: min(1.4vw, 15px);
    line-height: 2;
  }
}
.yyd .sec05-img-caption {
  margin-top: 1em;
  text-align: right;
  font-size: 10px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .yyd .sec05-img-caption {
    font-size: 12px;
  }
}
.yyd .sec05-img.frame-line {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .yyd .sec05-img.frame-line {
    margin: 60px 0;
  }
}
.yyd .sec05-img.frame-line .frame-line-img {
  position: relative;
}
.yyd .sec05-img.frame-line .frame-line-img::before {
  content: "";
  position: absolute;
  inset: auto auto 15px 15px;
  display: block;
  width: calc(100% - 30px);
  height: auto;
  aspect-ratio: 3/2;
  border: 2px solid #f0f3f4;
}
.yyd .sec05-img.frame-line .frame-line-img::after {
  content: "";
  position: absolute;
  inset: auto auto 30px 30px;
  display: block;
  width: calc(100% - 30px);
  height: auto;
  aspect-ratio: 3/2;
  border: 2px solid #f0f3f4;
}
.yyd .sec05-img.frame-line .frame-line-img img {
  position: relative;
  display: block;
  width: calc(100% - 30px);
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.yyd .sec05-img.frame-line .sec05-img-caption {
  margin-top: 10px;
  margin-right: 30px;
  font-size: 10px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .yyd .sec05-img.frame-line .sec05-img-caption {
    font-size: 12px;
  }
}
.yyd .sec05-img.shadow01 img {
  box-shadow: -15px -15px 0 #f0f3f4;
}
.yyd .sec05-img.shadow02 img {
  box-shadow: 15px -15px 0 #f0f3f4;
}
.yyd .sec05-img.shadow03 img {
  box-shadow: -15px 15px 0 #f0f3f4;
}
.yyd .sec05 .large-img {
  width: 100%;
}
.yyd .sec05 .large-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1364/909;
  -o-object-fit: cover;
     object-fit: cover;
}
.yyd .sec05 .sec05-img-border {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #fff;
}
@media (min-width: 768px) {
  .yyd .sec05 .sec05-img-border {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.yyd .sec05 .sec05-img-border .sec05-text {
  margin-top: 0;
}
.yyd .sec05 .sec05-text-border {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .yyd .sec05 .sec05-text-border {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
.yyd .sec05-flex01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 15px;
}
@media (min-width: 768px) {
  .yyd .sec05-flex01 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-inline: 0;
  }
}
.yyd .sec05-flex01.reverse {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .yyd .sec05-flex01.reverse {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    translate: 0 -50%;
    margin-bottom: max(-17.44vw, -180px);
  }
}
.yyd .sec05-flex01.reverse .sec05-text {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .yyd .sec05-flex01.reverse .sec05-text {
    margin-bottom: 10%;
  }
}
@media (max-width: 900px) and (min-width: 768px) {
  .yyd .sec05-flex01.reverse .sec05-text {
    font-size: 11px;
  }
}
.yyd .sec05-flex02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-inline: 15px;
}
@media (min-width: 768px) {
  .yyd .sec05-flex02 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-inline: 0;
  }
}
.yyd .sec05-flex02-item {
  display: flex;
  flex-direction: column-reverse;
  gap: 0;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .yyd .sec05-flex02-item {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 0;
  }
}
.yyd .sec05-flex02 .sec05-img {
  margin: 0;
}
.yyd .sec05-flex03 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-inline: 15px;
}
@media (min-width: 768px) {
  .yyd .sec05-flex03 {
    flex-direction: row;
    justify-content: space-between;
    align-items: normal;
    gap: 30px;
    padding-inline: 0;
  }
}
@media (min-width: 768px) {
  .yyd .sec05-flex03-col.col-01 {
    flex-basis: 326px;
    flex-shrink: 0;
  }
}
.yyd .sec05-flex03-col.col-02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.yyd .sec05-flex03-col.col-02 .sec05-flex03-col-img img {
  width: 750px;
}
@media (min-width: 768px) {
  .yyd .sec05-flex03-col.col-02 .sec05-flex03-col-img img {
    width: 100%;
  }
}
.yyd .sec05-flex03-col-text {
  padding-block: 30px;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .yyd .sec05-flex03-col-text {
    padding: 0;
    text-align: left;
    font-size: 15px;
    line-height: 2;
  }
}
.yyd .sec05-text-border {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .yyd .sec05-text-border {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}
.yyd {
  /* ~.sec05 */
}
.yyd .sec06 {
  padding-block: 30px;
}
@media (min-width: 768px) {
  .yyd .sec06 {
    padding-block: 100px;
  }
}
.yyd .sec06-text {
  margin-bottom: 15px;
  text-align: center;
  font-size: 13px;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .yyd .sec06-text {
    margin-bottom: 75px;
    text-align: left;
    font-size: 15px;
    line-height: 2;
  }
}
.yyd .sec06-caption {
  font-size: 10px;
  line-height: 1.5;
}
.yyd .sec06-link {
  margin-top: 50px;
  text-align: center;
  font-size: clamp(15px, 3vw, 20px);
}
@media (min-width: 768px) {
  .yyd .sec06-link {
    margin-top: 150px;
  }
}
.yyd .sec06-link a {
  color: #136992;
  text-decoration: underline;
  line-height: 1.5;
}
.yyd .sec06-link a:hover {
  text-decoration: none;
}/*# sourceMappingURL=completion-hs-sgmhy.css.map */