@charset "UTF-8";
@media (max-width: 767px) {
  :root {
    --header_height: 65px;
  }
}

/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, 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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
}

/*------------------------------
common
------------------------------*/
body {
  color: #1B1B1B;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
  line-height: 1;
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll; /* スクロールバー補完 */
}

* {
  letter-spacing: 0.05em;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  main {
    margin-top: var(--header_height);
  }
}

/* コンテンツ幅
------------------------------*/
.inner {
  width: 1040px;
  max-width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    max-width: 88%;
    width: 400px;
  }
}

@media (min-width: 768px) {
  .u-inner-1280 {
    width: 1280px;
  }
  .u-inner-px80 {
    width: 100%;
    max-width: 100%;
    padding: 0 min(80px, 3.90625vw);
  }
}
@media (max-width: 767px) {
  .u-inner-spfull {
    max-width: 100%;
  }
}

/* 下層ページコンテンツ
------------------------------*/
.c-page-container {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-page-container {
    padding: 120px 0 150px;
  }
}

/* 背景色
------------------------------*/
.u-bg-gray {
  background: #FAFBFB;
}

/* 余白
------------------------------*/
.u-py80 {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .u-py80 {
    padding: 60px 0;
  }
}

.u-py120 {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .u-py120 {
    padding: 60px 0;
  }
}

.u-mt120 {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .u-mt120 {
    margin-top: 60px;
  }
}

.u-mt80 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .u-mt80 {
    margin-top: 60px;
  }
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt24 {
  margin-top: 24px;
}

/* タイトル
------------------------------*/
.c-page-header {
  background: #39677E;
  color: #fff;
}
.c-page-header .c-primary-ttl__ja {
  color: #fff;
}
.c-page-header .c-breadcrumbs {
  color: #fff;
}
@media (min-width: 768px) {
  .c-page-header {
    padding: 24px 0 0;
    height: 310px;
  }
  .c-page-header .inner { /* sy */
    width: 1290px;
    max-width: 89.5833333333%;
  }
  .c-page-header.c-page-header2 {
    height: 220px;
  }
}
@media (max-width: 767px) {
  .c-page-header {
    padding: 30px 0 0; /* sy */
    height: 435px;
  }
  .c-page-header.c-page-header2 {
    height: 225px;
  }
}

.c-page-ttl {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .c-page-ttl {
    margin-top: 50px;
  }
}

.c-primary-ttl__en {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #F28B7D;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}
.c-primary-ttl__en::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #F28B7D;
  width: 24px;
  height: 2px;
}

.c-primary-ttl__ja {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  color: #39677E;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .c-primary-ttl__ja {
    font-size: min(2.4rem, 6.1538461538vw);
    margin-top: 0.3em;
  }
}

.c-sec-ttl {
  font-size: min(3.2rem, 2.7705627706vw);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #39677E;
}
@media (max-width: 767px) {
  .c-sec-ttl {
    font-size: min(2.4rem, 6.1538461538vw);
  }
}

/* リード文
------------------------------*/
.c-lead {
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .c-lead {
    text-align: left;
  }
}

/* テキスト位置
------------------------------*/
.u-text-l {
  text-align: left !important;
}

.u-text-ctr {
  text-align: center;
}

/* テキスト色
------------------------------*/
.u-text-bk {
  color: #1B1B1B !important;
}

/* テキストの高さを2行にする
------------------------------*/
.u-lineclamp-2 {
  height: 2lh;
  overflow: hidden;
}

.u-lineclamp-3 {
  height: 3lh;
  overflow: hidden;
}

/* ボタン
------------------------------*/
.c-sec-button {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-sec-button {
    margin-top: 40px;
  }
}

.c-button {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background: #39677E;
  padding: 16px 60px 16px 40px;
  border-radius: 4px;
  position: relative;
}
.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  -webkit-mask-image: url(../img/icon_button-arrow01.png);
          mask-image: url(../img/icon_button-arrow01.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #fff;
  width: 12px;
  aspect-ratio: 28/23;
}

.c-button--wh {
  background: #fff;
  color: #1B1B1B;
}
.c-button--wh::after {
  content: "";
  background-color: #1B1B1B;
}

.c-appy-button {
  display: inline-block;
  width: 48%;
  border: 1px solid #39677E;
  border-radius: 4px;
  font-size: min(1.6rem, 1.8229166667vw);
  font-weight: 500;
  padding: 12px 0;
  text-align: center;
  background: #39677E;
  color: #fff;
}
@media (max-width: 767px) {
  .c-appy-button {
    width: 100%;
    font-size: 1.6rem;
  }
}

.c-appy-button--disabled {
  pointer-events: none;
  background: #C0C0C0;
  border: 1px solid #C0C0C0;
  color: #fff;
}

/* パンくずリスト
------------------------------*/
.c-breadcrumbs-wrapper {
  padding: 24px 0 80px;
}
@media (max-width: 767px) {
  .c-breadcrumbs-wrapper {
    padding: 30px 0 60px;
  }
}

.c-breadcrumbs {
  font-size: 1.2rem;
  font-weight: 500;
  color: #555;
}
.c-breadcrumbs span {
  padding: 3px;
}
@media (max-width: 767px) {
  .c-breadcrumbs span {
    padding: 1px;
  }
}

/* 検索
------------------------------*/
.c-search {
  display: flex;
}

.c-search__input {
  width: calc(100% - 108px);
}
.c-search__input input {
  width: 100%;
  height: 100%;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  padding: 12px;
  font-size: 1.4rem;
  font-weight: 500;
}
.c-search__input input::-moz-placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  color: #555;
}
.c-search__input input::placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  color: #555;
}

.c-search__button {
  width: 108px;
  padding-left: 19px;
  flex-shrink: 0;
}
.c-search__button button {
  cursor: pointer;
  background: #C0C0C0;
  padding: 9px 1.1em;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-search__button button::before {
  display: inline-block;
  content: "";
  position: relative;
  background: url(../img/icon_search.png) no-repeat center center/contain;
  width: 1.429em;
  aspect-ratio: 1/1;
  margin-right: 8px;
}

/* よく検索されているキーワード
------------------------------*/
.c-keyword__label {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}

.c-keyword__list {
  margin-top: 16px;
}
.c-keyword__list span, .c-keyword__list a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #555;
  text-decoration: underline;
}
.c-keyword__list span:nth-child(n+2), .c-keyword__list a:nth-child(n+2) {
  margin-left: 16px;
}

/* 記事件数表示
------------------------------*/
.c-post-range {
  margin-top: 65px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .c-post-range {
    margin-top: 25px;
    font-size: 1.6rem;
  }
}

/* ページネーション
------------------------------*/
.c-pagination {
  margin-top: 80px;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
}
@media (max-width: 767px) {
  .c-pagination {
    margin-top: 60px;
  }
}

.page-numbers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #C0C0C0;
  border-radius: 2px;
  text-decoration: none;
  color: #C0C0C0;
  transition: all 0.2s;
}
.page-numbers.current {
  color: #555;
  border-color: #555;
  font-weight: 500;
}
.page-numbers img {
  width: 12px;
}

.next-arrow {
  transform: scale(-1, 1);
}

/* 投稿記事一覧
------------------------------*/
.c-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-cards {
    display: block;
  }
}

.c-card {
  width: 30.7333333333%;
}
@media (min-width: 768px) {
  .c-card:not(:nth-child(3n)) {
    margin-right: 3.85%;
  }
  .c-card:nth-child(n+4) {
    margin-top: 3.85%;
  }
}
@media (max-width: 767px) {
  .c-card {
    width: 100%;
  }
  .c-card:nth-child(n+2) {
    margin-top: 40px;
  }
}

.c-card__thumbnail {
  width: 100%;
  margin-bottom: 5px;
}
.c-card__thumbnail img {
  aspect-ratio: 320/180;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__meta {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.c-card__date {
  font-size: 1.2rem;
  font-weight: 500;
  color: #555;
}

.c-card__category {
  font-size: 1.2rem;
  font-weight: 500;
  color: #555;
}

.c-card__status {
  font-size: 1.2rem;
  font-weight: 700;
  color: #F28B7D;
}

.c-card__status--fin {
  color: #555;
}

.c-card__company {
  margin-top: 12px;
  font-size: 1.8rem;
  font-weight: 700;
}

.c-card__heading {
  margin-top: 12px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}

.c-card__title {
  font-size: min(1.8rem, 2.0833333333vw);
  font-weight: 700;
  line-height: 1.6;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .c-card__title {
    font-size: 1.8rem;
  }
}

.c-card__excerpt {
  font-size: min(1.6rem, 1.8229166667vw);
  font-weight: 400;
  line-height: 1.6;
  margin-top: 12px;
}

.c-card__info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
.c-card__info dt, .c-card__info dd {
  font-size: 1.2rem;
  font-weight: 500;
  color: #555;
}
.c-card__info dt:nth-of-type(n + 2), .c-card__info dd:nth-of-type(n + 2) {
  margin-top: 8px;
}
.c-card__info dt {
  width: 50px;
}
.c-card__info dd {
  width: calc(100% - 50px);
}

.c-card__buttons {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}

.c-card__button {
  display: inline-block;
  width: 48%;
  border: 1px solid #39677E;
  border-radius: 4px;
  background: #fff;
  font-size: min(1.6rem, 1.8229166667vw);
  font-weight: 500;
  padding: 12px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .c-card__button {
    font-size: 1.6rem;
  }
}

.c-card__button--apply {
  background: #39677E;
  color: #fff;
}

.c-card__button--disabled {
  pointer-events: none;
  background: #C0C0C0;
  border: 1px solid #C0C0C0;
  color: #fff;
}

/* 目次
------------------------------*/
/* サービス一覧
------------------------------*/
.c-service__item:nth-child(n+2) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .c-service__item:nth-child(n+2) {
    margin-top: 21%; /* sy */
  }
}

.c-service__image {
  width: 100%;
}

.c-service__name {
  margin-top: 24px;
  font-size: min(2.4rem, 2.6041666667vw);
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
  padding-left: 0.3em;
}
.c-service__name::after {
  content: "";
  position: absolute;
  top: 0%;
  right: 8px;
  background: url(../img/icon_link-arrow01.png) no-repeat center center/contain;
  width: 1em;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .c-service__name {
    font-size: min(2rem, 5.1282051282vw);
    margin-top: 0;
    padding: 1.6em 0; /* sy */
    padding-left: 0.5em;
  }
  .c-service__name::after {
    width: 1.2em;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
  }
}

.c-service__description {
  margin-top: 24px;
  font-size: min(1.6rem, 1.8229166667vw);
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .c-service__description {
    margin-top: 1em;
    font-size: min(1.6rem, 4.1025641026vw);
  }
}

/* ニュース一覧
------------------------------*/
.c-news {
  border-top: 1px solid #E0E0E0;
}

.c-news__item {
  border-bottom: 1px solid #E0E0E0;
}
.c-news__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.4em 0.5em;
  font-size: min(1.6rem, 1.8229166667vw);
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .c-news__item a {
    display: block;
    font-size: 1.6rem;
  }
}

.c-news__meta {
  display: flex;
  align-items: center;
  width: 29.5%;
  color: #555;
}
@media (max-width: 767px) {
  .c-news__meta {
    width: 100%;
  }
}

.c-news__category {
  margin-left: 13%;
}

.c-news__title {
  width: 71.5%;
}
@media (max-width: 767px) {
  .c-news__title {
    width: 100%;
    margin-top: 20px;
  }
}

/* よくある質問
------------------------------*/
.c-faq__item {
  padding: 24px;
  box-shadow: 0 2px 10px rgba(30, 61, 72, 0.1);
  border-radius: 12px;
  background: #FAFBFB;
}
.c-faq__item:nth-child(n+2) {
  margin-top: 24px;
}

.c-faq__q {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #6EA0A5;
  position: relative;
  padding-left: 2.25em;
}
.c-faq__q::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon_q.png) no-repeat center center/contain;
  width: 1.5em;
  aspect-ratio: 1/1;
}
@media (max-width: 767px) {
  .c-faq__q {
    line-height: 1.6;
  }
  .c-faq__q::before {
    top: 3px;
  }
}

.c-faq__a {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: normal;
}
.c-faq__a a {
  color: #047FAC;
  text-decoration: underline;
}

/*------------------------------
404
------------------------------*/
.error-page {
  padding: 10% 0 24.4%;
  text-align: center;
}
.error-page h2 {
  font-size: 6rem;
  font-weight: bold;
}
.error-page p {
  padding-top: 5%;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .error-page h2 {
    font-size: 4rem;
  }
  .error-page p {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=common.css.map */