@charset "UTF-8";
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, 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;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 92%;
  line-height: 160%;
  color: #3b3b3b;
  background: #fff;
  /*font-family: "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, "メイリオ", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans",sans-serif;*/
  font-family: "游ゴシック" , "Yu Gothic" , sans-serif;
  padding-top: 115px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
nav ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after {content: '';content: none;}
q:before, q:after {content: '';content: none;}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:hover {opacity: 0.7;}
a:hover, a:active {color:#00a0e9;text-decoration:none;}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -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;
}
ins {background-color: #ff9;color: #000;text-decoration: none;}
mark {background-color: #ff9;color: #000;font-style: italic;font-weight: bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted;cursor: help;}
table {border-collapse: collapse;border-spacing: 0;}
input, select {vertical-align: middle;}
address {font-style: normal;}
.cf {width: 100%;}
.cf:after {content: "";display: block;clear: both;}
img {vertical-align: bottom;}

.fs10 {font-size: 10px !important;}
.fs11 {font-size: 11px !important;}
.fs12 {font-size: 12px !important;}
.fs13 {font-size: 13px !important;}
.fs14 {font-size: 14px !important;}
.fs15 {font-size: 15px !important;}
.fs16 {font-size: 16px !important;}
.fs17 {font-size: 17px !important;}
.fs18 {font-size: 18px !important;}
.fs19 {font-size: 19px !important;}
.fs20 {font-size: 20px !important;}
.fs21 {font-size: 21px !important;}
.fs22 {font-size: 22px !important;}
.fs23 {font-size: 23px !important;}
.fs24 {font-size: 24px !important;}
.fs25 {font-size: 25px !important;}
.fs26 {font-size: 26px !important;}
.fs27 {font-size: 27px !important;}
.fs28 {font-size: 28px !important;}
.fs29 {font-size: 29px !important;}
.fs30 {font-size: 30px !important;}
.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt60 {margin-top: 60px !important;}
.mr0 {margin-right: 0 !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr20 {margin-right: 20px !important;}
.mr30 {margin-right: 30px !important;}
.mr40 {margin-right: 40px !important;}
.mr50 {margin-right: 50px !important;}
.mr60 {margin-right: 60px !important;}
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.ml0 {margin-left: 0;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml20 {margin-left: 20px !important;}
.ml30 {margin-left: 30px !important;}
.ml40 {margin-left: 40px !important;}
.ml50 {margin-left: 50px !important;}
.ml60 {margin-left: 60px !important;}
.pt0 {padding-top: 0 !important;}
.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pt40 {padding-top: 40px !important;}
.pt50 {padding-top: 50px !important;}
.pt60 {padding-top: 60px !important;}
.alignCenter {text-align: center;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.floatLeft {float: left;}
.floatRight {float: right;}
.relative {position: relative;}

/* ヘッダー */
header {
  position: fixed;
  width: 100%;
  background: rgba(255,255,255,0.9);
  top: 0;
  z-index: 900;
}
header a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  display: block;
  line-height: 1;
}
header a:hover {
  color: inherit;
  opacity: .7;
}
header .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  margin: auto;
  max-width: 1200px;
}
header .head .headInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .head .headInfo .acceptance {
  font-size: 11px;
  line-height: 1.5;
}

header .head .headInfo .telnum a {
  color: #00a0e9;
  font-size: 28px;
  line-height: 1.2;
  margin-left: 15px;
  text-decoration: none;
}
header .head .logo {
  display: flex;
  margin-right: 20px;
}
header .head .logo a {
  display: inline-block;
  margin-right: 15px;
}
header .head .logo .read {
  font-size: 12px;
  line-height: 16px;
}
#globalnavi {
  /*padding: 30px 0;*/
  background: #00a0e9;
}
#globalnavi ul {
    max-width: 1050px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
#globalnavi ul li {
  line-height: 1;
  width: 25%;
  text-align: center;
}
#globalnavi ul li a {
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    color: #fff;
    padding: 17px 0;
    display: block;
}
#globalnavi ul li:hover {
  background-color: #1eb0f2;
}

#globalnavi ul li img {
  padding-right: 5px;
}
/*header ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
header li {
  padding: 0 20px;
}*/
header .headBtn {
  margin-left: 20px;
}
header .headBtn .loginBtn {
  color: #00a0e9;
  border: 1px solid #00a0e9;
  border-radius: 4px;
  padding: 14px 0;
  text-align: center;
  width: 140px;
}
header .headBtn .contactBtn {
  background: #00a0e9;
  color: #fff;
  border: 1px solid #00a0e9;
  border-radius: 4px;
  line-height: 18px;
  padding: 3px 0;
  text-align: center;
  width: 140px;
}

/* フッター */
#loginBtn {
  text-align: center;
  margin: 30px 0;
}
#loginBtn .inner {
  max-width: 1050px;
  margin: auto;
}
#loginBtn a {
  display: inline-block;
  color: #00a0e9;
  border: 1px solid #00a0e9;
  border-radius: 4px;
  padding: 14px 0;
  text-align: center;
  width: 20%;
  text-decoration: none;
}

#siteBottom {
  background: #eff7fb;
  padding: 50px 0;
}
#siteBottom .inner {
  max-width: 1050px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
#siteBottom a {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  background: #e57fb0;
  padding: 20px 95px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
#siteBottom p {
  font-size: 16px;
  line-height: 30px;
  margin-right: 65px;
}
#siteBottom .abs {
  position: absolute;
  left: 0;
  bottom: -110px;
  z-index: 0;
}
#siteBottom .footInfo {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#siteBottom .footInfo .acceptance {
  font-size: 11px;
  line-height: 1.5;
}
#siteBottom .footInfo .telnum {
  color: #00a0e9;
  font-size: 28px;
  line-height: 1.2;
}

footer {
  position: relative;
  z-index: 1;
}
footer .inner {
  max-width: 1050px;
  margin: auto;
}
footer .sitemap {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background: #00a0e9;
  padding: 24px 0;
}
footer nav > ul {
  display: flex;
  justify-content: space-between;
  line-height: 1.2;
}
footer nav ul li ul li + li {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
footer nav ul li ul li + li:before {
  content: "\025b6";
  margin-right: .5em;
}
footer nav ul li a {
  color: #fff!important;
  text-decoration: none;
  font-size: 14px;
}
footer nav ul .font {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
footer nav ul .font a {
  font-size: 16px;
  font-weight: 700;
}

footer .copyright {
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
  background: #44b1de;
}

#page-top {
  position: fixed;
  right: 2rem;
  z-index: 100;
  bottom: 2rem;
  font-size: 2rem;
}

#page-top a {
  text-decoration: none;
  width: 4rem;
  padding: 1rem 0 1.6rem;
  text-align: center;
  display: block;
  border-radius: 2rem;
  transition: .6s;
  background: #00a0e9;
  color: #fff;
  border-color: #00a0e9;
}

.breadcrumb {
  padding: 0 20px;
  margin-top: 30px;
}
.breadcrumb__list {
  display: flex;
  list-style: none;
  overflow: auto;
  white-space: nowrap;
}
.breadcrumb__item + .breadcrumb__item::before {
  content: ">";
  margin: 0 10px;
}
.breadcrumb__item a {
  color: #00a0e9;
}



@media screen and (min-width:769px) {
  .sp {
    display: none !important;
  }
}



@media screen and (max-width:768px) {
  body {
    padding-top: 45px !important;
  }
  .pc {
    display: none !important;
  }
  header {
    display: flex;
    justify-content: space-between;
    border-bottom: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  header .head {
    padding: 10px;
    margin: 0;
  }
  header .head .logo img {
    width: 103px;
  }
  header .head .read {
    display: none;
  }
  header #globalnavi {
    padding: 0;
  }
  header #globalnavi ul {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 5px 5px -5px rgba(0,0,0,0.5) inset;
  }
  header #globalnavi ul li {
    padding: 0;
    width: 100%;
    text-align: left;
  }

  #globalnavi ul li:hover {
    background-color: #fff;
  }

  header #globalnavi ul li a {
    display: block;
    padding: 13px;
    border-bottom: 1px solid #d6e1e7;
    position: relative;
    width: 100%;
    color: #00a0e9;
    font-size: 15px;
    text-decoration: none;
  }
  header #globalnavi ul li a:after {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    border-top: 2px solid #00a0e9;
    border-right: 2px solid #00a0e9;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  header #globalnavi ul li.headBtn {
    display: block !important;
    padding-left: 0;
    margin-left: 0;
  }
  header #globalnavi ul li a.loginBtn, header #globalnavi ul li a.contactBtn {
    margin: 10px auto;
    width: 95% !important;
    padding: 12px 0 !important;
    position: relative;
  }
  header #globalnavi ul li a.loginBtn {
    background: #00a0e9;
    color: #fff;
  }
  header #globalnavi ul li a.loginBtn:before {
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    position: absolute;
    left: 15px !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    transform: rotate(45deg);
  }
  header #globalnavi ul li a.contactBtn {
    background: #e57fb0;
    color: #fff;
    border: 1px solid #e57fb0;
  }
  header #globalnavi ul li a.contactBtn:before {
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    position: absolute;
    left: 15px !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    transform: rotate(45deg);
  }
  header #globalnavi ul li a.contactBtn br {
    display: none;
  }
  header #globalnavi ul li a.loginBtn:after,
  header #globalnavi ul li a.contactBtn:after {
    display: none;
  }
  header #globalnavi ul li.headInfo {
    display: block;
    padding-left: 0;
  }
  header #globalnavi ul li.headInfo .acceptance,
  header #globalnavi ul li.headInfo .telnum {
    display: block;
    text-align: center;
  }
  header #globalnavi ul li.headInfo .acceptance {
    font-size: 15px;
    margin-bottom: 10px;
  }
  header #globalnavi ul li.headInfo .telnum a {
    font-size: 30px;
    padding: 0 0 10px 0;
  }
  header #globalnavi ul li.headInfo .telnum a:after {
    content: none;
  }

  header #naviopen {
    width: 18px;
    height: 14px;
    position: relative;
    top: 15px;
    right: 10px;
  }
  header #naviopen span {
    width: 18px;
    height: 2px;
    display: block;
    background: #00a0e9;
    position: absolute;
    top: 0;
    opacity: 1;
  }
  header #naviopen span:before {
    content: '';
    width: 18px;
    height: 2px;
    display: block;
    background: #00a0e9;
    position: absolute;
    bottom: -6px;
  }
  header #naviopen span:after {
    content: '';
    width: 18px;
    height: 2px;
    display: block;
    background: #00a0e9;
    position: absolute;
    bottom: -12px;
  }

  header #naviopen.open span {
    width: 18px;
    height: 2px;
    display: block;
    background: #00a0e9;
    position: absolute;
    top: 6px;
    opacity: 1;
    transform: rotate(45deg);
  }
  header #naviopen.open span:before {
    content: '';
    width: 18px;
    height: 2px;
    display: block;
    background: #00a0e9;
    position: absolute;
    bottom: 0;
    opacity: 1;
  }
  header #naviopen.open span:after {
    content: '';
    width: 18px;
    height: 2px;
    display: block;
    background: #00a0e9;
    position: absolute;
    bottom: 0;
    transform: rotate(90deg);
    opacity: 1;
  }


  #loginBtn a {
    width: 90%;
  }
  #siteBottom {
    display: none;
  }
  footer {
    /*padding: 30px 0 10px;*/
    margin-top: 30px;
  }
  footer .inner {
    display: block;
  }
  footer nav {
    padding: 0 10px;
  }
  footer nav > ul {
    flex-wrap: wrap;
  }
  footer nav ul + ul {
    margin-top: 10px;
  }
  footer nav > ul > li {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  footer nav ul .font {
    margin-bottom: 0;
  }
  /*footer nav > ul > li:first-child {
    width: 100%;
  }*/

  #pagetitle {
    padding: 20px 0 !important;
  }
  #pagetitle h1 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }
  .breadcrumb {
    margin-top: 15px;
  }
}
