@charset "UTF-8";
/*//////////////////// Typography ////////////////////*/
*,
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
}

.number {
  font-weight: 700;
  font-family: 'Century Gothic', century-gothic, sans-serif;
}

/* -----------------------------------------------------------------------------
  header footer
    padding-top: 96px;
  background: url(../images/bg-top.png) center 30px;
  background-repeat: no-repeat;
----------------------------------------------------------------------------- */
footer,
header {
  width: 100%;
  position: relative;
  z-index: 6;
  overflow: hidden;
}

.header-inner {
  padding: 0 60px;
}

.logo {
  padding: 18px 13px 0 0;
  margin: 0;
}

.main {

}

.mainvisual {
  padding: 30px;
}

header {
  /*	box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 20px;*/
  background: white;
  position: fixed;
}

header .nav li a.btn {
  margin-left: 13px;
}

header .nav li a {
  font-size: 14px;
  display: block;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 2px;
}

header .nav li {
  height: 32px;
  margin: 32px 0;
  padding: 0;
}

header .nav li a {
  text-align: center;
}


#header {
   opacity: 0;
   z-index:100;
   position: relative;
   transition: all 1s ease 0s;
}
#header.fixed{
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  transition: all 1s ease 0s;
  height: 80px;
}

#header.fixed .nav li {
  margin: 20px 0;
  transition: all 1s ease 0s;
}





.pc-mode{display: block;}
.sp-mode{display: none;}

@media only screen and (max-width: 780px) {
.pc-mode{display: none;}
.sp-mode{display:block;}
}



button.btn,
a.btn {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  color: #fff;
  background: #f30082;
  border-radius: 18px;
  display: block;
  padding: 0 15px;
}

button.btn a {
  padding: 25px 40px;
  display: block;
  color: #fff;
}

button.btn {
  max-width: 90%;
  min-width: 400px;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  letter-spacing: 4px;
  text-indent: 4px;
  margin: 60px auto;
  line-height: 1;
  display: block;
}


button#top-button{
  margin-top: 0px;
  opacity: 0;
}

button#top-button.add{
  transition: all 5s ease 0s;
  opacity: 1;
  margin-top: -230px;
  z-index: 85;
}


@media only screen and (max-width: 780px) {
button#top-button.add{
  min-width: 80%;
  margin-top: -130px;
}
}




.block_btm_arrow button.btn {
  margin: 90px auto 0;
}

.block_btm_arrow:after {
  content: "";
  background: #fcfd35;
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.block_btm_arrow {
  position: relative;
}

.block_btm_arrow .block {
  overflow: visible;
}

.block_btm_arrow::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 640px 0 640px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 2;
}

.block_btm_arrow > div {
  position: relative;
  z-index: 3;
}

.red {
  color: #ff0000;
}

/*//////////////////// Layout ////////////////////*/
.mv-sp {
  display: none;
}

.mv-pc {
  display: block;
}

@media only screen and (max-width: 480px) {
  .mv-sp {
    display: block;
    background-color: #fcfd35;
  }
  .mv-pc {
    display: none;
  }
  .mainvisual {
    padding:0;
  }
  .main {
    padding-top: 0;
  }
}

.header-area {
  margin-right: auto;
  margin-left: auto;
  padding: 90px 0 0;
  width: auto;
  position: relative;
  z-index: 1;
}

.sub-title {
  font-size: 18px;
  margin-bottom: 4rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-indent: -2px;
}

/* common */
p {
  font-size: 16px;
  line-height: 1.5;
}

.block p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 1rem;
  font-weight: bold;
}

.block p.small {
  font-size: 15px;
}

.block p.xsmall {
  font-size: 12px;
}

h2 {
  font-size: 42px;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1rem;
}

h2 .xlarge {
  font-size: 58px;
  padding: 0 5px;
}

h2 .middle {
  font-size: 56px;
}

h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.worry_img_sp {
  display: none;
}

.worry_img p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.worry_img p span {
  display: inline-block;
}

.worry_img p span.large {
  font-size: 30px;
}

.worry_img p span.middle {
  font-size: 24px;
}

p.middle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.txt_block p {
  font-size: 46px;
  font-weight: 700;
}

.txt_block .xlarge {
  font-size: 64px;
  padding: 0 5px;
}

.txt_block .middle {
  font-size: 56px;
}

.txt_block span {
  display: inline-block;
  line-height: 1;
}

.txt_block p .bk_box {
  font-weight: 500;
  line-height: 1;
  padding: 5px 10px 10px;
}

p.large_y_line {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 6px;
  text-indent: -6px;
  display: inline-block;
  padding: 18px;
}

.bk_box {
  background: #333;
  padding: 0 10px;
  margin-right: 10px;
}

.bk_box span,
.bk_box {
  color: #fff;
}

.h3_line_ye {
  position: relative;
}

.h3_line_ye::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  left: -60px;
  top: 22px;
  background: #fcfd35;
}

.bg-ye {
  background-color: #fcfd35;
}

p.bg-ye {
  padding: 0 5px;
  display: inline-block;
}

.let {
  letter-spacing: 2px;
}

.sec_features p.bg-ye {
  margin-bottom: 60px;
}

.sec_features .col30 {
  position: relative;
}

.sec_features .number_p {
  position: absolute;
  top: -70px;
  left: 0;
}

.sec_features .number {
  font-size: 48px;
}

.sec_features .col1 {
  margin-bottom: 90px;
}

.sec_features .block {
  overflow: visible;
  position: relative;
  z-index: 3;
}

.sec_features .block.mgn_b60 {
  max-width: 670px;
}

.worry_img {
  background: url(../images/img1.png) center 0 no-repeat;
  width: 753px;
  height: 541px;
  margin: 60px auto;
  position: relative;
}

.worry {
  position: absolute;
  width: 200px;
  height: 200px;
}

.worry:nth-child(1) {
  left: 39px;
  top: 191px;
}

.worry:nth-child(2) {
  left: 289px;
  top: 75px;
}

.worry:nth-child(3) {
  left: 545px;
  top: 198px;
}

.sec_tvcm {
  background-color: #fcfd35;
  background-image: url(../images/bg-y.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.sec_tvcm .number {
  font-size: 54px;
}

.sec_tvcm .block.flex {
  overflow: visible;
}

.sec_tvcm .col30 {
  padding: 90px 30px 30px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 30px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 30px;
  margin-bottom: 60px;
  position: relative;
}

.stairs .col30:nth-child(2) {
  margin-top: 60px;
  margin-bottom: -10px;
}

.stairs .col30:nth-child(3) {
  margin-top: 110px;
  margin-bottom: -60px;
}

.stairs {
  padding-bottom: 110px;
}

.stairs .number_p {
  position: absolute;
  margin: 20px;
  top: 20px;
}

.stairs .number_p .small {
  line-height: 1;
  letter-spacing: 6px;
  text-indent: 6px;
}

.stairs .number_p .number {
  display: block;
  letter-spacing: 0;
  text-indent: -6px;
  line-height: 1;
}

.sec_tvcm .stairs .number_p {
  margin: 0;
}

span.ib {
  display: inline-block;
}

.sec_features .bg_img {
  background-image: url(../images/bg-cm.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
}

.cm_type {
  position: relative;
  z-index: 3;
  padding-top: 60px;
}

.cm_type .col_fd {
  background-image: url(../images/bg-fd.png);
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 400px;
  max-width: 366px;
  padding: 45px;
  background-size: 316px 302px;
  max-width: 316px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 316px;
          flex: 0 0 316px;
  margin: 0 5px;
}

.cm_type.block {
  max-width: 100%;
}

.cm_type.block p {
  font-size: 16px;
  margin-bottom: 0;
}

.cm_type h3 {
  line-height: 1;
}

.cm_type .col_fd:nth-child(3) h3 {
  margin-bottom: 1rem;
}

.cm_type .cm_type_txt {
  margin-bottom: 30px;
}

.cm_type h3 .small.ib {
  display: block;
  padding-top: 5px;
}

.sec_features .cm_type_btn.block {
  position: relative;
  max-width: 100%;
  width: 90%;
  padding-bottom: 0;
  overflow: hidden;
  margin-top: -30px;
  margin-bottom: 30px;
}

.sec_features .cm_type_btn.block button.btn {
  margin-top: 0px;
}

.sec_case .number_p {
  left: auto;
  top: auto;
  text-align: center;
  position: relative;
  font-size: 16px;
  letter-spacing: 0;
}

.sec_case .number_p .number {
  border-bottom: 3px solid #fcfd35;
  display: block;
  font-size: 38px;
  width: 36px;
  text-align: center;
  margin: 0 auto 60px;
  letter-spacing: 0;
  text-indent: 0;
  padding: 0 0 10px;
}

.sec_case h2 {
  margin-bottom: 2rem;
}

.sec_case .col30 {
  text-align: center;
}

.sec_case_txt {
  background: #fcfd35;
  padding: 15px;
  display: inline-block;
}

.sec_case_txt h3 span,
.sec_case_txt p span {
  font-size: 30px;
  padding: 0 5px;
  letter-spacing: 0;
}

.sec_case_txt h3,
.sec_case_txt p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.5;
  letter-spacing: 0;
}

.ovl {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  padding: 15px 40px;
  border-radius: 80px;
  letter-spacing: 6px;
  text-indent: 6px;
  display: inline-block;
  border: 2px solid #333;
  line-height: 1;
}

.sec_step {
  padding: 30px 0;
}

.sec_step h2 {
  padding-bottom: 90px;
}

.sec_step .block.flex {
  overflow: visible;
  padding-bottom: 30px;
}

.stepbox {
  position: relative;
  text-align: center;
}

.stepbox .number_p {
  font-size: 14px;
  position: absolute;
  top: -5px;
  left: 0;
  line-height: 1;
}

.stepbox .img {
  margin: 30px auto 10px;
  margin: 45px auto 20px;
  width: 56px;
  height: 56px;
}

.stepbox:nth-child(1) .img {
  width: 40px;
  padding-top: 10px;
}

.stepbox:nth-child(4) .img {
  width: 60px;
}

.stepbox h3 {
  font-size: 16px;
  line-height: 1.2;
}

.stepbox {
  background: url(../images/stepbox.png);
  max-width: 143px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 143px;
          flex: 0 0 143px;
  height: 168px;
  padding-right: 12px;
}

.stepbox.end {
  background: url(../images/stepbox_end.png);
  max-width: 130px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  padding-right: 0;
}

/*　step */
.step_box.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.step_box.flex li:nth-child(1) {
  max-width: 46%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
}

.step_box.flex li:nth-child(2) {
  max-width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.step_box.flex li:nth-child(3) {
  max-width: 130px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}

.step_box {
  margin: 0 auto 60px;
}

.step_box .step2 {
  margin: 0;
}

.step_box_end,
.step_box_arrow {
  position: relative;
  width: 100%;
  height: 30px;
  padding: 0px;
  text-align: center;
  border: 2px solid #333;
  font-size: 20px;
  font-size: 12px;
  display: block;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 4px;
  text-indent: 4px;
}

.step_box_arrow:after,
.step_box_arrow:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 50%;
}

.step_box_arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-top: -14px;
  border-left-color: #fcfd35;
}

.step_box_arrow:before {
  border-color: rgba(111, 177, 219, 0);
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 13px;
  border-right-width: 13px;
  margin-top: -15px;
  margin-left: 2px;
  border-left-color: #333;
}

.stepbox_txt.block {
  margin: 0 auto;
}

.stepbox_txt.block p {
  font-size: 30px;
}

h2.ovl {
  font-size: 30px;
  padding: 30px;
  border-radius: 100px;
}

.other_box {
  position: relative;
}

.other_box .col2:nth-child(1) h3,
.other_box .col2:nth-child(2) h3 {
  top: 0;
}

.other_box h3 {
  background: #333;
  color: #fff;
  position: absolute;
  left: 0;
  top: -20px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 4px;
  text-indent: 4px;
}

.other_box .img {
  margin: 30px auto;
}

.sec_other h2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.sec_other .col2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
  margin: 0 1px 20px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}

.sec_other .block {
  padding-bottom: 0;
}

.sec_other img {
  width: 60px;
}

.sec_other .col2:nth-child(3) img {
  width: 52px;
}

.sec_other .img::after {
  content: "";
  width: 56px;
  height: 100px;
  position: absolute;
  z-index: -1;
  top: 11px;
  left: 21px;
  background: url(../images/wave.png) center center no-repeat;
}

.sec_other .col2:nth-child(1) .other_box_inner,
.sec_other .col2:nth-child(2) .other_box_inner {
  border-top: 1px solid #333;
  padding-top: 20px;
}

.sec_other .col2:nth-child(1) .other_box_inner .other_box h3,
.sec_other .col2:nth-child(2) .other_box_inner .other_box h3 {
  top: 20px;
}

.sec_other .col2:nth-child(1) .other_box_inner .img::after,
.sec_other .col2:nth-child(2) .other_box_inner .img::after {
  top: 26px;
}

.wave {
  line-height: 1;
  background: url(../images/wave.png) center center no-repeat;
}

.wave span {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
}

.sec_faq {
  padding-bottom: 60px;
}

.sec_faq h2 {
  margin-bottom: 60px;
}

.sec_faq .block {
  padding-bottom: 0;
}

.faq_q {
  background: #fcfd35;
}

.faq_a {
  border-bottom: 1px #ccc dotted;
  margin-bottom: 20px;
}

.faq_a,
.faq_q {
  padding: 20px;
}

.faq_a span,
.faq_q span {
  display: inline-block;
  font-size: 30px;
  padding-right: 20px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 5px;
}

.faq_a p,
.faq_q p {
  margin: 0;
}

.img_wrapper_vh {
  height: 200px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.block.wrap_bg-ikko2 {
  overflow: visible;
  padding-bottom: 97px;
}

.block.wrap_bg-ikko3 {
  overflow: visible;
  padding-bottom: 118px;
  position: relative;
}

.bg-ikko1 {
  background: url(../images/img18.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  width: 126px;
  height: 158px;
  background-size: auto 100%;
  left: 50%;
  bottom: 346px;
  margin-left: 185px;
}

.bg-ikko2 {
  background: url(../images/img19.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  width: 134px;
  height: 158px;
  background-size: auto 100%;
  left: 50%;
  bottom: -1px;
  margin-left: -352px;
}

.bg-ikko3 {
  background: url(../images/img20.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  width: 140px;
  height: 158px;
  background-size: auto 100%;
  left: 50%;
  bottom: -41px;
  margin-left: -77px;
}

@media only screen and (max-width: 480px) {
  .bg-ikko1 {
    height: 143px;
    bottom: 335px;
    margin-left: 44px;
  }
  .bg-ikko2 {
    height: 143px;
    margin-left: -180px;
  }
}

footer {
  background: #333;
    color: #fff;
}

footer li {
	  color: #fff;
  margin: 15px 0;
  padding: 0;
  line-height: 1;
}

footer li a {
  color: #fff;
  line-height: 1;
  font-size: 11px;
  padding: 0 10px;
  letter-spacing: 1px;
  vertical-align: top;
}

footer li a:hover {
  color: #fff;
}

footer .copy {
  color: #fff;
  font-size: 11px;
  padding: 10px 15px;
  text-align: center;
}

/*//////////////////////////////////////////////*/
.inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: visible;
}

.block {
  padding-bottom: 90px;
  overflow: hidden;
  max-width: 1000px;
  width: 90%;
  margin: auto;
}

.rt {
  position: absolute;
  top: -30px;
  font-size: 27px;
  letter-spacing: 10px;
  text-indent: 7px;
}

.marker {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffff01));
  background: linear-gradient(transparent 70%, #ffff01 0%);
}

.pc-br {
  display: inline-block;
}

.sp-br {
  display: none;
}

.stepbox-sp {
  display: none;
}

.btn {
  position: relative;
}

button.btn {
  background: -webkit-gradient(linear, right top, left top, from(#f30082), color-stop(#c5d207), to(#00a3d5));
  background: linear-gradient(270deg, #f30082, #c5d207, #00a3d5);
  background-size: auto;
  background-size: 1000% 1000%;
  -webkit-animation: bg_animation 7s ease infinite;
  animation: bg_animation 7s ease infinite;
}

header .nav li a.btn:hover,
button.btn:hover {
  background: #12e6cf;
}

button.btn:hover a {
  color: #000;
}

@-webkit-keyframes bg_animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bg_animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media only screen and (max-width: 900px) {
  .stepbox-sp {
    display: block;
  }
  .stepbox-pc {
    display: none;
  }
  .stepbox {
    background: url(../images/stepbox.png);
    max-width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    height: 118px;
    padding-right: 12px;
    background-size: 100px auto;
    background-repeat: no-repeat;
  }
  .stepbox .number_p {
    font-size: 12px;
  }
  .stepbox .img {
    width: 40px;
    height: auto;
  }
  .stepbox h3 {
    font-size: 11px;
    line-height: 1.2;
  }
  .stepbox .img,
  .stepbox:nth-child(5) .img {
    margin: 30px auto 10px;
  }
  .step_box.flex li:nth-child(3) {
    max-width: 90px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }
  .stepbox.end {
    max-width: 91px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91px;
            flex: 0 0 91px;
    background-size: 91px auto;
    height: 118px;
    background-repeat: no-repeat;
  }
  h2.ovl {
    font-size: 20px;
    padding: 20px;
  }
  .sec_case .col30,
  .cm_type .col30,
  .sec_tvcm .col30 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    margin: auto;
  }
  .sec_features .bg_img {
    background-position: center 2300px;
  }
  .sec_case .number_p .number {
    margin: 0 auto;
  }
  .stairs .col30,
  .stairs .col30:nth-child(2),
  .stairs .col30:nth-child(3) {
    margin: 0 auto 40px;
  }
  .block {
    padding-bottom: 40px;
  }
  .txt_block p {
    font-size: 38px;
  }
  .txt_block .middle {
    font-size: 48px;
  }
  .txt_block .xlarge {
    font-size: 54px;
  }
  h2 {
    font-size: 36px;
  }
  h2 .middle {
    font-size: 48px;
  }
  h2 .xlarge {
    font-size: 52px;
  }
}

@media only screen and (max-width: 780px) {
  .worry_img {
    display: none;
  }
  .worry_img_sp {
    display: block;
    margin: 60px auto;
  }
}

@media only screen and (max-width: 680px) {
  .sec_features .col30,
  .sec_features .col60,
  .sec_case .col30,
  .cm_type .col30,
  .sec_tvcm .col30 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .sec_other .col2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    border: 1px solid #333;
  }
  .sec_other .col2:nth-child(1) .other_box_inner,
  .sec_other .col2:nth-child(2) .other_box_inner {
    padding: 20px 0 0;
    border-top: 0;
  }
  .other_box h3 {
    top: 0;
  }
  .sec_other .other_box_inner {
    padding: 20px 10px 0 0;
  }
  .sec_tvcm .number {
    font-size: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .sec_other h2.ovl {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  h2.ovl {
    padding: 15px;
  }
  .txt_block .xlarge,
  h2 .xlarge {
    font-size: 40px;
  }
  h2 .middle {
    font-size: 30px;
  }
  h3 {
    font-size: 22px;
  }
  h2 {
    font-size: 28px;
  }
  .txt_block p {
    font-size: 28px;
  }
  .txt_block .middle {
    font-size: 32px;
  }
  header .logo {
    width: 100px;
  }
  .header-inner {
    padding: 0;
  }
  h2.ovl {
    line-height: 1.5;
  }
  .sp-br {
    display: inline-block;
  }
  .header-area {
    padding: 60px 0 0;
    width: 95%;
  }
  .cm_type .col_fd {
    padding: 30px 50px 0;
  }
  p.large_y_line {
    font-size: 28px;
    letter-spacing: 2px;
  }
  .block button.btn a {
    padding: 25px;
  }
  .block button.btn {
    min-width: 300px;
    padding: 0;
    max-width: 95%;
  }
  .block button.btn.sp_br_btn {
    line-height: 1.5;
  }
  .block button.btn {
    letter-spacing: 2px;
  }
  .sec_step h2 {
    padding-bottom: 30px;
  }
  .sec_features .col30 img {
    width: 70%;
    margin-bottom: 30px;
  }
  .sec_case img {
    width: 40%;
  }
  .sec_case .col30:nth-child(3) img {
    width: 50%;
  }
  .stepbox_txt.block p {
    font-size: 21px;
  }
  .main {
    background: none;
  }
  .other_box .img {
    margin: 30px auto;
  }
  .sec_other .block p {
    font-size: 16px;
  }
}

/* 20220525 */




@media only screen and (max-width: 780px) {


button.sp-mode{
  min-width: 80%;
  margin-top: -140px;
  z-index: 85;

}
}
