@charset "UTF-8";
/* リセットcss */
/* ブラウザのUAスタイルシートのすべてのスタイルを削除、displayは除く */
*:where(:not(iframe, canvas, img, svg, video, input[type=checkbox], input[type=radio]):not(svg *)) {
  all: unset;
  display: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol,
ul {
  list-style: none;
  list-style-position: inside;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  font-size: inherit;
  padding: revert;
  overflow-wrap: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

a,
button,
input[type=submit],
input[type=reset],
input[type=button],
input[type=checkbox] {
  cursor: pointer;
}

button,
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 0;
}

/* ----------------------------------------------
    基本設定
---------------------------------------------- */
html,
body {
  font-size: 62.5%;
}

html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 68px;
  }
}

body {
  accent-color: #2399de;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #444;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: unset;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
    padding: 0;
  }
}

.font-en {
  font-family: "Figtree", "Noto Sans JP", sans-serif;
}

.font-num {
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
}

.bg-gray {
  background-color: #fbfbfb;
}

.bg-gray-grad {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f6f6), to(#fefefe));
  background-image: linear-gradient(to top, #f6f6f6, #fefefe);
}

.title-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .title-wrap {
    margin-bottom: 60px;
  }
}
.title-wrap .title {
  font-size: 8rem;
  font-weight: 800;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .title-wrap .title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .title-wrap .title.long-text {
    font-size: clamp(4rem, 12vw, 5rem);
  }
}
.title-wrap .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.5em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title-wrap .sub-title {
    font-size: 1.4rem;
  }
}
.title-wrap .sub-title::after {
  content: "";
  display: block;
  background-color: #444;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 2px;
}

.title-wrap--center {
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .title-wrap--center {
    margin: 0 auto 60px;
  }
}
.title-wrap--center .sub-title::after,
.title-wrap--center .sub-title::before {
  content: "";
  display: block;
  background-color: #444;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 2px;
}

.view-more {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  width: 180px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .view-more {
    font-size: 1.6rem;
  }
}

.view-more::after {
  content: "";
  display: block;
  background: url(../img/common/arrow-right-long.svg) no-repeat center/contain;
  aspect-ratio: 76/10;
  width: 100%;
  height: auto;
  -webkit-transform: translate(0, -12px);
          transform: translate(0, -12px);
  -webkit-transition: -webkit-transform 0.4s 0s ease;
  transition: -webkit-transform 0.4s 0s ease;
  transition: transform 0.4s 0s ease;
  transition: transform 0.4s 0s ease, -webkit-transform 0.4s 0s ease;
  opacity: 0.6;
}

.view-more:hover::after {
  -webkit-transform: translate(6px, -12px);
          transform: translate(6px, -12px);
}

/* ----------------------------------------------
    hover
---------------------------------------------- */
.header .header__logo svg:hover {
  opacity: 0.6;
}
.header .header__nav-item a:hover {
  color: #0452b8 !important;
}

:is(.news__list, .footer__logo) a {
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}

:is(.news__list, .footer__logo) a:hover {
  opacity: 0.6;
}

/* ----------------------------------------------
    header
---------------------------------------------- */
.header {
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: background-color 0.3s 0s ease;
  transition: background-color 0.3s 0s ease;
}
.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  height: 80px;
  max-width: 1920px;
  padding: 0 10px;
  margin: auto;
}
@media screen and (max-width: 1220px) {
  .header .header__inner {
    height: 68px;
  }
}
.header .header__logo a {
  font-size: 2.3rem;
}
@media screen and (max-width: 1220px) {
  .header .header__logo a {
    color: #fff;
  }
}
.header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-weight: 500;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
  color: #fff;
  -webkit-transition: color 0.3s 0s ease;
  transition: color 0.3s 0s ease;
}
@media screen and (max-width: 1220px) {
  .header a {
    color: #444;
  }
}
@media screen and (max-width: 1220px) {
  .header .header__nav {
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    background-color: #fff;
    width: 100vw;
    height: calc(100vh - 68px);
    position: absolute;
    top: 68px;
    left: 110vw;
    z-index: 800;
    padding: 0 0 64px;
    -webkit-transition: left 0.2s 0s ease;
    transition: left 0.2s 0s ease;
  }
}
.header .header__nav a {
  text-transform: uppercase;
}
.header {
  /* js */
}
@media screen and (max-width: 1220px) {
  .header .header__nav.show-nav-js {
    left: 0;
  }
}
.header .header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 1220px) {
  .header .header__nav-list {
    display: block;
    width: 83%;
    margin: auto;
  }
}
@media screen and (max-width: 1220px) {
  .header .header__nav-item {
    padding: 24px 0;
    border-bottom: 1px solid #d0d0d0;
  }
}
@media screen and (max-width: 1220px) {
  .header .header__menu-btn {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 990;
    margin-left: 12px;
  }
  .header .header__menu-btn .bar-wrap {
    width: 34px;
    height: 22px;
    position: relative;
  }
  .header .header__menu-btn .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header .header__menu-btn .bar,
  .header .header__menu-btn .bar-wrap::before,
  .header .header__menu-btn .bar-wrap::after {
    display: block;
    background-color: #fff;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
  }
  .header .header__menu-btn .bar-wrap::before,
  .header .header__menu-btn .bar-wrap::after {
    content: "";
    position: absolute;
  }
  .header .header__menu-btn .bar-wrap::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .header .header__menu-btn .bar-wrap::after {
    bottom: 0;
    left: 0;
  }
}
.header {
  /* js */
}
@media screen and (max-width: 1220px) {
  .header .header__menu-btn.click-js .bar {
    opacity: 0;
  }
  .header .header__menu-btn.click-js .bar-wrap::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .header .header__menu-btn.click-js .bar-wrap::after {
    top: 50%;
    left: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}

/* スクロール時 */
.header.js-scroll {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

/* スクロール時＆SPメニュー表示時 */
:is(.header.js-scroll, .header.show-nav-js) {
  background-color: #fff;
}
:is(.header.js-scroll, .header.show-nav-js) .header__logo a,
:is(.header.js-scroll, .header.show-nav-js) .header__nav-item a {
  color: #444;
}
@media screen and (max-width: 1220px) {
  :is(.header.js-scroll, .header.show-nav-js) .header__logo a,
  :is(.header.js-scroll, .header.show-nav-js) .header__nav-item a {
    color: #444;
  }
}
:is(.header.js-scroll, .header.show-nav-js) .header__menu-btn .bar,
:is(.header.js-scroll, .header.show-nav-js) .header__menu-btn .bar-wrap::before,
:is(.header.js-scroll, .header.show-nav-js) .header__menu-btn .bar-wrap::after {
  background-color: #444;
}

/* ----------------------------------------------
    CONTACT LINK
---------------------------------------------- */
.contact-box {
  background: linear-gradient(120deg, rgba(0, 191, 255, 0.8) -9%, rgba(3, 39, 166, 0.8) 145%), url(../img/common/contact-bg.jpg) no-repeat center/cover;
  color: #fff;
  text-shadow: 0 3px 6px rgba(1, 65, 161, 0.43);
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .contact-box {
    padding: 60px 0;
  }
}
.contact-box .title-wrap {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .contact-box .title-wrap {
    margin-bottom: 60px;
  }
}
.contact-box .sub-title::after {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(1, 65, 161, 0.43);
          box-shadow: 0 3px 6px rgba(1, 65, 161, 0.43);
}

.contact-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 250px;
}
@media screen and (max-width: 767px) {
  .contact-box__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact-box__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #0269bb;
  text-shadow: none;
  letter-spacing: 0.05em;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 340px;
  height: 80px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media screen and (max-width: 767px) {
  .contact-box__link a {
    font-size: 1.6rem;
    width: 300px;
    height: 60px;
  }
}
.contact-box__link a::after {
  content: "";
  display: block;
  background: url(../img/common/arrow-right-blue.svg) no-repeat center/contain;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.contact-box__link a:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
.contact-box__link a:hover::after {
  background: url(../img/common/arrow-right-white.svg) no-repeat center/contain;
}

/* ----------------------------------------------
    footer
---------------------------------------------- */
footer {
  padding: 40px 0 5px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px 0 5px;
  }
}
footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer .inner {
    display: block;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .footer__content {
    text-align: right;
    margin-bottom: 1em;
  }
}

.policy-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 6px;
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .policy-link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.policy-link::after {
  content: "";
  display: block;
  background: url(../img/common/arrow-right-long.svg) no-repeat bottom/contain;
  aspect-ratio: 76/10;
  width: 76px;
  height: auto;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media screen and (max-width: 767px) {
  .policy-link::after {
    width: 40px;
  }
}

.policy-link:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.copyright {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .copyright {
    text-align: center;
  }
}

/* ----------------------------------------------
    footer（ポートフォリオ）
---------------------------------------------- */
.portfolio-footer {
  padding-top: 100px;
}
.portfolio-footer .inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.portfolio-footer .copyright {
  margin: auto;
}

/*-----------------------------
	ページトップボタン
-----------------------------*/
.page-top {
  display: block;
  background-color: rgba(147, 170, 188, 0.7);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0;
  position: fixed;
  bottom: 5px;
  right: 3px;
  z-index: 700;
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
@media screen and (max-width: 767px) {
  .page-top {
    width: 35px;
    height: 35px;
  }
}

.page-top::after {
  content: "";
  display: block;
  background: url(../img/common/arrow-right-white.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s 0s ease;
  transition: -webkit-transform 0.3s 0s ease;
  transition: transform 0.3s 0s ease;
  transition: transform 0.3s 0s ease, -webkit-transform 0.3s 0s ease;
}
@media screen and (max-width: 767px) {
  .page-top::after {
    width: 15px;
    height: 15px;
  }
}

.page-top:hover::after {
  -webkit-transform: translate(-50%, calc(-50% - 3px)) rotate(-90deg);
          transform: translate(-50%, calc(-50% - 3px)) rotate(-90deg);
}

/* js */
.page-top.js-show {
  opacity: 1;
}

/*-----------------------------
	reCAPTCHA
-----------------------------*/
.grecaptcha-badge {
  opacity: 0;
  bottom: 65px !important;
  -webkit-transition: opacity 0.3s 0s ease !important;
  transition: opacity 0.3s 0s ease !important;
}

/* js */
.grecaptcha-badge.js-show {
  opacity: 1;
}

/* ----------------------------------------------
    下層ページ共通
---------------------------------------------- */
.lower-fv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .lower-fv {
    height: 300px;
  }
}

.lower-fv__img-wrap {
  height: 100%;
}
.lower-fv__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .lower-fv__img-wrap img {
    -o-object-position: 37%;
       object-position: 37%;
  }
}

.lower-title-wrap {
  width: 90%;
  position: absolute;
  top: calc(50% - 45px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .lower-title-wrap {
    top: calc(50% - 10px);
  }
}
.lower-title-wrap .title {
  font-size: 9rem;
  font-weight: 700;
  font-family: "Figtree", "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 0 0 8px rgba(1, 65, 161, 0.43);
}
@media screen and (max-width: 767px) {
  .lower-title-wrap .title {
    font-size: 5rem;
  }
}
.lower-title-wrap .sub-title {
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 0 0 8px rgba(1, 65, 161, 0.43);
}
@media screen and (max-width: 767px) {
  .lower-title-wrap .sub-title {
    font-size: 1.4rem;
  }
}

/* ----------------------------------------------
    404 not found
---------------------------------------------- */
.page-404-section {
  padding: 100px 0 200px;
}
@media screen and (max-width: 767px) {
  .page-404-section {
    padding: 60px 0 100px;
  }
}
.page-404-section .page-404__content {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 16px rgba(56, 83, 115, 0.04);
          box-shadow: 2px 2px 16px rgba(56, 83, 115, 0.04);
  border-radius: 28px;
  max-width: 900px;
  width: 100%;
  padding: 60px 80px 80px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page-404-section .page-404__content {
    padding: 60px 20px 80px;
  }
}
.page-404-section h2 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-404-section h2 {
    font-size: 2.2rem;
  }
}
.page-404-section .return-top {
  overflow: hidden;
  background-image: linear-gradient(120deg, #00bfff, #0327a6);
  border-radius: 50px;
  max-width: 250px;
  width: 100%;
  height: 70px;
  padding: 2px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .page-404-section .return-top {
    height: 60px;
  }
}
.page-404-section .return-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.page-404-section .return-top a:hover {
  background-color: #fff;
  color: #444;
}

/* ----------------------------------------------
    パンくずリスト
---------------------------------------------- */
.breadcrumbs {
  background-color: #ebf4f9;
  font-size: 1.4rem;
  padding: 0.5em 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}

.aioseo-breadcrumb {
  word-break: break-all;
}

.aioseo-breadcrumb-separator {
  margin: 0 0.5em;
}

/* ----------------------------------------------
    投稿詳細ページ
    ページナビ
---------------------------------------------- */
.navigation-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 180px auto 40px;
}
@media screen and (max-width: 767px) {
  .navigation-links {
    margin: 100px auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .navigation-links a {
    font-size: 1.5rem;
  }
}

.previous-link a,
.next-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}

.previous-link a::before {
  content: "";
  display: block;
  background: url(../img/common/arrow-left-bk.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .previous-link a::before {
    width: 12px;
    height: 12px;
  }
}

.return-link a {
  text-decoration: underline;
}

.next-link a::after {
  content: "";
  display: block;
  background: url(../img/common/arrow-right-bk.svg) no-repeat center/contain;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .next-link a::after {
    width: 12px;
    height: 12px;
  }
}

/* ----------------------------------------------
    ページネーション
---------------------------------------------- */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em 0.5em;
  font-size: 1.4rem;
}
.pagination a {
  -webkit-transition: opacity 0.3s 0s ease;
  transition: opacity 0.3s 0s ease;
}
.pagination a:hover {
  opacity: 0.5;
}
.pagination .page-numbers {
  padding: 0 0.5em;
}
.pagination .page-numbers.current {
  font-weight: 500;
}
/* ----------------------------------------------
    Portfolio
    タグ
---------------------------------------------- */
.tags-item {
  background: #f3faff;
  font-size: 15px;
  font-weight: 300;
  color: #2f6f9f;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-radius: 999px;
  padding: 8px 16px;
}
@media screen and (max-width: 767px) {
  .tags-item {
    padding: 7px 14px;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */