@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  style.css
 style info :  九州ペイント：スタイル
=================================================================== */

/*----------------------------------
common
----------------------------------*/
body {
  width: 100%;
  /* letter-spacing: 0.1em; */
}

a {
  transition : all 300ms;
}
a:link, a:hover, a:active, a:visited {
  color: #231815;
}
a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 750px) {
  a:hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 750px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.container {
  width: 750px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 750px) {
  .container {
    width: 100%;
  }
}

header, main, footer {
  width: 100%;
}

#check, #plan, #contact {
  position: relative;
  margin-bottom: 190px;
}
@media only screen and (max-width: 750px) {
  #check, #plan, #contact {
    margin-bottom: calc(200 / 750 * 100vw);
  }
}
#check::after, #plan::after, #contact::after {
  position: absolute;
  bottom: -130px;
  left: 50%;
  content: "";
  width: 70px;
  height: 80px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #5F0019;
  transform:translateX(-50%) rotate(90deg);
}
@media only screen and (max-width: 750px) {
  #check::after, #plan::after, #contact::after {
    bottom: calc(-140 / 750 * 100vw);
    width: calc(70 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}

img {
  max-width: 100%;
  display: block;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

* {box-sizing: border-box;}

.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
@media only screen and (max-width: 750px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

/*----------------------------------
header
----------------------------------*/
header {
  padding-top: 24px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #740020 solid 5px;
} 
@media only screen and (max-width: 750px) {
  header {
    padding-top: 12px;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom-width: 4px;
  } 
}

header h1 {
  width: 521px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 750px) {
  header h1 {
    width: calc(521 / 750 * 100vw);
  }
}

.specialty {
  font-size: 4.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
}
@media only screen and (max-width: 750px) {
  .specialty {
    font-size: calc(45 / 750 * 100vw);
    margin-bottom: 14px;
  }
}

.specialty span {
  margin: 0 10px;
}

/*----------------------------------
global_nav
----------------------------------*/
.global_nav {
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .global_nav {
    margin-bottom: 40px;
  }
}

.global_nav ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.global_nav ul li {
  border-right: #740020 solid 10px;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .global_nav ul li {
    border-right-width: 4px;
  }
}

.global_nav ul li:last-of-type {
  border: none;
}

.global_nav ul li a {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 4px 0;
  width: 100%;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .global_nav ul li a {
    font-size: calc(18 / 750 * 100vw);
    padding: 2px 0;
  }
}

/*----------------------------------
reason
----------------------------------*/
#reason {
  width: 100%;
  text-align: center;
  background: url("/img_webp/bg_mv01.webp") center 320px/contain no-repeat;
}
@media only screen and (max-width: 750px) {
  #reason  {
    background-position: center calc(320 / 750 * 100vw);
  }
}
#reason .sub_title {
  width: 460px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 750px) {
  #reason .sub_title  {
    width: calc(580 / 750 * 100vw); 
    padding: 0 30px;
    margin-bottom: 20px;
  }
}
#reason h2 {
  width: 638px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 750px) {
  #reason h2  {
    width: 100%; 
    padding: 0 30px;
    margin-bottom: 22px;
  }
}
#reason .catch_copy {
  font-size: 2.4rem;
  font-family: "hiragino-mincho-pron", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", sans-serif;
  font-weight: bold;
  font-style: normal;
  padding: 0 0.6em;
  border-bottom: #5F0019 solid 6px;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  #reason .catch_copy {
    font-size: calc(24 / 750 * 100vw);
    border-bottom-width: 2px;
  }
}

#reason .voice_container {
  padding-top: 1180px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #reason .voice_container {
    padding-top: calc(1180 / 750 * 100vw);
  }
}
#reason .voice_container .voice_list li {
  font-family: "hiragino-mincho-pron", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  color: #fff;
  background-color: #231815;
  display: inline-block;
  padding: 4px 0.5em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #reason .voice_container .voice_list li {
    margin-bottom: 15px;
    padding: 2px 0.5em;
  }
}
#reason .voice_container .voice_list li:nth-of-type(1) {
  font-size: 2.6rem;
}
@media only screen and (max-width: 750px) {
  #reason .voice_container .voice_list li:nth-of-type(1) {
    font-size: calc(26 / 750 * 100vw);
  }
}
#reason .voice_container .voice_list li:nth-of-type(2) {
  font-size: 3.4rem;
  padding: 4px 1em;
}
@media only screen and (max-width: 750px) {
  #reason .voice_container .voice_list li:nth-of-type(2) {
    font-size: calc(34 / 750 * 100vw);
    padding: 2px 1em;
  }
}
#reason .voice_container .voice_list li:nth-of-type(3) {
  font-size: 2.6rem;
}
@media only screen and (max-width: 750px) {
  #reason .voice_container .voice_list li:nth-of-type(3) {
    font-size: calc(26 / 750 * 100vw);
  }
}
#reason .voice_container .voice_list li:nth-of-type(4) {
  font-size: 2.2rem;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  #reason .voice_container .voice_list li:nth-of-type(4) {
    font-size: calc(22 / 750 * 100vw);
  }
}

#reason .assertion_container {
  width: 100%;
  height: 805px;
  background: url("/img_webp/bg_mv02.webp") center top/cover no-repeat;
  margin-top: 70px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #reason .assertion_container {
    height: calc(805 / 750 * 100vw);
    margin-top: calc(70 / 750 * 100vw);
  }
}
#reason .assertion_container h3 {
  margin-top: -70px;
  font-family: "hiragino-mincho-pron", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.4;
  color: #fff;
  background-color: #E4007F;
  display: inline-block;
  padding: 4px 0.5em;
}
@media only screen and (max-width: 750px) {
  #reason .assertion_container h3 {
    font-size: calc(30 / 750 * 100vw);
  }
}
#reason .assertion_container .secound_assertion {
  font-family: "hiragino-mincho-pron", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.4;
  color: #fff;
  background-color: #231815;
  display: inline-block;
  padding: 4px 0.5em;
  margin-top: 670px;
}
@media only screen and (max-width: 750px) {
  #reason .assertion_container .secound_assertion {
    font-size: calc(30 / 750 * 100vw);
    margin-top: calc(650 / 750 * 100vw);
  }
}

#reason .achievement_container {
  width: 100%;
  background-color: #5A5348;
  padding: 40px 0;
  text-align: center;
  margin-top: -1px;
}
@media only screen and (max-width: 750px) {
  #reason .achievement_container {
    padding: calc(40 / 750 * 100vw) 0;
  }
}
#reason .achievement_container .achievement {
  font-size: 7.4rem;
  line-height: 1.2;
  font-family: "hiragino-mincho-pron", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #reason .achievement_container .achievement {
    font-size: calc(74 / 750 * 100vw);
  }
}
#reason .achievement_container .achievement span {
  font-size: 5.2rem;
  display: block;
}
@media only screen and (max-width: 750px) {
  #reason .achievement_container .achievement span {
    font-size: calc(52 / 750 * 100vw);
  }
}

/*----------------------------------
check_content
----------------------------------*/
#check {
  width: 100%;
  padding: 100px 30px 0;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #check {
    padding: calc(100 / 750 * 100vw) 15px 0;
  }
}
#check .caveat {
  font-family: "hiragino-mincho-pron", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.4;
  color: #fff;
  background-color: #E4007F;
  display: inline-block;
  padding: 7px 1em;
  margin-bottom: 16px;
}
@media only screen and (max-width: 750px) {
  #check .caveat {
    font-size: calc(30 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
    padding: 4px 1em;
  }
}
#check h2 {
  margin: 0 auto 46px;
  width: 645px;
}
@media only screen and (max-width: 750px) {
  #check h2 {
    margin-bottom: calc(46 / 750 * 100vw);
    width: calc(645 / 750 * 100vw);
  }
}
#check .check_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0 20px;
}
@media only screen and (max-width: 750px) {
  #check .check_content {
    margin-bottom: calc(30 / 750 * 100vw);
    padding: 0 10px;
  }
}
#check .check_content li {
  width: 300px;
}
@media only screen and (max-width: 750px) {
  #check .check_content li {
    width: calc(300 / 750 * 100vw);
  }
}
#check .check_content:nth-of-type(2) {
  justify-content: center;
}
#check .check_content li .image-box {
  width: 100%;
  margin-bottom: 10px;
}
#check .check_content li h3 {
  font-size: 3.4rem;
  line-height: 1;
  margin-bottom: 6px;
}
@media only screen and (max-width: 750px) {
  #check .check_content li h3 {
    font-size: calc(34 / 750 * 100vw);
    margin-bottom: 0;
  }
}
#check .check_content li .assessment_point {
  font-size: 3.4rem;
  color: #D6006C;
}
@media only screen and (max-width: 750px) {
  #check .check_content li .assessment_point {
    font-size: calc(34 / 750 * 100vw);
    margin-bottom: 2px;
  }
}
#check .check_content li .assessment_text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  padding: 0 1em;
}
@media only screen and (max-width: 750px) {
  #check .check_content li .assessment_text {
    font-size: calc(20 / 750 * 100vw);
  }
}

#check .check_list {
  width: 100%;
  padding: 30px 40px;
  background-color: #F7F7F7;
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #check .check_list {
    margin-top: calc(60 / 750 * 100vw);
    padding: 14px 20px;
  }
}
#check .check_list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #231815 dashed 2px;
}
@media only screen and (max-width: 750px) {
  #check .check_list li {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
#check .check_list li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#check .check_list li dl {
  display: flex;
  align-items: center;
  text-align: left;
}
#check .check_list li dl dt {
  width: 5em;
  font-size: 3.4rem;
  line-height: 1.4;
  color: #D6006C;
  margin-right: 110px;
}
@media only screen and (max-width: 750px) {
  #check .check_list li dl dt {
    font-size: calc(34 / 750 * 100vw);
    margin-right: calc(120 / 750 * 100vw);
  }
}
#check .check_list li dl dd {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #check .check_list li dl dd {
    font-size: calc(32 / 750 * 100vw);
  }
}
#check .check_list li dl dd::before {
  width: 30px;
  height: 80px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #231815;
  content: "";
  position: absolute;
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  #check .check_list li dl dd::before {
    width: calc(30 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    left: calc(-70 / 750 * 100vw);
  }
}
#check .check_list li:nth-of-type(1) dl dd::before {
  opacity: 0.3;
}
#check .check_list li:nth-of-type(2) dl dd::before {
  opacity: 0.5;
}
#check .check_list li:nth-of-type(3) dl dd::before {
  opacity: 0.7;
}

/*----------------------------------
plan_content
----------------------------------*/
#plan {
  text-align: center;
  padding: 0 30px;
}
@media only screen and (max-width: 750px) {
  #plan {
    padding: 0 15px;
  }
}

#plan h2 {
  font-size: 3.2rem;
  line-height: 1;
  color: #fff;
  background-color: #E4007F;
  display: inline-block;
  padding: 20px 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #plan h2 {
    font-size: calc(32 / 750 * 100vw);
    padding: 10px 20px;
    margin-bottom: 4px;
  }
}
#plan .sub_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #E4007F;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  #plan .sub_ttl {
    font-size: calc(22 / 750 * 100vw);
    margin-bottom: 20px;
  }
}
#plan .parts_name {
  width: 690px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 750px) {
  #plan .parts_name {
    width: 100%;
    margin-bottom: 25px;
  }
}

#plan .plan_list {
  border-top: #231815 dashed 2px;
  padding: 26px 30px 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #plan .plan_list {
    padding: 10px;
    margin-bottom: 10px;
  }
}
#plan .plan_list h3 {
  font-size: 3.4rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #plan .plan_list h3 {
    font-size: calc(34 / 750 * 100vw);
    margin-bottom: 16px;
  }
}
#plan .plan_list .before_after {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #plan .plan_list .before_after {
    width: calc(630 / 750 * 100vw);
    margin: 0 auto 6px;
  }
}
#plan .plan_list .before_after li {
  width: 285px;
}
@media only screen and (max-width: 750px) {
  #plan .plan_list .before_after li {
    width: calc(285 / 750 * 100vw);
  }
}
#plan .plan_list .before_after li .img_box {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #plan .plan_list .before_after li .img_box {
    margin-bottom: 10px;
  }
}
#plan .plan_list .before_after li p {
  font-weight: bold;
  line-height: 3.3rem;
}
@media only screen and (max-width: 750px) {
  #plan .plan_list .before_after li p {
    line-height: calc(33 / 750 * 100vw);
  }
}
#plan .plan_list .before_after li p.before {
  font-size: 2.5rem;
}
@media only screen and (max-width: 750px) {
  #plan .plan_list .before_after li p.before {
    font-size: calc(25 / 750 * 100vw);
  }
}
#plan .plan_list .before_after li p.after {
  font-size: 3.3rem;
  color: #D6006C;
}
@media only screen and (max-width: 750px) {
  #plan .plan_list .before_after li p.after {
    font-size: calc(33 / 750 * 100vw);
  }
}
#plan .plan_list .description {
  text-align: left;
}
#plan .plan_list .description li {
  font-size: 2.4rem;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;;
}
@media only screen and (max-width: 750px) {
  #plan .plan_list .description li {
    font-size: calc(24 / 750 * 100vw);
  }
}

#plan .contact {
  width: 100%;
  padding: 45px 20px;
  background-color: #F7F7F7;
  margin-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  #plan .contact {
    padding: 20px 10px;
    margin-bottom: 50px;
  }
}

#plan .contact ul {
  text-align: left;
}
#plan .contact ul li {
  font-size: 2.2rem;
  line-height: 1.4;
  color: #5F0019;
  margin-bottom: 30px;
  padding-left: 90px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #plan .contact ul li {
    font-size: calc(22 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
    padding-left: calc(90 / 750 * 100vw);
  }
}
#plan .contact ul li:last-of-type {
  margin-bottom: 0;
}
#plan .contact ul li:before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  content: "";
}
@media only screen and (max-width: 750px) {
  #plan .contact ul li:before {
    left: 3px;
  }
}
#plan .contact ul li.line:before {
  width: 58px;
  height: 55px;
  background: url("/img/icon_line.svg") center/contain no-repeat;
}
@media only screen and (max-width: 750px) {
  #plan .contact ul li.line:before {
    width: calc(58 / 750 * 100vw);
    height: calc(55 / 750 * 100vw);
  }
}
#plan .contact ul li.instagram:before {
  width: 53px;
  height: 53px;
  background: url("/img/icon_instagram.svg") center/contain no-repeat;
}
@media only screen and (max-width: 750px) {
  #plan .contact ul li.instagram:before {
    width: calc(58 / 750 * 100vw);
    height: calc(53 / 750 * 100vw);
  }
}

#plan .important {
  width: 100%;
  padding: 53px 0;
  border: dashed #231815;
  border-width: 2px 0;
  margin-bottom: 90px;
}
@media only screen and (max-width: 750px) {
  #plan .important {
    padding: 26px 0;
    margin-bottom: 45px;
  }
}
#plan .important .important_ttl {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #D6006C;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #plan .important .important_ttl {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: 8px;
  }
}
#plan .important .important_ttl span {
  font-size: 2.6rem;
  color: #1A1311;
  display: block;
}
@media only screen and (max-width: 750px) {
  #plan .important .important_ttl span {
    font-size: calc(26 / 750 * 100vw);
  }
}

.contrast {
  width: 480px;
  padding: 14px 10px;
  border: #5F0019 solid 4px;
  border-radius: 8px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .contrast {
    width: calc(480 / 750 * 100vw);
    padding: 6px 8px;
    border-width: 2px; 
  }
}
.contrast p {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #5F0019;
}
@media only screen and (max-width: 750px) {
  .contrast p {
    font-size: calc(22 / 750 * 100vw);
  }
}

#plan .flow {
  margin-bottom: 100px;
}
#plan .flow h3 {
  font-size: 3.2rem;
  padding: 10px 0;
  border: dashed #231815;
  border-width: 2px 0;
}
@media only screen and (max-width: 750px) {
  #plan .flow h3 {
    font-size: calc(32 / 750 * 100vw);
    padding: 3px 0;
  }
}
#plan .flow .flow_chart {
  padding: 0 30px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 750px) {
  #plan .flow .flow_chart {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
#plan .flow .flow_chart li {
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #plan .flow .flow_chart li {
    margin-bottom: 30px;
  }
}
#plan .flow .flow_chart li:nth-of-type(1) {
  margin-top: 240px;
}
@media only screen and (max-width: 750px) {
  #plan .flow .flow_chart li:nth-of-type(1) {
    margin-top: calc(240 / 750 * 100vw);
  }
}
#plan .flow .flow_chart li:nth-of-type(4) {
  margin-top: 370px;
}
@media only screen and (max-width: 750px) {
  #plan .flow .flow_chart li:nth-of-type(4) {
    margin-top: calc(370 / 750 * 100vw);
    margin-bottom: 24px;
  }
}

#plan .flow .flow_chart li h4 {
  font-size: 4.7rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #plan .flow .flow_chart li h4 {
    font-size: calc(47 / 750 * 100vw);
  }
}
#plan .flow .flow_chart li h4 span {
  color: #740020;
  display: block;
  letter-spacing: 0.1em;
}
#plan .flow .flow_chart li h4::before,
#plan .flow .flow_chart li h4::after {
  position: absolute;
  content: "";
  display: block;
}
#plan .flow .flow_chart li:nth-of-type(1) h4::before {
  top: -190px;
  left: 50%;
  transform: translateX(-50%);
  width: 192px;
  height: 150px;
  background: url("/img/ill_flow01.svg") center/contain no-repeat;
}
@media only screen and (max-width: 750px) {
  #plan .flow .flow_chart li:nth-of-type(1) h4::before {
    top: calc(-180 / 750 * 100vw);
    width: calc(192 / 750 * 100vw);
    height: calc(150 / 750 * 100vw);
  }
}
#plan .flow .flow_chart li:nth-of-type(3) h4::before {
  top: -45px;
  right: 20px;
  width: 183px;
  height: 174px;
  background: url("/img/ill_flow03.svg") center/contain no-repeat;
}
@media only screen and (max-width: 750px) {
  #plan .flow .flow_chart li:nth-of-type(3) h4::before {
    top: calc(-45 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    width: calc(183 / 750 * 100vw);
    height: calc(174 / 750 * 100vw);
  }
}
#plan .flow .flow_chart li:nth-of-type(4) h4::before {
  top: -300px;
  left: 50%;
  transform: translateX(-50%);
  width: 337px;
  height: 240px;
  background: url("/img/ill_flow04.svg") center/contain no-repeat;
}
@media only screen and (max-width: 750px) {
  #plan .flow .flow_chart li:nth-of-type(4) h4::before {
    top: calc(-300 / 750 * 100vw);
    width: calc(337 / 750 * 100vw);
    height: calc(240 / 750 * 100vw);
  }
}
#plan .flow .flow_chart li:nth-of-type(5) h4::before {
  top: -36px;
  left: 34px;
  width: 158px;
  height: 159px;
  background: url("/img/ill_flow05.svg") center/contain no-repeat;
}
@media only screen and (max-width: 750px) {
  #plan .flow .flow_chart li:nth-of-type(5) h4::before {
    top: calc(-36 / 750 * 100vw);
    left: calc(40 / 750 * 100vw);
    width: calc(158 / 750 * 100vw);
    height: calc(159 / 750 * 100vw);
  }
}
#plan .flow .flow_chart li:nth-of-type(6) h4::before {
  top: -40px;
  left: 60px;
  width: 129px;
  height: 162px;
  background: url("/img/ill_flow06-1.svg") center/contain no-repeat;
}
@media only screen and (max-width: 750px) {
  #plan .flow .flow_chart li:nth-of-type(6) h4::before {
    top: calc(-40 / 750 * 100vw);
    left: calc(60 / 750 * 100vw);
    width: calc(129 / 750 * 100vw);
    height: calc(162 / 750 * 100vw);
  }
}
#plan .flow .flow_chart li:nth-of-type(6) h4::after {
  top: -44px;
  right: 24px;
  width: 164px;
  height: 166px;
  background: url("/img/ill_flow06-2.svg") center/contain no-repeat;
}
@media only screen and (max-width: 750px) {
  #plan .flow .flow_chart li:nth-of-type(6) h4::after {
    top: calc(-44 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    width: calc(164 / 750 * 100vw);
    height: calc(166 / 750 * 100vw);
  }
}
#plan .flow .flow_chart li:nth-of-type(7) h4 span {
  letter-spacing: 1em;
  margin-right: -1em;
}

#plan .flow .flow_chart li .explanation {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 750px) {
  #plan .flow .flow_chart li .explanation {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
#plan .flow .flow_chart li .note {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  #plan .flow .flow_chart li .note {
    font-size: calc(20 / 750 * 100vw);
  }
}

#plan .deadline {
  margin-bottom: 30px;
}
#plan .deadline .deadline_list {
  border: #231815 solid;
  border-width: 3px 0;
  padding: 20px 0;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #plan .deadline .deadline_list {
    padding: 10px 0;
    margin-bottom: 14px;
    border-width: 2px 0;
  }
}
#plan .deadline .deadline_list li {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #plan .deadline .deadline_list li {
    font-size: calc(25 / 750 * 100vw);
    margin-bottom: 6px;
  }
}
#plan .deadline .deadline_list li:last-of-type {
  margin-bottom: 0;
}
#plan .deadline .deadline_list li span {
  color: #fff;
  display: inline-block;
  background-color: #740020;
  padding: 2px 10px;
  margin-right: 8px;
}
@media only screen and (max-width: 750px) {
  #plan .deadline .deadline_list li span {
    padding: 1px 4px;
    margin-right: 4px;
  }
}
#plan .deadline .deadline_text {
  font-size: 2.3rem;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  #plan .deadline .deadline_text {
    font-size: calc(23 / 750 * 100vw);
  }
}

/*----------------------------------
contact_content
----------------------------------*/
#contact {
  margin-bottom: 230px;
  padding: 0 30px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #contact {
    margin-bottom: 120px;
    padding: 0 15px;
  }
}
#contact h2 {
  font-size: 3.4rem;
  line-height: 1.4;
  padding: 23px 30px;
  border: #231815 dashed;
  border-width: 2px 0;
  color: #D6006C;
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  #contact h2 {
    font-size: calc(34 / 750 * 100vw);
    padding: 10px 20px;
    margin-bottom: calc(50 / 750 * 100vw);
  }
}
#contact .free_list {
  width: 398px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 750px) {
  #contact .free_list  {
    width: calc(394 / 750 * 100vw); 
    margin-bottom: 30px;
  }
}
#contact .tel_info, #contact .tel_info a {
  font-size: 5rem;
  font-weight: bold;
  color: #740020;
}
@media only screen and (max-width: 750px) {
  #contact .tel_info, #contact .tel_info a {
    font-size: calc(50 / 750 * 100vw);
  }
}
#contact .tel_info {
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  #contact .tel_info {
    margin-bottom: 20px;
  }
}
#contact .tel_info span {
  font-size: 2.2rem;
  color: #231815;
  display: block;
}
@media only screen and (max-width: 750px) {
  #contact .tel_info span {
    font-size: calc(22 / 750 * 100vw);
  }
}
#contact .sns_list {
  margin-bottom: 45px;
}
@media only screen and (max-width: 750px) {
  #contact .sns_list {
    margin-bottom: 24px;
  }
}
#contact .sns_list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
#contact .sns_list ul li {
  margin : 0 25px;
}
@media only screen and (max-width: 750px) {
  #contact .sns_list ul li {
    width: calc(80 / 750 * 100vw);
    margin: 0 15px;
  }
  #contact .sns_list ul li:nth-of-type(2) {
    width: calc(100 / 750 * 100vw);
  }
}
#contact .sns_list p {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  #contact .sns_list p {
    font-size: calc(22 / 750 * 100vw);
  }
}


/*----------------------------------
campany_content
----------------------------------*/
#campany {
  padding: 0 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #campany {
    padding: 0 15px;
    margin-bottom: 8px;
  }
}
#campany h2 {
  font-size: 3.2rem;
  line-height: 1;
  padding-bottom: 16px;
  margin-bottom: 30px;
  border-bottom: #231815 solid 3px;
  text-align: center;
  font-family: "hiragino-mincho-pron", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", sans-serif;
  font-weight: bold;
  font-style: normal;
}
@media only screen and (max-width: 750px) {
  #campany h2 {
    font-size: calc(32 / 750 * 100vw);
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom-width: 2px;
  }
}
#campany dl {
  font-family: "hiragino-mincho-pron", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", sans-serif;
  font-weight: bold;
  font-style: normal;
  width: 100%;
  margin: 0 auto;
  font-size: 2.6rem;
  line-height: 1.6;
}
@media only screen and (max-width: 750px) {
  #campany dl {
    font-size: calc(26 / 750 * 100vw);
  }
}
#campany dl dt {
  float: left;
}
#campany dl dd {
  padding-left: 8em;
  margin-bottom: 18px;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  #campany dl dd {
    padding-left: 6em;
    margin-bottom: 10px;
  }
}
#campany dl dd a {
  color: #000;
}

/*----------------------------------
map
----------------------------------*/
.map {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 750px) {
  .map {
    margin-bottom: 60px;
    padding: 0 15px;
  }
}
.map iframe {
  width: 100%;
  height: 410px;
}
@media only screen and (max-width: 750px) {
  .map iframe {
    height: 210px;
  }
}

/*----------------------------------
footer
----------------------------------*/
footer {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background-color: #5F0019;
}
footer p {
  font-family: "hiragino-mincho-pron", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 2.0rem;
  color: #fff;
}

@media only screen and (max-width: 750px) {
  footer {
    padding: 10px;
  }
  footer p {
    font-size: calc(20/750*100vw);
    font-weight: normal;
  }
}

/*----------------------------------
page-scroll
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 20px;
}
#page-top span {
  display: block;
}
#page-top a {
  background-color: rgba(0,0,0,0.60);
  text-decoration: none;
  color: #fff;
  width: 70px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 2px;
}
#page-top a:hover {
  text-decoration: none;
  background: #999;
}

/*----------------------------------
form
----------------------------------*/
#form {
  width: 100%;
  margin: 40px auto;
  padding: 0 30px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #form {
    margin-top: 0;
    padding: 0 15px;
  }
}
#form h2 {
  font-size: 3.2rem;
  line-height: 1;
  padding-bottom: 16px;
  margin-bottom: 30px;
  border-bottom: #231815 solid 3px;
  text-align: center;
  font-family: "hiragino-mincho-pron", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", sans-serif;
  font-weight: bold;
  font-style: normal;
}
@media only screen and (max-width: 750px) {
  #form h2 {
    font-size: calc(32 / 750 * 100vw);
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom-width: 2px;
  }
}
#form p {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #form p {
    font-size: 1.4rem;
  }
}
#form dl {
  margin: 0 auto 20px;
}
#form dl dt {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
#form dl dt .required {
  font-size: 1.2rem;
  color: #FF0000;
  margin-left: 6px;
}
#form dl dd {
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
#form dl dd input, #form dl dd textarea {
  padding: 10px;
  border: #eee solid 2px;
  border-radius: 6px;
  margin-right: 10px;
}
#form dl dd textarea {
  width: 100%;
}

/* 確認画面 */
#form dl.confirm dt {
  border-bottom: #000 solid 1px;
  margin-bottom: 10px;
  padding-bottom: 4px;
}
#form dl.confirm dd {
  margin-bottom: 30px;
  font-size: 1.4rem;
}

/* サンクス画面 */
#form .form_thanks {
  text-align: center;
}
#form .form_thanks p {
  font-size: 2.0rem;
  line-height: 1.8;
  font-weight: bold;
}
#form .form_thanks .back a {
  font-size: 1.4rem;
  background-color: #5F0019;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
}

/* エラー画面 */
#form .error {
  margin-bottom: 40px;
}
#form .error p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #FF0000;
  margin-bottom: 20px;
}

/* インプットボタン */
#form ul {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
#form ul li input {
  display: block;
  padding: 10px;
  background-color: #5F0019;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 6px;
  transition: all 300ms;
}
#form ul li input:hover {
  opacity: 0.7;
}

/* @media only screen and (max-width: 750px) {
  #form {
    width: calc(100% - 40px);
    padding: 20px;
  }
  #form h2, #form p, #form dl, #form dl dd input {
    width: 100%;
  }
} */


