@charset "UTF-8";
/*======================
/*設定項目
/*====================*/
/* ----------------------------------------------
default
------------------------------------------------- */
body {
  color: #1b1b1b;
  font-size: 15px;
  line-height: 1.4;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #4ca5c4;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

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

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
}

strong {
  color: #004ec5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header .top {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  margin-bottom: -40px;
}

#header .top .logo {
  width: 340px;
}

#header .top .logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  padding: 5px;
  background: #fff;
  transition: all 0.5s ease-out;
}

#header .top .logo a:hover {
  opacity: 0.6;
}

#header .top .contents {
  padding-right: 200px;
}

#header .top .left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 70px;
  padding: 0 30px;
  background: #e2e9ed;
}

#header .top .left .block-tel {
  font-size: 16px;
}

#header .top .left .block-tel .tel {
  padding-top: 2px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}

#header .top .left .block-tel .tel img {
  margin-right: 4px;
}

#header .top .left .block-tel .tel small {
  display: inline-block;
  margin-left: -7px;
  font-weight: normal;
  font-size: 12px;
}

#header .top .left .block-contact {
  width: 200px;
  margin-left: 28px;
}

#header .top .left .block-contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  padding: 3px 30px 0;
  border-radius: 18px;
  background: url(../images/arrow-wh-s.png) no-repeat right 20px center, #4ca5c4;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

#header .top .left .block-contact a:hover {
  opacity: 0.6;
}

#header .top .left .block-contact a img {
  margin-right: 7px;
}

#header .top .right {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  width: 200px;
  background: #fff;
}

#header .top .right a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 2px 30px 0 15px;
  background: url(../images/arrow-wh-s.png) no-repeat right 10px center, #004ec5;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.42857;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

#header .top .right a:hover {
  opacity: 0.6;
}

@media (max-width: 1399px) {
  #header .top .left {
    flex: 1;
    padding: 0 15px;
  }
}

@media (max-width: 999px) {
  #header .top {
    margin-bottom: 0;
  }
  #header .top .logo {
    width: 260px;
  }
  #header .top .logo a {
    height: 70px;
    padding: 5px 15px;
  }
  #header .top .left {
    display: block;
    padding: 0 5px;
  }
  #header .top .left .block-tel {
    font-size: 12px;
  }
  #header .top .left .block-tel .tel {
    font-size: 16px;
  }
  #header .top .left .block-tel .tel small {
    font-size: 10px;
  }
  #header .top .left .block-contact a {
    height: 24px;
  }
}

@media (max-width: 767px) {
  #header .top .contents {
    display: none;
  }
}

#gnav {
  padding: 43px 10px 56px;
  background: #fff;
}

#gnav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#gnav a {
  display: block;
  color: #004ec5;
  font-family: 'Century Gothic', Century Gothic, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

#gnav a:hover {
  opacity: 0.6;
}

#gnav a small {
  display: block;
  margin-top: 1px;
  color: #1b1b1b;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: normal;
}

@media (max-width: 999px) {
  #gnav a {
    font-size: 14px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  position: relative;
  padding: 75px 10px;
  background: url(../images/footer-bg.jpg) no-repeat center bottom/cover;
}

#footer .inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#footer .left {
  width: 50%;
  max-width: 368px;
}

#footer .left .text {
  font-size: 18px;
  line-height: 2;
}

#footer .left .text .name {
  margin-bottom: 2px;
  color: #004ec5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.38462;
}

#footer .left .text .name a {
  color: #004ec5;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

#footer .left .text .name a:hover {
  opacity: 0.6;
}

#footer .left .btn {
  width: 100%;
  max-width: 260px;
  margin-top: 30px;
}

#footer .left .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  padding: 7px 30px 5px;
  border-radius: 35px;
  background: url(../images/arrow-wh-s.png) no-repeat right 20px center, #004ec5;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

#footer .left .btn a:hover {
  opacity: 0.6;
}

#footer .right {
  flex: 1;
  margin-top: -2px;
  padding-left: 30px;
}

@media (max-width: 767px) {
  #footer {
    padding: 50px 10px 30px;
  }
  #footer .inner {
    display: block;
  }
  #footer .left {
    width: 100%;
    max-width: 286px;
    margin: 0 auto 30px;
  }
  #footer .left .text {
    font-size: 14px;
  }
  #footer .left .text .name {
    font-size: 18px;
  }
  #footer .left .btn {
    margin: 30px auto 0;
  }
  #footer .right {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }
}

#pagetop {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  text-align: right;
  pointer-events: none;
}

#pagetop a {
  pointer-events: all;
  transition: all 0.5s ease-out;
}

#pagetop a:hover {
  opacity: 0.6;
}

#fnav {
  margin-bottom: 47px;
}

#fnav ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

#fnav li {
  margin-left: 32px;
}

#fnav a {
  color: #1b1b1b;
  font-size: 16px;
  line-height: 2.125;
  text-decoration: none;
  transition: all 0.5s ease-out;
}

#fnav a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  #fnav li {
    margin-left: 15px;
  }
  #fnav a {
    font-size: 13px;
  }
}

#copyright {
  font-size: 12px;
  text-align: right;
}
/*# sourceMappingURL=style.css.map */