@charset "UTF-8";
:root {
  --mainColor: #005698;
  --subColor: #24a5bf;
  --lightColor: #50b7cc;
  --ja: "Noto Sans JP", sans-serif;
  --en: "Knewave", cursive;
  --serif: "Noto Serif JP", serif;
  --thin-en: "Open Sans Condensed", sans-serif; }

#top main .container {
  max-width: 1440px; }
#top main .sec-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
  color: var(--mainColor); }
  #top main .sec-ttl span {
    height: 120px;
    display: block;
    margin-top: -30px; }
    #top main .sec-ttl span img {
      height: 100%; }
  @media screen and (max-width: 768px) {
    #top main .sec-ttl {
      font-size: 2rem; }
      #top main .sec-ttl span {
        height: 80px;
        margin-top: -20px; } }
#top main section.mv {
  padding-bottom: 90px;
  background: url(../img/top/mv-bg.jpg) center center/cover no-repeat; }
  #top main section.mv .video {
    margin-bottom: 90px;
    position: relative; }
    #top main section.mv .video video {
      width: 90%;
      margin-right: auto; }
    #top main section.mv .video #mute {
      position: absolute;
      bottom: 30px;
      left: 30px;
      z-index: 110; }
      #top main section.mv .video #mute:before {
        content: "";
        display: block;
        width: 50px;
        height: 50px;
        background-image: url(../img/top/sound_off.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      #top main section.mv .video #mute.on:before {
        background-image: url(../img/top/sound_on.svg); }
    @media screen and (max-width: 768px) {
      #top main section.mv .video video {
        width: 100%; }
      #top main section.mv .video #mute:before {
        width: 30px;
        height: 30px; } }
  #top main section.mv .news .flex {
    justify-content: flex-start;
    align-items: center; }
  #top main section.mv .news h2 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    padding-bottom: 5px;
    margin-right: 100px;
    border-bottom: 1px solid #fff; }
  #top main section.mv .news .cont {
    max-width: 1100px;
    width: 75%; }
    #top main section.mv .news .cont .blk {
      color: #fff;
      display: flex; }
      #top main section.mv .news .cont .blk:nth-of-type(n + 2) {
        margin-top: 30px; }
      #top main section.mv .news .cont .blk .date {
        font-weight: 500;
        width: 130px; }
      #top main section.mv .news .cont .blk .detail {
        font-weight: 500;
        width: calc(100% - 130px); }
  @media screen and (max-width: 768px) {
    #top main section.mv .video {
      margin-bottom: 60px; }
      #top main section.mv .video p {
        width: 100% !important; }
    #top main section.mv .news .flex {
      justify-content: flex-start;
      align-items: center; }
    #top main section.mv .news h2 {
      margin-right: 0;
      margin-bottom: 30px; }
    #top main section.mv .news .cont {
      width: 100%; }
      #top main section.mv .news .cont .blk {
        flex-direction: column; }
        #top main section.mv .news .cont .blk:nth-of-type(n + 2) {
          margin-top: 40px; }
        #top main section.mv .news .cont .blk .date {
          font-weight: 600;
          width: 100%;
          margin-bottom: 10px; }
        #top main section.mv .news .cont .blk .detail {
          width: 100%; } }
#top main section.business {
  padding-top: 80px;
  padding-bottom: 100px; }
  #top main section.business .business-top {
    margin-bottom: 100px; }
    #top main section.business .business-top .sec-ttl {
      margin-bottom: 70px; }
    #top main section.business .business-top .left {
      max-width: 740px;
      width: 52%;
      margin-left: -90px; }
      #top main section.business .business-top .left img {
        width: calc(100% + 90px); }
    #top main section.business .business-top .right {
      max-width: 650px;
      width: 47%;
      margin-top: 100px; }
      #top main section.business .business-top .right .head-wrap {
        max-width: 540px;
        width: 100%;
        margin-bottom: 110px; }
        #top main section.business .business-top .right .head-wrap .eng {
          font-size: 2rem;
          font-weight: 600;
          letter-spacing: 4px;
          color: #b4b4b4; }
        #top main section.business .business-top .right .head-wrap .catch {
          font-size: 4rem;
          font-weight: 600;
          margin-bottom: 40px; }
        #top main section.business .business-top .right .head-wrap .detail {
          margin-bottom: 70px; }
    @media screen and (max-width: 768px) {
      #top main section.business .business-top {
        margin-bottom: 100px; }
        #top main section.business .business-top .left {
          width: 100%;
          margin-left: 0; }
          #top main section.business .business-top .left img {
            width: 100%; }
        #top main section.business .business-top .right {
          width: 100%;
          margin-top: 40px; }
          #top main section.business .business-top .right .head-wrap {
            margin-bottom: 0px; }
            #top main section.business .business-top .right .head-wrap .eng {
              font-size: 1.6rem; }
            #top main section.business .business-top .right .head-wrap .catch {
              font-size: 2.4rem;
              margin-bottom: 20px; }
            #top main section.business .business-top .right .head-wrap .detail {
              margin-bottom: 40px; }
          #top main section.business .business-top .right .img {
            display: none; } }
  #top main section.business .business-btm .ttl {
    text-align: center;
    margin-bottom: 80px; }
    #top main section.business .business-btm .ttl h3 {
      font-size: 2rem;
      font-weight: 600;
      line-height: 1.1;
      letter-spacing: 3px;
      color: #b4b4b4;
      padding-bottom: 15px;
      margin-bottom: 15px;
      position: relative; }
      #top main section.business .business-btm .ttl h3:after {
        content: "";
        width: 80px;
        height: 2px;
        display: block;
        background-color: var(--mainColor);
        position: absolute;
        transform: translateX(-50%);
        bottom: 0;
        left: 50%; }
    #top main section.business .business-btm .ttl .sub {
      font-weight: 600;
      letter-spacing: 3px; }
  #top main section.business .business-btm .col-3 .blk .img {
    margin-bottom: 25px; }
  #top main section.business .business-btm .col-3 .blk .linktxt {
    font-size: 2rem;
    font-weight: 600;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--mainColor);
    position: relative; }
    #top main section.business .business-btm .col-3 .blk .linktxt:after {
      content: "";
      width: 15px;
      height: 13px;
      background: url(../img/common/linktxt-arrow.png) center center/contain no-repeat;
      position: absolute;
      transform: translateY(-50%);
      top: calc(50% - 5px);
      right: 10px; }
  @media screen and (max-width: 768px) {
    #top main section.business .business-btm .ttl {
      margin-bottom: 60px; }
    #top main section.business .business-btm .col-3 .blk {
      width: 80%;
      margin: 0 auto; }
      #top main section.business .business-btm .col-3 .blk:nth-of-type(n + 2) {
        margin-top: 60px; } }
#top main section.news {
  padding-top: 120px;
  padding-bottom: 140px;
  background: url(../img/top/news-bg.jpg) center center/cover no-repeat; }
  #top main section.news .ttl-wrap {
    width: 100%;
    margin-bottom: 80px;
    position: relative; }
    #top main section.news .ttl-wrap .sec-ttl {
      color: #fff; }
    #top main section.news .ttl-wrap .linkbtn-wrap {
      position: absolute;
      transform: translateY(-50%);
      top: 50%;
      right: 20px; }
  #top main section.news .col-3 .blk {
    width: calc(100% / 3 - 1%); }
    #top main section.news .col-3 .blk .thumbnail {
      margin-bottom: 20px; }
    #top main section.news .col-3 .blk .txt {
      padding: 0 10px;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      #top main section.news .col-3 .blk .txt .date {
        font-size: 2.8rem;
        font-weight: 600;
        color: var(--subColor);
        margin-right: 30px; }
      #top main section.news .col-3 .blk .txt .category {
        color: #fff;
        padding: 0 40px;
        border-bottom: 2px solid var(--subColor); }
      #top main section.news .col-3 .blk .txt .detail {
        color: #fff;
        width: 100%;
        margin-top: 15px; }
  #top main section.news .snapwidget-widget {
    pointer-events: none; }
  @media screen and (max-width: 768px) {
    #top main section.news {
      padding-top: 60px;
      padding-bottom: 60px; }
      #top main section.news .ttl-wrap {
        margin-bottom: 60px; }
        #top main section.news .ttl-wrap .linkbtn-wrap {
          position: static;
          transform: none;
          margin-top: 30px; }
      #top main section.news .col-3 .blk {
        width: 100%; }
        #top main section.news .col-3 .blk:nth-of-type(n + 2) {
          margin-top: 60px; }
        #top main section.news .col-3 .blk .txt .date {
          font-size: 2rem;
          margin-right: 30px; }
        #top main section.news .col-3 .blk .txt .category {
          padding: 0 20px; }
        #top main section.news .col-3 .blk .txt .detail {
          color: #fff;
          width: 100%;
          margin-top: 15px; } }
#top main section.company {
  padding-top: 100px;
  padding-bottom: 60px;
  background: url(../img/top/company-bg.jpg) center center/cover no-repeat; }
  #top main section.company .sec-ttl {
    color: #fff;
    margin-bottom: 60px; }
  #top main section.company .flex {
    align-items: center; }
  #top main section.company .left {
    max-width: 520px;
    width: 38%;
    color: #fff;
    padding-right: 40px; }
    #top main section.company .left h3 {
      font-size: 2rem;
      font-weight: 600;
      letter-spacing: 4px;
      text-align: center;
      margin-bottom: 40px; }
    #top main section.company .left .txt {
      margin-bottom: 80px; }
  #top main section.company .right {
    max-width: 840px;
    width: 62%; }
    #top main section.company .right .slider-company .slick-dots {
      bottom: -45px; }
      #top main section.company .right .slider-company .slick-dots li button:before {
        font-size: 2rem;
        color: #c4c4c4;
        opacity: 1; }
      #top main section.company .right .slider-company .slick-dots li.slick-active button:before {
        color: #ffe300;
        opacity: 1; }
  @media screen and (max-width: 768px) {
    #top main section.company .left {
      width: 100%;
      padding-right: 0;
      margin-bottom: 68px; }
      #top main section.company .left h3 {
        font-size: 3.2rem;
        margin-bottom: 20px; }
      #top main section.company .left .txt {
        margin-bottom: 30px; }
    #top main section.company .right {
      width: 100%; } }
#top main section.contact {
  padding-top: 260px;
  padding-bottom: 140px; }
  #top main section.contact .box {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--mainColor);
    position: relative; }
    #top main section.contact .box .inner {
      max-width: 700px;
      width: 95%;
      margin: 0 auto; }
      #top main section.contact .box .inner h2 {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 4px;
        text-align: center;
        display: table;
        margin: 0 auto 60px;
        color: #fff;
        padding: 0 45px 20px;
        border-bottom: 1px solid #fff; }
      #top main section.contact .box .inner .catch {
        font-size: 2.6rem;
        font-weight: 600;
        letter-spacing: 3px;
        text-align: center;
        color: #fff;
        margin-bottom: 40px; }
      #top main section.contact .box .inner .tel {
        color: #fff; }
        #top main section.contact .box .inner .tel span {
          font-size: 3rem;
          font-weight: 500;
          line-height: 1.5;
          display: block; }
    #top main section.contact .box .img {
      width: 430px;
      position: absolute;
      transform: translateY(-50%);
      top: 0;
      left: -150px; }
  @media screen and (max-width: 768px) {
    #top main section.contact {
      padding-top: 100px;
      padding-bottom: 100px; }
      #top main section.contact .box {
        padding-top: 0;
        padding-bottom: 80px;
        display: flex;
        flex-direction: column-reverse; }
        #top main section.contact .box .inner .catch {
          font-size: 1.8rem;
          font-weight: 600;
          letter-spacing: 3px;
          text-align: center;
          color: #fff;
          margin-bottom: 40px; }
        #top main section.contact .box .inner .tel {
          font-size: 1.4rem;
          text-align: center;
          margin-bottom: 60px; }
          #top main section.contact .box .inner .tel span {
            font-size: 2rem;
            margin-bottom: 10px; }
        #top main section.contact .box .inner .linkbtn a {
          text-align: center;
          font-size: 1.2rem; }
        #top main section.contact .box .img {
          width: 100%;
          margin-bottom: 50px;
          position: static;
          transform: none; } }

#news .archive .news-wrap {
  margin-bottom: 160px; }
  #news .archive .news-wrap .blk {
    display: flex;
    align-content: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 2px dotted #000; }
    #news .archive .news-wrap .blk .left {
      margin-right: 30px;
      display: flex;
      align-items: flex-start;
      background-color: var(--lightColor); }
      #news .archive .news-wrap .blk .left .date {
        font-weight: 600;
        width: 120px;
        height: 120px;
        color: #fff;
        background-color: var(--mainColor);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        #news .archive .news-wrap .blk .left .date .year {
          font-size: 1.8rem;
          font-family: var(--thin-en);
          letter-spacing: 1px; }
        #news .archive .news-wrap .blk .left .date .day {
          font-size: 2.6rem;
          font-family: var(--thin-en);
          line-height: 1;
          letter-spacing: 1px; }
      #news .archive .news-wrap .blk .left .img {
        width: 240px;
        height: 160px;
        object-fit: cover;
        object-position: center; }
    #news .archive .news-wrap .blk .right h2 {
      font-size: 2.4rem;
      font-weight: 600;
      letter-spacing: 2px;
      margin-bottom: 10px; }
    #news .archive .news-wrap .blk .right .category {
      font-size: 1.4rem;
      line-height: 1.2;
      color: var(--lightColor);
      border: 1px solid var(--lightColor);
      display: table;
      padding: 5px 10px;
      margin-bottom: 15px; }
    #news .archive .news-wrap .blk .right .txt {
      font-size: 1.4rem;
      line-height: 2;
      letter-spacing: 1px; }
  @media screen and (max-width: 768px) {
    #news .archive .news-wrap .blk {
      flex-direction: column; }
      #news .archive .news-wrap .blk .left {
        position: relative;
        margin-bottom: 20px;
        margin-right: 0; }
        #news .archive .news-wrap .blk .left .date {
          width: 90px;
          height: 90px;
          position: absolute;
          top: 0;
          left: 0; }
          #news .archive .news-wrap .blk .left .date .year {
            font-size: 1.6rem; }
          #news .archive .news-wrap .blk .left .date .day {
            font-size: 2.4rem; }
        #news .archive .news-wrap .blk .left .img {
          width: 100%;
          height: 100%; }
      #news .archive .news-wrap .blk .right h2 {
        font-size: 1.8rem; }
      #news .archive .news-wrap .blk .right .category {
        font-size: 1.2rem; }
      #news .archive .news-wrap .blk .right .txt {
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 1px; } }
#news .archive .pager {
  display: flex;
  justify-content: center;
  margin: 0 auto; }
  #news .archive .pager .linkbtn:after {
    content: none; }
  #news .archive .pager > *:not(.linkbtn) {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    width: 70px;
    height: 70px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--subColor);
    border: 1px solid var(--subColor);
    border-radius: 50%; }
  #news .archive .pager > *.current {
    color: #fff;
    background-color: var(--subColor); }
  @media screen and (max-width: 768px) {
    #news .archive .pager .linkbtn a {
      padding: 10px 0;
      color: var(--mainColor);
      border: none; }
      #news .archive .pager .linkbtn a:before {
        content: none; }
    #news .archive .pager > *:not(.linkbtn) {
      font-size: 1.4rem;
      width: 40px;
      height: 40px; } }

#company .col-2 > *:nth-of-type(n + 3) {
  margin-top: 60px; }
@media screen and (max-width: 768px) {
  #company .col-2 > *:nth-of-type(n + 3) {
    margin-top: 30px; } }

@media screen and (max-width: 768px) {
  #business-list main .mv .page-ttl .ruby {
    font-size: 4.2rem; }
    #business-list main .mv .page-ttl .ruby:after {
      transform: rotate(2deg) translate(70%, -70%); } }
#business-list .box {
  width: 100%; }
#business-list #others a {
  padding-left: 0;
  margin-bottom: 0;
  background: none;
  font-weight: 600;
  color: var(--subColor);
  text-decoration: underline; }
#business-list #others .other-list {
  display: flex;
  flex-wrap: wrap; }
  #business-list #others .other-list p {
    font-size: 1.4rem;
    border: 1px solid var(--subColor);
    padding: 0.5em 1em;
    margin-right: 15px;
    margin-bottom: 10px; }

#history .history-table {
  width: 100%; }
  #history .history-table th {
    font-size: 1.8rem;
    width: 18%;
    align-items: center;
    padding: 15px 0;
    color: var(--mainColor);
    border-bottom: 1px solid var(--mainColor); }
  #history .history-table td {
    font-size: 1.6rem;
    line-height: 2;
    width: 82%;
    padding: 15px 0;
    border-bottom: 1px solid var(--mainColor); }
  @media screen and (max-width: 768px) {
    #history .history-table tr {
      display: flex;
      flex-direction: column; }
    #history .history-table th {
      text-align: left;
      width: 100%;
      border-bottom: none;
      padding-bottom: 10px; }
    #history .history-table td {
      font-size: 1.4rem;
      width: 100%;
      padding-top: 0; } }

#organization .main-content {
  overflow: hidden; }
@media screen and (max-width: 768px) {
  #organization main {
    margin-bottom: 0; }
    #organization main .mv .page-ttl .ruby {
      font-size: 4.2rem; }
      #organization main .mv .page-ttl .ruby:after {
        transform: rotate(2deg) translate(70%, -70%); } }
#organization .txt {
  max-width: 600px;
  width: 50%; }
  #organization .txt .sub {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    color: var(--subColor);
    border-left: 7px solid var(--subColor);
    padding-left: 10px;
    margin-bottom: 10px; }
  #organization .txt h6 {
    font-size: 3rem;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    #organization .txt {
      width: 100%; }
      #organization .txt .sub {
        font-size: 1.6rem;
        border-left: 5px solid var(--subColor); }
      #organization .txt h6 {
        font-size: 2rem; } }
#organization .area-top {
  margin-bottom: 160px;
  padding-bottom: 55px; }
  #organization .area-top .txt {
    padding-right: 60px; }
  #organization .area-top .img {
    width: 50%;
    position: relative; }
    #organization .area-top .img .main {
      margin-right: -100px; }
      #organization .area-top .img .main img {
        width: calc(100% + 100px); }
    #organization .area-top .img .sub {
      width: 250px;
      position: absolute;
      left: -135px;
      bottom: -55px; }
  @media screen and (max-width: 768px) {
    #organization .area-top {
      margin-bottom: 80px; }
      #organization .area-top .txt {
        padding-right: 0; }
      #organization .area-top .img {
        width: 100%;
        margin-bottom: 30px; }
        #organization .area-top .img .main {
          margin-right: 0; }
          #organization .area-top .img .main img {
            width: 100%; }
        #organization .area-top .img .sub {
          display: none; } }
#organization .area-center {
  margin-bottom: 160px;
  padding-bottom: 55px; }
  #organization .area-center .img-wrap {
    width: 50%; }
    #organization .area-center .img-wrap .img {
      margin-left: -300px; }
      #organization .area-center .img-wrap .img img {
        width: calc(100% + 300px); }
  #organization .area-center .txt {
    padding-left: 60px; }
  @media screen and (max-width: 768px) {
    #organization .area-center {
      margin-bottom: 80px; }
      #organization .area-center .img-wrap {
        width: 100%;
        margin-bottom: 30px; }
        #organization .area-center .img-wrap .img {
          margin-left: 0; }
          #organization .area-center .img-wrap .img img {
            width: 100%; }
      #organization .area-center .txt {
        padding-left: 0; } }
#organization .area-bottom .img {
  width: 50%;
  display: flex;
  margin-right: -30px; }
  #organization .area-bottom .img .left-img {
    width: 375px;
    margin-right: 20px; }
  #organization .area-bottom .img .right-img {
    width: 375px; }
@media screen and (max-width: 768px) {
  #organization .area-bottom .img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    justify-content: space-between; }
    #organization .area-bottom .img .left-img,
    #organization .area-bottom .img .right-img {
      width: 49%;
      margin: 0; } }

#privacypolicy main .contents p {
  margin-bottom: 1em; }
#privacypolicy main .contents h6 {
  margin-bottom: 10px; }
@media screen and (max-width: 768px) {
  #privacypolicy main .mv .page-ttl .ruby {
    font-size: 4.2rem; } }

#contact .error-message .error-list li {
  color: #cf0000; }
  #contact .error-message .error-list li:before {
    content: "・"; }
@media screen and (max-width: 768px) {
  #contact .tabMenu .tab {
    flex-wrap: wrap; }
    #contact .tabMenu .tab li {
      border-left: 1px solid var(--subColor); } }
#contact .tabContent input[type="text"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #aaa; }
#contact .tabContent textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #aaa;
  min-height: 200px; }
#contact .tabContent .d-b {
  display: block; }
#contact .tabContent .mb-40 {
  margin-bottom: 40px; }
@media screen and (max-width: 768px) {
  #contact .tabContent {
    padding: 20px; } }
#contact table tr th,
#contact table tr td {
  padding: 30px 0;
  border-top: 1px solid var(--subColor); }
#contact table tr th {
  width: 30%;
  padding-left: 10px; }
  #contact table tr th span {
    color: #cf0000; }
#contact table tr td {
  width: 70%; }
  #contact table tr td input[type="text"] {
    padding: 10px;
    border: 1px solid #aaa; }
  #contact table tr td input[type="number"] {
    width: 100px;
    padding: 10px;
    border: 1px solid #aaa;
    margin-right: 10px; }
  #contact table tr td textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #aaa;
    min-height: 200px; }
  #contact table tr td div:not(:last-of-type) {
    margin-bottom: 20px; }
  #contact table tr td .note {
    margin-bottom: 10px; }
#contact table tr:last-of-type th,
#contact table tr:last-of-type td {
  border-bottom: 1px solid var(--subColor); }
@media screen and (max-width: 768px) {
  #contact table tr {
    display: flex;
    flex-direction: column; }
    #contact table tr th,
    #contact table tr td {
      width: 100%; }
    #contact table tr th {
      padding-left: 0;
      padding-bottom: 5px; }
    #contact table tr td {
      border-top: none;
      padding-top: 5px; }
      #contact table tr td input[type="text"] {
        width: 100%; }
        #contact table tr td input[type="text"].postcode {
          width: 70%; }
      #contact table tr td input[type="number"] {
        width: 80px; }
      #contact table tr td.date-wrap .mr-20 {
        margin-right: 15px; }
    #contact table tr:last-of-type th {
      border-bottom: none; } }
#contact .privacy-box {
  border: 1px solid #aaa;
  padding: 10px;
  margin-bottom: 30px;
  height: 200px;
  overflow-y: scroll; }
  #contact .privacy-box .box-ttl {
    font-weight: 600;
    margin-bottom: 20px; }
  #contact .privacy-box .blk {
    margin-bottom: 30px; }
#contact .check-wrap {
  display: table;
  margin: 0 auto; }
  #contact .check-wrap input {
    margin-right: 10px; }

@media screen and (max-width: 768px) {
  #client .col-2-wrap > *:nth-of-type(n + 2) {
    margin-top: 10px; }
  #client .col-2-wrap .name {
    font-size: 1.4rem;
    font-weight: 500; }
  #client .w-45 {
    margin-top: 30px !important; }
    #client .w-45 .name {
      font-size: 1.6rem;
      font-weight: 600; }
    #client .w-45 .jc-c {
      justify-content: flex-start; } }

#profile .col-2 .group-blk {
  border: 1px solid #000;
  padding: 20px; }
  #profile .col-2 .group-blk .logo {
    text-align: center;
    border-bottom: 1px solid #000;
    padding: 20px 0; }
  #profile .col-2 .group-blk .catch {
    padding-top: 20px;
    font-weight: 600; }
  #profile .col-2 .group-blk .txt {
    padding: 20px 0;
    border-bottom: 1px solid #ccc; }
  #profile .col-2 .group-blk .info {
    padding: 20px 0; }

#policy .head-box {
  font-size: 2.8rem;
  color: #fff;
  background: #4fb7cc;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px; }

/*# sourceMappingURL=style.css.map */
