@charset "UTF-8";
/*
 * HTML
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 920px;
  font-size: 1.6rem;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

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

/*
* wrapper
* -------------------------------------------------------------------
*/
.wrapper {
  display: block;
  margin: 0px auto;
  padding: 0px;
  min-height: 100vh;
}

.wrapper > section:nth-child(even) {
  background: #fafafa;
}

/* A Modern CSS Reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

/* TOP フレーム */
header {
  padding: 15px;
}

.main-content {
  min-height: 100vh;
  min-height: calc(100vh - 91px);
}

.front-content {
  width: 65%;
}

.side {
  width: 35%;
  max-width: 400px;
  padding-left: 30px;
}

.bottom-content {
  padding: 60px 0;
  background: #f2f2f2;
}

footer {
  width: 100%;
}

.max-inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 汎用 パーツ */
.text-link {
  color: #06519B;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.text-link:hover {
  color: #4d90fe;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jcontents-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.a-item-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tar {
  text-align: right;
}

h2.default-ttl {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  color: #707070;
  height: 48px;
}

h2.default-ttl .en {
  font-size: 2.4rem;
  font-weight: 400;
  color: #C4C4C4;
  padding-left: 15px;
}

h2.my-ttl {
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  background: #06519B;
}

h2 span {
  vertical-align: middle;
}

.ttl-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mt40 {
  margin-top: 40px;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}

/* ヘッダー */
header {
  padding: 15px 0 10px;
}

header > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .main-logo {
  max-width: 195px;
}

header .main-logo h1 {
  font-size: 0;
  line-height: 0;
}

header .main-logo svg {
  width: 100%;
  height: auto;
}

header .tool-box {
  width: 100%;
  max-width: 360px;
}

header .tool-box .special-logo {
  max-width: 80px;
  height: 42px;
}

header .tool-box .special-logo > span {
  height: auto;
}

header .tool-box .special-logo svg {
  width: 100%;
}

header .gsc-control-cse {
  width: 230px;
  padding: 0;
}

header .gsc-search-button-v2 {
  font-size: 0;
  padding: 8px 27px;
}

header .gsc-search-button-v2 svg {
  height: auto;
  width: 12px;
}

header .gsc-input-box {
  padding-top: 1px;
  padding-bottom: 0;
}

header .gsc-input {
  font-size: 12px;
}

header .gsib_a {
  width: 100%;
  max-width: 135px;
}

/* グローバルナビ */
.g-nav {
  width: 100%;
  border-bottom: 1px solid #fff;
  z-index: 1;
}

.g-nav > ul {
  width: 920px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.g-nav > ul > li {
  text-align: center;
  min-width: 180px;
}

.g-nav > ul > li a {
  display: block;
  font-weight: bold;
  padding: 10px 0;
  font-size: 1.4rem;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #333;
}

.g-nav > ul > li a:hover {
  opacity: 0.5;
}

.g-nav > ul .accordion {
  position: relative;
}

.g-nav > ul .accordion > ul {
  position: absolute;
  padding: 0 10px;
  top: 41px;
  width: 100%;
  list-style: none;
  z-index: 99999;
}

.g-nav > ul .accordion > ul li a {
  display: none;
  height: 0;
  color: #333333;
  background: #fff;
}

.g-nav > ul .accordion:hover > ul li a {
  display: block;
  font-size: 1.2rem;
  color: #333;
  height: 3em;
  padding: 10px 0;
  opacity: 1;
  -webkit-transition: 0.3;
  transition: 0.3;
}

.g-nav > ul .accordion:hover > ul li a:hover {
  color: #888888;
}

/* サイドナビ */
nav.side-nav ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

nav.side-nav ul li a {
  display: block;
  color: #333;
  position: relative;
  padding: 20px 20px;
  background: #F2F2F2;
  margin-bottom: 1px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

nav.side-nav ul li a:hover {
  color: #05519b;
  background: #fdfdfd;
}

nav.side-nav ul li a span.svg {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 26px;
  vertical-align: middle;
}

nav.side-nav ul li a span.btn-text {
  display: inline-block;
  margin-left: 45px;
  width: 80%;
}

/* パンくず */
ul.bread-crumb {
  padding: 5px 20px;
  list-style: none;
}

ul.bread-crumb li {
  font-size: 1.2rem;
}

ul.bread-crumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 10px;
}

ul.bread-crumb li:last-child::after {
  display: none;
}

section.top-mv {
  position: relative;
}

/* スライダー */
.slick-slider {
  overflow: hidden;
  max-height: 680px;
}

.slick-slide img {
  display: block;
  margin: 0;
  width: 100%;
}

ul.slick-dots {
  position: absolute;
  width: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  height: 220px;
  list-style: none;
}

ul.slick-dots li {
  position: relative;
  padding: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

ul.slick-dots li.slick-active::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 28px;
  height: 28px;
  border: 1px dotted #fff;
  border-radius: 50%;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-animation: rotation 4s infinite linear;
          animation: rotation 4s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

ul.slick-dots li button {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 5px auto;
  opacity: .75;
}

ul.slick-dots li button:before {
  font-size: 0;
}

section#my-login .content {
  padding: 20px 0 30px;
  background: #F2F2F2;
}

section#my-login .content .inner {
  width: 90%;
  max-width: 250px;
  margin: 0 auto;
}

section#my-login .content p {
  margin-bottom: 15px;
}

section#my-login .content p.link {
  text-align: center;
  font-size: 1.4rem;
}

section#my-login input {
  font-size: 1.2rem;
  padding: 5px 5px;
  border: none;
  border-radius: 2px;
}

section#my-login input[type="submit"] {
  width: 100%;
  background: #05519b;
  padding: 5px 0;
  color: #fff;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 0 10px #0000003b;
          box-shadow: 0 0 10px #0000003b;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

section#my-login input[type="submit"]:hover {
  background-color: #4d90fe;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

section#my-login input#member_id, section#my-login input#branch_id {
  width: 45%;
}

section#my-login input#password {
  width: 100%;
}

/* ニュース */
.newsrelease {
  margin-bottom: 60px;
}

.news-list {
  list-style: none;
  margin: 15px 0 30px;
  padding: 0;
}

.news-list .news-list-line {
  border-bottom: 1px dashed #707070;
}

.news-list a {
  display: block;
  padding: 15px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news-list a:hover {
  opacity: 0.5;
}

.news-list p.news-list-line-title {
  display: inline-block;
  font-size: 1.8rem;
  color: #333333;
  padding-left: 30px;
  width: 80%;
  width: calc(100% - 120px);
  vertical-align: text-top;
}

.news-list .news-list-line-time {
  font-size: 1.4rem;
  color: #707070;
}

/* サービス */
.service {
  padding: 0 30px 30px;
  background: #F2F2F2;
  margin-bottom: 80px;
}

.service-list {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-list li {
  width: 31%;
  margin-top: 30px;
}

.service-list li a {
  display: block;
}

.service-list li a:hover img {
  -webkit-box-shadow: 0 0 0 #a5a5a5;
          box-shadow: 0 0 0 #a5a5a5;
}

.service-list li a:hover figcaption {
  color: #4d90fe;
}

.service-list li img {
  -webkit-box-shadow: 0 0 10px #a5a5a5;
          box-shadow: 0 0 10px #a5a5a5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-list li figcaption {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #06519B;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* アクセス */
.access-info {
  margin: 30px 0 40px;
  padding: 30px;
  background: #fff;
}

.access-info .map-image {
  width: 45%;
}

.access-info .map-image svg {
  width: 100%;
}

.access-info .info {
  width: 50%;
}

.access-info dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  background: #f2f2f2;
  text-align: center;
  padding: 10px;
  margin-bottom: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.access-info dd {
  width: 80%;
  padding: 10px 20px;
  font-size: 1.4rem;
}

.access-info dd ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: circle;
}

.access-info a.text-link {
  display: inline-block;
  margin-top: 30px;
}

.access-info a.text-link svg {
  margin-left: 10px;
}

/* フッター */
footer p.copyright {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 5px 0;
  background: #05519b;
}

/* お知らせ一覧 */
section.news {
  margin-top: 40px;
}

.f-nav > ul {
  width: 600px;
  padding: 30px 0;
  margin: 0 auto;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-nav > ul li {
  padding-right: 10px;
}

.f-nav > ul li::before {
  content: "|";
  display: inline-block;
  padding-right: 10px;
}

.f-nav > ul li:last-child:after {
  content: "|";
  display: inline-block;
  padding-left: 10px;
}

.lower header {
  padding: 0;
}

.lower header img {
  width: 100%;
}


/*sasaki*/
.map2 {
  width: auto;
  height: 90px;
}

.map3 {
  display: table;
}

.map4 {
  display: table-cell;
  vertical-align: middle;
}

