@charset "UTF-8";
/*  ▼ cmn-logo
------------------------------------- */
.cmn-logo {
  transition: all 0.5s; }
  .cmn-logo:hover {
    opacity: 0.6; }

/*  ▼ cmn-title
------------------------------------- */
.cmn-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-weight: 700; }
  .cmn-title::before, .cmn-title::after {
    content: '';
    width: 37px;
    height: 50.5px;
    background: url(../images/common/cmn-title_shape01.png) no-repeat center/contain; }
  .cmn-title::before {
    margin-right: 40px; }
  .cmn-title::after {
    margin-left: 40px;
    background: url(../images/common/cmn-title_shape02.png) no-repeat center/contain; }
  @media screen and (min-width: 768px) {
    .cmn-title {
      margin: 0 0 50px;
      font-size: 4rem; } }
  @media screen and (max-width: 767px) {
    .cmn-title {
      margin: 0 0 30px; }
      .cmn-title::before, .cmn-title::after {
        width: 24.66667px;
        height: 33.66667px; }
      .cmn-title::before {
        margin-right: 15px; }
      .cmn-title::after {
        margin-left: 15px; } }

/*  ▼ cmn-subtitle
------------------------------------- */
.cmn-subtitle {
  width: 100%;
  color: #fff;
  font-weight: 700;
  background: url(../images/common/cmn-subtitle_bg.png) repeat; }
  @media screen and (min-width: 768px) {
    .cmn-subtitle {
      margin: 0 0 25px;
      padding: 6px 20px 5px;
      font-size: 3rem; } }
  @media screen and (max-width: 767px) {
    .cmn-subtitle {
      margin: 0 0 20px;
      padding: 10px 20px; } }

/*  ▼ cmn-button
------------------------------------- */
.cmn-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 55px;
  color: #0e0e0e;
  font-weight: 500;
  background: linear-gradient(-17deg, #ffb82f 50%, #ffd52f 51%); }
  .cmn-button:hover {
    opacity: 0.6; }

/*  ▼ cmn-tel
------------------------------------- */
.cmn-tel {
  line-height: 1;
  color: #0059be;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.08em; }
  .cmn-tel_small {
    color: #35baff; }
  @media screen and (min-width: 768px) {
    .cmn-tel {
      font-size: 3rem; }
      .cmn-tel_small {
        margin-right: 10px;
        font-size: 2.4rem; } }
  @media screen and (max-width: 767px) {
    .cmn-tel {
      font-size: 2.4rem; }
      .cmn-tel_small {
        font-size: 1.6rem; } }

/*  ▼ works_list
------------------------------------- */
.works_list-figure {
  width: 100%;
  border: 3px solid #0e0e0e;
  position: relative;
  overflow: hidden; }
  .works_list-figure::after {
    content: '';
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s; }

.works_list-image {
  width: 100%;
  height: 100%;
  transition: all 0.5s; }

.works_list-figure:hover::after {
  opacity: 1; }

.works_list-figure:hover .works_list-image {
  transform: scale(1.3); }

.works_list-title {
  color: #fff;
  font-weight: 700;
  border-bottom: 2px solid #ffd52f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media screen and (min-width: 768px) {
  .works_list {
    justify-content: flex-start; }
    .works_list-item {
      width: 330px; }
      .works_list-item:not(:nth-child(3n)) {
        margin-right: 45px; }
      .works_list-item:not(:nth-last-child(-n+3)) {
        margin-bottom: 50px; }
    .works_list-figure {
      height: 240px; }
    .works_list-title {
      padding: 15px 0; } }

@media screen and (max-width: 767px) {
  .works_list-item {
    width: 100%; }
  .works_list-title {
    padding: 13px 0;
    font-size: 1.7rem; } }

/*  ▼ cmn-table
------------------------------------- */
.cmn-table {
  line-height: 1.66667;
  border: 1px solid #35baff; }
  .cmn-table th {
    color: #fff;
    letter-spacing: 0.19em;
    background-color: #35baff; }
  .cmn-table td {
    color: #0e0e0e;
    font-size: 1.4rem;
    letter-spacing: 0.14em;
    background-color: #fff; }
  @media screen and (min-width: 768px) {
    .cmn-table tr:not(:last-child) th {
      border-bottom: 1px solid #fff; }
    .cmn-table tr:not(:last-child) td {
      border-bottom: 1px solid #35baff; }
    .cmn-table th {
      width: 220px; }
    .cmn-table td {
      padding: 18px 30px; } }
  @media screen and (max-width: 767px) {
    .cmn-table tbody,
    .cmn-table tr,
    .cmn-table th,
    .cmn-table td {
      display: block; }
    .cmn-table th, .cmn-table td {
      padding: 10px 20px; } }

/*  ▼ news
------------------------------------- */
.news_list {
  line-height: 1;
  color: #0e0e0e; }
  .news_list-link {
    align-items: center;
    justify-content: flex-start;
    background-color: #d6f1ff; }
    .news_list-link:hover {
      transform: translate(5px, -5px); }
  .news_list-time {
    color: #0059be; }
  .news_list-title {
    font: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

@media screen and (min-width: 768px) {
  .news_list-item:not(:last-child) {
    margin-bottom: 20px; }
  .news_list-link {
    padding: 17px 35px 17px 20px; }
  .news_list-title {
    flex: 1;
    margin-left: 20px; } }

@media screen and (max-width: 767px) {
  .news_list-item:not(:last-child) {
    margin-bottom: 10px; }
  .news_list-link {
    padding: 10px 20px; }
  .news_list-title {
    width: 100%;
    margin: 10px 0 0; } }

.news-under {
  color: #fff;
  background: repeating-linear-gradient(-45deg, #0059be 0%, #0059be 20px, #0062c5 20px, #0062c5 40px); }

.news-detail {
  color: #fff;
  background: repeating-linear-gradient(-45deg, #0059be 0%, #0059be 20px, #0062c5 20px, #0062c5 40px); }
  .news-detail_body {
    min-height: 40vh;
    border-top: 2px solid;
    border-bottom: 2px solid; }
    .news-detail_body a {
      display: inline-block !important;
      text-decoration: underline; }
  .news-detail_time {
    display: block;
    margin: 0 0 1em; }
  .news-detail em {
    font-style: italic; }
  @media screen and (min-width: 768px) {
    .news-detail {
      padding: 100px 0; }
      .news-detail_title {
        margin: 0 0 25px;
        font-size: 2.4rem; }
      .news-detail_body {
        padding: 30px 15px; } }
  @media screen and (max-width: 767px) {
    .news-detail {
      padding: 50px 0 60px; }
      .news-detail_title {
        margin: 0 0 20px;
        font-size: 1.8rem; }
      .news-detail_body {
        padding: 20px 15px; }
        .news-detail_body img {
          width: 100%;
          height: 100%; } }

/*  ▼ postView
------------------------------------- */
.post-view {
  width: 100%;
  margin-top: 30px;
  line-height: 2;
  position: relative; }
  .post-view_prev {
    margin-right: auto; }
  .post-view_next {
    margin-left: auto; }
  .post-view_home {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  @media screen and (max-width: 767px) {
    .post-view {
      text-align: center;
      font-size: 1.3rem; } }

/*  ▼ pagenation
------------------------------------- */
.pagenation {
  display: flex;
  justify-content: center;
  width: 100%;
  line-height: 1.5; }
  .pagenation li {
    background-color: #ccc; }
    .pagenation li:not(:last-child) {
      margin-right: 10px; }
    .pagenation li:not(.current):hover {
      opacity: 0.7; }
    .pagenation li.current {
      background-color: #ffd52f; }
  .pagenation a {
    padding: 5px 10px;
    text-decoration: underline; }
  .pagenation span {
    display: block;
    padding: 5px 10px; }
  @media screen and (min-width: 768px) {
    .pagenation {
      margin: 50px 0 0; } }
  @media screen and (max-width: 767px) {
    .pagenation {
      margin: 30px 0 0; } }

/*  ▼ breadcrumbs
------------------------------------- */
.breadcrumbs {
  color: #fff;
  font-size: 1.4rem;
  background-color: #35baff; }
  .breadcrumbs_wrap {
    justify-content: flex-start; }
  .breadcrumbs_item {
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all 0.5s; }
    .breadcrumbs_item:last-child {
      flex: 1 1 0%; }
    .breadcrumbs_item:not(:last-child)::before {
      content: ' ';
      display: block;
      margin: auto;
      border-top: 2px solid;
      border-right: 2px solid;
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0; }
    .breadcrumbs_item a {
      text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .breadcrumbs {
      padding: 7px 0; }
      .breadcrumbs_item:not(:last-child) {
        padding-right: 30px; }
      .breadcrumbs_item:not(:last-child)::before {
        width: 8px;
        height: 8px;
        right: 13px; } }
  @media screen and (max-width: 767px) {
    .breadcrumbs {
      padding: 8px 0;
      font-size: 1.2rem; }
      .breadcrumbs_item:not(:last-child) {
        padding-right: 22px; }
      .breadcrumbs_item:not(:last-child)::before {
        width: 7px;
        height: 7px;
        right: 10px; }
      .breadcrumbs a {
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap; } }

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