/*
Theme Name: 用品取付LP
Author: 株式会社GRACE ビジネスコンサルティング事業部
Author URI: https://gr1.jp/
Description: This theme is created by GRACE,Inc.
Version: 1.0
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
body {
  margin: 0;
  line-height: 1.1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  background-color: #FF6A00;
}
img {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: .9;
}
input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  line-height: normal;
  box-sizing: border-box;
  vertical-align: middle;
}
.inner {
  max-width: 1000px;
  padding: 70px 20px;
  margin: 0 auto;
}
.header_upper {
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  background-color: #000;
}
.logo {
  display: flex;
  align-items: center;
  color: #fff;
}
.logo img {
  width: 50px;
  margin-right: 10px;
}
.logo h1 {
  font-size: 14px;
}
.logo h1 span {
  display: block;
  font-size: 150%;
}
.header_content {
  display: grid;
  grid-template-columns: 225px 120px 280px 260px;
  gap: 10px;
  align-items: center;
}
.maker,
.payment {
  background-color: #fff;
  padding: 5px 10px;
}
.payment span {
  display: block;
  text-align: center;
  font-size: 10px;
  background-color: #4D4D4D;
  color: #fff;
  padding: 2px 0;
}
.tel {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 10px;
  color: #fff;
  border-top: solid 2px #DC2500;
  border-bottom: solid 2px #DC2500;
  padding: 8px 15px;
  align-items: center;
}
.tel b {
  font-size: 28px;
  text-align: center;
}
.tel b span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.global_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  font-weight: bold;
  background-color: #fff;
}
.global_menu a:not(:last-child){
  margin-right: 2vw;
}



#mv {
  position: relative;
}
.catch {
  position: absolute;
  bottom: 0;
  width: 70%;
  left: 50%;
  transform: translate(-50%, -10%);
}


#appeal {
  background-image: url(images/appeal-bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 50%;
}
.appeal_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px;
  max-width: 740px;
  margin: 0 auto;
}
.appeal_list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 216.66px;
  background: linear-gradient(-135deg, #000, #333);
  color: #fff;
  font-size: 20px;
}
.appeal_list li:before,
.appeal_list li:after {
  content:"";
  position: absolute;
  width: 58px;
  height: 58px;
  border-top: solid 6px #fff;
  border-left: solid 6px #fff;
}
.appeal_list li:before {
  top:-3px;
  left: -3px;
}
.appeal_list li:after {
  bottom:-3px;
  right: -3px;
  transform: rotate(180deg);
}
.appeal_list li span {
  display: contents;
  font-size: 30px;
  font-weight: 700;
  color: #FFBB00;
  margin-top: 10px;
}
.appeal_list li:nth-child(2) span{
  font-size: 50px;
}



#pricedown {
  color: #fff;
  background: url(images/pricedown-bk.jpg);
  background-size: cover;
  background-position: bottom center;
}
.pricedown_ttl {
  background: linear-gradient(-182deg, #FF6A00 0px, #FF6A00 50px, transparent 50px, transparent 100%);
}
.pricedown_ttl img {
  display: block;
  width: 600px;
  margin: 0 auto 20px;
}
.area {
  text-align: center;
  margin-bottom: 30px;
}
.area h2 {
  font-size: 30px;
}
.area h3 {
  display: inline-block;
  background: url(images/pinkline.png) 0px 0px / 10px, url(images/pinkline.png) 100% 100% / 10px;
  background-repeat: repeat-x;
  padding: 30px 10px;
  margin: 20px 0;
}
.area h3 span {
  font-size: 60px;
  color: #FF006F;
  font-weight: 900;
  font-style: italic;
}
.area p {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
#pricedown .inner {
  padding: 0px 20px;
}


.menu_list {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.menu_list li {
  background-color: #fff;
}
.menu_list li h5 {
  background-color: #333333;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.menu_list li h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #FF006F;
  line-height: 1;
  padding: 7px 0;
}
.menu_list li h6 text,
.menu_list li h6 b,
.menu_list li h6 p {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.menu_list li h6 text {
  font-size: 30px;
  margin-right: 5px;
}
.menu_list li h6 p {
  font-size: 25px;
}
.menu_list li h6 p span {
  font-size: 12px;
  display: block;
  font-weight: normal;
  color: #000;
  margin-bottom: -5px;
}

#pricedown .cons_free .inner,
#service .cons_free .inner,
#faq .cons_free .inner  {
  padding: 120px 20px;
}
.cons_free p {
  display: block;
  width: calc(100% - 450px);
  margin: 0 0 0 auto;
  text-align: center;
  line-height: 1.6;
  background-color: rgba(0, 0, 0, .6);
  padding: 35px 0;
  font-size: 20px;
  position: relative;
  color: #fff;
}
.cons_free p:before,
.cons_free p:after {
  content:"";
  position: absolute;
  width: 30px;
  height: 30px;
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
}
.cons_free p:before {
  top:-3px;
  left: -3px;
}
.cons_free p:after {
  bottom:-3px;
  right: -3px;
  transform: rotate(180deg);
}
.cons_free p img {
  width: calc(450px + 10%);
  position: absolute;
  top: 50%;
  left: -450px;
  transform: translate(0%, -50%);
}
.cons_free p span {
  font-size: 120%;
  font-weight: bold;
}
.cons_free b {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 50px;
  color: #000;
}
.cons_free b i {
  display: block;
  margin-bottom: 20px;
  font-size: 120%;
}


#cta {
  background: linear-gradient(-178deg, transparent 0px, transparent 80px, #000 60px, #000 100%);
  margin-top: -80px;
}
#cta .inner {
  padding: 0 0 50px;
  max-width: 780px;
}
#cta h2 img {
  display: block;
  height: 120px;
  width: auto;
  margin: 0 auto;
}
#cta p.cta_comment {
  display: block;
  text-align: center;
  padding: 30px 0;
  color: #fff;
}
.cta_btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.cta_btns .tel {
  display: grid;
  grid-template-columns: 37px 1fr;
  padding: 12px 15px;
}
.cta_btns .tel text {
  display: block;
  font-weight: 500;
  font-size: 18px;
}
.cta_btns .tel b {
    font-size: 40px;
}
.cta_flow {
  background: #fff;
  text-align: center;
  margin-top: 30px;
}
.cta_flow h5 {
  display: block;
  background: #959595;
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
}
.cta_flow p {
  padding: 12px 0;
  line-height: 1;
}
.cta_flow p span {
  display: block;
  font-size: 123%;
  font-weight: bold;
  margin-bottom: 10px;
}


.section_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.section_ttl h2 {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  position: relative;
  z-index: 1;
}
.section_ttl h2:before {
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 120px;
  color: #ff6a00;
  text-shadow: rgba(255,255,255,.4) 0px 0px 50px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: italic;
}

#strengths .section_ttl h2:before {
  content:"STRENGTHS";
  z-index: -1;
}
#strengths .inner {
  padding: 150px 20px;
}
#strengths .section_ttl h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#strengths .section_ttl h2 span {
  font-size: 100px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.section_ttl b.pop {
  font-size: 24px;
  display: inline-block;
  font-weight: 900;
  background-color: #FFBB00;
  padding: 10px 20px;
  transform: skewX(-13deg);
  margin-bottom: 10px;
  position: relative;
}
.section_ttl b.pop:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 3px solid transparent;
  border-top: 15px solid #FFBB00;
  border-bottom: 0;
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
}




.strengths_list {
  max-width: 690px;
  margin: 0 auto;
  padding: 70px 0 0;
}
.strengths_list li {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 100px;
}
.strengths_list li:after {
  position: absolute;
  content: "";
  width: 240px;
  height: 240px;
  border-radius: 1000px;
  z-index: -1;
}
.strengths_list li:nth-child(even) {
  justify-content: flex-end;
  padding-right: 25px;
}
.strengths_list li:nth-child(1):after {
  background: url(images/strengths01.png);
  background-size: cover;
}
.strengths_list li:nth-child(2):after {
  background: url(images/strengths02.png);
  background-size: cover;
}
.strengths_list li:nth-child(3):after {
  background: url(images/strengths03.png);
  background-size: cover;
}
.strengths_list li:nth-child(odd):after {
  top: -70px;
  right: 0;
}
.strengths_list li:nth-child(even):after {
  top: -70px;
  left: 0;
}
.strengths_list li text {
  font-size: 50px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FF6A00;
  background-color: #fff;
  display: flex;
  width: 90px;
  height: 90px;
  align-items: center;
  justify-content: center;
  border-radius: 90px 90px 0px 90px;
  margin-right: 30px;
}
.strengths_list li h5 {
  font-size: 36px;
  font-weight: 900;
}
.strengths_list li h5 span {
  font-size: 24px;
  display: block;
}
.strengths_list li h5 b {
  font-size: 50px;
  -webkit-text-stroke: #FF6A00 .15em;
  paint-order: stroke;
  text-shadow: none;
}
.strengths_list li h5 i{
  display: block;
  font-size: 14px;
  margin-top: 5px;
  font-style: normal;
}



#worries {
  background-color: #fff;
  background-image: url(images/worries-bk.png);
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
#worries .inner {
  padding: 70px 20px 150px;
}
#worries .section_ttl h2 {
  color: #000;
  padding-top: 40px;
}
#worries .section_ttl h2:before {
  content: "WORRIES?";
  z-index: -1;
  color: #fff;
  text-shadow: rgba(0,0,0,.2) 0px 0px 50px;
  top: 0%;
  transform: translate(-50%, 0%);
}
#worries .section_ttl h2 b {
  display: inline-block;
  color: #FF6A00;
  font-style: italic;
  font-size: 40px;
  border-bottom: double 7px;
  margin-top: 5px;
  padding-bottom: 5px;
}
#worries .section_ttl h2 text {
  font-size: 24px;
  font-style: italic;
}
.worries-ttl {
  width: 721px;
  margin: -110px auto;
  display: inline;
}
.worries_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.worries_list li {
  width: 49%;
  padding: 20px;
  color: #fff;
  font-size: 20px;
  border-radius: 6px;
  margin-bottom: 4%;
  position: relative;
}
.worries_list li:nth-child(odd) {
  background-color: #000;
}
.worries_list li:nth-child(even) {
  background-color: #4B4B4B;
  margin-left: 2%;
}
.worries_list li span {
  font-size: 120%;
  color: #FFBB00;
  font-weight: 700;
}
.worries_list li p {
  text-align: left;
  line-height: 140%;
}
.worries_list li text {
  display: block;
  text-align: right;
  margin-top: 10px;
  font-size: 16px;
}
.worries_list li:before {
  content: "";
  width: 56.29px;
  height: 27.29px;
  display: block;
  position: absolute;
  bottom: -27.29px;
}
.worries_list li:nth-child(odd):before {
  background: url(images/worries_list_odd.png);
  background-size: cover;
  left: 50px;
}
.worries_list li:nth-child(even):before {
  background: url(images/worries_list_even.png);
  background-size: cover;
  right: 50px;
}

#midium_catch {
  background-color: #000;
}
#midium_catch .inner {
  max-width: 780px;
  padding: 0px 20px;
  align-items: center;
  position: relative;
}
#midium_catch .inner h2 {
  color: #fff;
  font-size: 36px;
  padding: 40px 0;
  line-height: 1.2;
  position: relative;
}
#midium_catch .inner h2:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 36px solid transparent;
  border-left: 36px solid transparent;
  border-bottom: 69px solid #000000;
  border-top: 0;
  display: inline-block;
  position: absolute;
  top: -69px;
  left: calc(50% - 36px);
}
#midium_catch .inner h2 b {
  color:#FF6A00;
  font-size: 50px;
}
#midium_catch .inner img {
  width: 252px;
  position: absolute;
  bottom: 0;
  right: 0;
}


#comparison {
  background-image: url(images/comparison-bk.jpg);
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 100px));
  padding-bottom: 150px;
}
.comparison_list {
  display: grid;
  grid-template-columns: 1fr 20px 1fr;
  gap: 30px;
  align-items: center;
}
.comparison_list_child {
  background-color: #fff;
  border: solid 3px;
  border-radius: 6px;
}
.comparison_list_child.left {
  border-color: #000;
}
.comparison_list_child.right {
  border-color: #FF006F;
}
.comparison_list_child b {
  font-size: 24px;
  text-align: center;
  display: block;
  padding: 15px 0;
  color: #ffff;
}
.comparison_list_child.left b {
  background-color: #000;
}
.comparison_list_child.right b {
  background-color: #FF006F;
}
.comparison_list_child p {
  padding: 30px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.comparison_list_child.left p {
  background-image: url(images/union.png);
  background-size: 40%;
}
.comparison_list_child.right p {
  background-image: url(images/circle.png);
  background-size: 50%;
}
.comparison_list_child p span {
  display: flex;
  font-size: 20px;
  line-height: 1.4;
}
.comparison_list_child p span:not(:last-child) {
  margin-bottom: 20px;
}
.comparison_list_child.right p span text {
  color: #FF006F;
}



#service,
#faq {
  background: url(images/service-bk.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#service .inner {
  padding: 0 20px 70px;
  margin-top: -50px;
}
#service .section_ttl h2 {
  margin-top: 30px;
}
#service .section_ttl h2:before {
  content: "SERVICE";
  z-index: -1;
}
.service_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service_list li {
  width: 48%;
  margin-bottom: 4%;
  position: relative;
}
.service_list li:nth-child(even) {
  margin-top: 55px;
}
.service_list li img.service_listvis {
  clip-path: polygon(0% 0%, 100% 50px, 100% 100%, 0% calc(100% - 50px));
}
.service_list li b {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  width: 80%;
  padding: 60px 0;
  text-align: center;
  left: 10%;
  top: 15px;
}
.service_list li b:before,
.service_list li b:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
}
.service_list li b:after {
  bottom: 0px;
  right: 0px;
  transform: rotate(180deg);
}
.service_list li b:before {
  top: 0px;
  left: 0px;
}
.service_list li p {
  font-size: 18px;
  color: #FFBB00;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px 40px;
  line-height: 1.4;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.service_list li .caution {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 15px;
  font-size: 14px;
}
.service_list li .caution text {
  display: block;
  line-height: 1.2;
}

#voice .section_ttl h2 {
  margin-bottom: 100px;
}
#voice .inner {
    padding: 150px 20px;
}
#voice .section_ttl h2:before {
    content: "VOICE";
    z-index: -1;
}
.voice_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.voice_list li {
  background-color: #fff;
  padding: 20px;
  text-align: left;
  border-radius: 6px;
}
.voice_list_child {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  align-items: center;
}
.voice_list_child b text {
  font-weight: 500;
  font-size: 14px;
}
.voice_list_child b span {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 2px;
  width: 100px;
  align-items: center;
  margin-top: 5px;
}
.voice_list_child b span i {
  width: 18px;
  height: 18px;
  display: block;
  background-image: url(images/star.png);
  background-size: cover;
}
.voice_list_child b span i.gray {
  filter: grayscale(1);
  opacity: .7;
}
.voice_list li h6 {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}
.voice_list li p {
  font-size: 14px;
  line-height: 180%;
}


#works {
  background-color: #000;
  background-image: url(images/works-bk2.png), url(images/works-bk.png);
  background-position: 100% 80%, 0% 0%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  padding: 300px 0 130px;
}
#works .section_ttl,
#contact_form .section_ttl{
  margin-bottom: 50px;
}
#works .section_ttl h2,
#contact_form .section_ttl h2 {
  margin-top: 30px;
}
#works .section_ttl h2:before {
    content: "WORKS";
    z-index: -1;
    color: #000000;
}
.sub_text {
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 160%;
  font-weight: normal;
  margin-bottom: 30px;
}
#works .inner {
    max-width: 820px;
}
.works_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.works_list li {
  background-color: #fff;
  border: solid 2px #FF6A00;
  padding: 20px;
  border-radius: 6px;
}
.works_list li .works_list_info {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 5px 10px;
  align-items: center;
  margin: 10px 0;
}
.works_list li .works_list_info b {
  background-color: #FFBB00;
  text-align: center;
  padding: 12px 0;
}
.works_list li .works_list_info p {
  font-size: 16px;
  line-height: 140%;
}

.works_list li p {
  font-size: 14px;
  line-height: 180%;
}

#news {
  background-color: #fff;
  clip-path: polygon(0% 130px, 100% 0%, 100% calc(100% - 130px), 0% 100%);
  padding: 130px 0;
  margin-top: -130px;
}
#news .inner {
  max-width: 820px;
}
#news .section_ttl h2 {
  color: #000;
  margin-bottom: 50px;
}
#news .section_ttl h2:before {
  content: "NEWS";
  z-index: -1;
  color: #fff;
}
#news .section_ttl h2:before {
  text-shadow: rgba(0,0,0,.2) 0px 0px 50px;
}
#news .sub_text {
  color: #000;
}
.news_list li {
  border-top: solid 1px #DCDCDC;
  padding: 30px 0;
}
.news_list h6 {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.news_list h6 span {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  color: #FF6A00;
}
.news_list h6 text {
  background-color: #4B4B4B;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 1000px;
  margin-left: 10px;
}
.news_list_info {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  align-items: center;
}
.news_list_info_child h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.news_list_info_child p {
  font-size: 14px;
  line-height: 180%;
}



#ourarea .inner {
  max-width: 820px;
}
#ourarea .section_ttl h2 {
  margin-bottom: 50px;
}
#ourarea .section_ttl h2:before {
  content: "OURAREA";
  z-index: -1;
}
.ourarea_info {
  display: block;
  text-align: center;
  line-height: 1.8;
  background-color: rgba(0, 0, 0, .6);
  padding: 35px;
  font-size: 16px;
  position: relative;
  color: #fff;
}
.ourarea_info:before,
.ourarea_info:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: solid 3px #fff;
    border-left: solid 3px #fff;
}
.ourarea_info:before {
    top: -3px;
    left: -3px;
}
.ourarea_info:after {
    bottom: -3px;
    right: -3px;
    transform: rotate(180deg);
}
.ourarea_info b {
  display: block;
  font-size: 18px;
  color: #FFBB00;
}



#access .inner {
  position: relative;
}
#access .inner img {
  width: 414px;
  position: absolute;
  top: 10px;
  left: calc(50% - 207px);
}
#access .inner iframe {
  width: 100%;
}
#access .inner h6 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: block;
  line-height: 160%;
  margin-top: 15px;
}


#faq .section_ttl h2 {
  margin-bottom: 50px;
}
#faq .section_ttl h2:before {
  content: "FAQ";
  z-index: -1;
}
.faq_list {
  background-color: #fff;
  padding: 40px 25px;
  border-radius: 6px;
}
.faq_list li {
  padding: 20px 0;
}
.faq_list li:not(:last-child) {
  border-bottom: solid 1px #DCDCDC;
}
.faq_list li b {
  font-weight: 500;
  margin-bottom: 10px;
}
.faq_list li b,
.faq_list li p {
  display: flex;
  align-items: center;
}
.faq_list li b:before,
.faq_list li p:before {
  font-size: 26px;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-right: 10px;
}
.faq_list li b:before {
  content:"Q.";
  color: #FF6A00;
}
.faq_list li p:before {
  content:"A.";
  color: #FFBB00;
}




footer {
  background-color: #333333;
  color: #fff;
}
.toplink {
  display: block;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  font-weight: 700;
  font-size: 14px;
}
.toplink:hover {
  background-color: #444;
}
.toplink img {
  display: block;
  width: 11px;
  margin: 0 auto 10px;
}

footer .inner {
  display: grid;
  grid-template-columns: 400px 1fr 1fr;
}
.ftlogo {
  color: #fff;
}
.ftlogo img {
  display: block;
  width: 68px;
  margin: 0 auto 10px;
}
.ftlogo h1 {
  font-size: 24px;
  display: block;
  text-align: center;
}
.ftlogo h1 span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.footer_address p {
  font-size: 18px;
  text-align: center;
  line-height: 140%;
  padding: 20px 0;
}
.address_link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.address_link img {
  width: 34px;
  margin-left: 20px;
}
p.copy {
  text-align: center;
  font-size: 12px;
  margin-top: 50px;
}
.footer_menu a {
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
}
.footer_menu a:last-child {
  margin-bottom: 0px;
}
.footer_menu a:before {
  content: "";
  background-color: #FF6A00;
  display: inline-block;
  height: 1px;
  width: 15%;
  margin-right:7%;
}
.footer_menu a.child {
  font-size: 14px;
  margin-left: 22%;
}
.footer_menu a.child:before {
  background-color: #FFBB00;
}

#contact_form {
  background-color: #000;
}
#contact_form .section_ttl h2:before {
  content: "CONTACT";
  z-index: -1;
  color: #000;
}
#contact_form .section_ttl b.pop {
  color: #000;
}
#contact_form form {
  max-width: 780px;
  margin: 0 auto;
}
#contact_form form .form_child {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 6px;
}
#contact_form form table,
#contact_form form table tbody {
  width: 100%;
  text-align: left;
  display: block;
}
#contact_form form table tr {
  margin-bottom: 30px;
  display: block;
}
#contact_form form table tr th {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
#contact_form form table tr th:before {
  content: "任意";
  font-size: 10px;
  text-align: center;
  padding: 5px 0;
  color: #DCDCDC;
  background-color: #4B4B4B;
}
#contact_form form table tr.must th:before {
  content: "必須";
  color: #FF006F;
  background-color: #FFDFED;
}
#contact_form form table tr td {
  display: block;
}
#contact_form form table tr td.fileups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
#contact_form form table tr td.fileups span {
  display: none;
}
#contact_form form table tr td.fileups input{
  font-size: 12px;
}
#contact_form form input[type="text"],
#contact_form form input[type="email"],
#contact_form form textarea {
  background-color: #DCDCDC;
  font-size: 12px;
  padding: 10px;
  width: 100%;
  color: #4b4b4b;
}
#contact_form form input[type="checkbox"]{
  background-color: #D9D9D9;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 1px #000;
}
#contact_form form input[type="checkbox"]:checked {
  background-image: url(images/check.png);
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  background-color: #000;
}
#contact_form form input[type="submit"] {
  background-color: #2DA900;
  display: block;
  width: 355px;
  height: 63px;
  background-image: url(images/sendbtn.png);
  background-position: center;
  background-size: 175px;
  background-repeat: no-repeat;
  border-radius: 6px;
  box-shadow: #007D0F 0px 7px 0px;
  margin: 0 auto;
}
.policy_txt {
  color: #fff;
  text-align: center;
  padding: 50px 0;
}
.policy_txt a {
  color: #fff;
  text-decoration: underline;
}
.form_att {
  color: #FFBB00;
  text-align: center;
  line-height: 140%;
  margin-top: 50px;
}
.form_att img {
  width: 50px;
  display: block;
  margin: 0 auto 20px;
}
#fixed_btn {
  display: none;
}
.thanks_txt {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
.thanks_txt strong {
  font-size: 30px;
  font-weight: 900;
  color: #FF6A00;
  line-height: 1.2;
}
.thanks_txt p {
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.4;
}
.thanks_txt a {
  text-decoration: underline;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media screen and (max-width:1230px) {
  #fixed_btn {
    display: grid;
    grid-template-columns: 280px 280px;
    background: linear-gradient(180deg, transparent 0px, transparent 10px, black 10px, black 100%);
    gap: 0;
    justify-content: center;
    padding: 0px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .fixed_top {
    position: absolute;
    top: -60px;
    right: 3%;
    width: 50px;
  }
  .header_content {
    grid-template-columns: 225px 120px;
  }
  .header_content .tel,
  .header_content .mitsumori_btn {
    display: none;
  }


}

@media screen and (max-width:920px) {
  .cons_free p {
    display: block;
    width: 100%;
  }
  .cons_free p img {
    width: 400px;
    position: absolute;
    top: -100px;
    left: calc(50% - 200px);
    transform: inherit;
  }
}


@media screen and (max-width:768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .header_content {
    display: none;
  }
  .logo img {
    width: 40px;
  }
  .sub_text {
    font-size: 14px;
  }
  .header_upper {
    padding: 7px 15px;
  }
  .global_menu {
    display: none;
  }
  .catch {
    bottom: 20px;
    width: 100%;
    left: 0%;
    transform: inherit;
  }
  .inner {
    padding: 20px 10px;
  }
  .appeal_list {
    gap: 10px;
  }
  .appeal_list li:before,
  .appeal_list li:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: solid 3px #fff;
    border-left: solid 3px #fff;
  }
  .appeal_list li:before {
    top: -1.5px;
    left: -1.5px;
  }
  .appeal_list li:after {
    bottom: -1.5px;
    right: -1.5px;
  }
  .appeal_list li {
    height: 110px;
    font-size: 14px;
  }
  .appeal_list li span {
    font-size: 18px;
  }
  .appeal_list li:nth-child(2) span {
    font-size: 24px;
  }
  .pricedown_ttl {
    background: linear-gradient(-188deg, #FF6A00 0px, #FF6A00 70px, transparent 70px, transparent 100%);
    padding-top: 30px;
  }
  .pricedown_ttl img {
    display: block;
    width: calc(100% - 20px);
    margin: 0 auto 20px;
  }
  .area {
    margin: -30px auto 30px;
  }
  .area h2 {
    font-size: 24px;
  }
  .area h3 {
    width: 90%;
    padding: 20px 10px;
  }
  .area h3 span {
    font-size: 46px;
  }
  .area p {
    font-size: 20px;
  }
  .menu_list {
    width: 90%;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .menu_list li h5 {
    font-size: 14px;
  }
  .menu_list li h6 {
    font-size: 34px;
  }
  .cons_free p {
    padding: 20px 0;
    font-size: 16px;
  }
  .cons_free p img {
    width: 265px;
    top: -70px;
    left: calc(50% - 132px);
  }
  #pricedown .cons_free .inner,
  #service .cons_free .inner,
  #faq .cons_free .inner {
    padding: 180px 20px 100px;
  }
  .cons_free b {
    font-size: 16px;
    margin-top: 15px;
  }
  .cons_free b i {
    font-size: 16px;
  }
  #pricedown {
  }
  #cta {
    background: linear-gradient(-169deg, transparent 0px, transparent 80px, #000 80px, #000 100%);
    margin-top: -82px;
    padding: 45px 10px 0;
  }
  #cta h2 img {
    height: auto;
    width: 90%;
  }
  #cta p.cta_comment {
    padding: 20px 0;
    font-size: 14px;
    line-height: 180%;
  }
  .cta_btns {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .cta_btns .tel {
    grid-template-columns: 1fr;
    padding: 0;
    border: none;
  }
  .cta_flow {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 59px 1fr;
    align-items: center;
  }
  .cta_flow h5 {
    writing-mode: vertical-rl;
    align-content: center;
    font-size: 16px;
  }
  .cta_flow p {
    padding: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 140%;
  }
  .cta_flow p span {
    font-size: 16px;
    margin-bottom: 0px;
  }

  #strengths .inner {
    padding: 100px 10px;
  }
  .section_ttl b.pop {
    font-size: 16px;
  }
  .section_ttl h2 {
    font-size: 32px;
  }
  .section_ttl h2:before {
    font-size: 80px;
  }
  #strengths .section_ttl h2 span {
    font-size: 80px;
  }
  .strengths_list {
    padding: 0;
  }
  .strengths_list li {
    margin-bottom: 40px;
  }
  .strengths_list li:after {
    width: 100px;
    height: 100px;
  }
  .strengths_list li h5 {
    font-size: 18px;
  }
  .strengths_list li h5 b {
    font-size: 34px;
  }
  .strengths_list li h5 i {
    font-size: 10px;
  }
  .strengths_list li h5 span {
    font-size: 18px;
  }
  .strengths_list li text {
    font-size: 24px;
    width: 39px;
    height: 39px;
    margin-right: 20px;
  }
  .strengths_list li:nth-child(odd):after,
  .strengths_list li:nth-child(even):after {
    top: -20px;
  }
  #worries .inner {
    padding: 20px 10px 120px;
  }
  .worries-ttl {
    width: 90%;
    margin: -40px auto;
    display: inline;
  }
  #worries .section_ttl h2 {
    font-size: 26px;
  }
  #worries .section_ttl h2 text {
    font-size: 16px;
  }
  #worries .section_ttl h2 b {
    font-size: 26px;
  }
  .worries_list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .worries_list li:nth-child(even) {
    margin-left: 0;
  }
  .worries_list li p {
    font-size: 18px;
  }
  .worries_list li text {
    font-size: 14px;
  }
  #midium_catch .inner h2:before {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 40px solid #000000;
    top: -40px;
    left: calc(50% - 20px);
  }
  #midium_catch .inner h2 {
    font-size: 20px;
    padding: 15px 0;
    line-height: 1.4;
    z-index: 1;
    -webkit-text-stroke: #000 .4em;
    paint-order: stroke;
    text-shadow: none;
    letter-spacing: 3px;
  }
  #midium_catch .inner h2 b {
    font-size: 26px;
  }
  #midium_catch .inner img {
    width: 161px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
  #comparison {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% calc(100% - 60px));
    background-size: cover;
    padding-bottom: 100px;
  }
  .comparison_list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .comparison_list img.arrow2 {
    width: 92px;
    margin: 0 auto;
  }
  #service .inner {
    padding: 0px;
    margin-top: -50px;
  }
  #service .section_ttl h2 {
    margin-top: 15px;
  }
  .service_list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .service_list li b {
    width: 90%;
    padding: 40px 0;
    left: 5%;
  }
  .service_list li p {
    padding: 20px;
  }
  .service_list li:nth-child(even) {
    margin-top: 0px;
  }
  .service_list li .caution {
    font-size: 14px;
    width: 100%;
    padding: 0 10px;
    margin: 20px auto 0;
    grid-template-columns: 38px 1fr;
    gap: 10px;
  }
  #voice .section_ttl h2 {
    margin-bottom: 50px;
  }
  #voice .inner {
    padding: 80px 10px 0;
  }
  .voice_list {
    grid-template-columns: 1fr;
  }
  #works {
    padding: 80px 0 130px;
  }
  #works .section_ttl {
    margin-bottom: 40px;
  }
  #works .sub_text {
    text-align: left;
  }
  .works_list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #news {
    clip-path: polygon(0% 60px, 100% 0%, 100% calc(100% - 60px), 0% 100%);
    padding: 130px 0 60px;
  }
  #news .inner {
    padding: 0px 20px;
  }
  #news .sub_text {
    color: #000;
    text-align: left;
  }

  .news_list li {
    padding: 20px 0;
  }
  .news_list li p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 180%;
  }
  .news_list_info {
    grid-template-columns: 90px 1fr;
    gap: 10px;
  }


  #ourarea .inner {
    padding: 50px 20px;
  }
  #ourarea .sub_text {
    text-align: left;
  }
  .ourarea_info {
    padding: 35px 20px;
  }
  #access {
    margin-bottom: 50px;
  }
  #access .inner {
    padding: 20px;
  }
  #access .inner img {
    width: 220px;
    top: -10px;
    left: calc(50% - 110px);
  }
  #access .inner iframe {
    height: 237px;
  }
  #access .inner h6 {
    font-size: 18px;
    line-height: 140%;
    margin-top: 10px;
    text-align: left;
  }
  #contact_form form .form_child {
    padding: 40px 15px;
  }
  #contact_form form table tr {
    margin-bottom: 15px;
  }
  #contact_form form table tr th {
    margin-bottom: 5px;
  }
  #contact_form form table tr td.fileups {
    gap: 10px 0px;
  }
  #contact_form form table tr td.fileups input {
    font-size: 10px;
  }
  .policy_txt {
    padding: 30px 0;
    line-height: 180%;
  }
  #contact_form form input[type="submit"] {
    width: 100%;
    height: 68px;
    background-size: 200px;
  }
  .form_att {
    width: 90%;
    margin: 50px auto 0;
    font-size: 16px;
  }
  #contact_form .inner {
    padding: 20px 10px 50px;
  }
  footer .inner {
    gap: 30px;
    grid-template-columns: 1fr;
    padding-bottom: 150px;
  }
  .footer_left {
    border-bottom: solid 1px #fff;
    padding-bottom: 50px;
  }
  .footer_menu a:before {
    width: 30px;
    margin-right: 20px;
  }
  .footer_menu a.child {
    margin-left: 50px;
  }
  #fixed_btn {
    grid-template-columns: 1fr 1fr;
    background: none;
  }
  .fixed_top {
    position: absolute;
    top: -38px;
    right: 5px;
    width: 38px;
  }

  .hummenu_box {
    position: fixed;
    top: 64px;
    left: 0;
    z-index: 10;
    background-color: #fff;
    color: #000;
    height: 0vh;
    overflow-y: scroll;
    transition: .3s;
  }
  input[type="checkbox"]#hummenu:checked ~ .hummenu_box {
    height: calc(100vh - 64px);
  }
  .hummenu_box_child {
    padding: 20px;
  }
  .hummenu_box .maker,
  .hummenu_box .payment {
    padding: 5px 0;
  }
  .hummenu_box .payment {
    margin-bottom: 30px;
  }
  .hummenu_box .footer_menu a {
    color: #000;
  }
  .hummenu_box .footer_menu a:last-child {
    margin-bottom: 20px;
  }
  .hummenu_box .inner{
    background: linear-gradient(-169deg, transparent 0px, transparent 80px, #000 80px, #000 100%);
    margin-top: 0;
    padding: 50px 10px 100px;
  }
  .hummenu_box .inner .cta_comment{
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    line-height: 180%;
  }
  .header_upper label {
    position: fixed;
    z-index: 2;
    top: 20px;
    right: 15px;
    width: 37px;
    height: 20px;
  }
  .header_upper label:after {
    display: block;
    font-size: 11px;
    color: #fff;
    bottom: -15px;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center;
  }
  .header_upper label i {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fff;
    transition: .8s;
  }
  .header_upper label i:before,
  .header_upper label i:after {
    content:"";
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    background-color: #fff;
    left: 0;
  }
  .header_upper label i:before {
    top: 10px;
  }
  .header_upper label i:after {
    top: 20px;
  }
  input[type="checkbox"]#hummenu:checked ~ label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  input[type="checkbox"]#hummenu:checked ~ label:after {
    content: "閉じる";
  }
  input[type="checkbox"]#hummenu:checked ~ label i {
    transform: rotate(30deg);
  }
  input[type="checkbox"]#hummenu:checked ~ label i:before {
    opacity: 0;
  }
  input[type="checkbox"]#hummenu:checked ~ label i:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(120deg);
  }
  .thanks_txt {
    border-radius: 6px;
    padding: 30px 20px;
  }
  .thanks_txt strong {
    font-size: 24px;
  }
  .thanks_txt p {
    font-size: 14px;
  }



}
