@charset "UTF-8";

/*==================================================

スコープ内の汎用要素セレクタ
(box-sizingとh1マージンはCMS側リセットに依存せず自前で保険をかける。
 text-size-adjustはhtml要素にしか効かないため、CMS側の共通リセットに
 含まれている前提とする。含まれていない場合はCMS側への申し送りが必要)

==================================================*/
.tcl_mainvisual,
.tcl_mainvisual *,
.tcl_mainvisual *::before,
.tcl_mainvisual *::after {
  box-sizing: border-box; }

.tcl_mainvisual h1 {
  font-size: 2em !important;
  margin: 0.67em 0 !important; }

.tcl_mainvisual {
  color: #444;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 1.88; }

.tcl_mainvisual img {
  vertical-align: bottom; }

/*==================================================

共通ユーティリティ(common.cssから移植)

==================================================*/
.tcl_align-center {
  text-align: center; }

.tcl_align-left {
  -moz-text-align-last: left;
       text-align-last: left; }

/*==================================================

汎用調整

==================================================*/
.tcl_full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

/*==================================================

スライダー

==================================================*/
.tcl_full li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  text-decoration: none; }

.tcl_full li.tcl_img01 {
  background-image: url(../img/bg_01.png); }
  @media only screen and (max-width: 767px) {
    .tcl_full li.tcl_img01 {
      background-image: url(../img/bg_01_sp.png); } }

.tcl_full li.tcl_img02 {
  background-image: url(../img/bg_02.png); }
  @media only screen and (max-width: 767px) {
    .tcl_full li.tcl_img02 {
      background-image: url(../img/bg_02_sp.png); } }

.tcl_full li.tcl_img03 {
  background-image: url(../img/bg_03.png); }
  @media only screen and (max-width: 767px) {
    .tcl_full li.tcl_img03 {
      background-image: url(../img/bg_03_sp.png); } }

.tcl_full li.tcl_img04 {
  background-image: url(../img/bg_04.png); }
  @media only screen and (max-width: 767px) {
    .tcl_full li.tcl_img04 {
      background-image: url(../img/bg_04_sp.png); } }

.tcl_margin-top-0 {
  margin-top: 0; }

.tcl_padding-0 {
  padding: 0; }

.tcl_arrows {
  position: absolute;
  top: 86vh;
  left: 50%;
  width: 140px;
  height: 40px;
  background: #fff;
  transform: translateX(-50%);
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.tcl_arrows_content {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between; }

.tcl_prev-arrow {
  padding-left: 16px; }

.tcl_prev-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #006CB7;
  border-right: 2px solid #006CB7;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.tcl_next-arrow {
  padding-right: 16px; }

.tcl_next-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #006CB7;
  border-right: 2px solid #006CB7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.tcl_top_title {
  position: relative;
  color: #fff; }
  .tcl_top_title h1 {
    font-size: 3.2rem !important;
    line-height: 4.8rem !important;
    letter-spacing: 0.16rem; }
    @media only screen and (max-width: 767px) {
      .tcl_top_title h1 {
        font-size: 2.3rem !important;
        line-height: 3.2rem !important; } }
  @media only screen and (max-width: 767px) {
    .tcl_top_title p {
      font-size: 1.4rem;
      line-height: 2.3rem; } }

.tcl_content01 {
  position: absolute;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  width: max-content; }

.tcl_content01 h1:after {
  content: "";
  opacity: 0;
  background: url(../img/plus.png) no-repeat;
  width: 205px;
  height: 205px;
  position: absolute;
  top: -29%;
  left: 23%;
  z-index: -1; }
  @media only screen and (max-width: 767px) {
    .tcl_content01 h1:after {
      background: url(../img/plus_sp.png) no-repeat;
      width: 87px;
      height: 87px;
      position: absolute;
      top: -15%;
      left: 9%; } }

.tcl_content01.tcl_on h1:after {
  opacity: 1;
  animation: tcl_fadeIn2 .8s ease .8s 1 normal backwards; }

.tcl_content02 h1:after {
  content: "";
  opacity: 0;
  background: url(../img/plus_small.png) no-repeat;
  width: 87px;
  height: 87px;
  position: absolute;
  top: 0;
  left: -12%;
  z-index: -1; }
  @media only screen and (max-width: 767px) {
    .tcl_content02 h1:after {
      background: url(../img/plus_small_sp.png) no-repeat;
      width: 46px;
      height: 46px;
      position: absolute;
      top: 0;
      left: -5%; } }

.tcl_content02.tcl_on h1:after {
  opacity: 1;
  animation: tcl_fadeIn2 .8s ease .8s 1 normal backwards; }

.tcl_content03 h1:after {
  content: "";
  opacity: 0;
  background: url(../img/plus_small.png) no-repeat;
  width: 87px;
  height: 87px;
  position: absolute;
  top: 0;
  left: -12%;
  z-index: -1; }
  @media only screen and (max-width: 767px) {
    .tcl_content03 h1:after {
      background: url(../img/plus_small_sp.png) no-repeat;
      width: 46px;
      height: 46px;
      position: absolute;
      top: 0;
      left: -5%; } }

.tcl_content03.tcl_on h1:after {
  opacity: 1;
  animation: tcl_fadeIn2 .8s ease .8s 1 normal backwards; }

.tcl_content04 h1:after {
  content: "";
  opacity: 0;
  background: url(../img/plus_small.png) no-repeat;
  width: 87px;
  height: 87px;
  position: absolute;
  top: 0;
  left: -12%;
  z-index: -1; }
  @media only screen and (max-width: 767px) {
    .tcl_content04 h1:after {
      background: url(../img/plus_small_sp.png) no-repeat;
      width: 46px;
      height: 46px;
      position: absolute;
      top: 0;
      left: -5%; } }

.tcl_content04.tcl_on h1:after {
  opacity: 1;
  animation: tcl_fadeIn2 .8s ease .8s 1 normal backwards; }

.tcl_mainvisual {
  margin-top: -100px; }

.tcl_animation_box {
  animation: tcl_fadeIn .5s ease .5s 1 normal backwards; }

@keyframes tcl_fadeIn {
  from {
    opacity: 0;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -20%); }
  to {
    opacity: 1;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%); } }
@keyframes tcl_fadeIn2 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

.tcl_slide__content {
  display: block;
  opacity: 0;
  transform: translate(-50%, 20%);
  transition: 0s; }

.tcl_slide__content.tcl_on {
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: .5s; }

.tcl_content02 {
  position: absolute;
  opacity: 0;
  top: 50vh;
  left: 70vw;
  transform: translate(-50%, -50%); }

.tcl_content03 {
  position: absolute;
  top: 50vh;
  left: 25vw;
  transform: translate(-50%, -50%);
  width: 35%; }

.tcl_content04 {
  position: absolute;
  opacity: 0;
  top: 50vh;
  left: 70vw;
  transform: translate(-50%, -50%); }

.tcl_content_sub {
  margin: 0;
  padding: 5px;
  border: 1px solid #fff;
  font-size: 1.52rem;
  display: inline-block; 
  margin-bottom: 20px;

}

@media only screen and (max-width: 767px) {
  .tcl_content01 {
    width: 90%; }

  .tcl_content02 {
    top: 61vh;
    left: 48vw;
    width: 80%; }

  .tcl_content03 {
    left: 46vw;
    top: 64vh;
    width: 80%; }

  .tcl_content04 {
    width: 80%;
    left: 46vw;
    top: 65vh; } }
@media only screen and (max-width: 374px) {
  .tcl_content02 {
    top: 52vh; }

  .tcl_content03 {
    top: 60vh; }

  .tcl_content04 {
    top: 56vh; } }
.tcl_slideritem {
  overflow: hidden; }
