@charset "UTF-8";
/*
  contents

 - reset（編集しない）
 - base（font-familyなどの変更。fontは1.6rem＝16px）
 - link（テキストリンク関連）
 - button（ボタン関連）
 - typography（見出し・注釈・本文など共通）
 - main（各セクションごとのスタイル）
 - footer（コピーライトなどフッター関連）
 - utility（clearfix・mb10など）
 */
/* -----------------------------------------
  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,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  max-height: 99999px;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/* -----------------------------------------
  base（font-familyなどの変更。fontは1.6rem＝16px）
----------------------------------------- */
/* rem用 */
html {
  font-size: 62.5%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"游ゴシック Medium" , "Yu Gothic Medium" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI" , Avenir , "Open Sans" ,  Helvetica,"Helvetica Neue", Arial , Verdana , Roboto ,"ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 1.6rem;
}

/* 解析タグの隙間対策 */
body > img {
  display: none;
}

/* 画像の隙間対策 */
#contents img {
  max-width: 100%;
  display: block;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
}

#contents {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  #contents {
    min-width: 100%;
    width:100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
}

/* -----------------------------------------
  link（テキストリンク関連）
----------------------------------------- */
#contents a {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}


/* テキストリンク */
#contents .t_link {
  color: #f33a21;
  text-decoration: none;
}

/* -----------------------------------------
  contents
----------------------------------------- */

#contents .cv {
  position: relative;
  background: #001e8e;
  height: 105px;
  margin: 0 auto;
}

.display_sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .display_sp {
    display: block;
  }
  
}

.display_pc {
  display: block;
}

@media screen and (max-width: 750px) {
  .display_pc {
    display: none;
  }
}

#contents .cta {
  position: relative;
}

/* -----------------------------------------
  bg
----------------------------------------- */

#contents .sec_inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

#contents .fv {
  background: #f9f0db;
}
#contents .cta {
  background: transparent url(../img/cta_bg.jpg) no-repeat top center / cover;
}
#contents .reason_bg {
  background: transparent url(../img/reason_bg.jpg) no-repeat top center / cover;
}
#contents .bg_pink {
  background: #fcf1f3;
}
#contents .voice_bg {
  background: transparent url(../img/voice_bg.jpg) no-repeat top center / cover;
}
#contents .service_bg {
  background: transparent url(../img/service_bg.jpg) no-repeat top center / cover;
}

/* -----------------------------------------
  btn
----------------------------------------- */


#contents .btn {
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

#contents .btn:hover {
  filter: brightness(1.15);
}

#contents .cta_btn01 {
  position: absolute;
  width: 38.2%;
  top: 28%;
  left: 50%;
  transform: translateX(-50%);
}

#contents .cta_btn02 {
  position: absolute;
  width: 30.2%;
  top: 58%;
  left: 50%;
  transform: translateX(-50%);
}

#contents .last {
  border-bottom: none;
}

#company table .last th,
#company table .last td {
  border-bottom: none;
}

/* -----------------------------------------
  footer
----------------------------------------- */

footer {
  clear: both;
  text-align: center;
  font-size: 14px;
  padding: 40px;
}

@media screen and (max-width: 750px) {
  footer {
    text-align: center;
    font-size: 9px;
    padding: 20px 0;
  }
  #contents .cta_btn01 {
    width: 91.5%;
    top: 28.5%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  #contents .cta_btn02 {
    width: 72%;
    top: 58.5%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  #contents .cv_btn01 {
    width: 42.5%;
    top: 21%;
    left: 5.5%;
  }
  
  #contents .cv_btn02 {
    width: 42.5%;
    top: 21%;
    left: 52%;
  }
  #contents .cv {
    height: 20vw;
  }
}

/* -----------------------------------------
  banner
----------------------------------------- */

#fixed_banner {
  display: none;
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  z-index: 9999;
}

#fixed_banner .cv {
  position: relative;
  background: #df5f5a;
  width: 100%;
  padding: 20px 0;
}

#fixed_banner .cv li {
  display: inline-block;
}

#fixed_banner .cv_btn01 {
  margin-right: 10px;
}

#fixed_banner .cv_btn02 {
  margin-left: 10px;
}

@media screen and (max-width: 750px) {
  #contents .sec_inner {
    position: relative;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #contents img {
    display: block;
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
  }

  .fixed_banner {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

  #fixed_banner .cv {
    padding: 5% 0;
  }
  
  #fixed_banner .cv_btn01 {
    display: inline-block;
    float: left;
    margin-right: 0;
    width: 100%;
    display: block;
    height: auto;
    max-width: 100%;
  }

  #fixed_banner .cv li {
    width: 44%;
    vertical-align: bottom;
  }

  #fixed_banner .cv li:nth-child(1){
    margin-right: 3%;
  }
  
  #fixed_banner .cv_btn02 {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    display: block;
    height: auto;
    max-width: 100%;
  }
  #fixed_banner .cv_btn01 img,
  #fixed_banner .cv_btn02 img {
    width: 100%;
  }
  
}