@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. すべてのブラウザでラインの高さを修正します。
 * 2. iOS でのオリエンテーション変更後のフォントサイズの調整を防ぎます。
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * すべてのブラウザでマージンを削除します。
 */
body {
  margin: 0;
}

/**
 * IE で `main` 要素を一貫してレンダリングします。
 */
main {
  display: block;
}

/**
 * Chrome、Firefox、Safari の `section` および `article` コンテキスト内の `h1` 要素のフォントサイズとマージンを修正します。
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Firefox で正しいボックスサイズを追加します。
 * 2. Edge と IE でオーバーフローを表示します。
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. すべてのブラウザでフォントサイズの継承とスケーリングを修正します。
 * 2. すべてのブラウザで奇数の `em` フォントサイズを修正します。
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * IE 10 でアクティブなリンクの灰色の背景を削除します。
 */
a {
  background-color: transparent;
}

/**
 * 1. Chrome 57- の下線 ボーダーを削除します。
 * 2. Chrome、Edge、IE、Opera、Safari で正しいテキスト装飾を追加します。
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Chrome、Edge、Safari で正しいフォントウェイトを追加します。
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. すべてのブラウザでフォントサイズの継承とスケーリングを修正します。
 * 2. すべてのブラウザで奇数の `em` フォントサイズを修正します。
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * すべてのブラウザで正しいフォントサイズを追加します。
 */
small {
  font-size: 80%;
}

/**
 * `sub` および `sup` 要素がすべてのブラウザのラインの高さに影響を与えないようにします。
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content 埋め込みコンテンツ
   ========================================================================== */
/**
 * IE 10 でリンク内の画像のボーダーを削除します。
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. すべてのブラウザでフォントスタイルを変更します。
 * 2. Firefox と Safari でマージンを削除します。
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * IE でオーバーフローを表示します。
 * 1. Edge でオーバーフローを表示します。
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Edge、Firefox、IE でテキスト変換の継承を削除します。
 * 1. Firefox でテキスト変換の継承を削除します。
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * iOS と Safari でクリック可能なタイプをスタイルできない問題を修正します。
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Firefox で内部ボーダーとパディングを削除します。
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * 前のルールによって設定解除されたフォーカススタイルを復元します。
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Firefox でパディングを修正します。
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Edge と IE でテキストの折り返しを修正します。
 * 2. IE で `fieldset` 要素からの色の継承を修正します。
 * 3. すべてのブラウザで開発者が `fieldset` 要素をゼロにしたときに驚かないようにパディングを削除します。
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Chrome、Firefox、Opera で正しい垂直方向の配置を追加します。
 */
progress {
  vertical-align: baseline;
}

/**
 * IE 10+ でデフォルトの垂直スクロールバーを削除します。
 */
textarea {
  overflow: auto;
}

/**
 * 1. IE 10 で正しいボックスサイズを追加します。
 * 2. IE 10 でパディングを削除します。
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Chrome で増減ボタンのカーソルスタイルを修正します。
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Chrome と Safari で奇数の外観を修正します。
 * 2. Safari でアウトラインスタイルを修正します。
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * macOS の Chrome と Safari で内部パディングを削除します。
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. iOS と Safari でクリック可能なタイプをスタイルできない問題を修正します。
 * 2. Safari でフォントプロパティを `inherit` に変更します。
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Edge、IE 10+、Firefox で正しい表示を追加します。
 */
details {
  display: block;
}

/*
 * すべてのブラウザで正しい表示を追加します。
 */
summary {
  display: list-item;
}

/* Misc その他
   ========================================================================== */
/**
 * IE 10+ で正しい表示を追加します。
 */
template {
  display: none;
}

/**
 * IE 10 で正しい表示を追加します。
 */
[hidden] {
  display: none;
}

/*-------------------reset.css -------------------*/
* {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:visited, a:hover, a:active {
  color: inherit;
}
a:hover {
  text-decoration: none; /* ホバー時に下線を表示 */
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*-------------------base.css -------------------*/
/* ---------------------------------------- */
/* ---------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  font-family: "Noto Sans CJK JP", "Hiragino Sans", "游ゴシック体", "メイリオ", "Helvetica Neue", "Arial", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
  font-feature-settings: "palt" 1;
  color: #3E3A39;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

button {
  cursor: pointer;
}

/*-------------------header.css -------------------*/
.l-header {
  width: 100%;
  height: 96.6px;
  background-color: #fff;
}
.l-header__inner {
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 960px) {
  .l-header__inner {
    height: 50px;
    margin: 15px 4% 0;
  }
}
@media screen and (max-width: 960px) {
  .l-header--top {
    height: 65px;
  }
}
@media screen and (min-width: 961px) {
  .l-header--top {
    height: 246px;
  }
}
.l-header-menu-trigger {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: 100%;
  position: absolute;
  right: 0;
}
.l-header-menu-trigger--open {
  background: url(../images/common/openNavi.svg);
}
.l-header-menu-trigger--close {
  background: url(../images/common/closeNavigation.svg);
}
@media screen and (min-width: 961px) {
  .l-header-menu-trigger {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .l-header-logo {
    height: 30px;
    width: 126.8px;
    display: inline-block;
    position: absolute;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    top: 50%;
  }
}
@media screen and (min-width: 961px) {
  .l-header-logo {
    width: 123px;
    position: absolute;
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
  }
  .l-header-logo--top {
    top: 109px;
    right: 0;
  }
  .l-header-logo--sub {
    top: 69px;
    right: 0;
  }
}

.l-header-nav {
  font-family: "Avenir Next", Avenir Next, "Lato";
  font-size: 1.8rem;
  font-weight: 500;
}
.l-header-nav--sp {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 200;
  position: fixed;
  top: 0;
  transition: transform 0.5s;
}
.l-header-nav--pc {
  margin: 0 8.02%;
}
@media screen and (max-width: 960px) {
  .l-header-nav--pc {
    display: none;
  }
}
.l-header-nav--hidden {
  opacity: 1;
  transform: translate(10000px, 0);
  transition: transform 2s;
}
@media screen and (min-width: 961px) {
  .l-header-nav--sp {
    display: none;
  }
}
.l-header-nav__list {
  display: flex;
}
.l-header-nav__list--sp {
  padding-top: 100px;
  flex-flow: column;
  align-items: center;
}
.l-header-nav__item {
  display: flex;
  align-items: center;
}
.l-header-nav__item--sp {
  padding-top: 30px;
}
.l-header-nav__item--sp:first-of-type {
  padding-top: 0;
}
.l-header-nav__item--pc {
  height: 87px;
  border-top: solid 5px rgba(255, 255, 255, 0);
}
.l-header-nav__item--pc:not(:first-of-type) {
  margin-left: 20px;
}
.l-header-nav__item--pc.is-current {
  border-top: solid 5px;
}
.l-header-nav__item.is-current {
  color: #CD4F2F;
}

/*-------------------l-footer.css -------------------*/
.l-footer {
  margin-top: 113px;
  background: #F9F6F2;
}
@media screen and (max-width: 960px) {
  .l-footer {
    padding: 50px 0 28px;
  }
}
@media screen and (min-width: 961px) {
  .l-footer {
    padding: 88px 0 31.6px;
  }
}
.l-footer__content {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .l-footer__content {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
}
@media screen and (min-width: 961px) {
  .l-footer__content {
    width: calc(100% - 30px);
    max-width: 1090px;
    margin: 0 auto;
    height: 60px;
    position: relative;
  }
}
@media screen and (min-width: 961px) and (max-width: 1090px) {
  .l-footer__content {
    margin: 0 15px;
  }
}
.l-footer__companyInfo {
  display: flex;
}
@media screen and (max-width: 961px) {
  .l-footer__companyInfo {
    flex-flow: column;
    align-items: center;
  }
}
@media screen and (min-width: 961px) {
  .l-footer__companyInfo {
    position: absolute;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    top: 50%;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__logo {
    width: 75px;
  }
}
@media screen and (min-width: 961px) {
  .l-footer__logo {
    width: 55px;
    margin-right: 23px;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__companyText {
    margin-top: 19px;
  }
}
.l-footer__companyName {
  font-size: 1.6rem;
  line-height: 1;
}
.l-footer__companyAd {
  padding-top: 12px;
  line-height: 1.2;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}
@media screen and (min-width: 961px) {
  .l-footer__nav {
    width: 533px;
    position: absolute;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    top: 50%;
    right: 0;
  }
}
.l-footer__navList {
  font-size: 1.2rem;
  line-height: 2.2;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .l-footer__navList {
    width: 273px;
    margin: 17px auto 0;
  }
}
@media screen and (min-width: 961px) {
  .l-footer__navList {
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__navItem {
    width: 57px;
    margin-right: calc((100% - 171px - 8px) / 2);
    margin-top: 5px;
  }
}
@media screen and (min-width: 961px) {
  .l-footer__navItem {
    width: 120px;
    margin-right: calc((100% - 460px) / 3);
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__navItem--line1 {
    margin-left: 4px;
    order: 1;
  }
  .l-footer__navItem--line2 {
    order: 2;
  }
  .l-footer__navItem--line3 {
    margin-right: 4px;
    order: 3;
  }
  .l-footer__navItem--line4 {
    margin-left: 4px;
    order: 4;
  }
  .l-footer__navItem--line5 {
    order: 5;
  }
  .l-footer__navItem--line6 {
    margin-right: 4px;
    order: 6;
  }
  .l-footer__navItem--line7 {
    background: #CD4F2F;
    text-align: center;
    color: #FFF;
    height: 50px;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    border-radius: 19px;
    order: 7;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-footer__navItem--line8 {
    width: 100%;
    margin-top: 20px;
    order: 8;
  }
}
@media screen and (min-width: 961px) {
  .l-footer__navItem:nth-child(4n) {
    margin-right: 0;
    position: relative;
  }
}
@media screen and (max-width: 960px) {
  .l-footer__nav-item-contact-text {
    margin-right: 23.6px;
    display: inline-block;
    position: relative;
  }
  .l-footer__nav-item-contact-text::after {
    width: 23.6px;
    height: 23.6px;
    content: "";
    display: inline-block;
    background: url(../images/common/arrowWhite.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    transform: translate(100%, -50%);
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    top: 50%;
    right: -10px;
  }
}
.l-footer__copyright {
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin: 107.7px 34.7px 0 0;
  font-size: 1.2rem;
  color: #B9B4B4;
}
@media screen and (max-width: 960px) {
  .l-footer__copyright {
    width: 273px;
    margin: 35px auto 0;
  }
}
@media screen and (min-width: 961px) {
  .l-footer__copyright {
    justify-content: flex-end;
  }
}
.l-footer__copyright--icon {
  font-family: "Times New Roman", "Times";
  font-size: 1.4rem;
  margin-right: 1px;
  padding-top: 2px;
}

/*-------------------f-category-filter-section.css -------------------*/
.f-category-filter-section {
  margin-top: 100px;
}

.f-category-navigation-container.is-pc {
  width: 100%;
  max-width: 1288px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  position: relative; /* 矢印の絶対位置指定のため */
  background: red;
}

.f-category-navigation-wrapper {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}

/*-------------------Utilitys.css -------------------*/
/*---------------c-wrap.css ---------------*/
.c-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.c-header-logo {
  width: 123px;
  position: absolute;
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
}
.c-header-logo--top {
  top: 109px;
  right: 0;
}
.c-page-header-title {
  width: 300px;
  display: flex;
  flex-flow: column;
}
.c-page-header-image {
  width: 1100px;
}

/*---------------split.css ---------------*/
.c-split {
  display: flex;
}
.c-split--linkArrowLTopSplitRight {
  margin-left: 30px;
  align-items: flex-end;
}
@media screen and (min-width: 961px) {
  .c-split--linkArrowLTopSplitRight {
    margin-left: 100px;
    margin-bottom: 25px;
  }
}
.c-split__title--top {
  width: 16%;
}
.c-split__contents {
  width: 84%;
}
@media screen and (max-width: 960px) {
  .c-split--top-description {
    flex-flow: column;
  }
}

/*-------------------c-pageMainImage.css -------------------*/
.c-pageMainImage {
  height: 247px;
  width: 100%;
  max-width: 1100px;
  border-radius: 40px 0px 0px 40px;
  -moz-border-radius: 40px 0px 0px 40px;
  -webkit-border-radius: 40px 0px 0px 40px;
  background-color: #CD4F2F;
}
.c-pageMainImage--top {
  height: 450px;
  width: 100%;
  max-width: 1235px;
  width: clamp(300px, 100%, 1235px);
  margin-top: clamp(0px, 7.89vw, 116px);
  background-image: url(../images/top/mainTop.jpg);
  background-repeat: no-repeat;
  background-position: -3.05px -205.62px;
}
@media screen and (max-width: 960px) {
  .c-pageMainImage--top {
    height: 500px;
    margin-top: clamp(0px, 7.89vw, 116px);
    margin-top: 40px;
    background-size: cover;
    background-position: -115.02px 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 961px) {
  .c-pageMainImage--top {
    background-position: 0 0;
  }
}
/*-------------------c-linkArrowL.css -------------------*/
.c-linkArrowL {
  display: inline-block;
  margin-left: 51px;
  position: relative;
}
.c-linkArrowL::before {
  width: 40px;
  height: 40px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/common/arrow.svg);
  background-size: contain;
  position: absolute;
  transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  top: 50%;
  left: -11px;
}
@media screen and (max-width: 960px) {
  .c-linkArrowL--topSplitRight {
    margin-left: 51px;
    margin-left: 20px;
    margin-top: 52px;
  }
}
@media screen and (min-width: 961px) {
  .c-linkArrowL--topSplitRight {
    font-size: 1.8rem;
  }
}

/*-------------------c-linkArrowR.css -------------------*/
.c-linkArrowR {
  display: inline-block;
  margin-right: 28px;
  position: relative;
}
.c-linkArrowR::before {
  width: 22px;
  height: 22px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/common/arrowBgWhite.svg);
  background-size: contain;
  position: absolute;
  transform: translate(-100%, -50%);
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  top: 50%;
  right: -6px;
}
.c-linkArrowR--topWorks {
  position: absolute;
  right: 16px;
  bottom: 15px;
}

/*-------------------c-pageTop.css -------------------*/
.c-pageTop {
  position: fixed;
  display: none;
  width: 50px;
  right: 34.7px;
  bottom: 150px;
  transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .c-pageTop {
    width: 40px;
    right: 34.7px;
    bottom: 50px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1299px) {
  .c-pageTop {
    right: 34.7px;
    bottom: 70px;
  }
}
@media screen and (min-width: 1300px) {
  .c-pageTop {
    right: 34.7px;
    bottom: 150px;
  }
}

/*-------------------c-buttonLink.css -------------------*/
@media screen and (max-width: 960px) {
  .c-buttonLink {
    height: 100%;
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
  }
  .c-buttonLink__text {
    display: inline-block;
    position: absolute;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    top: 50%;
    right: 50%;
  }
  .c-buttonLink__text::before {
    width: 21.5px;
    height: 21.5px;
    content: "";
    display: inline-block;
    background: url(../images/common/arrowWhite.svg);
    background-size: contain;
    background-size: 100%;
    position: absolute;
    transform: translate(100%, -50%);
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    top: 50%;
  }
  .c-buttonLink__text--footer {
    margin-right: 7.8px;
  }
  .c-buttonLink__text--footer::before {
    right: -7.8px;
  }
}

/*-------------------c-page-hero.css -------------------*/
.c-page-hero {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.c-page-hero__title {
  padding-left: 8.02%;
  font-size: 2rem;
  display: flex;
  flex-flow: column;
  position: absolute;
  top: 38px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-page-hero__title {
    font-size: 2rem;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    top: 0;
    top: 50%;
  }
}
@media screen and (max-width: 960px) {
  .c-page-hero__title {
    padding-left: 4%;
  }
}
.c-page-hero__title--en {
  font-family: "Avenir", "Lato";
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-page-hero__title--en {
    font-size: 2.6rem;
  }
}
.c-page-hero__title--ja {
  font-family: "游明朝体", "Yu Mincho", YuMincho;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.3em;
}
.c-page-hero__img {
  height: 246.5px;
  width: 78.6%;
  border-radius: 40px 0px 0px 40px;
}
@media screen and (max-width: 767px) {
  .c-page-hero__img {
    height: 150px;
    width: 65.3%;
  }
}
.c-page-hero__img--information {
  background: #c8bbca;
}
.c-page-hero__img--gallery {
  background: #b0ced3;
}
.c-page-hero__img--company {
  background: #f6e3de;
}
.c-page-hero__img--privacy {
  background: #d9ecd9;
}
.c-page-hero__img--contact {
  background: #e9d9cd;
}

/*-------------------c-information.css -------------------*/
.c-information {
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .c-information {
    width: 92%;
    margin-left: 4%;
    margin-right: 10%;
  }
}
@media screen and (max-width: 767px) {
  .c-information {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .c-information {
    margin-top: 93px;
  }
}
.c-information--top {
  margin-top: 0;
}
.c-information-list {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .c-information-list {
    margin-top: 32px;
  }
}
.c-information-list__item {
  position: relative;
  width: 100%;
  padding: 42.7px 10px 42.7px 0;
  border-bottom: solid 1px #D7D5D5;
  display: flex;
}
@media screen and (min-width: 961px) {
  .c-information-list__item {
    padding: 42.7px 60px 42.7px 0;
  }
  .c-information-list__item:first-of-type {
    padding-top: 0;
  }
}
.c-information-list__item::before {
  width: 8px;
  height: 20px;
  display: inline-block;
  content: "";
  background-image: url(../images/common/arrowLight.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  right: 15px;
  top: 50%;
}
@media screen and (min-width: 961px) {
  .c-information-list__item::before {
    right: 30px;
  }
}
@media screen and (max-width: 960px) {
  .c-information-list__item {
    flex-flow: column;
  }
  .c-information-list__item:first-of-type {
    border-top: solid 1px #D7D5D5;
  }
}
.c-information-list__date {
  margin-right: 5.4%;
  width: 10%;
  font-weight: 500;
}
.c-information-list__text {
  width: 90%;
  display: inline-block;
  position: relative;
  display: noen;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .c-information-list__text {
    padding-top: 10px;
  }
}

/*-------------------c-pagination.css -------------------*/
.c-pagination {
  margin-top: 29px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    width: 144px;
    margin: 29px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .c-pagination {
    width: 126px;
  }
}
.c-pagination__number {
  background: #ebe3d7;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: relative;
  font-feature-settings: "normal";
}
@media screen and (max-width: 767px) {
  .c-pagination__number {
    height: 28px;
    width: 28px;
    line-height: 28px;
  }
}
@media screen and (min-width: 768px) {
  .c-pagination__number {
    height: 22px;
    width: 22px;
    line-height: 22px;
  }
}
.c-pagination__number--is-active {
  background-color: #CD4F2F;
}
.c-pagination--nomber__center {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 45%;
  left: 49%;
}

.c-pagination__number--is-active .c-pagination--nomber__center {
  color: #fff;
}

/*-------------------c-section-title.css -------------------*/
.c-section-title {
  color: #CD4F2F;
}
.c-section-title__main {
  font-family: "Avenir", "Lato";
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  display: inline-block;
}
.c-section-title__sub {
  padding-left: 17px;
  font-size: 1.6rem;
  font-weight: 500;
  display: inline-block;
}

/*-------------------c-sticky.css -------------------*/
.c-sticky {
  position: sticky;
  top: 30px;
}

/*-------------------c-form.css -------------------*/
.c-form-label {
  color: #CD4F2F;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
}
.c-form-option-text {
  display: inline-block;
  margin-left: 18px;
  position: relative;
  cursor: pointer;
}
.c-form-option-text input[type=radio]:checkd {
  opacity: 1;
}
.c-form-option-text::before, .c-form-option-text::after {
  width: 13px;
  height: 13px;
  border: 1px solid #231815;
  content: "";
  display: block;
  position: absolute;
  transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  top: 0;
  left: -18px;
}
.c-form-option-text::after {
  border: none;
  -webkit-transition: opacity 0.2s linear;
  background-color: #CD4F2F;
  background-image: url(../images/common/check_mark.svg);
  content: "";
  opacity: 0;
}
input[type=radio]:checked + .c-form-option-text::after {
  opacity: 1;
}
input[type=checkbox]:checked + .c-form-option-text::after {
  opacity: 1;
}
.c-form-checkbox-label {
  font-size: 1.87rem;
  margin-right: 40px;
  font-weight: 500;
}
.c-form-option-label {
  font-size: 1.87rem;
  margin-right: 40px;
  font-weight: 500;
}
.c-form-required {
  margin-left: 12.5px;
  padding: 0.5px 10px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  background: #CD4F2F;
  display: inline-block;
}
.c-form-input {
  margin-top: 12px;
  padding: 0 20px;
  border: solid 1px #9e9e9f;
  border-radius: 10px;
}
.c-form-input::placeholder {
  color: #c8c9c9;
}