@charset "utf-8";

/* RESET
----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 15px;
  line-height: 1.8em;
  color: #000000;
  height: 100%;
  font-family:'Roboto','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}


sup,sub {
  font-size: 70%;
}

/* IE8〜11はメイリオ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    font-size: 14px;
    font-family: 'Segoe UI',
                 Meiryo,
                 sans-serif;
  }
}

@media only screen and ( max-width : 767px ) {
  body {font-size: 13px;}
}




/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  /*color: #ffd800;*/
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  /*filter: alpha(opacity=80) !important;
  -moz-opacity:0.80 !important;
  opacity:0.80 !important;*/
}

.clr {
  zoom:1;
  display:inline-table;
}
.clr:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  font-size:0;
  line-height:0;
  }

* html .clr {
  height:1%;
  display:inline-table;
  display:block;
  height:1%;
}
.clr {
  display:block;
}

input,textarea {
    border-radius:0;
    line-height: 1em;
}
input[type="text"],textarea,input[type="tel"],input[type="email"],input[type="number"]{
  padding:10px;
  border: none;
  margin:0;
  display: block;
  background: #fff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  border: 1px solid #ccc;
  width: 100%;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
input[type="submit"] {
  -webkit-appearance: none;
}

textarea {
  height: 14em;
  width: 100%;
  display: block;
  resize: vertical;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

label input[type="checkbox"] + span::before {
  border-color: #00acc1;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #00acc1;
}
label input[type="checkbox"] + span,
label input[type="radio"] + span {
  position: relative;
  padding: 0 5px 5px 23px;
}
label {
  position: relative;
  /*display: block;*/
  display: inline-block;
  word-break: break-all;
}
label span {
  display: inline-block;
}
label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 18px;
  height: 18px;
  border: 1px #c4c4c4 solid;
  background: #fff;
}
label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 3px 6px;
  width: 6px;
  height: 9px;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #616161;
  border: 1px #616161 solid;
}
label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 22px;
}
label input[type="radio"] + span::before {
  z-index: 0;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 22px;
  height: 22px;
  border: 1px #c4c4c4 solid;
  background: #eeeeee;
}
label input[type="radio"]:checked + span::before {
  border-width: 6px;
}

.select-wrap {
    position: relative;
}
.select-wrap:before {
  content: "";
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    height: 1em;
    line-height: 1em;
    pointer-events: none;
    font-weight: bold;
    width: 12px;
    height: 8px;
    background: url(../img/arrow.png) no-repeat center / 100%;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 34px 8px 12px;
    border: none;
    color:#535353;
    width:100%;
    background: #fff;
    border: 1px solid #ccc;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  *behavior:url(/scripts/boxsizing.htc);
}

@media(max-width:767px){
  .sp_none{display:none !important;}
}
@media print, screen and ( min-width : 768px ) {
  .sp{
    display:none;
  }
}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

main {display: block;}
img {
    max-width: 100%;
    height: auto;
}

@media only screen and ( max-width : 767px ) {
  .container {
    padding: 0 4%;
  }
  .sp_inner {
    padding: 0 4%;
  }
  .sp_box {
    margin-bottom: 50px;
  }
  .sp_sbox {
    margin-bottom: 25px;
  }
  .sp_ssbox {
    margin-bottom: 15px;
  }
  .sp_inner {
    padding: 0 20px;
  }
  .section {
    padding: 40px 0;
    margin-bottom: 0;
  }
  .br_pc {
    display: none;
  }
  .box {
    margin-bottom: 50px;
  }
  .sbox {
    margin-bottom: 25px;
  }
  .ssbox {
    margin-bottom: 15px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .posL {
    float: left;
  }
  .posR {
    float: right;
  }
  .br_sp {
    display: none;
  }
  .section {
    padding: 80px 0;
  }
  .box {
    margin-bottom: 80px;
  }
  .sbox {
    margin-bottom: 40px;
  }
  .ssbox {
    margin-bottom: 20px;
  }
  .small_container {
    max-width: 750px;
    margin: 0 auto;
  }
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  box-shadow: 2px 2px 4px rgba(0,0,0,.1);
}
.h_form {
  background: #00aedd;
  /*height: 100%;*/
  position: relative;
  transition: .4s;
}
.h_form:hover {
  background: #18267c;
}
.h_form:after {
  content: "";
  /*background: #00aedd;*/
  transition: .4s;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: -1px;
  border-left: solid 21px white;
}
.h_form a {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_form img {
  display: block;
  margin: 0 auto;
}

#fixed_menu {
  position: fixed;
  z-index: 99;
} 
#fixed_menu li {
  background: #fff;
}
#fixed_menu li a {
  display: block;
  padding: 5px;
  text-align: center;
}
#fixed_menu li a:hover {
  background: #a8edff;
}
#fixed_menu li a.current {
  background: #fcff00;
}
#fixed_menu li.fixed_menu_quick a {
  background: #00aedd;
}
#fixed_menu li.fixed_menu_form a {
  background: #18267c;
}

@media only screen and ( max-width : 991px ) {
  #fixed_menu {
    /*display: none;*/
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 2px solid #18267c;
    overflow-x: auto;
  }
  #fixed_menu ul {
    display: flex;
  }
  #fixed_menu ul li {
    flex: 1;
    border-right: 2px solid #18267c;
  }
  #fixed_menu ul li:last-child {
    border-right: none;
  }
  /*#fixed_menu ul li img {
    max-width: 92px;
  }*/
}

@media only screen and ( max-width : 767px ) {
  #header {
    height: 60px;
  }
  #header .h_logo {
    width: 200px;
    margin-left: 10px;
  }
  .h_tel {
    width: 90px;
    height: 60px;
    position: relative;
    margin-right: -20px;
    z-index: 10;
  }
  .h_tel a {
    text-align: center;
    background: #aae8ff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .h_tel:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 21px white;
    border-bottom: solid 61px transparent;
    z-index: 1;
    transition: .4s;
  }

  .h_tel:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 21px transparent;
    border-bottom: solid 61px #00aedd;
    z-index: 1;
    transition: .4s;
  }

  .h_tel img {
    width: 42px;
  }
  .h_form {
    height: 60px;
    width: 120px;
  }
  .h_form a {
    padding: 10px 5px 10px 20px;
    text-align: center;
  }
  .h_form a picture {
    text-align: center;
  }
  .h_form a img {
    max-width: 70%;
  }
  .h_form:after {
    border-bottom: solid 61px transparent;
  }
}

@media only screen and ( max-width : 575px ) {
  #fixed_menu {
    height: 52px;
  }
  #fixed_menu ul {
  }
  #fixed_menu ul li {
    /*flex: auto;*/
    white-space: nowrap;
  }
  #fixed_menu ul li a {
    min-width: 84px;
  }
}
@media only screen and ( max-width : 320px ) {
  #header .h_logo {
    width: 140px;
  }
  .h_tel {
    width: 80px;
  }
  .h_tel img {
    width: 40px;
  }
  .h_form {
    width: 110px;
  }
  #fixed_menu ul li a {
  }
}

@media print, screen and ( min-width : 768px ) {
  #header {
    height: 90px;
  }
  #header .h_logo {
    width: 260px;
    margin-left: 20px;
  }
  .h_tel {
    margin-right: 20px;
  }
  .h_form {
    height: 90px;
  }
  .h_form a {
    padding: 10px 30px;
  }
  .h_form:after {
    border-bottom: solid 91px transparent;
  }
  .h_form:hover:after {
    border-left: solid 31px white;
  }
}

@media print, screen and ( min-width : 992px ) {
  #fixed_menu {
    right: -2px;
    bottom: 10%;
    border: 2px solid #18267c;
    width: 110px;
  }
  #fixed_menu li {
    border-bottom: 2px solid #18267c;
  }
  #fixed_menu li:last-child {
    border-bottom: none;
  }
}


/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: #18267c;
}
#footer .copy {
  text-align: center;
  color: #fff;
  padding: 15px 0;
}
@media only screen and ( max-width : 991px ) {
  #footer {
    padding-bottom: 60px;
  }
}
@media only screen and ( max-width : 575px ) {
  #footer {
    padding-bottom: 52px;
  }

}



/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */
h2 {
  text-align: center;
}
.btn {
  display: block;
  margin: 0 auto;
  background: #f0af00;
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: relative;
  transform:skewX(-20deg);
}
.btn span {
  display: block;
  transform:skewX(20deg);
  text-align: center;
}

.btn:hover {
  background: #00aedd;
}
button.btn:hover {
  background: #18267c;
}
button.consentok {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #999;
  cursor: not-allowed;
}
button.consentok:hover {
  background: #999;
}
#main {
  overflow: hidden;
}
@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
  #main {
    margin-top: 60px;
  }
  .btn {
    max-width: 300px;
    padding: 15px;
    font-size: 14px;
  }
  button.btn {
    width: 300px;
  }
  h2 {
    margin-bottom: 30px;
  }
}

@media print, screen and ( min-width : 768px ) {
  #main {
    margin-top: 90px;
  }
  h2 {
    margin-bottom: 60px;
  }
  .btn {
    max-width: 400px;
    padding: 20px 15px;
    font-size: 18px;
  }
  button.btn {
    width: 400px;
  }
}

@media print, screen and ( min-width : 992px ) {
}

/* ---------------------------------------------------------------------------------------------

　   CONTACT

--------------------------------------------------------------------------------------------- */
.contact_sec {
  background: url(../img/bg_city.jpg) no-repeat center / cover;
}
.contact_sec li a {
  display: block;
  text-align: center;
}
.must {
  color: red;
  margin-left: 3px;
}
.contact_sec ul li:last-child {
  margin-bottom: 0;
}
@media only screen and ( max-width : 767px ) {
  .contact_sec ul li {
    margin-bottom: 15px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .contact_sec ul {
    max-width: 728px;
    margin: 0 auto;
  }
  .contact_sec ul li {
    margin-bottom: 20px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#mv {
  position: relative;
}
.mv_copy {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.mv_copy div {
  height: 100%;
}
#mv .mv_img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  position: relative;
  z-index: 1;
}
#contact {
  background: url(../img/bg_city.jpg) no-repeat center / cover;
}
#contact_tel {
  background: rgba(255,255,255,.85);
}
#quick {
  background: rgba(0,174,221,.8);
}
#contact_tel h3,#quick h3 {
  text-align: center;
  position: relative;
}
#quick h3 span {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
}
#quick .btn {
  max-width: 300px;
}
#quick .btn:hover {
  background: #18267c;
}
#contact_tel p {
  text-align: center;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 9998;
    top: 0;
    left: 0;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    z-index: 9999;
}
.js-modal-close.close_btn {
  width: 50px;
  height: 50px;
  background: url(../img/close.png) no-repeat center / 30px;
  position: absolute;
  top: -50px;
  right: 0;
}
.diagnosis {
  text-align: center;
}
.diagnosis_ttl {
  font-weight: bold;
}
#contact_tel h4 {
  color: #00aedd;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #00aedd;
  padding-bottom: 0.4em;
  margin-top: 2em;
  margin-bottom: 0.6em;
}
#contact_tel a {
  display: block;
  text-align: center;
}
#contact_tel .opentime {
  display: block;
  text-align: center;
  margin-top: 0.5em;
}
#contact_tel .add {
  border-top: 1px solid #ddd;
  padding-top: 2em;
  margin-top: 2em;
}
@media only screen and ( max-width : 991px ) {
  #contact_tel {
    margin-bottom: 40px;
  }
  #contact_tel,#quick {
    padding: 30px 20px;
  }
  #contact_tel h3,#quick h3 {
    margin-bottom: 20px;
  }
  .contact_tel_logo {
    max-width: 200px;
    margin: 0 auto;
    display: block;
  }
  #quick h3 span {
    top: -60px;
  }
  #quick h3 span img {
    width: 50px;
  }
  #quick dl {
    margin-bottom: 30px;
  }
  #quick dt {
    margin-bottom: 5px;
  }
  #quick dd {
    margin-bottom: 20px;
  }
}

@media only screen and ( max-width : 767px ) {
  #mv .mv_img {
    height: 62vw;
  }
  .mv_copy {
    padding: 0 2vw;
  }
  .mv_copy img {
    width: 78vw;
  }
  .modal__content {
    padding: 20px;
    width: 80%;
  }
  .diagnosis img {
    max-width: 160px;
  }
  .diagnosis_ttl {
    font-size: 18px;
  }
  .modal .btn {
    font-size: 18px;
  }
}
@media print, screen and ( min-width : 768px ) {
  #mv .mv_img {
    height: 40vw;
  }
  .mv_copy {
    padding: 0 6vw;
  }
  .mv_copy img {
    width: 68vw;
  }
  #quick dl {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #quick dt,#quick dd {
    margin-bottom: 20px;
  }
  #quick dt {
    width: 150px;
    text-align: right;
    margin-right: 20px;
  }
  #quick dd {
    width: calc(100% - 170px);
  }
  #quick .btn {
    font-size: 16px;
  }
  .diagnosis img {
    max-width: 200px;
  }
  .diagnosis_ttl {
    font-size: 20px;
  }
  .modal .btn {
    font-size: 22px;
  }
}
@media print, screen and ( min-width : 992px ) {
  /*#mv .mv_img {
    height: 550px;
  }
  .mv_copy {
    padding: 0 50px;
  }
  .mv_copy img {
    width: 76%;
  }*/
  #contact_tel,#quick {
    width: 48%;
    padding: 50px 30px;
  }
  #contact_tel h3,#quick h3 {
    margin-bottom: 30px;
  }
  #quick h3 span {
    top: -90px;
  }
  #quick h3 span img {
    width: 78px;
  }
}

@media print, screen and ( min-width : 1500px ) {
  #mv .mv_img {
    height: 34vw;
  }
  /*#mv .mv_img {
    height: 650px;
  }
  .mv_copy {
    padding: 0 100px;
  }
  .mv_copy img {
    width: 66%;
  }*/
}


/* ---------------------------------------------------------------------------------------------

　   VOICE BEST3

--------------------------------------------------------------------------------------------- */
.voice-best-ballon {
  background: #00aedd;
  border-radius: 10px;
  position: relative;
  color: #fff;
  padding: 30px 20px 20px 20px;
}
.voice-best-ballon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #00aedd;
}
.voice-best-photo {
  display: block;
  margin: 30px auto 0;
}
.voice-best-num {
  color: #18267c;
  font-weight: bold;
  border-bottom: 3px solid #18267c;
  position: absolute;
  line-height: 1em;
}
.voice-best-ballon h3 {
  margin-bottom: 15px;
  text-align: center;
}
.voice-best-ballon p {
  text-align: center;
  font-weight: bold;
}
.yellow {
  color: #fcff00;
}
@media only screen and ( max-width : 991px ) {
  .voice-best-photo {
    max-width: 150px;
  }
}
@media only screen and ( max-width : 767px ) {
  .voice-best-box {
    margin-top: 40px;
  }
  .voice-best-num {
    font-size: 30px;
    top: -15px;
    left: 15px;
  }
  .voice-best-ballon p {
    font-size: 16px;
  }

}
@media print, screen and ( min-width : 768px ) {
  .voice-best-box {
    width: 32%;
    margin-right: 2%;
  }
  .voice-best-box:last-child {
    margin-right: 0;
  }
  .voice-best-num {
    font-size: 36px;
    top: -20px;
    left: 15px;
  }
}
@media print, screen and ( min-width : 992px ) {
  .voice-best-ballon p {
    font-size: 18px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   INTRO

--------------------------------------------------------------------------------------------- */
#intro {
  background: #00aedd;
}
#intro h2 {
  background: #18267c;
  position: relative;
}
#intro h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top: 25px solid #18267c;
}
.intro-box {
  background: #fff;
  position: relative;
}
.intro-box i {
  position: absolute;
  left: 50%;
}
.intro-box p {
  position: relative;
  font-weight: bold;
}
.intro-box p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/check.jpg) no-repeat center / 100%;
}
.about_factaling {
  background: #fff;
}
.about_factaling h3 {
  text-align: center;
}
.about_factaling h4 {
  color: #00aedd;
  text-align: center;
  font-weight: bold;
}
.about_factaling_lead {
  border-bottom: 1px solid #00aedd;
}
.about_factaling figure {
  margin: 0;
}
@media only screen and ( max-width : 991px ) {
  .intro-arrow img {
    max-width: 450px;
  }

}
@media only screen and ( max-width : 767px ) {
  #intro h2 {
    padding: 20px;
  }
  .intro-arrow img {
    max-width: 260px;
  }
  .intro-box p:before {
    width: 20px;
    height: 20px;
  }
  .intro-box {
    padding: 80px 20px 30px 20px;
    margin-bottom: 50px;
    width: 49%;
    margin-right: 2%;
  }
  .intro-box:nth-child(2n) {
    margin-right: 0;
  }
  .intro-box i {
    width: 90px;
    top: -30px;
    margin-left: -45px;
  }
  .intro-box p {
    font-size: 15px;
    padding-left: 40px;
  }
  .intro-box p:before {
    width: 30px;
    height: 30px;
  }
  .about_factaling {
    padding: 20px 15px;
  }
  .about_factaling h3 {
    margin-bottom: 20px;
  }
  .about_factaling h3 img {
    max-width: 70%;
  }
  .about_factaling h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .about_factaling_lead {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .about_factaling figure {
    margin-bottom: 30px;
  }
}
@media only screen and ( max-width : 575px ) {
  .about_factaling h3 img {
    max-width: 90%;
  }
  .intro-box {
    padding: 50px 10px 20px 10px;
  }
  .intro-box i {
    width: 70px;
    margin-left: -35px;
  }
}
@media print, screen and ( min-width : 768px ) {
  #intro h2 {
    padding: 40px 20px;
  }
  .intro-box {
    width: 30%;
    margin-right: 5%;
    padding: 70px 20px 20px 20px;
    margin-bottom: 70px;
  }
  .intro-box:nth-child(3n) {
    margin-right: 0;
  }
  .intro-box i {
    width: 100px;
    top: -50px;
    margin-left: -50px;
  }
  .intro-box p {
    font-size: 17px;
    padding-left: 50px;
  }
  .intro-box p:before {
    width: 40px;
    height: 40px;
  }
  .about_factaling {
    padding: 50px;
  }
  .about_factaling h3 {
    margin-bottom: 40px;
  }
  .about_factaling h4 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .about_factaling_lead {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .about_factaling figure {
    margin-bottom: 40px;
  }
}
@media print, screen and ( min-width : 992px ) {
  .intro-box {
    padding: 110px 30px 30px 30px;
  }
  .intro-box i {
    width: 140px;
    margin-left: -70px;
  }
}
/* ---------------------------------------------------------------------------------------------

　   REASON

--------------------------------------------------------------------------------------------- */
.reason_ttl {
  background: #00aedd;
  color: #fff;
  font-weight: bold;
  padding: 15px;
}
.reason_text {
  background: #18267c;
  color: #fff;
  text-align: center;
  padding: 15px;
}
.reason_num {
  font-size: 60px;
  line-height: 1;
  border-bottom: 4px solid #fcff00;
  color: #fcff00;
}
.reason_ttl h3 {
  padding-left: 15px;
  font-size: 18px;
}
.reason_photo img {
  width: 100%;
}
@media only screen and ( max-width : 767px ) {
  #reason article {
    margin-bottom: 10px;
  }
  #reason article:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and ( min-width : 768px ) {
  #reason article {
    width: 32.66666666666667%;
    margin-right: 1%;
  }
  #reason article:last-child {
    margin-right: 0;
  }
}

/* ---------------------------------------------------------------------------------------------

　   比較

--------------------------------------------------------------------------------------------- */
#comparison {
  background: url(../img/comparison_bg.jpg) no-repeat center / cover;
}
.attention_check li {
  position: relative;
  line-height: 34px;
  font-weight: bold;
  border-bottom: 2px solid #00aedd;
}
.attention_check li:before {
  content: "";
  background: url(../img/check.png) no-repeat center / 100%;
  position: absolute;
  top: 10px;
  left: 0;
}
#comparison figure {
  margin: 0;
}
@media only screen and ( max-width : 767px ) {
  .attention_check li {
    padding: 10px 0 10px 40px;
    font-size: 17px;
    line-height: 1.3em;
  }
  .attention_check li:before {
    width: 24px;
    height: 24px;
    top: 9px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .attention_check li {
    width: 49%;
    margin-right: 2%;
    padding: 10px 0 10px 45px;
    font-size: 17px;
  }
  .attention_check li:before {
    width: 34px;
    height: 34px;
    top: 10px;
  }
  .attention_check li:nth-child(2n) {
    margin-right: 0;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FLOW

--------------------------------------------------------------------------------------------- */
#flow {
  background: #abe2f1;
}
.flow-step {
  background: #fff;
  position: relative;
  padding: 30px 20px 20px 20px;
}
.flow-step .flow-step-num {
  display: block;
  transform:skewX(-15deg);
  background: #00aedd;
  color: #fcff00;
  font-weight: bold;
  position: absolute;
  width: 80%;
  left: 10%;
  font-size: 18px;
  top: -20px;
}
.flow-step .flow-step-num span {
  display: block;
  text-align: center;
  transform:skewX(15deg);
  padding: 5px;
}
.flow-step h3 {
  /*color: #00aedd;*/
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
.flow-step img {
  display: block;
  margin: 20px auto 20px;
}
.flow-time {
  text-align: center;
  position: relative;
}
.flow-time span:after {
  content: "";
  position: absolute;
  background: url(../img/step-time-dot.png);
  width: 58px;
  height: 7px;
}

.flow-time span {
  position: relative;
  display: block;
  text-align: center;
}
.flow-box:last-child .flow-time span:after {
  content: none;
}

@media only screen and ( max-width : 767px ) {
  .flow-box {
    margin-top: 45px;
  }
  .flow-step img {
    max-width: 120px;
  }
  .flow-time {
    margin-top: 20px;
  }
  .flow-time img {
    width: 100px;
  }
  .flow-time span:after {
    transform: rotate(90deg);
    top: 20px;
    left: 10px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .flow-box {
    width: 49%;
    margin-right: 2%;
    margin-top: 60px;
  }
  .flow-box:nth-child(1),.flow-box:nth-child(2) {
    margin-top: 0;
  }
  .flow-box:nth-child(2n) {
    margin-right: 0;
  }
  .flow-time {
    margin-top: 30px;
  }
  .flow-time span:after {
    top: 50%;
    margin-top: -3.5px;
    right: -38px;
  }
  .flow-box:nth-child(2n) .flow-time span:after {
    content: none;
  }
}
@media print, screen and ( min-width : 992px ) {
  .flow-box {
    width: 23.5%;
    margin-top: 0;
  }
  .flow-box:nth-child(2) {
    margin-right: 2%;
  }
  .flow-box:nth-child(2) .flow-time span:after {
    content: "";
  }
}

/* ---------------------------------------------------------------------------------------------

　   CASE

--------------------------------------------------------------------------------------------- */
.case_text {
  background: #00aedd;
  border-radius: 10px;
  /*color: #fff;*/
  position: relative;
}
#case article:last-child {
  margin-bottom: 0;
}
.case_customer .case_customer_photo p {
  transform:skewX(-15deg);
  background: #18267c;
  color: #fff;
  max-width: 80%;
  margin: -20px auto 0;
  position: relative;
  z-index: 2;
}
.case_customer .case_customer_photo p span {
  display: block;
  text-align: center;
  transform:skewX(15deg);
  padding: 5px;
}
.case_text_ttl h3 {
  color: #fcff00;
  font-weight: bold;
}
.case_text_ttl p,.use_funds {
  color: #fff;
}
.case_point li {
  border-radius: 50%;
  background: #fcff00;
  color: #00aedd;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.case_point li p {
  width: 100%;
  padding: 5px;
}
.case_point li span {
  display: block;
  text-align: center;
}
.case_point_num {
  line-height: 1;
}
.case_point_ttl {
  border-bottom: 1px solid #00aedd;
}
.use_funds {
  background: #0094bc;
  border-radius: 5px;
}
.use_funds h4 {
  border-bottom: 1px solid rgba(255,255,255,.4);
  margin-bottom: .6em;
  font-weight: bold;
  padding-bottom: 0.4em;
  font-size: 110%;
}
#case article h5 {
  font-weight: bold;
  color: #fff;
}
.annual_sales {
  font-weight: bold;
  font-size: 110%;
}
#case article .w_box {
  background: #fff;
  padding: 1em;
  border-radius: 5px;
}
@media only screen and ( max-width : 991px ) {
  #case article {
    margin-bottom: 30px;
  }
  #case article:last-child {
    margin-bottom: 0;
  }
  .case_text:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #00aedd;
  }
  .case_point {
    margin: 10px 0 -15px 0;
  }
  .case_point li {
    width: 80px;
    height: 80px;
    margin-right: 5px;
  }
  .case_point_num {
    font-size: 22px;
  }
  .case_point_num small {
    font-size: 14px;
  }
  .case_point_ttl {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 1.2em;
  }
  .case_customer {
    width: 200px;
    margin: 0 auto;
  }
  .case_customer img {
    max-width: 140px;
    margin: 0 auto;
    display: block;
  }
  .case_text_ttl h3 {
    font-size: 22px;
    text-align: center;
  }
  .annual_sales {
    text-align: center;
    font-size: 16px;
  }
  #case article h5 {
    font-size: 17px;
    margin: 20px 0 10px 0;
  }
  .case_text {
    padding: 15px;
    margin-bottom: 30px;
  }
  .use_funds {
    padding: 25px 10px 10px 10px;
  }
  .use_funds h4 {
    text-align: center;
  }
}
@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
  .case_customer {
    width: 200px;
  }
  .case_text_ttl h3 {
    font-size: 30px;
  }
  .case_point li {
    width: 120px;
    height: 120px;
    margin-right: 5px;
  }
  .case_point li:last-child {
    margin-right: 0;
  }
  .case_point_ttl {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .case_point_num {
    font-size: 44px;
  }
  .case_point_num small {
    font-size: 18px;
  }
  #case article h5 {
    font-size: 22px;
    margin: 20px 0 10px 0;
  }
  .case_text {
    padding: 30px;
  }
  .use_funds {
    padding: 15px;
  }

}
@media print, screen and ( min-width : 992px ) {
  #case article {
    margin-bottom: 40px;
    font-size: 14px;
  }
  #case article:nth-child(even) {
    flex-direction: row-reverse;
  }
  .case_customer {
    margin-right: 40px;
    padding-top: 30px;
  }
  .case_text {
    width: calc(100% - 240px);
  }
  #case article:nth-child(odd) .case_customer {
    margin-right: 0;
    margin-left: 40px;
  }
  .case_text:before {
    content: "";
    position: absolute;
    top: 100px;
    border: 15px solid transparent;
  }
  #case article:nth-child(even) .case_text:before {
    left: -30px;
    border-right: 15px solid #00aedd;
  }
  #case article:nth-child(odd) .case_text:before {
    left: 100%;
    border-left: 15px solid #00aedd;
  }
  .case_point {
    margin-bottom: -25px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FAQ

--------------------------------------------------------------------------------------------- */
#faq {
  background: url(../img/faq_bg.jpg) no-repeat center / cover;
}
#faq h3 {
  font-weight: bold;
  position: relative;
  background: #fff;
  cursor: pointer;
  color: #18267c;
  text-align: left;
}
#faq h3.open {
  background: #18267c;
  color: #fff;
}
#faq h3:before {
  content: "Q";
  font-size: 30px;
  position: absolute;
  line-height: 1em;
  left: 20px;
  top: 20px;
}
.displayNone {
  display: none;
}
#faq article {
  margin-bottom: 20px;
}
#faq article:last-child {
  margin-bottom: 0;
}
#faq .contentWrap {
  background: #fff;
  padding: 20px 20px 20px 60px;
  position: relative;
}
#faq .contentWrap:before {
  content: "A";
  color: #00aedd;
  font-size: 30px;
  position: absolute;
  top: 20px;
  left: 20px;
  line-height: 1em;
  font-weight: bold;
}
.accordion_icon,
.accordion_icon span {
  /*display: inline-block;*/
  transition: all .4s;
  box-sizing: border-box;
}
.accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.accordion_icon span {
  position: absolute;
    left: 6px;
    width: 50%;
  height: 2px;
    background-color: #00aedd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 15px;
  transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 15px;
  transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.open .accordion_icon span:nth-of-type(1) {
  display:none;
}
.open .accordion_icon span:nth-of-type(2) {
  top: 15px;
  transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background: #fff;
}
@media only screen and ( max-width : 767px ) {
  #faq h3 {
    padding: 15px 15px 15px 50px;
    font-size: 15px;
  }
  #faq h3:before {
    top: 10px;
    left: 15px;
  }
}
@media print, screen and ( min-width : 768px ) {
  #faq {
    background-attachment: fixed;
  }
  #faq h3 {
    padding: 20px 20px 20px 60px;
    font-size: 17px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FORM

--------------------------------------------------------------------------------------------- */
#form {
  position: relative;
}
#form:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #18267c;
  width: 100%;
  z-index: -1;
}
.form_wrap {
  position: relative;
  z-index: 2;
  background: #00aedd;
  color: #fff;
}
#form dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
#form dd {
  margin-bottom: 2em;
}
.privacy h5 {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.privacy_wrap {
  overflow: auto;
  background: #fff;
  color: #111;
}
.consent {
  margin: 2em 0;
  text-align: center;
}
/* スクロールの幅の設定 */
.privacy_wrap::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* スクロールの背景の設定 */
.privacy_wrap::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #ebebeb;
}

/* スクロールのつまみ部分の設定 */
.privacy_wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #18267c;
}

.privacy h6 {
  margin-top: 2em;
  font-weight: bold;
  margin-bottom: 0.4em;
}
.privacy_wrap p:last-child {
  margin-bottom: 2em;
}
.messageBox {
  border: 2px solid red;
  background: #fff;
  color: red;
  padding: 1em;
  margin-bottom: 2em;
}
@media only screen and ( max-width : 767px ) {
  #form:before {
    height: 220px;
  }
  #form h2 {
    padding: 0 20px;
  }
  .form_wrap {
    padding: 20px;
    font-size: 15px;
  }
  .privacy_wrap {
    height: 150px;
    padding: 10px;
    font-size: 12px;
  }
}
@media print, screen and ( min-width : 768px ) {
  #form:before {
    height: 360px;
  }
  .form_wrap {
    padding: 60px;
    font-size: 18px;
  }
  .privacy_wrap {
    height: 200px;
    padding: 15px;
    font-size: 14px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   OFFICIAL

--------------------------------------------------------------------------------------------- */

#offical {
  background: #00aedd;
}

#offical h2 {
  margin-bottom: 40px;
}

/*
#offical a:hover img{
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
  transition-duration: 0.3s;
}
*/

/* ---------------------------------------------------------------------------------------------

　   COMPANY

--------------------------------------------------------------------------------------------- */
#company {
  background: url(../img/company_bg.jpg) no-repeat center / cover;
}
.map {
  border: 10px solid #fff;
}
.map iframe {
  width: 100%;
  display: block;
}
.company_inner {
  background: rgba(255,255,255,.95);
}
.company_inner dt {
  font-weight: bold;
}
@media only screen and ( max-width : 767px ) {
  .company_inner {
    padding: 20px;
  }
  .map iframe {
    height: 200px;
  }
  .company_inner dl {
    font-size: 15px;
  }
  .company_inner dt {
    margin-bottom: 5px;
  }
  .company_inner dd {
    margin-bottom: 20px;
  }
  .company_inner dd:last-of-type {
    margin-bottom: 0;
  }
}
@media print, screen and ( min-width : 768px ) {
  .company_inner {
    padding: 60px;
  }
  .map iframe {
    height: 300px;
  }
  .company_inner dt,.company_inner dd {
    margin-bottom: 20px;
  }
  .company_inner dt:last-of-type,.company_inner dd:last-of-type {
    margin-bottom: 0;
  }
  .company_inner dt {
    width: 200px;
  }
  .company_inner dd {
    width: calc(100% - 200px);
  }
}


/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
