  body {
  padding-bottom: 0px;
}
.global-header {
    display: flex;
}
#heder-right {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    text-align: right;
    height: auto;
    margin-right: 15px;
}
#globalHeader .headerContact {
    display: flex;
    justify-content: space-between;
    padding-right: 0px;
}
.heder-right-link:link {
    color: #000;
}
.heder-right-text {
    margin: 0;
    font-size: 10px;
}
.navline {
    border-top: 3px solid #f7f7f7;
    max-width: 920px;
    margin: 8px auto 0;
    z-index: 50;
    position: relative;
}
#content {

}
#content em {
    font-style: normal !important; }

.key_visual {
    border-top: #f7f7f7 3px solid;
    background-color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    width: 100%; 
}
.key_visual img {
    width: 100%;
    height: auto;
    margin: 0 auto; }
.main-movie {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  margin: 0 auto 80px; 
}
.scroll {
  position: absolute;
  bottom: 0;
  right: 35px;
  z-index: 1;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: right bottom;
  width: 100px;
  letter-spacing: 5px;
  display: block;
  height: 20px;
  color: #006837;
  text-align: left;
}
.scroll:link {
  color: #006837;
  text-decoration: none;
}
.scroll::after{
   bottom: 0;
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #006837;
    left: 0;
    content: "";
    animation: scroll 2s ease infinite both;
}
@keyframes scroll{
    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}
.main-movie video{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.slide {
  position: relative;
  max-width: 920px;
  width: 100%;
  background-color: #ffffff;
  margin: 50px auto 80px; }
  .slide:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 144px;
    height: 94px;
    background: url("/tochikatsu/inteligence/tv/img/logo_carre.png") no-repeat center center/144px auto; }
  .slide li img {
    width: 100% !important; }

#top_area {
  width: 100%;
  margin: 0 auto 70px;
}
#top_area .content_txt {
    max-width: 920px;
    margin: 0 auto;
    text-align: center; }
#top_area .content_txt h2 {
    font-size: 18px;
    font-weight: normal;
    color: #003333;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px;
}
#top_area .content_txt .lead_txt {
      font-size: 14px;
      text-align: center;
      color: #4d4d4d;
      line-height: 2.2;
      margin-bottom: 60px;
      font-weight: normal; 
}
    #top_area .content_txt .youtube {
      max-width: 560px;
      margin: 0 auto; }
    #top_area .content_txt .movie {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      #top_area .content_txt .movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%; }

.style_ttl {
  margin: 0 auto 50px;
  line-height: 1.2;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 32px;
  color: #545454;
  letter-spacing: 0.15em; }

ul.modal-list {
  margin: 50px auto 0; 
}
ul.modal-list li {
    margin-top: 0px;
    position: relative;
}
ul.modal-list li:first-child {
      margin-top: 0; 
}
ul.modal-list li span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; 
}
ul.modal-list li span img {
    vertical-align: bottom; 
}
ul.modal-list li .bg {
      background: rgba(0, 0, 0, 0.5);
      transition: background 0.5s;
      z-index: 1;
      width: 100%;
      height: 100%;
      position: absolute; }
ul.modal-list li .movie-area {
    display: block;
    vertical-align: bottom; 
    position: relative;
}
.comingSoon {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #959595c4;
  text-align: center;
  display: flex;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  font-size: 6vw;
  font-weight: bold;
}
ul.modal-list li .movie-area span{
    position: absolute;
    pointer-events: none;
}
ul.modal-list li .movie-area span::before {
    content: "";
    width: 12vw;
    padding-top: 100%;
    display: block;
    background-color: rgba(0,0,0,.45);
    border-radius: 50%;
    pointer-events: none;
    transition: background-color 1s;
}
ul.modal-list li .movie-area:hover span::before {
    background-color: #d52484;
    transition: background-color 0s;
}
ul.modal-list li .movie-area span::after {
  border-left: 3.46vw solid #fff;
  border-top: 2vw solid transparent;
  border-bottom: 2vw solid transparent;
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%,-50%);
　pointer-events: none;
}
ul.modal-list li .movie-area img {
    vertical-align: bottom; 
}
ul.modal-list li:hover .bg {
    background: none; 
}

.anch_tab {
  max-width: 924px;
  margin: 0 auto 40px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .anch_tab > li {
    width: 33.33%;
    display: table;
    border-right: #545454 1px solid; }
    .anch_tab > li:last-child {
      border-right: none; }
    .anch_tab > li a {
      display: table-cell;
      text-align: center;
      color: #545454;
      line-height: 1.2;
      position: relative;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      .anch_tab > li a:before {
        position: absolute;
        bottom: 0;
        left: 50%;
        display: block;
        width: 15px;
        height: 15px;
        content: '';
        border-top: 1px solid #545454;
        border-right: 1px solid #545454;
        transform: translateX(-50%) translateY(120%) rotate(135deg); }
      .anch_tab > li a:hover {
        text-decoration: none;
        opacity: 0.6; }
      .anch_tab > li a span {
        text-align: center;
        display: inline-block;
        margin: 0 auto 5px;
        font-size: 16px;
        font-family: 'Noto Serif JP', serif;
        font-weight: normal;
        color: #545454;
        border-bottom: #545454 1px solid;
        text-decoration: none;
        line-height: 1.1; }
      .anch_tab > li a em {
        display: block;
        font-family: 'Noto Serif JP', serif;
        font-weight: normal;
        font-size: 30px;
        color: #545454;
        text-decoration: none; }
        .anch_tab > li a em:hover {
          text-decoration: none; }

.feature {
  margin-top: 80px;
  padding-top: 75px; }
  .feature h2 {
    font-size: 32px;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    color: #545454;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 1px; }
  .feature ul {
    max-width: 920px;
    margin: 40px auto 0;
    padding-bottom: 70px; }
    .feature ul li {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 55px; }
      .feature ul li:first-child {
        margin-top: 0; }
      .feature ul li .img {
        width: 505px; }
        .feature ul li .img img {
          vertical-align: bottom; }
      .feature ul li .txt-area {
        width: 375px; }
        .feature ul li .txt-area h3 {
          font-size: 20px;
          font-family: 'Noto Serif JP', serif;
          font-weight: 500;
          line-height: 1.8; }
        .feature ul li .txt-area p {
          margin-top: 20px;
          font-size: 16px;
          line-height: 1.8; }
        .feature ul li .txt-area .btn a {
          font-family: 'Noto Serif JP', serif;
          width: 100%;
          height: 68px;
          margin-top: 30px;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: transparent;
          border-top: 1px solid #008D54;
          border-bottom: 1px solid #008D54;
          color: #008D54;
          font-size: 15px;
          line-height: 1.6;
          font-weight: bold;
          text-align: center;
          transition: all 0.3s;
          text-decoration: none; }
          .feature ul li .txt-area .btn a:hover {
            color: #ffffff;
            background-color: #008D54;
            letter-spacing: 0.07em; }
      .feature ul li.rev .img {
        order: 2; }
      .feature ul li.rev .txt-area {
        order: 1; }

.modal-wrap {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 5; 
}
.modal-wrap .close {
    cursor: pointer;
    position: absolute;
    top: 120px;
    left: calc(50% + 550px);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 8;
    transition: opacity 0.4s;
}
.modal-wrap .close:hover {
      opacity: 0.7; 
}
.modal-wrap ul.modal {
    width: 100%;
    position: fixed;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: 0;
    z-index: 6;
    transform: translate(-50%, -50%);
}
.modal-wrap ul.modal > li {
    background: #ffffff;
    padding: 0;
    position: relative; 
}
.modal-wrap2 {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 5; 
}
.modal-wrap2 .close {
    cursor: pointer;
    position: absolute;
    top: 120px;
    left: calc(50% + 550px);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 8;
    transition: opacity 0.4s;
}
.modal-wrap2 .close:hover {
      opacity: 0.7; 
}
.modal-wrap2 ul.modal {
    width: 100%;
    position: fixed;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: 0;
    z-index: 6;
    transform: translate(-50%, -50%);
}
.modal-wrap2 ul.modal > li {
    background: #ffffff;
    padding: 0;
    position: relative; 
}
#vertical_st, #box_st {
  width: 100%;
  margin: 0 auto;
  padding: 0; 
}

#roof_st {
  width: 100%;
  margin: 0 auto;
  padding: 0; 
}

.content_ttl {
  text-align: center;
  margin-bottom: 30px; }
  .content_ttl img {
    margin: 0 auto; }

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

.content_txt {
  max-width: 920px;
  margin: 0 auto;
  text-align: center; }
  .content_txt .main_copy {
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    color: #545454;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.8; }
  .content_txt .main_txt {
    font-size: 16px;
    text-align: center;
    color: #545454;
    line-height: 2.2;
    margin-bottom: 20px;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal; }

.plan_content .plan_ttl {
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
  position: relative; }
  .plan_content .plan_ttl:before {
    top: 50%;
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: #7e7e7e 1px solid; }
  .plan_content .plan_ttl em {
    margin-top: 24px;
    position: relative;
    padding: 0 20px;
    background-color: #ffffff;
    display: inline-block;
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
    letter-spacing: 3px; }
    .plan_content .plan_ttl em span {
      display: block;
      font-size: 14px;
      font-family: "Noto Sans JP",Meiryo,sans-serif;
      font-weight: normal;
      letter-spacing: 1px;
      padding-top: 3px; }
.plan_content .plan_layout {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  border-bottom: #545454 1px solid;
  padding-bottom: 30px;
  margin: 0 auto 30px; }
  .plan_content .plan_layout > li {
    width: 48%;
    max-width: 345px; }
    .plan_content .plan_layout > li img {
      width: 100%; }
.plan_content .area_space > li {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.7; }

.btn_cp {
  width: 450px;
  margin: 0 auto;
  height: 74px;
  display: table; }
  .btn_cp a {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
    color: #ffffff;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #009A63; }
    .btn_cp a:hover {
      background-color: #9bbf1d;
      /*opacity:.6;*/
      text-decoration: none; }
    .btn_cp a::before {
      position: absolute;
      top: 50%;
      right: 20px;
      display: block;
      width: 12px;
      height: 12px;
      margin-top: -6px;
      content: '';
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      /*background: #009a63;*/ }

.slick-dots li {
  margin: 0 7px;
  width: 35px;
  height: 3px;
  padding: 15px 0; }
  .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 100%;
    background: #C1C1C1; }
    .slick-dots li button:before {
      display: none; }
  .slick-dots li.slick-active button {
    background: #008D54; }
/
                                      section02
/
#section-02 {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    margin: 40px auto 0;
    padding: 0;
}
.section-02-wrap {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto 40px;
    border-bottom: 1px dashed #000;
}
#section-01 .section-02-wrap {
    border-bottom: 0px dashed #000;
}
.section-02-wrap-inner {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 0 15px;
}
.section-02-wrap-inner .title-wrap {
    display: flex;
    flex-flow: column;
    background-color: #fff;
    align-items: center;
    border-radius: 20px 20px 20px 20px;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.6));
    height: 80px;
    transform: translateZ(0);
    will-change: filter /* or transform */
}
.section-02-wrap-inner .title-wrap .logo-area {
    display: flex;
    width: 100%;
    height: 40px;
    background-color: #006837;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px 20px 0 0;
}
.section-02-wrap-inner .title-wrap .logo-area img{
    width: 100px;
    height: 20px;
}
#section-01 .movie-title {
    padding: 10px 0;
}
.movie-title {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    letter-spacing: 0px;
    color: #545454;
    text-align: center;
}
.movie-catch {
	margin: 20px auto 20px;
	font-size: 16px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;  
    line-height: 1.4;
}
.movie-area {
    margin: 30px auto 0;
}
.movie-area img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
    max-width: 800px;
    cursor: pointer;
}
.section-02-wrap-inner p{
    font-size: 13px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 15px 0 30px;
    text-align: justify;
    color: #4d4d4d;
    line-height: 1.8;
}
.section-02-cta-area-top-inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    background-color: #008650;
    border-bottom: 1px solid #fff;
}
.section-02-cta-area-top-inner-photo {
    width: 50%;
}
.section-02-cta-area-top-inner-photo .cta-area-photo{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-02-cta-area-top-inner-text {
    width: calc(50% - 30px);
    padding: 20px 15px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.section-02-cta-area-top-inner-text p{
    color: #fff;
    font-size: 2.4vw;
}
.fukidashi{
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    width: 90%;
    padding: 10px;
    position: relative;
}
.fukidashi::before {
    width: 2.5vw;
    height: 2.5vw;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 0 solid transparent;
    border-left: 0 solid transparent;
    position: absolute;
    display: block;
    left: -1.5vw;
    content: "";
    transform: translateY(-50%) rotate(135deg);
    top: 50%;
    background-color: #008650;
}
.fukidashi p{
    font-size: 2.6vw;
    line-height: 1.4;
    letter-spacing: 0;
}
.section-02-cta-area-top-inner-text h3 {
    color: #fff;
    font-size: 3vw;
    padding: 5% 0;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}
.cta-area-button {
    background-color: #fff;
    width: 100%;
    height: 22%;
    text-align: center;
    border-radius: 25vw;
}
.cta-area-button a{
    color: #008650;
    font-size: 3vw;
    font-weight: bold;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.section-02-cta-area-bottom{
    background-color: #008650;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.section-02-cta-area-bottom-left{
    width: 50%;
}
.section-02-cta-area-bottom-left p {
    color: #fff;
    font-size: 2.8vw;
    padding: 5% 0 5% 15px;
    font-weight: bold;
    line-height: 1.6;
}
.section-02-cta-area-bottom-right{
    width: calc(50% - 30px);
    padding: 20px 15px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.cta-area-button-2 {
    background-color: #fff;
    width: 100%;
    height: 6.5vw;
    text-align: center;
    border-radius: 25vw;
}
.cta-area-button-2 a{
    color: #008650;
    font-size: 3vw;
    font-weight: bold;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
#contactSCT .time{
    font-size: 12px;
    margin-top: 15px;
    line-height: 1.4;
}
@media screen and (min-width:768px){
.heder-right-text {
    margin: 0;
    font-size: 16px;
}
#content { 
    padding: 83px 0 0;
}
#top_area {
  width: 100%;
  margin: 0 auto 100px;
}
#top_area .content_txt h2 {
      font-size: 28px;
}
#top_area .content_txt .lead_txt {
      font-size: 22px;
}
.scroll {
  right: 50px;
  width: 140px;
  height: 30px;
  font-size: 16px;
}
/
                                      section02
/
#section-02 {
    margin: 80px auto 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 1100px;
}
#section-02 li.section-02-wrap:first-child{
    display: none;
}
.section-02-wrap {
    margin: 0 auto 80px;
    border-bottom: 0px dashed #000;
}
#section-02 .section-02-wrap {
    width: 525px;
    margin: 0;
}
#section-02 .section-02-wrap:nth-child(2n+1){
    margin: 0 0 0 50px;
}
.section-02-wrap-inner {
    padding: 0;
    max-width: 1100px;
    margin: 0 auto;
}
.section-02-wrap-inner .title-wrap {
    display: flex;
    flex-flow: row nowrap;
    background-color: #fff;
    align-items: center;
    border-radius: 0 40px 0 40px;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.6));
    transform: translateZ(0);
    will-change: filter /* or transform */
}
.section-02-wrap-inner .title-wrap .logo-area {
  display: flex;
  width: 305px;
  height: 80px;
  background-color: #006837;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 0 40px;
}
.section-02-wrap-inner .title-wrap .logo-area img{
    width: 151px;
    height: 30px;
}
.comingSoon {
  font-size: 40px;
}
ul.modal-list li .movie-area span::before {
    content: "";
    width: 100px;
    padding-top: 100%;
    display: block;
    border-radius: 50%;
}
ul.modal-list li .movie-area span::after {
    border-left: 26px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%,-50%);
}
ul#section-02 li .movie-area span::before {
    content: "";
    width: 80px;
    padding-top: 100%;
    display: block;
    border-radius: 50%;
}
ul#section-02 li .movie-area span::after {
    border-left: 22px solid #fff;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    height: 0;
    width: 0;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%,-50%);
}
.movie-title {
    font-size: 24px;
    font-weight: normal;
    padding: 0 0 0 30px;
    letter-spacing: 2px;
}
#section-01 .movie-title {
  padding: 10px 0 10px 30px;
}
#section-02 .movie-title {
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 0;
    letter-spacing: 0;
    text-align: center;
}
.movie-catch {
	margin: 40px auto 30px;
	font-size: 24px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;  
    line-height: 1.4;
}
.movie-area {
    margin: 50px auto 0;
    max-width: 800px;
}
#section-02 .movie-area {
    margin: 30px auto 0;
}
.modal-wrap ul.modal {
    width: 1050px;
}
.section-02-wrap-inner p {
    font-size: 18px;
    margin: 40px 0 80px;
    line-height: 1.8;
    text-align: justify;
}
#section-02 .section-02-wrap-inner p {
    font-size: 16px;
    margin: 20px 0 80px;
}
#link,#link2 {
    background-color: #008650;
}
.section-02-cta-area-top {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
}
ul.modal-list li .section-02-cta-area-top-inner:nth-child(2) {
    border-left: 1px solid #fff;
}
.fukidashi {
    border: 2px solid #fff;
}
.fukidashi p {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0;
}
.fukidashi::before {
    width: 14px;
    height: 14px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    border-top: 0 solid transparent;
    border-left: 0 solid transparent;
    position: absolute;
    display: block;
    left: -9px;
}
.section-02-cta-area-top-inner-text h3 {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    font-weight: bold;
}
.cta-area-button {
    background-color: #fff;
    width: 240px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
}
.cta-area-button a {
    color: #008650;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.section-02-cta-area-bottom {
    background-color: #008650;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 1100px;
    margin: 0 auto;
}
.cta-area-button-2 {
    background-color: #fff;
    width: 240px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
}
.cta-area-button-2 a {
    color: #008650;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.section-02-cta-area-bottom-left {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.section-02-cta-area-bottom-left p {
    color: #fff;
    font-size: 16px;
    padding: 0;
    font-weight: bold;
    line-height: 1.6;
    margin: 0;
}
.section-02-cta-area-bottom-right {
  width: auto;
  padding: 20px 15px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.section-02-cta-area-top-inner-text p {
  color: #fff;
  font-size: 14px;
}
#link2 .section-02-cta-area-top {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  flex-flow: row wrap;
}
#link2 .section-02-cta-area-top-inner:first-child{
    width: 70%;
    padding: 0 15%;
}
#link2 .section-02-cta-area-top-inner:nth-child(2),#link2 .section-02-cta-area-top-inner:nth-child(3){
    width: 50%;
    border-bottom: 0;
}
#link2 .section-02-cta-area-top-inner:nth-child(3){
    border-left: 1px solid #fff;
    box-sizing: border-box;
}
#contactSCT .time{
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.2;
}
}
/*# sourceMappingURL=index.css.map */
