@font-face {
  font-family: "tsunagi";
  font-weight: bold;
  src: url("/font/TsunagiGothic.woff2") format("woff2"), url("/font/TsunagiGothic.woff") format("woff");
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html {
  color: #000;
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
body {
  font-size: 1.3rem; /* 13px */
  line-height: 1.7;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
div {
  position: relative;
}
fieldset, img {
  border: 0
}
ol, ul {
  list-style: none;
}
/*link*/
a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #E60000;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  padding-top: 0px;
  transition: .3s;
}
img {
  border-style: none;
  z-index: 0;
  vertical-align: bottom;
  line-height: 1.0em;
  width: 100%;
  height: auto;
}
/*font*/
.bold {
  font-weight: 700;
}
.en_font {
  font-family: "effra", sans-serif;
  font-weight: 700;
}
.base_bg {
  padding: 3em 0;
}
.btn {
  position: relative;
  font-weight: 700;
  outline: none;
  transition: all 0.2s ease;
  display: inline-block;
}
.btn p {
  position: relative;
  z-index: 2;
  display: block;
  padding: 12px 35px 12px 20px;
  background: #E60000;
  border-radius: 50px;
  color: #fff;
  transition: all 0.3s ease;
}
.btn p::before {
  position: absolute;
  content: '';
  display: block;
  width: 22px;
  height: 14px;
  background-image: url("/img/common/arrow_white.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 2px;
  transform: translate(0%, -50%);
  transition: ease .2s;
  z-index: 5;
}
.btn::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #333;
}
.btn:hover p {
  transform: translate(4px, 4px);
}
/* pp */
.pp {
  padding: 3em 0 3em;
  width: 90%;
  margin: auto;
  text-align: left;
}
.pp div:first-child {
  margin: 0 auto 0.8em;
}
.pp div {
  padding: 0 0 0.3em;
  border-bottom: 0.5px solid #333;
  margin: 2em auto 0.8em;
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
}
.pp div::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 80px;
  height: 2px;
  background: #E60000;
}
/*mv*/
.mv {
  margin: 70px auto 0;
  padding: 2em 0 105px 0;
  background: #E60000;
  position: relative;
  overflow: hidden;
}
.mv::before, .mv::after {
  position: absolute;
  content: '';
  bottom: -1px;
  left: calc(50% - 170px);
  display: block;
  width: 170px;
  height: 141px;
  background-image: url("/img/mv/img01.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
.mv::after {
  left: inherit;
  right: calc(50% - 170px);
  background-image: url("/img/mv/img02.webp");
}
.mv_logo {
  position: relative;
}
.mv_logo > img {
  width: 90%;
  margin: auto;
}
.mv_logo::before, .mv_logo::after {
  position: absolute;
  content: '';
  top: 25px;
  left: calc(50% - 180px);
  display: block;
  width: 50px;
  height: 52px;
  background-image: url("/img/common/fukidashi01sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.mv_logo::after {
  left: inherit;
  right: calc(50% - 180px);
  transform: scale(-1, 1);
}
.mv_fukidashi {
  position: relative;
  display: inline-block;
  margin: 0em 0 1.8rem;
  padding: 8px 25px;
  font-size: 1.7rem;
  font-weight: 700;
  background: #fff;
  border-radius: 80px;
  letter-spacing: 2px;
  line-height: 1.4;
  border: 1px solid #000;
}
.mv_fukidashi::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 1;
}
.mv_fukidashi::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -13px;
  border: 13px solid transparent;
  border-top: 13px solid #000;
}
.mv_fukidashi span {
  display: block;
  color: #E60000;
  font-size: 2.3rem;
}
.mv_slider {
  margin: 1em auto 0em;
}
.mv_slider .slick-slide {
  margin: 0 4px;
}
.mv_txt {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -1em auto 0em;
  justify-content: center;
}
.mv_txt li {
  width: 90px;
  margin: 0 5px;
}
.mv_circle {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #FFE200;
  border: 2px solid #000;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 1);
}
.mv_circle p {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90px;
  text-align: center;
}
.mv_circle p span {
  color: #E60000;
}
.campaign_bg {
  padding: 0 0 3em;
  background: #E60000;
}
.campaign {
  position: relative;
  width: calc(90% - 0px);
  margin: 0 auto 0em;
  background: #fff;
  border-radius: 15px;
  padding: 10px 0px;
}
.campaign_ttl {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 1em;
  justify-content: space-between;
  align-items: center;
}
.campaign_ttl_img {
  width: 120px;
}
.campaign_ttl_txt {
  width: calc(100% - 130px);
  text-align: left;
}
.campaign_ttl_txt div {
  font-family: "effra", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
.campaign_ttl_txt p {
  font-family: "tsunagi";
  color: #E60000;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.campaign_ttl_txt p span {
  display: block;
  font-size: 3.5rem;
  letter-spacing: 2px;
}
.campaign_contents {
  padding: 0 20px;
  margin: 0 auto 0.5em;
}
.campaign_roop {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.campaign_roop div {
  display: flex;
  animation: loop-text 20s linear infinite;
}
.campaign_roop.end div {
  animation: loop-text02 20s linear infinite;
}
.double-content {
  display: inline-block;
  font-size: 2.5rem;
  font-family: "effra", sans-serif;
  font-weight: 700;
  color: rgba(230, 0, 0, 0.1);
  white-space: nowrap;
}
@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loop-text02 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
/*map*/
.map_bg {
  position: relative;
  padding: 0 0 3em;
  background: #FFE200;
  overflow: hidden;
}
.map_ttl {
  padding: 2em 0 3.5em;
  position: relative;
}
.map_ttl::before {
  position: absolute;
  bottom: 0;
  left: -10%;
  content: '';
  width: 120%;
  height: 100%;
  background: url("/img/map/map_bg.webp") center bottom/ cover;
}
.map_ttl img {
  width: 120px;
  margin: 0 auto 0.8em;
  display: block;
  position: relative;
  z-index: 1;
}
.map_ttl h2 {
  position: relative;
  z-index: 1;
  font-family: "tsunagi";
  font-size: 2.3rem;
  line-height: 1.4;
  letter-spacing: 2px;
}
.map_ttl h2 span {
  color: #E60000;
}
.map {
  position: relative;
  margin: -3.5em auto 0;
}
.map > img {
  position: relative;
  z-index: 1;
  width: 120%;
  margin: 0 0 0 -20%;
}
.map p {
  text-align: left;
  position: absolute;
  z-index: 2;
  top: 55px;
  left: 5%;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
}
.map p span {
  background: #E60000;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  margin: 0 auto 5px;
}
.map::before, .map::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.map::before {
  bottom: -60px;
  left: 10px;
  width: 65px;
  height: 115px;
  background-image: url("/img/map/img01.webp");
}
.map::after {
  top: 28%;
  right: 10px;
  width: 53px;
  height: 87px;
  background-image: url("/img/map/img02.webp");
}
.map div {
  display: none;
}
.map_txt {
  font-weight: 700;
}
.map_txt div {
  position: relative;
  margin: 0 auto 0.3em;
  line-height: 1.5;
  font-size: 1.7rem;
}
.map_txt div span {
  display: block;
}
.map_txt div::before, .map_txt div::after {
  position: absolute;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0px;
  left: calc(50% - 95px);
  width: 25px;
  height: 25px;
  background-image: url("/img/common/fukidashi03.webp");
}
.map_txt div::after {
  left: inherit;
  right: calc(50% - 95px);
  transform: scale(-1, 1);
}
.map_txt p {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1.8;
}
.map_txt p span {
  padding-bottom: 8px;
  background: url("/img/map/wave_line.webp") repeat-x bottom left / auto 7px;
}
.map_txt p span.red {
  color: #E60000;
  padding: 0;
  background: none;
}
/* recommend */
.recommend_bg {
  padding: 3em 0;
  background: #E60000;
  color: #fff;
}
.recommend_bg h2 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.fukidashi {
  position: relative;
  display: inline-block;
  margin: 0.5em 0 0em;
  padding: 5px 20px;
  font-size: 1.6rem;
  background: #fff;
  color: #333;
  font-weight: 700;
  border-radius: 30px;
  border: 2px solid #000;
  z-index: 3;
}
.fukidashi::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 1;
}
.fukidashi::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #000;
}
.recommend {
  text-align: left;
  width: 80%;
  margin: auto;
}
.recommend > li {
  margin: 2em auto 0;
}
.recommend_img {
  display: none;
}
.recommend_txt {}
.recommend_txt div {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 2px;
  margin: 0 auto 0.5em;
}
.recommend_txt img {
  border-radius: 10px;
}
.recommend_txt ul {
  background: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  color: #000;
  margin: 1em auto 1em;
}
.recommend_txt ul li {
  position: relative;
  padding: 2px 0 2px 18px;
}
.recommend_txt ul li::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: '\f111';
  font-family: FontAwesome;
  font-weight: 400;
  color: #E60000;
}
.recommend_sub {
  width: calc(85% + 16px);
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 2em auto 0em;
  justify-content: space-between;
}
.recommend_sub li {
  background: #fff;
  border-radius: 10px;
  margin: 1em 8px 0em;
  width: calc(100% / 2 - 16px);
  color: #000;
}
.recommend_sub li img {
  border-radius: 10px 10px 0 0;
}
.recommend_sub li p {
  padding: 4px 0;
  font-weight: 700;
}
/* trouble */
.trouble_bg {
  position: relative;
  background: #E6E6E6;
  padding: 2em 0 0em;
}
.trouble_bg::before, .trouble_bg::after {
  position: absolute;
  bottom: 0px;
  width: 50%;
  height: 40px;
  content: '';
  background: #E60000;
  z-index: 1;
}
.trouble_bg::before {
  left: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.trouble_bg::after {
  right: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.trouble_bg h2 {
  position: relative;
  font-size: 2rem;
  letter-spacing: 2px;
}
.trouble_bg h2::before {
  position: absolute;
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  background-image: url("/img/strength/trouble.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: -2.5em;
  left: 50%;
  transform: translate(-50%, 0%);
}
.trouble {
  position: relative;
  width: 90%;
  margin: 1em auto 0;
}
.trouble img {
  display: none;
}
.trouble ul {
  text-align: left;
  margin: auto;
  width: 95%;
}
.trouble ul li {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 4px 10px 4px 25px;
  margin: 6px auto;
  font-weight: 700;
  font-size: 1.7rem;
}
.trouble ul li::before {
  position: absolute;
  content: '';
  top: 12px;
  left: 6px;
  display: block;
  width: 15px;
  height: 9px;
  background-image: url("/img/strength/check.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.trouble_close {
  margin: 1em auto 0em;
  font-weight: 700;
  color: #E60000;
  font-size: 2rem;
  padding: 0 0 1.5em;
  position: relative;
}
.trouble_close img {
  display: block;
  width: auto;
  height: 30px;
  margin: auto;
}
.trouble_close::before, .trouble_close::after {
  position: absolute;
  bottom: 10px;
  content: '';
  width: 80px;
  height: 85px;
  display: block;
  transform: translate(-50%, 0%);
  background-size: contain;
  background-repeat: no-repeat;
}
.trouble_close::before {
  left: calc(50% - 150px);
  background-image: url("/img/strength/trouble_img01.webp");
}
.trouble_close::after {
  right: calc(50% - 220px);
  background-image: url("/img/strength/trouble_img02.webp");
}
/* strength */
.strength_bg {
  padding: 1.5em 0 3em;
  background: #E60000;
}
.strength_ttl {
  font-family: "tsunagi";
}
.strength_ttl p {
  letter-spacing: 2px;
  font-size: 1.8rem;
  display: inline-block;
  padding: 3px 20px;
  border-radius: 40px;
  background: #FFE200;
  margin: 0 auto 0.5em;
}
.strength_ttl div {
  position: relative;
  color: #fff;
  display: inline-block;
  font-size: 1.7rem;
}
.strength_ttl div::before, .strength_ttl div::after {
  position: absolute;
  content: '';
  bottom: 5px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/img/common/fukidashi04.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.strength_ttl div::before {
  left: -25px;
}
.strength_ttl div::after {
  right: -25px;
  transform: scale(-1, 1);
}
.strength_bg h2 {
  position: relative;
  font-family: "tsunagi";
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 2px;
}
.strength_bg h2 span {
  display: block;
  color: #FFE200;
  font-size: 3.2rem;
}
.strength_bg h2 span.number {
  display: inline-block;
  font-size: 4.3rem;
}
.strength_bg h2::before, .strength_bg h2::after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: calc(50% - 170px);
  display: block;
  width: 50px;
  height: 52px;
  background-image: url("/img/common/fukidashi01sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.strength_bg h2::after {
  left: inherit;
  right: calc(50% - 170px);
  transform: scale(-1, 1);
}
.strength {
  width: 80%;
  margin: auto;
}
.strength li {
  position: relative;
  background: #fff;
  margin: 2em auto 0;
  border-radius: 10px;
  text-align: left;
  counter-increment: mycounter;
}
.strength li::before {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #FFE200;
  border: 2px solid #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  font-size: 2rem;
  font-family: "effra", sans-serif;
  font-weight: 700;
  content: counter(mycounter, decimal);
  z-index: 1;
}
.strength_img img {
  border-radius: 10px 10px 0 0;
}
.strength_txt {
  padding: 15px 20px 20px;
}
.strength_txt div {
  color: #E60000;
  font-family: "tsunagi";
  letter-spacing: 2px;
  font-size: 2.8rem;
  line-height: 1.4;
  margin: 0 auto 0.5em;
}
.strength_txt div span {
  padding: 0 0 5px;
  background: linear-gradient(transparent 70%, #FFE200 70%);
}
.strength_txt p {}
.strength_txt p span {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 auto 0.3em;
}
/* point */
.point_bg {
  padding: 3em 0;
  background: #F4F0E1;
}
.point_bg h2 {
  color: #E60000;
  font-family: "tsunagi";
  letter-spacing: 2px;
  font-size: 2.5rem;
}
.point_bg h2 img {
  display: block;
  width: auto;
  height: 25px;
  margin: auto;
}
.point {
  width: 80%;
  margin: auto;
}
.point li {
  margin: 2.5em auto 0;
  background: #fff;
  border-radius: 10px;
  position: relative;
  counter-increment: mycounter;
}
.point li::before {
  position: absolute;
  background: #FFE200;
  border: 2px solid #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 34px;
  text-align: center;
  font-size: 2rem;
  font-family: "effra", sans-serif;
  font-weight: 700;
  content: counter(mycounter, decimal);
  z-index: 1;
  top: -15px;
  left: 50%;
  transform: translate(-50%, -0%);
}
.point li img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.point li div {
  font-family: "tsunagi";
  letter-spacing: 2px;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 15px 0 0;
}
.point li div span {
  color: #E60000;
  display: block;
  font-size: 2.8rem;
}
.point li p {
  text-align: left;
  padding: 5px 20px 15px;
}
/* item */
.item_bg {
  background: #E60000;
  padding: 2em 0 3em;
}
.item_bg h2 {
  color: #fff;
  font-size: 2.5rem;
  font-family: "tsunagi";
  letter-spacing: 2px;
}
.item_bg h2 span {
  color: #FFE200;
}
.item {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: flex-start;
}
.item li {
  padding: 5px 0 10px;
  background: #fff;
  border-radius: 10px;
  margin: 1em 8px 0em;
  width: calc(100% / 2 - 16px);
  font-weight: 700;
  font-size: 1.4rem;
}
.item li img {
  width: 80%;
  display: block;
  margin: auto;
}
.item_ttl {
  margin: 2em auto 0;
  position: relative;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
  padding: 0 0 1em;
}
.item_ttl::before, .item_ttl::after {
  position: absolute;
  content: '';
  bottom: 0px;
  transform: translate(-50%, 0%);
  display: block;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}
.item_ttl::before {
  background-image: url("/img/item/img01.webp");
  left: calc(50% - 145px);
}
.item_ttl::after {
  background-image: url("/img/item/img02.webp");
  right: calc(50% - 210px);
}
.item_other {
  width: calc(90% - 20px);
  margin: auto;
  background: #fff;
  border-radius: 10px;
  padding: 10px 10px 20px;
}
.item_other ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: flex-start;
}
.item_other ul li {
  margin: 1em 5px 0em;
  width: calc(100% / 2 - 10px);
  background: #F4F0E1;
  border-radius: 15px;
}
.item_other ul li img {
  border-radius: 15px 15px 0 0;
}
.item_other ul li div {
  color: #E60000;
  font-weight: 700;
  margin: 0.8em auto 0.1em;
}
.item_other ul li p {
  letter-spacing: 0;
  font-size: 1rem;
  padding: 0 0 10px;
}
.item_note {
  color: #fff;
  margin: 3em auto 0;
  width: 90%;
}
.item_note div {
  position: relative;
  margin: 0 auto 1em;
}
.item_note div span {
  position: relative;
  padding: 5px 1em;
  color: #000;
  font-weight: 600;
  font-size: 1.7rem;
  background: #FFE200;
  border-radius: 30px;
}
.item_note div::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #FFE200;
}
.item_note p {
  font-weight: 600;
  font-size: 1.4rem;
  margin: 0 auto 0.5em;
}
.item_note p span {
  display: inline-block;
}
.item_note ul {
  text-align: left;
  padding: 0 0 1.5em;
  border-bottom: 1px solid #FFE200;
}
.item_note ul li {
  position: relative;
  padding: 3px 0 3px 18px;
  font-size: 1.2rem;
}
.item_note ul li::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: '\f111';
  font-family: FontAwesome;
  font-weight: 400;
  color: #fff;
}
/* case*/
.case_bg {
  padding: 3em 0 3em;
  background: #F4F0E1;
}
.top_ttl {}
.top_ttl p {
  position: relative;
  display: inline-block;
  font-family: "tsunagi";
  letter-spacing: 2px;
  color: #E60000;
  font-size: 2.0rem;
  line-height: 1;
}
.top_ttl p::before, .top_ttl p::after {
  position: absolute;
  content: '';
  bottom: -3px;
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("/img/common/fukidashi05.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.top_ttl p::before {
  left: -33px;
}
.top_ttl p::after {
  transform: scale(-1, 1);
  right: -33px;
}
.top_ttl div {
  font-family: "effra", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  color: #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
.top_ttl.reverse p {
  color: #fff;
}
.top_case_list {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 2em;
  justify-content: flex-start;
}
.top_case_list li {
  margin: 1.5em 8px 0em;
  width: calc(100% / 2 - 16px);
}
.top_case_list li img {
  border-radius: 10px;
}
.top_case_list li p {
  text-align: left;
  margin: 0.5em auto 0.3em;
  font-size: 1.2rem;
}
.top_case_list li div {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 0px 10px;
  color: #E60000;
  font-weight: 700;
  text-align: right;
  font-size: 1.2rem;
}
.top_case_list li div span {
  font-size: 1.8rem;
  font-family: "effra", sans-serif;
  padding: 0 2px 0 0;
  letter-spacing: 0;
}
.top_case_list li div::before {
  position: absolute;
  top: 6px;
  left: 5px;
  content: '買取金額';
  border-radius: 20px;
  background: #E60000;
  color: #fff;
  font-size: 1rem;
  padding: 0 8px;
}
/* voice*/
.voice {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 3em;
  justify-content: flex-start;
}
.voice li {
  text-align: left;
  margin: 1em 5px 0em;
  width: calc(100% / 2 - 10px);
  border: 1px solid #000;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px 12px 12px;
}
.voice li div {
  font-weight: bold;
  margin: 0 auto 0.5em;
}
.voice li img {
  display: block;
  width: auto;
  height: 15px;
}
.voice li p {
  margin: 0.5em auto 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
/*アコーディオン全体*/
.faq-area {
  width: 90%;
  list-style: none;
  margin: 0 auto;
  text-align: left;
}
.faq-area li {
  margin: 10px 0;
  padding: 10px 0px 10px 30px;
  position: relative;
  background: #F4F0E1;
  border: 1px solid #000;
  border-radius: 10px;
}
.faq-area li::before {
  position: absolute;
  content: 'Q';
  top: 10px;
  left: 10px;
  color: #E60000;
  font-family: "tsunagi";
  font-size: 2rem;
  line-height: 1;
}
/*アコーディオンタイトル*/
.faq-title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  padding: 0 30px 0 0;
  transition: all .5s ease;
  font-size: 1.4rem;
}
/*アイコンの＋と×*/
.faq-title::before, .faq-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #E60000;
}
.faq-title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.faq-title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.faq-title.close::before {
  transform: rotate(45deg);
}
.faq-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.faq-box {
  display: none; /*はじめは非表示*/
  position: relative;
  padding: 5px 40px 0 0px;
}
.faq-box::before {
  position: absolute;
  content: 'A';
  top: 5px;
  left: -19px;
  font-family: "tsunagi";
  font-size: 2rem;
  line-height: 1;
}
/* flow*/
.flow_bg {
  padding: 3em 0 3em;
  background: #E60000;
}
/*tabの形状*/
.flow_tab {
  margin: 1.5em auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.flow_tab li a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0 3px;
  padding: 7px 10px;
  border-radius: 5px 5px 0 0;
}
.flow_tab li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  border-radius: 5px 5px 0 0;
  content: '';
}
.flow_tab li.active a::before {
  display: none;
}
/*liにactiveクラスがついた時の形状*/
.flow_tab li.flow_tel a {
  background: #E60000;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.flow_tab li.flow_line a {
  background: #02C941;
}
.flow_tab li.flow_form a {
  background: #FFE200;
  color: #000;
}
.flow_tab li a img {
  width: 15px;
  margin: 0 5px 3px 0;
}
.flow_tab li a:hover img {
  opacity: 1;
}
/*エリアの表示非表示と形状*/
.area {
  width: calc(95% - 30px);
  margin: auto;
  display: none; /*はじめは非表示*/
  opacity: 0;
  background: #fff;
  padding: 20px 15px;
  border-radius: 20px;
  border: 2px solid #E60000;
}
.area.is-active {
  display: block;
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
#flow_line.area {
  border: 2px solid #02C941;
}
#flow_form.area {
  border: 2px solid #FFE200;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.area ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: center;
}
.area ul li {
  margin: 1.5em 12px 0em;
  width: calc(100% / 2 - 24px);
  text-align: left;
  position: relative;
}
.area ul li::before {
  position: absolute;
  content: '';
  top: 25%;
  right: -32px;
  display: block;
  width: 24px;
  height: 14px;
  background-image: url("/img/common/arrow_red.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.area ul li:last-child::before {
  display: none;
}
.area ul li img {
  border-radius: 10px;
}
.area ul li div {
  display: inline-block;
  padding: 2px 15px 0;
  color: #fff;
  background: #E60000;
  font-family: "effra", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4;
  border-radius: 30px;
  margin: 0.5em auto 0.5em;
}
#flow_line.area ul li::before {
  background-image: url("/img/common/arrow_green.webp");
}
#flow_line.area ul li div {
  background: #02C941;
}
#flow_form.area ul li::before {
  background-image: url("/img/common/arrow_yellow.webp");
}
#flow_form.area ul li div {
  background: #FFE101;
  color: #000;
}
.area_btn_wrap > p {
  margin: 0.6em auto 0;
  font-size: 1.2rem;
}
.area_btn {
  position: relative;
  outline: none;
  transition: all 0.2s ease;
  display: inline-block;
}
.area_btn img {
  width: 22px;
  margin: 0 5px 2px 0;
}
.area_btn:hover img {
  opacity: 1;
}
.area_btn p {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 260px;
  padding: 10px 0px 10px 0px;
  background: #E60000;
  border-radius: 50px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
.area_btn::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #333;
}
.area_btn:hover p {
  transform: translate(4px, 4px);
}
.area_btn p::before {
  position: absolute;
  content: '';
  display: block;
  width: 22px;
  height: 14px;
  background-image: url("/img/common/arrow_white.webp");
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  right: 2px;
  transform: translate(0%, -50%);
  transition: ease .2s;
  z-index: 5;
}
#flow_tel .area_btn p {
  font-family: "effra", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  padding: 14px 0px 10px 0px;
}
#flow_line .area_btn p {
  background: #02C941;
}
#flow_form .area_btn p {
  background: #FFE101;
  color: #000;
}
#flow_form .area_btn p::before {
  background-image: url("/img/common/arrow_red.webp");
}
.instagram {
  width: 90%;
  margin: 1em auto 3em;
}
/* company */
.company {
  background: #F4F0E1;
  padding: 20px 25px;
  width: calc(90% - 50px);
  margin: 3em auto 0;
  border-radius: 20px;
}
.company_table {
  text-align: left;
}
.company_table p {
  font-weight: 700;
  font-size: 1.7rem;
  margin: 0 auto 0.5em;
}
.company_table ul {}
.company_table ul li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #E60000;
}
.company_table ul li dt {
  width: 80px;
}
.company_table ul li dd {
  width: calc(100% - 80px);
}
.company_map {
  margin: 1.5em auto 0;
}
.company_map iframe {
  border-radius: 10px;
}
/* contact */
.contact_ttl {
  color: #E60000;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 auto 1em;
}
.contact_ttl img {
  width: 27px;
  display: block;
  margin: 0 auto;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  html {
    scroll-padding-top: 120px;
  }
  body {
    font-size: 1.6rem; /* 16px */
  }
  .base_bg {
    padding: 5em 0;
  }
  .btn p {
    padding: 15px 55px 15px 40px;
  }
  /* pp */
  .pp {
    padding: 5em 0 5em;
    width: 90%;
    max-width: 900px;
  }
  .pp div {
    font-size: 2rem;
  }
  .pp div::before {
    bottom: -1px;
    width: 100px;
  }
  /*mv*/
  .mv {
    margin: 120px auto 0;
    padding: 3em 0 0;
  }
  .mv::before, .mv::after {
    left: calc(50% - 600px);
    width: 309px;
    height: 256px;
  }
  .mv::after {
    left: inherit;
    right: calc(50% - 600px);
  }
  .mv_logo > img {
    display: block;
    max-width: 880px;
  }
  .mv_logo::before, .mv_logo::after {
    top: inherit;
    bottom: 10px;
    left: calc(50% - 630px);
    width: 145px;
    height: 126px;
    background-image: url("/img/common/fukidashi01.webp");
  }
  .mv_logo::after {
    left: inherit;
    right: calc(50% - 630px);
  }
  .mv_fukidashi {
    margin: 0em 0 1.8rem;
    padding: 8px 30px;
    font-size: 3rem;
    border-radius: 80px;
    border: 3px solid #000;
  }
  .mv_fukidashi::after {
    margin-left: -16px;
    border: 16px solid transparent;
    border-top: 16px solid #000;
  }
  .mv_fukidashi span {
    display: inline-block;
    font-size: 3rem;
  }
  .mv_slider {
    margin: 1em auto 0em;
  }
  .mv_slider .slick-slide {
    margin: 0 6px;
  }
  .mv_txt {
    margin: -1em auto 1em;
  }
  .mv_txt li {
    width: 160px;
    margin: 0 10px;
  }
  .mv_circle {
    width: 160px;
    height: 160px;
    font-size: 2.5rem;
    border: 3px solid #000;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 1);
  }
  .mv_circle p {
    width: 160px;
  }
  .campaign_bg {
    padding: 0 0 4em;
  }
  .campaign {
    position: relative;
    width: calc(90% - 240px);
    max-width: calc(1200px - 240px);
    border-radius: 40px;
    padding: 40px 120px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }
  .campaign_ttl {
    width: 240px;
    padding: 0;
    margin: 0;
    display: block;
  }
  .campaign_ttl_img {
    width: 100%;
  }
  .campaign_ttl_txt {
    width: calc(100% - 0px);
    text-align: center;
  }
  .campaign_ttl_txt div {
    font-size: 3rem;
  }
  .campaign_ttl_txt p {
    font-size: 3.5rem;
  }
  .campaign_ttl_txt p span {
    font-size: 5rem;
  }
  .campaign_contents {
    padding: 0;
    width: calc(100% - 280px);
  }
  .campaign_roop {
    position: absolute;
    bottom: 0;
    left: 30px;
    writing-mode: vertical-rl;
    text-align: left;
    transform: rotate(180deg);
  }
  .campaign_roop div {
    display: flex;
    animation: loop-textPC 20s linear infinite;
  }
  .campaign_roop.end {
    top: 0;
    bottom: inherit;
    left: inherit;
    right: 30px;
    transform: rotate(0deg);
  }
  .campaign_roop.end div {
    animation: loop-textPC02 20s linear infinite;
  }
  .double-content {
    font-size: 4.5rem;
  }
  @keyframes loop-textPC {
    0% {
      transform: translateY(-50%);
    }
    100% {
      transform: translateY(0%);
    }
  }
  @keyframes loop-textPC02 {
    0% {
      transform: translateY(-50%);
    }
    100% {
      transform: translateY(0%);
    }
  }
  /*map*/
  .map_bg {
    padding: 0 0 5em;
  }
  .map_ttl {
    padding: 3em 0 6em;
  }
  .map_ttl::before {
    left: -5%;
    width: 110%;
  }
  .map_ttl img {
    width: 250px;
    margin: 0 auto 0.8em;
  }
  .map_ttl h2 {
    font-size: 5rem;
    letter-spacing: 4px;
  }
  .map {
    margin: -7em auto 0;
    width: 90%;
    max-width: 750px;
  }
  .map > img {
    width: 100%;
    margin: auto;
  }
  .map p {
    top: 130px;
    left: -20%;
    font-size: 3.5rem;
  }
  .map p span {
    padding: 0px 10px;
    border-radius: 10px;
    margin: 0 auto 8px;
  }
  .map::before {
    bottom: -10px;
    left: -150px;
    width: 133px;
    height: 237px;
  }
  .map::after {
    top: 58%;
    right: -140px;
    width: 124px;
    height: 204px;
  }
  .map div {
    display: block;
    position: absolute;
    top: 155px;
    right: -140px;
    width: 180px;
    text-align: left;
    font-family: "tsunagi";
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .map div img {
    height: 40px;
    width: auto;
    display: block;
    margin: 0.5em auto 0 0;
  }
  .map_txt {}
  .map_txt div {
    margin: 0 auto 0em;
    font-size: 3.5rem;
  }
  .map_txt div span {
    display: inline-block;
  }
  .map_txt div::before, .map_txt div::after {
    bottom: 5px;
    left: calc(50% - 255px);
    width: 35px;
    height: 35px;
  }
  .map_txt div::after {
    left: inherit;
    right: calc(50% - 255px);
  }
  .map_txt p {
    font-size: 4rem;
    padding-bottom: 12px;
    background: url("/img/map/wave_line.webp") repeat-x bottom left / auto 18px;
  }
  .map_txt p span {
    padding: 0;
    background: none;
  }
  /* recommend */
  .recommend_bg {
    padding: 5em 0;
  }
  .recommend_bg h2 {
    font-size: 4rem;
    line-height: 1.4;
    letter-spacing: 2px;
  }
  .fukidashi {
    padding: 3px 40px;
    font-size: 3rem;
    margin: 0.5em auto 0;
  }
  .recommend {
    width: 90%;
    max-width: 1100px;
  }
  .recommend > li {
    margin: 4em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .recommend > li:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .recommend_img {
    display: block;
    width: 49%;
  }
  .recommend_img img {
    border-radius: 20px;
  }
  .recommend_txt {
    width: 45%;
  }
  .recommend_txt div {
    font-size: 3.8rem;
    letter-spacing: 4px;
    margin: 0 auto 0em;
  }
  .recommend_txt img {
    display: none;
  }
  .recommend_txt ul {
    padding: 15px 20px;
    margin: 0.5em auto 1em;
  }
  .recommend_txt ul li {
    padding: 2px 0 2px 22px;
    font-size: 1.7rem;
  }
  .recommend_txt p {
    line-height: 2;
  }
  .recommend_sub {
    width: calc(90% + 16px);
    max-width: calc(1200px + 16px);
    margin: 4em auto 0em;
  }
  .recommend_sub li {
    border-radius: 20px;
    margin: 0em 8px 0em;
    width: calc(100% / 5 - 16px);
  }
  .recommend_sub li img {
    border-radius: 20px 20px 0 0;
  }
  .recommend_sub li p {
    padding: 8px 0;
    font-size: 1.8rem;
  }
  /* trouble */
  .trouble_bg {
    padding: 3.5em 0 0em;
  }
  .trouble_bg::before, .trouble_bg::after {
    height: 120px;
  }
  .trouble_bg h2 {
    font-size: 4rem;
    letter-spacing: 3px;
  }
  .trouble_bg h2::before {
    width: 80px;
    height: 80px;
    top: -2.3em;
  }
  .trouble {
    max-width: 1100px;
    margin: 1em auto 0;
  }
  .trouble img {
    display: block;
  }
  .trouble ul {
    max-width: 750px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .trouble ul li {
    border-radius: 8px;
    padding: 6px 15px 6px 50px;
    margin: 14px auto;
    font-size: 2.6rem;
    letter-spacing: 2px;
    background: #E4E4E4;
  }
  .trouble ul li::before {
    top: 20px;
    left: 15px;
    width: 25px;
    height: 15px;
  }
  .trouble_close {
    margin: 0.5em auto 0em;
    font-size: 4rem;
    padding: 0 0 1.5em;
  }
  .trouble_close img {
    height: 65px;
  }
  .trouble_close::before, .trouble_close::after {
    bottom: 60px;
    width: 183px;
    height: 194px;
  }
  .trouble_close::before {
    left: calc(50% - 450px);
  }
  .trouble_close::after {
    right: calc(50% - 650px);
  }
  /* strength */
  .strength_bg {
    padding: 2em 0 5em;
  }
  .strength_ttl {}
  .strength_ttl p {
    letter-spacing: 3px;
    font-size: 3.3rem;
    padding: 3px 40px;
    margin: 0 auto 0.5em;
  }
  .strength_ttl div {
    margin: 0.5em auto 0.3em;
    font-size: 3rem;
  }
  .strength_ttl div::before, .strength_ttl div::after {
    bottom: 10px;
    width: 30px;
    height: 35px;
  }
  .strength_ttl div::before {
    left: -35px;
  }
  .strength_ttl div::after {
    right: -35px;
  }
  .strength_bg h2 {
    line-height: 1;
    font-size: 5rem;
    letter-spacing: 4px;
  }
  .strength_bg h2 span {
    font-size: 8rem;
  }
  .strength_bg h2 span.number {
    font-size: 11rem;
  }
  .strength_bg h2::before, .strength_bg h2::after {
    bottom: 0px;
    left: calc(50% - 550px);
    width: 182px;
    height: 145px;
    background-image: url("/img/common/fukidashi02.webp");
  }
  .strength_bg h2::after {
    left: inherit;
    right: calc(50% - 550px);
  }
  .strength {
    width: 90%;
    max-width: 1200px;
  }
  .strength li {
    margin: 4em auto 0;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .strength li::before {
    top: -20px;
    left: -20px;
    width: 70px;
    height: 70px;
    line-height: 72px;
    font-size: 4rem;
  }
  .strength_img {
    width: 45%;
  }
  .strength_img img {
    border-radius: 20px 0 0 20px;
  }
  .strength_txt {
    width: 45%;
    padding: 0 5%;
  }
  .strength_txt div {
    font-size: 4.5rem;
    line-height: 1.4;
    margin: 0 auto 0.2em;
  }
  .strength_txt p {
    line-height: 1.8;
  }
  .strength_txt p span {
    font-size: 2.5rem;
    margin: 0 auto 0.2em;
  }
  /* point */
  .point_bg {
    padding: 4em 0 5em;
  }
  .point_bg h2 {
    line-height: 1.3;
    font-size: 5rem;
  }
  .point_bg h2 img {
    height: 40px;
  }
  .point {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
  }
  .point li {
    border-radius: 20px;
    margin: 3em 10px 0em;
    width: calc(100% / 3 - 20px);
  }
  .point li::before {
    width: 38px;
    height: 38px;
    line-height: 40px;
    font-size: 2.5rem;
    top: -19px;
  }
  .point li img {
    border-radius: 20px 20px 0 0;
    height: auto;
  }
  .point li div {
    letter-spacing: 2px;
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 15px 0 0;
  }
  .point li div span {
    font-size: 3.5rem;
  }
  .point li p {
    text-align: left;
    padding: 5px 25px 20px;
  }
  /* item */
  .item_bg {
    padding: 3.5em 0 5em;
  }
  .item_bg h2 {
    font-size: 5rem;
  }
  .item {
    max-width: 900px;
  }
  .item li {
    border-radius: 15px;
    width: calc(100% / 3 - 16px);
    font-size: 2rem;
  }
  .item li img {
    width: 75%;
  }
  .item_ttl {
    margin: 2em auto 0;
    font-size: 4rem;
    letter-spacing: 2px;
    line-height: 1.4;
  }
  .item_ttl::before, .item_ttl::after {
    width: 180px;
    height: 180px;
  }
  .item_ttl::before {
    left: calc(50% - 350px);
  }
  .item_ttl::after {
    right: calc(50% - 500px);
  }
  .item_other {
    width: calc(90% - 80px);
    max-width: calc(1200px - 80px);
    border-radius: 20px;
    padding: 15px 40px 40px;
  }
  .item_other ul {}
  .item_other ul li {
    margin: 1.5em 10px 0em;
    width: calc(100% / 4 - 20px);
  }
  .item_other ul li div {
    font-size: 1.8rem;
    margin: 0.5em auto 0.1em;
  }
  .item_other ul li p {
    letter-spacing: 0;
    font-size: 1.5rem;
    padding: 0 0 15px;
  }
  .item_note {
    margin: 5em auto 0;
    max-width: 900px;
  }
  .item_note div {
    margin: 0 auto 1.5em;
  }
  .item_note div span {
    padding: 5px 1.5em;
    font-size: 2.3rem;
  }
  .item_note p {
    font-size: 2.2rem;
    letter-spacing: 2px;
    margin: 0 auto 0.5em;
  }
  .item_note ul {
    padding: 0 0 2em;
  }
  .item_note ul li {
    padding: 5px 0 5px 23px;
    font-size: 1.5rem;
  }
  .item_note ul li::before {
    top: 6px;
  }
  /* case*/
  .case_bg {
    padding: 5em 0;
  }
  .top_ttl {}
  .top_ttl p {
    font-size: 4.0rem;
  }
  .top_ttl p::before, .top_ttl p::after {
    bottom: -6px;
    width: 45px;
    height: 52px;
  }
  .top_ttl p::before {
    left: -55px;
  }
  .top_ttl p::after {
    right: -55px;
  }
  .top_ttl div {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .top_case_list {
    width: 90%;
    max-width: 1200px;
    margin: -1em auto 3em;
  }
  .top_case_list li {
    margin: 2.5em 15px 0em;
    width: calc(100% / 3 - 30px);
  }
  .top_case_list li img {
    border-radius: 20px;
  }
  .top_case_list li p {
    font-size: 1.7rem;
  }
  .top_case_list li div {
    border-radius: 10px;
    padding: 0px 20px;
    font-size: 2rem;
  }
  .top_case_list li div span {
    font-size: 4rem;
    padding: 0 5px 0 0;
    letter-spacing: 1px;
  }
  .top_case_list li div::before {
    top: 18px;
    left: 15px;
    border-radius: 20px;
    font-size: 1.6rem;
    padding: 2px 15px;
  }
  /* voice*/
  .voice {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 5em;
  }
  .voice li {
    text-align: left;
    margin: 1.5em 10px 0em;
    width: calc(100% / 4 - 20px);
    border-radius: 10px;
    padding: 15px 18px 18px;
  }
  .voice li div {
    font-size: 1.9rem;
    margin: 0 auto 0.5em;
  }
  .voice li img {
    height: 20px;
  }
  .voice li p {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .faq-area {
    max-width: 1000px;
  }
  .faq-area li {
    margin: 20px 0;
    padding: 15px 0 15px 60px;
  }
  .faq-area li::before {
    top: 17px;
    left: 25px;
    font-size: 3rem;
  }
  .faq-title {
    font-size: 2rem;
  }
  .faq-box::before {
    top: 5px;
    left: -33px;
    font-size: 3rem;
    line-height: 1;
  }
  /* flow*/
  .flow_bg {
    padding: 5em 0;
  }
  .flow_tab {
    margin: 1.5em auto 0;
  }
  .flow_tab li a {
    font-size: 2rem;
    margin: 0 7px;
    padding: 10px 0px;
    width: 300px;
    border-radius: 10px 10px 0 0;
  }
  .flow_tab li a::before {
    border-radius: 10px 10px 0 0;
  }
  .flow_tab li a img {
    width: 28px;
    margin: 0 10px 3px 0;
  }
  .area {
    width: calc(95% - 80px);
    max-width: calc(1100px - 80px);
    padding: 50px 40px;
    border-radius: 30px;
  }
  .area ul {}
  .area ul li {
    margin: 1.5em 15px 0em;
    width: calc(100% / 4 - 30px);
  }
  .area ul li::before {
    top: 28%;
    right: -47px;
    width: 38px;
    height: 21px;
  }
  .area ul li img {
    border-radius: 15px;
  }
  .area ul li div {
    padding: 3px 15px 0;
    font-size: 1.6rem;
    margin: 0.8em auto 0.5em;
  }
  .area_btn_wrap > p {
    font-size: 1.6rem;
  }
  .area_btn img {
    width: 32px;
    margin: 0 8px 5px 0;
  }
  .area_btn p {
    width: 390px;
    padding: 10px 0px 10px 0px;
    font-size: 2.3rem;
  }
  #flow_tel .area_btn p {
    font-size: 4rem;
    padding: 10px 0px 6px 0px;
  }
  #flow_tel .area_btn img {
    margin: 0 8px 10px;
  }
  .instagram {
    max-width: 1200px;
    margin: 1em auto 5em;
  }
  /* company */
  .company {
    padding: 50px 0px;
    width: calc(90% - 0px);
    max-width: calc(1200px - 0px);
    margin: 5em auto 0;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
  }
  .company_table {
    width: 400px;
  }
  .company_table p {
    font-size: 2.5rem;
  }
  .company_table ul li {
    padding: 15px 0;
  }
  .company_table ul li dt {
    width: 100px;
  }
  .company_table ul li dd {
    width: calc(100% - 100px);
  }
  .company_map {
    margin: 0 0 0 50px;
    width: 550px;
  }
  .company_map iframe {
    border-radius: 20px;
  }
  /* contact */
  .contact_ttl {
    font-size: 3rem;
    margin: 0 auto 2em;
  }
  .contact_ttl img {
    width: 35px;
  }
}