@charset "UTF-8";
@font-face {
  font-family: 'GenJyuuGothic';
  src: url("./fonts/GenJyuuGothic-Normal.ttf") format("truetype");
  font-weight: normal;
  /* Regular, equivalent to 400 */
  font-style: normal;
}
@font-face {
  font-family: 'GenJyuuGothic';
  src: url("./fonts/GenJyuuGothic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gen Jyuu Gothic';
  src: url("./fonts/GenJyuuGothic-Heavy.ttf") format("truetype");
  font-weight: 800;
  /* Heavy */
  font-style: normal;
}
@font-face {
  font-family: 'LINESeedJP';
  src: url("./fonts/LINESeedJP_TTF_Bd.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
#pageTitle h1,
#pageTitle .pageTtl {
  background-color: #F27600;
}

#main h2.reset {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

#main h3.reset {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

[class*="c-title__img"] {
  padding-right: calc(120vw*100/430);
}
[class*="c-title__img"]::after {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  right: calc(10vw*100/430);
  bottom: 0;
  width: calc(100vw*100/430);
  height: calc(82vw*100/430);
}
[class*="c-title__img"].is-row::after {
  top: calc(-14vw*100/430);
  bottom: auto;
  height: calc(104vw*100/430);
}

[class*="c-title__img"] {
  padding-right: 120px;
}
[class*="c-title__img"]::after {
  right: 10px;
  width: 100px;
  height: 82px;
}
[class*="c-title__img"].is-row::after {
  top: auto;
  bottom: 0;
  height: 82px;
}
[class*="c-title__img"].is-row br {
  display: none;
}

.c-title__img01::after {
  background-image: url(./img/penpen_02.png);
}

.c-title__img02::after {
  background-image: url(./img/penpen_03.png);
}

.c-title__img04::after {
  background-image: url(./img/penpen_05.png);
}

.l-contact-options {
  background-color: #003F98;
  background-image: url(./img/btn_bg_sp.png);
  background-position: center;
  background-repeat: none;
  background-size: cover;
  color: #fff;
  padding: calc(20vw*100/430);
  text-align: center;
}
.l-contact-options.wavyline {
  padding-bottom: calc(50vw*100/430);
  position: relative;
}
.l-contact-options.wavyline::before {
  background-color: #fff;
  background-image: url(./img/problem_bg.png);
  background-position: center;
  background-repeat: repeat;
  -webkit-mask-image: url(./img/wavyline_sp.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom left;
  mask-image: url(./img/wavyline_sp.svg);
  mask-repeat: no-repeat;
  mask-position: bottom left;
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: calc(30vw*100/430);
}
.l-contact-options.wavyline-gray {
  padding-bottom: calc(50vw*100/430);
  position: relative;
}
.l-contact-options.wavyline-gray::before {
  background-color: #E6E7E8;
  -webkit-mask-image: url(./img/wavyline_sp.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom left;
  mask-image: url(./img/wavyline_sp.svg);
  mask-repeat: no-repeat;
  mask-position: bottom left;
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: calc(30vw*100/430);
}
.l-contact-options.wavyline-yellow {
  padding-bottom: calc(50vw*100/430);
  position: relative;
}
.l-contact-options.wavyline-yellow::before {
  background-color: #FEE100;
  -webkit-mask-image: url(./img/wavyline_sp.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom left;
  mask-image: url(./img/wavyline_sp.svg);
  mask-repeat: no-repeat;
  mask-position: bottom left;
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: calc(30vw*100/430);
}

.c-contact-options__title {
  font-size: calc(20vw*100/430);
  font-weight: bold;
  line-height: 1.5;
  margin-top: calc(4vw*100/430);
  margin-bottom: calc(16vw*100/430);
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: calc(16vw*100/430);
  text-align: center;
}
.c-contact-options__title::before, .c-contact-options__title::after {
  background-color: #fff;
  border-radius: calc(4vw*100/430);
  content: '';
  width: calc(4vw*100/430);
  flex-shrink: 0;
}
.c-contact-options__title::before {
  transform: rotate(-20deg);
}
.c-contact-options__title::after {
  transform: rotate(20deg);
}

.o-contact-options__buttons {
  display: flex;
  flex-direction: column;
  gap: calc(16vw*100/430);
}

.c-contact-options__btn {
  margin: 0 auto;
}

.c-contact-options__note {
  font-size: calc(13vw*100/430);
  line-height: 1.5;
  margin-top: calc(16vw*100/430);
}

.c-contact-options__bnr {
  display: flex;
  flex-direction: column;
  gap: calc(16vw*100/430);
  margin-bottom: calc(24vw*100/430);
}

.l-contact-options {
  background-image: url(./img/btn_bg.png);
  padding: 32px 0 50px;
  text-align: center;
}
.l-contact-options.wavyline {
  padding-bottom: 88px;
}
.l-contact-options.wavyline::before {
  -webkit-mask-image: url(./img/wavyline.svg);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: bottom left;
  mask-image: url(./img/wavyline.svg);
  mask-repeat: repeat-x;
  mask-position: bottom left;
  height: 64px;
}
.l-contact-options.wavyline-gray {
  padding-bottom: 88px;
}
.l-contact-options.wavyline-gray::before {
  -webkit-mask-image: url(./img/wavyline.svg);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: bottom left;
  mask-image: url(./img/wavyline.svg);
  mask-repeat: repeat-x;
  mask-position: bottom left;
  height: 64px;
}
.l-contact-options.wavyline-yellow {
  padding-bottom: 88px;
}
.l-contact-options.wavyline-yellow::before {
  -webkit-mask-image: url(./img/wavyline.svg);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: bottom left;
  mask-image: url(./img/wavyline.svg);
  mask-repeat: repeat-x;
  mask-position: bottom left;
  height: 64px;
}

.l-contact-options__inner {
  margin: 0 auto;
  width: 1000px;
}

.c-contact-options__title {
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 40px;
  gap: 16px;
}
.c-contact-options__title::before, .c-contact-options__title::after {
  border-radius: 4px;
  width: 4px;
}
.c-contact-options__title::before {
  transform: rotate(-30deg);
}
.c-contact-options__title::after {
  transform: rotate(30deg);
}

.c-contact-options__contact {
  display: flex;
  gap: 32px;
}

.c-contact-options__contact02 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.c-contact-options__contact02 .c-contact-options__cta {
  margin: 0 auto;
}

.c-contact-options__contact-info__title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}

.c-contact-options__contact-info__title02 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
}
.c-contact-options__contact-info__title02::before, .c-contact-options__contact-info__title02::after {
  background-color: #fff;
  border-radius: 4px;
  content: '';
  width: 4px;
  flex-shrink: 0;
}
.c-contact-options__contact-info__title02::before {
  transform: rotate(-30deg);
}
.c-contact-options__contact-info__title02::after {
  transform: rotate(30deg);
}

.c-contact-options__contact-info__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  margin-bottom: 10px;
}
.c-contact-options__contact-info__tel::before {
  background-image: url(./img/icon_freedial.png);
  background-position: center;
  background-repeat: repeat;
  content: '';
  display: block;
  width: 120px;
  height: 79px;
  flex-shrink: 0;
}

.c-contact-options__contact-info__num {
  display: block;
  font-size: 49px;
  font-family: 'LINESeedJP', sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .03em;
  margin-bottom: 7px;
}

.c-contact-options__contact-info__time {
  background-color: #fff;
  border-radius: 100px;
  color: #1B316E;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px;
}

.c-contact-options__contact-info__note {
  font-size: 16px;
  line-height: 1.5;
}

.c-contact-options__bnr {
  gap: 32px;
  margin-bottom: 0;
}

.c-contact-options__bnr-img {
  max-width: 100%;
}

.c-contact-options__bnr02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
}
.c-contact-options__bnr02 .l-insurance_coverage__img {
  border-radius: 8px;
  width: 459px;
}

.c-contact-options__cta {
  flex-grow: 1;
  align-self: flex-end;
}

.c-contact-options__cta-btn {
  background-color: #F39600;
  border-radius: 100px;
  box-shadow: 0 4px 0 #B87200;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -.05em;
  padding: 0 124px 0 150px;
  margin-top: 64px;
  position: relative;
  text-align: left;
  min-height: 97px;
}
.c-contact-options__cta-btn:link, .c-contact-options__cta-btn:visited {
  color: #fff;
  text-decoration: none !important;
}
.c-contact-options__cta-btn::before {
  background-image: url(./img/btn_form_img01.png);
  background-position: center;
  background-repeat: repeat;
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  bottom: 0;
  width: 149px;
  height: 111px;
}
.c-contact-options__cta-btn::after {
  background-image: url(./img/btn_form_img02.png);
  background-position: center;
  background-repeat: repeat;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 375px;
  height: 161px;
}

.c-contact-options__cta-btn__big {
  font-size: 22px;
}

@media (hover: hover) {
  .c-contact-options__cta-btn {
    transition: .25s ease;
  }
  .c-contact-options__cta-btn:hover {
    background-color: #f5ab00;
    box-shadow: 0 2px 0 #B87200;
    color: #fff !important;
    transform: translateY(2px);
  }
}
.l-problem {
  background-color: #fff;
  background-image: url(./img/problem_bg.png);
  background-position: center;
  background-repeat: repeat;
  padding: calc(20vw*100/430);
}
.l-problem.is-gray {
  background-color: #E6E7E8;
  background-image: none;
}

.c-problem__title {
  text-align: center;
  margin-bottom: calc(20vw*100/430);
}

.o-problem__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(20vw*100/430) calc(24vw*100/430);
}

.c-problem__item {
  text-align: center;
}

.c-problem__item-text {
  background-color: #1B316E;
  border-radius: calc(100vw*100/430);
  color: #fff;
  font-size: calc(16vw*100/430);
  font-weight: bold;
  line-height: 1.5;
  padding: calc(4vw*100/430);
  margin-bottom: calc(8vw*100/430);
}

.l-problem {
  padding: 36px 0 80px;
}

.l-problem__inner {
  margin: 0 auto;
  width: 1000px;
}

.c-problem__title {
  margin-bottom: 47px;
}

.o-problem__list {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px 50px;
}

.c-problem__item-text {
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 6px;
  margin-bottom: 10px;
}

.a-problem__item-img {
  width: 100%;
}

.l-solution {
  padding-top: calc(49vw*100/430);
  padding-bottom: calc(20vw*100/430);
  position: relative;
  z-index: 0;
}
.l-solution::before {
  background-color: #fff;
  background-image: url(./img/problem_bg.png);
  background-position: center;
  background-repeat: repeat;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(58vw*100/430);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: -1;
}
.l-solution.is-gray::before {
  background-color: #E6E7E8;
  background-image: none;
}

.c-solution__title {
  text-align: center;
}

.l-solution {
  padding: 74px 0 0;
}
.l-solution::before {
  height: 120px;
}

.l-reasons {
  background-color: #EAF2FD;
  overflow: hidden;
}

.c-reasons__header {
  margin-bottom: calc(10vw*100/430);
}

#main h2.c-reasons__header {
  margin-bottom: calc(10vw*100/430);
}

.a-reasons__header-img {
  width: 100%;
}

.c-reasons__item {
  background-color: #fff;
  padding: calc(32vw*100/430);
  padding-bottom: calc(120vw*100/430);
  margin-bottom: calc(120vw*100/430);
}
.c-reasons__item:nth-child(odd) {
  border-radius: 0 calc(24vw*100/430) calc(24vw*100/430) 0;
  margin-right: calc(40vw*100/430);
}
.c-reasons__item:nth-child(odd) .a-reasons__photo {
  left: calc(40vw*100/430);
  right: calc(20vw*100/430);
}
.c-reasons__item:nth-child(even) {
  border-radius: calc(24vw*100/430) 0 0 calc(24vw*100/430);
  margin-left: calc(40vw*100/430);
}
.c-reasons__item:nth-child(even) .a-reasons__photo {
  left: calc(20vw*100/430);
  right: calc(40vw*100/430);
}

.c-reasons__title {
  display: flex;
  align-items: center;
  gap: calc(14vw*100/430);
  margin-bottom: calc(4vw*100/430);
}

.c-reasons__title-text {
  color: #1B316E;
  font-size: calc(22vw*100/430);
  font-weight: bold;
  line-height: 1.3;
}

.c-reasons__title-text-b {
  color: #F19500;
}

.c-reasons__num {
  margin-left: calc(-16vw*100/430);
  flex-shrink: 0;
}

.a-reasons__num-img {
  width: calc(80vw*100/430);
}

.c-reasons__description {
  font-size: calc(16vw*100/430);
  line-height: 1.5;
  margin-bottom: calc(20vw*100/430);
}

.a-reasons__photo {
  position: absolute;
}

.a-reasons__photo-img {
  box-shadow: calc(6vw*100/430) calc(6vw*100/430) 0 rgba(26, 36, 102, 0.24);
  border-radius: calc(16vw*100/430);
  aspect-ratio: 37 / 20;
  object-fit: cover;
  width: 100%;
}

.c-reasons__btn {
  display: none;
}

.l-reasons {
  background-image: url(./img/reasons_bg.png);
  background-position: center;
  background-repeat: repeat;
  padding: 64px 0 116px;
}

.l-reasons__inner {
  margin: 0 auto;
  width: 1000px;
}

.c-reasons__header {
  margin-bottom: 48px;
  text-align: center;
}

#main h2.c-reasons__header {
  margin-bottom: 48px;
  text-align: center;
}

.a-reasons__header-img {
  width: auto;
}

.c-reasons__item {
  background-color: #fff;
  padding: 52px 64px;
  margin-bottom: 83px;
  width: 596px;
  min-height: 300px;
  box-sizing: border-box;
  position: relative;
}
.c-reasons__item:nth-child(odd) {
  border-radius: 24px;
  padding-right: 120px;
  margin-right: auto;
}
.c-reasons__item:nth-child(odd) .a-reasons__photo {
  left: 520px;
  right: auto;
}
.c-reasons__item:nth-child(even) {
  border-radius: 24px;
  padding-left: 120px;
  margin-left: auto;
}
.c-reasons__item:nth-child(even) .a-reasons__photo {
  left: auto;
  right: 520px;
}

.c-reasons__title {
  gap: 24px;
  margin-bottom: 10px;
}

.c-reasons__title-text {
  font-size: 28px;
}

.c-reasons__num {
  margin-left: -16px;
}

.a-reasons__num-img {
  width: 90px;
}

.c-reasons__description {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}

.a-reasons__photo {
  top: 32px;
}

.a-reasons__photo-img {
  box-shadow: 6px 6px 0 rgba(26, 36, 102, 0.24);
  border-radius: 16px;
  aspect-ratio: 520 / 304;
  width: 520px;
  height: 304px;
}

.c-reasons__btn {
  display: block;
}

.l-specialist {
  background-color: #FCEACC;
  padding: calc(24vw*100/430) calc(20vw*100/430);
}

.c-specialist__title {
  color: #231814;
  font-size: calc(22vw*100/430);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: calc(10vw*100/430);
}

.c-specialist__description {
  color: #231814;
  font-size: calc(16vw*100/430);
  line-height: 1.5;
}

.c-specialist__images {
  margin-top: calc(16vw*100/430);
}

.l-specialist {
  display: flex;
  gap: 24px;
  padding: 24px 20px;
}

.c-specialist__title {
  font-size: 22px;
  margin-bottom: 10px;
}

.c-specialist__description {
  font-size: 16px;
}

.c-specialist__images {
  margin-top: 0;
}

.c-specialist__main-image {
  width: 300px;
}

.l-warning {
  background-color: #FEE100;
}

.c-warning__content {
  padding: calc(20vw*100/430);
  padding-top: 0;
}

.c-warning__images {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10vw*100/430);
  margin-bottom: calc(10vw*100/430);
}

.c-warning__img {
  border-radius: calc(16vw*100/430);
  border: calc(4vw*100/430) solid #fff;
  box-sizing: border-box;
}
.c-warning__img:nth-child(n+2) {
  width: calc(50% - calc(5vw*100/430));
}

.c-warning__text {
  font-size: calc(16vw*100/430);
  font-weight: bold;
  line-height: 1.5;
}
.c-warning__text br {
  display: none;
}

.l-warning {
  padding-bottom: 50px;
}

#main h2.c-warning__header {
  margin-bottom: 20px;
  text-align: center;
}

.c-warning__content {
  padding: 0;
  margin: 0 auto;
  width: 1000px;
}

.c-warning__images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 30px;
}

.c-warning__img {
  border-radius: 16px;
  border-width: 4px;
  width: 100%;
}
.c-warning__img:nth-child(n+2) {
  width: 100%;
}

.c-warning__text {
  font-size: 16px;
  text-align: center;
}
.c-warning__text br {
  display: block;
}

.l-awareness {
  padding-top: calc(4vw*100/430);
  padding-bottom: calc(20vw*100/430);
  position: relative;
  z-index: 0;
}
.l-awareness::before {
  background-color: #FEE100;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(58vw*100/430);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: -1;
}

.c-awareness__content {
  display: flex;
  flex-direction: column;
  gap: calc(20vw*100/430);
  padding: calc(20vw*100/430);
}

.c-awareness__content-inner {
  display: flex;
  flex-direction: column;
  gap: calc(20vw*100/430);
}

.c-awareness__rain-leak-causes {
  display: flex;
  flex-direction: column;
  gap: calc(20vw*100/430);
}

.c-awareness__rain-leak-causes-box {
  background-color: #EAF2FD;
  border-radius: calc(16vw*100/430);
  color: #009CE9;
  padding: calc(20vw*100/430);
}

.c-awareness__rain-leak-causes-rank {
  width: calc(40vw*100/430);
}

.c-awareness__text {
  font-size: calc(16vw*100/430);
  line-height: 1.5;
}

.c-awareness__diagram {
  text-align: center;
}

.l-awareness {
  padding-top: 32px;
  padding-bottom: 32px;
}
.l-awareness::before {
  height: 120px;
}

#main h2.c-awareness__header {
  margin-bottom: 30px;
  text-align: center;
}

.c-awareness__content {
  gap: 32px;
  padding: 0;
  margin: 0 auto;
  width: 1000px;
}

.c-awareness__content-inner {
  flex-direction: row;
  gap: 20px;
}

.c-awareness__diagram {
  order: 1;
}

.c-awareness__rain-leak-causes {
  gap: 20px;
}

.c-awareness__rain-leak-causes-box {
  border-radius: 16px;
  padding: 20px;
}

.c-awareness__rain-leak-causes-rank {
  width: 40px;
}

.c-awareness__rain-leak-causes-rank-img {
  max-width: 100%;
}

.c-awareness__text {
  font-size: 16px;
}

.l-benefits {
  background-color: #F19500;
  padding-top: calc(41vw*100/430);
  padding-bottom: calc(20vw*100/430);
  position: relative;
  z-index: 0;
}
.l-benefits::before {
  background-color: #fff;
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: calc(58vw*100/430);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: -1;
}

#main h2.c-benefits__header {
  margin-bottom: calc(6vw*100/430);
}

.c-benefits__content {
  padding: calc(20vw*100/430);
  padding-top: 0;
}

.c-benefits__list {
  display: flex;
  flex-direction: column;
  gap: calc(8vw*100/430);
  margin-bottom: calc(16vw*100/430);
}

.c-benefits__item {
  background-color: #fff;
  border-radius: calc(8vw*100/430);
  display: flex;
  align-items: center;
  gap: calc(16vw*100/430);
  padding: calc(12vw*100/430);
}

.c-benefits__item-number {
  background-color: #FACE1F;
  border-radius: calc(64vw*100/430);
  color: #231814;
  font-size: calc(46vw*100/430);
  font-weight: bold;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(64vw*100/430);
  height: calc(64vw*100/430);
  flex-shrink: 0;
}

.c-benefits__item-text {
  color: #231814;
  font-size: calc(24vw*100/430);
  font-weight: bold;
  line-height: 1.4;
}

.c-benefits__item-text-strong {
  color: #F27600;
}

.c-benefits__note {
  color: #fff;
  font-size: calc(16vw*100/430);
  line-height: 1.5;
}

.l-benefits {
  padding-top: 128px;
  padding-bottom: 60px;
}

.l-benefits::before {
  height: 120px;
}
.l-benefits::after {
  background-image: url(./img/campaign/character_bg.png);
  background-position: center;
  background-repeat: repeat;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: .12;
}

#main h2.c-benefits__header {
  text-align: center;
  margin-bottom: 6px;
}

.c-benefits__content {
  padding: 0;
  margin: 0 auto;
  width: 1000px;
}

.c-benefits__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  padding-top: 32px;
  margin-bottom: 38px;
}

.c-benefits__item {
  border-radius: 8px;
  flex-direction: column;
  gap: 16px;
  padding: 30px;
}

.c-benefits__item-number {
  border-radius: 64px;
  font-size: 46px;
  width: 64px;
  height: 64px;
  margin-top: -62px;
}

.c-benefits__item-text {
  font-size: 24px;
  text-align: center;
}
.c-benefits__item-text br {
  display: none;
}

.c-benefits__description {
  margin: 0 auto;
  width: 786px;
}

.c-benefits__note {
  font-size: 16px;
}

.l-scene {
  background-color: #FEE100;
  background-image: url(./img/diagnosis/scene_bg.jpg);
  background-position: center;
  background-repeat: repeat;
  padding-top: calc(8vw*100/430);
  padding-bottom: calc(20vw*100/430);
}

#main h2.c-scene__header {
  margin-bottom: calc(18vw*100/430);
}

.c-scene__content {
  padding: 0 calc(20vw*100/430);
}

.c-scene__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(8vw*100/430);
  margin-bottom: calc(14vw*100/430);
}

.c-scene__img {
  border-radius: calc(8vw*100/430);
  box-sizing: border-box;
}

.c-scene__text {
  font-size: calc(20vw*100/430);
  font-weight: bold;
  line-height: 1.5;
}
.c-scene__text strong {
  background: linear-gradient(transparent 60%, #FEE100 60%);
  color: #F15E00;
}
.c-scene__text br {
  display: none;
}

.l-scene {
  padding-top: 47px;
  padding-bottom: 77px;
}

#main h2.c-scene__header {
  margin-bottom: 38px;
  text-align: center;
}

.c-scene__content {
  padding: 0;
  margin: 0 auto;
  width: 1000px;
}

.c-scene__images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.c-scene__img {
  border-radius: 8px;
  width: 100%;
}

.c-scene__text {
  font-size: 24px;
  text-align: center;
}
.c-scene__text br {
  display: block;
}

.l-faq {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.c-faq__item {
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
}
.c-faq__item:not(.is-active) .c-faq__question::after {
  transform: translateY(-50%);
}
.c-faq__item:not(.is-active) .c-faq__answer {
  border-width: 0;
  line-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}

.c-faq__question {
  background-color: #FACE1F;
  display: flex;
  gap: 8px;
  font-weight: bold;
  padding: 16px 12px;
  padding-right: 37px;
  position: relative;
  cursor: pointer;
}
.c-faq__question::before {
  content: 'Q.';
  font-size: 20px;
  line-height: 1;
}
.c-faq__question::after {
  background-image: url(./img/diagnosis/icon_faq.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) scale(1, -1);
  width: 17px;
  height: 10px;
  opacity: 1;
}

.c-faq__answer {
  background-color: #FCEACC;
  padding: 16px 12px;
  transition: all .25s;
}

.c-faq__item {
  font-size: 16px;
}

.c-faq__question::before {
  font-size: 24px;
}

.l-others {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 30px 0;
}

.l-others__inner {
  padding: 0 10px;
}

.l-others {
  gap: 40px;
  margin: 72px auto 0;
  width: 1000px;
}

.l-others__inner {
  padding: 0;
}

.l-campaign,
.c-campaign__form {
  font-family: "GenJyuuGothic", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.l-campaign ~ footer {
  padding-top: 0;
}

.l-campaign {
  color: #231815;
  line-height: 1.5;
  overflow: hidden;
}
.l-campaign a:hover {
  transition: .25s;
}
.l-campaign a:hover img {
  transition: .25s;
}
.l-campaign a:link, .l-campaign a:visited {
  transition: .25s;
}
.l-campaign a img {
  transition: .25s;
}

.c-campaign__buttons-btn {
  text-align: center;
}

.c-campaign__header-img {
  width: 100%;
  max-width: none;
}

.c-campaign__body {
  background-image: var(--campaign-bg01-sp, url(./img/campaign/campaign_bg01_sp.png)), url(/img/common/top_topics_bg.png);
}

.c-campaign__body {
  background-image: var(--campaign-bg01, url(../img/common/brown_bg.png)), url(/img/common/top_topics_bg.png);
  padding-top: 32px;
}

.c-campaign__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 20px;
}

.c-reservation {
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 40px;
  padding: 19px 46px;
  position: relative;
}
.c-reservation::before {
  background-image: url(../img/common/character.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  content: '';
  position: absolute;
  top: 50%;
  right: -55px;
  width: 145px;
  height: 130px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.c-reservation__content {
  display: flex;
  align-items: center;
  gap: 36px;
}

.c-reservation__phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.c-reservation__text {
  color: #333;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
}
.c-reservation__text::before, .c-reservation__text::after {
  background-color: #ffa23a;
  border-radius: 4px;
  content: '';
  width: 4px;
  flex-shrink: 0;
}
.c-reservation__text::before {
  transform: rotate(-30deg);
}
.c-reservation__text::after {
  transform: rotate(30deg);
}

.c-reservation__phone-number {
  color: #d71938;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 46px;
  font-family: 'LINESeedJP', sans-serif;
  font-weight: bold;
  line-height: 1;
  /* letter-spacing: .04em; */
}
.c-reservation__phone-number::before {
  background-image: url(./img/campaign/icon_freedial.svg);
  background-position: center;
  background-repeat: repeat;
  content: '';
  display: block;
  width: 71px;
  height: 46px;
  flex-shrink: 0;
}

.c-reservation__details {
  font-size: 16px;
  font-weight: bold;
}

.c-reservation__form-button {
  background-color: #0048aa;
  border-radius: 100px;
  box-shadow: 0 4px 0 #011e46;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  text-align: center;
  padding: 15px 44px;
  width: 404px;
  box-sizing: border-box;
}
.c-reservation__form-button:link, .c-reservation__form-button:visited {
  color: #fff;
  text-decoration: none;
}
.c-reservation__form-button::before {
  background-image: url(./img/campaign/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  display: block;
  width: 50px;
  height: 35px;
  flex-shrink: 0;
}

.c-reservation__form-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.c-reservation__form-tit {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -.06em;
}

.c-reservation__form-details {
  background-color: #fff;
  border-radius: 10px;
  color: #0048aa;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px;
}

@media (hover: hover) {
  .c-reservation__form-button {
    transition: .25s ease;
  }
  .c-reservation__form-button:hover {
    background-color: #ffa23a;
    box-shadow: 0 2px 0 #b3732a;
    color: #fff !important;
    transform: translateY(2px);
  }
  .c-reservation__form-button:hover .c-reservation__form-details {
    color: #ffa23a;
  }

  .c-reservation__form-details {
    transition: .25s ease;
  }
}
.l-promo {
  padding-bottom: calc(20vw*100/430);
}

.l-promo {
  padding-bottom: 24px;
}

.l-promo__inner {
  margin: 0 auto;
  width: 1000px;
}

.c-promo__content {
  padding: 48px 20px;
}

.c-promo__content {
  padding: 0;
  margin: 126px 0 105px;
  position: relative;
}
/* .c-promo__content::before {
  background-image: url(./img/campaign/character_bg01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  content: '';
  position: absolute;
  top: 33%;
  right: 50%;
  transform: translateX(50%);
  margin-right: 615px;
  width: 270px;
  height: 255px;
} */

.c-promo__list {
  display: flex;
  flex-direction: column;
  gap: 56px;
  position: relative;
  padding-top: 84px;
  z-index: 0;
}
.c-promo__list::before {
  background-image: url(../img/common/character.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 143px;
  height: 128px;
  transform: translateX(-50%);
  margin-left: -59px;
  z-index: -1;
}
/* .c-promo__list::after {
  background-image: url(./img/campaign/character_tit02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  height: 128px;
  transform: translateX(-50%);
  margin-left: 62px;
  z-index: -1;
} */

.c-promo__list {
  padding-top: 35px;
}
.c-promo__list::before {
  top: -165px;
  left: 24px;
  width: 190px;
  height: 170px;
  transform: none;
  margin-left: 0;
}
.c-promo__list::after {
  top: -108px;
  left: auto;
  right: 65px;
  width: 160px;
  height: 204px;
  transform: none;
  margin-left: 0;
}

.c-promo__item {
  position: relative;
}

.c-promo__title {
  color: #0048aa;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}

.c-promo__title {
  padding: 0 224px;
}

.c-promo__title-text {
  position: relative;
}
.c-promo__title-text::before {
  background-image: url(./img/campaign/title_img.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  position: absolute;
  top: -60px;
  left: -52px;
  width: 67px;
  height: 62px;
}
.c-promo__title-text p {
  display: contents;
  font-size: 50px;
}
.c-promo__title-text span {
  font-size: 50px;
}

.stroke-text {
  --stroke-color: #fff;
  --stroke-width: 4px;
  text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0 var(--stroke-color), calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0 var(--stroke-color), calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color);
}

.c-promo__badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: -52px;
  left: -22px;
  text-align: center;
  width: 98px;
  height: 98px;
  z-index: 0;
}
.c-promo__badge::before {
  background-color: #FD670B;
  -webkit-mask-image: url(./img/campaign/badge_bg.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: url(./img/campaign/badge_bg.svg);
  mask-repeat: no-repeat;
  mask-size: cover;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.c-promo__badge-line01 {
  font-size: 12px;
}

.c-promo__badge-line02 {
  font-size: 20px;
}

.c-promo__details {
  background-color: #fff;
  border-radius: 24px;
  padding: 40px;
}

.c-promo__notes {
  margin-top: 16px;
  text-align: center;
}

.c-campaign__btn {
  margin-top: 40px;
}

.c-special-offers {
  background-color: #FDFAEB;
  background-image: var(--campaign-bg02-sp, url(./img/campaign/campaign_bg02_sp.png));
  background-repeat: repeat;
  background-position: center calc(-20vw*100/430);
  position: relative;
}
.c-special-offers::before {
  background-color: #FDFAEB;
  background-image: var(--campaign-bg02-sp, url(./img/campaign/campaign_bg02_sp.png));
  background-repeat: repeat;
  background-position: center top;
  -webkit-mask-image: url(./img/campaign/jagged_sp.svg);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: bottom left;
  mask-image: url(./img/campaign/jagged_sp.svg);
  mask-repeat: repeat-x;
  mask-position: bottom left;
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}

.c-special-offers__wrap {
  padding: 64px 20px 48px;
  position: relative;
}
.c-special-offers__wrap::before {
  background-image: url(./img/campaign/character_bg02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  content: '';
  position: absolute;
  top: -40px;
  right: -20px;
  width: 110px;
  height: 116px;
}

.c-special-offers {
  background-image: var(--campaign-bg02, url(./img/campaign/campaign_bg02.png));
  background-position: center -24px;
}
.c-special-offers::before {
  background-image: var(--campaign-bg02, url(./img/campaign/campaign_bg02.png));
  -webkit-mask-image: url(./img/campaign/jagged.svg);
  mask-image: url(./img/campaign/jagged.svg);
  height: 24px;
  top: -24px;
}

.c-special-offers__wrap {
  padding: 64px 0 100px;
}
.c-special-offers__wrap::before {
  top: -83px;
  right: 50%;
  transform: translateX(50%);
  margin-right: -560px;
  width: 240px;
  height: 251px;
}
.c-special-offers__wrap::after {
  background-image: url(./img/campaign/character_bg03.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  content: '';
  position: absolute;
  right: 50%;
  bottom: -46px;
  transform: translateX(50%);
  margin-right: 608px;
  width: 180px;
  height: 262px;
}

.c-special-offers__inner {
  margin: 0 auto;
  width: 1000px;
}

.c-special-offers__header {
  position: relative;
  z-index: 1;
}

.c-special-offers__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  counter-reset: li_count;
  position: relative;
  padding-top: 56px;
  z-index: 0;
}
.c-special-offers__list::before {
  background-image: url(./img/campaign/character_tit03.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  content: '';
  position: absolute;
  top: -58px;
  left: -30px;
  width: 90px;
  height: 116px;
  z-index: -1;
}

.c-special-offers__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 20px;
}
.c-special-offers__list::before {
  top: -109px;
  left: -2px;
  width: 180px;
  height: 230px;
}

.c-special-offers__item {
  position: relative;
}

.c-special-offers__badge {
  background-color: #F19500;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: -52px;
  left: -16px;
  text-align: center;
  width: 86px;
  height: 86px;
  z-index: 0;
}
.c-special-offers__badge::after {
  counter-increment: li_count;
  font-size: 36px;
  content: counter(li_count);
}

.c-special-offers__badge-line01 {
  font-size: 18px;
}

.c-special-offers__offer-details {
  background-color: #fff;
  border-radius: 24px;
  padding: 40px;
}

.c-special-offers__offer-details {
  box-sizing: border-box;
  height: 100%;
}

.c-campaign__footer {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 20px;
}

.c-campaign__footer {
  gap: 120px;
  padding: 80px 0 50px;
}

.c-campaign__footer-title {
  border-bottom: 4px dotted #0048aa;
  color: #0048aa;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  padding: 0 72px 16px;
  margin: 0 0 20px;
  position: relative;
}
.c-campaign__footer-title::before {
  background-image: url(../img/common/character.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 64px;
}
/* .c-campaign__footer-title::after {
  background-image: url(./img/campaign/character_stit02.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 64px;
} */

.c-campaign__footer-title {
  font-size: 32px;
  padding: 0 72px 16px;
  margin: 0 0 40px;
}
.c-campaign__footer-title::before {
  left: 10px;
  width: 100px;
  height: 89px;
  bottom: 5px;
}
.c-campaign__footer-title::after {
  right: 10px;
  width: 80px;
  height: 85px;
}

.c-campaign__footer-content {
  margin: 0 auto;
  width: 1000px;
}

.c-showroom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.c-showroom {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.c-showroom__location {
  background-color: #FFF7E9;
  border-radius: 24px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(100% / 2 - 50px);
}

.c-showroom__name {
  font-size: 20px;
  font-weight: bold;
}

.c-showroom__image {
    width: 100%;
    height: 250px;
}
.c-showroom__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-showroom__address {
  font-size: 16px;
  line-height: 1.8;
}

.c-showroom__location iframe {
  width: 100%;
  height: 170px;
}

.c-showroom__btn {
  margin-top: auto;
}

#campaign #contents.clearfix {
    margin-bottom: 0;
    width: auto;
}

.c-campaign__form {
  background-image: var(--campaign-bg01-sp, url(./img/campaign/campaign_bg01_sp.png)), url(/img/common/top_topics_bg.png);
  /* background-color: #FFF7E9; */
  padding: 40px 20px;
}

.c-campaign__form {
  background-image: var(--campaign-bg01, url(../img/common/brown_bg.png)), url(/img/common/top_topics_bg.png);
  /* background-image: url(./img/campaign/character_bg.png), url(/img/common/top_topics_bg.png); */
  background-position: center;
  background-repeat: repeat;
  padding: 10px 0;
}

#campaign #main .formBox .submit .wpcf7-submit {
  border: none;
  background-image: url(./img/campaign/btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(16vw*100/430) center;
  background-size: calc(50vw*100/430);
  background-color: #F7B52C;
  border-radius: calc(100vw*100/430);
  box-shadow: 0 calc(4vw*100/430) 0 #c9952f;
  display: flex;
  font-family: "GenJyuuGothic", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: calc(26vw*100/430);
  font-weight: bold;
  line-height: 1.3;
  padding: calc(12vw*100/430) calc(16vw*100/430);
  padding-left: calc(42vw*100/430);
  position: relative;
  text-align: center;
  min-height: calc(74vw*100/430);
}
#campaign #main .formBox .submit .wpcf7-submit:link, #campaign #main .formBox .submit .wpcf7-submit:visited {
  color: #fff;
  text-decoration: none;
}

#campaign #main .formBox .submit .wpcf7-submit {
  background-position: 16px center;
  background-size: 50px;
  border-radius: 100px;
  box-shadow: 0 4px 0 #c9952f;
  font-size: 26px;
  padding: 12px 16px;
  padding-left: 42px;
  margin: 40px auto 0;
  min-height: 82px;
  width: 410px;
}

#campaign .formBox td a:before {
    background: #58ba00;
}

#campaign .wpcf7 form.invalid .wpcf7-response-output {
  border-color: #f7b52c;
}

@media (hover: hover) {
  #campaign #main .formBox .submit .wpcf7-submit {
    transition: .25s ease;
  }
  #campaign #main .formBox .submit .wpcf7-submit:hover {
    background-color: #f9c456;
    box-shadow: 0 2px 0 #c9952f;
    color: #fff !important;
    transform: translateY(2px);
    opacity: 1;
  }
}
#campaign .wpcf7-spinner {
  display: none;
}

.a-btn__link {
  background-color: #1A2466;
  border-radius: calc(100vw*100/430);
  box-shadow: 0 calc(4vw*100/430) 0 #0B1244;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: calc(26vw*100/430);
  font-weight: bold;
  line-height: 1.3;
  padding: calc(12vw*100/430) calc(16vw*100/430);
  position: relative;
  text-align: center;
  min-height: calc(50vw*100/430);
}
.a-btn__link:link, .a-btn__link:visited {
  color: #fff;
  text-decoration: none;
}
.a-btn__link::before {
  background-color: #fff;
  -webkit-mask-image: url(./img/campaign/btn_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  mask-image: url(./img/campaign/btn_arrow.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(16vw*100/430);
  width: calc(50vw*100/430);
  height: calc(50vw*100/430);
}
.a-btn__link.is-white {
  background-color: #fff;
  box-shadow: 0 calc(4vw*100/430) 0 #C2C2C2;
}
.a-btn__link.is-white:link, .a-btn__link.is-white:visited {
  color: #1A2466;
}
.a-btn__link.is-white::before {
  background-color: #1A2466;
}
.a-btn__link.c-showroom__link {
  background-color: #0048aa;
  font-size: calc(20vw*100/430);
  padding-left: calc(42vw*100/430);
  box-shadow: 0 calc(4vw*100/430) 0 #011e46;
}
.a-btn__link.c-orange__link {
  background-color: #0048aa;
  box-shadow: 0 calc(4vw*100/430) 0 #011e46;
}

.a-btn__text {
  display: block;
  font-size: calc(16em/26);
}

#main .a-btn__link {
  text-decoration: none;
}

.a-btn__link {
  border-radius: 100px;
  box-shadow: 0 4px 0 #0B1244;
  flex-direction: row;
  font-size: 26px;
  padding: 0 48px;
  padding-left: 82px;
  min-height: 72px;
  margin: 0 auto;
  width: max-content;
}
.a-btn__link::before {
  left: 16px;
  width: 50px;
  height: 50px;
}
.a-btn__link.is-white {
  box-shadow: 0 4px 0 #C2C2C2;
}
.a-btn__link.c-showroom__link {
  font-size: 16px;
  padding-left: 42px;
  padding-right: 0;
  box-shadow: 0 4px 0 #011e46;
  width: 100%;
  box-sizing: border-box;
}
.a-btn__link.c-orange__link {
  box-shadow: 0 4px 0 #011e46;
}

.a-btn__text {
  display: inline;
  font-size: 26px;
}

@media (hover: hover) {
  .a-btn__link {
    transition: .25s ease;
  }
  .a-btn__link:hover {
    background-color: #485085;
    box-shadow: 0 2px 0 #0B1244;
    color: #fff !important;
    transform: translateY(2px);
  }
  .a-btn__link.is-white::before {
    transition: .25s ease;
  }
  .a-btn__link.is-white:hover {
    background-color: #e9eaf0;
    box-shadow: 0 2px 0 #C2C2C2;
    color: #009ce9 !important;
  }
  .a-btn__link.is-white:hover::before {
    background-color: #009ce9;
  }
  .a-btn__link.c-showroom__link:hover {
    background-color: #0048aa;
    box-shadow: 0 2px 0 #011e46;
  }
  .a-btn__link.c-orange__link:hover {
    background-color: #fd670b;
    box-shadow: 0 2px 0 #D25000;
  }
}
.a-campaign-btn__link {
  background-color: #0048aa;
  border-radius: calc(100vw*100/430);
  box-shadow: 0 calc(4vw*100/430) 0 #011e46;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: calc(26vw*100/430);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -.05em;
  padding: calc(16vw*100/430) calc(24vw*100/430) calc(16vw*100/430) calc(100vw*100/430);
  position: relative;
  text-align: center;
  min-height: calc(50vw*100/430);
}
.a-campaign-btn__link:link, .a-campaign-btn__link:visited {
  color: #fff;
  text-decoration: none;
}
.a-campaign-btn__link::before {
  background-image: url(../img/common/character.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  left: calc(8vw*100/430);
  bottom: 0;
  width: calc(104vw*100/430);
  height: calc(94vw*100/430);
}
.a-campaign-btn__link.c-campaign-btn02::before {
  background-image: url(./img/campaign/character_btn02.png);
}

#main .a-campaign-btn__link {
  text-decoration: none;
}

.a-campaign-btn__link {
  border-radius: 100px;
  box-shadow: 0 4px 0 #011e46;
  flex-direction: row;
  font-size: 30px;
  padding: 0 24px;
  padding-left: 100px;
  min-height: 104px;
  margin: 0 auto;
  width: 520px;
  box-sizing: border-box;
}
.a-campaign-btn__link::before {
  left: 24px;
  width: 130px;
  height: 122px;
}

@media (hover: hover) {
  .a-campaign-btn__link {
    transition: .25s ease;
  }
  .a-campaign-btn__link:hover {
    background-color: #0048aa;
    box-shadow: 0 2px 0 #011e46;
    color: #fff !important;
    transform: translateY(2px);
  }
}
#main .formBox td textarea {
  padding: 5px;
  height: 72px;
  border: 1px solid #CCC;
  background: #ffffcc;
  box-sizing: border-box;
  width: 100%;
}

#simulation #main .formBox td textarea {
  width: 100%;
}

#campaign #main ul.formInfo li {
  padding-left: 0;
}
#campaign #main ul.formInfo li:before, #campaign #main ul.formInfo li:after {
  display: none;
}

#campaign .msgBox p {
    font-size: 16px;
    margin-bottom: 15px;
}

#campaign .msgPhoto {
    width: 216px;
    float: right;
    margin: 0 0 20px 20px;
}

#campaign .msgPhoto .ceoPict {
    width: 216px;
    height: 256px;
    overflow: hidden;
    position: relative;
}

#campaign .msgPhoto .ceoPict img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

#campaign .msgTxt h3 {
    background: none;
    border-top: none;
    color: #58ba00;
    font-size: 24px;
    padding: 0;
    display: inline-block;
    margin-bottom: 20px;
}

#campaign .msgPhoto h5 {
    color: #333;
    font-size: 15px;
    background: none;
    margin: 0;
    padding: 0;
}

#campaign .msgPhoto p {
    font-size: 21px;
    font-weight: bold;
    margin-top: 0;
    line-height: 1.2;
}

#campaign .msgPhoto p span {
    font-size: 13px;
    margin-right: 20px;
}

#campaign #pageTitle h1 {
  margin-top: 44px;
}

#campaign #pageTitle h1 span {
  display: none;
}