<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ===============================================
 *
 * 【コンテンツエリア内のスタイルシート記述の約束】
 * コンテンツエリアのＣＳＳセレクタは他のエリアと
 * 重複を防ぐため、セレクタの先頭に必ず
 * 「#cts_CR_企業番号_商品番号」
 * を指定してください。
 * 例）
 * #cts_CR_99999999_1 p { width:100%;margin: 0 auto; }
 *
 * テンプレートVer：20230116
 * =============================================== */

/* PC/SP共通の指定 */

#cts_CR_00006189_1 {
  --color-body: #042667;
  --color-light: #fff;
  --color-marker: #ec9487;
  --color-acccent: #ffff86;
  --color-feature-bg-start: #9cd2e0;
  --color-feature-bg-end: #f0ede8;
  --color-story-bg-start: #1562bc;
  --color-story-bg-end: #4284c3;
  --border-radius-pc: 6px;
  --border-radius-sp: 1.5vw;
  color: var(--color-body);

  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.67;
  text-align: justify;
  text-justify: distribute;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

#cts_CR_00006189_1 img {
  display: block;
}

@-webkit-keyframes wave {

  from {
    translate: 0 0;
  }

  to {
    translate: 100% 0;
  }
}

@keyframes wave {

  from {
    translate: 0 0;
  }

  to {
    translate: 100% 0;
  }
}

@-webkit-keyframes fishing {

  0% {
    translate: 0 100%;
  }

  60% {
    translate: 0 0;
  }

  70% {
    translate: 0 20%;
  }

  80% {
    translate: 0 0;
  }

  90% {
    translate: 0 20%;
  }

  100% {
    translate: 0 0;
  }
}

@keyframes fishing {

  0% {
    translate: 0 100%;
  }

  60% {
    translate: 0 0;
  }

  70% {
    translate: 0 20%;
  }

  80% {
    translate: 0 0;
  }

  90% {
    translate: 0 20%;
  }

  100% {
    translate: 0 0;
  }
}

#cts_CR_00006189_1 .l-section--story::before,
#cts_CR_00006189_1 .l-section--story::after,
#cts_CR_00006189_1 .l-section--biz::before,
#cts_CR_00006189_1 .l-section--biz::after,
#cts_CR_00006189_1 .l-hero-area::before,
#cts_CR_00006189_1 .l-hero-area::after {
  background-size: auto 100%;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: 2;
}

#cts_CR_00006189_1 .l-hero-area {
  overflow-x: hidden;
  position: relative;
}

#cts_CR_00006189_1 .l-hero-area::before,
#cts_CR_00006189_1 .l-hero-area::after {
  background: url("/ts/ori-tab/00006189/1/img/bg_main-wave.svg") repeat-x bottom;
  bottom: 0;
}

#cts_CR_00006189_1 .l-hero-area::after {
  right: 100%;
}

#cts_CR_00006189_1 .l-hero-area .p-main-title &gt; img {
  height: auto;
  width: 100%;
}

#cts_CR_00006189_1 .l-section--biz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  overflow: hidden;
  position: relative;
}

#cts_CR_00006189_1 .l-section--biz .p-fish-photo {
  background: url("/ts/ori-tab/00006189/1/img/bg_message-photo.png") no-repeat bottom/contain transparent;
  bottom: 0;
  display: block;
  position: absolute;
  z-index: 1;
}

#cts_CR_00006189_1 .l-section--biz::before,
#cts_CR_00006189_1 .l-section--biz::after {
  background: url("/ts/ori-tab/00006189/1/img/bg_message-top.svg") repeat-x bottom;
  bottom: 0;
}

#cts_CR_00006189_1 .l-section--biz::after {
  right: 100%;
}

#cts_CR_00006189_1 .l-section--biz .p-section-read {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-weight: bold;
}

#cts_CR_00006189_1 .l-section--biz .p-section-read &gt; p + p {
  margin-top: 1em;
}

#cts_CR_00006189_1 .p-section-read .u-linemarker {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-marker)), to(var(--color-marker))) repeat-x center bottom/100% 0.4em;
  background: -webkit-linear-gradient(top, var(--color-marker), var(--color-marker)) repeat-x center bottom/100% 0.4em;
  background: -o-linear-gradient(top, var(--color-marker), var(--color-marker)) repeat-x center bottom/100% 0.4em;
  background: linear-gradient(to bottom, var(--color-marker), var(--color-marker)) repeat-x center bottom/100% 0.4em;
  display: inline;
}

#cts_CR_00006189_1 .l-section--feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  position: relative;
}

#cts_CR_00006189_1 .l-section--feature .p-feature-list {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

#cts_CR_00006189_1 .p-feature-block.p-feature-block--1 .p-feature-block__title {
  background-image: url("/ts/ori-tab/00006189/1/img/bg_feature1.svg");
}

#cts_CR_00006189_1 .p-feature-block.p-feature-block--2 .p-feature-block__title {
  background-image: url("/ts/ori-tab/00006189/1/img/bg_feature2.svg");
}

#cts_CR_00006189_1 .p-feature-block.p-feature-block--3 .p-feature-block__title {
  background-image: url("/ts/ori-tab/00006189/1/img/bg_feature3.svg");
}

#cts_CR_00006189_1 .p-feature-block .p-feature-block__title {
  background: no-repeat center;
}

#cts_CR_00006189_1 .p-feature-block .p-feature-block__title &gt; img {
  margin: auto;
}

#cts_CR_00006189_1 .l-section--story {
  background: -webkit-gradient(linear, left top, right top, from(var(--color-story-bg-start)), to(var(--color-story-bg-end))) repeat-y center var(--color-story-bg-start);
  background: -webkit-linear-gradient(left, var(--color-story-bg-start), var(--color-story-bg-end)) repeat-y center var(--color-story-bg-start);
  background: -o-linear-gradient(left, var(--color-story-bg-start), var(--color-story-bg-end)) repeat-y center var(--color-story-bg-start);
  background: linear-gradient(to right, var(--color-story-bg-start), var(--color-story-bg-end)) repeat-y center var(--color-story-bg-start);
  overflow-x: hidden;
  position: relative;
}

#cts_CR_00006189_1 .l-section--story::before,
#cts_CR_00006189_1 .l-section--story::after {
  background: url("/ts/ori-tab/00006189/1/img/bg_message-bottom.svg") repeat-x bottom;
  right: 0;
  top: 0;
}

#cts_CR_00006189_1 .l-section--story::after {
  right: 100%;
}

#cts_CR_00006189_1 .l-section--story {
  color: var(--color-light);
  font-weight: bold;
}

#cts_CR_00006189_1 .l-section--story .p-story-title {
  margin: auto;
}

#cts_CR_00006189_1 .p-story-block .p-story-block__title img {
  width: auto;
}

#cts_CR_00006189_1 .p-story-block .p-story-block__content + .p-story-block__title {
  border-top: dashed 1px rgb(255 255 255 / 60%);
}

#cts_CR_00006189_1 .p-story-profile {
  text-align: center;
}

#cts_CR_00006189_1 .p-story-profile &gt; img {
  overflow: hidden;
}

#cts_CR_00006189_1 .p-story-profile .p-story-profile__name {
  line-height: 1.5;
}

#cts_CR_00006189_1 .p-story-profile .p-story-profile__comment {
  color: var(--color-acccent);
  display: inline-block;
}

#cts_CR_00006189_1 .p-story-voice .p-story-voice__title {
  background-color: var(--color-light);
  color: var(--color-story-bg-start);
  display: inline-block;
  line-height: 1;
}

#cts_CR_00006189_1 .p-story-voice .p-story-voice__comment {
  line-height: 1.86;
}

/* ▼▼768px以上の表示　主にPC用▼▼ */

/* ▼▼767px以下の表示　SP用 ▼▼ */

/*▼▼768px以上の表示　主にPC用▼▼*/
@media screen and (min-width: 768px){

  #cts_CR_00006189_1 {
    font-size: 15px;
  }

  #cts_CR_00006189_1 .l-section--story::before,
  #cts_CR_00006189_1 .l-section--story::after,
  #cts_CR_00006189_1 .l-section--biz::before,
  #cts_CR_00006189_1 .l-section--biz::after,
  #cts_CR_00006189_1 .l-hero-area::before,
  #cts_CR_00006189_1 .l-hero-area::after {
    height: 5px;
  }

  #cts_CR_00006189_1 .l-hero-area {
    padding-bottom: 5px;
  }

  #cts_CR_00006189_1 .l-section--biz {
    gap: 40px;
    padding: 64px 0 130px;
  }

  #cts_CR_00006189_1 .l-section--biz .p-fish-photo {
    height: 131px;
    right: 94px;
    width: 279px;
  }

  #cts_CR_00006189_1 .l-section--biz .p-section-title {
    min-width: 108px;
    width: 108px;
  }

  #cts_CR_00006189_1 .l-section--feature {
    background: -webkit-linear-gradient(top, var(--color-feature-bg-start), var(--color-feature-bg-end) 68px) repeat-x top var(--color-feature-bg-end);
    background: -o-linear-gradient(top, var(--color-feature-bg-start), var(--color-feature-bg-end) 68px) repeat-x top var(--color-feature-bg-end);
    background: linear-gradient(to bottom, var(--color-feature-bg-start), var(--color-feature-bg-end) 68px) repeat-x top var(--color-feature-bg-end);
  }

  #cts_CR_00006189_1 .l-section--feature {
    gap: 20px;
    padding: 58px 30px 72px;
  }

  #cts_CR_00006189_1 .l-section--feature .p-section-title {
    min-width: 64px;
    width: 64px;
  }

  #cts_CR_00006189_1 .p-feature-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }

  #cts_CR_00006189_1 .p-feature-list .p-feature-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  #cts_CR_00006189_1 .p-feature-block.p-feature-block--1 .p-feature-block__title &gt; img {
    width: 89px;
  }

  #cts_CR_00006189_1 .p-feature-block.p-feature-block--2 .p-feature-block__title &gt; img {
    width: 50px;
  }

  #cts_CR_00006189_1 .p-feature-block.p-feature-block--3 .p-feature-block__title &gt; img {
    width: 48px;
  }

  #cts_CR_00006189_1 .p-feature-block .p-feature-block__title {
    background-size: 148px auto;
    min-height: 156px;
  }

  #cts_CR_00006189_1 .p-feature-block .p-feature-block__text {
    font-size: 13px;
  }

  #cts_CR_00006189_1 .l-section--story {
    padding: 64px 50px 60px;
  }

  #cts_CR_00006189_1 .l-section--story .p-story-title {
    margin-bottom: 30px;
    width: 414px;
  }

  #cts_CR_00006189_1 .p-story-block .p-story-block__title {
    margin-bottom: 8px;
  }

  #cts_CR_00006189_1 .p-story-block .p-story-block__title img {
    height: 61px;
  }

  #cts_CR_00006189_1 .p-story-block .p-story-block__title:nth-of-type(even) img {
    margin-left: auto;
  }

  #cts_CR_00006189_1 .p-story-block .p-story-block__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 26px;
  }

  #cts_CR_00006189_1 .p-story-block .p-story-block__content:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  #cts_CR_00006189_1 .p-story-block .p-story-block__content + .p-story-block__title {
    margin-top: 40px;
    padding-top: 40px;
  }

  #cts_CR_00006189_1 .p-story-block .p-story-block__content .p-story-profile {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 190px;
    width: 190px;
  }

  #cts_CR_00006189_1 .p-story-block .p-story-block__content .p-story-voice {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  #cts_CR_00006189_1 .p-story-profile &gt; img {
    border-radius: var(--border-radius-pc);
    margin-bottom: 8px;
  }

  #cts_CR_00006189_1 .p-story-profile .p-story-profile__name {
    font-size: 14px;
  }

  #cts_CR_00006189_1 .p-story-profile .p-story-profile__comment {
    margin-top: 4px;
  }

  #cts_CR_00006189_1 .p-story-voice .p-story-voice__title {
    font-size: 16px;
    margin-bottom: 8px;
    padding: 6px 8px;
  }

  #cts_CR_00006189_1 .p-story-voice .p-story-voice__comment {
    font-size: 14px;
  }

  #cts_CR_00006189_1 .p-story-voice .p-story-voice__comment + .p-story-voice__title {
    margin-top: 16px;
  }

  #cts_CR_00006189_1 .u-view-sp {
    display: none;
  }
}

/*▼▼767px以下の表示　SP用 ▼▼*/
@media screen and (max-width: 767px){

  #cts_CR_00006189_1 {
    font-size: 3.75vw;
  }

  #cts_CR_00006189_1 .l-section--story::before,
  #cts_CR_00006189_1 .l-section--story::after,
  #cts_CR_00006189_1 .l-section--biz::before,
  #cts_CR_00006189_1 .l-section--biz::after,
  #cts_CR_00006189_1 .l-hero-area::before,
  #cts_CR_00006189_1 .l-hero-area::after {
    height: 1.25vw;
  }

  #cts_CR_00006189_1 .l-hero-area {
    padding-bottom: 1.25vw;
  }

  #cts_CR_00006189_1 .l-section--biz {
    gap: 6vw;
    padding: 10vw 0 22.01vw;
  }

  #cts_CR_00006189_1 .l-section--biz .p-fish-photo {
    height: 22.01vw;
    left: 0;
    margin: auto;
    right: 0;
    width: 46.02vw;
  }

  #cts_CR_00006189_1 .l-section--biz .p-section-title {
    min-width: 7.5vw;
    width: 7.5vw;
  }

  #cts_CR_00006189_1 .l-section--feature {
    background: -webkit-gradient(linear, left top, left bottom, from(var(--color-feature-bg-start)), color-stop(17vw, var(--color-feature-bg-end))) repeat-x top var(--color-feature-bg-end);
    background: -webkit-linear-gradient(top, var(--color-feature-bg-start), var(--color-feature-bg-end) 17vw) repeat-x top var(--color-feature-bg-end);
    background: -o-linear-gradient(top, var(--color-feature-bg-start), var(--color-feature-bg-end) 17vw) repeat-x top var(--color-feature-bg-end);
    background: linear-gradient(to bottom, var(--color-feature-bg-start), var(--color-feature-bg-end) 17vw) repeat-x top var(--color-feature-bg-end);
  }

  #cts_CR_00006189_1 .l-section--feature {
    gap: 5vw;
    padding: 10vw 2.5vw 12.5vw;
  }

  #cts_CR_00006189_1 .l-section--feature .p-section-title {
    min-width: 9.5vw;
    width: 9.5vw;
  }

  #cts_CR_00006189_1 .p-feature-list .p-feature-block + .p-feature-block {
    margin-top: 10vw;
  }

  #cts_CR_00006189_1 .p-feature-block.p-feature-block--1 .p-feature-block__title &gt; img {
    width: 22.26vw;
  }

  #cts_CR_00006189_1 .p-feature-block.p-feature-block--2 .p-feature-block__title &gt; img {
    width: 12.5vw;
  }

  #cts_CR_00006189_1 .p-feature-block.p-feature-block--3 .p-feature-block__title &gt; img {
    width: 12vw;
  }

  #cts_CR_00006189_1 .p-feature-block .p-feature-block__title {
    background-size: 37.02vw auto;
    min-height: 39.02vw;
  }

  #cts_CR_00006189_1 .p-feature-block .p-feature-block__text {
    font-size: 3.25vw;
  }

  #cts_CR_00006189_1 .l-section--story {
    padding: 12.5vw 4.5vw;
  }

  #cts_CR_00006189_1 .l-section--story .p-story-title {
    margin-bottom: 5vw;
    width: 62.03vw;
  }

  #cts_CR_00006189_1 .p-story-block .p-story-block__title {
    margin-bottom: 3vw;
  }

  #cts_CR_00006189_1 .p-story-block .p-story-block__title img {
    height: 22.76vw;
    margin: auto;
  }

  #cts_CR_00006189_1 .p-story-block .p-story-block__content + .p-story-block__title {
    margin-top: 10vw;
    padding-top: 10vw;
  }

  #cts_CR_00006189_1 .p-story-block .p-story-block__content .p-story-profile {
    margin-bottom: 4.5vw;
  }

  #cts_CR_00006189_1 .p-story-profile &gt; img {
    border-radius: var(--border-radius-sp);
    margin: auto;
    margin-bottom: 2vw;
    width: 47.52vw;
  }

  #cts_CR_00006189_1 .p-story-profile .p-story-profile__name {
    font-size: 3.5vw;
  }

  #cts_CR_00006189_1 .p-story-profile .p-story-profile__comment {
    margin-top: 1vw;
  }

  #cts_CR_00006189_1 .p-story-voice .p-story-voice__title {
    font-size: 4vw;
    margin-bottom: 2vw;
    padding: 1.5vw 2vw;
  }

  #cts_CR_00006189_1 .p-story-voice .p-story-voice__comment {
    font-size: 3.5vw;
  }

  #cts_CR_00006189_1 .p-story-voice .p-story-voice__comment + .p-story-voice__title {
    margin-top: 4vw;
  }

  #cts_CR_00006189_1 .u-view-pc {
    display: none;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (-o-min-device-pixel-ratio: 3/2), screen and (min-resolution: 1.5dppx){

  #cts_CR_00006189_1 .l-section--biz .p-fish-photo {
    background-image: url("/ts/ori-tab/00006189/1/img/bg_message-photo_2x.png");
  }
}
</pre></body></html>