@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ==========================================================================
   reset
   ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul {
  list-style: none;
}

/*ul li::before {
  content: "\200B";
}*/
body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

footer,
header,
section {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: top;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

* {
  margin: 0;
  padding: 0;
}

/*べース*/
body {
  font-family: "Noto Sans Japanese", "メイリオ", Helvetica, "游ゴシック",
    "Yu Gothic", sans-serif, Noto Sans CJK JP;
  color: #333;
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  body {
    font-size: 90%;
  }
}

a {
  text-decoration: none;
}

wrappera:hover {
  opacity: 0.8;
}

section {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 1081px) {
  .sp {
    display: none;
  }
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrapper {
  max-width: 1080px;
  margin: 0 auto;
  overflow-x: hidden;
}

@media only screen and (max-width: 1080px) {
  .wrapper {
    padding: 0 10px;
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

/* main */
.main {
  background-color: #f6fdf6;
  /*padding-top: 130px;*/
  padding-top: 80px;
}

.main h1 {
  padding: 49px 0 0;
  margin-bottom: 0;
}

.main h1 .main_sp {
  display: none;
}

.main .main_pc {
  background: url(../img/bg_main_pc.png) no-repeat center top /cover;
  padding: 0 0 20px;
}

.main .main_pc .inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
}

.main .main_sp .inner {
  padding: 0 15px;
}

@media only screen and (max-width: 900px) {
  .main h1 .main_pc {
    display: none;
  }

  .main h1 .main_sp {
    display: block;
    background: url(../img/bg_main_sp.png) no-repeat center top /cover;
    padding: 0 0 20px;
  }

}

@media only screen and (max-width: 1080px) {
  .main {
    /*padding-top: 60px;*/
    padding-top: 20px;
  }

  .main h1 {
    padding: 39px 0 0;
  }
}

.main .fv-wrap {
  /*margin: -55px auto 0;*/
  margin: 0 auto 0;
  max-width: 1075px;
  padding-left: 45px;
  /*padding-left: 0px;*/
  text-align: left;
}

@media only screen and (max-width: 1000px) {
  .main .fv-wrap {
    padding-left: 35px;
  }
}

.main .fv-wrap .form-btn {
  display: inline-block;
}

.main .fv-wrap .form-btn img {
  /*width: 450px;*/
  width: 550px;
}

@media only screen and (max-width: 600px) {
  .main .fv-wrap .form-btn img {
    width: initial;
  }
}

@media only screen and (max-width: 900px) {
  .main .fv-wrap {
    /*margin: 50px auto 0;*/
    margin: 0 auto 0;
    padding-left: 0;
    text-align: center;
  }

  .main .fv-wrap .form-btn {
    max-width: 407px;
    width: 90%;
    margin-bottom: -30px;
    margin-top: -50px;
  }
}

.reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/*問い合わせボタンのアニメーション*/
.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/*問い合わせボタンのアニメーションここまで*/

.contactArea {
  background: url(../img/bg_contact.jpg) no-repeat top center;
  background-size: cover;
  text-align: center;
}

.contactArea a {
  display: block;
  padding: 0 20px;
}

.contactArea img {
  margin-bottom: -1px;
}

/*============================ここからGNAV追加====================================================*/
.header {
  background-color: #2a2a2a;
  position: fixed;
  width: 100%;
  z-index: 10;
}

@media only screen and (min-width: 1081px) {
  .header .header-inner.pc {
    height: 130px;
  }

  .header .header-inner.sp {
    display: none;
  }

  .header .header-top {
    display: flex;
    justify-content: space-between;
    height: 70px;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 20px;
  }

  .header-inner .header-inner-left {
    padding-top: 4px;
  }

  .header-inner .header-inner-left .logo-wrap {
    max-width: 130px;
    margin-bottom: 0;
  }

  .header-inner .header-inner-right {
    display: flex;
  }

  .header-inner .header-inner-right .btn-wrap {
    display: flex;
    align-items: center;
  }

  .header-inner-right .btn-wrap .header-cta-tell {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    text-align: center;
  }

  .header-inner-right .btn-wrap .header-cta-tell .tell-number {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
  }

  .header-inner-right .btn-wrap .header-cta-tell .tell-number::before {
    background: url(../img/tel.png) no-repeat;
    background-size: cover;
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 80%;
    left: -25px;
    transform: translateY(-50%);
  }

  .header-inner-right .btn-wrap .header-cta-tell .tell-text {
    color: #ffffff;
    font-size: 0.625rem;
  }

  .header-inner-right .btn-wrap .btn-list .header-cta-request,
  .header-inner-right .btn-wrap .btn-list .header-cta-contact {}

  .header-inner .header-inner-right .btn-wrap .btn-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
  }

  .header-inner .header-inner-right .btn-wrap .btn-list li .btn {
    border-radius: 19px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.975rem;
    font-weight: 600;
    transition: 0.25s ease-in-out;
    width: 150px;
    height: 38px;
  }

  .header-inner .header-inner-right .btn-wrap .btn-list li .btn span {
    position: relative;
  }

  .header-inner .header-inner-right .btn-wrap .btn-list li .request {
    background-color: #1e99d3;
    margin-right: 10px;
  }

  .header-inner .header-inner-right .btn-wrap .btn-list li .request span {
    padding-left: 15px;
  }

  .header-inner .header-inner-right .btn-wrap .btn-list li .btn span::before {
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .header-inner .header-inner-right .btn-wrap .btn-list li .request span::before {
    background-image: url(../img/document.png);
    width: 17px;
    height: 21px;
    left: -10px;
  }

  .header-inner .header-inner-right .btn-wrap .btn-list li .contact {
    background-color: #c70f0f;
  }

  .header-inner .header-inner-right .btn-wrap .btn-list li .contact span {
    padding-left: 25px;
  }

  .header-inner .header-inner-right .btn-wrap .btn-list li .contact span::before {
    background-image: url(../img/mail.png);
    width: 20px;
    height: 15px;
    left: 0;
  }

  .header-inner .header-navi {
    border-top: 1px solid #444;
    display: flex;
    ;
    align-items: center;
    justify-content: center;
    height: 70px;
  }

  .header-inner .header-navi .header-navi-list {
    display: flex;
    margin-bottom: 0;
  }

  .header-inner .header-navi .header-navi-list>li {
    padding: 0 5vw;
  }

  .header-inner .header-navi .header-navi-list>li:not(:first-child) {
    border-left: 1px solid #444;
  }

  .header-inner .header-navi .header-navi-list>li>a {
    color: #fff;
    font-size: 1rem;
    transition: 0.25s ease-in-out;
  }

  .header-inner .header-navi .header-navi-list>li>a:hover {
    text-decoration: underline;
  }
}

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

  .header .header-inner.sp {
    padding: 0;
    height: 60px;
    width: 100%;
  }

  .header .header-inner.sp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .header .header-inner.sp .logo-wrap {
    width: calc(100% - 275px);
  }

  .header .header-inner.sp .logo-wrap .logo {
    display: block;
    padding: 10px;
  }

  .header .header-inner.sp .sp-navi-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
  }

  .header .header-inner.sp .sp-navi-wrap .btn-wrap.sp {
    margin-left: auto;
  }

  .header .header-inner.sp .btn-wrap .btn-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
  }

  .header .header-inner.sp .btn-wrap .btn-list li {
    padding: 0 5px;
  }

  .header .header-inner.sp .btn-wrap .btn-list .request {
    display: inline-block;
    background-color: #2196f3;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    padding: 7px 15px;
    border-radius: 25px;
  }

  .header .header-inner.sp .btn-wrap .btn-list .request i {
    margin-right: 0.25em;
  }

  .header .header-inner.sp .btn-wrap .btn-list .mail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: solid 2px #eee;
    border-radius: 50%;
    text-decoration: none;
  }

  .header .header-inner.sp .btn-wrap .btn-list .mail i {
    color: #eee;
    /*font-size: 1.7rem;*/
    font-size: 1.2rem;
  }

  .header .header-inner.sp .btn-wrap .btn-list .tel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: solid 2px #eee;
    border-radius: 50%;
    text-decoration: none;
  }

  .header .header-inner.sp .btn-wrap .btn-list .tel i {
    color: #eee;
    /*font-size: 1.7rem;*/
    font-size: 1.2rem;
    transform: rotate(90deg);
  }

  .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    animation-duration: 0.5s;
    animation-name: TopToBottom;
  }
}

/*::::::::::::::ハンバーガーメニュー:::::::::::::::::::::::::::*/
/*sp-nav*/
@media only screen and (max-width: 1080px) {
  #sp-navi {
    position: absolute;
    top: 0;
    /*ナビメニューを左に隠した状態になる*/
    left: -50%;
    width: 50%;
    height: 100vh;
    background: #ffffff;
    /*０.7秒かけてナビメニューがスライドする*/
    transition: 0.7s;
    z-index: 999;
  }

  #sp-navi .sp-navi-logo {
    width: 40%;
    height: auto;
  }

  #sp-navi ul {
    padding-top: 80px;
  }

  #sp-navi ul li {
    list-style-type: none;
    font-size: 16px;
  }

  #sp-navi a {
    display: block;
    text-decoration: none;
    color: #000000;
    margin: 0 15px;
    padding: 10px;
    transition: 0.5s;
    /*padding: 16px 0;*/
    border-bottom: solid 1px #e2e5e8;
  }

  #sp-navi li a:hover {
    color: #ffffff;
    background: #cd5c5c;
    border-bottom: none;
  }

  .header-inner.sp .sp-navi-wrap #hamburger {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #2a2a2a;
    cursor: pointer;
    transition: 0.2s;
  }

  .header-inner.sp .sp-navi-wrap #hamburger .inner_line {
    display: block;
    position: absolute;
    right: 20px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition: 1s;
    border-radius: 4px;
  }

  #line1 {
    top: 20px;
  }

  #line2 {
    top: 30px;
  }

  #line3 {
    top: 40px;
  }

  .in {
    transform: translateX(100%);
  }

  .line_1,
  .line_2,
  .line_3 {
    background: #000000;
    background: #fff;
  }

  .line_1 {
    /*-45度回転させる*/
    transform: rotate(-45deg);
    margin-top: 20px;
    margin-top: 10px;
  }

  .line_2 {
    opacity: 0;
  }

  .line_3 {
    /*45度回転させる*/
    transform: rotate(45deg);
    bottom: 0;
    margin-bottom: 30px;
    margin-top: 0;
    margin-top: -10px;
  }
}

@media only screen and (max-width: 480px) {
  #sp-navi .sp-navi-logo {
    width: 100%;
    height: auto;
  }
}

#slander {
  background: url(../img/bg_slander_pc.png) repeat-y top center;
  padding: 100px 20px;
}

#slander h2 {
  margin: 0 auto 40px;
}

#slander .slander_img {
  margin: 0 auto 30px;
}

#slander .txt {
  max-width: 100%;
  margin: 0 auto 0;
}

@media screen and (max-width: 800px) {
  #slander {
    padding: 10% 0;
  }

  #slander h2 {
    margin: 0 0 10%;
  }
}

/*
loss
*/
section#loss {
  background: url(../img/bg_slander_pc.png) repeat-y top center;
  padding: 0 0 60px;
}

section#loss h2 {
  background-color: #12327c;
  padding: 30px 0;
  margin: 0 0 50px;
}

@media screen and (max-width: 800px) {
  section#loss {
    background: url(../img/bg_slander_sp.png) repeat-y top center;
    padding: 0 0 15%;
  }

  section#loss h2 {
    padding: 5%;
    margin: 0 0 9%;
  }
}

/*
negative
*/
section#negative {
  background: #002670 url(../img/bg_negative_pc.png) no-repeat top center;
  background-size: cover;
  padding: 57px 0 140px;
}

section#negative h2 {
  margin: 0;
}

@media screen and (max-width: 800px) {
  section#negative {
    background: #002670 url(../img/bg_negative_sp.png) no-repeat top center;
    background-size: cover;
    padding: 9% 0 18%;
  }
}

/*
serveice
*/
#service01 {
  background: #f4f4f4 url(../img/bg_serveice01_pc.jpg) no-repeat top center;
  background-size: cover;
  padding: 80px 20px 40px;
}

#service01 h2 {
  margin: 0 auto 30px;
}

#service01 h3 {
  margin: 0 auto 30px;
}

#service01 .service01_txt {
  text-align: center;
  margin: 0 auto 80px;
}

#service01 .site_txt {
  margin: 0 auto 30px;
}

#service01 .keyword_txt {
  margin: 0 auto 40px;
}

#service01 .site_img {
  margin: 0 auto 80px;
}

@media screen and (max-width: 800px) {
  #service01 {
    background: #f4f4f4 url(../img/bg_serveice01_sp.png) no-repeat top right;
    background-size: cover;
    padding: 12% 0;
  }

  #service01 .service01_txt {
    text-align: left;
    width: 90%;
    margin: 0 auto 8%;
  }

  #service01 .site_img {
    margin: 0 auto 10%;
  }
}

#service02 {
  background: url(../img/bg_ci_pc.png) no-repeat bottom center;
  padding: 80px 0 130px;
}

#service02 h2 {
  margin: 0 20px 30px;
}

#service02 .service02_txt {
  text-align: center;
  margin: 0 auto 80px;
}

@media screen and (max-width: 800px) {
  #service02 {
    padding: 10% 0 12%;
    background: url(../img/bg_ci_sp.png) no-repeat top center;
  }

  #service02 h2 {
    max-width: 100%;
    margin: 0 20px 4%;
  }

  #service02 .service02_txt {
    text-align: left;
    width: 90%;
    margin: 0 auto 8%;
  }
}

/*
reason
*/
#reason {
  background: url(../img/bg_reason.jpg) no-repeat top center;
  background-size: cover;
  padding: 100px 0 120px;
}

#reason .reason_img {
  padding-top: 80px;
}

@media screen and (max-width: 800px) {
  #reason {
    padding: 10% 4%;
  }

  #reason .reason_img {
    padding-top: 30px;
  }
}

/*
ci
*/
#ci {
  background-size: cover;
  padding: 110px 0 30px;
}

#ci h2 {
  margin: 0 auto 50px;
}

#ci .txt {
  margin: 0 auto 100px;
}

@media screen and (max-width: 800px) {
  #ci {
    background-size: cover;
    padding: 12% 0;
  }

  #ci h2 {
    margin: 0 auto 8%;
  }

  #ci .txt {
    margin: 0 auto 13%;
  }
}

/*
flow
*/
#flow {
  background-color: #12327c;
  padding: 30px 0 75px;
}

#flow h2 {
  margin: 0 0 8px;
}

#flow .flow_img {
  margin: 0 0 50px;
}

@media screen and (max-width: 800px) {
  #flow {
    padding: 10% 0;
  }

  #flow h2 {
    margin: 0 0 5%;
  }

  #flow .flow_img {
    margin: 0 5% 8%;
  }
}

/*
form
*/
@font-face {
  font-family: 'GenShinGothic';
  src: url(../fonts/GenShinGothic-Bold.ttf);
}

#form {
  padding-bottom: 85px;
}

#form #sf-form-page h2 {
  color: #000;
  font-family: 'GenShinGothic';
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 0;
}

#form .layout-vertical .sf-form-title-group {
  background: url(../img/bg_form.jpg) no-repeat;
  background-size: cover;
  max-width: initial;
  padding: 49px 0;
}

#form .layout-vertical .sf-form-content {
  padding: 0 16px;
}

#form .sf-form-title-group .form-group {
  margin-bottom: 0;
}

#form #sf-form-page p {
  color: #000;
  font-size: 1rem;
  margin-bottom: 0;
}

#form .sf-form-elements {
  padding-top: 58px;
}

#form label {
  color: #000;
  display: block;
  text-align: left;
}

#form .tag {
  border-radius: 2px;
}

#form .tag-danger {
  background-color: #ad0d0d;
}

#form .tag-normal {
  color: #fff;
  background-color: #000;
}


#form .button-rect .sf-btn {
  background-color: transparent;
  margin: 55px auto 0;
  padding: 0;
  width: 400px;
}

@media screen and (max-width: 800px) {
  #form {
    padding-bottom: 15%;
  }

  #form #sf-form-page h2 {
    font-size: 1.625rem;
    margin-bottom: 10px;
  }

  #form .layout-vertical .sf-form-title-group {
    padding: 6% 0;
  }

  #form .button-rect .sf-btn {
    margin-top: 30px;
    width: 100%;
  }
}

/*
text style
*/
div.txt {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

div.txt span {
  font-weight: bold;
  font-size: 1.05em;
  background: linear-gradient(transparent 60%, #ffeb7a 0%);
}

@media screen and (max-width: 1080px) {
  div.txt {
    width: 90%;
  }
}

/*
button
*/
.button02 {
  text-align: center;
  padding: 15px 0 80px;
}

.button03 {
  background: url(../img/bg_slander_pc.png) repeat-y top center;
  text-align: center;
  padding: 50px 0;
}

.button04 {
  text-align: center;
  padding: 80px 0;
}

.form {
  margin: 0 0 14px;
}

@media screen and (max-width: 800px) {
  .button01 {
    background: url(../img/bg_btn01_sp.png) no-repeat top center;
    background-size: cover;
    padding: 0 0 10%;
  }

  .button02 {
    padding: 5% 0 10%;
  }

  .button03 {
    background: url(../img/bg_slander_pc.png) repeat-y top center;
    padding: 8% 0;
  }

  .button04 {
    background: url(../img/bg_btn04_sp.png) no-repeat top center;
    background-size: cover;
    padding: 15% 0 8%;
    margin-bottom: 2%;
  }

  .button01 img,
  .button02 img,
  .button03 img,
  .button04 img {
    max-width: 85%;
  }

  .form {
    margin: 0 0 1%;
  }
}

@media screen and (min-width: 801px) {
  /*
  a[href^="tel:"] {
    pointer-events: none;
  }
  */
}

/*
	footer
*/
footer {
  background-color: #ededed;
  text-align: center;
  /*padding: 40px 40px 190px;*/
  padding: 40px 40px 50px;
}

footer span.company {
  display: inline-block;
  margin-right: 15px;
  text-decoration: underline;
}

footer span.company a {
  color: #333;
}

/*
	pageTop
*/
.pageTop {
  display: block;
  width: 56px;
  position: fixed;
  /*bottom: 150px;*/
  bottom: 30px;
  right: 50px;
}

.pageTop:hover {
  opacity: 0.8;
}

@media screen and (max-width: 900px) {
  #pagetop {
    position: fixed;
    bottom: 85px;
    right: 4%;
  }
}

@media screen and (max-width: 800px) {
  #pagetop {
    position: fixed;
    bottom: 130px;
    right: 4%;
    /*display: none;*/
  }
}

@media screen and (max-width: 550px) {
  #pagetop {
    position: fixed;
    bottom: 100px;
    right: 4%;
    /*display: none;*/
  }
}

/* --------------------------------------------------------------------
right_fix(フローティングバナー)
-------------------------------------------------------------------- */
.right_fix {
  position: fixed;
  top: 300px;
  right: -1px;
  width: 146px;
  z-index: 9999;
}

.right_fix .box {
  border-radius: 2px;
  position: relative;
  width: inherit;
  display: table;
  margin: 1px 0 0;
}

.right_fix .box a {
  padding: 10px 0 10px 10px;
  height: 40px;
  margin-bottom: 4px;
  text-align: center;
  display: table-cell;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1.2em;
  text-align: left;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.right_fix .box a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.right_fix .box a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.right_fix .box a .img_center {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.right_fix .box a .img_center img {
  margin: 0 0 0 5px;
  width: 22px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.right_fix .box a .img_center img.img_btn_hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.right_fix .box a:hover .img_center img.img_btn_hover {
  opacity: 1;
}

.right_fix .box a:hover .img_center img.img_btn {
  opacity: 0;
}

.right_fix .box a .btn_txt {
  font-size: 14px;
}

.right_fix .box a .btn_txt span {
  position: relative;
  padding: 0 0 0 15px;
  text-align: left;
  display: block;
}

.right_fix .box a .btn_txt span:before {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: -4px;
  margin: -4px auto 0;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.right_fix .box a .btn_txt span.arrowNon {
  padding: 0 0 0;
}

.right_fix .box a .btn_txt span.arrowNon:before {
  content: none;
}

.right_fix .box.btn01 a .btn_txt span:before {
  border-top: 2px solid #2B2A2A;
  border-right: 2px solid #2B2A2A;
}


.right_fix .btn01 a {
  border: 1px solid #1e99d3;
  background-color: #1e99d3;
  color: #FFF;
  padding: 15px 10px;
}

.right_fix .btn01 a:hover {
  color: #1e99d3;
}

.right_fix .btn02 a {
  border: 1px solid #c70f0f;
  background-color: #c70f0f;
  color: #ffffff;
  padding: 15px 10px;
}

.right_fix .btn02 a:hover {
  color: #c70f0f;
}

.right_fix .btn02 a:hover .btn_txt span:before {
  border-top: 2px solid #c70f0f;
  border-right: 2px solid #c70f0f;
}




/*-----*/
.right_fix_close {
  display: block;
  width: 15px;
  /*枠の大きさ*/
  height: 15px;
  /*枠の大きさ*/
  position: relative;
  background: #5e5e5e;
  padding: 3px;
  cursor: pointer;
}

.right_fix_close span {
  position: relative;
  display: block;
}

.right_fix_close span::before,
.right_fix_close span::after {
  content: "";
  display: block;
  width: 100%;
  /*バツ線の長さ*/
  height: 2px;
  /*バツ線の太さ*/
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  position: absolute;
  top: 1px;
  left: 14%;
}

.right_fix_close span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

/*スマホバナー　フッター固定*/
@media only screen and (max-width: 900px) {
  .right_fix {
    display: flex;
    width: 100vw;
    position: fixed;
    top: 89vh;
    bottom: 0;
  }

  .right_fix .box {
    height: 80px;
    width: 48%;
  }

  .right_fix .box a .btn_txt span {
    text-align: center;
    font-size: 1em;
    font-weight: 600;
  }

  .right_fix .box a .img_center {
    position: absolute;
    left: 10%;
    bottom: 25px;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .right_fix .box a .img_center {
    display: none;
  }
}

/*20230308 追加*/
.new_cta {
  /*background: rgba(245, 246, 246, 0.9);*/
  /*max-width: 980px;*/
  border-radius: 10px;
  text-align: center;
  padding: 20px 20px 10px;
  /*max-width: 1080px;*/
  max-width: 840px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  /*background: #F5F6F6 0% 0% no-repeat padding-box;
    opacity: 0.9;*/
  background: rgba(245, 246, 246, 0.9)
}

.flex_wrap2 {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.new_cta .main_btn li a {
  max-width: 100%;
}

.cta {
  background: rgba(245, 246, 246, 0.9);
  border-radius: 10px;
  text-align: center;
  padding: 20px 20px 10px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

p.cta-txtpc {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  margin-bottom: 19px;
  color: #002670;
  text-align: center;
}

p.cta-txtsp {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 39px;
  line-height: 56px;
  margin-bottom: 30px;
  color: #002670;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .new_cta {
    height: auto;
    width: 70%;
    /*アイコン2個の場合*/
  }

  .flex_wrap2 {
    justify-content: space-around;
    /*アイコン2個の場合*/
  }

  .new_cta .main_btn li span.brown {
    color: #6E5900;
    font: normal 22px Noto Sans JP;
    font-weight: 500;
  }

  .new_cta .main_btn li {
    line-height: .1rem;
  }

  .new_cta .main_btn li span.red {
    color: #950505;
    font: normal 22px Noto Sans JP;
    font-weight: 500;
  }
}

@media only screen and (max-width: 700px) {
  .new_cta .main_btn li span.brown {
    font-size: 16px;
  }

  .new_cta .main_btn li span.red {
    font-size: 16px;
  }
}

@media only screen and (max-width: 550px) {
  .new_cta {
    height: auto;
    width: 98%;
  }

  .new_cta .main_btn li span.brown {
    margin-top: 0px;
    font-size: 12px;
  }

  .new_cta .main_btn li span.red {
    font-size: 12px;
  }

  p.cta-txtsp {
    font-size: 26px;
    line-height: 34px;
  }

}

@media only screen and (max-width: 400px) {
  p.cta-txtsp {
    font-size: 20px;
  }
}



.cta p {
  color: #AC0000;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 0;
}

.cta a {
  display: inline-block;
  max-width: 45%;
}


#voice {
  background: #F4F4F4 url(../img/bg_voice_pc.png) no-repeat center top / 100% auto;
  padding: 60px 15px 120px;
}

.voice_pc_column {
  max-width: 1180px;
  margin: 30px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 30px;
}

.voice_pc_column li img {
  /*
  box-shadow: 0 0 56px rgba(91, 101, 121, 0.22);
  border-radius: 17px;
  */
}

.voice_sp_column {
  display: none;
}

.common_cta {
  padding: 47px 15px;
  background: #002670;
}

.table_img {
  padding: 25px 0 0;
}

#table {
  padding: 0 0 80px;
}

.right_fix._ver2 {
  background: #F4F4F4;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
  padding: 0 0 5px;
  width: 100%;
  overflow: hidden;
  /*max-height: 150px;*/
  max-height: 100px;
}

.flex_wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.right_fix .red_txt {
  color: #AC0000;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 15px 0 -6px;
  text-align: center;
}

.fix_btn {
  width: 100%;
  max-width: 260px;
  display: block;
}

.right_fix._ver2 .flex_wrap .fix_btn {
  width: 85%;
}

/*追従バナー*/
.right_fix._ver2 .flex_wrap li {
  list-style: none;
}

.right_fix._ver2 .flex_wrap li span.brown {
  color: #6E5900;
  font: normal 16px Noto Sans JP;
}

.right_fix._ver2 .flex_wrap li span.red {
  color: #950505;
  font: normal 16px Noto Sans JP;
}

@media only screen and (min-width: 801px) {
  .right_fix._ver2 {
    display: none !important;
  }
}

@media only screen and (max-width: 900px) {
  footer {
    padding-bottom: 120px;
  }

  .common_cta {
    padding: 25px 15px;
  }

  .cta a {
    display: inline-block;
    max-width: 48%;
    margin: 0 auto;
  }

  .cta a+a {
    margin-top: 0px;
  }

  .cta {
    padding: 15px 5px 10px;
  }

  #voice {
    background: #F4F4F4 url(../img/bg_voice_sp.png) no-repeat center top / 100% auto;
    padding: 40px 0 10px;
  }

  .voice_pc_column {
    display: none;
  }

  .voice_sp_column {
    display: block;
    margin-top: 0;

  }

  .voice_sp_column li img {
    /*
    box-shadow: 0 0 28px rgba(91, 101, 121, 0.22);
    border-radius: 17px;
    */
  }

  .voice_sp_column li {
    width: 324px !important;
    padding: 0 10px;
  }

  .voice_sp_column .slick-arrow {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    text-indent: -9999px;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    z-index: 3;


  }

  .slick-list {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .voice_sp_column .slick-prev {
    background: url(../img/prev.png) no-repeat center center /cover;
    left: 10px;
  }

  .voice_sp_column .slick-next {
    background: url(../img/next.png) no-repeat center center /cover;
    right: 10px;
  }

  .table_img {
    padding: 20px 30px 0;
  }

  #table {
    padding: 0 0 40px;
  }

  .fix_btn {
    max-width: 194px;
  }

  .right_fix .red_txt {
    display: none;
  }
}

/*フォームボタンのテキスト化追加*/
.b-submitbottom {
  border-color: #045378;
  background: -moz-linear-gradient(180deg, #1e97d1, #1879a8);
  background: -webkit-linear-gradient(180deg, #1e97d1, #1879a8);
  background: linear-gradient(180deg, #1e97d1, #1879a8);
}

/*creator_form.cssの上書き*/
.sf-btn.sf-btn-lg {
  padding: 0.25em 0.25em;
  font-size: 20px;
  line-height: 250% !important
    /*150%*/
  ;
  border-radius: 4px;
}

/*20230405 追加*/
#risk01 {
  background: #F4F4F4 url(../img/bg_risk01_pc.png) no-repeat center top / 100% auto;
  padding: 85px 15px 68px;
  overflow: hidden;
}

.risk_content {
  width: 100%;
  position: relative;
}

.risk_content .slide_nav {
  width: 100%;
  max-width: 676px;
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.risk_content .slick-arrow {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 3;
}

.risk_content .slick-prev {
  background: url(../img/prev.png) no-repeat center center /cover;
  left: 0;
}

.risk_content .slick-next {
  background: url(../img/next.png) no-repeat center center /cover;
  right: 0;
}

.risk_slider {
  display: block;
}

.risk_slider .slick-slide {
  margin: 0 17px;
}

.risk_slider .slick-list {
  padding-top: 42px !important;
  padding-bottom: 20px !important;
  overflow: visible;
}

.risk_slider .slick-list img {
  border-radius: 17px;
  -webkit-box-shadow: 0 0 56px rgba(91, 101, 121, 0.22);
  box-shadow: 0 0 56px rgba(91, 101, 121, 0.22);
}

#risk01 .risk_txt {
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.03em;
}

#risk01 .risk_txt span {
  font-weight: bold;
  background-color: #FFE600;
  color: #002670;
}

#risk02 {
  position: relative;
  background: url(../img/bg_risk02_pc.png) no-repeat top center;
  background-size: cover;
  padding: 73px 0 42px;
}

#risk02 .risk_img {
  padding-top: 37px;
  margin-bottom: 50px;
}

#risk02 .risk_contact {
  margin: 0 auto;
}

#risk02 .risk_scroll {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 900px) {
  #risk01 {
    background: #F4F4F4 url(../img/bg_risk01_sp.png) no-repeat center top / 100% auto;
    padding: 42px 0 34px;
  }

  #risk01 h2 img {
    box-sizing: border-box;
    padding: 0 17px;
  }

  .risk_content .slide_nav {
    top: 48.5%;
    max-width: 384px;
  }

  .risk_content .slick-arrow {
    width: 42px;
    height: 42px;
  }

  .risk_content .slick-prev {
    left: 5px;
  }

  .risk_content .slick-next {
    right: 5px;
  }

  .risk_slider .slick-slide {
    margin: 0 8px;
  }

  .risk_slider li {
    width: 324px !important;
  }

  .risk_slider .slick-list {
    padding-top: 16px !important;
    padding-bottom: 0 !important;
  }

  .risk_slider .slick-list img {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 28px rgba(91, 101, 121, 0.22);
    box-shadow: 0 0 28px rgba(91, 101, 121, 0.22);
  }

  #risk01 .risk_txt {
    text-align: left;
    font-size: 13px;
    line-height: 1.65;
    box-sizing: border-box;
    padding: 0 30px;
    width: fit-content;
  }

  #risk02 {
    background: url(../img/bg_risk02_sp.png) no-repeat top center;
    background-size: cover;
    padding: 27px 4% 19px;
  }

  #risk02 .risk_title {
    display: block;
    margin: 0 auto;
    width: 70%;
  }

  #risk02 .risk_img {
    padding-top: 27px;
    margin-bottom: 25px;
  }

  #risk02 .risk_contact {
    width: 77%;
  }

  #risk02 .risk_scroll {
    width: 15px;
  }

}

/* 「喜びの声」注釈テキストのスタイル */
.voice-notice {
  color: #555555; /* 少し落ち着いた文字色に設定 */
  font-size: 16px; /* 標準より少し小さめの文字サイズ */
  font: normal 16px Noto Sans JP;
  text-align: center; /* 中央揃え */
  /*padding-left: 40px; /* 見出しとの間に少し余白を設定 */
  margin-top: 20px;
  margin-bottom: -20px; /* お客様事例カードとの間に余白を設定 */
}

/* スマートフォン表示への最適化 */
@media only screen and (max-width: 900px) {
  .voice-notice {
    font-size: 14px; /* スマホではさらに少し小さく */
    margin-bottom: 20px; /* 余白を調整 */
  }
}

/* CTAセクションの「無料リスク診断実施中」バナーのスタイル */
.cta-diagnosis-banner {
  background-color: #0d2a69;        /* 背景色を濃い青に */
  color: #e7c65e;                   /* 文字色を白に */
  font-size: 1.5rem;                /* 文字サイズ */
  font-weight: bold;                /* 太字 */
  text-align: center;               /* 中央揃え */
  padding: 12px 20px;               /* 内側の余白 */
  border: 2px solid #e7c65e;        /* 金色の枠線 */
  /*border-bottom: none; */
  
  /* 親要素の余白を打ち消し、上部の角丸を合わせる */
  margin: -20px -20px 20px -20px; 
  border-radius: 8px 8px 0 0;       /* 上の角だけを丸める */
}

/* スマートフォン表示の調整 */
@media only screen and (max-width: 900px) {
  .cta-diagnosis-banner {
    font-size: 1.1rem;
    padding: 10px 15px;
    margin: -15px -5px 15px -5px; /* スマホ用の親要素の余白に合わせて調整 */
  }
}

/* --- 選ばれる理由セクションのスタイル --- */
#reason {
  padding: 80px 15px;
  background-color: #fff;
}

/* セクションタイトル */
.reason-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 60px;
  position: relative;
}
/* タイトルの下線 */
/*.reason-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  width: 80px;
  height: 2px;
  background-color: #c70f0f; /* 赤色 */


/* 理由リストのコンテナ */
.reason-list {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 48px;
}

/* 各理由のアイテム */
.reason-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

/* 番号と点線を囲むラッパー */
.reason-number-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
}

/* 番号の円 */
.reason-number {
  width: 115px;           /* ★ 円のサイズを少し大きく */
  height: 115px;          /* ★ 円のサイズを少し大きく */
  border: 2px solid #174291;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 10px;
  padding-left: 32px;
  font-family: "Noto Serif JP", serif; /* 明朝体フォント */
  font-size: 4rem;       /* ★ フォントサイズを大きく */
  font-weight: 500;
  font-style: italic;     /* ★ フォントを斜体（イタリック）に変更 */
  color: #174291;
  flex-shrink: 0;
  border-width: 1px;
}

/* 番号下の点線 */
.reason-dots {
  border-left: 6px dotted #174291;
  height: 55px;
  margin-top: 25px;
}

/* テキストコンテンツ部分 */
.reason-content {
  flex-grow: 1;
  text-align: left;
}

/* 各理由のタイトル */
.reason-item-title {
  font-size: 2.3rem;
  font-weight: bold;
  color: #c70f0f; /* 赤色 */
  margin-bottom: 25px;
  font-family: "Noto Serif JP", serif;
}

/* 各理由の説明文 */
.reason-item-description {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333;
}

/* スマートフォン表示の調整 (CSS Grid使用) */
@media only screen and (max-width: 768px) {
  #reason {
    padding: 50px 15px;
  }

  /* ★ 各項目をGridレイアウトに設定 */
  .reason-item {
    display: grid;
    grid-template-columns: auto 1fr; /* 左列(数字)は自動幅、右列(テキスト)は残り全部 */
    grid-template-rows: auto 1fr;    /* 上段(タイトル)、下段(説明文) */
    gap: 5px 20px;                   /* 行間5px、列間20px */
    margin-bottom: 40px;
  }

  /* ★ 中間ラッパーのレイアウトへの影響を無くす */
  .reason-number-wrapper,
  .reason-content {
    display: contents;
  }

  /* ★ 数字をグリッドの左上に配置 */
  .reason-number-wrapper {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin: 0; /* 不要なマージンをリセット */
    justify-self: center;
  }

  /* ★ タイトルをグリッドの右上に配置 */
  .reason-item-title {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    font-size: 1.5rem;
    text-align: left;
    align-self: center; /* 数字と高さを揃える */
    margin-bottom: 8px;
  }

  /* ★ 説明文をグリッドの2行目・右列に配置 */
  .reason-item-description {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    font-size: 14px;
    text-align: left;
  }

  /* ★ ドットは非表示 */
  .reason-dots {
    display: none;
  }

  .reason-number {
    width: 60px;       /* ★ 円のサイズを小さく */
    height: 60px;      /* ★ 円のサイズを小さく */
    font-size: 2rem;     /* ★ フォントサイズを小さく */
    padding-top: 5px;
    padding-left: 17px;
    border-width: 1px;
  }
}

/*2025.9.3追加マージン調整*/
.ci_img {
  margin-top: 48px;
}

