@charset "UTF-8";
body,
header .head-detail {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  margin-top: 78px;
}
body.copyshow {
  margin-top: 140px;
}
body.fix,
header {
  position: fixed;
  width: 100%;
}
header {
  border-bottom: #f0f0f0 solid 2px;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 1000;
}
header#default .site-ttl {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
header#default .site-ttl img {
  width: 154px;
}
header.scroll .head-sub-navi {
  top: 50px;
}
header .head-detail {
  position: relative;
  text-align: center;
  background-color: #fff;
}
header .head-demand {
  display: none;
}
header .head-company {
  position: absolute;
  top: 15px;
}
header .head-company a {
  display: inline-block;
  background: url(/common/img/icon_media.svg) left center no-repeat;
  padding-left: 28px;
}
header .head-company a:hover {
  text-decoration: underline;
}
header .site-ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  padding: 20px 14px;
  background-color: #fff;
  position: relative;
  z-index: 1001;
}
header .head-company a,
header .site-ttl a {
  color: #333;
  text-decoration: none;
}
header .btn-gmenu span,
header .head-navi,
header .head-navi-detail ul li a:after,
header .site-ttl img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.site-logo img {
  width: 240px;
  height: auto;   /* 画像の縦横比を維持 */
  display: block; /* 中央揃えしやすくするため */
  margin: 0 auto; /* ロゴを中央に配置 */
}

header .head-navi {
  margin: -100vh 0 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 100px);
  overflow-y: scroll;
  z-index: 1000;
  text-align: left;
  border-top: #c8c8c8 solid 1px;
  background-color: #fff;
  font-weight: 700;
}
header .head-navi.nav-open {
  margin: 0;
}
header .head-navi > li::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
header .head-navi.nav-open .head-btn[data-place="solution"] {
  background-color: #f06743;
  color: #fff;
}
header .head-btn:hover,
header
  .head-navi.nav-open
  .head-btn[data-place="solution"]
  + .head-navi-detail
  ul
  li
  a {
  color: #f06743;
}
header .head-btn {
  background-color: #fdeeea;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  border-bottom: #c8c8c8 solid 1px;
}
header .head-btn:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: solid 1px #ec6944;
  border-right: solid 1px #ec6944;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -5px;
}
header .head-btn[data-place="anchor"],
header .head-btn[data-place="home"],
header .head-btn[data-place="inquiry"],
header .head-btn[data-place="link"],
header .head-btn[data-place="recruit"],
header .head-btn[data-place="totop"] {
  padding: 0;
}
header .head-btn[data-place="home"]:after,
header .head-btn[data-place="inquiry"]:after,
header .head-btn[data-place="link"]:after,
header .head-btn[data-place="recruit"]:after,
header .head-btn[data-place="totop"]:after {
  border-bottom: none;
  border-top: solid 1px #ec6944;
  border-right: solid 1px #ec6944;
  right: 15px;
}
header .head-btn[data-place="solution"]:after {
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
header .head-btn[data-place="solution"] a {
  color: #fff;
}
header .head-btn[data-place="inquiry"] a,
header .head-btn[data-place="totop"] a {
  padding-left: 35px;
}
header .head-btn[data-place="inquiry"] a:before,
header .head-btn[data-place="totop"] a:before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .head-btn[data-place="inquiry"] a:before {
  background-image: url(/common/img/icon_head_mail.svg);
}
header .head-btn[data-place="totop"] a:before {
  background-image: url(/common/img/icon_media.svg);
}
header .head-btn.active,
header .head-btn.current,
header .head-btn.current a {
  color: #f06743;
}
header .head-btn.active:after {
  border: 0;
  border-top: solid 1px #ec6944;
  border-left: solid 1px #ec6944;
  margin-top: -3px;
}
header .head-btn.active[data-place="solution"]:after {
  border: 0;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}
header .head-btn,
header .head-btn a,
header .head-navi-detail ul li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 10px;
}
header .head-btn a:hover,
header .head-home a:hover {
  text-decoration: underline;
}
header .head-navi-detail {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  float: left;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  z-index: -100;
}
header .head-navi-detail.nav-open {
  max-height: 1000px;
  margin-top: 0;
}
header .head-navi-detail ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: left;
}
header .head-navi-detail ul li {
  border-bottom: #c8c8c8 solid 1px;
}
header .head-navi-detail ul li a {
  padding: 8px 15px 8px 10px;
  position: relative;
  background-color: #fff;
}
header .btn-gmenu span,
header .head-navi-detail ul li a:after {
  display: block;
  position: absolute;
}
header .head-navi-detail ul li a:after {
  content: "";
  border-top: solid 1px #ec6944;
  border-right: solid 1px #ec6944;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 7px;
  height: 7px;
}
header .head-navi-category,
header .head-sub-navi p.active:after {
  display: none;
}
header .btn-gmenu {
  display: block;
  position: absolute;
  right: 20px;
  z-index: 1003;
  line-height: 0;
  width: 40px;
  height: 30px;
  background: 0 0;
  border: 0;
  padding: 0;
  outline: 0;
}
header .btn-gmenu span {
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ed781e;
  -webkit-transition-timing-function: cubic-bezier(0.36, 0.22, 0.17, 0.93);
  transition-timing-function: cubic-bezier(0.36, 0.22, 0.17, 0.93);
}
header .btn-gmenu span:nth-child(1) {
  top: 0;
}
header .btn-gmenu span:nth-child(2) {
  top: 50%;
  margin-top: -2px;
}
header .btn-gmenu span:nth-child(3) {
  bottom: 0;
}
header .btn-gmenu.active span {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
header .btn-gmenu.active span:nth-child(1) {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 13px;
}
header .btn-gmenu.active span:nth-child(2) {
  opacity: 0;
}
header .btn-gmenu.active span:nth-child(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 13px;
}
header .head-sub-navi {
  display: none;
  z-index: 1001;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
header .head-sub-navi p,
header .head-sub-navi ul li a {
  border: #ec6944 solid 1px;
  color: #ec6944;
  position: relative;
}
header .head-sub-navi p {
  cursor: pointer;
  padding: 5px 10px 4px;
}
header .head-sub-navi p:after,
header .head-sub-navi p:before {
  content: "";
  display: block;
  background-color: #ec6944;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -1px;
}
header .head-sub-navi p:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
header .head-sub-navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: #ec6944 solid 1px;
  display: none;
}
header .head-sub-navi ul li a {
  display: block;
  border-bottom: none;
  padding: 13px 10px;
  text-decoration: none;
}
header .head-sub-navi ul li a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #ec6944;
  border-right: solid 1px #ec6944;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -4px;
}
header .btn-gmenu {
  top: 36px;
}
header .head-btn::after {
  content: "";
}
header .head-btn[data-place="link"] a:hover,
header .head-home a {
  text-decoration: none;
  color: #f06743;
}
header .head-btn[data-place="inquiry"] {
  background-color: #fab29e;
}
header .head-company {
  right: auto;
  left: calc(100% - 330px);
}
header .head-home {
  display: none;
}
header .head-home a {
  display: inline-block;
  background: url(../../../../common/img/icon_media.svg) left center no-repeat;
  padding-left: 28px;
  color: #333;
}

.main-ttl-block h2 {
  text-align: center;
}
.page-content {
  padding: 80px 20px 140px;
}
.lead-list {
  max-width: 610px;
  margin: -24px auto 80px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}
.lead-list dt {
  background-color: #ffffff;
  border: 1px solid #4b2e25;
  color: #4b2e25;
  width: 200px;
  margin-top: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 4px;
  border-radius: 10px;
  box-sizing: border-box;
}
.lead-list dd {
  width: calc(100% - 220px);
  margin: 24px 0 0;
  font-size: 24px;
  font-size: 2.4rem;
}
.btn_size {
  text-align: center;
}
.btn_size img {
  margin-bottom: 110px;
}
.example-block,
.lead-list dt {
  text-align: center;
}
.example-ttl {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 40px;
}
.example {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.example > div {
  width: 48.9%;
}
.example > div p {
  margin-bottom: 15px;
}
.example > div p span,
.option-text,
.with-list li {
  font-size: 20px;
  font-size: 2rem;
}
.option-text {
  margin-top: 30px;
  font-weight: 700;
}
.grade-up {
  display: inline-block;
  border: #eb612a solid 2px;
  padding: 20px 40px;
  margin-top: 40px;
}
.grade-up-lead {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.grade-up-lead span {
  font-weight: 700;
}
.with-block {
  margin-top: 120px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}
.with-ttl {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #eb612a;
  border-bottom: #eb612a solid 1px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
  width: 100%;
}
.with-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.with-list li {
  position: relative;
  padding-left: 1.5em;
}
.with-list li::before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.with-bnr {
  margin: 50px auto 100px;
}
.with-bnr > div {
  margin-bottom: 130px;
}
.with-bnr > div:last-child {
  margin-bottom: 0;
}
.with-notice {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.with-notice li {
  display: inline-block;
}
.foot-caption {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 20px;
}

.catchcopy {
  color: #2454a5; /* 文字青 */
  text-align: center;
  padding: 1rem 1rem;
  margin-top: 10rem;
  background: none; /* 背景なし */
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}

.copy-box {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.8;
}

.copy-box p {
  font-size: 3rem;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy-box-body-text-center {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.8;
  }

.copy-box-body-text-center p {
  font-size: 3rem;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy-box-body-text-center p::before,
.copy-box-body-text-center p::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #2454a5; /* テキストと同じ青で線 */
}

.copy-box-body-text-center p::before {
  margin-right: 1em; /* テキストとの余白 */
}

.copy-box-body-text-center p::after {
  margin-left: 1em;
}

.copy-box-underbar-black p {
  color: #000;
  font-size: 3rem;
  margin: 2rem 0;
}

.copy-box .product-name {
  display: block;
  margin: 0rem auto;
  margin-bottom: 1.8rem;
  max-width: 420px;
  width: 75%;
  height: auto;
}

.body-text {
  color: #000;
  display: block;
  text-align: left;
  padding: 1rem;
  margin: 0 auto 4em;
  max-width: 900px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.8em;
}

.body-text-center {
  color: #000;
  display: inline-block;
  text-align: left;
  padding: 1rem;
  margin: 0 auto 1em;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.8em;
}

  .pc {
 display:block;
} 
 
  .smartphone {
    display:none;
}

@media print, screen and (min-width: 1200px) {
    .site-logo img {
    width: 540px;
  }
}
@media print, screen and (min-width: 980px) {
  body {
    margin-top: 130px;
  }
  body.copyshow {
    margin-top: 210px;
  }
  header.scroll .head-detail {
    padding: 20px 14px 10px;
  }
  header.scroll .head-navi {
    margin: 15px 0 0;
  }
  header.scroll .head-copy a {
    font-size: 1.4rem;
    padding: 6px;
  }
  header .head-demand {
    display: block;
    width: 190px;
    position: absolute;
    top: 10px;
    right: 14px;
  }
  header .head-demand a {
    display: block;
    background-color: #ec6944;
    color: #fff;
    text-decoration: none;
    padding: 5px;
  }
  header .site-ttl {
    padding: 0;
    background: 0 0;
    z-index: auto;
  }
  header .head-navi {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: auto;
    overflow: auto;
    text-align: center;
    position: static;
    border: 0;
    font-weight: 400;
  }
  header .head-navi.nav-open {
    margin-top: 30px;
  }
  header .head-navi > li {
    border: 0;
    padding: 0 22px;
  }
  header .head-navi > li:first-child .head-btn:before {
    display: none;
  }
  header .head-navi.nav-open .head-btn[data-place="solution"] {
    background: 0 0;
    color: #333;
  }
  header .head-btn:hover:before,
  header
    .head-navi.nav-open
    .head-btn[data-place="solution"]
    + .head-navi-detail
    ul
    li
    a {
    color: #333;
  }
  header .head-btn {
    background: 0 0;
    display: inline-block;
    padding: 0;
    border-bottom: none;
  }
  header .head-btn:before {
    content: "／";
    position: absolute;
    top: 0;
    left: -28px;
    margin-top: 0;
  }
  header .head-btn:after,
  header .head-navi > li.sp {
    display: none;
  }
  header .head-btn[data-place="home"]:after,
  header .head-btn[data-place="inquiry"]:after,
  header .head-btn[data-place="link"]:after,
  header .head-btn[data-place="recruit"]:after,
  header .head-btn[data-place="totop"]:after {
    border: 0;
    right: -28px;
  }
  header .head-btn.active:before,
  header .head-btn.current:before {
    color: #333;
  }
  header .head-btn a {
    display: inline;
    padding: 0;
  }
  header .head-navi-detail {
    max-height: initial;
    margin-top: -100vh;
    float: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    padding: 25px;
    box-sizing: border-box;
  }
  header .head-navi-detail ul {
    max-width: 340px;
    border-top: #c8c8c8 solid 1px;
  }
  header .head-navi-detail ul li a {
    background: 0 0;
    padding: 8px 10px;
  }
  header .head-navi-detail ul li a:hover:after {
    right: 8px;
  }
  header .head-navi-category {
    display: block;
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  header .head-navi-close {
    position: absolute;
    top: 40px;
    right: 120px;
    width: 33px;
    height: 33px;
    cursor: pointer;
  }
  header .head-navi-close:after,
  header .head-navi-close:before {
    content: "";
    display: block;
    width: 2px;
    height: 44px;
    background-color: #ec6944;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -2px;
  }
  header .head-navi-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .head-navi-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .btn-gmenu,
  header .btn-gmenu span {
    display: none;
  }
  header .head-sub-navi {
    display: block;
    width: 260px;
    position: absolute;
    top: 60px;
    right: 14px;
    text-align: left;
    background-color: #fff;
  }
  header .head-detail {
    padding: 35px 14px 30px;
  }
  header .head-home {
    display: block;
    position: absolute;
    top: 50px;
    left: calc(100% - 330px);
    z-index: 1002;
  }
  header .head-navi {
    margin-top: 0;
  }

}

@media only screen and (min-width: 768px) and (max-width: 820px) {
  body {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
 .site-logo img {
    width: 150px;
  }
  body {
    margin-top: 78px;
  }
  body.copyshow {
    margin-top: 96px;
  }
  body.copyshow header#default .head-navi {
    height: calc(100vh - 98px);
  }
  .head-navi {
    font-size: 1.6rem;
  }
  header#default .site-ttl {
    padding: 8px;
  }
  header#default .site-ttl img {
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    margin-bottom: -2px;
  }
  header .site-ttl {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  header .head-navi {
    height: calc(100vh - 70px);
  }
  header .btn-gmenu {
    top: 26px;
    right: 12px;
    width: 30px;
    height: 20px;
  }
  header .btn-gmenu span {
    height: 3px;
  }
  header .btn-gmenu span:nth-child(2) {
    margin-top: -1px;
  }
  header .btn-gmenu.active span:nth-child(1),
  header .btn-gmenu.active span:nth-child(3) {
    top: 9px;
  }
  header .head-btn[data-place="link"] {
    padding: 0;
  }
  header .site-ttl {
    padding: 20px 10px;
  }

  .page-content {
    padding: 40px 20px 60px;
  }
  .lead-list {
    margin: -15px 0 50px;
    display: block;
    text-align: center;
  }
  .lead-list dt {
    width: 180px;
    display: inline-block;
    font-size: 1.6rem;
    padding: 2px;
    margin-top: 15px;
  }
  .lead-list dd {
    width: auto;
    margin: 6px;
    font-size: 1.8rem;
  }
  .btn_size img {
    margin-bottom: 50px;
  }
  .example-ttl {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .example {
    display: block;
  }
  .example > div {
    width: auto;
  }
  .example > div:first-child {
    margin-bottom: 60px;
  }
  .example > div p {
    margin-bottom: 10px;
  }
  .example > div p span,
  .option-text {
    font-size: 1.8rem;
  }
  .grade-up {
    padding: 15px;
    margin-top: 30px;
  }
  .grade-up-lead,
  .with-list li {
    font-size: 1.6rem;
  }
  .with-block {
    margin-top: 70px;
    display: block;
  }
  .with-ttl {
    font-size: 1.8rem;
  }
  .with-bnr {
    margin: 30px auto;
    width: 300px;
  }
  .with-bnr > div {
    margin-bottom: 80px;
  }
  .with-notice {
    margin-top: 20px;
    font-size: 1.2rem;
  }

  .catchcopy {
    color: #2454a5;
    background: none;
    padding: 3rem 1rem 1.5rem;
    margin-top: 3rem;
  }

  .copy-box p {
    font-size: 2rem;
    margin: 0.6rem 0 0;
  }

  .copy-box-underbar-black p {
    font-size: 2rem;
    margin: 1rem 0;
  }

  .copy-box .product-name {
    max-width: 320px;
    width: 70%;
    margin: 1rem auto;
  }

  .body-text {
  font-size: 1.5rem;
}

  .body-text-center {
  font-size: 1.5rem;
}

  .copy-box-body-text-center p{
    font-size: 2rem;
    margin: 0.6rem 0 0;
  } 

.copy-box-body-text-center p::before,
.copy-box-body-text-center p::after {
  display: none;
}

  .pc {
  display:none;
}

  .smartphone {
  display:block;
}

}
@media print {
  body {
    margin-top: 0;
  }
  header,
  header#default {
    position: static;
  }
  .head-navi-detail {
    display: none;
  }

}