
/*
Theme Name: 鍵ドットコム
*/

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}
html {
  font-size: 62.5%;
}
body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form, input, figure {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: left;
  color: #222222;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  hanging-punctuation: allow-end;
}
a {
  text-decoration: none;
  color: #222222;
}
a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span, img, figure {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  word-break: break-all;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, p {
  text-align: justify;
  text-justify: distribute;
  line-height: 1.5;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

/* 共通 */
.wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.en {
  font-family: "Montserrat", sans-serif;
}
.en_poppins {
  font-family: "Poppins", sans-serif;
}
@media screen and (min-width: 1001px){
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1000px){
  .pc {
    display: none;
  }
  .wrap {
    padding: 0 15px;
  }
}

/* 省略 */
.line-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* ヘッダー */
.header_top {
  height: 120px;
}
.header_nav {
  background-color: #FF6410;
  height: 68px;
  padding: 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.header_inner {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.header_top .header_inner {
  padding: 12px 100px;
}
/*.header_inner > div {
  width: 100%;
}*/
.header_inner > div:nth-child(1){
  display: flex;
  align-items: center;
}
.header_links > ul {
  display: flex;
  justify-content: flex-end;
  padding-top: 12px;
}
.header_links > ul > li:not(:last-child) {
  margin-right: 17px;
}
.header_links li img {
  padding-right: 6px;
}
.header_links a {
  font-size: 1.2rem;
}
.header_logo {
  width: 271px;
}
.header_icon {
  display: flex;
  margin-left: 50px;
}
.header_icon .icon {
  background: linear-gradient(to bottom, #FFEDB1 0%, #FBD451 100%);
  border: 3px solid #FBD451;
  border-radius: 5px;
  color: #232284;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18;
  text-align: center;
  margin-right: 5px;
  padding: 9px 10px;
}
.header_icon .icon em {
  color: #EB5808;
  font-style: normal;
  font-weight: bold;
}
.header_icon .icon span {
  font-size: 19px;
  line-height: 1.37;
}
.header_icon .icon:last-child {
  margin-right: 0;
}
.header_btns {
  display: flex;
  justify-content: flex-end;
}
.header_btn_wrap {
  display: flex;
}
.header_btn_wrap > a:not(:last-child) {
  margin-right: 10px;
}
.header_nav .header_inner {
  max-width: 1100px;
  justify-content: center;
}
.header_nav > ul {
  height: 100%;
}
.header_nav > ul > li {
  display: block;
  border-left: 1px solid #e85f6b;
  box-sizing: border-box;
}
.header_nav > ul > li:first-child {
  border-left: none;
}
.header_nav a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 11px 15px;
  transition: 0.2s;
}
@media screen and (max-width: 1450px) {
  .header_top .header_inner {
    padding: 12px 50px;
  }
  .header_icon {
    margin-left: 25px;
  }
  .header_icon .icon {
    font-size: 19px;
  }
  .header_icon .icon span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .header_top .header_inner {
    padding: 12px 25px;
  }
  .header_icon {
    margin-left: 20px;
  }
  .header_icon .icon {
    font-size: 16px;
  }
  .header_icon .icon span {
    font-size: 13px;
  }
  .header_nav {
    font-size: 1.3rem;
  }
  .header_nav a {
    padding: 11px 8px;
  }
}
@media screen and (min-width: 1001px){
  body {
    padding-top: 0 !important;
  }
  .header_top .header_inner {
    max-width: 100%;
  }
  .header_nav .sp {
    display: none !important;
  }
  .header_nav > ul > li:first-child a {
    padding-left: 0;
  }
  .header_nav > ul > li:last-child a {
    padding-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  header {
    background: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 100;
  }
  .header {
    padding: 0;
    position: relative;
  }
  .header_top {
    box-shadow: 0px 7px 10px rgba(0,0,0,0.1);
    height: auto;
  }
  .header_inner {
    align-items: center;
    padding: 0;
  }
  .header_top .header_inner {
    padding: 0;
  }
  .header_nav {
    background-color: white;
    height: 100vh;
    position: relative;
    overflow-y: scroll;
  }
  .header_nav::before {
    content: "";
    width: 100%;
    height: 10px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -8px;
    left: 0;
  }
  .header_nav a {
    color: #222222;
    font-size: 1.5rem;
    padding: 18px 0 18px 45px;
    text-align: left;
    font-weight: bold;
    position: relative;
  }
  .header_nav a:before {
    background: url(img/common/nav_icon.svg) no-repeat center center;
    background-size: 8px 13px;
    content: "";
    position: absolute;
    top: 19px;
    left: 23px;
    width: 8px;
    height: 13px;
  }
  .header_btn {
    width: 168px;
    height: 55px;
    padding-top: 6px;
    padding-left: 36px;
  }
  .header_btn a {
    font-size: 1.7rem;
  }
  .header_nav > ul > li:first-child {
    border-top: 1px solid #E3E3E3;
  }
  .header_nav > ul > li {
    border-bottom: 1px solid #E3E3E3;
  }
  .header_nav .header_inner {
    display: block;
    height: auto;
  }
  .header_logo {
    width: 54.6666%;
    margin-left: 5.33333%;
  }
  .header_icon {
    display: none;
  }
  .header_inner > div {
    width: inherit;
  }
  .header_btn_wrap {
    margin: 0 auto;
  }
  .header_btn_tel, 
  .header_btn_mail {
    margin: 0 10px;
  }
  .header_btn_tel a, 
  .header_btn_mail a {
    padding: 0;
  }
  .header_btn_tel a:before, 
  .header_btn_mail a:before {
    content: none;
  }
  .header_btn_tel img, 
  .header_btn_mail img {
    width: 100%;
  }
  .header_btn_tel {
    margin-top: 30px;
  }
  .header_btn_mail {
    margin-top: 2px;
  }
  .sp-disable {
    display: none;
  }
  .sp_target {
    display: none;
  }
  .sp_target.active {
    display: block;
  }
  .hd_tel dl {
    justify-content: center;
  }
  .hd_tel a {
    padding: 20px;
  }
  .sp_menu {
    cursor: pointer;
    position: relative;
    padding: 10px 10px;
    background-color: #FF6410;
    height: 60px;
  }
  .sp_menu span {
    background: #fff;
    display: block;
    width: 40px;
    height: 3px;
    margin: 8px 0;
    transition-duration: .3s;
  }
  .sp_menu.active span:nth-child(1) {
    transform: translate(0, 11px) rotate(45deg);
  }
  .sp_menu.active span:nth-child(2) {
    opacity: 0;
  }
  .sp_menu.active span:nth-child(3) {
    transform: translate(0, -11px) rotate(-45deg);
  }
  .close {
    text-align: center;
  }
  .close a {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    background: #FF6410;
    width: 80%;
  }
}

/* フッター */
.ft_menu {
  background: #FF6410;
  padding: 20px 10px;
}
.ft_menu .ft_inner {
  max-width: 1040px;
  margin: 0 auto;
}
.ft_menu ul {
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.ft_menu ul + ul {
  font-size: 1.2rem;
  margin-top: 10px;
}
.ft_menu a {
  display: block;
  padding: 4px 17px;
  color: #fff;
  font-weight:bold;
}
.ft_menu ul li {
  box-sizing: border-box;
}
.ft_logo_area {
  padding: 44px 10px 30px;
  text-align: center;
}
.ft_logo {
  width: 328px;
  margin: 0 auto;
}
.ft_logo_area .ft_contact {
  font-size: 1.5rem;
  text-decoration: underline;
  letter-spacing:0.48px;
  margin-top:30px;
}
.copyright {
  background: #FFFFFF;
  font-size: 1.2rem;
  padding: 15px 10px;
  text-align: center;
}
.navigation {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 90;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.navigation.none {
  opacity: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .ft_menu ul {
    font-size: 1.4rem;
  }
  .ft_menu a {
    padding: 4px 14px;
  }
}
@media screen and (min-width: 1001px){
  .ft_menu ul li:first-child {
    border-left: none;
  }
  .ft_menu li:first-child a {
    padding-left: 0;
  }
  .ft_menu li:last-child a {
    padding-right: 0;
  }
  .navigation {
    bottom: 20px;
    right: 20px;
  }
  .navigation_btn {
    margin-bottom: 10px;
  }
  .navigation_btn:last-child {
    margin-bottom: 0;
  }
  .navigation_btn img {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 1000px) {
  .ft_menu {
    background: #FF6410;
    padding: 25px 15px;
  }
  .ft_menu ul.pc {
    display: none;
  }
  .ft_menu ul {
    display: block;
  }
  .ft_menu a {
    padding: 10px 0 10px 30px;
    position: relative;
  }
  .ft_menu a:before {
    background: url(img/common/nav_icon02.svg) no-repeat center center;
    background-size: 8px 13px;
    content: "";
    position: absolute;
    top: 10px;
    left: 9px;
    width: 8px;
    height: 13px;
  }
  .ft_menu ul li {
    border: none;
  }
  .ft_logo_area {
    padding: 20px 10px;
  }
  .ft_logo {
    width: 72%;
  }
  .copyright {
    font-size: 1.1rem;
  }
  .navigation {
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    width: 100%;
  }
  .navigation_btn {
    width: 100%;
  }
  .navigation_btn img {
    width: 100%;
  }
}

/* TOP */
.top_about {
  background: url(img/top/about_bg.svg) no-repeat center top;
  padding: 0 0 100px;
}
.top_about .ttl {
  text-align: center;
}
.about_list {
  margin-top: 56px;
}
.about_list li {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);
  padding: 20px 20px 25px;
  position: relative;
}
.about_list .text_wrap {
  margin-top: 20px;
}
.about_list h3 {
  color: #EB5808;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.44;
  text-align: center;
}
.about_list h3.small {
  font-size: 3rem;
}
.about_list .text {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.65;
  margin-top: 16px;
  text-align: left;
}
@media screen and (min-width: 1001px){
  .about_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 4%;
  }
  .about_list li {
    width: 48%;
  }
}
@media screen and (max-width: 1000px) {
  .top_about {
    background-image: url(img/top/about_bg_sp.svg);
    background-size: contain;
    padding: 8px 0 50px;
  }
  .about_list {
    margin-top: 33px;
  }
  .about_list li {
    padding: 10px 10px 25px;
  }
  .about_list li + li {
    margin-top: 24px;
  }
  .about_list .text_wrap {
    margin-top: 15px;
  }
  .about_list .text {
    font-size: 1.6rem;
  }
}
.top_security {
  background: url(img/top/security_bg.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0 90px;
}
.top_security .ttl {
  position: relative;
  margin-bottom: -100px;
  z-index: 1;
}
.top_security .ttl_sub {
  position: relative;
  margin-bottom: 63px;
  z-index: 2;
}
.flow_list {
  position: relative;
  margin-top: -25px;
}
.security_list li + li {
  margin-top: 30px;
}
.security_list li .band {
  background: #FF6410;
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 16px 0;
  position: relative;
  z-index: 2;
}
.security_list li .band img {
  position: absolute;
  top: -10px;
  left: 17px;
}
.security_list li .band p {
  color: #fff;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1.44;
  padding-left: 157px;
}
.security_list li .band p span.large {
  color: #FBFF3C;
  font-size: 6.4rem;
  line-height: 1.37;
}
.security_list li .band p span.short {
  font-size: 4.8rem;
  line-height: 1.46;
}
.security_list .text_wrap {
  background: #fff;
  border: 5px solid #FF6410;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: -5px;
  padding: 40px 47px 40px 35px;
  position: relative;
  z-index: 1;
}
.security_list .text_wrap .img img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.security_list .text h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 18px;
}
.security_list .text h3 span {
  font-size: 3.2rem;
}
.security_list .text p {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.65;
}
@media screen and (min-width: 1001px){
  .top_security {
    background-attachment: fixed;
  }
  .security_list .text_wrap {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse nowrap;
  }
  .security_list .text_wrap .img {
    width: 44.38326%;
  }
  .security_list .text_wrap .text {
    width: 50.660793%;
  }
}
@media screen and (max-width: 1000px) {
  .top_security {
    background-image: url(img/top/security_bg_sp.jpg);
    padding: 50px 0;
  }
  .top_security .ttl {
    margin-bottom: -73px;
  }
  .top_security .ttl img {
    width: 100%;
  }
  .top_security .ttl_sub {
    margin-bottom: 18px;
  }
  .top_security .ttl_sub img {
    width: 100%;
  }
  .security_list li + li {
    margin-top: 30px;
  }
  .security_list li .band {
    padding: 15px 0;
  }
  .security_list li .band img {
    top: 50%;
    left: 17px;
    width: 55px;
    height: 56px;
    margin-top: -28px;
  }
  .security_list li .band p {
    font-size: 2.6rem;
    padding-left: 80px;
  }
  .security_list li .band p span.large {
    font-size: 3.2rem;
  }
  .security_list li .band p span.short {
    font-size: 2.4rem;
  }
  .security_list .text_wrap {
    border: 3px solid #FF6410;
    margin-top: -3px;
    padding: 25px 10px;
  }
  .security_list .text_wrap .text {
    margin-top: 22px;
  }
  .security_list .text h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .security_list .text h3 span {
    font-size: 2.8rem;
  }
  .security_list .text p {
    font-size: 1.6rem;
  }
}
.top_flow {
  background: url(img/top/flow_bg_pc.jpg) no-repeat;
  background-size: cover;
  padding: 0 0 90px;
}
.top_flow .ttl {
  text-align: center;
}
.top_flow .ttl img {
  position: relative;
  margin-top: -23px;
}
.flow_list li {
  position: relative;
}
.flow_list li:last-child::before {
  content: none;
}
.flow_list li::before {
  background: url(img/top/icon_arrow.svg) no-repeat center center;
  background-size: 24px 57px;
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  width: 24px;
  height: 57px;
  margin-top: -28px;
}
.flow_list li .box {
  overflow: hidden;
  position: relative;
}
.flow_list li .inner {
  border: 3px solid #FF6410;
  position: relative;
  z-index: 1;
}
.flow_list .flow_text_wrap {
  background: #fff;
  padding: 29px 10px;
  position: relative;
  text-align: center;
}
.flow_list .flow_text_wrap > p {
  text-align: center;
}
.flow_list .flow_text_wrap .step {
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -45px;
}
.flow_list .text_main {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.29;
  margin-bottom: 10px;
}
.flow_list .text_sub {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.55;
}
@media screen and (min-width: 1001px){
  .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 3.5%;
  }
  .flow_list li {
    width: 31%;
  }
}
@media screen and (max-width: 1000px) {
  .top_flow {
    background-image: url(img/top/flow_bg_sp.svg);
    padding: 14px 0 55px;
  }
  .top_flow .ttl img {
    position: relative;
    margin-top: 0;
  }
  .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 6.087%;
    margin-top: 3px;
  }
  .flow_list li {
    width: 46.9565%;
  }
  .flow_list li::before {
    background-size: 13px 30px;
    right: -12px;
    width: 13px;
    height: 30px;
    margin-top: -15px;
  }
  .flow_list li .inner {
    background: #fff;
  }
  .flow_list .flow_text_wrap {
    padding: 17px 10px 15px;
  }
  .flow_list .flow_text_wrap .step {
    top: -15px;
    margin-left: -40px;
    width: 80px;
  }
  .flow_list .text_main {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
  .flow_list .text_sub {
    font-size: 1.4rem;
  }
}
.top_post {
  background: url(img/top/security_bg.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.top_post .ttl {
  text-align: center;
  margin-bottom: 50px;
}
.top_post .btn {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 1001px){
  .top_post {
    background-attachment: fixed;
  }
}
@media screen and (max-width: 1000px){
  .top_post {
    padding: 50px 0;
  }
  .top_post .wrap {
    padding: 0;
  }
  .top_post .ttl {
    margin-bottom: 34px;
  }
  .top_post .blog_post_wrap {
    padding: 0 15px;
  }
  .top_post .btn {
    margin: 20px 15px 0;
  }
  .top_post .btn img {
    width: 100%;
  }
}

.top_faq {
  background: #FFF8EC;
  padding: 100px 0 120px;
}
.top_faq .ttl {
  text-align: center;
  margin-bottom: 48px;
}
.faq_wrap .faq_item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 25px 30px;
}
.faq_wrap .faq_item + .faq_item {
  margin-top: 15px;
}
.faq_wrap .faq_item dt {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.47;
  padding: 10px 0 30px 80px;
  position: relative;
}
.faq_wrap .faq_item dt:before {
  background: url(img/top/faq_q.svg) no-repeat center center;
  background-size: 56px 56px;
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 56px;
  height: 56px;
}
.faq_wrap .faq_item dd {
  border-top: 1px dashed #707070;
  font-size: 1.7rem;
  line-height: 1.65;
  padding: 25px 0 0 80px;
  position: relative;
}
.faq_wrap .faq_item dd:before {
  background: url(img/top/faq_a.svg) no-repeat center center;
  background-size: 56px 56px;
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 56px;
  height: 56px;
}
@media screen and (min-width: 1001px){
  .top_faq .faq_wrap {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  .top_faq {
    padding: 45px 0 50px;
  }
  .top_faq .ttl {
    width: 70.42254%;
    margin: 0 auto 33px;
  }
  .faq_wrap .faq_item {
    padding: 15px 15px 25px;
  }
  .faq_wrap .faq_item + .faq_item {
    margin-top: 10px;
  }
  .faq_wrap .faq_item dt {
    font-size: 1.9rem;
    padding: 12px 0 17px 50px;
  }
  .faq_wrap .faq_item dt:before {
    background-size: 40px 40px;
    top: 10px;
    width: 40px;
    height: 40px;
  }
  .faq_wrap .faq_item dd {
    font-size: 1.6rem;
    padding: 20px 0 0 50px;
  }
  .faq_wrap .faq_item dd:before {
    background-size: 40px 40px;
    top: 20px;
    width: 40px;
    height: 40px;
  }
}

.top_voice {
  background: url(img/top/voice_bg.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0 120px;
}
.top_voice .ttl {
  text-align: center;
  margin-bottom: 46px;
}
.voice_list .voice_item {
  background: #fff;
  padding: 40px;
  position: relative;
  box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.16);
}
.voice_list .voice_item img {
  position: absolute;
  top: 23px;
  right: 27px;
}
.voice_list .voice_title {
  color: #EB5808;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  padding-right: 126px;
}
.voice_list .voice_text {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.65;
}
@media screen and (min-width: 1001px){
  .voice_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 2.6%;
  }
  .voice_list .voice_item {
    width: 48.7%;
  }
}
@media screen and (max-width: 1000px) {
  .top_voice {
    background-image: url(img/top/voice_bg_sp.jpg);
    padding: 37px 0 48px;
  }
  .top_voice .ttl {
    width: 70.42254%;
    margin: 0 auto 24px;
  }
  .voice_list .voice_item {
    padding: 30px 15px;
  }
  .voice_list .voice_item + .voice_item {
    margin-top: 20px;
  }
  .voice_list .voice_item img {
    top: 9px;
    width: 55px;
  }
  .voice_list .voice_title {
    font-size: 1.7rem;
    margin-bottom: 18px;
    padding-right: 105px;
  }
  .voice_list .voice_text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .voice_list .voice_item img {
    top: 21px;
    right: 19px;
    width: 70px;
  }
}
.top_payment {
  background: #F7F7F7;
  padding: 110px 0 100px;
}
.top_payment .payment_box {
  background: url(img/top/payment_bg.png) #232284;
  padding: 26px 10px 10px;
}
.top_payment .payment_box .ttl {
  margin-bottom: 30px;
  text-align: center;
}
.top_payment .payment_box .box_in {
  /*background:
    linear-gradient(135deg, transparent 10px, #fff 0),
    linear-gradient(315deg, transparent 10px, #fff 0);
  background-position: top left, bottom right;
  background-size: 50% 100%;
  background-repeat: no-repeat;*/
  background: #fff;
  padding: 35px 30px;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.16);
}
.top_payment .payment_box dl {
  border-bottom: 1px dashed #222222;
  margin-bottom: 35px;
  padding-bottom: 35px;
}
.top_payment .payment_box dl:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.top_payment .payment_box dl dt {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.top_payment .payment_box dl dt span {
  margin-left: 25px;
}
.top_payment .payment_box dl dt em {
  color: #EB5808;
  font-size: 4rem;
  font-style: normal;
}
.top_payment .payment_box dl dd {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.65;
}
.top_payment .payment_box dl dd img {
  display: block;
  margin-top: 16px;
}
@media screen and (max-width: 1000px) {
  .top_payment {
    padding: 50px 0 45px;
  }
  .top_payment .wrap {
    padding: 0;
  }
  .top_payment .payment_box .ttl {
    width: 86.9565%;
    margin: 0 auto 10px;
  }
  .top_payment .payment_box .box_in {
    padding: 25px 20px;
  }
  .top_payment .payment_box dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .top_payment .payment_box dl dt {
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
  .top_payment .payment_box dl dt span {
    margin-left: 12px;
  }
  .top_payment .payment_box dl dt em {
    font-size: 2.3rem;
  }
  .top_payment .payment_box dl dt img {
    width: 40px;
  }
  .top_payment .payment_box dl dd {
    font-size: 1.6rem;
  }
  .top_payment .payment_box dl dd img {
    margin-top: 14px;
  }
}

/* コンバージョン */
.contact_parts {
  padding: 95px 0;
}
.contact_parts .box {
  background: url(img/common/cv_bg.png) #FF6410;
  border: 4px solid #FFFFFF;
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 9px 9px;
  position: relative;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.25);
}
.contact_parts .box_in {
  background: #FF803B;
  border-radius: 0 0 10px 10px;
  margin-top: 20px;
  padding: 12px 12px 1px 12px;
  position: relative;
}
.contact_parts .box .ttl {
  margin: 17px 0 0 27px;
}
.contact_parts .box .sub {
  position: relative;
  margin: -10px 0 0 7px;
}
.contact_parts .box .tel {
  margin-bottom: 6px;
}
.contact_parts .box .tel a {
  display: inline-block;
  position: relative;
}
.contact_parts .box .mail {
  text-align: center;
  margin-right: 128px;
}
.contact_parts .box .img01 {
  position: absolute;
}
.contact_parts .box .img01 {
  bottom: -14px;
  right: -25px;
}
.contact_parts.lower {
  margin-top: 55px;
  padding: 0;
}
.page_contents .contact_parts.lower img {
  margin: 0;
}
.contact_parts.lower .box {
  max-width: 710px;
  padding: 0 7px 7px;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.16);
}
.contact_parts.lower .box_in {
  margin-top: 15px;
  padding: 6px 6px 1px;
}
.contact_parts.lower .box .img01 {
  bottom: -11px;
  right: -11px;
}
.contact_parts.lower .box .ttl {
  margin: 12px 0 0 24px;
}
@media screen and (max-width: 1000px) {
  .contact_parts {
    padding: 55px 0 40px;
  }
  .contact_parts .box {
    border: none;
    border-radius: 0;
    padding: 0 0 14px;
  }
  .contact_parts .box_in {
    margin-top: 0;
    padding: 8px 0 1px 0;
  }
  .contact_parts .box .ttl {
    margin: -5px 0 0 0;
    width: 100%;
  }
  .contact_parts .box .ttl img {
    width: 100%;
  }
  .contact_parts .box .sub {
    margin: 0;
  }
  .contact_parts .box .sub img {
    position: relative;
    margin-top: -32px;
  }
  .contact_parts .box .tel {
    text-align: center;
    margin-bottom: 6px;
  }
  .contact_parts .box .mail {
    text-align: center;
    margin-right: 0;
  }
  .contact_parts .box .tel img, 
  .contact_parts .box .mail img {
    width: 100%;
  }
  .contact_parts.lower .box {
    padding: 0 8px 8px;
  }
  .contact_parts.lower .box_in {
    margin-top: 0;
    padding: 8px 0 1px 0;
  }
  .contact_parts.lower .box .ttl {
    margin: 0;
    width: 100%;
  }
}
/* 下層 */
.fv_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  background: url(img/lower/fv_bg.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 90px;
}
.fv_title h1 {
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.page_column {
  max-width: 1000px;
  margin: 0 auto;
}
.page_contents h2 {
  color: #fff;
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 1.48;
  margin-bottom: 20px;
  padding: 17px 22px;
  position: relative;
}
.page_contents h2::before {
  content: "";
  background: linear-gradient(to bottom, #FF6410 0%, #B24104 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
}
.page_contents h2::after {
  content: "";
  background: linear-gradient(to bottom, #B24408 0%, #F35601 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
}
.page_contents p + h2 {
  margin-top: 1.65em;
}
.page_contents ul + h2 {
  margin-top: 1.65em;
}
.page_contents h3 {
  border-bottom: 3px solid #CBCBCB;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.46;
  margin-bottom: 20px;
  padding: 0 0 14px 15px;
  position: relative;
}
.page_contents h3::before {
  content: "";
  background: #FF6410;
  height: 3px;
  width: 60px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.page_contents p + h3 {
  margin-top: 2em;
}
.page_contents ul + h3 {
  margin-top: 2em;
}
.page_contents p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 1em 0;
  padding: 0 0.5em;
}
.page_contents ul {
  margin: 1em 0;
}
.page_contents ul li {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: .5em;
}
.page_contents img {
  margin: 1em 0;
}
.page_contents .price_list {
  margin-bottom: 70px;
}
.page_contents .price_list li {
  border: 4px solid #FF6410;
  margin-bottom: 10px;
  padding: 20px 30px;
}
.page_contents .price_list li:last-child {
  margin-bottom: 0;
}
.page_contents .price_list li .txt {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-left: 37px;
  position: relative;
}
.page_contents .price_list li .txt:before {
  background: url(img/lower/icon_price.svg) no-repeat center center;
  background-size: 26px 26px;
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 26px;
  height: 26px;
}
.page_contents .price_list li .price {
  color: #FF6410;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.46;
}
.page_contents .price_list li .price span {
  font-size: 2.2rem;
}
@media screen and (min-width: 1001px){
  .page_column {
    display: flex;
    justify-content: space-between;
  }
  .page_column .page_contents {
    max-width: 710px;
    width: 71%;
  }
  .page_column .page_side {
    max-width: 250px;
    width: 25%;
  }
}
@media screen and (max-width: 1000px){
  .fv_title {
    height: 200px;
    margin-bottom: 50px;
  }
  .fv_title h1 {
    font-size: 2.8rem;
  }
  .page_column .page_side {
    margin-top: 50px;
    padding: 0 15px;
  }
  .page_contents .contents_inner {
    padding: 0 15px;
  }
  .page_contents h2 {
    font-size: 2.5rem;
    margin-bottom: 16px;
    padding: 14px 18px;
  }
  .page_contents h3 {
    border-bottom: 2px solid #CBCBCB;
    font-size: 2.1rem;
    margin-bottom: 15px;
    padding: 0 0 11px 12px;
  }
  .page_contents h3::before {
    height: 2px;
    width: 50px;
    bottom: -2px;
  }
  .page_contents p {
    font-size: 1.6rem;
  }
  .page_contents ul li {
    font-size: 1.6rem;
  }
  .page_contents .price_list {
    margin-bottom: 40px;
  }
  .page_contents .price_list li {
    border: 3px solid #FF6410;
    margin-bottom: 8px;
    padding: 12px 15px;
  }
  .page_contents .price_list li .txt {
    font-size: 1.8rem;
    margin-bottom: 6px;
    padding-left: 37px;
  }
  .page_contents .price_list li .txt:before {
    background: url(img/lower/icon_price.svg) no-repeat center center;
    background-size: 26px 26px;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 26px;
    height: 26px;
  }
  .page_contents .price_list li .price {
    font-size: 2.9rem;
  }
  .page_contents .price_list li .price span {
    font-size: 1.8rem;
  }
}
.blog_post_wrap {
  display: flex;
  flex-wrap: wrap;
}
.blog_post_wrap .blog_post {
  background: #fff;
}
.blog_post_wrap .blog_post img {
  margin: 0;
}
.blog_post_wrap .blog_post .text {
  padding: 15px 20px 22px;
}
.blog_post_wrap .blog_post .info {
  margin-top: 18px;
}
.blog_post_wrap .blog_post .date {
  font-size: 1.4rem;
  font-weight: bold;
  color: #A7A7A7;
  margin: 0;
  padding: 0;
}
.blog_post_wrap .blog_post .tl {
  margin: 12px 0 0;
  padding: 0;
}
.blog_post_wrap .blog_post .tl a {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.67;
}
.blog_post_wrap .blog_post .cate {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 5px;
}
.blog_post_wrap .blog_post .cate a {
  border: 1px solid #FF6410;
  color: #FF6410;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 9px 12px;
}
.content_pagenavi {
  margin-top: 30px;
  text-align: center;
}
.content_pagenavi .pagenavi {
  text-align: center;
  margin-top: 20px;
}
.content_pagenavi .pagenavi a, 
.content_pagenavi .pagenavi span {
  border: none;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  margin: 2px;
}
.content_pagenavi .pagenavi a {
  background-color: #222222;
}
.content_pagenavi .pagenavi span {
  background-color: #222222;
}
.content_pagenavi .pagenavi span.current {
  background-color: #FF6410;
}
.blog_post_single .info {
  margin-bottom: 28px;
  border-bottom: 1px solid #4E4847;
  padding-bottom: 20px;
}
.blog_post_single .date {
  font-size: 1.4rem;
  font-weight: bold;
  color: #A7A7A7;
  margin: 0;
  padding: 0;
}
.blog_post_single h1 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #FF6410;
  margin-bottom: 22px;
}
.blog_post_single .btn a {
  background: #FF6410;
  color: #fff;
  display: block;
  max-width: 300px;
  margin: 70px auto 0;
  font-size: 1.6rem;
  width: 90%;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
@media screen and (min-width: 1001px){
  .blog_post_wrap {
    gap: 30px 2.3%;
  }
  .blog_post_wrap .blog_post {
    width: 31.8%;
  }
  .content_pagenavi .pagenavi a, 
  .content_pagenavi .pagenavi span {
    font-size: 1.5rem;
    padding: 12px 20px;
  }
  .content_pagenavi .pagenavi.pager a, 
  .content_pagenavi .pagenavi.pager span {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 1000px){
  .blog_post_wrap {
    gap: 15px 2.6086%;
  }
  .blog_post_wrap .blog_post {
    width: 48.6957%;
  }
  .blog_post_wrap .blog_post .text {
    padding: 13px 16px 20px;
  }
  .blog_post_wrap .blog_post .info {
    margin-top: 13px;
  }
  .blog_post_wrap .blog_post .date {
    font-size: 1.2rem;
  }
  .blog_post_wrap .blog_post .tl a {
    font-size: 1.5rem;
  }
  .blog_post_wrap .blog_post .cate {
    gap: 4px 3px;
  }
  .blog_post_wrap .blog_post .cate a {
    font-size: 1.1rem;
    padding: 8px 11px;
  }
  .content_pagenavi {
    margin-top: 25px;
  }
  .content_pagenavi .pagenavi a, 
  .content_pagenavi .pagenavi span, 
  .content_pagenavi .pagenavi.pager a, 
  .content_pagenavi .pagenavi.pager span {
    font-size: 1.4rem;
    padding: 10px 12px;
  }
}

/* サイドバー */
.page_side h2 {
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.48;
  padding: 17px 22px;
  text-align: center;
  position: relative;
}
.page_side h2::before {
  content: "";
  background: linear-gradient(to bottom, #FFFFFF 0%, #C4C4C4 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
}
.page_side h2::after {
  content: "";
  background: linear-gradient(to bottom, #DCDCDC 0%, #FFFFFF 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
}
.page_side ul + h2 {
  margin-top: 35px;
}
.page_side ul li a {
  border-bottom: 1px solid #E0E0E0;
  color: #222222;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 19px 0 20px 30px;
  text-align: left;
  position: relative;
}
.page_side ul li a:before {
  background: url(img/common/side_icon.svg) no-repeat center center;
  background-size: 8px 11px;
  content: "";
  position: absolute;
  top: 19px;
  left: 10px;
  width: 8px;
  height: 11px;
}
.side_btn_wrap {
  margin-top: 30px;
}
.side_btn {
  margin-bottom: 15px;
}
.side_btn:last-child {
  margin-bottom: 0;
}
.side_btn img {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1000px){
  .page_side h2 {
    font-size: 2.1rem;
    padding: 13px 20px;
  }
  .page_side ul + h2 {
    margin-top: 25px;
  }
  .page_side ul li a {
    font-size: 1.3rem;
    padding: 19px 0 20px 30px;
  }
  .page_side ul li a:before {
    top: 19px;
  }
  .side_btn img {
    width: 100%;
  }
}