@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  line-height: 1;
}
html {
  scroll-behavior: smooth;
}
html,body {
  overflow-x: hidden;
}
body {
  font-family: "Zen Antique", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #64CEF5;
}
img {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}
input[type="text"],
input[type="email"],
textarea,
select {
  appearance: none;
  outline: none;
  background-color: #fff;
  width: 100%;
  border: solid 1px #96C1C9;
  padding: 10px 14px;
  border-radius: 5px;
  box-shadow: #96C1C9 0px 2px 0px;
  background-color: #F5FCFF;
  font-size: 16px;
}
select {
  background: #F5FCFF url(../img/select.png) 97% center / 5px no-repeat;
}
.zenkaku{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.waterfall {
  font-family: "Waterfall", cursive;
  font-weight: 400;
  font-style: normal;
}
.pconly {display: none !important;}
.sponly {display: block !important;}


.thanks_txt{
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.thanks_txt h6 {
  font-size: 18px;
  text-align: center;
  letter-spacing: -1px;
  color: #ff5902;
}
.thanks_txt p {
  font-size: 12px;
  text-align: center;
  line-height: 1.4;
}


@media screen and (min-width:768px) {
  .pconly {display: block !important;}
  .sponly {display: none !important;}
  .thanks_txt {
    border-radius: 20px;
    padding: 50px 20px;
  }
  .thanks_txt h6 {
    font-size: 38px;
  }
  .thanks_txt p {
    font-size: 18px;
    margin-top: 20px;
  }
}
header {
  background-color: #68d1f4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 15px 0;
  color: #fff;
}
header h4  {
  display: flex;
  align-items: center;
}
header h4 img {
  width: 90px;
  margin-right: 10px;
}
marquee {
  display: block;
  padding: 10px 0 0;
  background-color: #68d1f4;
}
marquee h1 {
  font-size: 10px;
  font-weight: normal;
  color: #ffffff;
  font-family: system-ui;
}
.inner {
  padding: 50px 15px;
}

#mv {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.mv_catch {
  position: absolute;
  text-align: center;
  width: 100%;
  padding-top: 15px;
  color: #fff;
  text-shadow: #287786 1px 2px 10px;
  font-size: 20px;
  line-height: 1.2;
}
.mv_catch span {
  font-size: 170%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv_catch span text {
  font-size: 160%;
  color: #FFFF05;
  letter-spacing: -2px;
  margin: 0 3px;
}






#cv_form {
  background-color:#FF5800;
}
.cv_form_catch {
  margin: -150px 0 5px;
  position: relative;
  z-index: 1;
}
.campaign_price h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.campaign_price_label {
  width: 75px;
  height: 75px;
  color: #FF5800;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 900;
  border: solid 4px #FF5800;
  box-shadow: #fff 0px 0px 0px 1px;
}
.campaign_price_info {
  display: flex;
  width: calc(100% - 90px);
  flex-wrap: wrap;
  align-items: flex-end;
}
.campaign_price_info small {
  display: block;
  width: 100%;
  font-size: 20px;
}
.campaign_price_info large {
  font-size: 85px;
  font-style: italic;
  letter-spacing: -3px;
  color: #FFF505;
  margin-left: -10px;
}
.campaign_price_info large text {
  font-size: 50%;
}
.campaign_price_info span {
  display: inline-block;
  font-size: 10px;
  margin: 0 0 12px 5px;
}
.campaign_price_info span text {
  display: block;
  font-size: 30px;
}
.campaign_price h3 p {
  font-size: 22px;
  text-align: center;
  display: block;
  width: 100%;
}
.freetext {
  display: block;
  padding: 30px 0;
}
.cvform_area {
  background-color: #fff;
  padding: 30px 15px;
  border-radius: 20px;
}
#cv_form form h3 {
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
#cv_form form h3 span {
  font-size: 170%;
  color: #FFF505;
  margin: 0 1px;
  position: relative;
}
#cv_form form h3 span:before {
  content: "";
  position: absolute;
  background: url(../img/y-txtpick.png);
  width: 20px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -8px;
  left: -12px;
}
.cvform_area h5 {
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  letter-spacing: -.8px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cvform_area h5 span {
  font-size: 200%;
  font-style: italic;
  color: #F84D16;
  margin: 0 2px;
}

form table tr th {
  width: 90px;
  text-align: left;
  font-size: 10px;
  color: #0E6A7B;
}
form table tr th,
form table tr td {
  padding-bottom: 10px;
}
form table tr th.must:after {
  content: "※";
  font-size: 10px;
  color: red;
}

input[name="sendbtn"]{
  padding: 20px 0px;
  background: url(../img/sendbtn.png) 20px center / 22px no-repeat, radial-gradient(farthest-corner at 30% 30%, #FFBD08, #FB520D);
  width: 250px;
  font-size: 18px;
  color: #fff;
  font-family: serif;
  border: none;
  font-weight: bold;
  border-radius: 10000px;
  margin: 0 auto;
  display: block;
}


#price {
  background: url(../img/pricebk.png) #64CEF5;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0% 0%, 50% 30px, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -30px;
}
.price_service_list {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.price_service_list li {
  width: 32%;
  background-color: #027FCE;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 0;
  border-radius: 5px;
  font-size: 16px;
}
.price_service_list li:before {
  content: "";
  background: url(../img/check-icon.png);
  width: 17px;
  height: 17px;
  margin-right: 3px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.price_info {
  margin-bottom: 30px;
  position: relative;
}
.price_info b {
  background: linear-gradient(180deg, #FCCC00, #FC0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: #fff 3px;
  paint-order: stroke;
  text-shadow: none;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: -6px;
  top: 9%;
  left: 11%;
  position: absolute;
  font-family: 'Roboto';
  transform: skewX(-10deg);
}
.mitsumori_info_child {
  position: relative;
}
.mitsumori_info_child b {
  background: linear-gradient(180deg, #FCCC00, #FC0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: #fff 2px;
  paint-order: stroke;
  text-shadow: none;
  font-size: 41px;
  font-weight: 900;
  letter-spacing: -2px;
  bottom: 106px;
  left: 110px;
  position: absolute;
  font-family: 'Roboto';
  transform: skewX(-10deg);
}

#works {
  background: url(../img/works-bk.jpg);
  background-size: cover;
}
.works_ttl {
  margin-bottom: 30px;
}
#works ul li {
  position: relative;
  text-align: center;
}
#works ul li img {
  border-radius: 30px;
  border: solid 4px #fff;
}
#works ul li:after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../img/workslabel.png);
  background-size: cover;
  display: block;
  position: absolute;
  bottom: 85px;
  left: 10px;
}
#works ul li h4 {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  background-color: #0A7096;
  padding: 10px 0;
  width: 80%;
  position: relative;
  top: -24px;
  border: solid 4px #fff;
}
#works ul li h4 span {
  color: #FFF603;
}


.area_ttl {
  text-align: center;
  font-size: 30px;
  padding: 100px 0 0;
  background: url(../img/area.jpg);
  background-size: cover;
  color: #fff;
}
.area_ttl span {
  display: block;
  position: relative;
  bottom: -15px;
}
.area_ttl span text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  font-size: 50px;
  background-color: #FE5604;
  border-radius: 7px;
  margin: 0 3px;
}
#area .inner {
  padding: 40px 15px;
  background-color: #F8FFE8;
}
#area h3 {
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
}
#area h3 span {
  display: inline-block;
  font-size: 150%;
  color: #12A3DE;
  background: linear-gradient(180deg, transparent 50%, #FEF604 50%, #FEF604 100%);
  padding: 0px 5px 5px;
}
#area p {
  font-size: 14px;
  line-height: 1.5;
}
#area p b {
  display: block;
  width: 150px;
  margin: 15px auto 10px;
  text-align: center;
  background-color: #FE5604;
  color: #fff;
  padding: 10px 0;
  border-radius: 10000px;
  font-size: 16px;
}



#concerns {
  background: url(../img/tree2.png) 100% 100px / 110px, url(../img/tree1.png) -30px 110px / 100px, url(../img/concerns-bk.jpg) bottom center / cover;
  background-repeat: no-repeat;
}
#concerns .inner {
  padding: 50px 15px 210px;
}
.concerns_ttl {
  text-align: center;
  font-size: 30px;
  position: relative;
  transform: rotate(-3deg);
}
.concerns_ttl span {
  font-size: 130%;
  color: #F24323;
}
.concerns_ttl:before,
.concerns_ttl:after {
  content:"";
  position: absolute;
}
.concerns_ttl:before {
  width: 60px;
  height: 63px;
  background: url(../img/concerns-acc1.png);
  background-size: cover;
  background-position: bottom center;
  top: -30px;
  left: 0;
}
.concerns_ttl:after {
  width: 30px;
  height: 40px;
  background: url(../img/concerns-acc2.png);
  background-size: cover;
  background-position: bottom center;
  top: 5px;
  right: 20px;
}
.concerns_list {
  margin-top: 50px;
}
.concerns_list li {
  margin-bottom: 20px;
  font-size: 18px;
}
.concerns_list li span {
  color: #F24323;
}
.concerns_list li:nth-child(1) {
  margin-left: 5%;
}
.concerns_list li:nth-child(2) {
  text-align: right;
  margin-right: 5%;
}
.concerns_list li:nth-child(3) {
  margin-left: 5%;
}
.concerns_list li:nth-child(4) {
  text-align: right;
  margin-right: 5%;
}
.concerns_list li:nth-child(5) {
  margin-left: 10%;
}




#trust {
  background: linear-gradient(180deg, #20D7EF, #C8F844);
  clip-path: polygon(0% 0%, 50% 30px, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -30px;
}
#trust .inner {
  padding: 50px 15px 130px;
}
.trust_list_ttl {
  text-align: center;
  color: #fff;
  font-size: 34px;
  text-shadow: rgba(0, 0, 0, .16) 0px 3px 10px;
}
.trust_list_ttl span {
  display: block;
  font-size: 20px;
  background-color: #076272;
  padding: 10px 0;
  border-radius: 10000px;
  margin-bottom: 5px;
}
.trust_list_ttl b {
  font-size: 160%;
  color: #FFF603;
}
.trust_list_ttl text {
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  padding: 15px;
  background: #FE5604;
  border-radius: 10000px;
  font-size: 130%;
  text-shadow: none;
  margin-top: 5px;
  margin-left: -10px;
}
.trust_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.trust_list li {
  width: 48%;
  background-color: #fff;
  margin-top: 35px;
  padding: 0 0 15px;
  text-align: center;
}
.trust_list li img {
  height: 80px;
  width: auto;
  margin: -25px auto 10px;
  display: block;
}
.trust_list li p {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.1;
  color: #076272;
  position: relative;
  z-index: 2;
}
.trust_list li p span {
  display: inline;
  background: linear-gradient(180deg, transparent 50%, #FEF604 50%, #FEF604 100%);
}
.trust_list li p:before{
  color: #DEF2F4;
  font-family: "Waterfall", cursive;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: -35px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 48px;
  transform: rotate(-7deg);
  z-index: -1;
}
.trust_list li:nth-child(1) p:before{
  content: "Greeting";
}
.trust_list li:nth-child(2) p:before{
  content: "Nonstop"; 
}
.trust_list li:nth-child(3) p:before{
  content: "Reassurance";
}
.trust_list li:nth-child(4) p:before{
  content: "Kindness";
}



#achieve {
  clip-path: polygon(0% 0%, 50% 30px, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -30px;
  background-color: #64CEF5;
}
#achieve .inner {
  padding: 50px 15px 0;
}
.achieve_ttl {
  color: #fff;
  text-align: center;
}
.achieve_ttl span {
  display: block;
  text-align: center;
  background-color: #fff;
  color: #319DC6;
  font-size: 30px;
  padding: 15px 0;
  border-radius: 10000px;
  margin-bottom: 25px;
  position: relative;
  font-style: italic;
}
.achieve_ttl span:before{
  content: "sufficient";
  color: #0E4C64;
  font-family: "Waterfall", cursive;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: -25px;
  left: 0;
  font-size: 40px;
  transform: rotate(-7deg);
  z-index: 1;
  display: inline-block;
}
.achieve_ttl span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #fff;
  border-right: 0;
  display: block;
  position: absolute;
  bottom: -25px;
  right: 60px;
}
.achieve_ttl h3{
  font-size: 36px;
  line-height: 1.2;
  font-weight: normal;
}
.achieve_ttl h3 b {
  display: block;
  font-size: 64px;
  color: #FFF603;
  font-weight: normal;
}

.achieve_list li {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-top: 30px;
  position: relative;
}
.achieve_list li img.archive_img {
  filter: sepia(.3);
}
.achieve_list li img.crient {
  position: absolute;
  width: 80px;
  top: -10px;
  left: 10px;
}
.achieve_list_ttl {
  width: calc(100% - 80px);
  display: block;
  margin-left: auto;
  line-height: 1.4;
  margin-bottom: 20px;
}
.achieve_list_ttl span {
  display: block;
  font-size: 28px;
  color: #00A7FF;
}
.achieve_list {
  margin-bottom: 50px;
}
.achieve_list li p {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
.achieve_list li p strong {
  color: #FF5800;
}
#achieve .price_info {
  margin-bottom: 0;
}



#warning {
  background-color: #FFF505;
  clip-path: polygon(0% 0%, 50% 30px, 100% 0%, 100% 100%, 0% 100%);
  margin-top: -30px;
}
#warning .inner {
  padding: 80px 15px 50px;
}
.warning_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.warning_list p {
  display: block;
  width: 65%;
  line-height: 1.4;
}
.warning_list p b {
  display: block;
  width: 100%;
  font-size: 110%;
  font-weight: 900;
  margin-bottom: 10px;
}
.warning_list img {
  width: 30%;
}



.faq_ttl {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 50px 0;
  background: url(../img/faqttl-bk.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 14px;
}
.faq_ttl span {
  display: block;
  color: #FFF603;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
}
.faq_list label {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 12px;
  font-size: 14px;
  color: #0069A0;
  border: solid 2px #00A7FF;
  margin-top: 5px;
}
.faq_list label b {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq_list label b:before {
  content: "Q";
  font-family: 'Zen Kaku Gothic New';
  font-size: 28px;
  font-style: italic;
  color: #00A7FF;
  margin-right: 10px;
}
.faq_list label b span {
  width: calc(100% - 28px - 22px);
  padding-right: 5px;
  display: block;
}
.faq_list label b text {
  display: flex;
  font-size: 10px;
  width: 22px;
  height: 22px;
  background-color: #01A7FF;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 10000px;
}
.faq_list label input[type="checkbox"]{
  display: none;
}
.faq_list label p {
  margin-top: 15px;
  border-top: solid 1px #009ae7;
  padding-top: 15px;
  line-height: 1.4;
  color: #222;
  font-size: 12px;
  display: none;
  width: 100%;
}
.faq_list label input[type="checkbox"]:checked ~ b text {
  transform: rotate(180deg);
}
.faq_list label input[type="checkbox"]:checked ~ p {
  display: block;
}
footer {
  color: #fff;
  background-color: #24A4D3;
}
footer h6 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
footer p {
  font-size: 14px;
  margin-bottom: 10px;
}
p.copy {
  font-size: 12px;
  color: #fff;
  padding: 20px 0 120px;
  text-align: center;
}

.bottom_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #ffffffd4;
  width: 100%;
  padding: 5px;
  z-index: 1;
}
.bottom_fixed_child {
  display: grid;
  grid-template-columns: 1fr 60px;
  gap: 5px;
}
.telbtn {
  display: block;
  position: relative;
  text-decoration: none;
  border: solid 3px #006899;
  width: 100%;
  margin: 0 auto;
  border-radius: 10000px;
  background: linear-gradient(120deg, #FFF505 0%, #FFF505 30px, #FFFB9B 90px, #FFFB9B 100px, #FFF505 50px, #FFF505 100%);
  padding: 7px 0px 7px 75px;
  color: #00649A;
}
.telbtn img {
  position: absolute;
  bottom: -1px;
  left: 10px;
  width: 60px;
}
.telbtn p {
  font-size: 15px;
  letter-spacing: -1px;
  text-align: left;
}
.telbtn p span {
  color: #FD5507;
  -webkit-text-stroke: #fff 4px;
  paint-order: stroke;
  text-shadow: none;
  font-weight: 900;
}
.telbtn b {
  font-size: 27px;
  color: #FC0000;
  -webkit-text-stroke: #fff 4px;
  paint-order: stroke;
  text-shadow: none;
}
.mailbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: #ff5902;
  border-radius: 10px;
  border: solid 2px #fff;
}
.bottom_fixed_att {
  color: #fff;
  font-size: 10px;
  letter-spacing: -.2px;
  display: block;
  text-align: center;
  margin-top: 4px;
}
.hummenu_box {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 0;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(255, 255, 255, .9);
  z-index: 10;
  width: 0%;
  overflow: hidden;
  transition: .3s;
}
input[type="checkbox"]#hummenu:checked ~ .hummenu_box {
  width: 100%;
}
.hummenu_box_menuarea {
  background: linear-gradient(180deg, #20D7F0 0%, #C8F844 50%, #fff 100%);
  padding: 30px 20px;
}
.hummenu_box_menuarea a {
  color: #0E6A7B;
  text-decoration: none;
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 5px;
  border: solid 1px #96C1C9;
  border-radius: 5px;
  font-size: 14px;
}
.hummenu_box_menuarea a.telbtn {
  border: solid 2px #0E6A7B;
  border-radius: 10000px;
  text-align: center;
  padding: 10px 0;
  margin: 20px 0 5px;
}
.hummenu_box_menuarea a.telbtn p {
  font-size: 14px;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 0px;
}
.hummenu_box_menuarea a.mailbtn {
  padding: 0;
  border: none;
  background: none;
}
label.humopen {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 45px;
  z-index: 9;
}
.hummenu_box_closearea {
  padding: 30px 10px;
}
.mwform-checkbox-field.horizontal-item {
  padding: 10px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mwform-checkbox-field.horizontal-item label {
  font-size: 12px;
  display: flex;
  align-items: center;
}
#cv_form form .privacy_txt {
  font-family: system-ui;
  height: 200px;
  overflow-y: scroll;
  border: solid #dadada;
  padding: 20px 10px;
  background-color: #f8f8f8;
}
#cv_form form .privacy_txt h2 {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
#cv_form form .privacy_txt h3,
#cv_form form .privacy_txt p {
  display: block;
  color: #000;
}
#cv_form form .privacy_txt h3 {
  text-align: left;
  font-size: 14px;
  margin: 20px 0 5px
}
#cv_form form .privacy_txt p {
  font-size: 10px;
  line-height: 1.4;
}
#cv_form form .privacy_txt ul {
  display: block;
  padding: 10px 0;
  font-size: 10px;
}

@media screen and (min-width:768px) {
marquee h1 {
  font-size: 14px;
}
header {
  padding: 20px 30px 0;
}
header h4 img {
  width: 200px;
  margin-right: 10px;
}
label.humopen {
  top: 20px;
  right: 30px;
  width: 60px;
}
.hummenu_box {
  grid-template-columns: 1fr 350px;
}
.hummenu_box_closearea {
  padding: 30px 20px;
}
.hummenu_box_closearea label {
  display: block;
    width: 50px;
    margin-left: auto;
}
.inner {
  padding: 100px 5%;
  max-width: 1000px;
  margin: 0 auto;
}
#mv {
  height: auto;
  background-color: #68d1f4;
}
#mv img {
  max-width: 1120px;
  margin: 0 auto;
}
.mv_catch {
  font-size: 40px;
}
.campaign_price_label {
  width: 150px;
  height: 150px;
  font-size: 50px;
}
.campaign_price_info {
  width: calc(100% - 180px);
}
.campaign_price_info large {
  font-size: 170px;
  letter-spacing: -8px;
}
.campaign_price_info small {
  font-size: 50px;
}
.campaign_price_info {
  width: 500px;
  padding-left: 50px;
}
.campaign_price h3 {
  justify-content: center;
}
.campaign_price_info large {
  font-size: 135px;
  letter-spacing: -6px;
}
.campaign_price_info small {
  font-size: 40px;
}
.campaign_price_info span {
  font-size: 25px;
  margin: 0 0 25px 10px;
}
.campaign_price_info span text {
  font-size: 60px;
}
.campaign_price h3 p {
  font-size: 40px;
}
.freetext {
  max-width: 500px;
  margin: 0 auto;
}
#cv_form form h3 {
  font-size: 32px;
}
.cvform_area {
  padding: 50px 5%;
  border-radius: 40px;
}
.cvform_area h5 {
  justify-content: center;
  font-size: 28px;
}
form table {
  width: 100%;
}
form table tr th,
form table tr td {
  padding-bottom: 25px;
}
form table tr th {
  width: 150px;
  text-align: left;
  font-size: 16px;
}
.price_service_list li {
  padding: 15px 0;
  border-radius: 10px;
  font-size: 30px;
}
.price_service_list li:before {
  width: 30px;
  height: 30px;
}
.works_ttl {
  max-width: 650px;
  margin: 0 auto 50px;
  display: block;
}
#works ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#works ul li {
  width: 32%;
}
#works ul li img {
  height: 200px;
  object-fit: cover;
}
#works ul li h4 {
  font-size: 22px;
  padding: 15px 0;
  width: 90%;
}
.mwform-checkbox-field.horizontal-item {
  padding: 30px 0;
}

.area_ttl {
  font-size: 70px;
  padding: 200px 0 0;
}
.area_ttl span text {
  width: 150px;
  height: 150px;
  font-size: 110px;
  border-radius: 15px;
  margin: 0 10px;
}
#area .inner {
  padding: 50px 5%;
  max-width: 100%;
}
#area h3,
#area p {
  max-width: 650px;
  margin: 0 auto;
}
#area h3 {
  font-size: 30px;
}
#area p {
  font-size: 18px;
}
#area p b {
  width: 250px;
  margin: 25px auto 15px;
  padding: 15px 0;
  font-size: 24px;
}
#concerns {
  background: url(../img/tree2.png) 100% 140px / 24%, url(../img/tree1.png) -30px 200px / 23%, url(../img/concerns-bk.jpg) bottom center / cover;
  background-repeat: no-repeat;
}
#concerns .inner {
  padding: 70px 5% 370px;
}
.concerns_ttl {
  font-size: 70px;
}
.concerns_list {
  margin-top: 50px;
  max-width: 700px;
  margin: 80px auto 0;
}
.concerns_list li {
  margin-bottom: 30px;
  font-size: 32px;
}
.concerns_ttl:before {
  width: 110px;
  height: 115px;
  top: -30px;
  left: 50px;
}
.concerns_ttl:after {
  width: 90px;
  height: 104px;
  right: 50px;
}
#trust .inner {
  padding: 100px 5% 200px;
  max-width: 850px;
}
.trust_list_ttl span {
  font-size: 36px;
  padding: 20px 0;
  margin-bottom: 10px;
}

#achieve .inner {
  padding: 100px 15px 0;
}
.achieve_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
.achieve_ttl span {
  width: 450px;
  margin: 0 auto 10px;
}
.achieve_ttl h3 {
  font-size: 50px;
}
.achieve_ttl h3 b {
  display: inline-block;
}
.price_info b {
  -webkit-text-stroke: #fff 7px;
  font-size: 250px;
}
.mitsumori_info_child b {
  -webkit-text-stroke: #fff 4px;
  font-size: 100px;
  bottom: 280px;
  left: 280px;
}
.cv_form_catch {
  margin: -250px 0 5px;
}
#price,
#trust,
#achieve,
#warning {
  clip-path: polygon(0% 0%, 50% 100px, 100% 0%, 100% 100%, 0% 100%);
  padding-top: 100px;
  margin-top: -100px;
}
.trust_list li {
  padding: 0 0 30px;
}
.trust_list li img {
  height: 150px;
}
.trust_list li p {
  font-size: 30px;
}
.trust_list_ttl {
  font-size: 50px;
}
.trust_list_ttl text {
  padding: 20px;
}



.warning_ttl {
  max-width: 700px;
  margin: 0 auto;
}
#warning .inner {
  max-width: 700px;
  padding: 100px 15px 100px;
}
.warning_list {
  margin-top: 50px;
}
.warning_list img {
  width: 25%;
}
.warning_list p b {
  font-size: 34px;
  margin-bottom: 20px;
}

.faq_ttl {
  font-size: 24px;
}
.faq_ttl span {
  font-size: 40px;
  margin-bottom: 20px;
}
.faq_list label {
  padding: 25px;
  font-size: 18px;
  margin-top: 10px;
}
.faq_list label p {
  font-size: 16px;
}

footer .inner {
  padding: 40px 5%;
}
footer h6 {
  text-align: left;
}

.bottom_fixed {
  padding: 5px 0;
}
.bottom_fixed_child {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 10px;
  max-width: 900px;
  margin: 0 auto;
  align-items: flex-end;
}
.telbtn {
  padding: 15px 0px 15px 120px;
}
.telbtn b {
  font-size: 44px;
}
.telbtn p {
  font-size: 20px;
  letter-spacing: 0px;
}
.telbtn img {
  left: 12px;
  width: 105px;
}
.mailbtn {
  border: none;
  border-radius: 0;
  background: none;
  display: block;
  padding: 0;
}
.hummenu_box_menuarea a.telbtn b {
  font-size: 30px;
}

.mwform-checkbox-field.horizontal-item label {
  font-size: 16px;
}













}















