<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&amp;family=Noto+Sans+JP:wght@400;500;700&amp;display=swap');

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
form {
  font-style: normal;
  font-weight: normal;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #1A1A1A;
  line-height: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #1A1A1A;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

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

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

@media screen and (min-width: 851px) {
  body {
    min-width: 1090px;
  }

  a[href*="tel:"] {
    pointer-events: none;
  }

  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 850px) {
  .pc {
    display: none !important;
  }
}

p,
dt,
dd,
li,
th,
td,
button {
  font-size: 1.4rem;
  line-height: 1;
}

main {
  display: block;
  background: #F2F2F2;
}

.ff_ebg {
  font-weight: 400;
  font-family: 'EB Garamond', serif;
}

.ff_nts {
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
}

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

.clr_red {
  color: #f10f0f;
}

.fixed_top_btn {
  position: fixed;
  bottom: 50px;
  right: 58px;
  z-index: 5;
}

.fixed_top_btn_link {
  display: block;
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #1976d2;
  box-shadow: 0 3px 5px -1px rgb(0 0 0 / 20%), 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%);
}

.fixed_top_btn_link::before {
  content:"";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: translate(-50%,-25%) rotate(45deg);
}

@media screen and (max-width: 850px) {
  .fixed_top_btn {
    bottom: 40px;
    right: 18px;
  }
}

/* -----------------
header
-------------------- */
header {
  background: #fff;
}

header .logo a {
  display: block;
}

header .h_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 40px;
  padding-right: 10px;
  height: 64px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%);
}

header .logo {
  width: 156px;
}

header .gnav .gnav_list {
  display: flex;
  align-items: center;
}

header .gnav .item_top {
  text-align: center;
  min-width: 90px;
/*
  height: 48px;
*/
}

header .gnav .item_top a {
/*
  font-family: HiraKakuPro-W6,Meiryo,"sans-serif",DejaVu-Sans;
  font-weight: 400;
*/
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: .0892857143em;
  color: rgba(0,0,0,.54);
  display: block;
  position: relative;
  padding: 16px;
  border-bottom: 2px solid #ffffff;
  transition: .3s;
}

/*
header .gnav .item_top .current_top {
  color: #0066ff;
}

header .gnav .item_top a::after {
  content:"";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #06f;
}
*/

header .gnav .item {
  margin-left: 10px;
}

header .gnav .item_top a:hover,
header .gnav .item_top a:active,
header .gnav .item_top a:focus {
  background: rgba(0, 102, 255,.12);
  border-bottom: 2px solid #0066ff;
}

header .gnav .item .menu_btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 50px;
  padding: 16px;
  border-bottom: 2px solid #ffffff;
  transition: .3s;
}

header .gnav .item .menu_btn:hover,
header .gnav .item .menu_btn:active,
header .gnav .item .menu_btn:focus {
  background: rgba(0, 102, 255,.12);
  border-bottom: 2px solid #0066ff;
}

header .gnav .item .menu_btn .txt {
/*
  font-family: HiraKakuPro-W6,Meiryo,"sans-serif",DejaVu-Sans;
*/
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  color: rgba(0,0,0,.54);
}

header .gnav .item .menu_btn .btn_img {
  width: 23px;
}

header .gnav .h_menu {
  display: none;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 8;
  padding: 8px 0;
  width: 290px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
}

header .gnav .h_menu .cld_item {
  padding: 0 16px;
}

header .gnav .h_menu .cld_link {
  display: flex;
  align-items: center;
  min-height: 48px;
  border-bottom: 2px solid #ffffff;
  transition: .3s;
}

header .gnav .h_menu .cld_link:hover,
header .gnav .h_menu .cld_link:active,
header .gnav .h_menu .cld_link:focus {
  background: rgba(0, 102, 255,.12);
  border-bottom: 2px solid #0066ff;
}

header .gnav .h_menu .ico {
  margin: 0 5px;
  width: 28px;
}

header .gnav .h_menu .txt {
/*
  font-family: HiraKakuPro-W6,Meiryo,"sans-serif",DejaVu-Sans;
*/
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
}

@media screen and (max-width: 850px) {
  header .h_wrap {
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 0;
  }

/*
  header .logo {
    margin: 1px 0 0 5px;
  }
*/

  header .gnav {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }

  header .gnav .h_menu {
    top: -6px;
    right: -4px;
  }
  
  header .gnav .item .menu_btn .btn_img {
    width: 28px;
  }
}

/* -----------------
fv_wrap
-------------------- */
#under_fv_wrap {
  margin-bottom: 70px;
}

#under_fv_wrap .ttl img {
  width: 100%;
}

@media screen and (max-width: 850px) {
  #under_fv_wrap {
    margin-bottom: 50px;
  }
}

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

footer {
  padding: 85px 0 80px;
  background: #005BAC;
}

footer .logo {
  margin: 0 auto 33px;
  width: 120px;
}

footer .logo a {
  display: block;
  transition: .3s;
}

footer .logo a:hover {
  opacity: .7;
}

footer .txt {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

footer address {
  margin-top: 11px;
}

footer address .txt {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.42857;
}

footer address .txt a {
  display: inline-block;
  margin-left: 1em;
}

footer .btn_contact {
  margin-top: 40px;
  text-align: center;
}
footer .btn_contact a {
  position: relative;
  display: inline-block;
  padding: 15px 40px 17px;
/*
  padding: 15px 40px 17px 60px;
*/
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  color: #005bac;
  line-height: 1em;
  transition: .3s;
}
footer .btn_contact a:hover,
footer .btn_contact a:active,
footer .btn_contact a:focus {
  background-color: #005bac;
  color: #ffffff;
}
footer .btn_contact span {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 24px;
  height: 1.8rem;
  margin-right: 10px;
  border: 2px solid #005bac;
}
footer .btn_contact span:before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: inline-block;
  content: '';
  border-left: 2px solid #005bac;
  width: 20px;
  height: 14px;
  transform: translateY(-0%) rotate(-45deg);
  transform-origin: left top;
}
footer .btn_contact span:after {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  content: '';
  border-right: 2px solid #005bac;
  width: 20px;
  height: 14px;
  transform: translateY(-0%) rotate(45deg);
  transform-origin: top right;
}
footer .btn_contact a:hover span,
footer .btn_contact a:active span,
footer .btn_contact a:focus span {
  border: 2px solid #ffffff;
}
footer .btn_contact a:hover span:before,
footer .btn_contact a:active span:before,
footer .btn_contact a:focus span:before {
  border-left: 2px solid #ffffff;
}
footer .btn_contact a:hover span:after,
footer .btn_contact a:active span:after,
footer .btn_contact a:focus span:after {
  border-right: 2px solid #ffffff;
}
/*
footer .btn_contact a:before {
  position: absolute;
  top: 50%;
  left: 40px;
  display: inline-block;
  content: '';
  border-top: 3px solid #005bac;
  border-right: 3px solid #005bac;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
}
footer .btn_contact a:hover:before,
footer .btn_contact a:active:before,
footer .btn_contact a:focus:before {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
*/

@media screen and (max-width: 850px) {
  footer {
    padding: 50px 0;
  }

  footer .txt {
    font-size: 1.6rem;
  }

  footer address .txt {
    font-size: 1.2rem;
  }

  footer address .txt a {
    margin: 10px 0 0;
  }
}



/* -----------------
topic_path
-------------------- */
.topic_path {
  display: flex;
  padding: 20px;
  background-color: #ffffff;
}

.topic_path li {
  font-size: 1.5rem;
}

.topic_path li + li {
  margin-left: 15px;
}

.topic_path li + li::before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 15px;
  border-top: 1px solid #606060;
  border-right: 1px solid #606060;
  transform: translateY(0) rotate(45deg);
  color: #0066ff;
}

.topic_path a {
  display: inline-block;
  color: #0066ff;
  text-decoration: underline;
}

.topic_path a:hover,
.topic_path a:active,
.topic_path a:focus {
  text-decoration: none;
}

@media screen and (max-width: 850px) {
  .topic_path:nth-of-type(1) {
    display: none;
  }
  .topic_path {
    display: block;
  }
  .topic_path li + li {
    position: relative;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 20px;
    line-height: 1.2em;
  }
  .topic_path li + li::before {
    position: absolute;
    top: 5px;
    left: 0;
  }
}

</pre></body></html>