@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

/***********/
/*VARIABLES*/
/***********/
html {
  -webkit-text-size-adjust: 100%; }

html, body {
  height: 100%;
  font-size: 14px; }

body {
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

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

p,
span,
a {
  font-size: 14px; }

/****************/
/*RESPONSIVE NAV*/
/****************/
#sp-header {
  display: none;
  position: fixed;
  top: 0;
  height: 50px;
  width: 100%;
  background-color: white;
  z-index: 100;
  border-bottom: 1px solid #0168b7; }

#sphead-logo {
  width: 100%;
  text-align: center;
  height: 100%; }

#sphead-logo::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

#sphead-logo > a > img {
  display: inline-block;
  vertical-align: middle;
  height: 80%;
  width: auto; }

#sphead-push {
  display: none;
  height: 50px;
  width: 100%; }

#side-menu {
  display: none;
  position: fixed;
  visibility: hidden;
  top: 50px;
  left: 0;
  width: 250px;
  height: calc(100% - 50px);
  background-color: #0168b7;
  transform: translateX(-250px);
  transition: all 0.2s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 20; }

#side-menu.active {
  transform: translateX(0);
  visibility: visible; }

#side-screen {
  display: none;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0.5); }

#side-screen.active {
  transform: translateX(250px);
  opacity: 1;
  visibility: visible; }

.side-ul {
  padding-top: 8%; }

.side-item > a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  color: white;
  text-decoration: none;
  box-sizing: border-box;
  padding: 8% 4%; }

.side-item.toi {
  text-align: center;
  padding-top: 8%; }

.side-item > a.side-item-toi {
  width: 60%;
  text-align: center;
  padding: 2%;
  border: 1px solid white;
  border-radius: 4px; }

.side-item > a.side-item-toi > img {
  margin-right: 4%; }

.side-item > a.side-item-toi > span {
  vertical-align: middle; }

#ham-btn {
  display: none;
  position: fixed;
  left: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  background-color: white;
  border: 1px solid #0168b7;
  border-radius: 4px;
  box-sizing: border-box; }

#ham-btn.active {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(1, 104, 183, 0.5);
  background-color: #f9f9f9; }

#ham-line {
  display: none;
  position: absolute;
  top: 18px;
  left: 5px;
  width: 28px;
  height: 1px;
  background-color: #0168b7; }

#ham-line::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 28px;
  height: 1px;
  background-color: #0168b7; }

#ham-line::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 28px;
  height: 1px;
  background-color: #0168b7; }

#ham-line.active::after {
  opacity: 0;
  visibility: hidden; }

#ham-line.active {
  transform: rotate(45deg); }

#ham-line.active::before {
  transform: rotate(-90deg) translate(-8px); }

/***********/
/*PC HEADER*/
/***********/
#pchdr {
  display: block;
  border-bottom: 4px solid #0168b7; }

.pchdr-title {
  padding: 0; }

.pchdr-title-txt {
  max-width: 900px;
  margin: 5px auto;
  color: black;
  font-size: 13px;
  font-family: メイリオ, calibri, Arial, Tahoma, sans-serif; }

.pchdr-main {
  box-sizing: border-box;
  padding: 14px 0; }

.pchdr-main-wrap {
  max-width: 960px;
  margin: 0 auto; }

.pchdr-main-wrap-item,
.pcnav-item,
.pchdr-item-mail,
.pchdr-item-mail > img {
  display: inline-block;
  vertical-align: middle; }

.pchdr-main-wrap-item.logo {
  width: 37%; }

.pchdr-main-wrap-item.nav {
  width: 63%; }

.pcnav {
  text-align: right; }

.pcnav-item {
  font-size: 18px;
  color: #545454; }

.pcnav-item::after {
  content: "|";
  margin: 0 7px; }

.pcnav-item.cut::after,
.pcnav-item:last-child::after {
  content: none;
  margin: 0; }

.pcnav-item > a {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 14px;
  border-radius: 6px;
  text-decoration: none;
  color: #545454;
  transition: color .2s; }

.pcnav-item > a:hover {
  color: #0168b7; }

.pcnav-item > a.pchdr-item-mail {
  background-color: #0168b7;
  color: white;
  padding: 7px;
  border: 1px solid #0168b7;
  transition: .2s color, .2s background-color;
  margin-left: 14px; }

.pcnav-item > a.pchdr-item-mail:hover {
  background-color: white;
  color: #0168b7; }

.pcnav-item > a.pchdr-item-mail:hover > img {
  transform: scaleX(0); }

.pcnav-item > a.pchdr-item-mail > img {
  margin-right: 7px;
  transition: transform .2s; }

.pcnav-item > a.pchdr-item-mail:hover > span {
  transform: translateX(-20px); }

.pcnav-item > a.pchdr-item-mail > span {
  display: inline-block;
  vertical-align: middle;
  transition: transform .2s; }

/************/
/*PC HEADER OLD*/
/************/
.out-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin: 0 auto 5px auto; }

.outer-global {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dddddd+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, #dddddd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, #dddddd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, #dddddd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
  /* IE6-9 */
  border-top: 1px solid #dddddd; }

.mainmenu {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  height: 40px;
  margin: 0 auto; }

.mainmenu-item {
  box-sizing: border-box;
  border-right: 1px solid #ddd;
  height: 100%;
  width: 20%; }
  .mainmenu-item:first-child {
    border-left: 1px solid #ddd; }

.mainmenu-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  color: #666;
  box-sizing: border-box;
  opacity: 1; }
  .mainmenu-link:hover {
    opacity: 0.6; }

.mainmenu-span {
  display: block;
  width: 100%; }

.mainmenu-span_small {
  font-size: 12px; }

/************/
/*TOP BANNER*/
/************/
.bnr {
  position: relative;
  border-bottom: 4px solid #0168b7;
  background-color: white;
  height: 380px; }

#bnr-bg1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../../images/top-page/wallpaper1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s; }

#bnr-bg2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background-image: url(../../images/top-page/wallpaper2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s; }

#bnr-bg3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background-image: url(../../images/top-page/wallpaper3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.5s; }

#bnr-bg1.active,
#bnr-bg2.active,
#bnr-bg3.active {
  opacity: 1; }

.bnr-wrap {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  height: 100%;
  z-index: 10; }

.bnr-whitebox-title {
  position: absolute;
  top: 42px;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  color: #545454;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
  font-weight: bold;
  font-size: 2em;
  box-sizing: border-box;
  padding: 28px; }

.bnr-ul {
  position: absolute;
  top: 42px;
  left: 0; }

.bnr-item {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 14px;
  box-sizing: border-box;
  margin-bottom: 14px; }

.bnr-item:last-child {
  margin-bottom: 0; }

.bnr-item-a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: white;
  font-size: 1.618em;
  width: 100%;
  border: 1px solid white;
  box-sizing: border-box;
  padding: 14px;
  transition: color .2s, background-color .2s; }

.bnr-item-a:hover {
  color: #545454;
  background-color: white; }

.bnr-time {
  position: absolute;
  bottom: 14px;
  right: 0;
  text-align: right;
  color: rgba(255, 255, 255, 0.8);
  font-size: 6.854em; }

/*EST*/
.est {
  margin: 84px 0; }

.est-wrap {
  max-width: 690px;
  margin: 0 auto; }

.est-wrap-title {
  font-size: 1.618em;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
  color: #0168b7;
  border-bottom: 1px solid #0168b7;
  margin-bottom: 14px; }

.est-wrap-text {
  color: #545454; }

/*WHY*/
.why {
  background-color: #eeeeee;
  box-sizing: border-box;
  padding: 84px 0; }

.why-wrap {
  max-width: 960px;
  margin: 0 auto; }

.why-wrap-title {
  text-align: center;
  font-size: 1.618em;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
  color: #545454;
  margin-bottom: 28px; }

.why-item {
  display: inline-block;
  vertical-align: middle;
  width: 22%;
  margin-right: 4%;
  background-color: white;
  transition: box-shadow .5s, transform .5s; }

.why-item.active {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px); }

.why-item:last-child {
  margin-right: 0; }

.why-item-img > a > img {
  width: 100%;
  height: auto; }

.why-item-title > a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  padding: 14px;
  text-decoration: none;
  color: #0168b7; }

.acs {
  box-sizing: border-box;
  padding: 28px 0; }

.acs-wrap {
  max-width: 960px;
  margin: 0 auto; }

.acs-title {
  text-align: center;
  font-size: 1.618em;
  color: #0168b7;
  margin-bottom: 14px; }

.acs-wrap2-left {
  display: inline-block;
  vertical-align: middle;
  width: 50%; }

.acs-wrap2-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
  padding-left: 28px; }

.acs-right-addr {
  margin-bottom: 14px; }

.acs-right-sta {
  margin-bottom: 14px; }

.acs-right-sta > span:first-child {
  display: inline-block;
  width: 100%;
  color: red; }

.map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  margin-bottom: 14px; }

.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.bbn-a {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 7px 14px;
  text-decoration: none;
  background-color: #0168b7;
  color: white;
  border-radius: 6px;
  border: 1px solid #0168b7;
  transition: color .2s, background-color .2s; }

.bbn-a:hover {
  background-color: white;
  color: #0168b7; }

footer {
  background-color: #eee; }

.fnv {
  background-color: #0168b7; }

.fnv-ul {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
  padding: 14px; }

.fnv-item {
  display: inline-block;
  vertical-align: middle;
  color: white; }

.fnv-item::after {
  content: "|";
  margin: 0 14px; }

.fnv-item:last-child::after {
  content: none; }

.fnv-item > a {
  text-decoration: none;
  color: white;
  transition: opacity .2s; }

.fnv-item > a:hover {
  opacity: 0.7; }

.fl {
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 28px 0;
  color: #545454; }

.fl-left {
  display: inline-block;
  vertical-align: top;
  width: 50%; }

.fl-right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: right; }

.fl-right-phone > a > img {
  vertical-align: middle; }

.fl-right-phone > a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #545454;
  font-size: 26px; }

.copy {
  text-align: center;
  color: #545454;
  box-sizing: border-box;
  padding: 14px 0; }

/*BOTM*/
.botm-ul {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  margin: 42px auto; }

.oshirase {
  padding: 4%;
  padding-bottom: 0;
  text-align: center; }

.title--oshirase {
  font-size: 22px;
  font-weight: bold;
  color: #ec4e4e; }

@media screen and (max-width: 700px) {
  #sp-header,
  #sphead-push,
  #side-menu,
  #side-screen,
  #ham-btn,
  #ham-line {
    display: block; }

  #pchdr {
    border-bottom: none; }

  .pchdr-title {
    padding: 4%;
    font-size: 12px; }

  .pchdr-main,
  .out-header,
  .outer-global {
    display: none; }

  .bnr {
    padding: 4%;
    padding-top: 200px;
    box-sizing: border-box;
    height: auto; }

  .bnr-wrap {
    height: auto; }

  .bnr-whitebox {
    margin-bottom: 8%; }

  .bnr-whitebox-title {
    position: static;
    padding: 4%;
    box-sizing: border-box;
    font-size: 4.5vw; }

  .bnr-ul {
    position: static; }

  .bnr-item {
    width: 100%;
    padding: 4%;
    box-sizing: border-box;
    margin-bottom: 2%; }

  .bnr-item:last-child {
    margin-bottom: 0; }

  .bnr-item-a {
    padding: 4%;
    box-sizing: border-box; }

  .bnr-time {
    position: static;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: 4%;
    box-sizing: border-box;
    padding: 0 4%;
    font-size: 2.618em; }

  .est {
    padding: 4%;
    margin: 4% 0;
    box-sizing: border-box; }

  .why {
    padding: 4%;
    padding-top: 8%;
    box-sizing: border-box; }

  .why-wrap-title {
    margin-bottom: 8%;
    font-size: 5.8vw; }

  .why-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4%; }

  .why-item:last-child {
    margin-bottom: 0; }

  .acs-wrap2 {
    box-sizing: border-box;
    padding: 4%; }

  .acs-wrap2-left {
    width: 100%;
    margin-bottom: 4%; }

  .acs-wrap2-right {
    width: 100%;
    padding-left: 0; }

  .fnv-item {
    width: 100%;
    border-bottom: 1px solid #6195bd;
    box-sizing: border-box; }

  .fnv-item:last-child {
    border-bottom: none; }

  .fnv-item::after {
    content: none; }

  .fnv-item > a {
    display: inline-block;
    width: 100%;
    padding: 2% 0; }

  .fl {
    padding: 4%;
    box-sizing: border-box; }

  .fl-right {
    width: 100%;
    text-align: center; }

  .fl-left {
    width: 100%;
    text-align: center;
    margin-bottom: 4%; }

  .fl-left > p:last-child {
    font-size: 4vw; }

  /*BOTM*/
  .botm-ul {
    padding: 0 4%;
    flex-wrap: wrap; }

  .botm-item {
    width: 100%;
    margin-bottom: 4%; } }

/*# sourceMappingURL=style.css.map */
