@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html{
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  color: #16238D;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
}

a {
  text-decoration: none;
  color: #fff;
}

ol {
  list-style: decimal;
}

section {
  width: 100%;
  padding: 0;
  position: relative;
  padding-bottom: 16rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border: 1px solid #C6C6C6;
  background: #fff;
  max-width: 100%;
  padding: 0.3em 0.6em;
  width: 95%;
}

::placeholder {
  color: #BFBFBF;
  font-weight: normal;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #BFBFBF;
  font-weight: normal;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #BFBFBF;
  font-weight: normal;
}

/* セクションタイトル（見出し） */
.section-title {
  font-size: 3.6rem;
  color: #16238D;
  position: relative;
  display: inline-block;
  margin: 15rem 0 16rem 0;
}
.section-title::before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 140px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #16238D;
  border-radius: 2px;
}

/* 文字色（白色） */
.text-white {
  color: #fff;
}
.text-white::before {
  background-color: #fff;
}

/* 下線（黄色） */
.under-yellow {
  background: linear-gradient(transparent 75%, #FFD85F 75%);
}

/* 下線（青色） */
.under-blue {
  border-bottom: 1px solid;
}

/* 改行 */
.pcbr {
  display: inline;
}
.spbr {
  display: none;
}

/* お問い合わせバナー */
.contact-banner {
  background: transparent linear-gradient(76deg, #000F86 0%, #075EB5 48%, #0DAAE3 100%) 0% 0% no-repeat padding-box;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}
.contact-banner .contact-message {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 58px auto 29px;
}
.contact-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.contact-box-left {
  width: 48%;
  border: 2px solid #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  line-height: 2;
}
.contact-box-left::before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
  font-size: 5rem;
  color: #fff;
  margin: auto 0;
  width: 10%;
}
.contact-box-left a:hover {
  cursor: not-allowed;
}
.contact-box-left-wrap {
  line-height: 1.2;
  margin: auto 0;
}
.contact-box-tel {
  font-size: 4.2rem;
}
.contact-box-right {
  width: 48%;
  background: linear-gradient(-76deg, #FF9110 0%, #FFE36C 50%, #FF9110 100%) 0% 0% no-repeat padding-box;
  background-size: 200% auto;
  transition: 0.3s;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
  align-items: center;
  line-height: 2;
}
.contact-box-right::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 5rem;
  width: 15%;
  align-items: center;
}
.contact-box-right:hover {
  background-position: right center;
}
.pctel {
  display: block;
}
.sptel {
  display: none;
}


/**
 * header
 */
header {
  position: absolute;
  z-index: 20;
  top: 0;
}

header .header-in {
  padding-top: 27px;
}

.header-in {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.header-logo {
  margin-left: 40.8px;
}

.header-logo img {
  width: 437.22px;
}

/**
 * kv
 */
.kv {
  background-image: url(assets/img/kv.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 800.16px;
  padding: 0;
}

.kv::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(53deg, #000F86B2 0%, #0DAAE3B2 100%) 0% 0% no-repeat padding-box;
}

.kv::after {
  position: absolute;
  display: block;
  content: "";
  background: url(assets/img/service.png) center/contain no-repeat;
  z-index: 100;
  width: 683.45px;
  height: 552.23px;
  top: 212.2px;
  right: 19.7px;
  bottom: 35px;
}

.kv-wrap {
  margin: 223px auto 124.5px;
  letter-spacing: .05em;
  position: absolute;
  width: 1200px;
}

.kv-banner {
  position: relative;
  color: #fff;
  width: 572px;
  font-weight: bold;
  margin: 0 auto;
}

.kv-message {
  font-size: 2.4rem;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
  padding: 0;
}
.kv-message::before {
  content: '';
  position: absolute;
  top: 50%;
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left:  -40px;
}
.kv-message::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: -40px;
}

.kv-campain {
  background-color: #fff;
  color: #16238D;
  height: 184px;
  font-size: 3.6rem;
  line-height: 1.2;
}

.kv-font-big {
  font-size: 7.2rem;
}

.kv-font-biggeer {
  font-size: 6rem;
}

.kv-caption {
  font-size: 2.6rem;
  line-height: 1.9;
  margin: 21px auto 34.4px;
}

.kv-font-red {
  color: #E86262;
}

.kv .contact-btn-wrap .contact-btn {
  padding: 17.6px 80px;
  background: linear-gradient(-76deg, #FF9110 0%, #FFE36C 50%, #FF9110 100%) 0% 0% no-repeat padding-box;
  background-size: 200% auto;
  transition: 0.3s;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  font-size: 2.4rem;
  align-items: center;
}
.kv .contact-btn-wrap .contact-btn::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 3.5rem;
  width: 15%;
  align-items: center;
}
.kv .contact-btn-wrap .contact-btn:hover {
  background-position: right center;
}

.kv-banner .contact-btn::before {
  font-size: 2.5rem;
}

.kv-banner .contact-btn a {
  padding: 17.6px 0;
  line-height: 0;
}

/**
 * お悩みありませんか？
 */
.troubles {
  padding-bottom: 0;
}

.trouble-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 960px;
  margin: 20px auto 0;
}

/* ？設置 */
.trouble-box::before {
  position: absolute;
  display: block;
  content: "";
  background: url(assets/img/question.png) center/contain no-repeat;
  width: 471px;
  height: 471px;
  top: 0;
  right: calc(100% - 408px);
  z-index: 100;
}

/* 悩んでいる人のアイコン設置 */
.trouble-box::after {
  position: absolute;
  display: block;
  content: "";
  background: url(assets/img/trouble.png) center/contain no-repeat;
  width: 272.05px;
  height: 237.57px;
  top: 35%;
  left: calc(100% - 408px);
  z-index: 100;
}

/* 吹き出し（左） */
.trouble-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 242.5px 1.5em 18px;
  padding: 25px 10px;
  max-width: 100%;
  width: 699.53px;
  color: #16238D;
  background: #DEE4FE;
  border-radius: 60px;
}

.trouble-left::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 90%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #DEE4FE;
}

.trouble-left p {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  font-weight: bold;
}

/* 吹き出し（右） */
.trouble-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 15px 1.5em 242.5px;
  padding: 25px 10px;
  max-width: 100%;
  width: 699.53px;
  color: #16238D;
  background: #DEE4FE;
  border-radius: 60px;
}

.trouble-right::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 90%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #DEE4FE;
  transform: rotateY(180deg);
}

.trouble-right p {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  font-weight: bold;
}

/* 最大100万円の補助受けることができるバナー */
.troubles-solution {
  background-color: #8BD3F0;
  font-size: 4.2rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin: 180px calc(50% - 50vw) 0;
  padding: 62px 0;
  width: 100vw;
}

.support-banner-h-fee {
  font-size: 6rem;
}

.support-content {
  background-color: #F7F7F7;
  margin: 0 calc(50% - 50vw);
  padding: 103px 0 120px;
  width: 100vw;
}

/* ラッシュビズがサポート */
.troubles-support  {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 74px;
}

/* サポートバナー */
.support-banner {
  color: #fff;
  font-weight: bold;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.support-banner-card {
  padding: 0 30px 40px;
  height: 273px;
  background: #fff;
  position: relative;
  border: 3px solid #16238D;
}

.support-banner-ribbon {
  position: absolute;
  display: inline-block;
  width: 147px;
  height: 147px;
  border-radius: 50%;
  background: #E86262;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  top: -41px;
  right: -41px;
}

.support-banner-ribbon .point {
  position: absolute;
  display: inline-block;
  line-height: 1.2;
  font-size: 2.7rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.support-banner-ribbon .pointbr {
  display: inline-block;
}

.support-banner-card-in {
  color: #16238D;
}

.support-banner-card-in .fullsupport-fee {
  font-size: 3.2rem;
  text-align: center;
  margin: 61px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.support-banner-card-in dt {
  width: 75%;
  font-size: 5.4rem;
  line-height: 1.4;
}

.support-banner-card-in .pcbr {
  display: inline-block;
  font-size: 6.5rem;
}

.support-banner-card-in dd {
  width: 25%;
  line-height: 0.8;
  font-size: 7rem;
}

.support-banner-l-fee {
  font-size: 18rem;
}

.support-banner-caption {
  font-size: 2.4rem;
  font-weight: normal;
  margin: 21.8px 0 0 0;
  text-decoration: underline;
}

/* お問い合わせバナー（長い方） */
.contact-banner-long {
  padding-bottom: 0;
}
.contact-banner-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 85px 20px 80px;
}
.contact-banner-long .contact-support {
  font-size: 3.6rem;
  font-weight: bold;
}

/**
 * 小規模事業者持続化補助金とは？
 */
.about-hojokin {
  background-color: #F7F7F7;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.about-in {
  background-color: #fff;
  max-width: 880px;
  margin: 0 auto;
  padding: 47px 40px 58px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.about-title {
  font-weight: bold;
}

.jigyousya-description {
  margin-top: 28px;
}

/* 小規模事業者とはテーブル */
.jigyousya-table {
  margin: 34px auto 75px;
}
.jigyousya-table tr th {
  background-color: #E8E8E8;
  color: #000;
  text-align: center;
  padding: 17px 0;
  width: 418px;
  border: 1px solid #CCCCCC;
}
.jigyousya-table tr td {
  padding: 17px 0;
  width: 270px;
  border: 1px solid #CCCCCC;
}

/* 小規模事業者持続化補助金テーブル */
.back-blue {
  background-color: #ECF3FF;
}
.back-blue th {
  width: 440px;
  padding: 17px 0;
  text-align: center;
  font-weight: bold;
}
.hojokin-table-title {
  border: 1px solid #CCCCCC;
  padding: 19px 21.5px;
  color: #000;
  background-color: #E8E8E8;
  text-align: center;
  font-weight: bold;
}
.hojokin-tables {
  display: flex;
  flex-wrap: wrap;
}
.hojokin-table {
  width: 50%;
  border: 1px solid #CCCCCC;
}
.hojokin-table tbody th {
  padding: 19px 21.5px;
}
.hojokin-table tbody td {
  text-align: left;
  vertical-align: top;
  padding: 0 21.5px;
}
.hojokin-table tbody tr:last-child td:last-child {
  padding: 0 21.5px 21.5px 21.5px;
}
.hojokin-font-bold {
  font-weight: bold;
  margin-left: 18.5px;
}

/**
 * 選ばれる理由
 */
.reason {
  background-image: url(assets/img/reason.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-bottom: 4rem;
}

.reason::before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0CA3DFB7 0% 0% no-repeat padding-box;
}

.reason-wrap {
  margin: 0 auto;
  max-width: 1220px;
  width: 90%;
  letter-spacing: .05em;
}

/* 数字 */
.reason-step-number {
  position: absolute;
  display: inline-block;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #13208F;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  left: -23px;
  top: -27px;
}
.reason-step-number .point {
  position: absolute;
  display: inline-block;
  line-height: 1;
  left: 15%;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  text-align: center;
}
.reason-step-number .number {
  font-size: 4.6rem;
}
.reason-step-number .number::before {
  content: "\A";
  white-space: pre;
}

/* カードリスト */
.reason-steps {
  color: #fff;
  position: relative;
  width: 100%;
  max-width: 1220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.reason .reason-steps .reason-step {
  margin-bottom: 101px;
  padding: 0 30px 40px;
  width: 43%;
  height: 360px;
  background: #fff;
  position: relative;
  border-radius: 20px;
  max-width: 582px;
  text-align: left;
}

/* 見出し */
.reason-card-in h4 {
  color: #13208F;
  font-size: 3.2rem;
  text-align: center;
  margin: 61px auto 39px;
}

/* 本文 */
.reason-card-in p {
  color: #13208F;
}

/**
 * 支援実績
 */
.works {
  background-color: #F5F5F5;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.works-wrap {
  padding: 0 20px;
}

/* スライダー */
.works-slider {
  max-width: 1220px;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.slider img{
  height: 321px;
  width: 423px;
  object-position: 0 0;
  object-fit: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.slick-prev {
  width: 74px;
  height: 74px;
  background-color: #13208F;
  border-radius: 50%;
  color: #fff;
  z-index: 100;
  left: -30px;
}
.slick-prev::before {
  display: inline-block;
  content: "＜";
  font-weight: bold;
  font-size: 4rem;
  color: #fff;
  opacity: 1;
  margin-left: -8px;
  margin-top: 3px;
}
.slick-next {
  width: 74px;
  height: 74px;
  background-color: #13208F;
  border-radius: 50%;
  color: #fff;
  z-index: 100;
  right: -30px;
}
.slick-next::before {
  display: inline-block;
  content: "＞";
  font-weight: bold;
  font-size: 4rem;
  color: #fff;
  opacity: 1;
  margin-right: -15px;
  margin-top: 3px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: #fff;
  background-color: #13208F;
}
.slider-box {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 89px;
  height: 396px;
}

.slider-box-left {
  margin: auto 0;
  width: 50%;
}

.slider-box-right {
  margin: auto 0;
  text-align: left;
  width: 50%;
}

.slider-box-right .works-title {
  font-size: 2.4rem;
}

.works-tags {
  margin: 18px auto 24px;
  display: flex;
  flex-wrap: wrap;
}

.works-tag {
  display: inline-block;
  background-color: #000F86;
  color: #fff;
  border-radius: 30px;
  margin: 0 12px 6px 0;
  padding: 4px 18px;
}

.works-description {
  font-size: 1.8rem;
}

/* お問い合わせバナー（短い方） */
.contact-banner-short {
  padding-bottom: 0;
}

/**
 * 流れ
 */
.flow-list-item {
  display: flex;
  max-width: 1120px;
  margin: 30px auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.flow-list-item-step {
  color: #fff;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  line-height: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 180px;
  max-width: 180px;
  background: #0B98D8;
}
.flow-list-item-step .number {
  font-size: 4.8rem;
  font-weight: bold;
  width: 100%;
  margin: 26px auto 8px;
  line-height: 145.8%;
}
.flow-list-item-step .flow-item {
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  margin: 0 30px 35px;
  line-height: 145%;
}
.flow-list-item-detail {
  text-align: left;
  width: 100%;
  margin: auto 54px;
  font-size: 1.8rem;
}

/**
 * お問い合わせ
 */
.contact {
  background-color: #F5F5F5;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  color: #000;
  padding-bottom: 69px;
}

.contact .section-title {
  margin: 14rem 0 10rem;
}

.contact-form {
  margin: 0 auto;
  max-width: 1220px;
  background-color: #fff;
  text-align: left;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.contact-form-wrap {
  margin: 0 auto;
  max-width: 1042px;
}

.contact-form-wrap-in {
  padding: 75px 0 97px;
}

.contact-form-item {
  font-size: 1.8rem;
}

.contact-form-label {
  margin: 10px 0;
}

.contact-form-detail {
  margin: 10px 0 20px;
}

.required-point {
  background-color: #e43c00;
  color: #fff;
  line-height: 1.72727;
  font-size: 1.2rem;
  padding: 0 .8rem .1rem;
  margin-left: .8rem;
}

.radiogroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.radiobtn {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.privacy-policy-check {
  margin: 0 5px;
}

.check-agree {
  text-align: center;
  padding: 32px 0 20px;
}

.privacy-policy {
  background-color: #F5F5F5;
  height: 344px;
  width: 98%;
}

.privacy-policy a {
  color: #16238D;
  text-decoration: underline;
}

.scroll-box {
  width: 95%;
  height: 240px;
  overflow-y: scroll;
  margin: 0 auto;
  padding: 0 5px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.privacy-policy-section {
  padding: 10px 0;
}

.privacy-policy-section h3 {
  font-size: 2rem;
}
.privacy-policy-section h3::before {
  content: "◆";
}

.privacy-policy-list {
  padding: 0;
  counter-reset: item;
  list-style-type: none;
}
.privacy-policy-list li::before {
  counter-increment: item;
  content: counter(item)'.';
}

.privacy-policy-list-inlist {
  padding: 0 20px;
  counter-reset: item;
  list-style-type: none;
}
.privacy-policy-list-inlist li::before {
  counter-increment: item;
  content: '('counter(item)')';
}

.privacy-policy-list-inlist-inlist {
  padding: 0 20px;
  counter-reset: item;
  list-style-type: none;
}
.privacy-policy-list-inlist-inlist li::before {
  counter-increment: item;
  content: counter(item)'.';
}

.send-btn {
  display: block;
  margin: 98px auto 0;
  background: linear-gradient(-76deg, #FF9110 0%, #FFE36C 50%, #FF9110 100%) 0% 0% no-repeat padding-box;
  background-size: 200% auto;
  transition: 0.3s;
  color: #fff;
  border-color: transparent;
  border-radius: 100px;
  padding: 30px;
  max-width: 450px;
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  cursor: pointer;
}
.send-btn:hover {
  background-position: right center;
}

/**
 * footer
 */
.footer-company-info {
  background-color: #16238D;
  color: #fff;
  text-align: left;
  height: 288px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.footer-company-info-wrap {
  padding: 38.2px 48px 82px;
}

.footer-logo img {
  width: 606.6px;
}

.company-add {
  font-size: 1.8rem;
  margin: 29.8px 0 0 0;
}

.copyright {
  margin: 13px auto 21px;
}

@media (max-width: 1920px) {
  .kv-wrap {
    margin: 170px auto 124.5px;
  }
}

@media (max-width: 1024px) {
  p {
    font-size: 1.6rem;
  }
  .section-title {
    font-size: 3rem;
    margin: 10rem 10px;
  }
  .spbr {
    display: block;
  }
  .pctel {
    display: none;
  }
  .sptel {
    display: block;
  }
  .under-blue {
    font-size: 1.8rem;
  }

  .header-logo {
    margin-left: 5%;
  }
  .header-logo img {
    width: 100%;
  }

  .kv {
    height: 750px;
  }
  .kv::after {
    display: none;
  }
  .kv-wrap {
    width: 100vw;
  }
  .kv .contact-btn-wrap .contact-btn {
    padding: 10px 30px;
    margin: 0 10px;
    font-size: 1.6rem;
  }
  .kv .contact-btn-wrap .contact-btn::before {
    font-size: 2rem;
  }
  .kv-banner {
    width: 100%;
  }
  .kv-campain {
    height: auto;
    margin: 0 10px;
    font-size: 2rem;
    padding: 9px;
  }
  .kv-message {
    font-size: 1.8rem;
  }
  .kv-font-big {
    font-size: 4.2rem;
  }
  .kv-font-biggeer {
    font-size: 4rem;
  }
  .kv-caption {
    font-size: 1.8rem;
    margin: 21px 10px 34.4px;
  }

  .troubles {
    overflow-x: hidden;
    position: relative;
  }
  .trouble-box::before {
    width: 170px;
    height: 170px;
    top: 10%;
    right: calc(100% - 125px);
  }
  .trouble-box::after {
    width: 170px;
    height: 170px;
    top: 40%;
    left: calc(100% - 125px);
  }
  .trouble-right {
    width: 100%;
    margin: 10px;
    padding: 15px;
  }
  .trouble-right::before {
    left: 75%;
  }
  .trouble-right p {
    font-size: 1.6rem;
  }
  .trouble-left {
    width: 100%;
    margin: 10px;
    padding: 15px;
  }
  .trouble-left::before {
    right: 75%;
  }
  .trouble-left p {
    font-size: 1.6rem;
  }
  .troubles-solution {
    font-size: 2rem;
    padding: 50px 0;
  }

  .troubles-support {
    margin-bottom: 45px;
    font-size: 2rem;
  }
  .support-content {
    padding: 50px 0 60px;
  }
  .support-banner-card-in .pcbr {
    font-size: 3rem;
  }
  .support-banner-ribbon {
    top: -30px;
    right: -10px;
    width: 70px;
    height: 70px;
  }
  .support-banner-ribbon .point {
    font-size: 1.4rem;
  }
  .support-banner-card {
    height: auto;
    margin: 0 10px;
    padding: 10px 12px;
  }
  .support-banner-card-in .fullsupport-fee {
    margin: 20px auto;
  }
  .support-banner-card-in dt {
    width: 100%;
    font-size: 2.5rem;
  }
  .support-banner-card-in dd {
    width: 100%;
    font-size: 3rem;
  }
  .support-banner-h-fee {
    font-size: 4.2rem;
  }
  .support-banner-l-fee {
    font-size: 8rem;
  }
  .support-banner-caption {
    font-size: 1rem;
    margin: 0 auto;
  }

  .about-in {
    padding: 47px 10px 58px;
  }
  .hojokin-description p {
    text-align: left;
  }
  .jigyousya-description p {
    text-align: left;
  }
  .about-title {
    font-size: 2rem;
  }
  .jigyousya-table {
    width: 90%;
    margin: 20px auto 55px;
  }
  .jigyousya-table tr th {
    display: block;
    width: auto;
  }
  .jigyousya-table tr td {
    display: block;
    width: auto;
  }
  .hojokin-table {
    width: 100%;
  }
  .hojokin-table tbody th {
    padding: 10px;
  }
  .hojokin-table tbody td {
    padding: 10px;
  }
  .hojokin-table tbody tr:last-child td:last-child {
    padding: 10px 10px 21.5px;
  }

  .reason-wrap {
    width: 95%;
  }
  .reason .reason-steps .reason-step {
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 0 15px 30px;
    margin-bottom: 50px;
  }
  .reason-card-in h4 {
    margin: 30px auto 20px;
    font-size: 2.2rem;
  }
  .reason-step-number {
    left: -5px;
    top: -25px;
    width: 70px;
    height: 70px;
  }
  .reason-step-number .point {
    left: 8%;
    top: 50%;
    width: 60px;
    font-size: 1.5rem;
  }

  .reason-step-number .number {
    font-size: 2.4rem;
  }

  .works-wrap {
    padding: 0 10px;
  }
  .slick-prev {
    top: 105%;
    left: 0;
    width: 50px;
    height: 50px;
  }
  .slick-prev::before {
    font-size: 2rem;
    margin-left: -3px;
    margin-top: 3px;
  }
  .slick-next {
    top: 105%;
    right: 0;
    width: 50px;
    height: 50px;
  }
  .slick-next::before {
    font-size: 2rem;
    margin-right: -8px;
    margin-top: 3px;
  }
  .slider-box {
    height: auto;
    padding: 0;
  }
  .slider-box-left {
    width: 100%;
    margin: 10px 0;
  }
  .slider-box-right {
    width: 90%;
    margin: 10px auto 24px;
  }
  .slider img {
    width: 100%;
    height: 195px;
    margin: 0 auto;
  }
  .slider-box-right .works-title {
    margin: 0 auto;
    font-size: 2.4rem;
  }
  .works-tag {
    font-size: 1.2rem;
  }
  .works-description {
    font-size: 1.4rem;
  }

  .contact-banner-wrap {
    padding: 30px 10px 50px;
  }
  .contact-banner-long .contact-support {
    font-size: 1.6rem;
  }
  .contact-banner .contact-message {
    font-size: 1.6rem;
    margin: 20px auto;
  }
  .contact-box {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
  }
  .contact-box-left {
    width: 100%;
  }
  .contact-box-left::before {
    font-size: 2rem;
  }
  .contact-box-tel {
    font-size: 2rem;
  }
  .contact-box-businesshour {
    font-size: 1.2rem;
  }
  .contact-box-right {
    width: 100%;
    margin-top: 15px;
  }
  .contact-box-right::before {
    font-size: 2rem;
  }
  .contact-btn-wrap {
    font-size: 1.2rem;
  }

  .flow-list-item {
    flex-wrap: wrap;
    margin: 30px 10px;
  }
  .flow-list-item-step .number {
    font-size: 4rem;
    margin: 20px auto 8px;
  }
  .flow-list-item-step {
    max-width: 100%;
    height: auto;
    align-items: center;
  }
  .flow-list-item-step .flow-item {
    margin: 0 30px 15px;
  }
  .flow-list-item-detail {
    margin: 30px;
    font-size: 1.6rem;
  }

  .contact .section-title {
    margin: 10rem 0;
  }
  .contact-form-wrap {
    padding: 0 10px;
  }
  .radiobtn {
    width: 100%;
  }
  .privacy-policy {
    width: 100%;
  }
  .privacy-policy-section h3 {
    font-size: 1.8rem;
  }
  .send-btn {
    font-size: 1.6rem;
    padding: 15px 30px;
  }

  .footer-logo img {
    width: 70%;
  }
  .footer-company-info-wrap {
    padding: 38.2px 10px 82px;
  }
  .copyright {
    font-size: 1.4rem;
  }
}
