@charset "utf-8";
/*---------------------------------------------------------
共通css
---------------------------------------------------------*/

html body {
  width: 100%;
  height: 100%;
}

p, h1, h2, h3, a, ul, li {
  color: #3b4043;
}

.clear-fix {
  content: "";
  display: block;
  clear: both;
}

/*----------------フォントバグ回避-----------------*/

body {
  -webkit-text-size-adjust: 100%;
}

p, ul, li {
  max-height: 100%;
}

a {
  max-height: 100%;
}

/*----------------フォントバグ回避 end-----------------*/

* {
  margin: 0;
  list-style: none;
  text-decoration: none;
  color: #3B4043;
  font-family: vdl-v7gothic, sans-serif;
  font-style: normal;
}

main {
  margin-top: 75px;
}

ul, li {
  padding: 0;
}

p {
  line-height: 1;
  font-size: 12px;
}

/*---------------------------------------------------------
共通css end
---------------------------------------------------------*/

/*ページ内リンクズレ解除*/

#trouble {
  margin-top: -100px;
  padding-top: 100px;
}

#payoff {
  margin-top: -100px;
  padding-top: 100px;
}

#point {
  margin-top: -100px;
  padding-top: 100px;
}

#comparison {
  margin-top: -100px;
  padding-top: 100px;
}

/*---------------------------------------------------------
header
---------------------------------------------------------*/

header {
  position: fixed;
  top: 0;
  background-color: white;
  width: 100%;
  z-index: 10;
  padding: 10px 0;
  box-shadow: 0px 1px 5px #ababab40;
}

#header-in {
  display: flex;
  margin: auto;
  max-width: 1800px;
  font-size: 14px;
  letter-spacing: 1px;
}

.header-left {
  margin: auto 0 auto 2vw;
  display: block;
  width: 20%;
  align-items: center;
}

.header-left a {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left svg {
  width: 76px;
  height: 55px;
}

.header-left svg:hover {
  opacity: 0.8;
  transition: .2s;
  transition-delay: .2s;
}

.header-right {
  display: block;
  width: 80%;
  margin: auto 2vw auto 0;
  align-items: center;
  font-weight: 500;
}

.header-right ul {
  display: flex;
  justify-content: space-between;
}

.header-right li {
  line-height: 40px;
}

.header-right li a {
  display: block;
  font-weight: 600;
}

.pc-menu {
  font-size: 14px;
}

.pc-menu a {
  position: relative;
}

.pc-menu a::before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: ease;
  border-bottom: 1px solid #E83428;
}

.pc-menu a:hover::before {
  width: 50%;
}

.pc-menu a::after {
  content: "";
  display: block;
  width: 0%;
  position: absolute;
  right: 50%;
  bottom: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  border-bottom: 1px solid #E83428;
}

.pc-menu a:hover::after {
  width: 50%;
}

#contact-login {
  width: 35%;
}

#contact, #login {
  width: 46%;
  border-radius: 50px;
  font-size: 14px;
}

#contact {
  background-color: #E83428;
  border: transparent solid 1px;
}

#contact:hover {
  background-color: #fff;
  border: #E83428 solid 1px;
  transition: .2s;
  transition-delay: .2s;
}

#contact:hover a {
  color: #E83428;
  transition: .2s;
  transition-delay: .2s;
}

#login {
  background-color: white;
  border: 1px solid #E83428;
}

#login:hover {
  background-color: #E83428;
  border: transparent solid 1px;
  transition: .2s;
  transition-delay: .2s;
}

#login:hover a {
  color: #fff;
  transition: .2s;
  transition-delay: .2s;
}

#contact a, #login a {
  display: block;
  text-align: center;
}

#contact a {
  color: white;
}

#login a {
  color: #E83428;
}

.sp {
  display: none;
}

/*---------------------------------------------------------
header end
---------------------------------------------------------*/

/*---------------------------------------------------------
main visual
---------------------------------------------------------*/

/*ファーストビュー*/

#firstview-direct {
  max-width: 1800px;
  margin: auto;
  position: relative;
  height: 50vw;
  max-height: 860px;
}

#img-1600 {
  display: none;
}

#img-pc {
  width: 100%;
  position: absolute;
  z-index: -1;
}

/*sp画面消去*/

#img-sp {
  display: none;
}

/*円と円内の文字に関しては、バランスを見ながらvwも使用しています*/

/*中央円*/

#circle-center {
  width: 32.3vw;
  height: 32.3vw;
  background-color: #E83428;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 0px 5px #fff;
}

#circle-design {
  width: 24vw;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#circle-center svg {
  width: 10vw;
  max-width: 100px;
}

#circle-title {
  font-weight: 900;
  margin-top: -5px;
}

#circle-title1 {
  font-size: 2vw;
  text-align: center;
  padding: 1vw 0 0;
  color: #FFF;
  font-weight: 300;
}

#title-block {
  position: relative;
  padding: 0.9vw 0 2.2vw 0;
}

#circle-title2 {
  font-size: 4.2vw;
  color: #fff;
  padding-bottom: 1vw;
}

#circle-title3 {
  font-size: 2.1vw;
  color: #fff;
}

/*資料ダウンロードボタン*/

#circle-title a {
  max-width: 240px;
  line-height: 2;
  border: solid 2px transparent;
  border-radius: 6px;
  padding: 1.2vw 1.6vw;
  background-color: #fff;
  font-size: 1.5vw;
  font-weight: 600;
  color: #E83428;
}

#circle-title a:hover {
  background-color: #E83428;
  border: solid 2px #fff;
  color: #fff;
  transition: .2s;
  transition-delay: .2s;
}

#circle-title a:hover span {
  color: #fff;
  transition: .2s;
  transition-delay: .2s;
}

#circle-title a span {
  font-size: 1vw;
  vertical-align: 6%;
  color: #E83428;
  display: inline-block;
  transform: rotate(90deg);
}

/*左下円*/

#circle-left {
  width: 13.2vw;
  height: 13.2vw;
  background-color: white;
  border: 2px solid #E83428;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  left: 35%;
  top: 100%;
  transform: translate(-50%, -50%);
}

#left-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 900;
  width: 100%;
  text-align: center;
}

#left-title1 {
  font-size: 1.5vw;
  font-weight: 600;
}

#left-title2 {
  font-size: 2.5vw;
  padding: 1vw 0 0.5vw;
  color: #E83428;
}

#left-title2 span {
  font-size: 1.4vw;
  color: #E83428;
}

#left-title3 {
  font-size: 1.4vw;
  color: #E83428;
}

/*下矢印*/

#down-arrow {
  position: absolute;
  top: 97%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#down-arrow p {
  font-size: 1.2vw;
  color: #E83428;
}

#down-arrow p:last-child {
  line-height: 0.8;
}

/*右下円*/

#circle-right {
  width: 13.2vw;
  height: 13.2vw;
  background-color: white;
  border: 2px solid #E83428;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  left: 66%;
  top: 100%;
  transform: translate(-50%, -50%);
  font-weight: 900;
}

#right-title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#right-title1 {
  font-size: 1.5vw;
  line-height: 1.3;
  font-weight: 600;
  padding-bottom: 0.5vw;
}

#right-title2 {
  font-size: 4vw;
  color: #E83428;
  line-height: 1.1;
  padding-bottom: 0.5vw;
}

#right-title3 {
  font-size: 1vw;
  line-height: 1.2;
  font-weight: normal;
}

/*こんなお悩みありませんか？ブロック*/

#trouble-block {
  margin-top: 180px;
}

#trouble-title {
  text-align: center;
  position: relative;
}

#trouble-title h2 {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 3px;
}

#trouble-title h2 span {
  font-size: 40px;
  color: #E83428;
}

#trouble-title p {
  font-size: 14px;
  color: #E83428;
  font-weight: 900;
  letter-spacing: 5px;
}

#trouble img {
  position: absolute;
  max-width: 200px;
  top: -70px;
  left: 55vw;
  transform: translate(85%, 0);
}

/*4枚画像と説明*/

#image-4-container {
  max-width: 1800px;
  margin: auto;
  background-color: #E83428;
  margin-top: 120px;
  height: auto;
  padding-top: 70px;
}

#image-4 {
  margin-top: 80px;
  display: flex;
  justify-content: space-around;
  max-width: 1397px;
  margin: 0px auto 0 auto;
  padding: 0 10px;
}

.image-4-block {
  max-width: 280px;
  text-align: center;
  width: 25%;
}

.image4-sp {
  display: none;
}

.image-4-block p {
  margin: auto;
  margin-top: -10px;
  background-color: #fff;
}

.image-4-odd {
  margin-top: 50px;
}

.image-4-shadow {
  box-shadow: 1px 2px 4px #ababab80;
  border-radius: 15px;
  overflow: hidden;
}

.image-4-block img {
  width: 100%;
}

.image4-text-pc {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  padding: 30px 0 30px;
}

.image-4-block p span {
  color: #E83428;
}

#image-4 .image-4-block:nth-of-type(3) p span {
  letter-spacing: -1px;
}

.image4-text-sp {
  display: none;
}

/*シャショクラブで解決ブロック*/

/*背景*/

#solution-block {
  background-color: #E83428;
  padding: 0;
  padding-bottom: 5%;
  max-width: 1800px;
  margin: auto;
}

/*透明下三角*/

#trans-arrow {
  display: flex;
  margin-bottom: -1px;
}

#trans-left, #trans-right {
  width: 50%;
  margin-top: -1px;
}

#trans-left {
  border-right: 68px solid #E83428;
  border-bottom: 40px solid #fff;
}

#trans-right {
  border-left: 68px solid #E83428;
  border-bottom: 40px solid #fff;
}

.trans-in {
  margin: 0;
  height: 70px;
  background-color: #E83428;
}

/*シャショクラブで解決 タイトル*/

#solution {
  padding-top: 40px;
  padding-bottom: 70px;
  text-align: center;
  line-height: 1;
  background-color: #fff;
}

.big-circle {
  display: inline-block;
  background-color: #E83428;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.small-circle {
  display: inline-block;
  background-color: #E83428;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
  top: 30px;
}

#solution .big-circle p {
  color: #fff;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 1.4;
}

#solution .small-circle p {
  color: #fff;
  font-size: 70px;
  letter-spacing: 0;
}

#solution h3 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 30px;
}

#solution h2 {
  color: #3B4043;
  font-weight: 900;
  margin-bottom: 15px;
  font-size: 60px;
  letter-spacing: 0.1em;
  display: inline-table;
  margin-right: 15px;
}

#solution h2 article {
  font-size: 0;
  display: inline-block;
}

#solution h2 span {
  font-size: 55px;
  font-weight: 900;
}

#solution h2 span span {
  font-size: 50px;
  font-weight: 900;
}

#solution h2 p {
  font-size: 60px;
  color: #E83428;
  font-weight: 900;
}

#solution .ruby {
  color: #E83428;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 5px;
}

/*ポイント4つ*/

.container-inner {
  background-color: #fff;
  width: 90%;
  margin: auto;
  margin-top: 5%;
}

.container-inner-top {
  margin-top: 0;
}

.sales-point {
  text-align: center;
  line-height: 1;
  padding-top: 50px;
}

.sp-point-img-a {
  display: none;
}

#sp-point-title-4 {
  display: none;
}

.sales-point h4 {
  font-size: 24px;
  font-weight: 900;
  margin: 25px auto 0;
  padding-bottom: 8px;
  border-bottom: 3px solid #E83428;
}

.sales-point h4 span {
  color: #E83428;
}

.sales-point p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.5;
}

.point-sp {
  display: none;
}

#ps {
  margin-top: 20px;
  font-size: 10px;
}

.point-img-b {
  margin-top: 40px;
  width: 90%;
}

.sp-point-img-b {
  display: none;
}

.sales-point:last-of-type {
  padding-bottom: 50px;
}

#point-title-1 {
  width: 17em;
}

#point-title-2 {
  width: 14em;
}

#point-title-3 {
  width: 16em;
}

#sp-point-title-4 {
  display: none;
}

#point-title-4 {
  width: 25em;
}

/*まずは資料請求から*/

#document {
  margin-top: 60px;
  margin-bottom: 80px;
  text-align: center;
}

#doc-title-img {
  position: relative;
  width: 700px;
  margin: auto;
}

#doc-img-left {
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#doc-img-right {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#doc-title-img h2 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

#document-in {
  display: flex;
  justify-content: center;
  font-weight: 700;
  margin-top: 45px;
}

#document-in h3 {
  font-size: 18px;
  color: #3B4043;
}

#document-title, #contact-title {
  font-size: 8px;
  margin-bottom: 12px;
  color: #E83428;
}

#download {
  padding-right: 60px;
}

#contact-us {
  padding-left: 60px;
  border-left: 2px solid #E83428;
}

#download a {
  width: 270px;
  color: #E83428;
  display: block;
  font-size: 18px;
  border: 1px solid #E83428;
  border-radius: 6px;
  line-height: 2.5;
}

#download a:hover {
  background-color: #E83428;
  color: #fff;
  border: solid 1px transparent;
  transition: .2s;
  transition-delay: .2s;
}

#contact-us a {
  width: 270px;
  color: white;
  display: block;
  font-size: 18px;
  background-color: #E83428;
  border-radius: 6px;
  margin-bottom: 20px;
  line-height: 2.5;
  border: 1px transparent solid;
}

#contact-us a:hover {
  background-color: #fff;
  color: #E83428;
  border: 1px #E83428 solid;
  transition: .2s;
  transition-delay: .2s;
}

#business-hours {
  font-size: 16px;
  font-weight: normal;
}

.emphasis {
  color: #E83428;
}

.triangle {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 99px;
}

.triangle div {
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #fff;
  height: 0;
  width: 0;
}

.wrapper {
  overflow-x: hidden;
}

.wrapper .center {
  margin: 0 auto;
  max-width: 1800px;
}

.wrapper .center .sp_img {
  display: none;
}

.h1_bgimg {
  background-position: center center;
  background-repeat: no-repeat;
  padding: 122px 0 184px;
  position: relative;
}

.h1_bgimg p {
  color: #fff;
  line-height: 1;
  text-align: center;
}

.h1_bgimg p:first-of-type {
  font-size: 30px;
  margin-bottom: 27px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 6px;
  text-indent: 6px;
}

.h1_bgimg p:nth-of-type(2) {
  font-size: 60px;
  letter-spacing: 15px;
  text-indent: 15px;
  margin-bottom: 17px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
}

.h1_bgimg p:last-of-type {
  font-size: 14px;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  letter-spacing: 5px;
}

.h1_bgimg .rightlogo {
  height: auto;
  position: absolute;
  right: 20.2%;
  top: 100px;
  width: 200px;
}

.payoff {
  text-align: center;
  padding-bottom: 100px;
}

.payoff .h1_bgimg {
  background-image: url("../img/plan_h1_background_1600_img.png");
  margin-bottom: 60px;
}

#payoff_container {
  background-color: #fff;
  width: 100%;
  margin: auto;
}

#payoff_inner {
  width: 90%;
  margin: auto;
  background-color: #E83428;
  padding: 80px 0px;
}

.payoff_inner_box{
  width: 90%;
  margin: auto;
}

.payoff-contents h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 60px;
  position: relative;
  display: inline-block;
  line-height: 1;
  z-index: 1;
  font-weight: 600;
  letter-spacing: 4px;
}

.payoff-contents h2::after {
  content: "";
  display: block;
  border-bottom: solid 10px #FFA52B;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: -1;
}

.payoff-contents-block {
  margin-top: 60px;
  margin-bottom: 65px;
}

.payoff-contents p {
  color: #3B4043;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 900;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 15px 35px;
}

#pc-triangle {
  color: #3B4043;
}

#sp-triangle {
  color: #3B4043;
  display: none;
}

.payoff-contents p span {
  color: #E83428;
}

.payoff-contents p::before {
  content: "";
  display: block;
  background-image: url(../img/plan_point_.png);
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -47px;
  top: -39px;
}

.payoff-contents-block {
  display: inline-block;
  width: 340px;
}

.payoff-contents-block h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 5px;
  line-height: 1;
  letter-spacing: 2px;
}

.payoff-contents-block p {
  font-size: 10px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 10px;
  letter-spacing: 5px;
}

.payoff-contents-block div {
  position: relative;
}

.payoff-contents-block hr {
  color: #fff;
  background-color: #fff;
  border: #fff 1px solid;
}

.payoff-contents-block div::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: -15px;
  top: -2px;
}

.payoff-contents-block div::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -15px;
  top: -2px;
}

.payoff .Pentagon-box {
  display: flex;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 20px;
  background-color: #E83428;
  padding-top: 0;
  padding-bottom: 0;
}

.payoff .Pentagon-boxs div {
  background-image: url(../img/Pentagon-right-white-pc.png);
  background-repeat: no-repeat;
  width: 260px;
  height: 281px;
  position: relative;
}

.payoff .Pentagon-boxs .pentagon-orenge {
  background-image: url(../img/Pentagon-right-orenge-pc.png);
  background-repeat: no-repeat;
  width: 260px;
  height: 281px;
  position: relative;
}

.payoff .Pentagon-boxs h3 {
  color: #E83428;
  font-weight: 900;
  font-size: 20px;
}

.payoff .Pentagon-boxs h3>span {
  font-size: 30px;
  color: #E83428;
}

.payoff .Pentagon-boxs div>img {
  display: block;
  margin: auto;
  margin-left: 30px;
  margin-left: 55px;
  padding-top: 20px;
}

.payoff .Pentagon-boxs p:nth-of-type(1) {
  line-height: 1.3;
  font-size: 20px;
  font-weight: 900;
  color: #E83428;
  margin-left: 20px;
  text-align: left;
}

.payoff .pentagon-orenge p:nth-of-type(1){
  color:#fff;
}

.payoff .Pentagon-boxs p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
  color: #3B4043;
  margin-top: 20px;
  letter-spacing: 0.08em;
  margin-left: 20px;
  line-height: 1.5;
  text-align: left;
}

.payoff .pentagon-orenge p:nth-of-type(2) {
  color: #fff;
}

.payoff .Pentagon-boxs p.comp {
  line-height: 1.3;
  font-size: 24px;
  font-weight: 900;
  color: #E83428;
  margin-top: 0px;
  margin-left: 0px;
  text-align: left;
  position: absolute;
  top: 49%;
  left: 40%;
  transform: translate(-50%, -50%);
}

.payoff-list-text {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 1.6;
}

.threeplan {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 130px;
}

.threeplan img.threeplan-top {
  position: absolute;
  left: -70px;
  top: -70px;
  width: 150px;
  height: auto;
}

.threeplan img {
  border-radius: 20px 20px 0 0;
  height: 200px;
  object-fit: cover;
  width: 100%;
  margin-bottom: -10px;
}

.threeplan-box {
  background-color: #fff;
  border-radius: 20px;
  width: 40%;
  min-width: 250px;
  max-width: 320px;
  position: relative;
}

.threeplan-box:nth-of-type(1) .threeplan-body-contents {
  background-color: #FFA52B;
  margin: 1px;
}

.threeplan-box:nth-of-type(2) .threeplan-body-contents {
  background-color: #FF5800;
  margin: 1px;
}

.threeplan-box:nth-of-type(3) .threeplan-body-contents {
  background-color: #E83428;
  margin: 1px;
}

.threeplan-body-contents h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  padding-bottom: 10px;
  line-height: 1.6;
}

.threeplan-body-contents p:nth-of-type(1) {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.6;
}

.threeplan-body-contents p:nth-of-type(2) {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
}

.threeplan-footer-contents div:nth-of-type(1) {
  padding-top: 25px;
  line-height: 2;
}

.threeplan-footer-contents div:nth-of-type(1) h3 {
  font-size: 18px;
  font-weight: 900;
}

.threeplan-footer-contents div:nth-of-type(1) h3 span {
  font-size: 14px;
  font-weight: 900;
}

.threeplan-box:nth-of-type(1) .threeplan-footer-contents div:nth-of-type(1) p {
  font-size: 30px;
  font-weight: 900;
  color: #FFA52B;
}

.threeplan-box:nth-of-type(2) .threeplan-footer-contents div:nth-of-type(1) p {
  font-size: 30px;
  font-weight: 900;
  color: #ff5800;
}

.threeplan-box:nth-of-type(3) .threeplan-footer-contents div:nth-of-type(1) p {
  font-size: 30px;
  font-weight: 900;
  color: #e83428;
}

.threeplan-footer-contents div:nth-of-type(1) p span {
  font-size: 18px;
  font-weight: 900;
}

.threeplan-footer-contents div:nth-of-type(2) {
  padding-top: 25px;
  padding-bottom: 30px;
}

.threeplan-footer-contents div:nth-of-type(2) h3 {
  font-size: 18px;
  font-weight: 900;
}

.threeplan-footer-contents .textblock {
  color: #3B4043 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  margin-top: 5px;
}

.threeplan-box:nth-of-type(1) .threeplan-footer-contents div:nth-of-type(2) p {
  font-size: 20px;
  color: #FFA52B;
  font-weight: 900;
}

.threeplan-box:nth-of-type(2) .threeplan-footer-contents div:nth-of-type(2) p {
  font-size: 20px;
  color: #ff5800;
  font-weight: 900;
}

.threeplan-box:nth-of-type(3) .threeplan-footer-contents div:nth-of-type(2) p {
  font-size: 20px;
  color: #E83428;
  font-weight: 900;
}

.threeplan-footer-contents div:nth-of-type(2) p span {
  font-size: 14px;
}

.threeplan-box:nth-of-type(1) .threeplan-footer-contents button {
  background-color: #FFA52B;
  margin-bottom: 25px;
  border: none;
  border-radius: 20px;
}

.threeplan-box:nth-of-type(2) .threeplan-footer-contents button {
  background-color: #FF5800;
  margin-bottom: 25px;
  border: none;
  border-radius: 20px;
}

.threeplan-box:nth-of-type(3) .threeplan-footer-contents button {
  background-color: #E83428;
  margin-bottom: 25px;
  border: none;
  border-radius: 20px;
}

.threeplan-footer-contents button p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 15px;
  padding-left: 70px;
  position: relative;
}

.threeplan-footer-contents button p::before {
  content: "";
  display: block;
  position: absolute;
  left: 35px;
  top: 25px;
  background-image: url(../img/button_arrow.png);
  width: 30px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.threeplan-button-text {
  color: #fff;
  position: absolute;
  bottom: -30px;
  right: 0;
  text-align: right;
  line-height: 1.6;
}

.arrow-text {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-top: 100px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  letter-spacing: 3px;
}

.arrow {
  width: 100%;
  background-color: #fff;
  height: 5px;
  position: relative;
}

.arrow::before {
  content: "";
  display: block;
  width: 68px;
  height: 67px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg) translate(36%, 36%);
  position: absolute;
  top: -34px;
  left: 50%;
  background-color: #E83428;
}

.arrow::after {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  border-top: solid 5px #fff;
  border-right: solid 5px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg) translate(36%, 36%);
  position: absolute;
  top: -30px;
  left: 50%;
}

.threeplan-box-type2 .threeplan-body-contents {
  border-radius: 20px 20px 0 0;
}

.threeplan-box-type2 h3.textblock {
  padding: 25px 0;
}

div.threeplan-box-type2 div.threeplan-footer-contents div p.textblock {
  font-size: 12px !important;
  color: #3B4043 !important;
  font-weight: 600 !important;
  margin-top: 5px;
}

div.threeplan-box-type2 .threeplan-footer-contents p {
  text-decoration: line-through;
}

.threeplan-box-type2 .triangle {
  padding: 0!important;
  margin: 25px auto;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}

.threeplan-box:nth-of-type(1) .triangle {
  border-top: 30px solid #FFA52B;
}

.threeplan-box:nth-of-type(2) .triangle {
  border-top: 30px solid #FF5800;
}

.threeplan-box:nth-of-type(3) .triangle {
  border-top: 30px solid #E83428;
}

.threeplan-box-type2 .threeplan-footer-contents-block p:nth-of-type(1) {
  font-size: 55px;
  font-weight: 900;
  text-decoration: none;
}

.threeplan-box-type2 .threeplan-footer-contents-block p:nth-of-type(1) span {
  font-size: 24px;
  font-weight: 900;
}

.threeplan-box-type2:nth-of-type(1) .threeplan-footer-contents-block p:nth-of-type(1) {
  color: #FFA52B;
}

.threeplan-box-type2:nth-of-type(2) .threeplan-footer-contents-block p:nth-of-type(1) {
  color: #ff5800;
}

.threeplan-box-type2:nth-of-type(3) .threeplan-footer-contents-block p:nth-of-type(1) {
  color: #e83428;
}

.threeplan-box-type2 .threeplan-footer-contents-block p:nth-of-type(2) {
  font-size: 12px;
  text-decoration: none;
  color: #3B4043;
  margin-bottom: 26px;
}

.plan-text-box {
  background-color: #fff;
  width: 100%;
  margin-top: 25px;
}

.plan-text-box-top {
  margin-top: 100px;
}

.plan-text-box-contents {
  font-size: 0;
}

.plan-text-box-contents div {
  display: inline-block;
  text-align: left;
}

.plan-text-box-contents div:nth-of-type(1) {
  min-width: 300px;
  font-size: 0;
  vertical-align: top;
  padding: 25px 0px;
  padding-left: 25px;
}

.plan-text-box-contents div:nth-of-type(1) img {
  display: inline-block;
  width: 45px;
  vertical-align: middle;
}

.plan-text-box-contents div:nth-of-type(1) h4 {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  vertical-align: middle;
}

.plan-text-box-contents div:nth-of-type(2) {
  font-size: 0;
  width: calc(100% - 396px);
  margin: 15px 0;
  padding: 10px 25px 10px 45px;
  border-left: 1px solid #E83428;
}

.plan-text-box-contents div:nth-of-type(2) p {
  line-height: 1.6;
  font-weight: 600;
  font-size: 18px;
}

.plan-text-box-contents p span {
  color: #E83428;
  font-size: 14px;
}

.plan-text-box-contents .small {
  color: #3b4043;
  font-weight: normal;
  font-size: 12px;
  display: block;
}

.plan-text-box-contents .eb {
  font-weight: 900;
  font-size: 18px;
}

.or-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.or-contents {
  background-color: #fff;
  border-radius: 20px;
  padding: 5px;
  width: 122px;
  height: 122px;
}

.or-contents img {
  width: 50px;
  margin-top: 10px;
  height: auto;
}

.or-contents-center p {
  margin: 0 63px;
  font-size: 30px;
  color: #fff;
  font-weight: 900;
}

.or-contents p {
  color: #E83428;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.3;
  margin-top: 5px;
}

.payoff .payoff_text p {
  line-height: 1;
}

.payoff .payoff_text p:first-of-type {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.625;
  margin-bottom: 30px;
  color: #fff;
}

.payoff .payoff_text p:last-of-type {
  font-size: 26px;
  font-weight: 900;
  color: #fff;
}

.payoff .payoff_text br {
  display: none;
}

.payoff_text .emphasis {
  color: #fff;
}

.payoff .settlement_example>p {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin: 90px auto 38px;
  position: relative;
  width: 299px;
  font-weight: 700;
}

.payoff .settlement_example>p::before, .payoff .settlement_example>p::after {
  background-color: #3B4043;
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 68px;
}

.payoff .settlement_example>p::before {
  left: 0;
}

.payoff .settlement_example>p::after {
  right: 0;
}

.payoff .settlement_example .example-box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px;
  max-width: 912px;
  width: 81.25%;
}

.payoff .settlement_example .example-box .example-item {
  background-image: url(../img/background_img.png);
  height: auto;
  padding-top: 61px;
  padding-bottom: 20px;
  position: relative;
  width: 328px;
}

.payoff .settlement_example .example-box .example-item p {
  line-height: 40px;
}

.payoff .settlement_example .example-box .example-item p:first-of-type {
  font-size: 24px;
  font-weight: 900;
}

.payoff .settlement_example .example-box .example-item p:first-of-type span {
  font-size: 16px;
}

.payoff .settlement_example .example-box .example-item p:last-of-type {
  font-size: 30px;
  font-weight: 900;
}

.payoff .settlement_example .example-box .example-item:first-of-type .example-text {
  margin-bottom: 25px;
}

.payoff .settlement_example .example-box .example-item:last-of-type .example-text {
  margin-bottom: 51px;
}

.payoff .settlement_example .example-box .example-item .circle {
  background-color: #fff;
  border: 1px solid #E83428;
  border-radius: 50%;
  color: #E83428;
  font-size: 23px;
  height: 80px;
  left: 50%;
  line-height: 80px;
  position: absolute;
  top: -40px;
  transform: translateX(-50%);
  width: 80px;
  font-weight: 700;
}

.payoff_inner_box .red-box-container{
  margin-top: 50px;
}

.red-box-container {
  background-color: #fff;
  display: inline-block;
  position: relative;
  border-radius: 60px;
  padding: 20px 50px;
  margin-top: 15px;
}

.red-box-container::after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: 27%;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  border-width: 40px 10px 0 10px;
  transform: rotate(-90deg);
}

.red-box-container img {
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
}

.payoff .red-box p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.payoff .red-box p span {
  color: #E83428;
}

.payoff .red-box br {
  display: none;
}

.point .h1_bgimg {
  background-image: url("../img/point_h1_background_img.png");
  margin-bottom: 80px;
}

.point .point_list {
  margin: 0 auto;
  margin-bottom: 160px;
  position: relative;
  width: 561px;
  max-width: 100%;
}

.point .point_list ul {
  list-style-type: none;
  margin: 40px auto 45px;
  padding-left: 0;
  width: 487px;
}

.point .point_list ul li {
  font-size: 26px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-left: 62px;
  position: relative;
  font-weight: 900;
}

.point .point_list ul li:not(:last-of-type) {
  margin-bottom: 50px;
}

.point .point_list ul li span {
  display: inline-block;
  font-size: 40px;
  left: 0;
  line-height: 1;
  margin-right: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #E83428;
}

.point .point_list ul li br {
  display: none;
}

.point h2 {
  background-image: url("../img/point_h2_background_img.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 306px;
  line-height: 1;
  margin: 0 auto;
  padding-top: 28px;
  position: relative;
  text-align: center;
  top: -50px;
  width: 607px;
  max-width: 100%;
  margin-bottom: -50px;
}

.point h2 p:first-of-type {
  color: #E83428;
  font-size: 100px;
  margin-top: 20px;
  margin-bottom: 47px;
  font-weight: 900;
}

.point h2 p:nth-of-type(2) {
  color: #E83428;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  font-weight: 900;
}

.point h2 p:last-of-type {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 5px;
}

.point h2 br {
  display: none;
}

#h2-back-b-1 {
  top: -74px;
}

#h2-back-b-2 {
  top: -21px;
}

#h2-back-b-3 {
  top: -104px;
}

.point .bgimg {
  background-color: #E83428;
  position: relative;
  text-align: center;
}

.point .bgimg>p {
  line-height: 1;
}

.point .bgimg>p:first-of-type {
  font-size: 30px;
  letter-spacing: 0.04em;
  margin-bottom: 26px;
  font-weight: 600;
  color: #fff;
}

.point .bgimg>p:last-of-type {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.point .bgimg>p br {
  display: none;
}

.point .order .order_1 {
  margin-bottom: 80px;
  padding-bottom: 134px;
}

.point .order .order_1::before, .point .order .order_1::after {
  border-bottom: 70px solid #fff;
  bottom: 0;
  content: '';
  position: absolute;
  width: 100vw;
  margin-bottom: -1px;
}

.point .order .order_1::before {
  border-left: 80px solid transparent;
  left: 50%;
}

.point .order .order_1::after {
  border-right: 80px solid transparent;
  right: 50%;
  margin-bottom: -1px;
}

.point .order .order_1 .pc_img {
  margin: 45px 0 58px;
}

.point .order .order_1 .sp_img {
  margin-bottom: 30px;
  margin-top: 30px;
  max-width: 100%;
}

.point .order .order_2 {
  margin-bottom: 80px;
  overflow: hidden;
}

.point .order .order_2 ul {
  list-style-type: none;
  width: 760px;
  margin: auto;
}

.point .order .order_2 li {
  display: inline-flex;
  position: relative;
}

.point .order .order_2 li:first-of-type {
  align-items: center;
  margin-bottom: 70px;
  padding-bottom: 13px;
}

.point .order .order_2 li:first-of-type::after {
  right: -55px;
}

.point .order .order_2 li:first-of-type img {
  margin-right: 45px;
  width: 95px;
}

.point .order .order_2 li:first-of-type .number {
  margin-right: 40px;
}

.point .order .order_2 li:last-of-type {
  align-items: flex-start;
  padding-bottom: 16px;
}

.point .order .order_2 li:last-of-type::after {
  left: -55px;
}

.point .order .order_2 li:last-of-type img {
  margin-right: 56px;
  width: 73px;
}

.point .order .order_2 li:last-of-type .number {
  margin-right: 51px;
}

.point .order .order_2 li::after {
  background-color: #e83428;
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0;
  width: 100vw;
}

.point .order .order_2 li img {
  display: block;
}

.point .order .order_2 p {
  font-size: 20px;
  line-height: 30px;
}

.point .order .order_2 .text p:nth-of-type(2) {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 10px;
}

.point .order .order_2 .number {
  align-self: center;
  border: 1px solid #e83428;
  border-radius: 50%;
  color: #e83428;
  font-size: 38px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  width: 62px;
}

.point .order .step-box {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 970px;
  padding-bottom: 150px;
  width: 100%;
}

.point .order .step-box::before, .point .order .step-box::after {
  border-bottom: 70px solid transparent;
  top: 0;
  content: '';
  position: absolute;
  width: 100vw;
}

.point .order .step-box::before {
  border-left: 80px solid #fff;
  left: calc(50% - -1px);
  margin: -1px;
}

.point .order .step-box::after {
  border-right: 80px solid #fff;
  right: calc(50% - -1px);
  margin: -1px;
}

.point .order .step-box .step-item {
  width: 154px;
}

.point .order .step-box .step-item img {
  margin-bottom: 30px;
}

.point .order .step-box .step-item>p {
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  font-weight: 900;
}

.point .order .step-box .step-item>p span {
  color: #fff;
  font-size: 50px;
  letter-spacing: 0.1em;
}

.point .order .step-box .step-item div {
  text-align: center;
}

.point .order .step-box .step-item div p {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 30px;
  font-weight: 900;
  color: #fff;
}

.point .order .flow {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
  padding-top: 147px;
  font-weight: 900;
  letter-spacing: 5px;
}

.point .order .flow+.emphasis {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 60px;
  font-weight: 900;
  letter-spacing: 5px;
}

.point .order .triangle {
  width: 59px;
}

.order_1 .emphasis{
  color: #fff;
}

.point .system {
  text-align: center;
  padding-bottom: 152px;
}

.point .system>p {
  margin: 0 auto;
}

.point .system>p:first-of-type {
  font-size: 26px;
  margin-bottom: 50px;
  font-weight: 900;
}

.point .system>p:last-of-type {
  font-size: 18px;
  font-weight: 500;
  height: 95px;
  line-height: 30px;
  margin-bottom: 40px;
  width: 398px;
}

.point .system .pc_img {
  width: 970px;
}

.point-head-item {
  position: relative;
  top: -50px;
}

.point-head-item img {
  display: block;
  margin: auto;
  width: 90%;
  max-width: 900px;
}

.point-head-item .sp {
  display: none;
}

.point-head-item .right-icon{
  width: auto;
  max-width: none;
}

.point-head-item-box h2 {
  font-size: 30px;
  text-align: center;
  line-height: 1.6;
  color: #E83428;
  font-weight: 800;
}

.point-head-item-box {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

/* new work */
.work-wrapper{
  width: 90%;
  margin: auto;
  text-align: center;
  max-width: 1100px;
}
.work-wrapper h3{
  font-size: 24px;
  font-weight: 900;
  color: #3B4043;
  margin-top: 70px;
  letter-spacing:2px;
  position: relative;
}
.work-wrapper h3 .circle-red{
  background-color: #E83428;
  border-radius: 30px;
  color: #fff;
  font-size: 30px;
  padding: 13px;
  letter-spacing: normal;
  line-height: 1;
}
.work-wrapper h3 span:nth-of-type(1),.work-wrapper h3 span:nth-of-type(3),.work-wrapper h3 span:nth-of-type(4){
  margin-right: 5px;
}
.work-wrapper h3 .circle-white{
  border:1px solid #E83428;
  border-radius: 30px;
  color: #E83428;
  font-size: 30px;
  padding: 13px;
  letter-spacing: normal;
  line-height: 1;
}
.work-head{
  width: 100%;
  max-width: 700px;
  margin: auto;
}
.title-border {
  display: flex;
  align-items: center;
}
.title-border:before,
.title-border:after {
  border-top:#E83428 1px solid;
  content: "";
  flex-grow: 1;
}
.title-border:before {
  margin-right: 1rem;
}
.title-border:after {
  margin-left: 1rem;
}
.work-container img{
  width: unset;
}
.work-container:nth-of-type(2){
  margin-top: 100px;
}
.work-container:nth-of-type(3){
  margin-top: 100px;
}
.work-wrapper .center{
  position: relative;
  max-width: none;
  margin: unset;
  min-width: 100px;
}
.work-block{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.work-block img{
  width: unset;
  margin: 0;
}
.work-content{
  text-align: left;
}
.work-contents p{
  color:#3B4043;
}
.work-content p:nth-of-type(1){
  background-color: #E83428;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  padding: 10px 50px 10px 60px;
  position: relative;
  letter-spacing: 3px;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: 40px;
}
.work-content p:nth-of-type(1) span{
  color: #fff;
  -webkit-text-stroke: 1px #E83428;
  text-stroke: 1px #E83428;
  -moz-text-stroke: 1px #E83428;
  position: absolute;
  font-size: 65px;
  bottom: 3px;
  left: 5px;
}
.work-content p:nth-of-type(2){
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.work-content p:nth-of-type(3){
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 4px;
}
.work-content p:nth-of-type(3) span{
  color: #E83428;
}
img.work-merit{
  width: 100%;
  max-width: 1100px;
}
img.work-merit-arrow{
  margin: 48px auto;
}
.work-container:nth-of-type(3) .work-content p:nth-of-type(1){
  background-color: #fff;
  border: #E83428 solid 1px;
  color: #E83428;
}
.work-container:nth-of-type(3) .work-content p:nth-of-type(1) span{
  color: #E83428;
  -webkit-text-stroke: unset;
  text-stroke: unset;
  -moz-text-stroke: unset;
}
.work-container:nth-of-type(3) .work-content p:nth-of-type(2){
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 4px;
}
.work-block-wrapper{
  background: linear-gradient(90deg,#F8F8F8 0%,#F8F8F8 50%,#FFF7F7 100px,#FFF7F7 100%);
}
.work-block-bg{
  width: 100%;
  max-width: 1800px;
  display: flex;
  justify-content: space-around;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 100px;
}
.work-block-bg h4{
  width: 90%;
  max-width: 560px;
  margin: auto;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 900;
}
.work-block-bg table{
  max-width: 560px;
  width: 90%;
  margin: auto;
  line-height: 3;
}
.work-contents-box-table-pc tr:nth-of-type(1){
  background-color: #E83428;
}
.work-content-bg{
  flex-basis: 50%;
  margin-bottom: 40px;
}
.work-contents-box-table-pc p{
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
.work-contents-box-table-pc th{
  color: #E83428;
  font-weight: 700;
}
.work-contents-box-table-pc tr:nth-of-type(1) th{
  width: 14%;
  font-size: 15px;
  color: #fff;
}
.work-contents-box-table-pc tr:nth-of-type(2){
  background-color: #FFF0EF;
}
.work-contents-box-table-pc tr:nth-of-type(3){
  background-color: #fff;
}
.work-contents-box-table-pc tr:nth-of-type(4){
  background-color: #FFF0EF;
}
.work-contents-box-table-pc tr:nth-of-type(5){
  background-color:#AFAFAF;
}
.work-contents-box-table-pc tr:nth-of-type(5) th{
  color: #fff;
}
.work-contents-box-table-pc tr:nth-of-type(5) p{
  color: #fff;
}
.work-content-bg-left-text{
  max-width: 560px;
  width: 90%;
  margin: auto;
  margin-top: 30px;
  color: #3B4043;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
}
.work-content-bg-left-text span{
  color:#E83428;
}
.work-content-bg-right-text{
  max-width: 560px;
  width: 90%;
  margin: auto;
  display: flex;
  margin-top: 50px;
  align-items: center;
}
.work-content-bg-right-text p{
  color: #3B4043;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
}
.work-content-bg-right-text p:nth-of-type(2){
  margin-top: 25px;
}
.work-content-bg-right-text p span{
  color:#E83428;
}
.work-content-bg-right-text img{
  width: unset;
}
.profit-wrapper{
  margin: auto;
  width: 80%;
}
.profit-wrapper{
  text-align: center;
  margin-bottom: 100px;
}
.profit-wrapper h3{
  font-size: 20px;
  font-weight: 900;
  color: #3B4043;
  letter-spacing: 2px;
  line-height: 1.6;
}
.profit-container{
  max-width: 1280px;
  margin: auto;
}
.profit-container img{
  display: block;
}
.profit-container:nth-of-type(1) img{
  width: 1000px;
}
.profit-container:nth-of-type(2) img:nth-of-type(1){
  width: 1000px;
}
.profit-container:nth-of-type(2) img:nth-of-type(3){
  width: 1000px;
}
.profit-container h4{
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 105px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.profit-container h4::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: solid 1px #707070;
  height: 1px;
  width: 85px;
  right: 0px;
}
.profit-container h4::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: solid 1px #707070;
  height: 1px;
  width: 85px;
  left: 0px;
}
.profit-container svg{
  display: block;
  margin-left: 0;
}
.profit-container .sp{
  display: none;
  margin-left: 0;
}
.profit-container:nth-of-type(1){
  padding-bottom: 80px;
  border-bottom: solid 1px #707070;
}

/* ここまで */

.cost-contents {
  background-color: #e83428;
  padding: 5% 0;
  padding-bottom: 150px;
}

.cost-contents-box .cost-img-pc-01 {
  width: 80%;
  display: block;
}

.cost-contents-box p {
  text-align: center;
}

.cost-contents-box>p:nth-of-type(1) {
  line-height: 1.6;
  background-image: url("../img/point_cost_arrow_img.png");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 24px;
  margin-top: 60px;
  padding: 20px 0 40px 0;
  font-weight: 800;
  color: #E83428;
}

.cost-contents-box>p:nth-of-type(2) {
  font-size: 24px;
  font-weight: 800;
  margin-top: 50px;
}

.cost-contents-box>p:nth-of-type(3) {
  font-size: 60px;
  font-weight: 800;
  color: #E83428;
  margin-top: 40px;
  line-height: 1;
  letter-spacing: 7px;
}

.cost-contents-box>p:nth-of-type(4) {
  font-size: 20px;
  font-weight: 800;
  margin-top: 100px;
  margin-bottom: 20px;
}

.cost-contents-box>p:nth-of-type(5) {
  text-align: right;
  width: 80%;
  margin: auto;
  margin-top: 20px;
}

.cost-contents-box-table-pc {
  border-collapse: collapse;
  display: table;
  width: 80%;
  margin: 0 auto;
}

.cost-contents-box-table-pc th, .cost-contents-box-table-pc td {
  width: 20%;
  height: 60px;
}

.cost-contents-box-table-pc tr:nth-of-type(1) {
  background-color: #E83428;
}

.cost-contents-box-table-pc tr:nth-of-type(2), .cost-contents-box-table-pc tr:nth-of-type(4) {
  background-color: white;
}

.cost-contents-box-table-pc tr:nth-of-type(3), .cost-contents-box-table-pc tr:nth-of-type(5) {
  background-color: #F5F5F5;
}

.cost-contents-box-table-pc tr:nth-of-type(1) th {
  color: white;
  border-right: solid 2px #F5F5F5;
}

.cost-contents-box-table-pc tr:nth-of-type(2) th, .cost-contents-box-table-pc tr:nth-of-type(3) th, .cost-contents-box-table-pc tr:nth-of-type(4) th {
  color: #E83428;
  font-weight: 800;
  text-align: left;
  padding-left: 3%;
}

.cost-contents-box-table-pc tr:nth-of-type(2) td, .cost-contents-box-table-pc tr:nth-of-type(3) td, .cost-contents-box-table-pc tr:nth-of-type(4) td {
  border-left: solid 1px #E8E8E8;
  border-right: solid 1px #E8E8E8;
  font-size: 12px;
  text-align: center;
  line-height: 14px;
}

.cost-contents-box-table-pc tr:nth-of-type(2) td:nth-of-type(1), .cost-contents-box-table-pc tr:nth-of-type(3) td:nth-of-type(1), .cost-contents-box-table-pc tr:nth-of-type(4) td:nth-of-type(1) {
  font-weight: 800;
}

.cost-contents-box-table-pc tr:nth-of-type(1) th:nth-of-type(5) {
  border-right: solid 1px #E83428;
}

.cost-contents-box-table-pc tr:nth-of-type(2) td:nth-of-type(4), .cost-contents-box-table-pc tr:nth-of-type(4) td:nth-of-type(4) {
  border-right: solid 1px white;
}

.cost-contents-box-table-pc tr:nth-of-type(3) td:nth-of-type(4), .cost-contents-box-table-pc tr:nth-of-type(4) td:nth-of-type(4) {
  border-right: solid 1px #F5F5F5;
}

.cost-contents-box-table-sp {
  display: none;
}

.cost-contents-box .cost-contents-box-terms {
  width: 80%;
  height: 66px;
  background-color: white;
  margin: 15px auto;
  padding: 10px 0;
  border: solid 1px #E83428;
  display: flex;
  align-items: center;
}

.cost-contents-box .cost-contents-box-terms div {
  display: inline-block;
}

.cost-contents-box .cost-contents-box-terms .cost-contents-box-terms-img {
  width: 38%;
  height: 80%;
  vertical-align: top;
  display: flex;
  align-items: center;
}

.cost-contents-box .cost-contents-box-terms .cost-contents-box-terms-img img {
  width: 16%;
  padding-left: 5%;
  float: left;
  margin-left: 0px;
  margin-right: 35px;
}

.cost-contents-box .cost-contents-box-terms .cost-contents-box-terms-img p {
  font-size: 16px;
  font-weight: bold;
}

.cost-contents-box .cost-contents-box-terms .cost-contents-box-terms-partition {
  width: 1px;
  height: 80%;
  margin-top: 0.8%;
  background-color: #E83428;
}

.cost-contents-box .cost-contents-box-terms .cost-contents-box-terms-text {
  width: 56%;
  padding-left: 4%;
  vertical-align: top;
  line-height: 1.6;
}

.cost-contents-box .cost-contents-box-terms .cost-contents-box-terms-text>p:nth-of-type(1) {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

.cost-contents-box .cost-contents-box-terms .cost-contents-box-terms-text>p:nth-of-type(2) {
  font-size: 10px;
  text-align: left;
}

.cost-contents-box .cost-contents-box-terms .cost-contents-box-terms-text p .sp {
  display: none;
}

.cost-contents-box .cost-contents-box-terms .cost-contents-box-terms-text p span {
  color: #E83428;
}

#size {
  color: #3b4043;
  font-size: 14px;
  vertical-align: middle;
}

.dot-text {
  color: #E83428;
  padding-top: .4em;
  padding-bottom: .4em;
  background-position: top 0px left -2px;
  background-repeat: repeat-x;
  background-size: 1.1em 0.3em;
  background-image: radial-gradient(.10em .10em at center center, #E83428, #E83428 99%, rgba(255, 255, 255, 0));
}

/*---------------------------------------------------------
point end
---------------------------------------------------------*/

.comparison-solution {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.comparison-solution-text {
  margin: 0 2%;
}

.comparison-solution-text h2 {
  font-size: 28px;
}

.comparison-solution-text h2 .sp {
  display: none;
}

.comparison .point-text article .voice-img {
  position: absolute;
  top: -50%;
  right: -10%;
}

/*---------------------------------------------------------
comparison
---------------------------------------------------------*/

.comparison .h1_bgimg {
  background-image: url(../img/voice_h1_background_img.png);
  margin-bottom: 60px;
}

.comparison .h1_bgimg .rightlogo {
  height: auto;
  position: absolute;
  right: 4%;
  top: 105px;
  width: 200px;
}

.comparison-flow {
  background-color: white;
}

.comparison-flow_h h2 {
  padding-top: 80px;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 5px;
  background-color: #FFF0EF;
}

.comparison-flow_h h3 {
  font-size: 14px;
  text-align: center;
  color: #E83428;
  background-color: #FFF0EF;
}

.comparison-text-red{
  color: #E83428;
}

.Pentagon-box {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 150px;
  background-color: #FFF0EF;
}

.Pentagon-boxs div {
  background-image: url(../img/Pentagon-right-pc.png);
  background-repeat: no-repeat;
  width: 260px;
  height: 314px;
}

.Pentagon-boxs h3 {
  color: #E83428;
  font-weight: 900;
  font-size: 20px;
}

.Pentagon-boxs h3>span {
  font-size: 30px;
  color: #E83428;
}

.Pentagon-boxs div>img {
  display: block;
  margin: auto;
  margin-left: 30px;
  margin-left: 55px;
  padding-top: 20px;
}

.Pentagon-boxs p:nth-of-type(1) {
  line-height: 1.3;
  font-size: 20px;
  font-weight: 900;
  color: #E83428;
  margin-top: 10px;
  margin-left: 20px;
}

.Pentagon-boxs p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
  color: #3B4043;
  margin-top: 10px;
  letter-spacing: 0.08em;
  margin-left: 20px;
  line-height: 1.5;
}

/*---------------------------------------------------------
comparison
---------------------------------------------------------*/

.comparison-solution {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.comparison-solution-text {
  margin: 0 2%;
}

.comparison-solution-text h2 {
  font-size: 28px;
}

.comparison-solution-text h2 .sp {
  display: none;
}

.comparison .point-text article .voice-img {
  position: absolute;
  top: -50%;
  right: -10%;
}

/*---------------------------------------------------------
comparison
---------------------------------------------------------*/

.comparison-flow {
  background-color: white;
}

.comparison-flow h3 {
  font-size: 14px;
  font-weight: 900;
  color: #E83428;
  letter-spacing: 5px;
}

.Pentagon-boxs h3 {
  font-size: 20px;
  line-height: 1.5;
}

.comparison-flow .comparison-flow-chart {
  width: 80%;
  height: 300px;
  border: solid 5px #E83428;
  border-radius: 50px / 50px;
  margin: 0 auto 50px auto;
  position: relative;
  display: block;
}

.comparison-flow .comparison-flow-chart .comparison-flow-chart-title {
  width: 100%;
  height: 50px;
  border: solid 5px #E83428;
  background-color: #E83428;
  border-radius: 50px 50px 0 0/50px 50px 0 0;
  position: absolute;
  top: -5px;
  left: -5px;
}

.comparison-flow .comparison-flow-chart .comparison-flow-chart-title p {
  font-size: 18px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.comparison-flow .comparison-flow-chart .comparison-flow-chart-steps {
  width: 100%;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.comparison-flow-chart-steps .steps-number {
  width: 20%;
  height: 230px;
}

.comparison-flow-chart-steps .steps-number .steps-number-img {
  width: 108px;
  height: 96px;
  margin: 5% auto;
  display: flex;
  align-items: center;
}

.comparison-flow-chart-steps .steps-number .steps-number-img img {
  margin: 0 auto;
}

.comparison-flow-chart-steps .steps-number .steps-number-count {
  display: flex;
  align-items: center;
}

.comparison-flow-chart-steps .steps-number .steps-number-count p {
  color: #E83428;
  font-size: 24px;
  margin-right: 5%;
}

.comparison-flow-chart-steps .steps-number .steps-number-count h3 {
  color: #E83428;
  font-size: 14px;
  margin: 0;
  text-align: left;
  line-height: 20px;
}

.comparison-flow-chart-steps .steps-arrow {
  position: relative;
  top: -4em;
  width: 10px;
  height: 12px;
  margin: 0.8em;
  border-width: 4px 4px 0 0;
  border-style: solid;
  border-radius: 0 2px 0 0;
  box-sizing: border-box;
  color: #989898;
  transform: rotate(45deg);
}

.comparison-flow-chart-steps .steps-arrow::before, .comparison-flow-chart-steps .steps-arrow::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border-radius: 2px;
}

.comparison-flow-chart-steps .steps-arrow::before {
  top: -3px;
  right: 0;
  width: 15px;
  height: 4px;
  transform: rotate(-45deg);
  transform-origin: right top;
  box-shadow: inset 0 0 0 24px;
}

.comparison-flow-chart-steps .steps-arrow::after {
  top: -4px;
  left: -2px;
  width: 4px;
  height: 4px;
  box-shadow: inset 0 0 0 24px, 8px 9px;
}

.comparison-flow-chart-sp {
  display: none;
}

.comparison-item-contents {
  width: 80%;
  margin: auto;
  padding-bottom: 5%;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.comparison-item-block {
  position: relative;
  width: 28%;
  margin: 0 2%;
  padding-bottom: 2%;
  background-color: #FFF0EF;
  border-radius: 30px;
  vertical-align: top;
}

.comparison-img-item {
  height: 120px;
  min-width: 120px;
  margin: 10% 0;
  align-items: center;
  background-color: #FFF0EF;
  border-radius: 240px;
}

.comparison-img-item img {
  margin: 0 auto;
}

.comparison-img-item-voice {
  width: 70%;
  border-radius: 20px 20px 20px 20px;
  border: solid 5px #FFF0EF;
  background-color: white;
  margin: 0 auto;
  position: relative;
  top: -15px;
}

.comparison-img-item-voice p {
  text-align: center;
  font-size: 1.8vw;
  font-weight: bold;
  color: #E83428;
  line-height: 1.6;
}

.comparison-item1 {
  width: 80%;
  min-width: 15%;
  height: 70px;
  margin: 0 auto;
  display: block;
}

.comparison-item1 p {
  max-width: 550px;
  font-size: 1.5vw;
  font-weight: 800;
  letter-spacing: 0.1vw;
  border-bottom: dotted 4px #E83428;
  display: block;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 10px;
}

.comparison-item1 .sp {
  display: block;
}

.comparison-item2 {
  width: 80%;
  margin: 7% auto;
}

.comparison-item2 p {
  max-width: 550px;
  font-size: 1.1vw;
  padding: 5px 0;
  line-height: 1.6;
  text-align: justify;
}

/*---------------------------------------------------------
comparison end
---------------------------------------------------------*/

/*---------------------------------------------------------
hospital
---------------------------------------------------------*/

.hospital {
  width: 70%;
  margin: 0 auto 7.5% auto;
}

.hospital-introduction {
  width: 50%;
  margin: 0 auto;
  position: relative;
}

.hospital-introduction::before, .hospital-introduction::after {
  content: "";
  width: 20%;
  height: 1px;
  background-color: grey;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hospital-introduction::before {
  left: -22%;
}

.hospital-introduction::after {
  left: 100%;
}

.hospital-introduction p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.hospital img {
  display: block;
  max-width: 130px;
}

.hospital_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*---------------------------------------------------------
hospital end
---------------------------------------------------------*/

/*---------------------------------------------------------
FAQ
---------------------------------------------------------*/

.faq-contents {
  background-color: #e83428;
  padding-bottom: 5%;
  margin-bottom: 5%;
  padding-top: 5%;
}

.faq {
  padding-bottom: 10px;
}

.faq-box h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding-top: 60px;
  letter-spacing: 3px;
}

.faq-box h3 {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: #E83428;
  margin-bottom: 50px;
  letter-spacing: 5px;
}

.faq-box {
  width: 90%;
  margin: auto;
  padding-bottom: 60px;
}

a.accordion, a.accordion0 {
  display: block;
  font-size: 16px;
  line-height: 36px;
  text-decoration: none;
  padding: 5px 50px;
}

.faq li {
  font-size: 16px;
  line-height: normal;
  position: relative;
  color: #3B4043;
  background-color: #fff;
}

.faq li span {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.parent ul {
  display: none;
}

.parent>ul {
  display: block;
}

.parent {
  border-top: 1px solid #B7985A;
}

.parent:first-of-type {
  margin-top: 0;
}

.parent>a {
  color: #B7985A;
  font-size: 20px;
  font-weight: normal;
}

.child1>a, .child2 {
  padding: 20px 75px 20px 70px;
}

.child1>a, .child3 {
  padding: 5px 75px 5px 60px;
}

.child1>a, .child2 {
  border-top: 1px solid #B7985A;
}

.child1>a {
  color: #3B4043;
  position: relative;
}

.child1:first-of-type>a {
  border-top: none;
}

.child1:last-of-type {
  border-bottom: none;
}

.child2 {
  color: #707070;
  font-size: 16px;
}

.child2 p {
  font-size: 16px;
  margin: 16px 0;
  padding: 0;
}

/*赤色のアコーディオン*/

.parent-red:first-of-type {
  background-color: #E83428;
}

.parent-red {
  border-top: 1px solid #E83428;
}

.parent-red>a {
  color: #fff;
}

.parent-red>a::before {
  color: #fff;
}

.parent-red .child1>a {
  border-left: 1px solid #E83428;
  border-right: 1px solid #E83428;
  color: #E83428;
}

.parent-red .child1>a, .child2 {
  border-top: 1px solid #E83428;
  background-color: #fff;
}

.parent-red span {
  color: #fff;
}

.parent-red .child1 span {
  color: #E83428;
}

.child1-bottom a {
  border-bottom: 1px solid #E83428;
}

.child1-bottom .open {
  border-bottom: none;
}

/*オレンジ色のアコーディオン*/

.parent-orange:first-of-type {
  background-color: #e83428;
}

.parent-orange {
  border-top: 1px solid #FFA52B;
}

.parent-orange>a {
  color: #fff;
}

.parent-orange>a::before {
  color: #fff;
}

.parent-orange .child1>a {
  border-left: 1px solid #E83428;
  border-right: 1px solid #E83428;
  color: #3B4043;
  font-weight: bold;
}

.parent-orange .child1>a {
  border-top: 1px solid #E83428;
  background-color: #fff;
}

.parent-orange .child2 {
  border-top: 1px solid #e83428;
  background-color: #fff;
}

.parent-orange span {
  color: #fff;
}

.parent-orange .child1 span {
  color: #E83428;
}

.child1-bottom-orange a {
  border-bottom: 1px solid #e83428;
}

.child1-bottom-orange .open {
  border-bottom: none;
}

/*---------------------------------------------------------
FAQ end
---------------------------------------------------------*/

/*---------------------------------------------------------
topへ
---------------------------------------------------------*/

.top {
  border-top: 1px solid #E83428;
  border-bottom: 1px solid #E83428;
}

.top p {
  text-align: center;
  color: #E83428;
  padding: 25px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.top span {
  color: #E83428;
}

.wrapper {
  position: relative;
}

/*---------------------------------------------------------
footer
---------------------------------------------------------*/

footer {
  background-color: #e83428;
}

footer svg {
  display: block;
  width: 180px;
  margin: 0 auto 60px auto;
}

footer svg:hover {
  opacity: 0.8;
  transition: .2s;
  transition-delay: .2s;
}

.logo-text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

footer p {
  color: #3B4043;
  text-align: center;
}

footer ul {
  display: flex;
  justify-content: space-evenly;
  width: 500px;
  margin: auto;
  flex-direction: row;
}

footer li {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

footer li:hover {
  opacity: 0.7;
  transition: .2s;
  transition-delay: .2s;
}

footer p:nth-of-type(1) {
  padding-top: 60px;
  padding-bottom: 25px;
  font-weight: 900;
}

footer p:nth-of-type(2) {
  margin-top: 35px;
  padding-bottom: 20px;
  font-size: 12px;
  font-weight: 850;
  color: #fff;
}

.sp {
  display: none;
}

#sp1 {
  display: none;
}

#sp2 {
  display: none;
}

.cost-contents .h2-sp{
  display: none;
  z-index: 1;
}


/*--ここからSP--*/

/*---------------------------------------------------------
topへ end
---------------------------------------------------------*/

/*1281px以上*/

@media (min-width: 1281px) {
  #trans-left {
    border-right: 108px solid #E83428;
    border-bottom: 80px solid #fff;
  }
  #trans-right {
    border-left: 108px solid #E83428;
    border-bottom: 80px solid #fff;
  }
  /*ファーストビューブロック*/
  /*中央円*/
  #circle-center {
    width: 440px;
    height: 440px;
  }
  #circle-design {
    width: 310px;
  }
  #circle-center img {
    width: 124px;
  }
  #circle-title1 {
    font-size: 26px;
    padding-top: 5px;
    padding-bottom: 4px;
  }
  #title-block {
    padding: 5px 0 2px 0;
  }
  #circle-title2 {
    font-size: 54px;
  }
  #circle-title3 {
    font-size: 28px;
    padding-bottom: 20px;
  }
  #circle-title a {
    font-size: 20px;
    padding: 12px 20px;
  }
  #circle-title a span {
    font-size: 13px;
  }
  /*左下円*/
  #circle-left {
    width: 190px;
    height: 190px;
    left: 38%;
  }
  #left-title1 {
    font-size: 18px;
  }
  #left-title2 {
    font-size: 32px;
    padding: 16px 0 8px;
  }
  #left-title2 span {
    font-size: 16px;
  }
  #left-title3 {
    font-size: 16px;
  }
  /*下矢印*/
  #down-arrow {
    top: 100%;
  }
  #down-arrow p {
    font-size: 25px;
  }
  /*右下円*/
  #circle-right {
    width: 190px;
    height: 190px;
    left: 63%;
  }
  #circle-right-in {
    width: 154px;
    height: 154px;
  }
  #right-title1 {
    font-size: 18px;
    padding-bottom: 7px;
  }
  #right-title2 {
    font-size: 50px;
    padding-bottom: 7px;
  }
  #right-title3 {
    font-size: 12px;
  }
  /*こんなお悩みありませんかブロック*/
  #trouble-block {
    margin-top: 200px;
  }
  #img-pc {
    display: none;
  }
  #firstview-direct {
    height: 550px;
  }
  #img-1600 {
    display: block;
    max-width: 1600px;
    object-fit: cover;
    width: 100%;
    height: 550px;
    position: absolute;
    z-index: -1;
  }
  #circle-center {
    width: 380px;
    height: 380px;
  }
  #circle-center img {
    width: 104px;
  }
  #circle-left {
    width: 160px;
    height: 160px;
  }
  #circle-right {
    width: 160px;
    height: 160px;
  }
  #down-arrow p {
    font-size: 20px;
  }
  .comparison-img-item-voice p {
    font-size: 24px;
  }
  .comparison-item2 p {
    font-size: 14px;
  }
  .comparison-item1 p {
    font-size: 20px;
  }
  #solution-block {
    padding: 0;
    padding-bottom: 5%;
  }
}

/*1300pxまで*/

@media (max-width: 1300px) {
  .image-4-block {
    max-width: 220px;
    text-align: center;
    width: 25%;
  }
  .profit-container:nth-of-type(1) img{
    width: 800px;
  }
  .profit-container:nth-of-type(2) img:nth-of-type(1){
    width: 800px;
  }
  .profit-container:nth-of-type(2) img:nth-of-type(3){
    width: 800px;
  }
}

@media only screen and (max-width: 1023px) {
  .h1_bgimg .rightlogo {
    display: none;
  }
  .triangle {
    flex-direction: column;
  }
  .triangle div {
    border-width: 20px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
  }
  .triangle div:not(:last-of-type) {
    margin-bottom: 21px;
  }
  .payoff .settlement_example>p {
    margin: 70px auto 62px;
  }
  .payoff .payoff_text {
    width: 90%;
    margin: auto;
  }
  .payoff .settlement_example .example-box {
    align-items: center;
    flex-direction: column;
  }
  .payoff .settlement_example .example-box .example-item {
    height: 278px;
  }
  .payoff .settlement_example .example-box .triangle {
    margin: 40px 0 80px;
  }
  .payoff .red-box {
    padding: 18px 0 14px;
    width: 100%;
    max-width: 328px;
  }
  .payoff .red-box p {
    line-height: 1.875;
  }
  .payoff .red-box br {
    display: inline;
  }
  .point .point_list {
    width: 358px;
  }
  .point .point_list img {
    height: auto;
    width: 100%;
  }
  .point .point_list .pc_img {
    display: none;
  }
  .point .point_list .sp_img {
    display: inline;
  }
  .point .point_list ul {
    margin: 21px auto 26px;
    width: 311px;
  }
  .point .point_list ul li {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    padding-left: 49px;
  }
  .point .point_list ul li:nth-of-type(2) {
    margin-bottom: 40px;
  }
  .point .point_list ul li span {
    font-size: 30px;
    margin-right: 19px;
  }
  .point .point_list ul li br {
    display: inline;
  }
  .point .order .order_2 ul {
    padding: 0;
    text-align: center;
    width: auto;
  }
  .point .order .order_2 li:nth-of-type(n) {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .point .order .order_2 li:nth-of-type(n) .number, .point .order .order_2 li:nth-of-type(n) img {
    margin: 0;
  }
  .point .order .order_2 li:nth-of-type(n) img {
    margin-bottom: 42px;
  }
  .point .order .order_2 li:first-of-type::after {
    right: 5%;
  }
  .point .order .order_2 li:last-of-type::after {
    left: 5%;
  }
  .point .order .step-box {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .point .order .step-box .step-item>p {
    font-size: 20px;
  }
  .point .order .step-box .step-item>p span {
    font-size: 40px;
  }
  .point .order .step-box .triangle {
    margin: 50px 0;
  }
  .point .order .flow {
    padding-top: 88px;
    font-size: 28px;
  }
  .point .system .pc_img {
    display: none;
  }
  .point .system .sp_img {
    display: inline;
    max-width: 360px;
    width: 90%;
  }
  .point .order .order_2 li::after {
    height: 0;
  }
  .worrk-container img{
    width: 330px;
  }
}

/*1000pxまで*/

@media (max-width: 1000px) {
  .pc-menu {
    font-size: 13px;
  }
  #contact, #login {
    width: 48%;
  }
  .image-4-block {
    max-width: 200px;
    text-align: center;
    width: 25%;
  }
}

/*850pxまで*/

@media (max-width: 850px) {
  .pc-menu {
    font-size: 12px;
  }
  .profit-container:nth-of-type(1) img{
    width: 600px;
  }
  .profit-container:nth-of-type(2) img:nth-of-type(1){
    width: 600px;
  }
  .profit-container:nth-of-type(2) img:nth-of-type(3){
    width: 600px;
  }
}

/*--ここからSP--*/

@media screen and (max-width: 780px) {
  main {
    margin-top: 75px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
    line-height: 0;
  }
  header {
    display: none;
  }
  .header-sp {
    position: fixed;
    height: 75px;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    top: 0;
    box-shadow: 0px 1px 5px #ababab40;
  }
  .header-sp svg {
    width: 50px;
    display: block;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
  }
  .hamburger_menu {
    cursor: pointer;
    background-color: #fff;
    height: 75px;
    position: fixed;
    right: 0;
    top: 0;
    width: 75px;
  }
  .hamburger_menu .line {
    background-color: #E83428;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s;
    width: 30px;
  }
  .hamburger_menu .line:first-of-type {
    top: 26px;
  }
  .hamburger_menu .line:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .hamburger_menu .line:last-of-type {
    bottom: 26px;
  }
  .hamburger_menu.active {
    top: 0;
  }
  .hamburger_menu.show .line:first-of-type {
    -ms-transform: translate(-50%, 10px) rotate(-315deg);
    -webkit-transform: translate(-50%, 10px) rotate(-315deg);
    transform: translate(-50%, 10px) rotate(-315deg);
  }
  .hamburger_menu.show .line:nth-of-type(2) {
    opacity: 0;
  }
  .hamburger_menu.show .line:last-of-type {
    -ms-transform: translate(-50%, -11px) rotate(315deg);
    -webkit-transform: translate(-50%, -11px) rotate(315deg);
    transform: translate(-50%, -11px) rotate(315deg);
  }
  .menu {
    background-color: #fff;
    height: 500px;
    position: fixed;
    right: -100%;
    top: 75px;
    transition-duration: 0.5s;
    width: 295px;
    z-index: 100;
    line-height: normal;
  }
  .menu.show {
    right: 0;
  }
  .nav-bg {
    background-color: #000;
    display: none;
    height: 100vh;
    left: 0;
    opacity: 0.4;
    top: 0;
    position: fixed;
    width: 100vw;
    z-index: 50;
  }
  .menu ul {
    width: 90%;
    margin: auto;
  }
  .menu li {
    margin-left: 10px;
    padding-bottom: 10px;
  }
  .menu ul>a {
    display: block;
    margin-top: 20px;
    border-bottom: solid 1px #E83428;
    font-weight: 700;
  }
  .sp-contact {
    margin: 30px 0 0;
  }
  .sp-contact a {
    text-align: center;
    display: block;
    padding: 5px 0;
    background-color: #E83428;
    border-radius: 25px;
    color: white;
  }
  .sp-login {
    margin: 30px 0 0;
  }
  .sp-login a {
    display: block;
    text-align: center;
    padding: 5px 0;
    color: #E83428;
    border: 1px solid;
    border-radius: 25px;
  }
  /*---------------------------------------------------------
sp-main visual
sp-header-view
spファーストビュー
---------------------------------------------------------*/
  #firstview-direct #img-pc {
    display: none;
  }
  #firstview-direct #img-sp {
    display: block;
    width: 100%;
  }
  #firstview-direct {
    height: 70vw;
  }
  /*中央円*/
  #circle-center svg {
    width: 80px;
  }
  #circle-center {
    width: 300px;
    height: 300px;
    top: 65vw;
  }
  /*円内ロゴ・テキスト*/
  #circle-design {
    width: 100%;
    top: 41%;
  }
  #circle-center img {
    width: 84px;
  }
  #circle-title1 {
    font-size: 20px;
    padding: 0px 0 5px;
  }
  #title-block {
    padding: 5px 0 20px;
  }
  #circle-title2 {
    font-size: 38px;
  }
  #circle-title3 {
    font-size: 18px;
  }
  /*資料ダウンロードボタン*/
  #circle-title a {
    font-size: 17px;
    padding: 12px 12px;
    border: 1.5px solid #E83428;
  }
  #circle-title a span {
    font-size: 10px;
  }
  /*左下円*/
  #circle-left {
    width: 134px;
    height: 134px;
    left: calc(50vw - 100px);
    top: calc(95vw + 280px);
  }
  #left-title1 {
    font-size: 14px;
  }
  #left-title2 {
    font-size: 24px;
    padding: 10px 0 5px;
  }
  #left-title2 span {
    font-size: 14px;
  }
  #left-title3 {
    font-size: 14px;
  }
  /*下矢印*/
  #down-arrow {
    top: calc(95vw + 280px);
  }
  #down-arrow p {
    font-size: 20px;
  }
  /*右下円*/
  #circle-right {
    width: 134px;
    height: 134px;
    left: calc(50vw + 100px);
    top: calc(95vw + 280px);
  }
  #right-title1 {
    font-size: 14px;
  }
  #right-title2 {
    font-size: 40px;
  }
  #right-title3 {
    font-size: 9px;
  }
  /*---------------------------------------------------------
sp-main visual end
---------------------------------------------------------*/
  /*---------------------------------------------------------
sp-worries
こんなお悩みありませんか
---------------------------------------------------------*/
  #trouble-block {
    margin-top: 90%;
  }
  #trouble-title h2 {
    margin: auto;
    width: 8em;
    line-height: 1.4;
    margin-bottom: 5px;
    font-size: 30px;
  }
  #trouble-title h2 span{
    font-size: 30px;
  }
  #trouble img {
    display: none;
  }
  /*4枚画像と説明*/
  #image-4 {
    display: block;
    margin-top: 0px;
    padding: 0;
    max-width: 500px;
  }
  .image-4-block {
    width: 90%;
    max-width: 90%;
    margin: 40px auto 0;
  }
  .image-4-shadow {
    padding-bottom: unset;
  }
  .image4-pc {
    display: none;
  }
  img.image4-sp {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .image4-text-pc {
    display: none;
  }
  #image4-text-pc-3 {
    display: none;
  }
  p.image4-text-sp {
    height: 4em;
    display: block;
    margin-top: 0px;
    padding: 10px 0;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 900;
  }
  .image-4-block p {
    margin-top: 0;
    margin-bottom: -1px;
  }
  #image-4-container {
    height: auto;
    max-height: none;
    margin-top: 40px;
    padding-top: 20px;
  }
  /*---------------------------------------------------------
sp-worries  end
---------------------------------------------------------*/
  /*---------------------------------------------------------
sp-solution
シャショクラブで解決
---------------------------------------------------------*/
  /*タイトル*/
  #solution-block {
    padding-top: 0;
  }
  #solution {
    margin: auto;
    padding: 40px 0;
  }
  #solution h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #solution h2 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: auto;
  }
  #solution h2 span {
    font-size: 20px;
  }
  #soluiton p {
    font-size: 12px;
  }
  #solution h2 p {
    font-size: 30px;
  }
  /*ポイント4つ*/
  .sales-point {
    padding-top: 30px;
    padding: 5%;
  }
  .sales-point h4 {
    font-size: 20px;
    display: inline-block;
  }
  #point-title-1, #point-title-2, #point-title-3, #sp-point-title-4 {
    width: auto;
    border: none;
    line-height: 1.3;
  }
  #point-title-1::after, #point-title-2::after, #point-title-3::after, #sp-point-title-4::after {
    content: "";
    display: block;
    border-bottom: 2px solid #E83428;
    max-width: 100px;
    margin: auto;
    padding-bottom: 10px;
    margin-top: 10px;
  }
  .point-img-a {
    display: none;
  }
  .sp-point-img-a {
    display: block;
    margin: auto;
    width: 180px;
  }
  #point-title-4 {
    display: none;
  }
  #sp-point-title-4 {
    display: inline-block;
    width: auto;
    line-height: 1.5;
  }
  .point-pc {
    display: none;
  }
  .point-sp {
    display: block;
  }
  .point-img-b {
    display: none;
  }
  .point .point_list {
    width: 90%;
  }
  .sp-point-img-b {
    display: block;
    width: 100%;
    margin: 40px auto 0;
  }
  #point2 {
    width: 90%;
    margin: 40px auto 0;
  }
  #point2 span {
    vertical-align: super;
    font-size: 8px;
  }
  /*まずは資料請求から*/
  #document {
    margin-top: 80px;
    margin-bottom: 60px;
    background-color: #fff;
  }
  #doc-title-img {
    font-size: 20px;
    width: 13em;
  }
  #doc-img-left {
    left: -12%;
    display: none;
  }
  #doc-img-right {
    right: -42%;
    display: none;
  }
  #doc-title-img h2 {
    font-size: 20px;
  }
  #document-in {
    display: block;
    margin-top: 60px;
  }
  #download {
    padding-right: unset;
    margin-bottom: 40px;
  }
  #sp-line {
    font-size: 18px;
    width: 8em;
    border-bottom: 1px solid #E83428;
    margin: auto;
  }
  #contact-us {
    padding-left: unset;
    border-left: none;
    margin-top: 40px;
  }
  #download a {
    width: 60%;
    line-height: 1;
    padding: 20px 0;
    margin: auto;
  }
  #contact-us a {
    width: 60%;
    line-height: 1;
    padding: 20px 0;
    margin: auto;
  }
  #business-hours {
    margin-top: 20px;
  }
  
  /* 追加 */
  .worrk-container{
    flex-wrap: wrap;
  }
  .worrk-container .triangle1 {
    position: static;
    transform: rotateZ(90deg);
    width: 0;
    height: 0;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 45px;
  }
  .work-wrapper .worrk-container img{
    margin-top: 0;
  }
  .profit-container .sp{
    display: block;
    margin: auto;
  }
  .profit-container:nth-of-type(1){
    border: none;
  }
  .cost-contents {
    background-position: left top, left top;
    background-size: 100% auto, 20% auto;
    background-repeat: no-repeat, repeat;
    padding-bottom: 180px;
  }
  .cost-contents-box {
    background-color: #fff;
    padding-top: 30px;
  }
  .cost-contents-box img {
    width: 80%;
  }
  .cost-contents-box .cost-img-pc-01 {
    display: none;
  }
  .cost-contents-box .cost-contents-box-terms {
    width: 90%;
    height: auto;
    display: block;
  }
  .cost-contents-box .cost-contents-box-terms div {
    display: block;
  }
  .cost-contents-box .cost-contents-box-terms .cost-contents-box-terms-img {
    width: 100%;
    vertical-align: baseline;
    display: block;
    margin-top: 4%;
  }
  .cost-contents-box .cost-contents-box-terms .cost-contents-box-terms-img img {
    width: 12%;
    padding-left: 0;
    float: none;
    margin: auto;
    margin-bottom: 10px;
  }
  .cost-contents-box .cost-contents-box-terms .cost-contents-box-terms-partition {
    width: 30%;
    height: 1px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .cost-contents-box .cost-contents-box-terms .cost-contents-box-terms-text {
    width: 100%;
    padding-left: 0;
    vertical-align: baseline;
  }
  .cost-contents-box .cost-contents-box-terms .cost-contents-box-terms-text p:nth-of-type(1) {
    text-align: center;
    line-height: 1.8;
  }
  .cost-contents-box .cost-contents-box-terms .cost-contents-box-terms-text p:nth-of-type(2) {
    text-align: center;
    margin: 4% 0;
    line-height: 1.8;
  }
  .cost-contents-box .cost-contents-box-terms .cost-contents-box-terms-text p .sp {
    display: block;
    line-height: 1.8;
  }
  .comparison-flow{
    background-color: #FFF0EF;
  }
  .comparison-flow h2 {
    padding-top: 40px;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.6;
  }
  .comparison-flow h3 {
    font-size: 12px;
  }
  .comparison-flow .comparison-flow-chart {
    display: none;
  }
  .comparison-flow .comparison-flow-chart-sp {
    display: block;
    width: 90%;
    margin: auto;
    margin-top: 70px;
  }
  .cost-contents-box>p:nth-of-type(5) {
    width: 90%;
    margin-top: 16px;
    font-size: 12px;
  }
  .comparison-flow-chart-sp .chart-sp-steps {
    position: relative;
  }
  .Pentagon-box {
    display: none;
  }
  .cost-contents-box>p:nth-of-type(2) {
    font-size: 20px;
    font-weight: 700;
  }
  .cost-contents-box>p:nth-of-type(3) {
    font-size: 56px;
    font-weight: 800;
    margin-top: 70px;
  }
  .cost-contents-box>p:nth-of-type(4) {
    font-size: 18px;
  }
  .cost-contents-box-table-pc {
    display: none;
  }
  .dot-text {
    color: #E83428;
    padding-top: 0.5em;
    line-height: 1.5;
    padding-bottom: .4em;
    background-position: top 0px left -2px;
    background-repeat: repeat-x;
    background-size: 1.1em .3em;
    background-image: radial-gradient(.10em .10em at center center, #E83428, #E83428 99%, rgba(255, 255, 255, 0));
  }
  .cost-contents-box-table-sp {
    border-collapse: collapse;
    display: table;
    width: 90%;
    margin: 0 auto;
  }
  .cost-contents-box-table-sp tbody {
    width: 100%;
  }
  .cost-contents-box-table-sp th {
    width: 30%;
    height: 60px;
  }
  .cost-contents-box-table-sp tr:nth-of-type(1)>th:nth-of-type(2), .cost-contents-box-table-sp td {
    width: 70%;
    height: 60px;
  }
  .cost-contents-box-table-sp tr:nth-of-type(1) {
    background-color: #F5F5F5;
  }
  .cost-contents-box-table-sp tr:nth-of-type(1) th {
    color: #E83428;
    font-weight: 800;
  }
  .cost-contents-box-table-sp tr:nth-of-type(2) th, .cost-contents-box-table-sp tr:nth-of-type(3) th, .cost-contents-box-table-sp tr:nth-of-type(4) th, .cost-contents-box-table-sp tr:nth-of-type(5) th {
    background-color: #E83428;
    color: white;
    font-weight: 800;
    line-height: 20px;
    text-align: left;
    padding-left: 3%;
    font-size: 16px;
  }
  .cost-contents-box-table-sp tr:nth-of-type(2) th, .cost-contents-box-table-sp tr:nth-of-type(3) th, .cost-contents-box-table-sp tr:nth-of-type(4) th {
    border-bottom: solid 1px white;
  }
  .cost-contents-box-table-sp tr td {
    background-color: white;
    text-align: center;
  }
  .cost-contents-box-table-sp tr:nth-of-type(2) td, .cost-contents-box-table-sp tr:nth-of-type(3) td, .cost-contents-box-table-sp tr:nth-of-type(4) td {
    border-bottom: solid 1px #E8E8E8;
    line-height: 20px;
  }
  .cost-contents-box-table-sp tr:nth-of-type(2) td {
    font-weight: 800;
  }
  .cost-contents-box .cost-contents-box-terms .cost-contents-box-terms-img p {
    font-size: 18px;
    font-weight: 900;
  }
  .chart-sp-steps .chart-sp-steps-count {
    position: absolute;
    top: -20%;
    left: 10%;
    font-weight: bold;
  }
  .chart-sp-steps-count p {
    font-size: 5.5vw;
    color: #E83428;
  }
  .chart-sp-steps-count p span {
    font-size: 9vw;
    color: #E83428;
  }
  .chart-sp-steps .chart-sp-steps-heading {
    width: 90%;
    min-height: 50px;
    border: solid 1px #E83428;
    border-right: none;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #fff;
  }
  .chart-sp-steps .chart-sp-steps-heading::after {
    content: "";
    width: 43px;
    height: 43px;
    background-color: #fff;
    border-top: solid 1px #E83428;
    border-right: solid 1px #E83428;
    position: absolute;
    top: 6%;
    right: -23px;
    transform: rotate(45deg) skew(-10deg, -10deg);
    ;
  }
  .chart-sp-steps-heading .chart-sp-steps-heading-img {
    width: auto;
    height: 40px;
    margin: 0 5px 0 10px;
  }
  .chart-sp-steps-heading .chart-sp-steps-heading-img img {
    height: auto;
    margin: 0 auto;
    width: 40px;
  }
  .chart-sp-steps .chart-sp-steps-heading h3 {
    width: 80%;
    font-size: 16px;
    margin: 0;
    text-align: left;
    line-height: 1.4;
    position: relative;
    z-index: 1;
  }
  #payoff_inner .chart-sp-steps .chart-sp-steps-text {
    width: 80%;
    margin: 0 5%;
    padding: 25px 10% 30px 10%;
    border-left: dashed 2px #E83428;
    text-align: left;
  }
  .chart-sp-steps .chart-sp-steps-text {
    width: 80%;
    margin: 0 5%;
    padding: 25px 10% 100px 10%;
    border-left: dashed 2px #E83428;
    text-align: left;
  }
  .chart-sp-steps-text p {
    font-size: 16px;
    line-height: 1.6;
  }
  .chart-sp-steps:nth-of-type(4) .chart-sp-steps-text {
    border-left: none;
    margin-bottom: -120px;
  }
  .comparison .h1_bgimg div{
    top: 39%;
  }
  .comparison .h1_bgimg p:first-of-type{
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .comparison-solution {
    width: 90%;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
  .comparison-solution-text h2 {
    font-size: 4vw;
  }
  .comparison-solution-text h2 .sp {
    display: block;
  }
  .comparison .point-text article .voice-img {
    display: none;
  }
  .comparison .h1_bgimg {
    background-image: url(../img/SP/voice_h1_background_img.png);
  }
  .h1_bgimg p:first-of-type {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .h1_bgimg {
    background-size: cover;
    height: 0;
    padding: 59% 0 0;
  }
  .h1_bgimg p:nth-of-type(2) {
    font-size: 36px;
  }
  .comparison .h1_bgimg p:nth-of-type(2) {
    font-size: 30px;
    line-height: 1.2;
  }
  .order-text {
    height: 50px;
  }
  .order-bottom-img-text:nth-of-type(1) {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .order-bottom-img-text span {
    color: #E83428;
  }
  .order-bottom-img-text:nth-of-type(2) {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
  }
  .order-step article {
    width: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .order-step-item p:nth-of-type(1) {
    text-align: center;
  }
  .order-step-item-arrow {
    transform: rotate(180deg) scale(1.4, 1);
    margin: 20px auto;
    display: table;
  }
  .system-contents-box {
    flex-wrap: wrap;
  }
  .system-text-box {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    max-width: 390px;
  }
  .system-contents-box p:nth-of-type(1) {
    overflow-x: hidden;
    width: 38px;
  }
  .system-contents-box p:nth-of-type(2) {
    text-align: center;
  }
  .system-text-box span span {
    text-align: center;
    margin-top: 25px;
    position: static;
    margin-top: 20px;
  }
  .cost-contents-box p:nth-of-type(2) {
    font-size: 20px;
  }
  .cost-contents-box p:nth-of-type(3) {
    font-size: 46px;
    line-height: 1.6;
  }
  .cost-contents-box>p:nth-of-type(4) {
    margin-top: 70px;
  }
  /* 追加ここから(本村) */
  .cost-contents-box-table-pc {
    display: none;
  }
  .cost-contents-box-table-sp {
    border-collapse: collapse;
    display: table;
    width: 90%;
    margin: 0 auto;
  }
  .cost-contents-box-table-sp tbody {
    width: 100%;
  }
  .cost-contents-box-table-sp th {
    width: 30%;
    height: 60px;
  }
  .cost-contents-box-table-sp tr:nth-of-type(1)>th:nth-of-type(2), .cost-contents-box-table-sp td {
    width: 70%;
    height: 60px;
  }
  .cost-contents-box-table-sp tr:nth-of-type(1) {
    background-color: #F5F5F5;
  }
  .cost-contents-box-table-sp tr:nth-of-type(1) th {
    color: #E83428;
    font-weight: 800;
  }
  .cost-contents-box-table-sp tr:nth-of-type(2) th, .cost-contents-box-table-sp tr:nth-of-type(3) th, .cost-contents-box-table-sp tr:nth-of-type(4) th, .cost-contents-box-table-sp tr:nth-of-type(5) th {
    background-color: #E83428;
    color: white;
    font-weight: 800;
    line-height: 20px;
    text-align: left;
    padding-left: 3%;
  }
  .cost-contents-box-table-sp tr:nth-of-type(2) th, .cost-contents-box-table-sp tr:nth-of-type(3) th, .cost-contents-box-table-sp tr:nth-of-type(4) th {
    border-bottom: solid 1px white;
  }
  .cost-contents-box-table-sp tr td {
    background-color: white;
    text-align: center;
  }
  .cost-contents-box-table-sp tr:nth-of-type(2) td, .cost-contents-box-table-sp tr:nth-of-type(3) td, .cost-contents-box-table-sp tr:nth-of-type(4) td {
    border-bottom: solid 1px #E8E8E8;
    line-height: 20px;
  }
  .cost-contents-box-table-sp tr:nth-of-type(2) td {
    font-weight: 800;
  }
  .dot-text {
    background-image: radial-gradient(0.1em 0.1em at center center, #E83428, #E83428 99%, rgba(255, 255, 255, 0));
  }
  p.sp-hide-text {
    padding-top: 30px;
  }
  h2.sp-hide-text {
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .comparison-item {
    padding-top: 100px;
    height: auto;
  }
  .comparison-item-contents {
    width: 80%;
    max-width: 360px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  .comparison-item-block {
    width: 100%;
    border-radius: 40px;
    margin: 0 auto 50px auto;
  }
  .comparison-img-item-voice p {
    text-align: center;
    font-size: 6vw;
  }
  .comparison-img-item div {
    width: 168px;
    height: 168px;
  }
  .comparison-img-item {
    height: 140px;
    width: 193px;
    min-width: auto;
    margin: 20px auto 0 auto;
  }
  .comparison-item p {
    padding: 0;
    width: 85%;
    text-align: center;
  }
  .comparison-item p span:nth-of-type(1) {
    text-align: center;
    display: block;
    margin-bottom: 40px;
  }
  .comparison-item p span:nth-of-type(2) {
    font-size: 20px;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
  }
  .comparison-item p span:nth-of-type(3) {
    display: inline-block;
    text-align: left;
    padding-bottom: 50px;
  }
  .comparison-item1 p {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .comparison-item2 p {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .hospital {
    width: 80%;
  }
  .hospital img {
    display: block;
    max-width: 150px;
    flex: 1;
  }
  .hospital_img {
    flex-wrap: wrap;
  }
  .hospital-introduction {
    width: 100%;
  }
  .hospital-introduction p {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .hospital-introduction::before, .hospital-introduction::after {
    width: 12%;
  }
  .hospital-introduction::before {
    left: 1%;
    display: none;
  }
  .hospital-introduction::after {
    left: 87%;
    display: none;
  }
  .hospital .pc {
    display: none;
  }
  .hospital .sp {
    display: block;
  }
  .h1_bgimg div {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 100%;
  }
  /* 追加・変更ここまで(本村) */
  .faq-box {
    width: 90%;
  }
  a.accordion, a.accordion0 {
    padding: 5px 40px;
  }
  .child1>a, .child2 {
    padding: 10px 75px 10px 40px;
  }
  .parent>a {
    font-size: 18px;
  }
  .parent-orange .child1>a {
    font-size: 16px;
    line-height: 1.6;
  }
  .parent-orange .child2 {
    font-size: 14px;
    padding-right: 40px;
    text-align: justify;
  }
  .sp-end {
    margin-bottom: 100px !important;
  }
  #size {
    color: #3b4043;
    font-size: 14px;
    vertical-align: middle;
  }
  /*TOPボタン*/
  #goto_top {
    width: 75px;
    height: 75px;
    position: fixed;
    right: 20px;
    bottom: -50px;
    background: #fff;
    border: #E83428 solid 1px;
    border-radius: 50%;
    z-index: 50;
  }
  #goto_top a {
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /*---------------------------------------------------------
sp-point end
---------------------------------------------------------*/
  /*---------------------------------------------------------
sp-footer
---------------------------------------------------------*/
  footer ul {
    width: 100%;
    display: inline-block;
    margin: auto;
    text-align: center;
  }
  footer ul li {
    margin-bottom: 20px;
  }
  footer svg {
    width: 100px;
  }
  footer p:nth-of-type(1) {
    font-size: 18px;
  }
  /*---------------------------------------------------------
sp-footer end
---------------------------------------------------------*/
  .sp-bg {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .sp-bg img {
    width: 100%;
    margin-top: -323px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    background-color: #E83428;
    padding-bottom: 5%;
  }
  #trouble-title p{
    font-size: 12px;
  }
  #solution .ruby{
    font-size: 12px;
  }
  .h1_bgimg p:last-of-type{
    font-size: 12px;
  }
  .point .order .flow+.emphasis{
    font-size: 12px;
  }
  .threeplan .threeplan-body-contents p{
    margin-bottom: 0px;
    line-height: 1.3;
  }
  .faq-box h2{
    font-size: 24px;
  }
  .faq-box h3{
    font-size: 12px;
  }
  .cost-contents .h2-pc{
    display: none;
  }
  .cost-contents .h2-sp{
    display: block;
    z-index: 1;
  }
  .threeplan img.threeplan-top {
    position: absolute;
    left: -20px;
    top: -50px;
    width: 130px;
    height: auto;
  }
  .red-box-container img {
    position: absolute;
    right: -80px;
    bottom: -30px;
    transform: translateY(0%);
  }
  .point-head-item .sp {
    display: block;
    margin-top: 0px;
    width: auto;
  }
  .work-container .sp-merit-text{
    margin-bottom: 30px;
  }
  .work-block .sp {
    display: block;
    margin-top: 50px;
    width: 100%;
  }
  .work-wrapper h3 {
    font-size: 20px;
    font-weight: 900;
    color: #3B4043;
    margin-top: 70px;
    letter-spacing: 2px;
    line-height: 1.6;
  }
  .worrk-container:nth-of-type(1) {
    margin-top: 50px;
  }
  .worrk-container:nth-of-type(2) {
    margin-top: 50px;
  }

  /* firefox */
  @-moz-document url-prefix() {
    .red-box-container::after {
      right: 0px !important;
  }
  .work-container .red-box-container::after {
    top: 170px !important;
  }
  .work-block br.sp{
    margin-top: 0;
  }
  .sp-bg img{
    margin-top: -323px !important;
  }
}
  .work-wrapper{
    margin-bottom: 60px;
  }
  .work-wrapper h3{
    flex-wrap: wrap;
    justify-content: center;
    line-height: 2;
  }
  .title-border:before{
    display: none;
  }
  .title-border:after{
    display: none;
  }
  .worrk-container .left,.right{
    width: 100%;
  }
  div.profit-container:nth-of-type(1) img,div.profit-container:nth-of-type(2) img{
    width: 80%;
  }
  .work-block{
    flex-wrap: wrap;
    justify-content: center;
  }
  .work-container:nth-of-type(2) {
    margin-top: 70px;
  }
  .work-content{
    order: 1;
    text-align: center;
  }
  .work-block img{
    order: 2;
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-top: 40px;
  }
  .work-container:last-of-type img{
    max-width: 250px;
  }
  .work-content p:nth-of-type(2){
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
  }
  .work-content p:nth-of-type(3){
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1.4;
  }
  .work-content p:nth-of-type(1){
    margin-bottom: 30px;
    padding-top: 30px;
    padding-right: 60px;
  }
  .work-content p:nth-of-type(1) span{
    bottom: auto;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sp-merit-text{
    font-size: 24px;
    font-weight: 900;
    line-height: 1.6;
  }
  .sp-merit-text span{
    color: #E83428;
  }
  .work-block-bg{
    display: block;
    width: 90%;
  }
  .work-block-bg h4{
    text-align: center;
  }
  .work-content-bg:last-of-type{
    position: relative;
    top: -9px;
  }
  .work-content-bg{
    flex-basis: auto;
    margin-bottom: 110px;
  }
  .work-contents p{
    text-align: center;
  }
  .work-content-bg-right-text p{
    text-align: left;
    max-width: 150px;
  }
  .work-content-bg-right-text img{
    width: 100%;
    max-width: 150px;
  }
  .work-content-bg-right-text div{
    display: block;
    margin: auto;
  }
  .work-block-wrapper{
    background: linear-gradient(180deg,#F8F8F8 0%,#F8F8F8 50%,#FFF7F7 50%,#FFF7F7 100%);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -50px;
  }
  .work-container:nth-of-type(3) .work-content p:nth-of-type(2){
    font-size: 20px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 650px) {
  #firstview-direct {
    height: 60vw;
  }
  #circle-left {
    top: calc(90vw + 280px);
  }
  #circle-right {
    top: calc(90vw + 280px);
  }
  #down-arrow {
    top: calc(90vw + 280px);
  }
}

@media only screen and (max-width: 610px) {
  .h1_bgimg {
    background-size: cover;
    height: 0;
  }
  .h1_bgimg p:first-of-type {
    text-shadow: none;
  }
  .h1_bgimg p:nth-of-type(2) {
    margin-bottom: 2.5%;
  }
  .payoff {
    padding-bottom: 50px;
  }
  .payoff .h1_bgimg {
    background-image: url("../img/SP/payoff_h1_background_img.png");
    margin-bottom: 50px;
  }
  .payoff .h1_bgimg div {
    padding: 12.5% 0 14%;
  }
  .payoff .h1_bgimg p:first-of-type {
    margin-bottom: 15px;
  }
  .payoff .h1_bgimg p:nth-of-type(2) {
    font-size: 34px;
    margin-bottom: 2.5%;
  }
  .payoff .or {
    width: 90%;
    height: 117px;
    margin-bottom: 30px;
    max-width: 374px;
  }
  .payoff .or>p {
    font-size: 27px;
    line-height: 117px;
  }
  .payoff .or .or-item {
    width: 117px;
  }
  .payoff .or .or-item>* p {
    font-size: 20px;
    line-height: 26px;
  }
  .payoff .payoff_text {
    margin: 0 auto;
    width: 90%;
  }
  .payoff .payoff_text p:first-of-type {
    font-size: 16px;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .payoff .payoff_text p:last-of-type {
    font-size: 24px;
    line-height: 40px;
  }
  .payoff .payoff_text br {
    display: inline;
  }
  .payoff .settlement_example .example-box {
    margin-bottom: 40px;
  }
  #payoff_container {
    width: 90%;
    margin: auto;
  }
  #payoff_inner{
    width: auto;
    padding: 50px 0;
  }
  .payoff-contents h2 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 60px;
  }
  #pc-triangle {
    display: none;
  }
  #sp-triangle {
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #3B4043;
    margin: 15px auto;
  }
  .payoff-contents p {
    margin-bottom: 0;
    max-width: 200px;
    max-height: 200px;
    letter-spacing: normal;
    padding: 30px;
    line-height: 1.3;
    font-size: 16px;
  }
  .payoff-contents h2::before {
    content: "";
    display: block;
    border-bottom: solid 6px #FFA52B;
    position: absolute;
    bottom: 42px;
    left: 8px;
    right: 0;
    z-index: -1;
    width: 230px;
  }
  .payoff-contents h2::after {
    content: "";
    display: block;
    border-bottom: solid 6px #FFA52B;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .payoff-contents-block h3 {
    font-size: 22px;
  }
  .payoff-contents-block {
    width: auto;
    min-width: 242px;
  }
  .payoff .Pentagon-box {
    display: none;
  }
  #payoff_inner .comparison-flow-chart-sp {
    display: block;
    width: 80%;
    margin: auto;
    padding-right: 3%;
  }
  #payoff_inner .chart-sp-steps .chart-sp-steps-heading {
    border: solid 1px #fff;
    background-color: #fff;
    min-height: 40px;
  }
  #payoff_inner .chart-sp-steps .chart-sp-steps-heading2{
    border: solid 1px #FFA52B;
    background-color: #FFA52B;
    min-height: 40px;
  }
  #payoff_inner .chart-sp-steps .chart-sp-steps-heading::after {
    height: 34px;
    width: 34px;
    top: 5%;
    right: -19px;
  }
  #payoff_inner .chart-sp-steps .chart-sp-steps-heading::after {
    border: solid 1px #fff;
    background-color: #fff;
  }
  #payoff_inner .chart-sp-steps .chart-sp-steps-heading2::after {
    border: solid 1px #FFA52B;
    background-color: #FFA52B;
  }
  #payoff_inner .chart-sp-steps .chart-sp-steps-heading h3 {
    color: #E83428;
    position: relative;
    z-index: 1;
  }
  #payoff_inner .chart-sp-steps .chart-sp-steps-heading2 h3 {
    color: #fff;
  }
  #payoff_inner .chart-sp-steps-text p {
    color: #fff;
  }
  #payoff_inner .chart-sp-steps .chart-sp-steps-text {
    border-left: dashed 2px #fff;
  }
  #payoff_inner .chart-sp-steps:nth-of-type(4) .chart-sp-steps-text {
    border-left: none;
  }
  .payoff-list-text {
    font-size: 16px;
    font-weight: 600;
    max-width: 280px;
    margin: auto;
  }
  .threeplan {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }
  .threeplan-box {
    width: 90%;
  }
  .threeplan-box:nth-of-type(2), .threeplan-box:nth-of-type(3) {
    margin-top: 80px;
  }
  .arrow {
    margin-bottom: 90px;
  }
  .arrow-text {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 20px;
    letter-spacing: normal;
  }
  .arrow::before {
    width: 54px;
    height: 57px;
    transform: rotate(135deg) translate(37%, 36%);
    position: absolute;
    top: -34px;
    left: 50%;
  }
  .arrow::after {
    width: 45px;
    height: 45px;
    position: absolute;
    top: -20px;
    left: 50%;
  }
  .red-box-container {
    background-color: #fff;
    display: block;
    position: relative;
    border-radius: 50%;
    padding: 0;
    margin-top: 60px;
    width: 205px;
    height: 205px;
  }
  .payoff .red-box p {
    font-size: 14px;
    line-height: 1.6;
  }
  #sp-red-boxtext {
    display: revert;
  }
  .payoff .red-box {
    padding: 48px 0 14px;
    width: 70%;
    max-width: 328px;
    display: inline-block;
  }
  .red-box-container::after {
    border: none;
    background-image: url(../img/SP/hukidashi_white.png);
    width: 60px;
    height: 70px;
    transform: none;
    background-repeat: no-repeat;
    top: 190px;
    right: -20px;
  }
  .plan-text-box-contents div {
    display: block;
  }
  .plan-text-box-contents div:nth-of-type(1) {
    min-width: auto;
    padding: 0;
  }
  .plan-text-box-contents div:nth-of-type(2) {
    width: auto;
    border: none;
    padding: 20px;
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .plan-text-box-contents div:nth-of-type(1) img {
    display: block;
    margin: auto;
    padding-top: 30px;
    margin-bottom: 12px;
    width: 48px;
  }
  .plan-text-box-contents div:nth-of-type(1) h4 {
    display: block;
    margin: auto;
    text-align: center;
  }
  .plan-text-box-contents div:nth-of-type(1) h4::after {
    content: "";
    display: block;
    border-bottom: 1px solid #E83428;
    padding-bottom: 20px;
    width: 90px;
    margin: auto;
  }
  .plan-text-box-contents div:nth-of-type(2) p {
    font-size: 16px;
    text-align: center;
    width: 90%;
    margin: auto;
  }
  .or-contents-center p {
    margin: 0 15px;
  }
  .point h2 {
    height: 0;
    max-width: 378px;
    padding-top: 279px;
    position: relative;
    width: 95%;
  }
  .point .h2-back-a {
    background-image: url("../img/SP/point_h2_background_img_02.png");
  }
  .point .h2-back-b {
    background-image: url("../img/SP/point_h2_background_img.png");
  }
  .point h2>div {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .point h2 p:first-of-type {
    font-size: 70px;
    margin: 7.94% 0 6.35%;
  }
  .point .h2-back-b p:first-of-type {
    font-size: 70px;
    margin: 12.94% 0 6.35%;
  }
  .point h2 p:nth-of-type(2) {
    font-size: 24px;
    margin-bottom: 2.65%;
    line-height: 1.2;
  }
  .point h2 p:nth-of-type(2) br {
    display: inline;
  }
  .point h2 p:last-of-type {
    font-size: 12px;
  }
  .point .bgimg>p:first-of-type {
    display: inline-block;
    margin-left: 17px;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .point .bgimg>p:last-of-type {
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    width: 208px;
  }
  .point .h1_bgimg {
    background-image: url("../img/SP/point_h1_background_img.png");
    margin-bottom: 40px;
  }
  .point .h1_bgimg div {
    padding: 10% 0 15%;
  }
  .point .h1_bgimg p:first-of-type {
    margin-bottom: 15px;
  }
  .point .h1_bgimg p:nth-of-type(2) {
    font-size: 40px;
    letter-spacing: 8px;
  }
  .point .bgimg>p br {
    display: inline;
  }
  .point .point_list {
    margin-bottom: 120px;
  }
  .point .order .bgimg::before, .point .order .bgimg::after {
    border-width: 40px;
  }
  .point .order .order_1 {
    margin-bottom: 50px;
    padding-bottom: 87px;
  }
  .point .order .order_2 li:nth-of-type(n) {
    padding-bottom: 0px;
    width: 90%;
    max-width: 290px;
  }
  .point .order .order_2 li:nth-of-type(n) p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
  }
  .point .order .order_2 li:nth-of-type(n) br {
    display: none;
  }
  .point .order .order_2 li:first-of-type::after {
    right: -15%;
  }
  .point .order .order_2 li:first-of-type img {
    width: 156px;
  }
  .point .order .order_2 li:first-of-type .number {
    margin-bottom: 30px;
  }
  .point .order .order_2 li:last-of-type::after {
    left: -15%;
  }
  .point .order .order_2 li:last-of-type img {
    width: 117px;
  }
  .point .order .order_2 li:last-of-type .number {
    margin-bottom: 40px;
  }
  .point .order .step-box::before, .point .order .step-box::after {
    border-width: 40px;
  }
  .point .order .pc_img {
    display: none;
  }
  .point .order .sp_img {
    display: inline;
    max-width: 100%;
  }
  .point .system {
    padding-bottom: 110px;
  }
  .point .system h2 {
    background-image: url("../img/SP/point_h2_background_img.png");
  }
  .point .system>p:nth-of-type(n) {
    width: 90%;
  }
  .point .system>p:first-of-type {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .point .system>p:last-of-type {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 70px;
  }
  .point .system .bgimg {
    padding-bottom: 120px;
  }
  .point .order .step-box .step-item {
    max-width: 175px;
    width: 100%;
  }
}

@media (max-width: 605px) {
  .sp-bg img {
    margin-top: -261px;
  }
}

@media (max-width: 550px) {
  #firstview-direct {
    height: 70vw;
  }
  #circle-left {
    top: calc(80vw + 280px);
  }
  #circle-right {
    top: calc(80vw + 280px);
  }
  #down-arrow {
    top: calc(80vw + 280px);
  }
}

@media (max-width: 500px) {
  #trouble-block {
    margin-top: 108%;
  }
  #firstview-direct {
    height: 50vw;
  }
  #circle-left {
    top: calc(65vw + 280px);
  }
  #circle-right {
    top: calc(65vw + 280px);
  }
  #down-arrow {
    top: calc(65vw + 280px);
  }
}

@media (max-width: 415px) {
  #trouble-block {
    margin-top: 108%;
  }
  .chart-sp-steps:nth-of-type(3) .chart-sp-steps-heading::after {
    content: "";
    width: 43px;
    height: 43px;
    background-color: #fff;
    border-top: solid 1px #E83428;
    border-right: solid 1px #E83428;
    position: absolute;
    top: 6%;
    right: -22px;
    transform: rotate(45deg) skew(-10deg, -10deg);
  }    
}

@media only screen and (max-width: 400px) {
  .point h2 {
    padding-top: 69.75%;
  }
  .point .system h2 {
    padding-top: 60.5%;
  }
  #circle-center {
    width: 290px;
    height: 290px;
    top: 65vw;
  }
  #circle-left {
    width: 130px;
    height: 130px;
    left: calc(50vw - 100px);
    top: calc(57vw + 280px);
  }
  #circle-right {
    width: 130px;
    height: 130px;
    left: calc(50vw + 100px);
    top: calc(57vw + 280px);
  }
  #down-arrow {
    top: calc(60vw + 280px);
  }
      /* firefox */
      @-moz-document url-prefix() {
        .red-box-container::after {
          right: 0px !important;
      }
      .work-container .red-box-container::after {
        top: 170px !important;
      }
      .work-block br.sp{
        margin-top: 0;
      }
      .sp-bg img{
        margin-top: -261px !important;
      }
    }
}
@media only screen and (max-width:350px){
  .sp-bg img {
    margin-top: -210px;
  }
}

/*android*/

@media only screen and (max-width: 500px) {
  /*firstview*/
  .android #circle-center svg {
    width: 60px;
  }
  .android #circle-design {
    width: 100%;
  }
  .android #circle-title1 {
    font-size: 18px;
  }
  .android #circle-title2 {
    font-size: 36px;
  }
  .android #circle-title3 {
    font-size: 16px;
  }
  .android #circle-title a {
    font-size: 15px;
  }
  .android #circle-left {
    width: 110px;
    height: 110px;
  }
  .android #left-title1 {
    font-size: 12px;
  }
  .android #left-title2 {
    font-size: 20px;
    padding: 10px 0 5px;
  }
  .android #circle-right {
    width: 110px;
    height: 110px;
  }
  .android #right-title1 {
    font-size: 12px;
  }
  .android #right-title2 {
    font-size: 34px;
  }
  .android .hospital_img {
    justify-content: center;
  }
  /*solution*/
  .android #point-title-1, .android #point-title-2, .android #point-title-3, .android #sp-point-title-4 {
    font-size: 18px;
  }
  .android .sales-point p {
    font-size: 14px;
  }
  .android #point2, .android .sales-point p {
    margin-top: 20px;
  }
  .android #doc-title-img h2 {
    font-size: 18px;
  }
  .android #doc-title-img {
    width: 11em;
  }
  .android #doc-img-left {
    left: -10%;
  }
  /*payoff*/
  .android .payoff .h1_bgimg p:first-of-type {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .android .payoff .h1_bgimg p:nth-of-type(2) {
    font-size: 30px;
  }
  .android .payoff .settlement_example>p {
    width: 90%;
    margin: 70px auto 62px;
    font-size: 22px;
  }
  /*point*/
  .android .point .h1_bgimg p:first-of-type {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .android .point .point_list ul {
    margin-left: 20px;
    max-width: 311px;
    width: 100%;
  }
  .android .point .h1_bgimg p:nth-of-type(2) {
    font-size: 30px;
    letter-spacing: 8px;
  }
  .android .point .point_list ul li {
    font-size: 18px;
  }
  .android .point .point_list ul li span {
    font-size: 28px;
    margin-right: 19px;
  }
  .android .point h2 p:first-of-type, .android .point .h2-back-b p:first-of-type {
    font-size: 60px;
  }
  .android .point h2 p:nth-of-type(2) {
    font-size: 22px;
  }
  .android .cost-contents-box p:nth-of-type(3) {
    font-size: 44px;
  }
  .android .cost-contents-box-table-sp tr:nth-of-type(1)>th:nth-of-type(2), .cost-contents-box-table-sp td {
    font-size: 14px;
  }
  .android .cost-contents-box-table-sp tbody {
    font-size: 14px;
  }
  .android .cost-contents-box>p:nth-of-type(5) {
    font-size: 12px;
  }
  .android .point .bgimg>p:last-of-type {
    max-width: 240px;
    width: 100%;
  }
  /*flow*/
  .android .chart-sp-steps .chart-sp-steps-heading h3 {
    font-size: 14px;
  }
  .android .chart-sp-steps-text p {
    font-size: 13px;
  }
  /*voice*/
  .android .h1_bgimg p:first-of-type {
    font-size: 18px;
  }
  .android .h1_bgimg p:nth-of-type(2) {
    font-size: 30px;
  }
}

/*android*/

@media only screen and (max-width: 320px) {
  /*firstview*/
  .android #circle-center svg {
    width: 60px;
  }
  .android #circle-design {
    width: 100%;
  }
  .android #circle-title1 {
    font-size: 18px;
  }
  .android #circle-title2 {
    font-size: 36px;
  }
  .android #circle-title3 {
    font-size: 16px;
  }
  .android #circle-title a {
    font-size: 15px;
  }
  .android #circle-left {
    width: 100px;
    height: 100px;
    left: calc(56vw - 100px);
    top: calc(50vw + 250px);
  }
  .android #left-title1 {
    font-size: 12px;
  }
  .android #left-title2 {
    font-size: 20px;
    padding: 10px 0 5px;
  }
  .android #circle-right {
    width: 100px;
    height: 100px;
    left: calc(44vw + 100px);
    top: calc(50vw + 250px);
  }
  .android #right-title1 {
    font-size: 12px;
  }
  .android #right-title2 {
    font-size: 34px;
  }
  .android #down-arrow {
    top: calc(50vw + 250px);
  }
  .android .hospital_img {
    justify-content: center;
  }
  .android p.image4-text-sp {
    font-size: 16px;
  }
  /*worries*/
  .android #trouble-block {
    margin-top: 110%;
  }
  /*solution*/
  .android #point-title-1, .android #point-title-2, .android #point-title-3, .android #sp-point-title-4 {
    font-size: 16px;
  }
  .android .sales-point p {
    font-size: 12x;
  }
  .android #point2, .android .sales-point p {
    margin-top: 20px;
  }
  .android #doc-title-img h2 {
    font-size: 16px;
    padding-top: 0px;
  }
  .android #doc-title-img {
    width: 11em;
  }
  .android #doc-img-left {
    left: -6%;
    width: 40px;
  }
  #doc-img-right {
    right: -24%;
    width: 40px;
  }
  /*payoff*/
  .android .payoff .h1_bgimg p:first-of-type {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .android .payoff .h1_bgimg p:nth-of-type(2) {
    font-size: 26px;
  }
  .android .payoff .settlement_example>p {
    width: 90%;
    margin: 70px auto 62px;
    font-size: 22px;
  }
  .android .payoff .red-box {
    padding: 10px;
    width: 85%;
    max-width: 328px;
  }
  .android .payoff .red-box p {
    font-size: 14px;
  }
  /*point*/
  .android .point .h1_bgimg p:first-of-type {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .android .point .point_list ul {
    margin-left: 20px;
    max-width: 311px;
    width: 100%;
  }
  .android .point .h1_bgimg p:nth-of-type(2) {
    font-size: 26px;
    letter-spacing: 8px;
  }
  .android .point .point_list ul li {
    font-size: 18px;
  }
  .android .point .point_list ul li span {
    font-size: 28px;
    margin-right: 19px;
  }
  .android .point h2 p:first-of-type, .android .point .h2-back-b p:first-of-type {
    font-size: 56px;
  }
  .android .point h2 p:nth-of-type(2) {
    font-size: 20px;
  }
  /*cost*/
  .android .cost-contents-box p:nth-of-type(2) {
    font-size: 16px;
  }
  .android .cost-contents-box p:nth-of-type(3) {
    font-size: 40px;
    line-height: 1.6;
  }
  .android .cost-contents-box-table-sp tr:nth-of-type(1)>th:nth-of-type(2), .cost-contents-box-table-sp td {
    font-size: 14px;
  }
  .android .cost-contents-box-table-sp tbody {
    font-size: 14px;
  }
  .android .cost-contents-box>p:nth-of-type(5) {
    font-size: 12px;
  }
  /*flow*/
  .android .chart-sp-steps .chart-sp-steps-heading h3 {
    font-size: 12px;
  }
  .android .chart-sp-steps-text p {
    font-size: 13px;
  }
  /*voice*/
  .android .h1_bgimg p:first-of-type {
    font-size: 16px;
  }
  .android .h1_bgimg p:nth-of-type(2) {
    font-size: 26px;
  }
}
/* 追加CSS */

#circle-title4 {
  font-size: 14px;
  color: #fff;
  padding-top: 1rem;
  font-weight: 100;
  text-decoration: underline double white;
  text-underline-offset: 4px;
}

.menu-cta {
  display: flex;
  justify-content: center;
  margin: 3rem 0 0.5rem;
  padding-right: unset !important;
}
.menu-cta-p {
  font-size: 14px !important;
  padding-bottom: 8px;
  border-bottom: 2px solid #E83428;
  width: 18em;
  margin-top: unset !important;
  text-align: center;
  margin: 0 auto;
}
.qa-link {
  color:#E83428;
  text-decoration: underline
}
.cta-download li{
  list-style: auto;
  text-align: left;
}
.cta-download-a4 {
  margin: 1rem 0;
  text-decoration: underline double #E83428;
  text-underline-offset: 6px;
}
