html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  color: #000000; }

input[type=text],
input[type=submit] {
  -webkit-appearance: none; }

* {
  box-sizing: border-box; }

img {
  vertical-align: bottom; }

html {
  font-size: 625%; }

body {
  font-size: .14em;
  letter-spacing: .06em;
  line-height: 1.6;
  font-family: 'Noto Sans JP', sans-serif; }

body {
  color: #132016; }

a {
  color: #132016; }

header {
  width: 100%;
  padding-right: 24px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 9999;
  position: relative; }
  header > div#menu-open {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    background-color: #00AA80;
    border-radius: 100px; }
    @media screen and (min-width: 769px) {
      header > div#menu-open {
        display: none; } }
    header > div#menu-open:after {
      content: 'Menu';
      font-size: .1rem;
      transform: scale(0.8);
      color: #fff; }
    header > div#menu-open span {
      display: block;
      width: 22px;
      height: 2px;
      background-color: #fff;
      transition: .2s;
      margin-bottom: 5px; }
      header > div#menu-open span:first-child {
        margin-top: 4px; }
      header > div#menu-open span:nth-child(3) {
        margin: 0; }
    header > div#menu-open.close span {
      position: fixed;
      z-index: 9999;
      background-color: #fff; }
      header > div#menu-open.close span:first-child {
        transform: rotate(45deg);
        margin-top: 0; }
      header > div#menu-open.close span:nth-child(2) {
        display: none; }
      header > div#menu-open.close span:nth-child(3) {
        transform: rotate(-45deg);
        margin-top: -5px; }
    header > div#menu-open.close:after {
      content: 'Close';
      font-size: .1rem;
      z-index: 9999;
      position: relative;
      color: #fff;
      margin-top: 30px; }
  header nav {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #00AA80;
    transition: .2s;
    z-index: 9900;
    visibility: visible;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 769px) {
      header nav {
        width: auto;
        height: auto;
        background: none;
        right: 32px; } }
    header nav h2 {
      width: 195px;
      margin: 0 auto 20px; }
      header nav h2 img {
        width: 100%;
        height: auto; }
      @media screen and (min-width: 769px) {
        header nav h2 {
          display: none; } }
    header nav h3 {
      font-weight: bold;
      color: #fff; }
      @media screen and (min-width: 769px) {
        header nav h3 {
          display: none; } }
      header nav h3 .sicho {
        font-size: 24px;
        display: block;
        line-height: 1; }
      header nav h3 .name {
        font-size: 48px;
        display: block;
        line-height: 1; }
      header nav h3 .cap {
        font-size: 12px;
        display: block; }
    header nav ul.menu {
      display: flex;
      flex-direction: column;
      width: 100%;
      gap: 1px;
      margin-top: 32px;
      margin-bottom: 1px; }
      @media screen and (min-width: 769px) {
        header nav ul.menu {
          flex-direction: row;
          background-color: rgba(255, 255, 255, 0.9);
          border-radius: 100px;
          padding-right: 60px; } }
      header nav ul.menu a {
        font-size: .18rem;
        font-weight: bold;
        color: #000;
        background-image: url(../images/menu-arrow.svg);
        background-repeat: no-repeat;
        background-position: left 24px center;
        background-size: 7px auto;
        display: flex;
        align-items: center;
        height: 60px;
        width: 100%;
        padding-left: 50px;
        background-color: #fff;
        transition: 0.3s; }
        @media screen and (min-width: 769px) {
          header nav ul.menu a {
            font-size: .14rem;
            background-image: url(../images/menu-arrow-bottom.svg);
            background-size: 14px auto;
            background-color: transparent;
            background-position: left 24px top 26px; }
            header nav ul.menu a:hover {
              background-position: left 24px top 30px; } }
    header nav ul.sns {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      background-color: #fff;
      padding: 40px;
      width: 100%; }
      @media screen and (min-width: 769px) {
        header nav ul.sns {
          flex-direction: column;
          padding: 0;
          width: auto;
          background: none;
          position: fixed;
          right: 24px;
          top: calc(50% - 54px); } }
    header nav.close {
      right: -100%; }
      @media screen and (min-width: 769px) {
        header nav.close {
          right: 32px; } }

footer {
  padding: 10px 0;
  font-size: .12rem;
  text-align: center;
  background-color: #00AA80;
  color: rgba(255, 255, 255, 0.6); }
  @media screen and (min-width: 769px) {
    footer {
      padding: 20px 0;
      font-size: .14rem; } }

#top {
  background-image: url(../images/top-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right -150px center;
  position: relative; }
  @media screen and (min-width: 769px) {
    #top {
      height: 100vh;
      background-position: right -200px center; } }
  #top .trim {
    background-image: url(../images/header-trimming-sp.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 520px; }
    @media screen and (min-width: 769px) {
      #top .trim {
        background-image: url(../images/header-trimming-pc.svg);
        height: 100%; } }
  #top h1 {
    position: absolute;
    left: 32px;
    bottom: 67px;
    font-weight: bold;
    line-height: 1.1; }
    @media screen and (min-width: 769px) {
      #top h1 {
        left: 95px;
        bottom: 153px; } }
    #top h1 .shityo {
      font-size: 32px;
      display: inline-block;
      background-color: #fff;
      margin-bottom: 4px; }
      @media screen and (min-width: 769px) {
        #top h1 .shityo {
          font-size: 64px;
          margin-bottom: 16px; } }
    #top h1 .name {
      font-size: 50px;
      display: inline-block;
      background-color: #fff; }
      @media screen and (min-width: 769px) {
        #top h1 .name {
          font-size: 100px; } }
  #top .logo {
    width: 135px;
    height: auto;
    position: absolute;
    bottom: 10px;
    left: 13px; }
    @media screen and (min-width: 769px) {
      #top .logo {
        width: 260px;
        bottom: 43px;
        left: 57px; } }

#message {
  padding: 64px 24px 64px 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px; }
  @media screen and (min-width: 769px) {
    #message {
      padding: 120px 64px;
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      justify-content: center;
      gap: 64px; } }
  #message div {
    width: calc(100% - 120px); }
    @media screen and (min-width: 769px) {
      #message div {
        width: 50%; } }
    #message div h2 {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 1em; }
      #message div h2 .cap {
        background-color: #00AA80;
        font-weight: bold;
        font-size: .14rem;
        color: #fff;
        display: inline-block;
        padding: 0 4px; }
        @media screen and (min-width: 769px) {
          #message div h2 .cap {
            font-size: .24rem; } }
      #message div h2 .title {
        font-weight: bold;
        font-size: .24rem; }
        @media screen and (min-width: 769px) {
          #message div h2 .title {
            font-size: .64rem; } }
    #message div p {
      line-height: 1.7; }
      @media screen and (min-width: 769px) {
        #message div p {
          font-size: .16rem; } }
  #message figure {
    width: 160px;
    margin-left: -20px; }
    @media screen and (min-width: 769px) {
      #message figure {
        width: auto;
        height: 100%;
        max-height: 800px;
        display: flex;
        align-items: center; } }
    #message figure img {
      width: 100%;
      height: auto; }
      @media screen and (min-width: 769px) {
        #message figure img {
          max-height: 800px;
          width: auto;
          height: 100%; } }

#video {
  background-image: url(../images/video-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: calc(100vw / 1.618);
  transition: 0.3s; }
  @media screen and (min-width: 769px) {
    #video {
      max-height: 500px; } }
  #video > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s; }
  #video h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1em; }
    #video h2 .cap {
      background-color: #00AA80;
      font-weight: bold;
      font-size: .14rem;
      color: #fff;
      display: inline-block;
      padding: 0 4px; }
      @media screen and (min-width: 769px) {
        #video h2 .cap {
          font-size: .24rem; } }
    #video h2 .title {
      font-weight: bold;
      font-size: .24rem;
      color: #fff; }
      @media screen and (min-width: 769px) {
        #video h2 .title {
          font-size: .64rem; } }
  #video .play-button {
    all: unset;
    width: 60px;
    height: 60px;
    display: block;
    transition: 0.3s;
    cursor: pointer; }
    #video .play-button img {
      width: 100%;
      height: auto;
      transition: 0.3s; }
  #video:hover > div {
    background-color: rgba(0, 0, 0, 0.7); }
  #video:hover .play-button {
    transform: rotate(360deg) scale(1.1); }

#profile {
  padding: 64px 24px;
  background-color: #fff; }
  @media screen and (min-width: 769px) {
    #profile {
      padding: 120px 64px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 64px; } }
  @media screen and (min-width: 769px) {
    #profile div {
      width: 50%; } }
  #profile div h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1em; }
    #profile div h2 .cap {
      background-color: #00AA80;
      color: #fff;
      font-weight: bold;
      font-size: .14rem;
      display: inline-block;
      padding: 0 4px; }
      @media screen and (min-width: 769px) {
        #profile div h2 .cap {
          font-size: .24rem; } }
    #profile div h2 .title {
      font-weight: bold;
      font-size: .24rem; }
      @media screen and (min-width: 769px) {
        #profile div h2 .title {
          font-size: .42rem; } }
  #profile div h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px; }
  @media screen and (min-width: 769px) {
    #profile div p {
      font-size: .16rem; } }
  #profile div > figure {
    overflow: hidden;
    transform: rotate(-3deg);
    margin-top: 24px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
    max-width: 480px; }
    @media screen and (min-width: 769px) {
      #profile div > figure {
        margin-left: 20px; } }
    #profile div > figure img {
      width: 100%;
      height: auto; }
  #profile > figure {
    overflow: hidden;
    transform: rotate(-3deg);
    margin-top: 24px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
    max-width: 480px; }
    @media screen and (min-width: 769px) {
      #profile > figure {
        margin-left: 20px; } }
    #profile > figure img {
      width: 100%;
      height: auto; }

#vision {
  padding: 64px 24px; }
  @media screen and (min-width: 769px) {
    #vision {
      padding: 120px 64px; } }
  #vision > div h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1em; }
    #vision > div h2 .cap {
      background-color: #00AA80;
      font-weight: bold;
      font-size: .14rem;
      color: #fff;
      display: inline-block;
      padding: 0 4px; }
      @media screen and (min-width: 769px) {
        #vision > div h2 .cap {
          font-size: .24rem; } }
    #vision > div h2 .title {
      font-weight: bold;
      font-size: .24rem; }
      @media screen and (min-width: 769px) {
        #vision > div h2 .title {
          font-size: .64rem; } }
  #vision > div ul {
    counter-reset: policy-counter;
    display: flex;
    flex-direction: column;
    gap: 60px 40px; }
    @media screen and (min-width: 769px) {
      #vision > div ul {
        display: grid;
        grid-template-columns: 1fr 1fr; } }
  @media screen and (min-width: 769px) and (min-width: 1300px) {
    #vision > div ul {
      grid-template-columns: 1fr 1fr 1fr; } }

    #vision > div ul li dl dt {
      font-weight: bold;
      font-size: .21rem; }
      #vision > div ul li dl dt:before {
        content: counter(policy-counter);
        counter-increment: policy-counter;
        font-size: .18rem;
        line-height: 1;
        background-color: #00AA80;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 24px;
        width: 42px;
        margin-right: 4px; }
    #vision > div ul li dl dd {
      margin-top: 16px;
      border: #00AA80 4px solid;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }
      #vision > div ul li dl dd img {
        width: 100%;
        height: auto; }

#result {
  padding: 64px 24px;
  background-color: #00AA80; }
  @media screen and (min-width: 769px) {
    #result {
      padding: 120px 64px; } }
  @media screen and (min-width: 769px) {
    #result div {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto; } }
  #result div h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1em; }
    #result div h2 .cap {
      background-color: #fff;
      color: #00AA80;
      font-weight: bold;
      font-size: .14rem;
      display: inline-block;
      padding: 0 4px; }
      @media screen and (min-width: 769px) {
        #result div h2 .cap {
          font-size: .24rem; } }
    #result div h2 .title {
      color: #fff;
      font-weight: bold;
      font-size: .24rem; }
      @media screen and (min-width: 769px) {
        #result div h2 .title {
          font-size: .42rem; } }
    #result div h2 .note {
      color: #fff;
      font-weight: bold;
      font-size: .12rem; }
      @media screen and (min-width: 769px) {
        #result div h2 .note {
          font-size: .16rem; } }
  @media screen and (min-width: 769px) {
    #result div > figure {
      width: 100%;
      display: flex;
      gap: 64px;
      align-items: center;
      justify-content: center; }
      #result div > figure img {
        height: 400px; } }
  #result div > div {
    margin-top: 40px; }
    #result div > div h3 {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 1em; }
      #result div > div h3 .cap {
        background-color: #fff;
        color: #00AA80;
        font-weight: bold;
        font-size: .1rem;
        display: inline-block;
        padding: 0 4px; }
        @media screen and (min-width: 769px) {
          #result div > div h3 .cap {
            font-size: .16rem; } }
      #result div > div h3 .title {
        color: #fff;
        font-weight: bold;
        font-size: .21rem; }
        @media screen and (min-width: 769px) {
          #result div > div h3 .title {
            font-size: .32rem; } }
    #result div > div ul {
      display: flex;
      flex-direction: column;
      gap: 24px; }
      #result div > div ul li {
        background-image: url(../images/result/check-box.svg);
        background-repeat: no-repeat;
        background-position: left 0 center;
        background-size: 26px;
        padding-left: 40px;
        color: #fff;
        font-size: .18rem;
        line-height: 1.3;
        font-weight: bold; }
        @media screen and (min-width: 769px) {
          #result div > div ul li {
            font-size: .24rem; } }
  #result div .link {
    border-radius: 100px;
    border: 4px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 60px;
    margin: 64px auto 0;
    font-size: .2rem;
    font-weight: bold;
    transition: 0.3s; }
    @media screen and (min-width: 769px) {
      #result div .link {
        font-size: .24rem;
        width: 340px;
        height: 80px;
        margin-top: 100px auto 0; } }
    #result div .link span {
      transition: 0.3s; }
    #result div .link img {
      width: 40px;
      margin-left: 10px;
      transition: 0.3s; }
    #result div .link:hover span {
      margin-left: 10px; }
    #result div .link:hover img {
      margin-left: 20px;
      transform: rotate(360deg); }

#core-results-header {
  padding: 64px 24px;
  background-color: #00AA80; }
  @media screen and (min-width: 769px) {
    #core-results-header {
      padding: 120px 64px; } }
  @media screen and (min-width: 769px) {
    #core-results-header div {
      width: 100%;
      max-width: 1000px;
      margin: 0 auto; } }
  #core-results-header div h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1em; }
    #core-results-header div h2 .cap {
      background-color: #fff;
      color: #00AA80;
      font-weight: bold;
      font-size: .14rem;
      display: inline-block;
      padding: 0 4px; }
      @media screen and (min-width: 769px) {
        #core-results-header div h2 .cap {
          font-size: .24rem; } }
    #core-results-header div h2 .title {
      color: #fff;
      font-weight: bold;
      font-size: .24rem; }
      @media screen and (min-width: 769px) {
        #core-results-header div h2 .title {
          font-size: .42rem; } }

#core-results {
  padding: 64px 24px; }
  @media screen and (min-width: 769px) {
    #core-results {
      padding: 120px 64px; } }
  #core-results > div h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1em; }
    #core-results > div h2 .cap {
      background-color: #00AA80;
      font-weight: bold;
      font-size: .14rem;
      color: #fff;
      display: inline-block;
      padding: 0 4px; }
      @media screen and (min-width: 769px) {
        #core-results > div h2 .cap {
          font-size: .24rem; } }
    #core-results > div h2 .title {
      font-weight: bold;
      font-size: .24rem; }
      @media screen and (min-width: 769px) {
        #core-results > div h2 .title {
          font-size: .64rem; } }
  #core-results > div nav > ul {
    padding: 0 1em;
    border: 1px solid #00AA80;
    border-radius: 20px; }
    @media screen and (min-width: 769px) {
      #core-results > div nav > ul {
        padding: 0 2em; } }
    #core-results > div nav > ul > li {
      border-bottom: 1px solid #DFDFDF; }
      #core-results > div nav > ul > li:last-child {
        border: none; }
      #core-results > div nav > ul > li dl dt {
        font-size: .2rem;
        font-weight: bold;
        color: #00AA80;
        padding: 0.5em;
        cursor: pointer;
        padding-left: 42px;
        transition: 0.3s;
        position: relative; }
        @media screen and (min-width: 769px) {
          #core-results > div nav > ul > li dl dt {
            font-size: .28rem;
            padding: 0.7em;
            padding-left: 54px; } }
        #core-results > div nav > ul > li dl dt:before {
          content: "";
          background-image: url(../images/result/next-green.svg);
          background-repeat: no-repeat;
          background-position: left center;
          background-size: 30px;
          display: block;
          width: 30px;
          height: 30px;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translate(0, -50%);
          transition: 0.3s; }
          @media screen and (min-width: 769px) {
            #core-results > div nav > ul > li dl dt:before {
              background-size: 40px;
              width: 40px;
              height: 40px; } }
        #core-results > div nav > ul > li dl dt span {
          font-size: .12rem;
          display: block; }
          @media screen and (min-width: 769px) {
            #core-results > div nav > ul > li dl dt span {
              font-size: .16rem; } }
        #core-results > div nav > ul > li dl dt.open:before {
          transform: translate(0, -50%) rotate(450deg); }
      #core-results > div nav > ul > li dl dd {
        padding: 20px 0;
        border-top: 2px solid #00AA80;
        display: none; }
        #core-results > div nav > ul > li dl dd > ul {
          display: flex;
          flex-direction: column;
          gap: 8px; }
          #core-results > div nav > ul > li dl dd > ul li {
            background-image: url(../images/result/check-green.svg);
            background-size: 20px;
            background-repeat: no-repeat;
            background-position: left 10px center;
            font-size: .16rem;
            font-weight: bold;
            line-height: 1.3;
            padding: 0.5em 0.5em 0.5em 38px;
            border-radius: 8px;
            background-color: #EFEFEF; }
            @media screen and (min-width: 769px) {
              #core-results > div nav > ul > li dl dd > ul li {
                font-size: .18rem; } }
        #core-results > div nav > ul > li dl dd .close-button {
          border-radius: 100px;
          border: 2px solid #00AA80;
          color: #00AA80;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 10px;
          width: 240px;
          height: 50px;
          margin: 40px auto 0;
          font-size: .16rem;
          font-weight: bold;
          transition: 0.3s; }
          @media screen and (min-width: 769px) {
            #core-results > div nav > ul > li dl dd .close-button {
              font-size: .18rem;
              width: 300px;
              height: 60px;
              margin-top: 100px auto 0; } }
          #core-results > div nav > ul > li dl dd .close-button span {
            transition: 0.3s; }
          #core-results > div nav > ul > li dl dd .close-button img {
            height: 20px;
            width: auto;
            transform: rotate(-90deg);
            transition: 0.3s; }
          #core-results > div nav > ul > li dl dd .close-button:hover {
            background-color: #00AA80;
            color: #fff; }
            #core-results > div nav > ul > li dl dd .close-button:hover img {
              filter: brightness(1000);
              transform: rotate(-450deg); }

.back-button {
  border-radius: 100px;
  border: 2px solid #00AA80;
  color: #00AA80;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 240px;
  height: 50px;
  margin: 40px auto 0;
  font-size: .16rem;
  font-weight: bold;
  transition: 0.3s; }
  @media screen and (min-width: 769px) {
    .back-button {
      font-size: .18rem;
      width: 300px;
      height: 60px;
      margin-top: 100px auto 0; } }
  .back-button span {
    transition: 0.3s; }
  .back-button img {
    height: 24px;
    width: auto;
    transform: rotate(-180deg);
    transition: 0.3s; }
    @media screen and (min-width: 769px) {
      .back-button img {
        height: 30px; } }
  .back-button:hover {
    background-color: #00AA80;
    color: #fff; }
    .back-button:hover img {
      filter: brightness(1000);
      transform: rotate(-540deg); }

#sns {
  background-color: #00AA80;
  padding: 64px 24px; }
  @media screen and (min-width: 769px) {
    #sns {
      padding: 120px 64px; } }
  #sns > div h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1em; }
    #sns > div h2 .cap {
      background-color: #FFF;
      font-weight: bold;
      font-size: .14rem;
      color: #00AA80;
      display: inline-block;
      padding: 0 4px; }
      @media screen and (min-width: 769px) {
        #sns > div h2 .cap {
          font-size: .24rem; } }
    #sns > div h2 .title {
      color: #fff;
      font-weight: bold;
      font-size: .24rem; }
      @media screen and (min-width: 769px) {
        #sns > div h2 .title {
          font-size: .64rem; } }
  #sns > div p {
    color: #fff; }
  #sns > div ul {
    margin-top: 40px;
    display: flex;
    gap: 24px;
    align-items: center; }
    #sns > div ul li a img {
      width: 60px; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

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