@charset "utf-8";
/*
=======================================
    Reset CSS
=======================================
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

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

html {
  /* スマートフォンでの文字サイズ拡大防止 */
  -webkit-text-size-adjust: 100%;
  color: #162442;
  /*フォントサイズにremを使う場合はブラウザのデフォルトである16pxに対して62.5%を設定することが多い。そうするとベースが10pxとなって他の要素のフォントサイズの計算が簡単になる。(例)30pxにしたい場合は1.6remなど*/
  font-size: 62.5%;
  /* 文字詰め 「」。など */
  font-feature-settings: "palt" 1;
}

/* カラム落ちを防ぐため全ての要素でwidthのサイズの中にpaddingを含めるようにする */
* {
  box-sizing: border-box;
}
/* 擬似要素のbox-sizingは親要素の値を継承する */
*::before,
*::after {
  box-sizing: inherit;
}

body {
  /*スマホで横にすると文字の大きさが変わって崩れるのを防ぐ。bodyか文字サイズを調整したい要素に入れる*/
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-family: sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}
nav {
  font-weight: bold;
}

/*画像のフルードイメージ化*/
img {
  border: 0;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img,
input,
select,
textarea {
  vertical-align: middle;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  appearance: none;
}

a {
  color: #162442;
  transition: 0.5s;
  text-decoration: none;
}
a:hover {
  color: #81d87e;
}
/*画像をhoverした時透過させる(ロゴやSNSアイコンで使用)*/
a:hover img {
  opacity: 0.7;
}

/*
=========================================
    Base Layout
=========================================
*/

/*container*/
.houjin-container {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  /* padding-right: 20px;
    padding-left: 20px; */
  /* background-size: cover; */
}

/* .section {
    margin-top: 10rem;
    text-align: center;
} */

/*
=========================================
    Modules（Block）
=========================================
*/

/* メインビジュアル  */

/* .fv-sp {
    margin-top: 5rem;
} */

.h-header {
  margin-top: 4.8rem;
}

.main-visual {
  height: 430px;
  width: 1000px;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  color: #000;
  background-image: url(https://gigaplus.makeshop.jp/pckujira/images/houjin/fv.jpg);
  background-repeat: no-repeat;
  /* background-size: 100%; */
  position: relative;
  margin-bottom: 0;
  margin-top: 2rem;
}

.main-visual-sp {
  width: 100%;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #000;
  position: relative;
  margin-bottom: 14rem;
  margin-top: 0;
}

.mv-p1 {
  font-weight: bold;
  color: #192f60;
  font-size: 3.8rem;
  font-family: "M PLUS 1p", sans-serif;
}

/* 見出し */
h2 {
  font-size: 6rem;
  line-height: 6.8rem;
  position: absolute;
  text-align: right;
  color: #192f60;
  margin-top: -1.4rem;
}
.h2-b-big {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: linear-gradient(transparent 70%, #f6ae54 67%);
}
.h2-small {
  color: #000;
  font-size: 2rem;
  font-family: "M PLUS 1p", sans-serif;
  text-shadow: 1px 1px 2px #fff;
}
.h2-big {
  font-size: 4rem;
  font-family: "M PLUS 1p", sans-serif;
  text-shadow: 1px 1px 2px #fff;
}
.h-fv-logo img {
  position: relative;
  top: 5.8rem;
  left: 21.6rem;
}

/* CTA */
/* .houjin-cta-1 {
    margin-top: -55rem;
} */

.houjin-cta-btn:link {
  color: #fff;
}
.houjin-cta-btn:hover {
  color: #ff880b;
}
.houjin-cta-btn:visited {
  color: #fff;
}
.houjin-cta-btn {
  color: #fff;
}

.houjin-cta-p-1 {
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #333;
  background-color: white;
  color: #333;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  line-height: 2rem;
  margin-bottom: 2.8rem;
}

.houjin-cta-p-1-sp {
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #333;
  background-color: white;
  color: #333;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  line-height: 3rem;
  margin-bottom: 2.8rem;
}

.houjin-cta-p-2 {
  margin-top: 2rem;
}

.houjin-cta-p-2-sp {
  margin-top: 6rem;
}

.houjin-cta-p-1:before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) skew(-25deg);
  height: 20px;
  width: 10px;
  border-right: 3px solid #333;
  background-color: white;
  content: "";
}

.houjin-cta {
}

.houjin-cta-p-1 {
  text-align: center;
  font-weight: bold;
  color: #192f60;
  font-size: 2.2rem;
  font-family: "M PLUS 1p", sans-serif;
}
.houjin-cta-p-1-sp {
  text-align: center;
  font-weight: bold;
  color: #192f60;
  font-size: 2.2rem;
  font-family: "M PLUS 1p", sans-serif;
}

/* CTAボタン その１ */
.h-cta-btn {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-family: "M PLUS 1p", sans-serif;
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 350px;
  margin: auto;
  padding: 1rem 4rem;
  font-weight: bold;
  border: 2px solid #ff880b;
  background: #ff880b;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  margin-bottom: -1rem;
}
.h-cta-btn:hover {
  color: #ff880b;
  background: #fff;
}

/* 電話番号 */
.houjin-tell {
  margin-top: 4rem;
}
.h4-houjin {
  margin: 0 auto;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  color: #192f60;
  text-align: center;
  padding: 0em 1em;
  width: 600px;
  border: 3px solid #192f60;
  overflow: hidden;
  position: relative;
}
.h4-houjin::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-width: 25px 25px 0 0;
  border-style: solid;
  border-color: #192f60 #fff #192f60;
}

.h4-houjin-sp {
  margin: 0 auto;
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "M PLUS 1p", sans-serif;
  color: #192f60;
  text-align: center;
  padding: 0em 1em;
  width: 100%;
  border: 3px solid #192f60;
  overflow: hidden;
  position: relative;
}
.h4-houjin-sp::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-width: 25px 25px 0 0;
  border-style: solid;
  border-color: #192f60 #fff #192f60;
}

.houjin-tell-b {
  text-align: center;
  color: #ff880b;
  font-size: 3.8rem;
  font-family: "M PLUS 1p", sans-serif;
  margin-top: 1rem;
  margin-bottom: -1.2rem;
}
.houjin-tell-s {
  font-size: 2rem;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
}

/* ４つのポイント */
.h-fv-point {
  display: flex;
  margin-top: 8.2rem;
}

.h-fv-point-c {
  margin-right: 2rem;
  font-family: "M PLUS 1p", sans-serif;
}
.p-btn-orange,
a.p-btn-orange {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2rem;
  position: relative;
  display: inline-block;
  padding: 1rem 1.2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #fff;
  background-color: #ff880b;
}

/* FV電話番号 */

.tel-flexbox {
  display: flex;
  height: 80px;
  width: 1000px;
  margin: 0 auto;
  background-color: #ffea00;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem 0 1rem;
  position: relative;
}

.tel-flexitem {
  color: #036eb1; /* 文字色 */
}

.tel1 {
  font-weight: bold;
  font-size: 2.4rem;
}
.tel2 {
  font-weight: bold;
  font-size: 4.2rem;
}
.tel3 {
  font-weight: bold;
  font-size: 2.4rem;
}

/* 上段メニュー　法人用電話番号 */
/* .fa-phone2 {
    display:inline-block !important;
    } */
/* .fa-phone{
    display:none;
    }  */

.fa-phone2:before {
  content: "\f095";
}

.top-banner img {
  display: none;
}

/* ランキング */
.h-ranking {
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
  background-color: transparent;
}

.h-ranking-container {
  padding-left: 5rem;
  padding-top: 5rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: -4rem;
}

.h-ranking-container-sp {
  margin: 0 auto;
  text-align: center;
  margin-bottom: -4rem;
}

.h-ranking-items {
  margin-right: 2rem;
}
.h3-ranking {
  color: #fff;
  font-size: 2.8rem;
  position: relative;
  padding: 0.2em;
  background: #192f60;
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
  margin-top: 0;
}

.h3-ranking:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%) skew(0deg);
  border: 15px solid transparent;
  border-top: 15px solid #192f60;
  width: 0;
  height: 0;
}

.h3-ranking-sp {
  color: #fff;
  font-size: 2.8rem;
  position: relative;
  padding: 0.2em;
  background: #192f60;
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
  margin-top: 3rem;
}

.h3-ranking-sp:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%) skew(0deg);
  border: 15px solid transparent;
  border-top: 15px solid #192f60;
  width: 0;
  height: 0;
}
.h-ranking-sp {
  width: 100%;
}

/* 20240529追記 */
@media (width >= 769px) {
  .sponly {
    display: none;
  }
}
@media (width <= 768px) {
  .pconly {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}

.h-container {
  max-width: 1100px;
}
@media (981px <= width <= 1280px) {
  .h-container {
    padding-right: 16px;
  }
}
@media (width <= 980px) {
  .h-container {
    padding-top: clamp(90px, 15vw, 110px);
  }
}

a {
  display: block;
}
a:hover {
  color: #162442;
  opacity: 0.7;
}

.h-ranking-container__inner,
.h-benefit__inner,
.h-review__inner,
.belief__inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (width <= 768px) {
  .h-ranking-container__inner,
  .h-benefit__inner,
  .h-review__inner,
  .belief__inner {
    max-width: 100%;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
}

.h-col01 {
  color: red;
}

.h-bg01 {
  background-color: #ffffe0;
}

.h-bg02 {
  background-color: #e9ecf4;
}

.h-top-rogo {
  width: clamp(163px, 12.4vw, 200px);
}
@media (width >= 981px) {
  .h-top-rogo {
    margin-left: 40px;
  }
}
@media (width <= 1010px) {
  .h-top-rogo {
    margin-left: 16px;
  }
}
@media (width <= 980px) {
  .h-top-rogo {
    width: clamp(154px, 25vw, 160px);
  }
}
@media (width <= 768px) {
  .h-top-rogo {
    width: clamp(135px, 25vw, 160px);
  }
}
.h-top-rogo h1 {
  font-size: clamp(10px, 0.8vw, 13px);
  text-align: center;
  font-weight: normal;
  margin-top: 0.3vw;
}
@media (width <= 768px) {
  .h-top-rogo h1 {
    font-size: clamp(9px, 0.8vw, 13px);
  }
}
@media (width <= 480px) {
  .h-top-rogo h1 {
    font-size: clamp(8px, 0.8vw, 13px);
  }
}

.h-top-19th {
  width: 105px;
  margin-top: 0.7vw;
  margin-left: 0.8vw;
}
@media (width >= 981px) {
  .h-top-19th {
    width: clamp(60px, 5.36vw, 102px);
  }
}
@media (width <= 980px) {
  .h-top-19th {
    width: 84px;
    margin-left: 8px;
  }
}
@media (width <= 768px) {
  .h-top-19th {
    width: clamp(64px, 11.2vw, 102px);
  }
}

@media (width <= 980px) {
  #header {
    position: fixed;
    z-index: 3;
  }
}
@media (width >= 480px) {
  #header {
    padding-top: 0;
  }
}

.wrap-h-mv__header {
  width: 100%;
}
@media (width <= 980px) {
  .wrap-h-mv__header {
    background-color: #fff;
    height: clamp(90px, 15vw, 110px);
  }
}
@media (width <= 480px) {
  .wrap-h-mv__header {
    height: clamp(75px, 15vw, 110px);
  }
}

.h-header {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}
@media (width <= 980px) {
  .h-header {
    height: 100%;
    align-items: center;
    padding-top: 2vw;
    padding-bottom: 2vw;
    justify-content: space-between;
  }
}
.h-header__inner {
  display: flex;
}
@media (width <= 980px) {
  .h-header__inner {
    padding-left: 40px;
  }
}
@media (width <= 480px) {
  .h-header__inner {
    padding-left: 8px;
  }
}
.h-header__list {
  padding-top: 40px;
}
.h-header__list ul {
  display: flex;
}
@media (width >= 981px) {
  .h-header__list ul {
    padding-left: 2vw;
    margin-right: 1vw;
  }
}
@media (width <= 1280px) {
  .h-header__list ul {
    padding-left: 0.4vw;
    margin-right: 0.5vw;
  }
}
.h-header__list ul li {
  font-weight: bold;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
  letter-spacing: 0.7;
}
@media (width >= 981px) {
  .h-header__list ul li {
    font-size: clamp(12px, 1.2vw, 16px);
  }
}
.h-header__list ul li a:hover {
  text-decoration: underline;
  color: #23527c;
}
.h-header__list ul li + li {
  border-left: 2px solid #222;
}

/* メインビジュアル */
.wrap-h-mv {
  background-image: url(https://gigaplus.makeshop.jp/pckujira/images/houjin/h-mv-pc.jpg);
  background-size: cover;
  margin-bottom: 16px;
  list-style: none;
  padding-bottom: 40px;
}
@media (width >= 981px) {
  .wrap-h-mv {
    padding-top: 40px;
  }
}
@media (width <= 1280px) {
  .wrap-h-mv {
    padding-bottom: 4vw;
  }
}
@media (width <= 980px) {
  .wrap-h-mv {
    padding-bottom: 4vw;
    position: relative;
  }
}
@media (width <= 980px) {
  .wrap-h-mv {
    background-image: url(https://gigaplus.makeshop.jp/pckujira/images/houjin/h-mv-sp.jpg);
    background-position: top 0px left -6px;
    background-color: rgba(255, 255, 255, 0.2);
    background-blend-mode: lighten;
    margin-bottom: 6vw;
    padding-top: 0;
  }
}

.h-mv {
  font-family: "Noto Serif JP", serif;
  max-width: 1100px;
}
@media (769px <= width <= 1280px) {
  .h-mv {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (width >= 981px) {
  .h-mv {
    margin-top: 40px;
  }
}
@media (width <= 980px) {
  .h-mv {
    padding-top: 7vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
.h-mv h2 {
  position: static;
  font-size: 56px;
  line-height: 1.3;
  text-align: left;
  font-weight: normal;
  color: #222;
  letter-spacing: -1.5px;
}
@media (width <= 768px) {
  .h-mv h2 {
    font-size: 8vw;
  }
}
.h-mv__txt01 {
  font-size: 18px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3), -1px -1px 1px rgba(255, 255, 255, 0.3), -1px 1px 1px rgba(255, 255, 255, 0.3), 1px -1px 1px rgba(255, 255, 255, 0.3), 1px 0 1px rgba(255, 255, 255, 0.3), -1px 0 1px rgba(255, 255, 255, 0.3), 0 1px 1px rgba(255, 255, 255, 0.3), 0 -1px 1px rgba(255, 255, 255, 0.3);
  margin-top: 1vw;
  font-weight: 500;
  line-height: 1.7;
}
@media (width <= 768px) {
  .h-mv__txt01 {
    font-size: 3.2vw;
    line-height: 1.6;
    margin-top: 3.2vw;
  }
}
.h-mv__list {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #fff;
  margin-top: 3vw;
}
@media (width <= 768px) {
  .h-mv__list {
    font-size: 4vw;
    margin-top: 7vw;
    line-height: 1.5;
  }
}
.h-mv__list ul {
  display: flex;
  justify-content: space-between;
}
.h-mv__list ul li {
  background-color: #153a6c;
  width: 30%;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}
@media (width <= 768px) {
  .h-mv__list ul li {
    width: 32%;
    padding: 2vw;
  }
}

.fixed-btn.pc {
  margin-left: auto;
}

.fixed-btn {
  z-index: 999;
  display: flex;
}
@media (width <= 768px) {
  .fixed-btn {
    width: 100%;
  }
}
.fixed-btn .h-mv__btn01 img {
  width: clamp(130px, 12vw, 205px);
}
@media (width <= 768px) {
  .fixed-btn .h-mv__btn01 img {
    width: clamp(120px, 2vw, 180px);
  }
}
.fixed-btn .h-mv__btn01 a {
  background-color: #222;
  width: clamp(170px, 15vw, 300px);
}
.fixed-btn .h-mv__btn02 img {
  width: clamp(115px, 9vw, 152px);
}
@media (width <= 768px) {
  .fixed-btn .h-mv__btn02 img {
    width: clamp(140px, 2vw, 180px);
  }
}
.fixed-btn .h-mv__btn02 a {
  background-color: #153a6c;
  width: clamp(170px, 13vw, 280px);
}
@media (width <= 768px) {
  .fixed-btn .h-mv__btn01,
  .fixed-btn .h-mv__btn02 {
    width: 50%;
  }
}
.fixed-btn .h-mv__btn01 a,
.fixed-btn .h-mv__btn02 a {
  height: 80px;
  text-align: center;
  align-items: center;
  display: flex;
}
@media (width <= 768px) {
  .fixed-btn .h-mv__btn01 a,
  .fixed-btn .h-mv__btn02 a {
    width: 100%;
    height: clamp(60px, 2vw, 80px);
    padding-left: 8px;
    padding-right: 8px;
  }
}
.fixed-btn .h-mv__btn01 img,
.fixed-btn .h-mv__btn02 img {
  margin: auto;
}
.fixed-btn .h-mv__btn01.fixed a,
.fixed-btn .h-mv__btn02.fixed a {
  background-color: transparent;
}

.fixed {
  position: fixed;
  top: 0;
  right: 0;
  transition: 0.6s;
}

@media (width >= 981px) {
  .header-sponly {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (width <= 980px) {
  .header-pconly {
    display: none;
  }
}
.h3-ranking {
  line-height: 1.3;
}
@media (width <= 768px) {
  .h3-ranking {
    font-size: 5vw;
    padding: 1.5vw;
  }
}

.h-ranking-container__inner {
  margin-top: 32px;
}
@media (width >= 769px) {
  .h-ranking-container__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#h-hikaku {
  margin-bottom: 40px;
}

.h-hikaku {
  font-size: small;
  border: solid 1px #222;
}
.h-hikaku tr td {
  text-align: center;
  border: solid 1px #222;
}
.h-hikaku tr th {
  font-weight: bold;
  border: solid 1px #222;
}
@media (width <= 480px) {
  .h-hikaku tr td,
  .h-hikaku tr th {
    font-size: 2.7vw;
  }
}
.h-hikaku .number th {
  text-align: left;
  font-weight: bold;
}
.h-hikaku .h-bold td {
  font-weight: bold;
}
.h-hikaku .index {
  text-align: left;
}
.h-hikaku .h-pl02 {
  padding-left: 0.4vw;
  padding-right: 0.4vw;
}

.h-hikaku + .h-hikaku {
  margin-top: 32px;
}
@media (width <= 768px) {
  .h-hikaku + .h-hikaku {
    margin-top: 4vw;
  }
}

.h-ranking-container {
  padding-top: 90px;
  padding-left: 0;
}
@media (width <= 768px) {
  .h-ranking-container {
    padding-top: 15vw;
  }
}

.h-contact a {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (width <= 768px) {
  .h-contact a {
    max-width: 100%;
    margin-left: 3.2vw;
    margin-right: 3.2vw;
  }
}

.h-contact.pb {
  padding-bottom: 100px;
}
@media (width <= 768px) {
  .h-contact.pb {
    padding-bottom: 100px;
  }
}

@media (width >= 769px) {
  .casestudies__inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (width <= 980px) {
  .casestudies__inner {
    padding: 3.2vw;
  }
}

#casestudies {
  margin-top: 200px;
  padding-bottom: 80px;
  background-color: #e9ecf4;
}
@media (width <= 768px) {
  #casestudies {
    margin-top: 20vw;
    padding-bottom: 10vw;
  }
}
#casestudies h4 {
  font-size: 26px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  color: #000363;
  font-weight: bold;
}
@media (width <= 768px) {
  #casestudies h4 {
    font-size: 4vw;
    color: #fff;
    margin-top: 20px;
    padding: 5px;
    background: #000363;
    clear: both;
    text-align: center;
  }
}
#casestudies h5 {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  padding: 6px 20px 5px;
  background: #000363;
  clear: both;
}
@media (width <= 768px) {
  #casestudies h5 {
    text-align: center;
  }
}
#casestudies ul {
  list-style: none;
  display: table;
  border-collapse: separate;
}
@media (width >= 769px) {
  #casestudies ul {
    padding-top: 28px;
  }
}
@media (width <= 768px) {
  #casestudies ul {
    width: 100%;
  }
}
#casestudies ul li {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 25px;
}
@media (width <= 768px) {
  #casestudies ul li {
    width: 100%;
    background-color: #fff;
    padding: 3.2vw;
    display: block;
    margin-bottom: 15px;
  }
}
#casestudies ul li + li {
  margin-top: 80px;
}
@media (width <= 768px) {
  #casestudies ul li + li {
    margin-top: 10vw;
  }
}
#casestudies .clearfix {
  overflow: hidden;
  zoom: 1;
}
#casestudies .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#casestudies dl dt {
  float: left;
  clear: left;
  color: #000363;
}
#casestudies dl dd {
  float: left;
  margin-left: 0;
}
#casestudies dt::after,
#casestudies ol.solution dt::after {
  content: "：";
  color: #000363;
}
#casestudies img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  width: 300px;
  height: auto;
  display: inline;
}
@media (width <= 980px) {
  #casestudies img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
  }
}
@media (width <= 768px) {
  #casestudies img {
    width: 100%;
  }
}
#casestudies .fc_important {
  font-weight: bold;
  color: #af0002;
}
#casestudies .m_b20 {
  margin-bottom: 20px;
}
@media (width <= 768px) {
  #casestudies .turnl {
    margin-bottom: 5px !important;
  }
}
@media (width <= 768px) {
  #casestudies p {
    display: block;
    margin: 20px 0;
    clear: both;
  }
}

.belief {
  font-family: "Noto Serif JP", serif;
  padding-top: 80px;
  padding-bottom: 80px;
}
.belief__ttl {
  text-align: center;
  margin-bottom: 32px;
}
.belief__txt01 {
  line-height: 1.7;
  font-weight: 500;
}
.belief__txt01 + .belief__txt01 {
  margin-top: 16px;
}
.belief .border01 {
  border-bottom: 1px solid #222;
  padding-bottom: 48px;
}
@media (width <= 768px) {
  .belief .border01 {
    padding-bottom: 8vw;
  }
}

#h-review {
  padding-top: 80px;
}
#h-review iframe {
  margin-top: 16px;
}

#h-benefit {
  margin-top: 120px;
}

.h-benefit__contents {
  max-width: 600px;
}
@media (width <= 768px) {
  .h-benefit__contents {
    max-width: 100%;
  }
}

#drawer .btn-gNav {
  position: fixed;
  top: 33px;
  right: 40px;
  width: 40px;
  height: 24px;
  z-index: 999;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 400ms;
}
@media (width >= 769px) {
  #drawer .btn-gNav {
    top: 36px;
  }
}
@media (width <= 768px) {
  #drawer .btn-gNav {
    right: 7vw;
    top: 5vw;
  }
}
@media (width <= 480px) {
  #drawer .btn-gNav {
    right: 15px;
    top: 20px;
  }
}

#drawer .btn-gNav span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #153a6c;
  transition: all 400ms;
}

#drawer .btn-gNav span:nth-child(1) {
  top: 0;
}

#drawer .btn-gNav span:nth-child(2) {
  top: 12px;
}

#drawer .btn-gNav span:nth-child(3) {
  top: 23px;
}

#drawer .btn-gNav.open span:nth-child(1) {
  background: #153a6c;
  top: 6px;
  transform: rotate(-45deg);
}

#drawer .btn-gNav.open span:nth-child(2) {
  opacity: 0;
}

#drawer .btn-gNav.open span:nth-child(3) {
  top: 6px;
  background: #222;
  transform: rotate(45deg);
}

#gNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 20px;
  box-sizing: border-box;
  z-index: 3;
  padding-top: 50px;
  transition: 0.3s;
}

#gNav.open {
  right: 0px;
}

#gNav .gNav-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#gNav .gNav-menu a {
  color: #153a6c;
}

#gNav .gNav-menu li {
  display: block;
}

#gNav .gNav-menu li a {
  font-weight: bold;
  text-decoration: none;
  padding: 20px 30px;
}
#gNav .gNav-menu li a:hover {
  text-decoration: underline;
  color: #23527c;
}

@media (min-width: 801px) {
  .tb-Paragraph {
    display: none;
  }
}
img.turnl {
  float: left !important;
}
@media (width >= 769px) {
  img.turnl {
    padding-right: 20px;
  }
}

/* スマホ固定ボタン */
@media (width <= 768px) {
  .fixed-btn__wrap {
    position: fixed;
    bottom: 0px;
    font-size: 0;
    width: 100%;
  }
  .fixed-btn.pconly {
    display: none;
  }
}
/*250409追記　法人 リフレッシュパソコンページ */
.wrap-h-mv.h-refreshpc__header {
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
}
@media (width <= 980px) {
  .wrap-h-mv.h-refreshpc__header {
    margin-bottom: 0px;
    padding: 0;
  }
}
.wrap-h-mv.h-refreshpc__header .h-header__list a {
  color: #222;
}
@media (width <= 1150px) {
  .wrap-h-mv.h-refreshpc__header .wrap-h-mv__header .h-top-rogo {
    margin-left: 16px;
    width: clamp(140px, 12.4vw, 200px);
  }
}
@media (width <= 980px) {
  .wrap-h-mv.h-refreshpc__header .wrap-h-mv__header .h-top-rogo {
    width: clamp(154px, 25vw, 160px);
    margin-left: 0;
  }
}
@media (width <= 768px) {
  .wrap-h-mv.h-refreshpc__header .wrap-h-mv__header .h-top-rogo {
    width: clamp(135px, 25vw, 160px);
  }
}
.wrap-h-mv.h-refreshpc__header .wrap-h-mv__header .h-top-rogo h1 {
  line-height: 1.1;
}
.wrap-h-mv.h-refreshpc__header .wrap-h-mv__header .h-mv__btn01 a {
  background-color: #222;
  width: clamp(154px, 15vw, 300px);
}
.wrap-h-mv.h-refreshpc__header .wrap-h-mv__header .h-mv__btn02 a {
  background-color: #153a6c;
  width: clamp(133px, 13vw, 280px);
}

.h-refreshpc__mv {
  position: relative;
}
@media (width >= 769px) {
  .h-refreshpc__mv {
    height: 497px;
  }
}
@media (width <= 768px) {
  .h-refreshpc__mv {
    height: 90vw;
  }
}
.h-refreshpc__mv h2 {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: inline-block;
}
@media (width <= 768px) {
  .h-refreshpc__mv h2 {
    right: 8px;
    bottom: 5vw;
  }
}
.h-refreshpc__mv h2 img {
  max-width: 469px;
}
@media (width <= 980px) {
  .h-refreshpc__mv h2 img {
    max-width: 43vw;
  }
}
@media (width <= 768px) {
  .h-refreshpc__mv h2 img {
    max-width: 63vw;
  }
}
.h-refreshpc__mv .h-refreshpc__mv-txt01 {
  position: absolute;
  left: 35px;
  bottom: 100px;
  z-index: 2;
  display: inline-block;
  max-width: 690px;
}
@media (width >= 769px) {
  .h-refreshpc__mv .h-refreshpc__mv-txt01 {
    min-width: 444px;
  }
}
@media (width <= 980px) {
  .h-refreshpc__mv .h-refreshpc__mv-txt01 {
    max-width: 57vw;
    bottom: 225px;
    left: 16px;
  }
}
@media (width <= 768px) {
  .h-refreshpc__mv .h-refreshpc__mv-txt01 {
    max-width: 74vw;
    top: 3vw;
    left: 8px;
  }
}
.h-refreshpc__mv .h-refreshpc__mv-img01 {
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width >= 769px) {
  .h-refreshpc__mv .h-refreshpc__mv-img01 {
    min-height: 497px;
  }
}
@media (width <= 768px) {
  .h-refreshpc__mv .h-refreshpc__mv-img01 {
    height: 90vw;
  }
}

.h-refreshpc {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  color: #222;
  letter-spacing: 1.2px;
}
@media (width <= 980px) {
  .h-refreshpc {
    padding-top: clamp(90px, 15vw, 110px);
  }
}
@media (width <= 480px) {
  .h-refreshpc {
    padding-top: clamp(75px, 15vw, 110px);
  }
}
@media (width <= 768px) {
  .h-refreshpc .imgcenter-sp {
    text-align: center;
  }
}
.h-refreshpc h3 {
  background-color: #153a6c;
  color: #fff;
  font-size: 30px;
  padding: 11px 30px 13px 30px;
  line-height: 1.5;
  letter-spacing: 1.3;
  margin-bottom: 24px;
}
@media (width <= 768px) {
  .h-refreshpc h3 {
    font-size: 4.6vw;
    padding: 11px 20px 13px 20px;
  }
}
.h-refreshpc img {
  image-rendering: -webkit-optimize-contrast;
}
.h-refreshpc .bold {
  font-weight: bold;
}
.h-refreshpc .red01 {
  color: #ff0000;
  font-weight: bold;
  font-size: 22px;
}
@media (width <= 768px) {
  .h-refreshpc .red01 {
    font-size: 20px;
  }
}
.h-refreshpc .blue01 {
  color: #006ec3;
  font-weight: bold;
  font-size: 26px;
}
@media (width <= 768px) {
  .h-refreshpc .blue01 {
    font-size: 24px;
  }
}
.h-refreshpc .blue02 {
  color: #006ec3;
  font-weight: bold;
  font-size: 23px;
  margin-top: 32px;
}
@media (width >= 769px) {
  .h-refreshpc .blue02 {
    text-align: center;
  }
}
@media (width <= 768px) {
  .h-refreshpc .blue02 {
    font-size: 18px;
  }
}
.h-refreshpc .orange01 {
  color: #ff7200;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.6;
}
@media (width <= 768px) {
  .h-refreshpc .orange01 {
    font-size: 18px;
  }
}
.h-refreshpc .orange02 {
  color: #ff7200;
  font-weight: bold;
  font-size: 16px;
}
.h-refreshpc section {
  padding-bottom: 80px;
}
@media (width <= 768px) {
  .h-refreshpc section {
    padding-bottom: 60px;
  }
}
.h-refreshpc section p {
  font-size: 18px;
}
@media (width <= 768px) {
  .h-refreshpc section p {
    font-size: 16px;
  }
}
@media (width <= 1100px) {
  .h-refreshpc .h-refreshpc__inner {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
}
.h-refreshpc #loss p {
  line-height: 2;
  letter-spacing: 1.4;
}
@media (width <= 768px) {
  .h-refreshpc #loss p {
    line-height: 1.8;
  }
}
.h-refreshpc #loss p + p {
  margin-top: 24px;
}
@media (width <= 768px) {
  .h-refreshpc #loss p + p {
    margin-top: 16px;
  }
}
@media (width >= 769px) {
  .h-refreshpc #loss .h-refreshpc__box.txtarea {
    padding-left: 20px;
  }
}
.h-refreshpc__txt01 {
  margin-bottom: 32px;
}
.h-refreshpc .list-txt01 {
  display: block;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.4;
}
@media (width <= 768px) {
  .h-refreshpc .list-txt01 {
    font-size: 15px;
  }
}
.h-refreshpc .h-refreshpc--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width <= 768px) {
  .h-refreshpc .h-refreshpc--flex {
    display: block;
  }
}
.h-refreshpc .h-refreshpc__box {
  width: 46%;
}
@media (width <= 768px) {
  .h-refreshpc .h-refreshpc__box {
    width: 100%;
    margin-top: 30px;
  }
}
.h-refreshpc .h-refreshpc__box li + li {
  margin-top: 20px;
}
@media (width <= 768px) {
  .h-refreshpc #kujiraya-refreshpc img {
    max-width: 100%;
  }
}
.h-refreshpc #kujiraya-refreshpc .h-refreshpc__inner {
  padding-left: 20px;
  padding-right: 20px;
}
.h-refreshpc #item table {
  font-size: 15px;
  text-align: left;
  border-collapse: collapse;
  border: none;
}
@media (width <= 768px) {
  .h-refreshpc #item table {
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
  }
}
.h-refreshpc #item table tr td {
  line-height: 1.43;
  padding: 10px;
}
@media (width <= 480px) {
  .h-refreshpc #item table tr td {
    padding: 8px;
  }
}
.h-refreshpc #item table tr th,
.h-refreshpc #item table tr td {
  border: none;
  border-left: solid 1px #e0e0e0;
  border-top: solid 1px #e0e0e0;
}
.h-refreshpc #item table tr th:first-child {
  border-left: none;
}
.h-refreshpc #item table .bt-none th,
.h-refreshpc #item table .bt-none td {
  border-top: none;
}
.h-refreshpc #item table .bl-none {
  border-left: none;
}
.h-refreshpc #item table .pr-none {
  padding-right: 0;
}
.h-refreshpc #item table .table-bb {
  border-bottom: solid 1px #e0e0e0;
}
.h-refreshpc #item table + table {
  margin-top: 24px;
}
.h-refreshpc #item .h-r-pctable th {
  min-width: 148px;
  padding: 10px 10px 10px 0;
  font-weight: normal;
}
@media (width <= 768px) {
  .h-refreshpc #item .h-r-pctable th {
    min-width: 130px;
  }
}
@media (width <= 480px) {
  .h-refreshpc #item .h-r-pctable th {
    min-width: 119px;
    padding: 8px 8px 8px 0;
  }
}
.h-refreshpc .h-contact {
  margin-bottom: 80px;
}
.h-refreshpc .h-contact p {
  text-align: center;
  font-size: 24px;
}
@media (width >= 769px) {
  .h-refreshpc .h-contact p {
    margin-bottom: 24px;
  }
}
@media (width <= 768px) {
  .h-refreshpc .h-contact p {
    font-size: 19px;
    text-align: left;
    margin-left: 3.2vw;
    margin-right: 3.2vw;
    line-height: 1.5;
  }
}
.h-refreshpc #service {
  background-color: #bed8e8;
  padding-bottom: 40px;
}
@media (width >= 769px) {
  .h-refreshpc #service {
    margin-bottom: 80px;
  }
}
.h-refreshpc #service h3 {
  margin-bottom: 40px;
}
.h-refreshpc #service ul {
  display: flex;
  justify-content: space-between;
  padding: 0px 30px 35px 30px;
}
@media (width <= 768px) {
  .h-refreshpc #service ul {
    display: block;
    padding: 0px 0 35px 0;
  }
}
.h-refreshpc #service ul li {
  background-color: #fff;
  width: 31%;
  padding: 20px;
}
@media (width <= 768px) {
  .h-refreshpc #service ul li {
    width: 100%;
    padding: 3.2vw;
  }
}
.h-refreshpc #service ul li img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
@media (width <= 768px) {
  .h-refreshpc #service ul li img {
    max-width: 55%;
  }
}
@media (width >= 769px) {
  .h-refreshpc #service .service__box {
    min-height: 230px;
  }
}
.h-refreshpc #service .service__ttl {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-top: 16px;
}
@media (width <= 1135px) {
  .h-refreshpc #service .service__ttl--spnone {
    display: none;
  }
}
@media (width <= 768px) {
  .h-refreshpc #service .service__ttl {
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.h-refreshpc #service .service__txt01 {
  border-top: 1px solid #222;
  padding-top: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (width <= 768px) {
  .h-refreshpc #service .service__txt01 {
    line-height: 1.6;
  }
}
.h-refreshpc #service .service__txt02 {
  text-align: center;
  font-size: 24px;
}
@media (width <= 768px) {
  .h-refreshpc #service .service__txt02 {
    font-size: 19px;
    text-align: left;
    line-height: 1.6;
  }
}

/* これはコメントです */

.h-refreshpc #jirei {
  background-color: #ffffff;
  padding-bottom: 40px;
}
@media (width >= 769px) {
  .h-refreshpc #jirei {
    margin-bottom: 80px;
  }
}
.h-refreshpc #jirei h3 {
  margin-bottom: 40px;
}
.h-refreshpc #jirei ul {
  display: flex;
  justify-content: space-between;
  padding: 0px 30px 35px 30px;
}
@media (width <= 768px) {
  .h-refreshpc #jirei ul {
    display: block;
    padding: 0px 0 35px 0;
  }
}
.h-refreshpc #jirei ul li {
  background-color: #e0e0e0;
  width: 48%;
  padding: 20px;
}
@media (width <= 768px) {
  .h-refreshpc #jirei ul li {
    width: 100%;
    padding: 3.2vw;
  }
}
.h-refreshpc #jirei ul li img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
@media (width <= 768px) {
  .h-refreshpc #jirei ul li img {
    max-width: 55%;
  }
}
@media (width >= 769px) {
  .h-refreshpc #jirei .jirei__box {
    min-height: 230px;
  }
}
.h-refreshpc #jirei .jirei__ttl {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-top: 16px;
}
@media (width <= 1135px) {
  .h-refreshpc #jirei .jirei__ttl--spnone {
    display: none;
  }
}
@media (width <= 768px) {
  .h-refreshpc #jirei .jirei__ttl {
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 1.5;
  }
}
.h-refreshpc #jirei .jirei__txt01 {
  border-top: 1px solid #a5a5a5;
  padding-top: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.h-refreshpc #jirei .jirei__txt02 {
  border-top: 1px solid #a5a5a5;
  padding-top: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media (width <= 768px) {
  .h-refreshpc #jirei .jirei__txt01 {
    line-height: 1.6;
  }
}
.h-refreshpc #jirei .jirei__txt03 {
  border-top: 1px solid #a5a5a5;
  padding-top: 16px;
  font-weight: 350;
  font-size: 19px;
  text-align: left;
  line-height: 2.0;
}
@media (width <= 768px) {
  .h-refreshpc #jirei .jirei__txt03 {
    font-size: 19px;
    text-align: left;
    line-height: 3.0;
  }
}

h99 {
  display: inline-block;
  padding: 8px;
  margin: 5px;
  border: 1px solid #333333;
  border-radius: 5px;
}

h98 {
  padding: 10px;
  border-top: solid 4px gray;
}

/* これはコメントです */


.h-refreshpc .refreshpc-case {
  padding-bottom: 40px;
}
.h-refreshpc .refreshpc-case h4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1;
}
@media (width <= 768px) {
  .h-refreshpc .refreshpc-case h4 {
    font-size: 3.8vw;
    line-height: 1.4;
  }
}
.h-refreshpc .refreshpc-case__wrap {
  display: flex;
  justify-content: space-evenly;
  margin-top: 24px;
}
@media (width <= 768px) {
  .h-refreshpc .refreshpc-case__wrap {
    display: block;
  }
}
.h-refreshpc .refreshpc-case__txtarea {
  width: 48%;
}
@media (width <= 768px) {
  .h-refreshpc .refreshpc-case__txtarea {
    width: 100%;
  }
}
@media (width <= 768px) {
  .h-refreshpc .refreshpc-case .refreshpc-case__txtarea + .refreshpc-case__txtarea {
    margin-top: 20px;
  }
}
.h-refreshpc .refreshpc-case__txtbox {
  line-height: 1.5;
}
.h-refreshpc .refreshpc-case__txtbox .boxttl01 {
  font-weight: bold;
  font-size: 16px;
}
@media (width <= 768px) {
  .h-refreshpc .refreshpc-case__txtbox .boxttl01 {
    font-size: 15px;
  }
}
.h-refreshpc .refreshpc-case__txtbox .box-txt01 {
  font-size: 16px;
}
@media (width <= 768px) {
  .h-refreshpc .refreshpc-case__txtbox .box-txt01 {
    font-size: 15px;
  }
}
.h-refreshpc .refreshpc-case__txtbox .box-txt02 {
  font-size: 16px;
  text-indent: 15px;
}
@media (width <= 768px) {
  .h-refreshpc .refreshpc-case__txtbox .box-txt02 {
    font-size: 15px;
  }
}
.h-refreshpc .refreshpc-case__txtbox .box-txt03 {
  font-size: 14px;
}
@media (width <= 768px) {
  .h-refreshpc .refreshpc-case__txtbox .box-txt03 {
    font-size: 13px;
  }
}
.h-refreshpc .refreshpc-case__txtbox .box-txt04 {
  font-size: 21px;
  font-weight: bold;
}
@media (width <= 768px) {
  .h-refreshpc .refreshpc-case__txtbox .box-txt04 {
    font-size: 20px;
  }
}
.h-refreshpc .refreshpc-case__txtbox .box-txt05 {
  font-size: 32px;
  font-weight: bold;
  color: #da0000;
  line-height: 1.3;
}
@media (width <= 768px) {
  .h-refreshpc .refreshpc-case__txtbox .box-txt05 {
    font-size: clamp(22px, 5.7vw, 26px);
  }
}
.h-refreshpc .refreshpc-case__txtbox .box-txt06 {
  font-size: 16px;
  font-weight: bold;
  color: #da0000;
  margin-top: 4px;
}
@media (width <= 768px) {
  .h-refreshpc .refreshpc-case__txtbox .box-txt06 {
    font-size: 15px;
  }
}
@media (width <= 768px) {
  .h-refreshpc .box-img01 {
    margin-top: 30px;
  }
}
.h-refreshpc .refreshpc-case__box {
  padding-bottom: 40px;
}
.h-refreshpc .refreshpc-case__box + .refreshpc-case__box {
  border-top: solid 8px #153a6c;
  padding-top: 40px;
}
.h-refreshpc .refreshpc-case__txtbox + .refreshpc-case__txtbox {
  margin-top: 20px;
}
.h-refreshpc .about-Kujiraya__wrap {
  display: flex;
  justify-content: space-between;
}
@media (width <= 768px) {
  .h-refreshpc .about-Kujiraya__wrap {
    display: block;
  }
}
.h-refreshpc .about-Kujiraya__box {
  width: 48%;
}
@media (width <= 768px) {
  .h-refreshpc .about-Kujiraya__box {
    width: 100%;
  }
}
.h-refreshpc .about-Kujiraya .about-txt-img01 {
  margin-top: 5px;
  max-width: 475px;
}
@media (width <= 980px) {
  .h-refreshpc .about-Kujiraya .about-txt-img01 {
    max-width: clamp(75%, 100%, 500px);
  }
}
.h-refreshpc .about-Kujiraya .about-txt01 {
  font-size: 19px;
  font-weight: bold;
  margin-top: 40px;
}
@media (width <= 768px) {
  .h-refreshpc .about-Kujiraya .about-txt01 {
    font-size: 17px;
  }
}
.h-refreshpc .about-Kujiraya .about-txt02 {
  font-size: 17px;
  line-height: 1.5;
  margin-top: 16px;
}
@media (width <= 768px) {
  .h-refreshpc .about-Kujiraya .about-txt02 {
    font-size: 15px;
  }
}
.h-refreshpc .about-Kujiraya a {
  color: #0061ac;
  font-weight: bold;
  margin-top: 16px;
  font-size: 18px;
}
@media (width <= 768px) {
  .h-refreshpc .about-Kujiraya a {
    font-size: 16px;
  }
}
@media (width <= 768px) {
  .h-refreshpc .about-Kujiraya .about-Kujiraya__box + .about-Kujiraya__box {
    margin-top: 35px;
  }
}
.h-refreshpc #h-review {
  padding-top: 0;
}/*# sourceMappingURL=style.css.map */