@charset "utf-8";

/* すべての要素のマージン、パディング、ボックスサイズを初期化 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

/* HTML、BODYの設定 */
html,
body {
  width: 100%;
  height: 100%;
  line-height: 1;
  font-family:  "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  letter-spacing: .01rem;
  background-color: #fff;
}

body {
  overflow-x: hidden;
}

/* メディア要素のレスポンシブ対応 */
img,
video,
iframe {
  max-width: 100%;
  height: auto;
}

/* リストの初期化 */
ul,
ol {
  list-style: none;
}

/* リンクの初期化 */
a {
  color: inherit;
  transition: all,.2s ease-out 0s;
}

/* テーブルの初期化 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ボタンの初期化 */
button {
  background: none;
  border: none;
  cursor: pointer;
}

/* 入力フォームの初期化 */
input,
textarea {
  border: none;
  outline: none;
  background: transparent;
}

/* その他 */
input,
textarea,
select {
  font-family: inherit;
  font-size: 1rem;
}

/* ノンクリティカルな余白はここで調整 */
body {
  padding: 0;
  margin: 0;
}

/* ============================
       PC版スタイル（デフォルト）
       ============================ */

/* header PC */
header {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 12px 0;
}

header h1 {
  width: 904px;
  text-align:left;
  margin: 0 auto;
}

.header-logo {
  width: 200px;
}

/* Container */

/* Hero Section PC */
.hero {
  background: url(../img/high-resolution_mv_bg.webp) center top;
  background-size: cover;
  text-align: center;
  padding: 28px 0 14px 0;
}

/* Main Content PC */
.main-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px 48px 0px 48px;
}

.banner_sample img {
  display: block;
  margin: 0 auto;
}

.benefit-circle img {
  width: 216px;
  height: auto;
}

.benefit-item {
  padding-bottom: 20px;
}


/* Headings PC */
.ttl {
  width: 100%;
  min-height: 1rem;
  font-weight: 700;
  font-size: 20px;
  padding: 10px 12px;
  margin: 36px 0 16px 0;
  line-height: 1.5;
}

.ttl_yellow {
  color: #000;
  background-color: #ffd100;
}

.ttl_blue {
  color: #fff;
  background-color: #1B82FB;
}

.co_ttl_leftborder {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 24px 0 16px 0;
  padding: 5px 0 3px 8px;
  display: block;
}

.co_ttl_leftborder_yellow {
  border-left: solid 4px #ffd100;
}

.co_ttl_leftborder_blue {
  border-left: solid 4px #0A57CA;
}

/* Benefits Section PC */
.benefits-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  padding: 24px 0;

}

.benefits-list .benefit-item {
  flex: 1;
  max-width: 230px;
  align-items: center;
  text-align: center;
}

.benefit-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #403E3E;
  margin: 10px 0;
}

.benefit-desc {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  color: #403E3E;
}

/* Stats Section PC */
.stats-image {
  width: 100%;
  margin: 30px auto 10px;
}

.stats-image img {
  margin: auto;
  display: block;
  text-align: center;
}

.stats-source {
  font-size: 12px;
  color: #403E3E;
  text-align: center;
  margin-bottom: 12px;
}

.stats-url {

  color: #403E3E;
  text-align: right;
  margin-bottom: 20px;
}

/* Info Box PC */
.info-box {
  width: 904px;
  border: 1px solid #B9B9B9;
  padding: 16px 16px 0px 16px;
  margin-bottom: 16px;
}

.info-box-title {
  font-size: 16px;
  font-weight: 700;
  color: #403E3E;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #B9B9B9;
}


/* Screenshot Section PC */
.screenshot-section {
  margin-bottom: 24px;
  text-align: center;
}

.screenshot-section p {
  padding-bottom: 8px;
}

.screenshot-image {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border: 0.5px solid #D9D9D9;
}

/* Button PC */
.btn {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 16px auto;
  padding: 30px 0;
  border-radius: 4px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.25);
}

.btn-blue {
  background-color: #0A57CA;
}

.btn-orange {
  background-color: #EF6507;
}

/* Text Styles */
p {
  font-size: 15px;
  line-height: 1.5;
  color: #403E3E;
  padding-bottom: 16px;
}

p a {
  text-decoration: underline;
}

a:hover {
  opacity: 0.6;
}

.text-bold {
  font-weight: 700;
}

/* Highlight Box */
.highlight-box {
  background-color: #FFFAE2;
  padding: 16px 12px;
  margin-bottom: 16px;
}

.highlight-box ul {
  padding-left: 20px;
}

.highlight-box li {
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 4px;
  list-style: disc;
}


/* Footer */
footer {
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: #ccc;
  margin-top: 80px;
  position: relative
}

footer a {
  color: #ccc;
  text-decoration: none;
  line-height: 1.5;
}

footer a:visited {
  color: #ccc
}
.fa {
    padding-right: .3em;
}
.fa_append_before {
    padding-right: 0;
    padding-left: .3em;
}
.fa_append_after {
    padding-right:.2em;
    padding-left:  0;
}
.footer_inner {
  width: 1000px;
  margin: 0 auto
}
.fixed_footer_ico {
    display: none;
    position: fixed;
    z-index: 9;
    right: 15px;
    bottom: 20px
}

.fixed_footer_ico span {
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #333;
    border-radius: 50%;
    line-height: 50px;
    box-shadow: 0 3px 6px #00000029;
    cursor: pointer
}
.fixed_modal_trigger {
    display: none;
    background-color: #ffd100 !important;
    margin-bottom: 16px;
}
.fixed_pagetop_trigger {
    display: block;
}
.fixed_pagetop_trigger i {
    font-size: 30px;
    color: #fff;
    line-height: 48px;
    padding-right: 0;
}

.footer_inner {
  padding: 24px 0
}

.footer_contents {
  background-color: #333;
  padding: 60px 0 40px
}

.footer_copy_only {
  padding: 16px 0
}

.footer_copy_only .footer_copyright {
  border: none;
  margin: 0 auto;
  padding: 23px 12px
}

.footer_link_list_wrap {
  overflow: hidden;
  padding: 0
}

.footer_link_list_wrap p {
  margin-top: 2px;
  padding-bottom: 0;
}

.footer_link_list_wrap ul {
  overflow: hidden;
  margin-top: 40px;
  display: flex;
  justify-content: space-around
}

.footer_link_list_wrap li {
  float: left;
  margin-right: 24px;
  font-size: 13px
}

.footer_link_list_wrap li:last-child {
  margin-right: 0
}

.footer_share_wrap {
  overflow: hidden;
  margin-top: 20px;
  text-align: right;
  display: flex;
  justify-content: flex-end
}

.footer_share {
  overflow: hidden;
  display: flex;
  width: auto;
  align-items: center
}

.footer_contact {
  margin-left: 40px
}

.footer_share li {
  float: left;
  margin-right: 16px
}

.footer_share li:last-child {
  margin-right: 0
}

.footer_share i {
  font-size: 24px;
  color: #fff
}

.btn.btn_footer_contact {
  font-size: 16px;
  color: #fff;
  padding: .3em 0
}

.footer_share_wrap p {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 200px;
  max-width: 200px
}

.footer_links {
  margin: 60px auto;
  display: flex;
  justify-content: center
}

.footer_links li {
  margin-right: 8px
}

.footer_links li:last-child {
  margin-right: 0
}

.footer_copyright {
  margin-top: 16px;
  padding: 36px 0 0
}

/* ============================
       SP版レスポンシブスタイル (767px以下)
       ============================ */
@media screen and (max-width: 767px) {

  /* header SP */
  header h1{
    width: 100%;
    padding:0 12px;
  }
  .header-logo {
    width: 164px;
  }

  /* Hero SP */
  .hero {
    padding: 20px;
    background: url(../img/high-resolution_mv_bg.webp) center top;
    background-position: 30% top;
    background-size: auto;

  }

  /* Main Content SP */
  .main-content {
    padding: 0px 20px 0px 20px;
  }

  .banner_sample img {
    max-width: 360px;
  }

  /* Benefits Section SP */
  .benefits-list {
    display: block;
    padding-bottom: 0;
  }

  .benefits-list .benefit-item {
    flex: none;
    max-width: none;
  }


  /* Stats Section SP */
  .stats-image {
    margin-bottom: 10px;
  }

  .stats-source {
    font-size: 11px;
  }

  /* Info Box SP */
  .info-box {
    width: 100%;
  }

  /* Screenshot Section SP */
  .screenshot-section_partner img {
    max-width: 350px;
  }

  .screenshot-image {
    max-width: 100%;
  }

  /* Button SP */
  .btn {
    font-size: 20px;
  }

  /*Footer SP */
  .footer_inner {
    width: 100%;
    padding: 12px
  }

  .footer_contents {
    padding: 16px 0
  }

  .footer_link_list_wrap {
    text-align: left
  }

  .footer_link_list_wrap p {
    float: none
  }

  .footer_link_list_wrap ul {
    margin-top: 20px;
    float: none;
    display: block
  }

  .footer_link_list_wrap li {
    width: 50%;
    text-align: left;
    margin: 0 0 8px
  }

  .footer_links {
    margin: 40px auto;
    padding: 0 12px
  }

  .footer_contact {
    margin-left: 24px
  }

  .footer_share_wrap {
    margin: 0 0 18px;
    justify-content: space-between
  }

  .footer_share {
    float: left
  }

  .footer_share i {
    font-size: 22px;
    line-height: 31px
  }

  .footer_share li {
    margin-right: 10px
  }

  .footer_share_wrap p {
    width: 150px;
    max-width: 150px;
    float: right
  }

  .btn.btn_footer_contact {
    font-size: 13px;
    padding: .4em 0 .3em
  }

  .footer_copyright {
    margin-top: 0;
    padding: 24px 12px 8px
  }

  .footer_globalsign dt {
    padding-left: 12px
  }

  .footer_globalsign dd {
    font-size: 10px;
    margin-left: 4px;
    padding-right: 12px
  }

  .footer_adjust {
    margin-top: 40px
  }


}

@media screen and (max-width: 400px) {
  .banner_sample img {
    max-width: 100%;
  }

  .screenshot-section_partner img {
    max-width: 100%;
  }
}




/* Utility Classes */
.mb-0 {
  margin-bottom: 0;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

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

/* SP/PC 切り替え（PCファースト） */
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}