/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
/*top*/
.mv {
  position: relative;
  overflow: hidden;
  background: #FFF3E5;
  padding: 90px 0 3em;
}
.mv_img {
  width: 90%;
  margin: auto;
}
.top_txt {
  position: relative;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 2em auto 0em;
  justify-content: center;
}
.top_txt::before, .top_txt::after {
  position: absolute;
  content: '';
  top: 0px;
  display: block;
  width: 80px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
}
.top_txt::before {
  left: calc(50% - 180px);
  background-image: url("/img/top/paper01.webp");
}
.top_txt::after {
  right: calc(50% - 180px);
  background-image: url("/img/top/paper02.webp");
}
.top_txt li:first-child {
  margin: 0 20% 0.5em;
}
.top_txt li {
  margin: 0 5px 0em;
  width: calc(100% / 2 - 10px);
}
.top_slider {
  margin: 2em auto 0;
  overflow: hidden;
  white-space: nowrap;
}
.scroll-track {
  display: inline-block;
  animation: scrollLeft 30s linear infinite;
}
.scroll-track img {
  display: inline-block;
  width: 150px;
  margin-right: 10px;
  border-radius: 10px;
}
@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.top_service_ttl_bg {
  position: relative;
  background: linear-gradient(180deg, #FFF3E5 0%, #FFF3E5 50%, #fff 50%, #fff 100%);
}
.top_service_ttl {
  box-sizing: border-box;
  position: relative;
  background: linear-gradient(-45deg, #0071C1 0%, #0071C1 50%, #00A7FF 100%);
  width: 90%;
  margin: auto;
  padding: 30px 20px 30px;
  border-radius: 20px 20px 0 0;
  clip-path: polygon(100% 0, 100% 96%, 50% 100%, 0 96%, 0 0);
}
.top_service_ttl_ap {
  position: absolute;
  display: inline-block;
  top: -1em;
  left: 50%;
  transform: translate(-50%, 0%);
  background: #fff;
  border: 2px solid #0071C1;
  color: #0071C1;
  border-radius: 50px;
  font-size: 1.7rem;
  font-weight: 600;
  z-index: 3;
  padding: 3px 20px;
  white-space: nowrap;
}
.top_service_ttl_txt {
  font-weight: 600;
  color: #fff;
}
.top_service_ttl_txt p {
  font-size: 1.5rem;
  margin: 0 auto 0.3em;
}
.top_service_ttl_txt div {
  display: inline-block;
  position: relative;
  font-size: 2rem;
}
.top_service_ttl_txt div span {
  display: inline-block;
  font-size: 2.3rem;
  background: linear-gradient(-45deg, #F57F29 0%, #FFB100 100%);
  border-radius: 5px;
  padding: 0 7px;
  margin: 3px 0;
}
.top_service_ttl_txt div::before, .top_service_ttl_txt div::after {
  position: absolute;
  content: '';
  top: 4px;
  display: block;
  width: 18px;
  height: 25px;
  background-image: url("/img/common/fukidashi04.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.top_service_ttl_txt div::before {
  left: calc(50% - 105px);
}
.top_service_ttl_txt div::after {
  right: calc(50% - 105px);
  transform: scale(-1, 1);
}
.top_service_ttl ul {
  max-width: 250px;
  margin: auto;
}
.top_service_ttl ul li {
  background: #fff;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em auto 0em;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
}
.top_service_ttl ul li img {
  width: 60px;
}
.top_service_ttl ul li p {
  text-align: left;
  width: calc(100% - 60px);
  box-sizing: border-box;
  padding: 0 0 0 20px;
  font-weight: 600;
  color: #F57F29;
  font-size: 1.6rem;
  line-height: 1.5;
}
.top_service {
  width: 90%;
  margin: -1em auto 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
.top_service li {
  margin: 0em 5px 1em;
  width: calc(100% / 2 - 10px);
}
.top_service li:first-child {
  margin: 0 20% 1em;
}
.top_service li p {
  border-radius: 10px 10px 0 0;
  background: #0071C1;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  font-size: 1.5rem;
}
.top_service li img {
  border-radius: 0 0 10px 10px;
}
.top_service_txt {
  font-weight: 700;
}
.top_service_txt p {
  font-size: 2rem;
}
.top_service_txt div {
  display: inline-block;
  color: #F57F29;
  font-size: 2.3rem;
}
.top_service_txt div span {
  display: inline-block;
  border-bottom: 1px solid #F57F29;
}
/*reason*/
.reason_ttl {
  font-weight: 700;
}
.reason_ttl p {
  font-size: 1.5rem;
}
.reason_ttl h2 {
  position: relative;
  display: inline-block;
  color: #F57F29;
  font-size: 2.5rem;
}
.reason_ttl h2 img {
  width: auto;
  height: 28px;
  margin: 0 5px 5px 0;
  display: inline-block;
}
.reason_ttl h2::before, .reason_ttl h2::after {
  position: absolute;
  content: '';
  bottom: 3px;
  display: block;
  width: 18px;
  height: 25px;
  background-image: url("/img/common/fukidashi01.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.reason_ttl h2::before {
  left: -25px;
}
.reason_ttl h2::after {
  right: -22px;
  transform: scale(-1, 1);
}
.reason {
  width: 80%;
  margin: auto;
}
.reason li {
  margin: 2em auto 0;
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  counter-increment: mycounter;
}
.reason li::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: counter(mycounter, decimal-leading-zero);
  font-family: montserrat, sans-serif;
  font-weight: 600;
  background: #0071C1;
  color: #fff;
  text-align: center;
  border-radius: 10px 0 10px 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 2rem;
}
.reason li img {
  width: 180px;
  display: block;
  margin: auto;
}
.reason li div {
  margin: 0.5em auto;
  color: #F57F29;
  font-weight: 700;
  font-size: 2rem;
  display: inline-block;
  border-bottom: 1px solid #0071C1;
}
.reason li p {
  font-weight: 500;
}
.reason li p span {
  color: #F57F29;
}
.strong_bg {
  width: 90%;
  margin: 3em auto 0;
  background: #fff;
  border-radius: 20px;
}
.strong_ttl {
  position: relative;
  padding: 15px 0 30px;
  border-radius: 20px 20px 0 0;
  color: #fff;
  background: linear-gradient(-45deg, #F57F29 0%, #FFB100 100%);
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}
.strong_ttl p {
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0 auto 0.2em;
}
.strong_ttl h2 {
  font-size: 2rem;
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
.strong_ttl h2::before, .strong_ttl h2::after {
  position: absolute;
  content: '';
  bottom: 3px;
  display: block;
  width: 20px;
  height: 50px;
  background-image: url("/img/common/fukidashi02.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.strong_ttl h2::before {
  left: -30px;
}
.strong_ttl h2::after {
  right: -30px;
  transform: scale(-1, 1);
}
.strong_bg ul {
  width: 95%;
  margin: 0 auto 0;
  padding: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
.strong_bg ul li {
  margin: 1em 5px 0em;
  width: calc(100% / 2 - 10px);
  position: relative;
  counter-increment: mycounter;
  background: #F4EEEA;
  border-radius: 10px;
}
.strong_bg li::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: counter(mycounter, decimal-leading-zero);
  font-family: montserrat, sans-serif;
  font-weight: 600;
  background: #0071C1;
  color: #fff;
  text-align: center;
  border-radius: 10px 0 10px 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 1.4rem;
}
.strong_bg li img {
  border-radius: 10px 10px 0 0;
}
.strong_bg li div {
  width: 90%;
  margin: -1em auto 0em;
  background: #F57F29;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  letter-spacing: 0;
  padding: 3px 0;
}
.strong_bg li p {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  height: 70px;
  display: grid;
  place-items: center;
  place-content: center;
}
.strong_bg li p span {
  display: inline-block;
}
.trouble_topttl {
  position: relative;
  background: #E8E8E8;
}
.trouble_topttl_in {
  color: #fff;
  font-weight: 700;
  text-align: left;
  background: linear-gradient(-45deg, #0071C1 0%, #0071C1 50%, #00A7FF 100%);
  padding: 20px 0;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.trouble_topttl_in div {
  width: 80%;
  margin: auto;
}
.trouble_topttl_in div p {
  font-size: 1.4rem;
}
.trouble_topttl_in div h2 {
  font-size: 2.5rem;
  color: #FFE200;
}
.trouble_topttl_in div h2 span {
  background: url("/img/common/line_wave.webp")repeat-x bottom left / auto 5px;
  padding-bottom: 3px;
  display: inline-block;
}
.trouble_topttl img {
  height: 220px;
  object-fit: cover;
}
.trouble_ttl {
  position: relative;
  background: #0071C1;
  color: #fff;
  border-radius: 30px;
  font-weight: 700;
  width: 280px;
  padding: 7px 0;
  font-size: 1.6rem;
  margin: 0 auto 1em;
}
.trouble_ttl::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 20px;
  height: 8px;
  background: #0071C1;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.trouble {
  width: 85%;
  margin: 0 auto 2em;
}
.trouble li {
  position: relative;
  background: #fff;
  margin: 0.5em auto 0;
  border-radius: 10px;
  text-align: left;
  box-sizing: border-box;
  padding: 0 10px 0 40px;
  height: 50px; /* 高さ固定 */
  display: flex;
  align-items: center; /* 縦中央 */
}
.trouble li::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translate(0%, -50%);
  left: 15px;
  display: block;
  width: 13px;
  height: 13px;
  background-image: url("/img/common/check.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.trouble li p {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
}
.contents_ttl {
  background: #fff;
  position: relative;
}
.contents_ttl.blue {
  background: #EAF1F4;
}
.contents_ttl.reverse .contents_ttl_in {
  background: linear-gradient(-45deg, #F57F29 0%, #FFB100 100%);
  border-radius: 20px 0 0 0;
  ;
}
.contents_ttl_in {
  background: linear-gradient(45deg, #F57F29 0%, #FFB100 100%);
  border-radius: 0 20px 0px 0;
}
.contents_ttl_in div {
  text-align: left;
  width: 280px;
  margin: auto;
  color: #fff;
  padding: 25px 0;
  font-weight: 700;
}
.contents_ttl_in div small {
  font-family: montserrat, sans-serif;
  font-weight: 600;
  color: #0071C1;
  letter-spacing: 1px;
  font-size: 1.4rem;
}
.contents_ttl_in div p {
  font-size: 1.8rem;
}
.contents_ttl_in div p span {
  display: inline-block;
  font-size: 2rem;
  background: top left / 1em .5em repeat-x radial-gradient(circle, #fff .1em, rgba(0, 0, 0, 0) .06em);
  padding-top: .3em;
}
.contents_ttl_in div h2 {
  display: inline-block;
  color: #F57F29;
  background: #fff;
  padding: 3px 20px;
  border-radius: 30px;
  font-size: 2.3rem;
  margin: 0.3em auto;
}
.contents_ttl_in div h2 img {
  width: auto;
  height: 25px;
  margin: 0 5px 5px 0;
}
.contents_ttl > img {
  height: 180px;
  object-fit: cover;
}
.resolution01 {
  width: 85%;
  margin: 0 auto 5em;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  padding: 25px 0 20px;
  position: relative;
  font-weight: 700;
}
.resolution01::before {
  position: absolute;
  content: '';
  top: calc(100% + 15px);
  left: 50%;
  transform: translate(-50%, 0%);
  display: block;
  width: 50px;
  height: 18px;
  background-image: url("/img/common/arrow_down.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.resolution01 div {
  display: inline-block;
  position: absolute;
  top: -1.3em;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 5px 0px 5px;
  width: 180px;
  border-radius: 30px;
  background: #E6E6E6;
  border: 3px solid #fff;
  font-size: 1.5rem;
}
.resolution01 > p {
  width: 90%;
  margin: 0.5em auto 0;
}
.resolution01 > p span {
  color: #0071C1;
  font-size: 1.6rem;
  display: inline-block;
}
.resolution01 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: center;
}
.resolution01 ul li {
  margin: 0.3em 8px 0em;
}
.resolution01 ul li p {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #E6E6E6;
}
.resolution01 ul li p span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 120px;
}
.resolution02 {
  width: 90%;
  margin: 0 auto 0em;
  box-sizing: border-box;
  background: #0071C1;
  border-radius: 20px;
  padding: 35px 0 20px;
  position: relative;
  font-weight: 700;
}
.resolution02 > div {
  display: inline-block;
  position: absolute;
  top: -1.3em;
  left: 50%;
  transform: translate(-50%, 0%);
  padding: 10px 0px 5px;
  width: 180px;
  border-radius: 30px;
  background: #fff;
  color: #0071C1;
  border: 3px solid #0071C1;
  font-size: 1.7rem;
}
.resolution02 > div img {
  width: auto;
  height: 25px;
  margin: 0 5px 5px;
}
.resolution02 > p {
  position: relative;
  width: 80%;
  color: #fff;
  margin: 0.5em auto 0;
  font-size: 1.5rem;
}
.resolution02 > p span {
  color: #FFE200;
  font-size: 2rem;
  display: inline-block;
  line-height: 1.4;
}
.resolution02 > p::before, .resolution02 > p::after {
  position: absolute;
  content: '';
  bottom: 10px;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/img/common/kirakira.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.resolution02 > p::before {
  left: -15px;
}
.resolution02 > p::after {
  right: -15px;
  transform: scale(-1, -1);
}
.resolution02 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 0em;
  justify-content: center;
}
.resolution02 ul li {
  margin: 0.1em 8px 0em;
  font-size: 1.6rem;
  line-height: 1.5;
}
.resolution02 ul li div {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #fff;
}
.resolution02 ul li div p {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 120px;
}
.resolution02 ul li div p span {
  color: #F57F29;
}
.merit {
  width: 85%;
  margin: auto;
}
.merit li {
  margin: 2.5em auto 0;
  position: relative;
  background: #FFF3E5;
  border-radius: 10px;
  padding: 30px 20px 20px;
  font-weight: 700;
}
.merit li:nth-child(2) div {
  width: 250px;
  background: #3BAC00;
}
.merit li:nth-child(3) div {
  background: #0071C1;
}
.merit li div {
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 160px;
  background: #F57F29;
  color: #fff;
  padding: 3px 0px;
  border-radius: 50px;
  font-size: 1.8rem;
}
.merit li img {
  display: block;
  width: 120px;
  margin: auto;
}
.merit li p {
  background: #fff;
  border-radius: 10px;
  padding: 10px 0;
  margin: 0.5em auto 0;
  font-size: 1.6rem;
}
.merit li p span {
  color: #F57F29;
}
.merit li:nth-child(2) p span {
  color: #3BAC00;
}
.merit li:nth-child(3) p span {
  color: #0071C1;
}
.strength {
  width: 90%;
  margin: auto;
}
.strength > li {
  position: relative;
  background: #fff;
  border-radius: 20px;
  margin: 2em auto 0;
  padding: 30px 20px 20px;
  counter-increment: mycounter;
}
.strength > li:first-child {
  margin: 0 auto;
}
.strength > li::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: counter(mycounter, decimal-leading-zero);
  font-family: montserrat, sans-serif;
  font-weight: 600;
  background: #0071C1;
  color: #fff;
  text-align: center;
  border-radius: 20px 0 20px 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.7rem;
}
.strength > li h3 {
  position: relative;
  z-index: 1;
  font-weight: 700;
  padding: 5px 0;
  width: 240px;
  margin: auto;
  background: #F57F29;
  color: #fff;
  border-radius: 50px;
  font-size: 1.8rem;
  line-height: 1.4;
}
.strength > li h3 span {
  display: inline-block;
}
.strength > li > img {
  margin: -1.5em auto 0;
  border-radius: 20px;
  height: 180px;
  object-fit: cover;
}
.strength_txt {
  margin: 1em auto 0;
}
.strength_txt div {
  font-weight: 700;
  margin: 0 auto 0.5em;
  font-size: 1.6rem;
  line-height: 1.4;
}
.strength_txt div span {
  display: inline-block;
}
.strength_txt p {
  text-align: left;
}
.strength_list {
  width: calc(100% + 20px);
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em auto 0em -10px;
  justify-content: center;
}
.strength_list li {
  font-weight: 700;
  margin: 1em 5px 0em;
  width: calc(100% / 2 - 10px);
}
.strength_list li p {
  color: #0071C1;
  margin: 0 auto 0.3em;
}
.strength_list li img {
  border-radius: 10px;
}
.strength_list li a {
  margin: 0.5em auto 0;
  display: block;
  position: relative;
  background: #F57F29;
  color: #fff;
  padding: 5px 0;
  border-radius: 30px;
  font-size: 1rem;
  transition: all .3s;
}
.strength_list li a:hover {
  background: #0071C1;
}
.strength_list li a::before {
  position: absolute;
  top: 55%;
  right: 5px;
  transform: translate(0%, -50%);
  content: '\f0d7';
  font-family: FontAwesome;
  font-weight: 400;
  color: #fff;
  transition: all .5s;
}
.strength_list li a:hover::before {
  top: 60%;
}
.service_ttl {
  width: 90%;
  margin: auto;
}
.service_ttl div {
  color: #0071C1;
  font-family: montserrat, sans-serif;
  margin: 0 auto 0.3em;
  font-weight: 600;
}
.service_ttl h2 {
  position: relative;
  display: inline-block;
  color: #fff;
  background: linear-gradient(-45deg, #F57F29 0%, #FFB100 100%);
  font-size: 2.3rem;
  letter-spacing: 3px;
  padding: 3px 20px;
  border-radius: 5px;
}
.service_ttl h2::before, .service_ttl h2::after {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/img/common/fukidashi03.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.service_ttl h2::before {
  top: -5px;
  left: -5px;
}
.service_ttl h2::after {
  bottom: -5px;
  right: -5px;
  transform: scale(-1, -1);
}
.service_ttl p {
  font-weight: 500;
  margin: 1em auto 0;
}
.service_ttl p span {
  display: inline-block;
}
.service {
  width: 90%;
  margin: auto;
}
.service > li {
  position: relative;
  background: #fff;
  border-radius: 20px;
  margin: 3em auto 0;
  padding: 0 0 20px;
}
.service_contents {
  position: relative;
}
.service_contents::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #000;
  border-radius: 20px 20px 0 0;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.service_contents > img {
  height: 150px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.service_contents div {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0071C1;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1.4rem;
  white-space: nowrap;
  padding: 5px 15px;
}
.service_contents p {
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-family: montserrat, sans-serif;
  font-weight: 600;
}
.service_slider {}
.service_slider .slick-slide {
  margin: 0 10px; /* 間隔10px */
  opacity: 0;
}
.service_slider .slick-slide.slick-center {
  opacity: 1;
}
/*矢印の設定*/
.service_slider .slick-prev, .service_slider .slick-next {
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  height: 25px;
  width: 25px;
  position: absolute;
  content: '';
  top: 320px;
  display: block;
  background-image: url("/img/common/arrow_slide.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
.service_slider .slick-prev {
  left: 3%;
}
.service_slider .slick-next {
  right: 3%;
  transform: scale(-1, 1);
}
.service_slider_in {
  width: 75vw;
}
.service_slider_in img {
  width: 75vw !important;
  height: 180px !important;
  object-fit: cover;
  border-radius: 10px;
}
.service_name {
  margin: 2em auto 1em;
  font-weight: 600;
}
.service_name p {}
.service_name div {
  color: #0071C1;
  margin: 0.3em auto 0;
}
.service_name div span {
  display: block;
  font-family: montserrat, sans-serif;
  letter-spacing: 1px;
  font-size: 2rem;
  line-height: 1.3;
}
.service_subttl {
  width: 90%;
  margin: 0.5em auto 0em;
  font-weight: 700;
  font-size: 1.5rem;
}
.service_subttl span {
  display: inline-block;
}
.service_txt {
  width: 90%;
  margin: 0.5em auto 0em;
  text-align: left;
}
/*voice*/
.voice_box {
  position: relative;
  background: #FFF3E5;
  border-radius: 10px;
  padding: 0 0 20px;
}
.voice_name {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  text-align: left;
  background: #F57F29;
  color: #fff;
  font-weight: 700;
  padding: 3px 15px;
  border-radius: 10px 0 10px 0;
}
.voice_box img {
  border-radius: 10px 10px 0 0;
}
.voice_box ul {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0.5em auto 0em;
  justify-content: center;
}
.voice_box ul li {
  color: #0071C1;
  display: inline-block;
  border: 1px solid #0071C1;
  background: #fff;
  border-radius: 20px;
  font-weight: 700;
  margin: 5px 2px 0;
  padding: 2px 10px;
  font-size: 1.2rem;
}
.voice_txt {
  width: 85%;
  margin: 0.8em auto 0;
}
.voice_txt div {
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 auto 0.3em;
}
.voice_txt div span {
  color: #F57F29;
}
.voice_txt p {
  text-align: left;
}
.voice_slider {
  margin: 2em auto 0;
}
.voice_slider .slick-slide {
  width: 80vw;
  margin: 0 5px; /* 間隔10px */
  opacity: 0.5;
}
.voice_slider .slick-slide.slick-center {
  opacity: 1;
}
/*矢印の設定*/
.voice_slider .slick-prev, .voice_slider .slick-next {
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  height: 30px;
  width: 30px;
  position: absolute;
  content: '';
  top: calc(50% - 15px);
  display: block;
  background-image: url("/img/common/arrow_slide02.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}
.voice_slider .slick-prev {
  left: 5%;
}
.voice_slider .slick-next {
  right: 5%;
  transform: scale(-1, 1);
}
/*secure*/
.secure {
  width: 90%;
  margin: auto;
}
.secure li {
  margin: 2em auto 0;
  position: relative;
}
.secure li:first-child {
  margin: 0 auto;
}
.secure li img {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 10% 0 0;
  border-radius: 20px;
  height: 200px;
  object-fit: cover;
}
.secure_txt {
  background: #fff;
  box-sizing: border-box;
  padding: 25px 20px 20px;
  width: 90%;
  margin: -1em 0 0 10%;
  text-align: left;
  border-radius: 20px;
}
.secure_txt div {
  font-weight: 700;
  font-size: 1.7rem;
  color: #F57F29;
  position: relative;
  padding: 0 0 0.5em;
  margin: 0 auto 0.5em;
}
.secure_txt div::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 60px;
  height: 1px;
  content: '';
  background: #0071C1;
}
/*faq*/
.faq {
  list-style: none;
  width: 90%;
  margin: 2em auto 0;
}
.faq li {
  position: relative;
  margin: 10px 0;
  text-align: left;
  background: #FFF3E5;
  border-radius: 10px;
}
.faq li::before {
  position: absolute;
  content: '';
  top: 10px;
  left: 10px;
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("/img/common/faq.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
/*アコーディオンタイトル*/
.faq_title {
  position: relative;
  cursor: pointer;
  padding: 10px 30px 10px 45px;
  color: #F57F29;
  font-weight: 700;
  transition: all .5s ease;
}
/*アイコンの＋と×*/
.faq_title::before {
  position: absolute;
  font-family: FontAwesome;
  font-weight: 400;
  color: #0071C1;
  content: '\f107';
  top: 25%;
  right: 10px;
}
/*　closeというクラスがついたら形状変化　*/
.faq_title.close::before {
  transform: scale(1, -1);
}
/*アコーディオンで現れるエリア*/
.faq_box {
  display: none; /*はじめは非表示*/
  padding: 0 20px 20px 45px;
}
/*flow*/
.flow_ttl {}
.flow_ttl p {
  font-family: montserrat, sans-serif;
  font-weight: 600;
  color: #0071C1;
  letter-spacing: 1px;
}
.flow_ttl h2 {
  display: inline-block;
  background: #0071C1;
  padding: 5px 25px;
  color: #fff;
  border-radius: 50px;
  font-size: 2rem;
}
.flow_ttl h2::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 15px;
  height: 7px;
  content: '';
  background: #0071C1;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.flow_ttl.reverse p {
  color: #F57F29;
}
.flow_ttl.reverse h2 {
  background: #F57F29;
}
.flow_ttl.reverse h2::before {
  background: #F57F29;
}
.flow {
  width: 90%;
  margin: auto;
}
.flow li {
  position: relative;
  counter-increment: mycounter;
  margin: 2em auto 0;
  background: #fff;
  border-radius: 10px;
  padding: 10px 20px 20px;
}
.flow li::before {
  position: absolute;
  top: -10px;
  left: -5px;
  content: counter(mycounter, decimal-leading-zero);
  font-family: montserrat, sans-serif;
  font-weight: 600;
  background: #0071C1;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 1.7rem;
}
.flow li::after {
  position: absolute;
  content: '';
  top: calc(100% + 10px);
  left: 50%;
  transform: translate(-50%, 0%);
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("/img/common/arrow_down.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.flow li:last-child::after {
  display: none;
}
.flow li div {
  font-weight: 700;
  color: #F57F29;
  border-bottom: 1px solid #0071C1;
  padding: 0 0 0.5em;
  margin: 0 auto 0.5em;
  font-size: 1.7rem;
}
.flow li p {
  text-align: left;
}
.flow li p a {
  color: #F57F29;
  text-decoration: underline;
}
.flow li p a:hover {
  text-decoration: none;
}
/*follow*/
.follow_bg {
  width: 90%;
  margin: 0 auto 3em;
  box-sizing: border-box;
  background: #FFF3E5;
  border-radius: 20px;
  padding: 15px 15px 20px;
}
.follow {
  margin: 2em auto 0;
}
.follow li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  margin: 1em auto 0;
  background: #fff;
}
.follow li img {
  width: 50%;
  border-radius: 10px 0 0 10px;
}
.follow li p {
  width: 50%;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: left;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.follow li p span {
  display: block;
  font-weight: 700;
  font-size: 1.5rem;
  color: #F57F29;
  margin: 0 auto 0.2em;
}
.comp_list {
  width: 90%;
  margin: 1em auto 3em;
}
.comp_list li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #0071C1;
  text-align: left;
}
.comp_list li dt {
  width: 90px;
  color: #0071C1;
  font-weight: 700;
}
.comp_list li dd {
  width: calc(100% - 90px);
}
.contact_txt {
  width: 80%;
  margin: 0em auto 0;
  text-align: left;
}
.contact_txt span {
  display: block;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 0.5em;
}
/* ------------------------------------ */
/* ▼PC用デザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  /*top*/
  .mv {
    padding: 100px 0 5em;
  }
  .mv_img {
    width: 95%;
    margin: auto;
  }
  .top_txt {
    max-width: 900px;
    margin: 2em auto 0em;
    justify-content: center;
  }
  .top_txt::before, .top_txt::after {
    top: 10px;
    width: 150px;
    height: 90px;
  }
  .top_txt::before {
    left: calc(50% - 620px);
  }
  .top_txt::after {
    right: calc(50% - 620px);
  }
  .top_txt li:first-child {
    margin: 0 10px 0em;
  }
  .top_txt li {
    margin: 0 10px 0em;
    width: calc(100% / 3 - 20px);
  }
  .scroll-track img {
    width: 280px;
    margin-right: 15px;
  }
  .top_service_ttl_bg {}
  .top_service_ttl {
    max-width: 1200px;
    padding: 50px 20px 70px;
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  }
  .top_service_ttl_ap {
    top: -1em;
    border: 3px solid #0071C1;
    font-size: 2.8rem;
    padding: 1px 30px;
  }
  .top_service_ttl_txt p {
    font-size: 3rem;
    margin: 0 auto 0.3em;
  }
  .top_service_ttl_txt div {
    font-size: 3.5rem;
  }
  .top_service_ttl_txt div span {
    font-size: 4rem;
    line-height: 1.5;
    padding: 0 7px;
    margin: 0 0 0 10px;
  }
  .top_service_ttl_txt div::before, .top_service_ttl_txt div::after {
    top: 12px;
    width: 33px;
    height: 45px;
  }
  .top_service_ttl_txt div::before {
    left: calc(50% - 460px);
  }
  .top_service_ttl_txt div::after {
    right: calc(50% - 460px);
  }
  .top_service_ttl ul {
    max-width: 100%;
    margin: 2em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
  }
  .top_service_ttl ul li {
    width: 240px;
    margin: 0 5px;
    padding: 25px 30px;
  }
  .top_service_ttl ul li img {
    width: 80px;
  }
  .top_service_ttl ul li p {
    width: calc(100% - 80px);
    padding: 0 0 0 20px;
    font-size: 2.3rem;
  }
  .top_service {
    max-width: 1200px;
  }
  .top_service li {
    margin: 0em 10px 2em;
    width: calc(100% / 3 - 20px);
  }
  .top_service li:first-child {
    margin: 0em 10px 1em;
  }
  .top_service li p {
    padding: 5px 0;
    font-size: 2.2rem;
  }
  .top_service_txt p {
    font-size: 3rem;
    line-height: 1.3;
  }
  .top_service_txt div {
    font-size: 3.5rem;
    letter-spacing: 3px;
  }
  /*reason*/
  .reason_ttl p {
    font-size: 3rem;
    line-height: 1.4;
  }
  .reason_ttl h2 {
    font-size: 4.2rem;
    letter-spacing: 4px;
  }
  .reason_ttl h2 img {
    height: 45px;
    margin: 0 10px 14px 0;
  }
  .reason_ttl h2::before, .reason_ttl h2::after {
    bottom: 9px;
    width: 33px;
    height: 45px;
  }
  .reason_ttl h2::before {
    left: -45px;
  }
  .reason_ttl h2::after {
    right: -42px;
  }
  .reason {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 2em auto 0em;
    justify-content: center;
  }
  .reason li {
    margin: 0 8px 0em;
    width: calc(100% / 3 - 16px);
    box-sizing: border-box;
    padding: 30px 0;
  }
  .reason li::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 2.5rem;
  }
  .reason li img {
    width: 250px;
  }
  .reason li div {
    margin: 0.5em auto;
    font-size: 2.6rem;
  }
  .reason li p {
    font-weight: 500;
  }
  .strong_bg {
    max-width: 1200px;
    margin: 4em auto 0;
  }
  .strong_ttl {
    padding: 30px 0 60px;
    clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
  }
  .strong_ttl::before, .strong_ttl::after {
    position: absolute;
    content: '';
    bottom: -20px;
    display: block;
    width: 146px;
    height: 235px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .strong_ttl::before {
    left: calc(50% - 500px);
    background-image: url("/img/reason/strong_illust01.webp");
  }
  .strong_ttl::after {
    right: calc(50% - 500px);
    background-image: url("/img/reason/strong_illust02.webp");
  }
  .strong_ttl p {
    font-size: 2.4rem;
    margin: 0 auto 0.2em;
  }
  .strong_ttl h2 {
    font-size: 4rem;
    letter-spacing: 4px;
  }
  .strong_ttl h2::before, .strong_ttl h2::after {
    bottom: 8px;
    width: 31px;
    height: 80px;
  }
  .strong_ttl h2::before {
    left: -60px;
  }
  .strong_ttl h2::after {
    right: -60px;
  }
  .strong_bg ul {
    width: 90%;
    padding: 0 0 50px;
  }
  .strong_bg ul li {
    margin: 2em 10px 0em;
    width: calc(100% / 3 - 20px);
  }
  .strong_bg li::before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 2rem;
  }
  .strong_bg li div {
    width: 90%;
    margin: -1em auto 0em;
    font-size: 2rem;
    letter-spacing: 2px;
    padding: 3px 0;
  }
  .strong_bg li p {
    font-size: 1.6rem;
    letter-spacing: 1px;
    height: 120px;
  }
  .trouble_topttl {
    background: none;
  }
  .trouble_topttl_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    padding: 0;
    clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
  }
  .trouble_topttl_in div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    margin: auto;
  }
  .trouble_topttl_in div p {
    font-size: 2.6rem;
    line-height: 1.5;
  }
  .trouble_topttl_in div h2 {
    font-size: 4.5rem;
    letter-spacing: 4px;
  }
  .trouble_topttl_in div h2 span {
    background: url("/img/common/line_wave.webp")repeat-x bottom left / auto 8px;
    padding-bottom: 1px;
  }
  .trouble_topttl img {
    height: 450px;
  }
  .trouble_ttl {
    border-radius: 50px;
    width: 600px;
    padding: 5px 0;
    font-size: 2.8rem;
    margin: 0 auto 1em;
  }
  .trouble_ttl::before {
    width: 30px;
    height: 12px;
  }
  .trouble {
    width: 90%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 4em;
    justify-content: flex-start;
  }
  .trouble li {
    margin: 0.8em 8px 0em;
    width: calc(100% / 2 - 16px);
    padding: 0 20px 0 60px;
    height: 90px;
  }
  .trouble li::before {
    left: 20px;
    width: 20px;
    height: 20px;
  }
  .trouble li p {
    line-height: 1.6;
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .contents_ttl.reverse .contents_ttl_in {
    left: auto;
    right: 0;
    border-radius: 20px 0 0 20px;
    ;
  }
  .contents_ttl_in {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 0 20px 20px 0;
  }
  .contents_ttl_in div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
    margin: auto;
    padding: 0;
  }
  .contents_ttl_in div small {
    letter-spacing: 1px;
    font-size: 2.4rem;
  }
  .contents_ttl_in div p {
    font-size: 3.3rem;
    line-height: 1.4;
    letter-spacing: 3px;
  }
  .contents_ttl_in div p span {
    font-size: 4rem;
  }
  .contents_ttl_in div h2 {
    padding: 1px 30px;
    border-radius: 50px;
    font-size: 4.3rem;
  }
  .contents_ttl_in div h2 img {
    height: 45px;
    margin: 0 5px 15px 0;
  }
  .contents_ttl > img {
    margin: 0 0 0 45%;
    width: 55%;
    height: 450px;
    object-fit: cover;
  }
  .contents_ttl.reverse > img {
    margin: 0 45% 0 0;
  }
  .resolution01 {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 7.5em;
    padding: 45px 0 40px;
  }
  .resolution01::before {
    top: calc(100% + 25px);
    display: block;
    width: 75px;
    height: 27px;
  }
  .resolution01 div {
    top: -1.3em;
    padding: 5px 0px 5px;
    width: 280px;
    border-radius: 50px;
    border: 5px solid #fff;
    font-size: 2rem;
  }
  .resolution01 > p {
    letter-spacing: 2px;
    font-size: 2rem;
  }
  .resolution01 > p span {
    font-size: 3rem;
  }
  .resolution01 ul li p {
    width: 180px;
    height: 180px;
    font-size: 1.8rem;
  }
  .resolution01 ul li p span {
    width: 180px;
  }
  .resolution02 {
    width: 90%;
    max-width: 1200px;
    padding: 45px 0 40px;
  }
  .resolution02 > div {
    width: 330px;
    border-radius: 50px;
    border: 5px solid #0071C1;
    font-size: 3rem;
  }
  .resolution02 > div img {
    height: 45px;
    margin: 0 10px 5px;
  }
  .resolution02 > p {
    display: inline-block;
    width: auto;
    letter-spacing: 2px;
    font-size: 2.5rem;
  }
  .resolution02 > p span {
    font-size: 3.5rem;
  }
  .resolution02 > p::before, .resolution02 > p::after {
    bottom: 10px;
    width: 35px;
    height: 35px;
  }
  .resolution02 > p::before {
    left: -55px;
  }
  .resolution02 > p::after {
    right: -55px;
  }
  .resolution02 ul li {
    margin: 1em 8px 0em;
  }
  .resolution02 ul li div {
    width: 180px;
    height: 180px;
    font-size: 2.3rem;
  }
  .resolution02 ul li div p {
    width: 180px;
  }
  .merit {
    width: 90%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 3em auto 0em;
    justify-content: center;
  }
  .merit li {
    margin: 0 8px 0em;
    width: calc(100% / 3 - 16px);
    box-sizing: border-box;
    padding: 40px 25px 25px;
  }
  .merit li:nth-child(2) div {
    width: 300px;
  }
  .merit li div {
    top: -1em;
    width: 200px;
    padding: 3px 0px;
    font-size: 2.3rem;
  }
  .merit li img {
    width: 150px;
  }
  .merit li p {
    line-height: 1.5;
    font-size: 2rem;
  }
  .strength {
    max-width: 1200px;
  }
  .strength > li {
    margin: 4em auto 0;
    padding: 40px 30px 40px;
  }
  .strength > li::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 2.5rem;
  }
  .strength > li h3 {
    padding: 7px 0;
    width: 400px;
    font-size: 3.3rem;
  }
  .strength > li h3.wide {
    width: 680px;
  }
  .strength > li > img {
    margin: -1.5em auto 0;
    height: 500px;
    max-width: 1000px;
  }
  .strength_txt {
    max-width: 1000px;
    margin: 1.5em auto 0;
  }
  .strength_txt div {
    font-size: 2.5rem;
    line-height: 1.6;
    letter-spacing: 3px;
  }
  .strength_txt p {
    line-height: 2;
  }
  .strength_list {
    max-width: 1000px;
    width: 100%;
    margin: 1em auto 0em;
  }
  .strength_list li {
    margin: 1em 15px 0em;
    width: calc(100% / 3 - 30px);
  }
  .strength_list li p {
    font-size: 1.8rem;
    margin: 0 auto 0.5em;
  }
  .strength_list li a {
    margin: 1em auto 0;
    padding: 7px 0;
    font-size: 1.6rem;
  }
  .strength_list li a::before {
    right: 25px;
  }
  .service_ttl div {
    font-size: 2.3rem;
    margin: 0 auto 0.1em;
  }
  .service_ttl h2 {
    font-size: 4.2rem;
    letter-spacing: 4px;
    line-height: 1.4;
    padding: 6px 40px;
    border-radius: 10px;
  }
  .service_ttl h2::before, .service_ttl h2::after {
    width: 40px;
    height: 40px;
  }
  .service_ttl h2::before {
    top: -8px;
    left: -8px;
  }
  .service_ttl h2::after {
    bottom: -8px;
    right: -8px;
  }
  .service_ttl p {
    margin: 2em auto 0;
    font-size: 1.8rem;
  }
  .service {
    max-width: 1200px;
  }
  .service > li {
    margin: 5em auto 0;
    padding: 0 0 40px;
  }
  .service_contents > img {
    height: 300px;
  }
  .service_contents div {
    top: calc(50% - 25px);
    font-size: 2.5rem;
    padding: 5px 30px;
  }
  .service_slider .slick-slide {
    margin: 0 15px; /* 間隔10px */
  }
  /*矢印の設定*/
  .service_slider .slick-prev, .service_slider .slick-next {
    height: 40px;
    width: 40px;
    top: calc(50% - 20px);
  }
  .service_slider .slick-prev {
    left: 3%;
  }
  .service_slider .slick-next {
    right: 3%;
  }
  .service_slider_in {
    width: 75vw;
  }
  .service_slider_in img {
    width: 75vw !important;
    height: 500px !important;
  }
  .service_name {
    margin: 3em auto 2em;
  }
  .service_name p {
    font-size: 2rem;
  }
  .service_name div {
    margin: 0.3em auto 0;
    font-size: 1.8rem;
  }
  .service_name div span {
    font-size: 3.3rem;
    line-height: 1.3;
  }
  .service_subttl {
    line-height: 1.5;
    font-size: 2.5rem;
    margin: 1em auto 0;
  }
  .service_txt {
    margin: 0.5em auto 0em;
    max-width: 800px;
    line-height: 2;
    font-size: 1.7rem;
  }
  /*voice*/
  .voice_box {
    padding: 0 0 40px;
  }
  .voice_name {
    font-size: 1.7rem;
    padding: 5px 20px;
  }
  .voice_box ul {
    max-width: 350px;
    margin: 0.8em auto 0em;
  }
  .voice_box ul li {
    margin: 8px 2px 0;
    padding: 2px 5px;
    font-size: 1.4rem;
  }
  .voice_txt {
    width: 85%;
    margin: 0.8em auto 0;
  }
  .voice_txt div {
    font-size: 2.3rem;
    line-height: 1.5;
  }
  .voice_slider {
    margin: 3em auto 0;
  }
  .voice_slider .slick-slide {
    width: 1000px;
    margin: 0px;
  }
  .voice_slider .slick-prev, .voice_slider .slick-next {
    height: 40px;
    width: 40px;
    top: calc(50% - 20px);
  }
  .voice_slider .slick-prev {
    left: calc(50% - 540px);
  }
  .voice_slider .slick-next {
    right: calc(50% - 540px);
  }
  .voice_slider_in {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
  }
  .voice_slider_in li {
    margin: 0 8px 0em;
    width: calc(100% / 2 - 16px);
  }
  /*secure*/
  .secure {
    max-width: 1050px;
  }
  .secure li {
    margin: 5em auto 0;
  }
  .secure li:nth-of-type(even) img {
    left: auto;
    right: 0;
  }
  .secure li img {
    position: absolute;
    top: -2em;
    left: 0;
    width: 43%;
    margin: 0;
    height: 300px;
  }
  .secure li:nth-of-type(even) .secure_txt {
    padding: 60px 120px 60px 50px;
    margin: 0 35% 0 0;
  }
  .secure_txt {
    padding: 60px 50px 60px 120px;
    width: 65%;
    margin: 0 0 0 35%;
  }
  .secure_txt div {
    font-size: 2.7rem;
  }
  .secure_txt div::before {
    width: 80px;
  }
  .secure_txt p {
    line-height: 2;
  }
  /*faq*/
  .faq {
    max-width: 1000px;
    margin: 4em auto 0;
  }
  .faq li {
    margin: 15px 0;
  }
  .faq li::before {
    top: 15px;
    left: 20px;
    width: 35px;
    height: 35px;
  }
  .faq_title {
    font-size: 2rem;
    padding: 15px 50px 15px 70px;
  }
  .faq_title::before {
    right: 30px;
  }
  .faq_box {
    padding: 0 50px 20px 70px;
  }
  /*flow*/
  .flow_ttl p {
    font-size: 2.2rem;
  }
  .flow_ttl h2 {
    padding: 5px 45px;
    font-size: 3rem;
  }
  .flow_ttl h2::before {
    width: 25px;
    height: 12px;
  }
  .flow {
    max-width: 1000px;
    margin: auto;
  }
  .flow li {
    margin: 3em auto 0;
    padding: 20px 30px 20px 50px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .flow li::before {
    top: 50%;
    left: -25px;
    transform: translate(0%, -50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 2rem;
  }
  .flow li::after {
    top: calc(100% + 20px);
    width: 30px;
    height: 25px;
  }
  .flow li div {
    border-right: 1px solid #0071C1;
    border-bottom: none;
    width: 200px;
    padding: 0;
    margin: 0;
    font-size: 2.3rem;
    text-align: left;
    box-sizing: border-box;
  }
  .flow li p {
    width: calc(100% - 250px);
  }
  /*follow*/
  .follow_bg {
    width: 90%;
    margin: 0 auto 5em;
    padding: 30px 15px 50px;
  }
  .follow {
    margin: 2em auto 0;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
  }
  .follow li {
    margin: 0 15px 0em;
    width: calc(100% / 2 - 30px);
  }
  .follow li img {
    width: 45%;
  }
  .follow li p {
    width: 55%;
    padding: 0 25px;
    font-size: 1.5rem;
  }
  .follow li p span {
    font-size: 2rem;
    margin: 0 auto 0.2em;
  }
  .comp_list {
    max-width: 800px;
    margin: 2em auto 6em;
  }
  .comp_list li {
    padding: 20px 0;
  }
  .comp_list li dt {
    width: 200px;
  }
  .comp_list li dd {
    width: calc(100% - 200px);
  }
  .contact_txt {
    width: 90%;
    margin: 0em auto 0;
    text-align: center;
    line-height: 2;
  }
  .contact_txt span {
    font-size: 1.8rem;
    margin: 0 auto 0.5em;
  }
}