@charset "UTF-8";
/* --

 top.css

 ------------------------------------

-- */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:700i);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Sawarabi+Gothic);
/* --

 * clearfix............float解除
 * font-size...........フォントサイズ指定（px指定はIE8対策）
 * layout-baseSize.....基本のコンテンツサイズ
 * layout-posMiddle....天地中央配置
 * moving-base.........基本のアニメーション
 * FontAwesome.........アイコンフォント使用（FontAwesome）
 * opacity.............透明度設定（IE対応含む）
 * pc..............ブレイクポイント設定（パソコンのみ）
 * tablet..............ブレイクポイント設定（タブレット）
 * mobile..............ブレイクポイント設定（スマホ）

 ------------------------------------

 * scroll..............スクロールアイコンのスタイル
 * module-title........タイトル共通のスタイル


-- */
/* --

 keyframes - アニメーションキーフレーム集

 ------------------------------------

 * loading.............ローディングアイコンのアニメーション
 * toggle-.............ハンバーガーアイコンに関するアニメーション

-- */
@-webkit-keyframes loading {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes loading {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes toggle-top {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
  }
}
@keyframes toggle-top {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
    transform: translateY(7px) rotate(0deg);
  }
}
@keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
    transform: translateY(7px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-16px) rotate(0deg);
    transform: translateY(-16px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
}
@keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-16px) rotate(0deg);
    transform: translateY(-16px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
}
@-webkit-keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(17px) rotate(0deg);
    transform: translateY(17px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
}
@keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(17px) rotate(0deg);
    transform: translateY(17px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
}
/*-----------------------------------
$tool
-----------------------------------*/
@media screen and (max-width: 639px) {
  .pc {
    display: none;
  }
}

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

.sub-top-view {
  background-image: url(../images/tool/bnr-tool.jpg);
}

#page-tool .sub-lead .sub-lead__inner {
  padding: 65px 4% -27px;
}

.tools {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 90px;
}
.tools .tools-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
}
.tools .tools-flex .tool-block {
  width: 28.3333333333%;
  position: relative;
  padding-top: 240px;
  position: relative;
  margin-top: 65px;
}
.tools .tools-flex .tool-block img {
  position: absolute;
  max-height: 240px;
  max-width: 100%;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 639px) {
  .tools .tools-flex .tool-block img {
    top: 30%;
  }
}
.tools .tools-flex .tool-block .tool-block__name {
  font-size: 31px;
  font-family: a-otf-ryumin-pr6n, serif;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.5;
  display: inline-block;
  background: linear-gradient(to top, #ccedf9 0%, #ccedf9 35%, transparent 35.1%, transparent 100%);
  background: -ms-linear-gradient(to top, #ccedf9 0%, #ccedf9 35%, transparent 35.1%, transparent 100%);
  margin-top: 10px;
  padding: 0 1rem;
}
.tools .tools-flex .tool-block .tool-block__name span {
  font-size: 19px;
  letter-spacing: 0em;
}
.tools .tools-flex .tool-block .tool-block__text {
  font-size: 17px;
  line-height: 1.76;
  letter-spacing: 0.0025em;
  margin-top: 20px;
  font-family: "Sawarabi Gothic", sans-serif;
}

.haritoshigote {
  letter-spacing: -0.03em !important;
}

/*-----------------------------------

$index - tablet

-----------------------------------*/
@media screen and (max-width: 1023px) {
  .tools {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 90px;
  }
  .tools .tools-flex .tool-block {
    width: 44%;
  }
  .tools .tools-flex .tool-block .tool-block__name {
    font-size: 24px;
  }
}
/*-----------------------------------

$index - mobile

-----------------------------------*/
@media screen and (max-width: 639px) {
  .sub-top-view {
    background-image: url(../images/tool/bnr-tool.jpg); /* スマホ用画像に切り替え */
  }
  .tools .tools-flex .tool-block {
    width: 100%;
    padding-top: 180px;
    text-align: center;
  }
  .tools .tools-flex .tool-block:first-of-type {
    margin-top: 0;
  }
  .tools .tools-flex .tool-block img {
    height: 180px;
  }
  .tools .tools-flex .tool-block .tool-block__name {
    font-size: 24px;
  }
  .tools .tools-flex .tool-block .tool-block__name span {
    font-size: 19px;
  }
  .tools .tools-flex .tool-block .tool-block__text {
    text-align: left;
    font-size: 15px;
  }
}

/*# sourceMappingURL=page-tool.css.map */
