/* reset style */
* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  font-feature-settings: "palt";
  hanging-punctuation: allow-end;
  width: 100%;
}

.lp_contents {
  font-size: 10px;
  max-width: 1980px;
  margin: auto;
}

img,
video {
  display: block;
  height: auto;
  max-width: 100%;
}
video {
  filter: drop-shadow(0px 0px #000);
}

a {
  text-decoration: none;
  transition: .2s;
}

a:hover {
  filter: brightness(1.1);
}

/* レスポンシブ */
.sp {
  display: none;
}

.com_inner {
  margin: auto;
  max-width: 130em;
}

.pc_img_wrap {
  width: 100%;
  min-width: 108em;
  max-width: 198em;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}

.pc_img_wrap img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 198em;
  max-width: none;
}

@media screen and (min-width: 751px) and (max-width: 1300px) {
  .lp_contents {
    font-size: 0.7692vw;
  }
}

@media screen and (max-width: 750px) {
  .lp_contents {
    font-size: 1.333vw;
    max-width: 750px;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  :root {
    --inner-width: 85em;
  }
}


/* ========== offer ========== */
.offer {
  margin-bottom: 11em;
}
.offer .offer_img {
  display: block;
  cursor: pointer;
  margin: 10em auto 8em;
  width: 55em;
}
.offer_btn {
  display: block;
  margin: auto;
  width: 55.2em;
}
.offer .offer_img img {
  width: 100%;
}
.offer_btn img {
  width: 100%;
}

.offer .annotation {
  font-size: 1.2em;
  margin: 3em auto;
  width: fit-content;
}

@media screen and (max-width: 750px) {
  .offer {
    margin-bottom: 10em;
  }
  .offer .offer_img {
    margin: 6em 0 8em;
    width: 100%;
  }
  .offer_btn {
    width: 68em;
  }
  .offer .annotation {
    font-size: 2em;
    width: 85%;
  }
}


/* ========== 01 fv ========== */
.header {
  max-width: 127em;
  margin: auto;
}
.fv {
  position: relative;
}
.fv_btn {
  position: absolute;
  top: 0;
  right: 0;
}
.fv_btn img {
  height: 10em;
  width: 10em;
}
.fv_color_pc {
  margin: 4em auto;
  width: 56em;
}


/* ========== 02 intro  ========== */
.intro .com_inner,
.intro .com_inner img {
  position: relative;
}
.intro_01_02 {
  width: 22em;
  margin: 12em 39.8em 0 auto;
  z-index: 3;
}
.intro_01_03 {
  width: 34.5em;
  margin: -11em 9.4em 0 auto;
  z-index: 2;
}
.intro_01_04 {
  width: 46em;
  margin: -6em 33em 0 auto;
}
.intro_01_05 {
  width: 21.3em;
  margin: -14em 6.7em 11.5em auto;
}
.intro .com_inner .intro_01_txt_pc {
  position: absolute;
  top: 15em;
  left: 12em;
  width: 24em;
}
@media screen and (max-width: 750px) {
  .intro_01_02 {
    width: 45em;
    margin: -8em 0 0 auto;
  }
  .intro_01_03 {
    width: 50em;
    margin: 4.6em 0 0 8.25em;
  }
  .intro_01_04 {
    width: 60.3em;
    margin: 8.8em 0 0 0;
  }
  .intro_01_05 {
    width: 40em;
    margin: -11em 0 7em 29em;
  }
  .intro .com_inner .intro_01_txt01_sp {
    position: absolute;
    top: 14em;
    left: 8em;
    width: 12.4em;
  }
  .intro .com_inner .intro_01_txt02_sp {
    position: absolute;
    top: 82.05em;
    right: 5em;
    width: 26.46em;
  }
}

.intro_02_02 {
  width: 24em;
  padding-top: 5.3em;
  margin: 0 0 0 41em;
  z-index: 2;
}
.intro_02_03 {
  width: 34.6em;
  margin: -4.4em 0 0 11.2em;
}
.intro_02_04 {
  width: 28.2em;
  margin: 1.8em 0 -3em 26.7em;
  z-index: 2;
}
.intro .com_inner .intro_02_txt_pc {
  position: absolute;
  top: 32em;
  right: 14em;
  width: 42.5em;
}
@media screen and (max-width: 750px) {
  .intro_02_02 {
    width: 43em;
    padding-top: 0;
    margin: -5.6em 5em 0 auto;
  }
  .intro_02_03 {
    width: 56em;
    margin: 5.6em 0 0 auto;
  }
  .intro_02_04 {
    width: 38em;
    margin: -17em 0 9.6em 3em;
  }
  .intro .com_inner .intro_02_txt01_sp {
    position: absolute;
    top: 14em;
    left: 8em;
    width: 11.56em;
  }
  .intro .com_inner .intro_02_txt02_sp {
    position: absolute;
    top: 99em;
    right: 9em;
    width: 14.18em;
    z-index: 2;
  }
}

.intro .offer_btn {
  margin: 20em auto 23em;
}
@media screen and (max-width: 750px) {
  .intro .offer_btn {
    margin: 12em auto 17em;
  }
}

/* ========== 03 reason  ========== */
.reason_ttl {
  width: 48em;
  margin: 0 auto 13.8em;
}
.reason_pfas_wrap {
  position: relative;
}
.reason_pfas_btn {
  cursor: pointer;
  position: absolute;
  bottom: 6em;
  left: 0;
  right: 0;
  margin: auto;
  width: 49.7em;
}
.reason_video_wrap {
  position: relative;
}
.reason_video {
  cursor: pointer;
  position: absolute;
  bottom: 18em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 52em;
}
.reason_video img {
  width: 100%;
}

#modal_content {
  width: 80%;
  max-width: 900px;
  margin: 0;
  padding: 0;
  background: #fff;
  position: fixed;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 99999;
}
#modal_content .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#modal_content .inner #player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.modal_close {
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  z-index: 999999;
}
.modal_close::before, .modal_close::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #fff;
}
.modal_close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal_close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.modal_overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 750px) {
  .reason_ttl {
    width: 60em;
    margin: 0 auto 17em;
  }
  .reason_pfas_btn {
    width: 45em;
  }
  .reason_video {
    bottom: 16em;
    width: 65em;
  }
  #modal_content {
    width: 90%;
  }
}


/* ========== modal common ========== */
.modal_campaign_content {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 99999;
}
.modal_campaign_content .inner {
  position: relative;
}
.modal_campaign_content .modal_campaign_close {
  cursor: pointer;
  position: absolute;
  top: -1.2em;
  right: -1.2em;
  display: block;
  width: 5em;
  height: 5em;
  z-index: 999999;
}
.modal_campaign_content .modal_campaign_close img {
  width: 100%;
}
/* campaign */
#modal_campaign_content {
  width: 130em;
  max-width: 92%;
  margin: auto;
}
#modal_campaign_content .modal_cp_wrap {
  background-color: #daf1f0;
  padding: 0 0 4em;
  max-height: 88dvh;
  overflow-y: auto;
}
#modal_campaign_content img {
  width: 100%;
  margin: auto;
}
#modal_campaign_content .cp_btn_txt {
  margin-top: 6em;
  width: 32em;
}
#modal_campaign_content .cp_btn {
  display: block;
  margin: auto;
  width: 41em;
  padding-top: 4em;
}
#modal_campaign_content .modal_cp_mv {
  background-color: #fff;
}
#modal_campaign_content .cp_tokuten_ttl {
  background-color: #FFF9E6;
  padding: 2.4em;
}
#modal_campaign_content .cp_tokuten_ttl img {
  width: 41em;
}
#modal_campaign_content .cp_tokuten {
  margin-top: -2em;
}
#modal_campaign_content .cp_tokuten img {
  width: 82em;
}
#modal_campaign_content .modal_cp_annotation {
  width: 66em;
  margin: 2em auto 4em;
}
#modal_campaign_content .modal_cp_annotation p {
  font-size: 1.1em;
  padding: 0 1.5em;
}
/* pfas */
#modal_pfas_content {
  width: 56em;
}
#modal_pfas_content .modal_pfas_wrap {
  max-height: 88dvh;
  overflow-y: auto;
}
@media screen and (min-width: 751px) {
  #modal_campaign_content .modal_cp_no1 {
    background: url(../img/cp_no1_bg_pc.webp) #fff;
    padding-bottom: 3em;
    background-size: cover;
    background-position: top center;
  }
}
@media screen and (max-width: 750px) {
  #modal_campaign_content {
    width: 90%;
  }
  .modal_campaign_content .modal_campaign_close {
    width: 6em;
    height: 6em;
  }
  #modal_campaign_content .modal_cp_wrap {
    padding: 0 0 4em;
  }
  #modal_campaign_content .cp_btn_txt {
    margin-top: 8em;
    width: 48em;
  }
  #modal_campaign_content .cp_btn {
    margin: 0 auto;
    width: 63em;
    padding-top: 5em;
  }
  #modal_campaign_content .modal_cp_no1 {
    background: #fff;
    padding-bottom: 6em;
  }
  #modal_campaign_content .cp_tokuten_ttl {
    padding: 3em;
  }
  #modal_campaign_content .cp_tokuten_ttl img {
    width: 48em;
  }
  #modal_campaign_content .cp_tokuten {
    margin-top: -6em;
  }
  #modal_campaign_content .modal_cp_annotation {
    width: 100%;
    margin: 2em auto 0;
  }
  #modal_campaign_content .modal_cp_annotation p {
    font-size: 1.8em;
    padding: 0 1.8em;
    letter-spacing: -0.08em;
  }
  /* pfas */
  #modal_pfas_content {
    width: 80%;
  }
}


/* ========== 04 data ========== */
.data .offer_btn {
  margin: 8.4em auto 23em;
}
@media screen and (max-width: 750px) {
  .data .offer_btn {
    margin: 9em auto 14em;
  }
}

.data_table_ttl {
  margin: 0 auto 10em;
  width: 61.5em;
}
.data_table_wrap {
  width: 88em;
  margin: auto;
}
.data_table_area .data_table_annotations {
  font-weight: 600;
  padding-top: 1.5em;
  width: 88em;
  margin: 0 auto 19.8em;
}
.data_table_area .data_table_annotations p {
  font-size: 1.2em;
}
@media screen and (max-width: 750px) {
  .data_table_ttl {
    margin: 0 auto 3em;
  }
  .data_table_wrap {
    width: 70em;
    overflow-x: auto;
  }
  .data_table_wrap img {
    width: 95em;
    max-width: max-content;
    margin-bottom: 3em;
  }
  .data_table_area .data_table_annotations {
    text-align: left;
    padding-top: 1em;
    margin: 0 auto 15em;
    width: 70em;
  }
  .data_table_area .data_table_annotations p {
    font-size: 1.8em;
  }
}

/* js_scrollable */
.js_scrollable::-webkit-scrollbar {
  width: 100%;
  height: 2em;
}
.js_scrollable::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 1em;
}
.scroll-hint.is-right-scrollable.is-left-scrollable,
.scroll-hint.is-left-scrollable,
.scroll-hint.is-right-scrollable {
  background: none;
}
.js_scrollable::-webkit-scrollbar-thumb {
  background: #8DB4B4;
  border-radius: 1em;
}
/* ========== / 04 data ========== */


/* ========== 05 voice ========== */
.voice {
  position: relative;
  padding-top: 12em;
}
.voice_wrap {
  position: relative;
}
.voice_bg_blue {
  background-image: url(../img/05_voice_bg_com@1.5x.webp);
}
.voice_ttl {
  height: 35em;
  width: 100%;
}
.voice_ttl img {
  position: absolute;
  top: -10em;
  left: 0;
  right: 0;
  margin: auto;
  width: 60em;
}
[class^="voice_comment_"] {
  position: absolute;
  top: -1.2em;
  left: 0;
  right: 0;
  margin: auto;
}
.voice_comment_01 {
  left: -20em;
  width: 52em;
}
.voice_comment_02 {
  top: -2em;
  right: -5em;
  width: 54.2em;
}
.voice_comment_03 {
  top: -2em;
  left: -16em;
  width: 57.8em;
}
.voice_comment_04 {
  right: -15em;
  width: 52.7em;
}
.voice_image {
  padding: 17em 0;
  margin: auto;
  width: 112em;
}
.voice_arrow {
  position: absolute;
  bottom: -5em;
  left: 0;
  right: 0;
  margin: auto;
  width: 1.6em;
}
@media screen and (max-width: 750px) {
  .voice {
    padding-top: 18em;
  }
  [class^="voice_comment_"] {
    top: -5.2em;
  }
  .voice_comment_01 {
    right: auto;
    left: 5em;
  }
  .voice_comment_02 {
    top: -5.5em;
    left: auto;
    right: 5em;
  }
  .voice_comment_03 {
    top: -4em;
    right: auto;
    left: 6em;
  }
  .voice_comment_04 {
    top: -4.5em;
    left: auto;
    right: 5em;
  }
  .voice_wrap_slide {
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .voice_wrap_slide .voice_image  {
    padding: 13em 1.4em;
    width: 102em;
    max-width: max-content;
    animation: loopSlide 20s infinite linear 1s both;
  }
  @keyframes loopSlide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
}
/* ========== / 05 voice ========== */


/* ========== 06 fact ========== */
.fact .com_inner {
  max-width: 100em;
}
.fact_movie_wrap {
  position: relative;
}
.fact_movie_thumbnail {
  cursor: pointer;
  position: absolute;
  bottom: 10em;
  left: 0;
  right: -36em;
  margin: auto;
  width: 30em;
}
#modal_short_content {
  display: none;
  position: fixed;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40em;
  max-height: 95vh;
  margin: 0;
  padding-top: 40px;
  overflow-y: auto;
  z-index: 99999;
}
#modal_short_content .modal_muted {
  cursor: pointer;
  position: absolute;
  bottom: 1em;
  right: 1.5em;
  z-index: 2;
  width: 4em;
}
#modal_short_content .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#modal_short_content .inner .modal_short_movie {
  width: 100%;
  height: 100%;
}
.fact .fact_06_img {
  position: relative;
  margin-top: -4em;
}
.fact .offer_btn {
  margin: 20em auto 28em;
}
@media screen and (max-width: 750px) {
  .fact_movie_thumbnail {
    right: 0;
    width: 58em;
  }
  #modal_short_content {
    max-height: 90vh;
    width: 75%;
  }
  #modal_short_content .modal_muted {
    bottom: 2em;
    right: 2.5em;
    width: 6em;
  }
  .fact .offer_btn {
    margin: 17em auto 22em;
  }
}
/* ========== / 06 fact ========== */


/* ========== 07 point ========== */
.point_video_wrap {
  position: relative;
}
.slider_point {
  margin: -53em auto 29em;
}

.slider_point.splide.is-initialized:not(.is-active) .splide__list {
  display: flex;
  justify-content: center;
  gap: 6.55em;
}
.slider_point .splide__slide .usage_video_top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5em;
}
.slider_point .splide__slide .usage_video_top p {
  color: #444;
  font-size: 1.3em;
  font-weight: 600;
  margin-top: 0.5em;
  text-align: center;
  line-height: 1.6em;
}
.slider_point .splide__slide .usage_video_top p span {
  color: #E85504;
  font-size: 1.3em;
}
/* .slider_point .splide__slide video {
  filter: drop-shadow(0px 0px #000);
  width: 24.4em;
  height: 44em;
} */
.slider_point .splide__slide img {
  cursor: pointer;
  width: 24.4em;
  height: 44em;
}

@media screen and (max-width: 750px) {
  .slider_point {
    margin: -127em auto 28em;
    width: 55em;
  }
  .slider_point .splide__slide .usage_video_top {
    height: 16em;
  }
  .slider_point .splide__slide .usage_video_top p {
    font-size: 3.0em;
  }
  /* .slider_point .splide__slide video {
    width: 55em;
    height: 99em;
  } */
  .slider_point .splide__slide img {
    width: 55em;
    height: 99em;
  }
  /* ========== slider ========== */
  .splide__arrow {
    background-color: #DBF7F4;
    opacity: 1;
    top: 57%;
  }
  .splide__arrow--prev,
  .splide__arrow--next {
    width: 2.5em;
    height: 2.5em;
  }
  .point .splide__arrow--prev {
    left: -1em;
  }
  .point .splide__arrow--next {
    right: -1em;
  }
  .slider_point .splide__pagination {
    bottom: -7em;
  }
  .slider_point .splide__pagination__page {
    background: #939393;
    margin: 0.5em;
    height: 0.6em;
    width: 0.6em;
  }
  .slider_point .splide__pagination__page.is-active {
    background: #49D9C9;
    transform: scale(1);
  }
}
/* ========== / 07 point ========== */


/* ========== 08 like ========== */
.like .com_inner {
  max-width: 100em;
}
/* ========== / 08 like ========== */


/* ========== 09 features ========== */
.features {
  padding-top: 23em;
  overflow: hidden;
}
.features .com_inner {
  max-width: 85em;
}
.features_btn {
  cursor: pointer;
  position: relative;
  border: #000 solid 1px;
  padding: 1.5em;
  margin: 5em auto;
  width: 85em;
}
.features_btn p {
  font-size: 3em;
  text-align: center;
}
.features_btn_img {
  filter: drop-shadow(0.6em 0.6em 0 #49d9c9);
}
.features_btn:before,
.features_btn:after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.4s;
  background: #676767;
  right: 3em;
  top: 50%;
  width: 3em;
  height: 1px;
  z-index: 1;
}
.features_btn:after {
  transform: rotate(90deg);
}
.features_btn.open:after {
  transform: rotate(180deg);
}
.features_btn_wrap {
  display: flex;
  justify-content: center;
  gap: 2em;
}
.features_btn_wrap a {
  width: 30em;
}
.features_content_01 {
  position: relative;
  margin-bottom: 15em;
}
.features_content_02 {
  margin-bottom: 14em;
}
.features_movie {
  position: absolute;
  bottom: 0;
  right: 12em;
  width: 21.6em;
}
.features_movie_icon {
  position: absolute;
  bottom: 21em;
  right: 6em;
  width: 11em;
}

@media screen and (max-width: 750px) {
  .features {
    padding-top: 16em;
  }
  .features_btn {
    padding: 2.8em;
    width: 70em;
  }
  .features_btn p {
    font-size: 5em;
  }
  .features_btn:before,
  .features_btn:after {
    width: 4em;
  }
  .features_content_01,
  .features_content_02 {
    margin-bottom: 10em;
  }
  .features_movie {
    left: 0;
    right: 0;
    margin: auto;
    width: 40em;
  }
  .features_movie_icon {
    bottom: 8em;
    width: 18em;
  }
}
/* ========== / 09 features ========== */


/* ========== 10 faq ========== */
.faq {
  margin: auto;
  padding: 20em 1em 0;
  max-width: 90em;
}
.faq .faq_ttl {
  width: 100%;
  margin: 0 auto 3em;
  padding: 0 2em;
}
.faq_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
  cursor: pointer;
  height: 10em;
}
.faq_btn_img {
  width: 3.2em;
}
.faq_btn_txt {
  font-size: 2.4em;
  font-weight: bold;
}
.faq_icon_wrap {
  width: 3.2em;
  height: 3.2em;
  margin-left: auto;
}
.faq_icon_wrap span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.faq_icon_wrap span:before,
.faq_icon_wrap span:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #4D4D4D;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.faq_icon_wrap span:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq_icon_wrap.open span:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.faq_content {
  padding: 0 0 4em 4em;
}
.faq_content p {
  font-size: 1.8em;
  font-weight: 500;
}
.faq_content .faq_tel {
  margin-right: 1.2em;
  text-decoration: underline;
}
.faq_content .faq_tel a {
  color: #000;
}
.faq_content .faq_reception {
  font-size: 0.7em;
}
.faq_border {
  border-bottom: #333333 solid 1px;
  width: var(--inner-width);
  width: 100%;
}

@media screen and (max-width: 750px) {
  .faq {
    padding: 16em 3em 0;
  }
  .faq .faq_ttl {
    padding: 0;
    margin: 2em auto 5em;
  }
  .faq_btn_img {
    width: 4em;
  }
  .faq_btn_txt {
    font-size: 3em;
    font-weight: bold;
  }
  .faq_icon_wrap span:before,
  .faq_icon_wrap span:after {
    width: 70%;
    height: 1.5px;
  }
  .faq_content p {
    font-size: 2.8em;
  }
}

/* ================ / 10 faq ================ */


/* ================ 11 campaign ================ */
.campaign {
  margin: auto;
  max-width: 90em;
}
.campaign .campaign_container {
  border: #000 solid 1px;
  margin: 4em 0 10em;
  padding: 4em 5em;
}
.campaign h3 {
  font-size: 2.7em;
  font-weight: bold;
  text-align: center;
}
.campaign .campaign_txt {
  font-size: 2em;
  font-weight: 500;
}
.campaign .campaign_txt sup {
  font-size: .66em;
  position: relative;
  top: .4em;
}
.campaign .campaign_notes {
  font-size: 1.2em;
  font-weight: 500;
}
.campaign .campaign_notes a {
  color: #000;
  text-decoration: underline;
}
.campaign .campaign_notes .blue {
  color: #0000FF;
}
.campaign dl dt {
  position: relative;
  font-size: 2.7em;
  font-weight: bold;
  margin: 1em 0 .5em;
}
.campaign dl dt span {
  position: relative;
  background-color: #fff;
  padding-right: 0.4em;
}
.campaign dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: #000 solid 1px;
}
.campaign dl dd {
  font-size: 2em;
  font-weight: 500;
}
.campaign .offer_btn {
  margin: 8em auto 4.6em;
}

@media screen and (max-width: 750px) {
  .campaign {
    padding: 3em;
  }
  .campaign .campaign_container {
    padding: 4em 3em;
  }
  .campaign h3 {
    font-size: 3em;
  }
  .campaign .campaign_txt {
    font-size: 2.5em;
  }
  .campaign .campaign_notes {
    font-size: 2em;
  }
  .campaign dl dt {
    font-size: 3em;
  }
  .campaign dl dd {
    font-size: 2.5em;
  }
  .campaign .offer_btn {
    margin: 6em auto 5em;
    width: 100%;
  }
}


/* ================ company ================ */
.company {
  margin-bottom: 8em;
}
.company .company_logo {
  width: 22.1em;
  margin: 0 auto 5em;
}
.company .company_info_wrap {
  display: flex;
  justify-content: space-between;
  width: 92em;
  margin: auto;
}
.company .company_info:first-of-type {
  width: 47em;
}
.company .company_info:last-of-type {
  width: 43em;
}
.company dl {
  font-size: 2em;
  display: flex;
  border-bottom: #000 solid 1px;
  padding: 0.7em 0.2em 0.6em;
}
.company dl:first-of-type {
  border-top: #000 solid 1px;
}
.company dt {
  font-weight: bold;
  width: 6em;
}

@media screen and (max-width: 750px) {
  .company {
    margin-bottom: 10em;
  }
  .company .company_ttl {
    width: 35.8em;
  }
  .company .company_logo {
    width: 35.1em;
  }
  .company .company_info_wrap {
    flex-direction: column;
    width: 100%;
    padding: 0 4em;
  }
  .company .company_info:first-of-type,
  .company .company_info:last-of-type {
    width: 100%;
  }
  .company dl {
    font-size: 2.5em;
  }
  .company .company_info_wrap .company_info:last-of-type dl {
    border-top: none;
  }
}


/* ================ footer ================ */
.footer {
  background-color: #79D8C8;
  padding: 3em;
  margin-bottom: 12em;
}
.footer-inner {
  width: var(--inner-width);
  max-width: 95%;
  margin: auto;
}
.footer-inner img {
  margin: auto;
}
.footer-logo {
  height: 5em;
  width: 32.2em;
}
.footer-inner ul {
  display: flex;
  justify-content: center;
  margin: 3em 0;
}
.footer-inner li {
  border-right: #fff solid 0.1em;
}
.footer-inner li:last-child {
  border: none;
}
.footer-inner li a {
  display: block;
  font-size: 1.4em;
  line-height: 1.1;
  margin: 0.5em 1em;
  color: #fff;
  text-align: center;
}
.copyright {
  color: #fff;
  font-size: 1.4em;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .footer-inner ul {
    flex-direction: column;
  }
  .footer-inner li {
    border-right: none;
    border-bottom: #fff solid 0.1em;
  }
  .footer-inner li a {
    font-size: 1.8em;
    margin: 1.3em 0;
  }
}


/* ================ floating banner ================ */
.floating_area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 0 0.5em 0.2em rgba(0, 0, 0, 0.2);
  z-index: 3;
  background-color: #DCF7F5;
  animation-name: fadeIn;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-delay: 2s;
}
@keyframes fadeIn{
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
.floating_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15em;
  margin: auto;
  padding: 2em 0;
  max-width: 130em;
}
.floating_btn_wrap {
  display: flex;
  align-items: center;
  gap: 2em;
}
.floating_content .floating_tel {
  width: 36em;
}
.floating_content .floating_txt {
  width: 17em;
}
.floating_content a {
  width: 34em;
}

@media screen and (max-width: 750px) {
  .floating_area {
    width: 100%;
  }
  .floating_content {
    gap: 2.5em;
  }
  .floating_btn_wrap {
    flex-direction: column;
    gap: 0.8em;
  }
  .floating_content .floating_tel {
    width: 34.6em;
  }
  .floating_content .floating_txt {
    width: 24.58em;
  }
  .floating_content a {
    width: 29.8em;
  }
}
