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

/*  ▼ cmn-title
------------------------------------- */
.cmn-title {
  width: 100%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em; }
  .cmn-title__en {
    display: block;
    padding: 0 0 15px;
    margin: 0 0 15px;
    color: #5297ff;
    text-transform: uppercase;
    border-style: solid;
    border-width: 0 0 2px;
    border-image: linear-gradient(to right, rgba(255, 146, 25, 0) 0%, rgba(255, 146, 25, 0) calc(50% - 20px), #ff9219 calc(50% - 20px), #ff9219 calc(50% + 20px), rgba(255, 146, 25, 0) calc(50% + 20px)) 2; }
  .cmn-title__ja {
    display: block;
    font-size: 50%; }
  .cmn-title__white {
    color: #fff; }
    .cmn-title__white .cmn-title__en {
      color: inherit; }
  @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;
      font-size: 3rem; }
      .cmn-title__en {
        padding: 0 0 10px;
        margin: 0 0 10px; } }

/*  ▼ cmn-button
------------------------------------- */
.cmn-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  padding-left: 56px;
  margin: 0 auto;
  color: #fff;
  background: url(../images/pattern04.png) repeat; }
  .cmn-button::after {
    content: '';
    width: 41px;
    height: 5px;
    margin-left: 15px;
    background: url(../images/cmn-button_shape.png) no-repeat center/contain; }
  .cmn-button:hover {
    opacity: 0.6; }
  @media screen and (min-width: 768px) {
    .cmn-button {
      font-size: 2rem; } }
  @media screen and (max-width: 767px) {
    .cmn-button {
      width: 200px;
      height: 50px; } }

/*  ▼ cmn-info
------------------------------------- */
.cmn-info {
  justify-content: flex-start;
  line-height: 1;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.04em; }
  .cmn-info_tel {
    display: flex;
    align-items: center;
    font-weight: 700; }
    .cmn-info_tel::before {
      content: '';
      width: 31px;
      height: 31px;
      margin-right: 10px;
      background: url(../images/icon_tel.png) no-repeat center/contain; }
  .cmn-info_text {
    align-items: center; }
    .cmn-info_text__label {
      margin-right: 5px;
      padding: 4px 5px;
      color: #fff;
      border-radius: 5px;
      background-color: #ff9219; }
  @media screen and (min-width: 768px) {
    .cmn-info_tel {
      margin: 0 0 4px;
      font-size: 3.5rem; }
    .cmn-info_text + .cmn-info_text {
      margin-left: 15px; } }
  @media screen and (max-width: 767px) {
    .cmn-info_tel {
      width: 100%;
      font-size: 2.4rem; }
      .cmn-info_tel::before {
        width: 26px;
        height: 26px; }
    .cmn-info_text + .cmn-info_text {
      margin-left: 10px; } }

/*  ▼ modal
------------------------------------- */
.modal img {
  object-fit: cover; }

.modal-card {
  height: 100%;
  cursor: pointer;
  transition: all 0.5s; }
  .modal-card:hover {
    opacity: 0.7; }

.modal-content {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }
  .modal-content_column {
    overflow-y: auto;
    background-color: #f5f5f5;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

@media screen and (min-width: 768px) {
  .modal-content_column {
    width: 1080px;
    height: 76vh;
    padding: 50px 150px; } }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .modal img {
    object-fit: none; } }

@media screen and (max-width: 767px) {
  .modal-content_column {
    width: 90%;
    height: 71vh;
    padding: 20px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%); } }

/*  ▼ cmn-table
------------------------------------- */
.cmn-table th {
  color: #fff;
  text-align: left;
  background: url(../images/pattern02.png) repeat; }

.cmn-table td {
  border: 1px solid #3e5e8e; }

@media screen and (min-width: 768px) {
  .cmn-table {
    border-collapse: separate;
    border-spacing: 0 5px; }
    .cmn-table th {
      width: 250px;
      padding-left: 20px; }
    .cmn-table td {
      padding: 5px 30px; } }

@media screen and (max-width: 767px) {
  .cmn-table {
    display: block; }
    .cmn-table tbody, .cmn-table tr, .cmn-table th, .cmn-table td {
      display: block; }
    .cmn-table tr:not(:last-child) {
      margin-bottom: 5px; }
    .cmn-table th, .cmn-table td {
      padding: 10px; } }

/*  ▼ news
------------------------------------- */
.news_list {
  width: 100%; }
  .news_list_item {
    width: 100%; }
  .news_list_link {
    align-items: center;
    justify-content: flex-start; }
    .news_list_link:hover {
      opacity: 0.6; }
  .news_list_time {
    color: #3e5e8e; }
  .news_list_tag {
    width: 80px;
    margin: 0 15px 0 20px;
    color: #fff;
    text-align: center;
    background-color: #3e5e8e; }
  .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: 24px; }
  .news_list_title {
    flex: 1; } }

@media screen and (max-width: 767px) {
  .news_list_item:not(:last-child) {
    margin-bottom: 20px; }
  .news_list_title {
    width: 100%;
    margin: 5px 0 0; } }

.news-detail_body {
  min-height: 40vh;
  border-top: 2px solid #3e5e8e;
  border-bottom: 2px solid #3e5e8e; }
  .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 {
      color: #fff;
      background-color: #3e5e8e; }
  .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 {
  font-size: 1.4rem; }
  .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 */