@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");

/*既存css*/
body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  line-height: 160%;
  color: #434343;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  text-decoration: none;
  color: inherit;
  transition: all ease-in-out 0.15s;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
/*----------------------
header
------------------------*/
.header-bar {
  padding: 5px;
  font-size: 14px;
  width: 100%;
  z-index: 4;
  position: relative;
}
.header-bar p {
  margin-left: 5px;
}
.header-cta-btn-area ul {
  display: flex;
  align-items: center;
}
.header-cta-btn-area li {
  width: 120px;
  margin-right: 8px;
}
.header-cta-btn-area li:last-of-type {
  margin-right: 0;
}
.header-cta-btn-area li a {
  display: block;
  background: -moz-linear-gradient(right, #57aee8, #2d98df);
  background: -webkit-linear-gradient(right, #57aee8, #2d98df);
  background: linear-gradient(to right, #57aee8, #2d98df);
  padding: 6px 12px;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  font-size: 80%;
  box-shadow: 0 2px 4px #cccccc;
}
.header-top-wrap {
  border-bottom: 1px solid #ddd;
  padding: 7px 1px;
  width: 100%;
  box-sizing: border-box;
}
.header-top-wrap .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
.header-top-wrap .header-top-left,
.header-top-wrap .header-top-right {
  display: flex;
  line-height: 1.1;
  align-items: center;
}
.header-top-wrap .header-top-left dt {
  margin: 0 4px 0 0;
  padding: 1px 6px 3px;
  background: #ce6a14;
  border-radius: 9px;
  font-size: 85%;
  letter-spacing: 0.02em;
  color: #fff;
}
.header-top-wrap .header-top-left dd {
  font-weight: bold;
  padding-right: 5px;
}
.header-top-wrap .header-top-right li {
  padding-right: 15px;
  font-size: 100%;
  position: relative;
  font-weight: bold;
}
.header-top-wrap .header-top-right li a {
  color: #f39800;
}
.header-top-wrap .header-top-right li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #a7a7a7;
  top: 2px;
  right: 7px;
}
.header-menu-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  height: 54px;
  background: #fff;
  z-index: 2;
  padding: 5px;
  font-size: 14px;
}
.header-menu-wrap .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
.header-menu-wrap .header-menu-left {
  display: flex;
  align-items: center;
}
.header-menu-wrap .header-menu-left .logo {
  display: block;
  width: 180px;
  height: auto;
  margin: 0 15px 0 0;
}

/*----------------------
gloval nav
------------------------*/
.nav-global ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  font-size: 12.5px;
  font-weight: 600;
}
.nav-global li {
  padding-right: 8px;
  text-align: center;
}

.nav-global li a {
  position: relative;
  text-decoration: none;
  padding: 0 10px;
}
li.nav-global-task a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(/img/common/icon-menu-index.svg);
  right: -2px;
  top: 10px;
}
.nav-global li a:hover::after {
  width: 100%;
}
.nav-global li:last-of-type {
  padding-right: 0;
}
.nav-global ul li:not(.nav-offer) {
  margin: 0;
  padding-right: 10px;
  list-style-type: none;
  line-height: 1;
}
.nav-global li:not(.nav-offer) a {
  padding: 10px 15px 10px 15px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0px;
  white-space: nowrap;
}

.nav-global li a::after {
  position: absolute;
  bottom: -13px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #f39800;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.nav-global li:not(.nav-offer) a:hover::after {
  bottom: -13px;
  opacity: 1;
  visibility: visible;
}

.nav-global li:not(.nav-offer) a:hover {
  color: #000;
}

.nav-global-task {
  position: relative;
}

.nav-global ul.nav-global-level {
  display: block;
  position: absolute;
  top: 65px;
  left: 0;
  width: 200px;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0;
}

.nav-global .nav-global-task ul.nav-global-level {
  width: 330px;
}

.nav-global-task:hover ul.nav-global-level {
  visibility: visible;
  opacity: 1;
  display: block;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.nav-global ul.nav-global-level li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #ddd;
  background: none;
  transition: 0.2s;
  box-sizing: border-box;
}

.nav-global ul.nav-global-level li a {
  color: #555;
  font-weight: bold;
  padding: 14px 12px 14px 20px;
  font-size: 14px;
}

.nav-global ul.nav-global-level li:first-of-type a {
  padding: 14px 12px 14px 20px;
}

.nav-global ul.nav-global-level li a:hover {
  color: #f39800;
  font-weight: bold;
}

.nav-global ul.nav-global-level li:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.nav-global ul.nav-global-level li:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
}

.nav-global ul.nav-global-level li:hover {
  background: #ececec;
  width: auto;
}

.nav-global li .nav-global-level a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: none;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.nav-global .nav-global-level a::after {
  position: absolute;
  content: "";
  background: none;
}

.nav-global li.only-scrolldown {
  display: none;
  transition: 0.5s;
}

.scrolldown .nav-global li.only-scrolldown {
  display: inline-block;
}

.nav-offer {
  width: 110px;
  text-align: center;
  border-radius: 20px;
  transition: 0.2s;
  box-sizing: border-box;
  list-style-type: none;
  line-height: 1;
}

.header-nav ul {
  display: flex;
  justify-content: space-between;
  padding-left: 5px;
  width: 100%;
  align-items: center;
  font-size: 14.5px;
  font-weight: 600;
}
.header-nav li {
  padding-right: 8px;
  text-align: center;
}
.header-nav li a {
  position: relative;
  text-decoration: none;
  padding: 0 5px;
}
.header-nav li a:hover::after {
  width: 100%;
}
.header-nav li:last-of-type {
  padding-right: 0;
}
.header-nav ul li {
  margin: 0;
  padding-right: 10px;
  list-style-type: none;
  line-height: 1;
}
.header-nav li a {
  padding: 10px 5px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0px;
  white-space: nowrap;
  font-size: 14px;
}

.header-nav li a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #f39800;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.header-nav li a:hover::after {
  bottom: -10px;
  opacity: 1;
  visibility: visible;
}

.header-nav li a:hover {
  color: #000;
}
.header-nav ul li.header-nav-task {
  position: relative;
  padding-right: 25px;
}
.header-nav ul li.header-nav-task > a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(/img/common/icon-menu-index.svg);
  right: -5px;
  top: 12px;
}
.header-nav ul.header-nav-level {
  display: block;
  position: absolute;
  top: 65px;
  left: 0;
  width: 200px;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0;
}
.header-nav .header-nav-task ul.header-nav-level {
  width: 330px;
}

.header-nav-task:hover ul.header-nav-level {
  visibility: visible;
  opacity: 1;
  display: block;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.header-nav ul.header-nav-level li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #ddd;
  background: none;
  transition: 0.2s;
  box-sizing: border-box;
}
.header-nav ul.header-nav-level li a {
  color: #555;
  font-weight: bold;
  padding: 14px 12px 14px 20px;
  font-size: 14px;
}
.header-nav ul.header-nav-level li:first-of-type a {
  padding: 14px 12px 14px 20px;
}
.header-nav ul.header-nav-level li a:hover {
  color: #f39800;
  font-weight: bold;
}
.header-nav ul.header-nav-level li:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.header-nav ul.header-nav-level li:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
}
.header-nav ul.header-nav-level li:hover {
  background: #ececec;
  width: auto;
}
.header-nav li .header-nav-level a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: none;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.header-nav .header-nav-level a::after {
  position: absolute;
  content: "";
  background: none;
}
.header-nav li.only-scrolldown {
  display: none;
  transition: 0.5s;
}
.scrolldown .header-nav li.only-scrolldown {
  display: inline-block;
}
.header-cta-btn-area li .btn-green {
  padding: 10px 10px 12px;
  font-size: 95%;
  border-radius: 50px;
}
.header-cta-btn-area li .btn-white {
  padding: 8px 10px 10px;
  font-size: 95%;
  border-radius: 50px;
}
@media screen and (max-width: 1160px) {
  .header-nav ul li {
    padding-right: 5px;
  }
  .header-nav li a {
    padding: 10px 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1050px) {
  .header-cta-btn-area li .btn-green {
    font-size: 80%;
    padding: 10px 5px 12px;
  }
  .header-cta-btn-area li .btn-white {
    padding: 8px 5px 10px;
    font-size: 80%;
  }
  .header-cta-btn-area li {
    /* width: 85px; */
    margin-right: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .header-menu-wrap .header-menu-left .logo {
    padding: 0 0 5px 0;
    width: 130px;
  }
  .header-nav ul {
    font-size: 12.5px;
  }
}

header {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  border: none;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
header #masthead {
  display: flex;
  justify-content: space-between;
}
header #masthead #logo {
  width: 20%;
  max-width: 200px;
  padding: 16px 0px 0px 6%;
}
header #masthead .estimate_wrap {
  display: flex;
  justify-content: space-between;
  width: 24%;
}
@media screen and (max-width: 1366px) {
  header #masthead .estimate_wrap {
    width: 40%;
  }
}
header #masthead .estimate {
  width: 50%;
  max-width: 324px;
  margin-right: 10px;
}
header #global_2 {
  display: none;
}
header #global {
  margin: 0px auto;
}
header .estimate a {
  display: block;
  background-color: #2d98df;
  border-radius: 10px;
  margin: 5px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  line-height: 54px;
  text-align: center;
  font-size: 115%;
  font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  header #global_2 ul:not(.global-level) {
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
  }
  header #global_2 ul li:first-child {
    width: 22.28%;
  }
  header #global_2 ul li:nth-of-type(2) {
    width: 16.3%;
  }
  header #global_2 ul li:nth-of-type(3) {
    width: 6.8%;
  }
  header #global_2 ul li:nth-of-type(4) {
    width: 10.4%;
  }
  header #global_2 ul li {
    width: 14.68%;
    text-align: center;
  }
  header #global_2 ul.global-level li {
    width: 100%;
  }
  header #global_2 ul li a {
    line-height: 300%;
    background-size: 19px;
    white-space: nowrap;
  }
  #global_2 ul:not(.global-level) li {
    position: relative;
  }
  #global_2 ul.global-level {
    position: absolute;
    top: 45px;
    left: -18px;
    display: block;
    width: 180px;
    transition: 0.2s;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    border: 2px solid #d1d1d1;
    border-radius: 5px;
    padding: 0;
    text-align: left;
  }
  #global_2 ul.global-level.long {
    width: 320px;
  }
  #global_2 ul.global-level.long li {
    text-align: left;
  }
  #global_2 ul.global-level li:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #global_2 ul.global-level li:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
  }
  #global_2 ul.global-level a {
    display: block;
    line-height: 1;
  }

  #global_2 ul .global-library::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f39800;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    top: 22px;
    left: 0;
    right: 0;
  }
  #global_2 li:hover ul.global-level {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  #global_2 ul.global-level li {
    margin: 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ddd;
    background: none;
    font-size: 13px;
    text-align: left;
    transition: 0.2s;
  }
}
@media screen and (min-width: 931px) and (max-width: 1500px) {
  header #global_2 li a {
    padding: 10px;
  }
  header #global_2 li a:hover {
    background: #f1f1f1;
  }
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  header #global_2 li a {
    line-height: 100%;
    background-size: 19px;
    white-space: normal;
  }
  header #global_2 li {
    width: 12%;
    text-align: center;
  }
}
/*--------------------
footer *
--------------------*/
footer {
  width: 100%;
  background: #7e7e7e;
  margin-top: 0;
}
footer .inner {
  padding: 30px 0;
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
}
footer .footer-mdlogo img {
  width: 100%;
  max-width: 250px;
  height: auto;
}
footer .footer-box {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
  color: #fff;
}
footer .footer-box > li {
  width: 24%;
  padding: 0 2%;
}
footer .footer-box > li:last-of-type {
  width: 28%;
  padding: 0;
}
footer .footer-box > li:last-of-type li:not(.footer-box-list-button) {
  margin-left: 10px;
  font-weight: bold;
}
footer .footer-box > li:nth-child(2),
footer .footer-box > li:nth-child(3) {
  width: 14%;
  padding: 0 2%;
}
footer .footer-box-list li:not(.footer-box-list-button) {
  position: relative;
  padding-left: 10px;
  line-height: 1.9;
}
footer .footer-box-list .footer-box-list-button {
  line-height: 1.9;
}
footer .footer-box-list li:not(.footer-box-list-hierarchy) a:hover {
  opacity: 0.7;
}
/* footer .footer-box-list li:not(.footer-box-list-hierarchy):hover a {
  color: #d3d3d3;
} */
/* footer .footer-box-list li.footer-box-list-hierarchy .footer-box-list-sub li:hover a {
  color: #d3d3d3;
}
footer .footer-box-list .footer-box-list-hierarchy > a:hover {
  color: #d3d3d3;
} */

footer .footer-box-list > li:not(.footer-box-list-button)::before {
  position: absolute;
  content: "";
  top: 9px;
  left: -10px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
footer .footer-box-list .footer-box-list-sub li {
  position: relative;
  padding-left: 20px;
}
footer .footer-box-list-sub li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 6px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
footer .footer-box > li:last-of-type .footer-box-list-btn-green,
footer .footer-box > li:last-of-type .footer-box-list-btn-white {
  margin: 0 0 10px 0;
  padding: 0;
}
footer .footer-box-list .footer-box-list-btn-green::before,
footer .footer-box-list .footer-box-list-btn-white::before {
  content: none;
}
footer .footer-box-list .footer-box-list-btn-green a,
footer .footer-box-list .footer-box-list-btn-white a {
  position: relative;
  display: block;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border: 3px #fff solid;
  border-radius: 50px;
  box-shadow: none;
  transition: 0.3s;
}
footer .footer-box-list .footer-box-list-btn-white a {
  background: none;
}
footer .footer-box-list li.footer-box-list-btn-green a:hover {
  color: #fff;
}
footer .footer-box-list .footer-box-list-btn-green a::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 20px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
footer .footer-box-list .footer-box-list-btn-white a::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 20px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
footer .footer-box-list li.footer-box-list-btn-white a:hover {
  background: #fff;
  border: 3px solid #434343;
  color: #434343;
}
footer .footer-box-list .footer-box-list-btn-white a:hover::after {
  border-right: 2px solid #434343;
  border-bottom: 2px solid #434343;
}
footer .footer-companyinfo {
  background: #fff;
}
footer .footer-companyinfo-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-companyinfo-box li:not(:last-of-type) {
  margin-right: 2%;
}
footer .footer-companyinfo-box .rakuslogo {
  width: 8%;
}
footer .footer-companyinfo-box .rakusinfo {
  width: 24%;
}
footer .footer-companyinfo-box .facebook {
  display: block;
  width: 25px;
  height: auto;
  transition: 0.2s;
}
footer .footer-companyinfo-box .performance {
  width: 24%;
}
footer .footer-companyinfo-box .jpx {
  width: 8%;
}
footer .footer-companyinfo-box .privacymark {
  width: 10%;
}
footer .footer-companyinfo-box .isms {
  width: 16%;
}
footer .copyright {
  background-color: #7e7e7e;
  color: #ffffff;
  text-align: center;
  padding: 12px 0px;
}
footer .copyright .inner {
  padding: 0;
}

.copyright small {
  font-size: 85%;
  margin-top: 4px;
}

footer .inner p {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  font-size: 90%;
  line-height: 160%;
}
#pagetop {
  width: 30px;
  position: fixed;
  right: 3%;
  bottom: 2.5%;
  cursor: pointer;
  z-index: 20;
  display: none;
}

@media screen and (max-width: 768px) {
  /* =================================================
 * sp
 * ================================================*/
  footer .inner p {
    font-size: 100%;
    width: 100%;
  }
  footer .inner {
    flex-direction: column;
    margin: 0 auto;
    padding: 30px 10px;
  }
  footer .footer-companyinfo .inner {
    padding: 0 10px 40px;
  }
  footer .footer-mdlogo img {
    max-width: 150px;
  }
  footer .copyright .inner {
    padding: 0;
  }
  footer .footer-box {
    flex-wrap: wrap;
    margin: 20px 0 0;
    color: #fff;
  }
  footer .footer-box > li {
    width: 44%;
    padding: 2% 2% 2% 4%;
  }
  footer .footer-box > li:nth-child(2),
  footer .footer-box > li:nth-child(3) {
    width: 44%;
    padding: 2% 2% 2% 4%;
  }
  footer .footer-box > li:last-of-type {
    width: 100%;
    padding: 2%;
  }
  footer .footer-companyinfo-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .footer-companyinfo-box li.rakuslogo {
    width: 55px;
    margin: 0 25px;
  }
  footer .footer-companyinfo-box li.rakusinfo {
    width: calc(100% - 105px);
    padding-top: 40px;
    margin: 0 0 15px;
  }
  footer .footer-companyinfo-box li.performance {
    width: 80%;
    margin: 0 10% 20px;
  }
  footer .footer-companyinfo-box li.jpx {
    width: 17%;
    margin: 0 5%;
    max-width: 70px;
  }
  footer .footer-companyinfo-box li.privacymark {
    width: 23%;
    margin: 0;
    max-width: 70px;
  }
  footer .footer-companyinfo-box li.isms {
    width: 40%;
    margin: 0 5%;
    max-width: 130px;
  }
  .copyright {
    background-color: #7e7e7e;
    color: #ffffff;
    text-align: center;
    margin-top: 0;
    padding: 12px 0px;
  }
  #side-btn {
    display: none !important;
  }
  footer .footer-box-list .footer-box-list-button {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-box-list-btn-green,
  .footer-box-list-btn-white {
    width: 48%;
  }
}
/* 表示領域が1023px以下の場合に適用するスタイル */
@media screen and (max-width: 1023px) {
  .nav-global li:not(.nav-offer) a {
    padding: 10px 7px;
  }
  .nav-global ul li:not(.nav-offer) {
    padding-right: 4px;
  }
  li.nav-global-task a::before {
    right: -7px;
  }
}
/* 表示領域が950px以下の場合に適用するスタイル */
@media screen and (max-width: 860px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  /*header------------------------------*/
  li.nav-global-task a::before {
    display: none;
  }
  .header-logoarea {
    height: 50px;
  }
  header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 50px;
    padding: 0;
  }
  .sp-menu {
    display: flex !important;
    align-items: center;
    background: #fff;
    justify-content: space-between;
    padding-top: 8px;
  }
  .header-sp {
    display: block;
  }
  .header-sp {
    position: relative;
  }
  .header-sp-logo {
    width: 130px;
    padding: 8px 0 5px 10px;
  }
  .header-sp-logo img {
    width: 160px;
    height: auto;
    margin: 0 2px;
  }
  .header-sp-inquiry img {
    position: absolute;
    top: 15px;
    right: 60px;
    width: 24px;
    height: 17px;
  }
  .header-txt {
    display: none;
  }
  .header-wrap {
    display: none;
  }
  p.nav-cta-sp {
    width: 140px;
    background: -moz-linear-gradient(right, #57aee8, #2d98df);
    background: -webkit-linear-gradient(right, #57aee8, #2d98df);
    background: linear-gradient(to right, #57aee8, #2d98df);
    margin-right: 50px;
    padding: 6px 10px;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 0;
    border-radius: 30px;
    box-shadow: 0 2px 4px #cccccc;
  }
  p.nav-cta-sp a {
    color: #fff;
    font-weight: bold;
  }
  p.header-cta {
    margin-right: 50px;
  }
  p.header-cta .btn-green {
    padding: 5px 15px 7px;
  }
  header .burger-icon {
    position: absolute;
    z-index: 110;
    top: 0px;
    right: 10px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    transition: all 0.3s ease 0.4s;
    transform-origin: 50% 50%;
    text-align: center;
  }
  header .burger-icon span {
    transition: all 0.3s;
    transform: rotate(0deg);
    width: 24px;
    height: 3px;
    display: block;
    border-radius: 3px;
    background: #777;
    position: relative;
    left: 15px;
    top: 0px;
  }
  header .burger-icon span:first-of-type {
    transform: translateY(14px);
    transform-origin: center center;
  }
  header .burger-icon span:nth-of-type(2) {
    transform: translateY(19px);
  }
  header .burger-icon span:last-of-type {
    transform: translateY(24px);
    transform-origin: center center;
  }
  header .burger-icon.act span:nth-of-type(2) {
    background: rgba(255, 255, 255, 0);
    transform: translate(100px, 27px);
  }
  header .burger-icon.act span:first-of-type {
    transform: rotate(-45deg) translate(-17px, 13px);
    transform-origin: center center;
  }
  header .burger-icon.act span:last-of-type {
    transform: rotate(45deg) translate(9px, 13px);
    transform-origin: center center;
  }
  header #global-nav {
    display: none;
    position: absolute;
    top: 43px;
    left: 0;
    width: 100%;
    overflow: auto;
    height: 100vh;
  }
  header #global-nav ul {
    margin: 0;
    padding: 0;
  }
  header #global-nav ul li {
    margin: 0;
    list-style-type: none;
  }

  header #global-nav ul li:first-of-type div {
    border-top: 1px solid #dbdbdb;
  }
  header #global-nav ul li div {
    display: block;
    padding: 15px 20px;
    text-align: left;
    background-color: #fff;
    font-weight: bold;
    font-size: 15px;
    color: #222;
    border-bottom: 1px solid #dbdbdb;
  }
  header #global-nav ul li a {
    display: block;
    padding: 15px 20px;
    text-align: left;
    background-color: #fff;
    font-weight: bold;
    font-size: 15px;
    color: #222;
    border-bottom: 1px solid #dbdbdb;
  }
  header #global-nav ul ul li a {
    background-color: #ececec;
    border-bottom: none;
    padding: 20px 15px 0px 30px;
  }
  header #global-nav ul ul li:last-of-type a {
    background-color: #ececec;
    border-bottom: none;
    padding: 20px 15px 20px 30px;
  }
  .nav-global-task {
    position: relative;
  }
  .nav-global-task .trigger:after {
    position: absolute;
    content: "";
    top: 25px;
    right: 30px;
    border-top: 6px solid #f4a219;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  .nav-global-task-level.act {
    display: block !important;
  }
  .nav-global-feature .task.act:after {
    transform: rotate(-180deg) translateY(8px);
  }

  #global-btn {
    display: none;
    background: #f1f1f1;
  }
  #global-btn .inner {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
  }
  #global-btn .global-btn-form {
    width: 98%;
    margin: 0 auto 20px;
  }
  #global-btn .global-btn-form p {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    margin: 0 0 20px;
    position: relative;
    text-align: center;
  }
  #global-btn .global-btn-form p::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 3px;
    background-image: url(../img/sp-mail-black.svg);
    width: 16px;
    height: 11px;
  }
  #global-btn .global-btn-form a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: -moz-linear-gradient(right, #57aee8, #2d98df);
    background: -webkit-linear-gradient(right, #57aee8, #2d98df);
    background: linear-gradient(to right, #57aee8, #2d98df);
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin-bottom: 6px;
    width: 100%;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    box-shadow: 0 2px 4px #cccccc;
  }
  #global-btn .global-btn-form a::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 14px;
    top: 38%;
    right: 20px;
  }
  #global-btn .nav-btn-trial .btn-white {
    padding: 14px 20px 17px;
    font-size: 130%;
  }
  #global-btn .global-btn-tel {
    width: 98%;
    margin: 25px auto;
    padding-top: 25px;
    border-top: 1px solid #fff;
  }
  #global-btn .global-btn-tel p {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    position: relative;
    text-align: center;
  }
  #global-btn .global-btn-tel p span {
    font-size: 12px;
  }
  #global-btn .global-btn-tel p::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 3px;
    background: url(../img/sp-tel-black.svg) no-repeat;
    width: 12px;
    height: 12px;
  }
  #global-btn .global-btn-tel ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #global-btn .global-btn-tel ul li {
    width: 98%;
    margin: 10px auto;
  }
  header #global-nav #global-btn .global-btn-tel a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    background: #4d89e3;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    box-shadow: 0 2px 0 #3974cc;
    border: none;
  }
  #global-btn .global-btn-tel a::after {
    content: "";
    position: absolute;
    background: url(/assets/images/ico-arrow-white.svg) 0 0 no-repeat;
    width: 9px;
    height: 13px;
    top: 38%;
    right: 20px;
  }
  header #global-nav #global-btn .global-btn-tel .orange-btn {
    width: 100%;
  }
  header #global-nav #global-btn .global-btn-tel .orange-btn a {
    background: -moz-linear-gradient(right, #d88000, #c74f2d) !important;
    background: -webkit-linear-gradient(right, #d88000, #c74f2d) !important;
    background: linear-gradient(to right, #d88000, #c74f2d) !important;
    padding: 14px 20px 17px;
    font-size: 130%;
    border-radius: 52px;
    box-shadow: none;
    height: auto;
  }
}
@media screen and (max-width: 1050px) {
  .header-cta-btn-area li {
    width: 100px;
  }
  .header-cta-btn-area li .btn-green {
    font-size: 80%;
    padding: 10px 5px 12px;
  }
  .header-cta-btn-area li .btn-white {
    padding: 8px 5px 10px;
    font-size: 80%;
  }
  .header-cta-btn-area li {
    /* width: 85px; */
    margin-right: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .header-menu-wrap .header-menu-left .logo {
    padding: 0 0 5px 0;
    width: 130px;
  }
  .header-nav ul {
    font-size: 12.5px;
  }
}

/*dropdown menu*/
.dropdown-menu {
  position: relative;
}
.dropdown-menu__content {
  display: none;
  position: absolute;
  z-index: 100;
  top: 39px;
  background-color: #fff;
  border: solid 4px #ffd182;
  padding: 30px 45px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 40%);
}
.dropdown-menu__content:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-bottom: 12px solid #ffd182;
}
.dropdown-menu:hover .dropdown-menu__content {
  display: block;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
.dropdown-menu:hover .js--changed {
  display: none;
}
.dropdown-menu__item {
  font-weight: bold;
  font-size: 22px;
  color: #d35923;
  font-feature-settings: "palt" 1;
}
.dropdown-menu__link {
  display: block;
  padding: 5px 0;
}
.dropdown-menu__link--icon {
  margin-right: 5px;
}
.dropdown-menu__link:hover {
  opacity: 0.5;
}
.header-nav ul.dropdown-menu__list {
  display: inherit;
  margin-bottom: 10px;
}
.header-nav ul li.dropdown-menu__item {
  text-align: left;
  padding-bottom: 20px;
}
.header-nav ul li.dropdown-menu__item:last-of-type {
  padding-bottom: 0;
}
a.dropdown-menu__link:hover::after,
a.dropdown-detail__content-link:hover::after {
  display: none;
}
.header-nav li a.dropdown-menu__link {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 22px;
}
.header-nav li a.dropdown-detail__content-link {
  display: inline-block;
  padding: 6px 10px 8px;
  background: #fff;
  font-size: 90%;
  color: #d45923;
  border-radius: 50px;
  border: 2px solid;
}
.header-nav li a.dropdown-detail__content-link:hover {
  background: #d45923;
  color: #fff;
  border: 2px solid;
}
.header-nav li a span.dropdown-menu__arrow {
  display: inline-block;
  background: url(/img/common/icon_menu-arrow-right.svg) no-repeat;
  width: 22px;
  height: 22px;
  transform: translate(-8px, 4px);
}
.header-nav li a.btn-green {
  color: #fff;
  font-size: 130%;
  line-height: 1.5;
  margin-top: 20px;
  padding: 10px 30px 15px 30px;
}
.header-nav li a.btn-green:hover {
  color: #fff;
}
.header-nav li a.btn-green::after {
  display: none;
}

/*--------------------
ボタン緑*
--------------------*/
.btn-green {
  display: block;
  box-shadow: 0 2px 4px #cccccc;
  background: -moz-linear-gradient(right, #19af93, #148880) !important;
  background: -webkit-linear-gradient(right, #19af93, #148880) !important;
  background: linear-gradient(to right, #19af93, #148880) !important;
  border-radius: 52px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.btn-green:hover {
  background: -moz-linear-gradient(right, #d88000, #c74f2d) !important;
  background: -webkit-linear-gradient(right, #d88000, #c74f2d) !important;
  background: linear-gradient(to right, #d88000, #c74f2d) !important;
}
.btn-green .btn-top {
  display: block;
  font-size: 75%;
  letter-spacing: 0.03em;
}
.btn-green .btn-top:before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  width: 15px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  vertical-align: 0.3em;
}
.btn-green .btn-top:after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  width: 15px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  vertical-align: 0.3em;
}
/*--------------------
ボタン白（緑枠）*
--------------------*/
.btn-white {
  display: block;
  background: #fff !important;
  border: 2px solid #059287 !important;
  border-radius: 52px;
  color: #059287 !important;
  font-weight: bold;
  box-shadow: 0 2px 4px #cccccc;
  text-align: center;
  box-sizing: border-box;
}
.btn-white:hover {
  background: -moz-linear-gradient(right, #19af93, #148880) !important;
  background: -webkit-linear-gradient(right, #19af93, #148880) !important;
  background: linear-gradient(to right, #19af93, #148880) !important;
  color: #fff !important;
}
.btn-white .btn-top {
  display: block;
  font-size: 75%;
  letter-spacing: 0.03em;
}
.btn-white .btn-top:before {
  content: "";
  display: inline-block;
  margin-right: 3px;
  width: 15px;
  height: 2px;
  background-color: #059287;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  vertical-align: 0.3em;
}
.btn-white .btn-top:after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  width: 15px;
  height: 2px;
  background-color: #059287;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  vertical-align: 0.3em;
}
.btn-white:hover .btn-top:before,
.btn-white:hover .btn-top:after {
  background-color: #fff;
}

/*--------------------
ボタン白（オレンジ枠）*
--------------------*/
.btn-white-orange {
  display: block;
  background: #fff !important;
  border: 3px solid #f39800 !important;
  border-radius: 52px;
  color: #333 !important;
  font-weight: bold;
  box-shadow: 0 2px 4px #cccccc;
  text-align: center;
  box-sizing: border-box;
}
.btn-white-orange:hover {
  background: #f39800 !important;
  color: #fff !important;
}
/*既存css　end*/

/* =================================================
 * all display
 * ================================================*/
/*-----------------
header
----------------*/
.common_header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 100;
  border: none;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.common_header-sp {
  display: none;
}
.common_header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.common_header__inner.common_header__inner--end{
  justify-content: flex-end;
}
/* common_header-top */
.common_header-top {
  border-bottom: 1px solid #ddd;
  padding: 7px 1px;
  width: 100%;
  box-sizing: border-box;
}
.common_header-top__contact-d-list,
.common_header-top__site-list {
  display: flex;
  line-height: 1.1;
  align-items: center;
}
.common_header-top__site-item {
  padding-right: 15px;
  font-size: 100%;
  position: relative;
  font-weight: bold;
}
.common_header-top__site-item::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #a7a7a7;
  top: 2px;
  right: 7px;
}
.common_header-top__site-link {
  color: #f39800;
}
.common_header-top__site-link:hover {
  opacity: 0.7;
}
/* common_header-navi */
.common_header-navi {
  box-sizing: border-box;
  height: 54px;
  z-index: 2;
  padding: 5px;
}
.common_header-navi-area {
  display: flex;
  align-items: center;
}
.common_header-navi__logo {
  display: block;
  width: 180px;
  height: auto;
  margin-right: 15px;
}
.common_header__logo-link:hover {
  opacity: 0.7;
}
.common_header-navi__list {
  padding-left: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common_header-navi__item {
  padding-right: 15px;
  text-align: center;
}
.common_header-navi__item:last-of-type {
  padding-right: 0;
}
.common_header-navi__link {
  position: relative;
  text-decoration: none;
  padding: 0 5px;
  padding: 10px 5px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0px;
  white-space: nowrap;
  font-size: 110%;
}
.common_header-navi__link::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  background: #f39800;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.common_header-navi__link:hover::after {
  width: 100%;
  bottom: -6px;
  opacity: 1;
  visibility: visible;
}
.common_header-navi__tel{
  display: flex;
  align-items: center;
  gap: 0 2px;
  font-weight: bold;
  font-size: 14px;
  color: #f39800;
}
.common_header-navi__tel:before{
  content: "";
  display: inline-block;
  background: url(/asset/image/common/icon_tel.svg) no-repeat no-repeat center center;
  width: 8px;
  height: 13px;
  background-size: cover;
}
.common_header-navi__tel:hover{
  opacity: 0.7;
}
.common_header-navi__tel-text{
  font-size: 10px;
  text-align: center;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3px;
}
.common_header-navi__tel-text:before,.common_header-navi__tel-text:after{
  content: "";
  background-color: #434343;
  height: 9px;
  width: 0.5px;
  display: inline-block;
}
.common_header-navi__tel-text:after{
  transform: rotate(20deg);
}
.common_header-navi__tel-text:before{
  transform: rotate(-20deg);
}
/*common_header-navi-dropdown-menu*/
.common_header-navi-dropdown-menu {
  position: relative;
}
.common_header-navi-dropdown-menu__content {
  display: none;
  position: absolute;
  z-index: 100;
  top: 39px;
  background-color: #fff;
  border: solid 4px #ffd182;
  padding: 30px 35px;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 20%);
}
.common_header-navi-dropdown-menu__content:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-bottom: 12px solid #ffd182;
}
.common_header-navi-dropdown-menu:hover .common_header-navi-dropdown-menu__content {
  display: block;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.common_header-navi-dropdown-menu__list {
  display: inherit;
}
.common_header-navi-dropdown-menu__item {
  color: #d35923;
  font-feature-settings: "palt" 1;
  padding-bottom: 20px;
}
.common_header-navi-dropdown-menu__item:last-of-type {
  padding-bottom: 0;
}
.common_header-navi-dropdown-menu__link {
  display: block;
  padding-left: 30px;
  white-space: nowrap;
  margin: 0;
  position: relative;
  font-size: 160%;
  text-align: left;
}
.common_header-navi-dropdown-menu__link:hover {
  opacity: 0.7;
}
.common_header-navi-dropdown-menu__link::before {
  content: "";
  display: inline-block;
  background: url(/img/common/icon_menu-arrow-right.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}
/* common_header-navi-cta */
.common_header-navi-cta__list {
  display: flex;
  align-items: center;
}
.common_header-navi-cta__item {
  width: 120px;
  margin-right: 8px;
}
.common_header-navi-cta__item:last-of-type {
  margin-right: 0;
}
.common_header-burger-icon {
  display: none;
}
.common_header-cta__link {
  line-height: 1;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 2px 4px #cccccc;
  padding: 10px 10px;
  font-size: 95%;
  border-radius: 50px;
  display: block;
  letter-spacing: 1px;
}
.common_header-cta__link--green {
  color: #fff;
  border: 2px solid #059287;
  background: -moz-linear-gradient(right, #19af93, #148880);
  background: -webkit-linear-gradient(right, #19af93, #148880);
  background: linear-gradient(to right, #19af93, #148880);
}
.common_header-cta__link--green:hover {
  border: 2px solid #d88000;
  background: -moz-linear-gradient(right, #d88000, #c74f2d);
  background: -webkit-linear-gradient(right, #d88000, #c74f2d);
  background: linear-gradient(to right, #d88000, #c74f2d);
}
.common_header-cta__link--white {
  background: #fff;
  border: 2px solid #059287;
  color: #059287;
}
.common_header-cta__link--white:hover {
  background: -moz-linear-gradient(right, #19af93, #148880);
  background: -webkit-linear-gradient(right, #19af93, #148880);
  background: linear-gradient(to right, #19af93, #148880);
  color: #fff;
}

/* =================================================
 * relation フッターリンク
 * ================================================*/
 .common_relation__list {
  display: flex;
  justify-content: space-between;
  max-width: 720px;
  margin: auto;
}
.common_relation__item {
  width: calc((100% - 20px) / 2);
  text-align: center;
}
.common_relation__figure {
  margin: 0 auto 15px;
}
.common_relation__link {
  padding: 30px;
  height: 130px;
  border-radius: 10px;
}
.common_relation__image {
  height: 38px;
}

@media screen and (max-width: 1200px) {
  .common_header-navi__item {
    padding-right: 5px;
  }
  .common_header-navi__link {
    padding: 10px 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1070px) {
  .common_header-navi__logo {
    width: 130px;
    margin-right: 5px;
  }
  .common_header-navi-cta__item {
    margin-right: 5px;
    width: 90px;
  }
  .common_header-navi__item {
    padding-right: 5px;
  }
  .common_header-navi__link {
    padding: 5px 1px;
    font-size: 11px;
  }
  .common_header-cta__link {
    padding: 8px 0 10px;
    font-size: 80%;
  }
  .common_header-navi-cta__item:last-of-type {
    margin-right: 0;
  }
  .common_header-cta__link--green {
    letter-spacing: normal;
  }
  .common_header-cta__link--white {
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 860px) {
  .common_header {
    height: 50px;
  }
  .common_header-top,
  .common_header-navi {
    display: none;
  }
  .common_header-sp {
    display: grid;
    grid-template-columns: auto 32px 126px;
    align-items: center;
    height: 100%;
    padding: 0 10px;
    gap: 0 15px;
  }
  .common_header-sp__logo {
    width: 140px;
    padding: 10px 0;
  }
  .common_header__logo-link {
    display: block;
    height: auto;
  }
  .common_header-sp-cta {
    margin-right: 40px;
  }
  .common_header-sp-cta__link {
    padding: 8px 15px;
    font-size: 100%;
  }
  .common_header-burger-icon {
    display: block;
    position: absolute;
    z-index: 110;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0.4s;
    transform-origin: 50% 50%;
    text-align: center;
    border: none;
  }
  .common_header-burger-icon__line {
    transition: all 0.3s;
    transform: rotate(0deg);
    width: 24px;
    height: 3px;
    display: block;
    border-radius: 3px;
    background: #777;
    position: relative;
    left: 15px;
    top: 2px;
  }
  .common_header-burger-icon__line:first-of-type {
    transform: translateY(-5px);
    transform-origin: center center;
  }
  .common_header-burger-icon__line:nth-of-type(2) {
    transform: translateY(0px);
  }
  .common_header-burger-icon__line:last-of-type {
    transform: translateY(5px);
    transform-origin: center center;
  }
  .common_header-burger-icon.act .common_header-burger-icon__line:nth-of-type(2) {
    background: rgba(255, 255, 255, 0);
    transform: translate(100px, 0px);
  }
  .common_header-burger-icon.act .common_header-burger-icon__line:first-of-type {
    transform: rotate(-45deg) translateY(4px);
    transform-origin: center center;
  }
  .common_header-burger-icon.act .common_header-burger-icon__line:last-of-type {
    transform: rotate(45deg) translateY(-4px);
    transform-origin: center center;
  }
  .common_header-sp-navi {
    display: none;
    position: absolute;
    top: 50px !important;
    left: 0;
    width: 100%;
    overflow: auto;
    height: 100vh;
  }
  .common_header-sp-navi__list {
    margin: 0;
    padding: 0;
  }
  .common_header-sp-navi__item {
    margin: 0;
    list-style-type: none;
  }
  .common_header-sp-navi__item:first-of-type div {
    border-top: 1px solid #dbdbdb;
  }
  .common_header-sp-navi__link {
    display: block;
    padding: 15px 20px;
    text-align: left;
    background-color: #fff;
    font-weight: bold;
    font-size: 15px;
    color: #222;
    border-bottom: 1px solid #dbdbdb;
  }
  .common_header-sp-navi-cta {
    background: #f1f1f1;
  }
  .common_header-sp-navi-cta__inner {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
  }
  .common_header-sp-navi-cta__link {
    font-size: 120%;
    padding: 15px;
  }
  /* header 電話番号アイコン */
  .common_header-navi__tel{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    width: 32px;
    height: 32px;
    border: 1px solid #f39800;
    border-radius: 33px;
    padding: 4px;
  }
  .common_header-navi__tel:before{
    display: none;
  }
  .common_header-navi__tel img{
    height: 100%;
  }
}

/*-----------------
footer
----------------*/
.common_footer {
  width: 100%;
  background: #7e7e7e;
  margin-top: 0;
}
.common_footer__inner {
  padding: 30px 0;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
.common_footer__logo {
  display: block;
  width: 250px;
  height: auto;
  margin-bottom: 30px;
}
.common_footer__logo-link:hover {
  opacity: 0.7;
}
.common_footer-menu {
  display: grid;
  width: 100%;
  grid-template-columns: 22% 19% 27% 1fr;
}
.common_footer-menu__list {
  padding-left: 10px;
}
.common_footer-menu__item {
  position: relative;
  padding-left: 10px;
  line-height: 1.9;
}
.common_footer-menu__item::before {
  position: absolute;
  content: "";
  top: 9px;
  left: -10px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
.common_footer-menu__item-last {
  text-align: center;
}
.common_footer-menu__item-last::before {
  display: none;
}
.common_footer-menu__link {
  color: #fff;
}
.common_footer-menu__item-last .common_footer-menu__link {
  position: relative;
}
.common_footer-menu__item-last .common_footer-menu__link::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -20px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
.common_footer-menu__link:hover,
.common_footer-menu__sub-link:hover {
  opacity: 0.7;
}
.common_footer-menu__sub-item {
  position: relative;
  padding-left: 20px;
  line-height: 1.9;
  color: #fff;
}
.common_footer-menu__sub-item::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 6px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/* common_footer__cta */
.common_footer-menu__cta-item {
  line-height: 1.9;
}
.common_footer__cta {
  margin: 0 0 10px 0;
  padding: 0;
}
.common_footer__cta-link {
  position: relative;
  display: block;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border: 3px #fff solid;
  border-radius: 50px;
  box-shadow: none;
  transition: 0.3s;
  box-sizing: border-box;
}
.common_footer__cta-link::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 20px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
.common_footer__cta-link:hover {
  opacity: 0.7;
}
.common_footer__cta-link--green {
  background: -moz-linear-gradient(right, #19af93, #148880);
  background: -webkit-linear-gradient(right, #19af93, #148880);
  background: linear-gradient(to right, #19af93, #148880);
}
.common_footer__cta-link--green:hover {
  background: -moz-linear-gradient(right, #d88000, #c74f2d);
  background: -webkit-linear-gradient(right, #d88000, #c74f2d);
  background: linear-gradient(to right, #d88000, #c74f2d);
}
/* common_footer-companyinfo */
.common_footer-companyinfo {
  background: #fff;
}
.common_footer-companyinfo__list {
  display: grid;
  align-items: center;
  width: 100%;
  grid-template-columns: 1fr 3fr 3fr 1fr 10% 2fr;
}
.common_footer-companyinfo__item {
  padding-right: 20px;
}
.common_footer-companyinfo__link:hover {
  opacity: 0.7;
}
.common_footer-companyinfo__facebook-link {
  width: 25px;
  display: block;
}
.common_footer-companyinfo__text {
  font-size: 90%;
  line-height: 1.6;
}
/* common_footer__copyright */
.common_footer__copyright {
  color: #fff;
  text-align: center;
  padding: 12px 0;
}
.common_footer__copyright-text {
  font-size: 85%;
}
/* common_footer-pagetop */
.common_footer-pagetop {
  width: 30px;
  position: fixed;
  right: 3%;
  bottom: 2.5%;
  cursor: pointer;
  z-index: 20;
  display: none;
}

@media screen and (max-width: 768px) {
  .common_footer__pc-only {
    display: none;
  }
  .common_footer__inner {
    font-size: 100%;
    flex-direction: column;
    margin: 0 auto;
    padding: 30px 10px;
  }
  .common_footer__logo {
    width: 200px;
  }
  .common_footer-menu {
    grid-template-columns: 4fr 3fr;
  }
  .common_footer-menu__wrap {
    margin-bottom: 15px;
  }
  .common_footer-menu__wrap:last-child {
    margin: 0;
  }
  .common_footer-menu__list {
    padding: 0;
  }
  .common_footer-menu__item-last {
    text-align: left;
  }
  .common_footer-menu__item-last .common_footer-menu__link::before {
    display: none;
  }
  .common_footer-menu__item-last::before {
    display: block;
  }
  .common_footer-menu__item {
    padding-left: 15px;
  }
  .common_footer-menu__item::before {
    left: 0;
  }
  /* common_footer__cta */
  .common_footer-menu__cta-item {
    margin-bottom: 15px;
  }
  .common_footer__cta {
    margin: 0;
  }
  /* common_footer-companyinfo */
  .common_footer-companyinfo__list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .common_footer-companyinfo__item {
    margin-bottom: 15px;
  }
  .common_footer-companyinfo__rakuslogo {
    width: 80px;
  }
  .common_footer-companyinfo__rakusinfo {
    width: calc(100% - 80px);
    padding-right: 0;
  }
  .common_footer-companyinfo__performance {
    width: 100%;
    padding-right: 0;
  }
  .common_footer-companyinfo__jpx {
    width: 80px;
  }
  .common_footer-companyinfo__privacymark {
    width: 80px;
  }
  .common_footer-companyinfo__isms {
    width: 110px;
    padding-right: 0;
  }
}

/*common nosticky breadcrumb*/
.common_breadcrumb {
  background: #fff;
  padding: 12px 0;
}
.common_breadcrumb__box {
  font-size: 90%;
}
.common_breadcrumb__link {
  position: relative;
}
.common_breadcrumb__link:hover {
  text-decoration: underline;
}

/*background*/
.common_bg-paleorange {
  background: #fff0e1;
}
.common_bg-lightorange {
  background: #ffd182;
}
.common_bg-white {
  background: #ffffff;
}
.common_bg-palegray {
  background: #f8f8f8;
}
.common_bg-orange {
  background: #f39800;
}
.common_bg-deeporange {
  background: #d35923;
}
/*color*/
.common_color-orange {
  color: #f39800;
}
.common_color-deeporange {
  color: #d35923;
}
/*common main area*/
.common_main-area {
  padding: 50px 0;
}

/*common title*/
.common_heading-xl {
  text-align: center;
  font-weight: bold;
  font-size: 300%;
  position: relative;
  line-height: 1.3;
  margin-bottom: 60px;
}
.common_heading-xl::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 4px;
  border-radius: 20px;
  background: #f39800;
  bottom: -22px;
  z-index: 62;
  left: 50%;
  transform: translateX(-50%);
}
.common_heading-l {
  text-align: center;
  font-weight: bold;
  font-size: 220%;
  position: relative;
  line-height: 1.3;
  margin-bottom: 80px;
}
.common_heading-l::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 4px;
  border-radius: 20px;
  background: #f39800;
  bottom: -22px;
  z-index: 62;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.common_heading-m,
.common_content-title {
  text-align: center;
  font-weight: bold;
  color: #d35923;
  font-size: 180%;
  margin-bottom: 30px;
  line-height: 1.3;
}
/*common category-box*/
.common_main-area-category-box {
  width: 100%;
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
}
.common_main-area-category-box__title {
  position: relative;
  min-width: 100px;
  display: inline-block;
  margin: 0 auto;
  padding: 5px 10px;
  color: #fff;
  font-size: 100%;
  letter-spacing: 0.1em;
  background: #d35923;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}
.common_main-area-category-box__title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 11px solid #d35923;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
/*common lead*/
.common_section-lead {
  font-size: 120%;
  display: block;
  text-align: center;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 70px;
}
/*common inpagelead*/
.common_inpage-lead {
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.5;
}
.common_inpage-lead__link {
  color: #d7651e;
  text-decoration: underline;
  font-weight: bold;
}
.common_inpage-lead__link:hover {
  opacity: 0.7;
}
/*common text*/
.common_text-nomal {
  font-weight: normal;
}
.common_text-bold {
  font-weight: bold;
}
.common_text-detail {
  font-size: 120%;
  line-height: 1.8;
}
.common_text-detail__link {
  font-weight: bold;
  color: #f39801;
  text-decoration: underline;
}
/* common notice */
.common_text-notice {
  font-size: 95%;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.3;
  width: 100%;
  display: inline-block;
}
/* common-add icon */
.common-add_icon-cause,
.common-add_icon-merit,
.common-add_icon-new,
.common-add_icon-problem,
.common-add_icon-solution,
.common-add_icon-solution-method,
.common-add_icon-subject {
  position: relative;
}
.common-add_icon-cause::before,
.common-add_icon-merit::before,
.common-add_icon-new::before,
.common-add_icon-problem::before,
.common-add_icon-solution::before,
.common-add_icon-solution-method::before,
.common-add_icon-subject::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-55%);
}
.common-add_icon-cause::before {
  background: url(/asset/image/common/icon_cause.svg) no-repeat no-repeat center center;
  background-size: contain;
}
.common-add_icon-merit::before {
  background: url(/asset/image/common/icon_merit.svg) no-repeat no-repeat center center;
  background-size: contain;
  width: 92px;
  height: 92px;
}
.common-add_icon-new::before {
  background: url(/asset/image/common/icon_new.svg) no-repeat no-repeat center center;
  background-size: contain;
}
.common-add_icon-problem::before {
  background: url(/asset/image/common/icon_problem.svg) no-repeat no-repeat center center;
  background-size: contain;
}
.common-add_icon-solution::before {
  background: url(/asset/image/common/icon_solution.svg) no-repeat no-repeat center center;
  background-size: contain;
}
.common-add_icon-solution-method::before {
  background: url(/asset/image/common/icon_solution-method.svg) no-repeat no-repeat center center;
  background-size: contain;
  width: 92px;
  height: 92px;
}
.common-add_icon-subject::before {
  background: url(/asset/image/common/icon_subject.svg) no-repeat no-repeat center center;
  background-size: contain;
}

/* common detail-btn-content */
.common_detail-btn-content {
  margin: 40px auto;
  text-align: center;
  font-size: 140%;
  letter-spacing: 1px;
}
.common_detail-btn-content__link {
  position: relative;
  background-size: 24px;
  padding: 5px 30px 5px 0px;
  font-weight: bold;
}
.common_detail-btn-content__link::after {
  content: "";
  width: 23px;
  height: 23px;
  background: url(/asset/image/common/icon_arrow.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
}
.common_detail-btn-content__link:hover {
  color: #eea01d;
}
.common_detail-btn-content__link:hover::after {
  right: -3px;
}
/*common hover-box-shadow*/
.common_hover-box-shadow {
  box-shadow: 3px 3px 12px rgb(0 0 0 / 15%);
  display: block;
  transition: all ease-in-out 0.15s;
  width: 100%;
}
.common_hover-box-shadow:hover {
  box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
  transform: translateY(-6px);
  cursor: pointer;
  opacity: 0.8;
}
/*common panel-link*/
.common_panel-link {
  border-radius: 10px;
  padding: 15px 15px 45px;
  display: block;
  width: 100%;
  position: relative;
}
.common_panel-link__more-text {
  background: #f39801;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  width: 100%;
  border-radius: 0 0 10px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
.common_panel-link__more-text::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 2px solid;
  border-color: #f5f5f5 #f5f5f5 transparent transparent;
  transform: rotate(45deg);
  top: 10px;
  right: 20px;
  bottom: calc(50% - 2px);
}
/*common page-link-list*/
.common_page-link-list__item {
  margin-bottom: 10px;
}
.common_page-link-list__link {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 20px solid #d35923;
  background: #fff;
  border-radius: 8px;
  display: block;
  padding: 10px 5px 15px;
  position: relative;
}
.common_page-link-list__link::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border: 2px solid;
  border-color: #f5f5f5 #f5f5f5 transparent transparent;
  transform: rotate(135deg);
  right: calc(50% - 2px);
  bottom: -12px;
}
.common_page-link-list__figure {
  width: 80%;
  max-width: 100px;
  margin: 0 auto 5px;
}
.common_page-link-list__title {
  font-weight: bold;
  font-size: 120%;
  color: #d35923;
  text-align: center;
  line-height: 1.3;
}
/*common common_circle-list*/
.common_circle-list__item {
  padding-left: 12px;
  position: relative;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.5;
  width: 100%;
  font-size: 110%;
}
.common_circle-list__item:last-child {
  margin-bottom: 0;
}
.common_circle-list__item::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f39800;
  position: absolute;
  top: 0.55em;
  left: 0;
}
.common_circle-list__item--gray::before {
  background: #bebfc0;
}

/*common common_num-list*/
.common_num-list {
  list-style-type: decimal;
  padding-left: 20px;
}
.common_num-list__item::marker {
  color: #f39800;
  font-weight: bold;
  font-size: 14px;
}
.common_num-list__item {
  font-size: 14px;
  font-weight: bold;
  color: #434343;
}
.common_num-list__item + .common_num-list__item {
  margin-top: 10px;
}

/*common common_check-list*/
.common_check-list__item {
  position: relative;
  padding-left: 30px;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 10px;
}
.common_check-list__item:last-child {
  margin-bottom: 0;
}
.common_check-list__item::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(/asset/image/common/icon_check.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 0;
}
.common_check-list__item--gray::before {
  background: url(/asset/image/common/icon_check-gray.svg) no-repeat center center;
  background-size: contain;
}
/* common box-radius */
.common_box-radius {
  border-radius: 10px;
  padding: 30px 8%;
}
/* common box-line */
.common_box-line-orange {
  border-radius: 10px;
  padding: 30px 8%;
  border: 3px solid #f39800;
}
.common_box-line-lightorange {
  border-radius: 10px;
  padding: 30px 8%;
  border: 3px solid #ffd182;
}
.common_box-line-gray {
  border-radius: 10px;
  padding: 30px 8%;
  border: 3px solid #e5e5e5;
}
/*-----------------
slick
----------------*/
/*common js-common_slick-wrap__dots*/
.js-common_slick-wrap__dots {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.js-common_slick-wrap__dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #f39800;
  margin: 0 5px;
  cursor: pointer;
}
.js-common_slick-wrap__dots li.slick-active {
  background: #f39800;
}
.js-common_slick-wrap__dots button {
  display: none;
}
/*common js-common_slick-wrap__arrow*/
.js-common_slick-wrap__arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 60px;
  background: #d35923;
  border-radius: 5px;
  z-index: 1;
  border: none;
  transform: translateY(-50%);
}
.js-common_slick-wrap__arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: calc(50% - 4px);
}
.js-common_slick-wrap__arrow--prev {
  left: -40px;
}
.js-common_slick-wrap__arrow--prev::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 12px;
}
.js-common_slick-wrap__arrow--next {
  right: -40px;
}
.js-common_slick-wrap__arrow--next::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 12px;
}

/*-----------------
cta
----------------*/
.common_cta {
  padding: 50px 0;
  background: #ffd182;
}
.common_cta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.common_cta-wrap-item {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.common_cta-2wrap,
.common_cta-3wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*左右ボックス*/
.common_cta-area__width-30 {
  width: 30%;
}
.common_cta-area__width-40 {
  width: 40%;
}
.common_cta-area__width-50 {
  width: 49%;
}
.common_cta-area__width-60 {
  width: 60%;
}
.common_cta-area__width-70 {
  width: 70%;
}
/*cta 横並びボックス割合*/
.common_cta-1wrap-item {
  width: 32%;
}
.common_cta-2wrap-item {
  width: 48%;
}
.common_cta-3wrap-item {
  width: 32%;
}
.common_cta-width-40 {
  width: 40%;
}
.common_cta-width-60 {
  width: 60%;
}
/*cta-area 共通*/
.common_cta-area__heading-l {
  text-align: center;
  font-size: 180%;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}
.common_cta-area__heading-s {
  text-align: center;
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}
.common_cta-area__fukidashi {
  background: #fff;
  width: 200px;
  text-align: center;
  display: table;
  margin: 0 auto;
  transform: translateY(10px);
  z-index: 1;
  position: relative;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.common_cta-area__fukidashi::after {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -7px;
  left: calc(50% - 5px);
  background: #fff;
}
.common_cta-area__fukidashi--pink {
  color: #e22986;
  border: 2px solid #f359a6;
}
.common_cta-area__fukidashi--pink::after {
  border-bottom: 2px solid #f359a6;
  border-left: 2px solid #f359a6;
}
.common_cta-area__fukidashi--green {
  color: #28ac1e;
  border: 2px solid #54ce4b;
}
.common_cta-area__fukidashi--green::after {
  border-bottom: 2px solid #54ce4b;
  border-left: 2px solid #54ce4b;
}
.common_cta-area__banzai {
  display: table;
  margin: 0 auto 10px;
  font-size: 125%;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding: 0 40px;
}
.common_cta-area__banzai::before,
.common_cta-area__banzai::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #fff;
}
.common_cta-area__banzai::before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.common_cta-area__banzai::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
/*cta area link*/
.common_cta-area__link {
  display: block;
  padding: 22px 10px;
  font-size: 135%;
  text-align: center;
  max-width: 380px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  letter-spacing: 0.02em;
}
.common_cta-area__link::after {
  top: 30px;
  right: 18px;
  width: 6px;
  height: 6px;
}
/*画像とボタン２つ並びのcta*/
.common_cta-image-2button__flex {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}
.common_cta-image-2button__left,
.common_cta-image-2button__right {
  width: 49%;
}
.common_cta-area__mage {
  max-width: 400px;
  width: 100%;
  height: auto;
}
/*-----------------
common button
----------------*/
.common_button__link {
  display: block;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  transition: 300ms ease all;
  border-radius: 50px;
}
.common_button__link::after {
  content: "";
  position: absolute;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.common_button__link--detail {
  display: table;
  max-width: 280px;
  width: 100%;
  padding: 14px 20px;
  box-sizing: border-box;
  font-size: 120%;
  letter-spacing: 0.02em;
  margin: 0 auto;
}
.common_button__link--detail::after {
  top: 20px;
  right: 10px;
  width: 4px;
  height: 4px;
}
/*-----------------
cta other product common 
----------------*/
/*cta area rakutel */
.common_bg-rakutel-gradation {
  background: #3f6eb3;
  background: -webkit-linear-gradient(90deg, #3f6eb3 0%, #5e94e5 100%);
  background: linear-gradient(90deg, #3f6eb3 0%, #5e94e5 100%);
}
.common_bg-rakutel-blue {
  background: #3f6eb3;
}
.common_button__link--rakutel-pink {
  background: #f359a6;
  box-shadow: 0 2px 0 #e22986;
}
.common_button__link--rakutel-green {
  background: #54ce4b;
  box-shadow: 0 2px 0 #28ac1e;
}

.common_button__link--rakutel-pink:hover,
.common_button__link--rakutel-green:hover {
  opacity: 0.7;
  transform: translateY(2px);
  box-shadow: none;
}
.common_button__link--rakutel-blue-line {
  color: #3f6eb3;
  background: #fff;
  border: 2px solid #3f6eb3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.common_button__link--rakutel-blue-line:hover {
  color: #fff;
  background: #3f6eb3;
  border: 2px solid #fff;
}
.common_button__link--rakutel-blue-line::after {
  border-right: 2px solid #3f6eb3;
  border-bottom: 2px solid #3f6eb3;
}
.common_button__link--rakutel-blue-line:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
/*cta area haihai*/
.common_bg-haihai-gradation {
  background: #4e62e0;
  background: -webkit-linear-gradient(90deg, #172a88 0%, #4e62e0 100%);
  background: linear-gradient(90deg, #172a88 0%, #4e62e0 100%);
}
.common_bg-haihai-blue {
  background: #172a88;
}
.common_button__link--haihai-yellow {
  background: #f4a608;
  box-shadow: 0 2px 0 #b28021;
}
.common_button__link--haihai-green {
  background: #00ce9d;
  box-shadow: 0 2px 0 #0da4aa;
}
.common_button__link--haihai-yellow:hover,
.common_button__link--haihai-green:hover {
  opacity: 0.7;
  transform: translateY(2px);
  box-shadow: none;
}
/*cta area md*/
.common_bg-md-orange {
  background: #ffd182;
}
.common_cta-area__heading-l-md {
  padding-bottom: 30px;
  color: #d35923;
  font-size: 190%;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  background: none;
  color: #d35923;
}
.common_button__link--md-green {
  background: #148880;
  background: -webkit-linear-gradient(right, #19af93, #148880);
  background: linear-gradient(to right, #19af93, #148880);
  border: 2px solid transparent;
}
.common_button__link--md-green:hover {
  background: linear-gradient(to right, #d88000, #c74f2d);
  color: #fff;
  border: 2px solid #d88000;
}
.common_cta-area__banzai--md {
  color: #343434;
}
.common_cta-area__banzai--md::before,
.common_cta-area__banzai--md::after {
  background: #343434;
}

/*汎用 cta用button*/
.common_cta-2wrap-item .button-round {
  text-align: center;
}
.common_button-round--center {
  margin: 0 auto;
  text-align: center;
}
.common_button-roundw__link--block {
  display: block;
}
.common_button-round__subtext {
  padding-bottom: 2px;
  display: block;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
}
.common_button-round__contents {
  text-align: center;
}
.common_button-round__title {
  font-size: 150%;
  font-weight: bold;
  letter-spacing: 1px;
}
.common_cta-1wrap-item .common_button-round__title,
.common_cta-3wrap-item .common_button-round__title {
  font-size: 120%;
}
.common_button-round__link-inner {
  display: grid;
  place-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 90px;
  color: #fff;
  background: linear-gradient(to right, #19af93, #148880);
  padding: 20px 30px;
  border-radius: 100px;
  transition: 300ms ease all;
  border: 2px solid #059287;
  position: relative;
}
.common_button-round__link-inner::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: rotate(45deg) translateY(-50%);
}
.common_button-round__link-inner--white::after {
  border-top: 2px solid #059287;
  border-right: 2px solid #059287;
}
.common_button-round__link-inner--line-orange::after {
  border-top: 2px solid #d35923;
  border-right: 2px solid #d35923;
}
.common_button-round__link-inner:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.common_cta-1wrap-item .common_button-round__link-inner,
.common_cta-3wrap-item .common_button-round__link-inner {
  padding: 20px;
  height: 60px;
}
.common_cta-1wrap-item .common_button-round__link-inner::after,
.common_cta-3wrap-item .common_button-round__link-inner::after {
  display: none;
}
.common_button-round__link-inner--white {
  color: #059287;
  background: #fff;
  border: 2px solid #059287;
}
.common_button-round__link-inner:hover {
  background: linear-gradient(to right, #d88000, #c74f2d);
  color: #fff;
  border: 2px solid #d88000;
}
.common_button-round__link-inner--white:hover {
  background: linear-gradient(to right, #19af93, #148880);
  box-shadow: 0 2px 4px #cccccc;
  color: #fff;
  border: 2px solid #059287;
}
.common_cta__heading-l {
  padding-bottom: 30px;
  color: #d35923;
  font-size: 190%;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  background: none;
}
.common_cta__heading-l--pb-80 {
  padding-bottom: 80px;
}
.common_cta__title {
  padding: 0 0 30px;
  font-size: 160%;
  font-weight: bold;
}
.common_cta-3wrap-item__title {
  display: grid;
  place-content: center;
  min-height: 72px;
  font-size: 120%;
}
.common_cta__title-point {
  color: #f39800;
}
.common_cta-white-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 115px 30px 20px;
  max-width: 450px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
.common-add_icon {
  position: relative;
}
/*共通　cta バンザイコメント*/
.common_cta-banzai {
  position: relative;
  font-size: 140%;
  font-weight: bold;
  display: table;
  margin: 0 auto 10px;
  padding: 0 30px;
}
.common_cta-banzai::before,
.common_cta-banzai::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: #343434;
}
.common_cta-banzai::before {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 0;
}
.common_cta-banzai::after {
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0;
}
/* icon top */
.common-add_icon__figure {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: auto;
}
/* icon left */
.common-add_side-icon__figure {
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  width: 130px;
  height: auto;
  z-index: 1;
}
.common_cta__text {
  padding-top: 8px;
  font-weight: bold;
  color: #d35923;
  text-align: center;
}
.common_button-round__text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
/* cta 吹き出し */
.common_button-round__text-point {
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 85%;
  padding: 5px 0;
  width: 300px;
  border-radius: 10px;
  transform: translate(-50%, -60%);
  box-sizing: border-box;
  background: #fff;
  color: #333;
  border: 2px solid #059287;
  font-weight: bold;
}
.common_button-round__text-point::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -7px;
  left: calc(50% - 5px);
  border-bottom: 2px solid #059287;
  border-left: 2px solid #059287;
  background: #fff;
}
.common_button-round__link:hover .common_button-round__text-point {
  border: 2px solid #d88000;
  transition: 300ms ease all;
}
.common_button-round__link:hover .common_button-round__text-point::before {
  border-bottom: 2px solid #d88000;
  border-left: 2px solid #d88000;
  transition: 300ms ease all;
}
.common_button-round__text-point-strong {
  font-size: 120%;
  font-weight: bold;
  margin-right: 2px;
}
/*汎用 circle image*/
.common_cta-circle-wrap-item {
  position: relative;
}
.common_cta-circle-wrap-figure {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 290px;
  height: auto;
  z-index: 1;
}
/*汎用 cta パソコンと資料*/
.common_cta-pc-document__image {
  max-width: 380px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/*汎用 button単体*/
.common_cta-single {
  width: 480px;
  margin: 0 auto;
  /* padding: 20px 0 ; */
}
/*汎用 button小さめ*/
.common_cta-min {
  width: 400px;
  margin: 0 auto;
  padding: 30px 0 20px;
}
.common_cta-min--ptb-none {
  padding: 0;
}
.common_button-round__link-inner-min {
  display: grid;
  place-content: center;
  flex-wrap: wrap;
  width: 100%;
  color: #fff;
  background: linear-gradient(to right, #19af93, #148880);
  border-radius: 100px;
  transition: 300ms ease all;
  border: 2px solid #059287;
  padding: 20px;
  height: 60px;
  font-size: 90%;
  position: relative;
}
.common_button-round__link-inner-min::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: rotate(45deg) translateY(-50%);
}
.common_button-round__link-inner-min--white {
  color: #059287;
  background: #fff;
  border: 2px solid #059287;
}
.common_button-round__link-inner-min--white::after {
  border-top: 2px solid #059287;
  border-right: 2px solid #059287;
}
.common_button-round__link-inner-min:hover {
  background: linear-gradient(to right, #d88000, #c74f2d);
  color: #fff;
  border: 2px solid #d88000;
}
.common_button-round__link-inner-min--white:hover {
  background: linear-gradient(to right, #19af93, #148880);
  box-shadow: 0 2px 4px #cccccc;
  color: #fff;
  border: 2px solid #059287;
}
.common_button-round__link-inner-min--white:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
/* 汎用 animation　オレンジ */
.common_cta-animation {
  height: 90px;
  padding: 0;
  display: flex;
  align-items: center;
}
.common_button-round-animation {
  width: 100%;
}
.common_button-round__link-animation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common_button-round__link-inner--orange {
  color: #fff;
  background: #d35923;
  transition: 50ms ease all;
  border: 2px solid #fff;
}
.common_button-round__link-inner--orange:hover {
  width: 95%;
  height: 75px;
  background: #d35923;
}
.common_button-round__link-inner--line-orange {
  color: #d35923;
  background: #fff;
  transition: 50ms ease all;
  border: 2px solid #d35923;
}
.common_button-round__link-inner--line-orange:hover {
  width: 95%;
  height: 75px;
  background: #d35923;
  color: #fff;
}
.common_button-round__link-inner--orange::after,
.common_button-round__link-inner--line-orange::after {
  display: none;
}
.common_button-round__arrow::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  right: 35px;
  transform: rotate(-45deg);
}
.common_button-round__arrow--orange::after {
  border-bottom: 4px solid #d35923;
  border-right: 4px solid #d35923;
}
.common_button-round__arrow--white::after {
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
}
.common_button-round__link:hover .common_button-round__arrow::after {
  animation: buttonarrow 0.35s ease-in-out;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
}
@keyframes buttonarrow {
  15% {
    right: 5px;
    opacity: 0;
  }
  30% {
    right: 10px;
    opacity: 0;
  }
  70% {
    right: 20px;
    opacity: 0;
  }
  to {
    right: 35px;
    opacity: 1;
  }
}
/*汎用 button小さめ　animation　オレンジ*/
.common_cta-min-animation {
  height: 60px;
  display: flex;
  align-items: center;
}
.common_button-round__link-inner-min--orange {
  color: #fff;
  background: #d35923;
  transition: 50ms ease all;
  border: 2px solid #fff;
  padding: 10px;
}
.common_button-round__link-inner-min--orange:hover {
  width: 95%;
  height: 50px;
  background: #d35923;
}
.common_button-round__link-inner-min--line-orange {
  color: #d35923;
  background: #fff;
  transition: 50ms ease all;
  border: 2px solid #d35923;
  padding: 10px;
}
.common_button-round__link-inner-min--line-orange:hover {
  width: 95%;
  height: 50px;
  background: #d35923;
  color: #fff;
}
.common_button-round__link-inner-min--orange::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.common_button-round__link-inner-min--orange:hover::after {
  border-top: 2px solid #d35923;
  border-right: 2px solid #d35923;
}
.common_button-round__link-inner-min--line-orange::after {
  border-top: 2px solid #d35923;
  border-right: 2px solid #d35923;
}
.common_button-round__link-inner-min--line-orange:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/*======================================
全製品共通 common_style*/

/*contents width*/
.common_inner-1200,
.common-all_inner-1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.common_inner-1100,
.common-all_inner-1100 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.common_inner-1000,
.common-all_inner-1000 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.common_inner-900,
.common-all_inner-900 {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.common_inner-800,
.common-all_inner-800 {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
/*width*/
.common_width-700,
.common-all_width-700 {
  width: 100%;
  max-width: 700px;
}
.common_width-600,
.common-all_width-600 {
  width: 100%;
  max-width: 600px;
}
.common_width-500,
.common-all_width-500 {
  width: 100%;
  max-width: 500px;
}
.common_width-400,
.common-all_width-400 {
  width: 100%;
  max-width: 400px;
}
.common_width-300,
.common-all_width-300 {
  width: 100%;
  max-width: 300px;
}
.common_width-200,
.common-all_width-200 {
  width: 100%;
  max-width: 200px;
}
.common_width-100,
.common-all_width-100 {
  width: 100%;
  max-width: 100px;
}
.common_width-700,
.common_width-600,
.common_width-500,
.common_width-400,
.common_width-300,
.common_width-200,
.common_width-100,
.common-all_width-700,
.common-all_width-600,
.common-all_width-500,
.common-all_width-400,
.common-all_width-300,
.common-all_width-200,
.common-all_width-100 {
  margin: 0 auto;
}
/*common box flex*/
.common_box-list,
.common-all_box-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 10px;
}
.common_box-item,
.common-all_box-item {
  padding: 0 20px 0 0;
  box-sizing: border-box;
  display: flex;
}
.common_box-item--1,
.common-all_box-item--1 {
  width: calc((100% / 12) * 1);
}
.common_box-item--2,
.common-all_box-item--2 {
  width: calc((100% / 12) * 2);
}
.common_box-item--3,
.common-all_box-item--3 {
  width: calc((100% / 12) * 3);
}
.common_box-item--4,
.common-all_box-item--4 {
  width: calc((100% / 12) * 4);
}
.common_box-item--5,
.common-all_box-item--5 {
  width: calc((100% / 12) * 5);
}
.common_box-item--6,
.common-all_box-item--6 {
  width: calc((100% / 12) * 6);
}
.common_box-item--7,
.common-all_box-item--7 {
  width: calc((100% / 12) * 7);
}
.common_box-item--8,
.common-all_box-item--8 {
  width: calc((100% / 12) * 8);
}
.common_box-item--9,
.common-all_box-item--9 {
  width: calc((100% / 12) * 9);
}
.common_box-item--10,
.common-all_box-item--10 {
  width: calc((100% / 12) * 10);
}
.common_box-item--11,
.common-all_box-item--11 {
  width: calc((100% / 12) * 11);
}
.common_box-item--12,
.common-all_box-item--12 {
  width: calc((100% / 12) * 12);
}
/*margin-top*/
.common_mt-10,
.common-all_mt-10 {
  margin-top: 10px;
}
.common_mt-20,
.common-all_mt-20 {
  margin-top: 20px;
}
.common_mt-30,
.common-all_mt-30 {
  margin-top: 30px;
}
.common_mt-40,
.common-all_mt-40 {
  margin-top: 40px;
}
.common_mt-50,
.common-all_mt-50 {
  margin-top: 50px;
}
.common_mt-60,
.common-all_mt-60 {
  margin-top: 60px;
}
.common_mt-70,
.common-all_mt-70 {
  margin-top: 70px;
}
.common_mt-80,
.common-all_mt-80 {
  margin-top: 80px;
}
.common_mt-90,
.common-all_mt-90 {
  margin-top: 90px;
}
.common_mt-100,
.common-all_mt-100 {
  margin-top: 100px;
}
/*margin-bottom*/
.common_mb-10,
.common-all_mb-10 {
  margin-bottom: 10px;
}
.common_mb-20,
.common-all_mb-20 {
  margin-bottom: 20px;
}
.common_mb-30,
.common-all_mb-30 {
  margin-bottom: 30px;
}
.common_mb-40,
.common-all_mb-40 {
  margin-bottom: 40px;
}
.common_mb-50,
.common-all_mb-50 {
  margin-bottom: 50px;
}
.common_mb-60,
.common-all_mb-60 {
  margin-bottom: 60px;
}
.common_mb-70,
.common-all_mb-70 {
  margin-bottom: 70px;
}
.common_mb-80,
.common-all_mb-80 {
  margin-bottom: 80px;
}
.common_mb-90,
.common-all_mb-90 {
  margin-bottom: 90px;
}
.common_mb-100,
.common-all_mb-100 {
  margin-bottom: 100px;
}
/*padding top and  bottom*/
.common_ptb-100,
.common-all_ptb-100 {
  padding: 100px 0;
}
.common_ptb-90,
.common-all_ptb-90 {
  padding: 90px 0;
}
.common_ptb-80,
.common-all_ptb-80 {
  padding: 80px 0;
}
.common_ptb-70,
.common-all_ptb-70 {
  padding: 70px 0;
}
.common_ptb-60,
.common-all_ptb-60 {
  padding: 60px 0;
}
.common_ptb-50,
.common-all_ptb-50 {
  padding: 50px 0;
}
.common_ptb-40,
.common-all_ptb-40 {
  padding: 40px 0;
}
.common_ptb-30,
.common-all_ptb-30 {
  padding: 30px 0;
}
.common_ptb-20,
.common-all_ptb-20 {
  padding: 20px 0;
}
.common_ptb-10,
.common-all_ptb-10 {
  padding: 10px 0;
}
/*padding top*/
.common_pt-100,
.common-all_pt-100 {
  padding-top: 100px;
}
.common_pt-90,
.common-all_pt-90 {
  padding-top: 90px;
}
.common_pt-80,
.common-all_pt-80 {
  padding-top: 80px;
}
.common_pt-70,
.common-all_pt-70 {
  padding-top: 70px;
}
.common_pt-60,
.common-all_pt-60 {
  padding-top: 60px;
}
.common_pt-50,
.common-all_pt-50 {
  padding-top: 50px;
}
.common_pt-40,
.common-all_pt-40 {
  padding-top: 40px;
}
.common_pt-30,
.common-all_pt-30 {
  padding-top: 30px;
}
.common_pt-20,
.common-all_pt-20 {
  padding-top: 20px;
}
.common_pt-10,
.common-all_pt-10 {
  padding-top: 10px;
}
/*padding bottom*/
.common_pb-100,
.common-all_pb-100 {
  padding-bottom: 100px;
}
.common_pb-90,
.common-all_pb-90 {
  padding-bottom: 90px;
}
.common_pb-80,
.common-all_pb-80 {
  padding-bottom: 80px;
}
.common_pb-70,
.common-all_pb-70 {
  padding-bottom: 70px;
}
.common_pb-60,
.common-all_pb-60 {
  padding-bottom: 60px;
}
.common_pb-50,
.common-all_pb-50 {
  padding-bottom: 50px;
}
.common_pb-40,
.common-all_pb-40 {
  padding-bottom: 40px;
}
.common_pb-30,
.common-all_pb-30 {
  padding-bottom: 30px;
}
.common_pb-20,
.common-all_pb-20 {
  padding-bottom: 20px;
}
.common_pb-10,
.common-all_pb-10 {
  padding-bottom: 10px;
}
/*flexbox*/
.common_flex,
.common-all_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common_align-center,
.common-all_align-center {
  align-items: center;
}
/*text position*/
.common_text-center,
.common-all_text-center {
  text-align: center;
}
.common_text-right,
.common-all_text-right {
  text-align: right;
}
.common_text-left,
.common-all_text-left {
  text-align: left;
}
/*text size development*/
.common_fontsize-xl,
.common-all_fontsize-xl {
  font-size: 150%;
}
.common_fontsize-l,
.common-all_fontsize-l {
  font-size: 125%;
}
.common_fontsize-s,
.common-all_fontsize-s {
  font-size: 90%;
}
.common_fontsize-xs,
.common-all_fontsize-xs {
  font-size: 70%;
}

/* 全製品共通 common_style end
======================================*/

@media screen and (max-width: 768px) {
  /* 全製品共通 common_style  */
  .common_breadcrumb {
    display: none;
  }
  .common_main-area {
    padding: 25px 0;
  }
  .common_heading-xl {
    font-size: 170%;
    margin-bottom: 30px;
  }
  .common_heading-xl::after {
    width: 40px;
    height: 5px;
    bottom: -16px;
  }
  .common_heading-l {
    font-size: 150%;
    margin-bottom: 60px;
  }
  .common_heading-l::after {
    bottom: -16px;
  }
  .common_heading-m,
  .common_content-title {
    font-size: 130%;
    margin-bottom: 10px;
  }
  /*common category-box*/
  .common_main-area-category-box__title {
    font-size: 85%;
    padding: 3px 10px;
  }
  .common_box-list,
  .common-all_box-list {
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .common_box-item-2column,
  .common_box-item-3column,
  .common_box-item-4column,
  .common_box-item-5column,
  .common_box-item-6column {
    width: 100%;
  }
  .common_box-item--1,
  .common_box-item--2,
  .common_box-item--3,
  .common_box-item--4,
  .common_box-item--5,
  .common_box-item--6,
  .common_box-item--7,
  .common_box-item--8,
  .common_box-item--9,
  .common_box-item--10,
  .common_box-item--11,
  .common_box-item--12,
  .common-all_box-item--1,
  .common-all_box-item--2,
  .common-all_box-item--3,
  .common-all_box-item--4,
  .common-all_box-item--5,
  .common-all_box-item--6,
  .common-all_box-item--7,
  .common-all_box-item--8,
  .common-all_box-item--9,
  .common-all_box-item--10,
  .common-all_box-item--11,
  .common-all_box-item--12 {
    width: 100%;
    padding: 0;
  }
  .common_mt-50,
  .common_mt-60,
  .common_mt-70,
  .common_mt-80,
  .common_mt-90,
  .common_mt-100,
  .common-all_mt-50,
  .common-all_mt-60,
  .common-all_mt-70,
  .common-all_mt-80,
  .common-all_mt-90,
  .common-all_mt-100 {
    margin-top: 40px;
  }
  .common_mb-50,
  .common_mb-60,
  .common_mb-70,
  .common_mb-80,
  .common_mb-90,
  .common_mb-100,
  .common-all_mb-50,
  .common-all_mb-60,
  .common-all_mb-70,
  .common-all_mb-80,
  .common-all_mb-90,
  .common-all_mb-100 {
    margin-bottom: 40px;
  }
  .common_ptb-50,
  .common_ptb-60,
  .common_ptb-70,
  .common_ptb-80,
  .common_ptb-90,
  .common_ptb-100,
  .common-all_ptb-50,
  .common-all_ptb-60,
  .common-all_ptb-70,
  .common-all_ptb-80,
  .common-all_ptb-90,
  .common-all_ptb-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .common_pt-50,
  .common_pt-60,
  .common_pt-70,
  .common_pt-80,
  .common_pt-90,
  .common_pt-100,
  .common-all_pt-50,
  .common-all_pt-60,
  .common-all_pt-70,
  .common-all_pt-80,
  .common-all_pt-90,
  .common-all_pt-100 {
    padding-top: 40px;
  }
  .common_pb-50,
  .common_pb-60,
  .common_pb-70,
  .common_pb-80,
  .common_pb-90,
  .common_pb-100,
  .common-all_pb-50,
  .common-all_pb-60,
  .common-all_pb-70,
  .common-all_pb-80,
  .common-all_pb-90,
  .common-all_pb-100 {
    padding-bottom: 40px;
  }
  .common_text-item {
    padding: 8px 8px 8px 30px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: inline-block;
  }
  /* 全製品共通 common_style end*/

  /* MD製品共通 common_style  */
  /*common inpagelead*/
  .common_inpage-lead {
    font-size: 120%;
    text-align: left;
  }
  .common_section-lead {
    font-size: 100%;
    margin-bottom: 40px;
    text-align: left;
  }
  /*common text*/
  .common_text-detail {
    font-size: 100%;
  }
  /*common page-link-list*/
  .common_page-link-list__figure {
    max-width: 90px;
    width: 100%;
  }
  .common_page-link-list__title {
    font-size: 90%;
  }
  .common_page-link-list__item {
    width: 32%;
  }
  /*common common_check-list*/
  .common_check-list__item {
    padding-left: 22px;
    line-height: 1.5;
    font-size: 110%;
    margin-bottom: 5px;
  }
  .common_check-list__item:last-child {
    margin-bottom: 0;
  }
  .common_check-list__item::before {
    content: "";
    width: 17px;
    height: 17px;
    background: url(/asset/image/common/icon_check.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 4px;
    left: 0;
  }
  .common_check-list__item--gray::before {
    background: url(/asset/image/common/icon_check-gray.svg) no-repeat center center;
    background-size: contain;
  }
  /* common box-radius */
  .common_box-radius {
    padding: 20px;
  }
  /* slick */
  .js-common_slick-wrap-sp__dots {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
  .js-common_slick-wrap-sp__dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #f39800;
    margin: 0 5px;
    cursor: pointer;
  }
  .js-common_slick-wrap-sp__dots li.slick-active {
    background: #f39800;
  }
  .js-common_slick-wrap-sp__dots button {
    display: none;
  }
  .js-common_slick-wrap__arrow,
  .js-common_slick-wrap-sp__arrow {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 80px;
    background: #d35923;
    border-radius: 5px;
    z-index: 1;
    border: none;
    transform: translateY(-50%);
  }
  .js-common_slick-wrap-sp__arrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: calc(50% - 4px);
  }
  .js-common_slick-wrap__arrow--prev,
  .js-common_slick-wrap-sp__arrow--prev {
    left: -30px;
  }
  .js-common_slick-wrap-sp__arrow--prev::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 12px;
  }
  .js-common_slick-wrap__arrow--next,
  .js-common_slick-wrap-sp__arrow--next {
    right: -30px;
  }
  .js-common_slick-wrap-sp__arrow--next::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 12px;
  }

  .common_cta {
    padding: 30px 0;
  }
  .common_cta__heading-l {
    text-align: left;
    font-size: 150%;
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .common_cta__heading-l--pb-80 {
    padding-bottom: 50px;
  }
  .common_cta__title {
    padding-bottom: 10px;
  }
  .common_cta-2wrap,
  .common_cta-3wrap {
    flex-direction: column;
  }
  .common_cta-1wrap-item,
  .common_cta-2wrap-item,
  .common_cta-3wrap-item {
    width: 100%;
  }
  .common_cta-3wrap-item .common-add_icon__image {
    width: 80%;
    margin: 0 auto;
  }
  .common_cta-3wrap-item__title {
    min-height: inherit;
  }
  .common_cta-3wrap-item .common_cta-white-box {
    padding: 75px 30px 20px;
  }
  .common_cta-2wrap-item--sp-mb20 {
    margin-bottom: 20px;
  }
  .common_cta-2wrap-item--sp-mb60,
  .common_cta-3wrap-item--sp-mb60 {
    margin-bottom: 60px;
  }
  .common_cta-2wrap-item:last-of-type {
    margin-bottom: 0;
  }
  .common_cta-2wrap-item .common-add_icon {
    padding: 90px 20px 10px;
  }
  .common_cta-width-40,
  .common_cta-width-60 {
    width: 100%;
  }
  .common_button-round {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .common_button-round__link-inner {
    padding: 0 10px;
    height: 80px;
  }
  .common_button-round__link-inner--white {
    padding: 0 20px;
  }
  .common_button-round__link-inner::after {
    right: 20px;
    width: 5px;
    height: 5px;
    display: block;
  }
  .common_button-round__subtext,
  .common_button-round__subtext {
    font-size: 90%;
  }
  .common_button-round__title,
  .common_button-round__title {
    font-size: 130%;
  }
  .common-add_side-icon__figure {
    display: none;
  }
  .common_button-round__text-point {
    font-size: 70%;
    width: 250px;
  }
  .common_cta-circle-wrap {
    flex-wrap: wrap;
  }
  .common_cta-circle-wrap-figure {
    position: absolute;
    top: 30px;
    left: 9%;
    transform: translateX(-50%);
    width: 90px;
    height: auto;
  }
  .common_cta-circle__title {
    padding-bottom: 30px;
  }
  .common_cta-single {
    max-width: 400px;
    width: 100%;
  }
  .common_cta-min {
    width: 90%;
    padding: 20px 0 10px;
  }
  .common_button-round__link-inner-min {
    padding: 10px;
    font-size: 80%;
    height: 60px;
  }
  .common_button-round__link-inner-min::after {
    right: 20px;
    width: 5px;
    height: 5px;
    display: block;
  }
  .common_cta-animation {
    height: 80px;
  }
  .common_button-round__link-inner--orange:hover {
    width: 100%;
    height: 80px;
  }
  .common_button-round__link-inner--line-orange:hover {
    width: 100%;
    height: 80px;
  }
  .common_button-round__arrow::after {
    display: none;
  }
  .common_button-round__link-inner-min--line-orange:hover {
    width: 100%;
    height: 60px;
  }
  .common_button-round__link-inner-min--orange:hover {
    width: 100%;
    height: 60px;
  }
  /*汎用 cta パソコンと資料イメージ*/
  .common_cta-pc-document__title {
    text-align: center;
  }
  .common_cta-pc-document__image {
    max-width: 280px;
  }
  .common_cta-banzai {
    font-size: 100%;
  }
  /* MD製品共通 common_style  end*/

  /*-----------------------
  配配製品共通
  -----------------------*/
  .common_cta-area__width-30,
  .common_cta-area__width-40,
  .common_cta-area__width-50,
  .common_cta-area__width-60,
  .common_cta-area__width-70 {
    width: 100%;
  }
  /*cta*/
  .common_cta-area__heading-l {
    font-size: 140%;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .common_cta-area__heading-s {
    font-size: 140%;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .common_cta-image-2button__content {
    flex-direction: column-reverse;
  }
  .common_cta-image-2button__left,
  .common_cta-image-2button__right {
    width: 100%;
    margin: 0 auto 10px;
  }
  .common_cta-image-2button__link {
    padding: 18px 14px;
    font-size: 110%;
  }
  .common_cta-image-2button__link::after {
    top: 22px;
    right: 13px;
  }
  .common_cta-image-2button__image {
    margin: 0 auto;
  }
  .common_button__link--detail {
    font-size: 115%;
    padding: 10px;
  }
  .common_button__link--detail::after {
  }
  
  /* =================================================
  * relation フッターリンク
  * ================================================*/
  .common_relation__list {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .common_relation__item {
    width: 100%;
  }
  .common_relation__figure {
    margin: 0 auto 10px;
  }
  .common_relation__link {
    padding: 20px;
    height: auto;
  }
}