/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Latest tested: Android 6, Chrome 48, Edge 13, Firefox 44, Internet Explorer 11, iOS 9, Opera 35, Safari 9, Windows Phone 8.1 */
/*
 * Normalization
 */
abbr[title] {
  text-decoration: underline;
  /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* Firefox 40+ */ }

audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */ }

b,
strong {
  font-weight: bolder;
  /* Edge 12+, Safari 6.2+, and Chrome 18+ */ }

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */ }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  /* Firefox 4+ */
  padding: 0;
  /* Firefox 4+ */ }

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
  /* Firefox 4+ */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

html {
  font-family: sans-serif;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+, Windows Phone 8.1+ */ }

hr {
  overflow: visible;
  /* Internet Explorer 11-, Edge 12+ */ }

input {
  -webkit-border-radius: 0; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */ }

input[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */ }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */ }

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */ }

pre {
  overflow: auto;
  /* Internet Explorer 11- */ }

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */ }

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */ }

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */ }

[hidden] {
  display: none;
  /* Internet Explorer 10- */ }

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

/*
 * Opinionated defaults
 */
/* specify the margin and padding of all elements */
* {
  margin: 0;
  padding: 0; }

/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0; }

/* remove the tapping delay from clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* specify the standard appearance of selects */
select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */ }

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */ }

/* use current current as the default fill of svg elements */
svg {
  fill: currentColor; }

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

/*
 * Configurable defaults
 */
/* specify the background repeat of all elements */
* {
  background-repeat: no-repeat; }

/* specify the root styles of the document */
:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 62.5%/1.5 sans-serif; }

/* specify the text decoration of anchors */
a {
  text-decoration: none; }

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/* specify the coloring of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit; }

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none; }

/* specify the font size of small elements */
small {
  font-size: 75%; }

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* specify the resizability of textareas */
textarea {
  resize: vertical; }

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }

.center {
  text-align: center; }

.mb20 {
  margin-bottom: 20px; }

.mb37 {
  margin-bottom: 37px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb42 {
  margin-bottom: 42px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb75 {
  margin-bottom: 75px; }

.mb80 {
  margin-bottom: 80px; }

.mb110 {
  margin-bottom: 110px; }

.mb114 {
  margin-bottom: 114px; }

.ml20 {
  margin-left: 20px; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.fz12 {
  font-size: 1.2rem; }

.fz14 {
  font-size: 1.4rem; }

.fz16 {
  font-size: 1.6rem; }

html {
  line-height: 1; }

ol, ul, li {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

th.center, td.center, th.center td {
  text-align: center; }

tr.top, td.top, tr.top td, th.top, th.top td {
  vertical-align: top; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

@media screen and (max-width: 768px) {
  :root {
    font-size: 62.5%; }
    :root .pc-only {
      display: none; }
    :root .sp-only {
      display: block; }
    :root body.is-sp .pc-only {
      display: none; }
    :root body.is-sp .sp-only {
      display: block; } }

:root body .pc-only {
  display: block; }

:root body .sp-only {
  display: none; }

:root html {
  font-size: 62.5%; }

:root body {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #101010;
  margin: 0; }

@font-face {
  :root {
    font-family: "MyYuGothicM";
    font-weight: normal;
    src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular"); } }

@font-face {
  :root {
    font-family: "MyYuGothicM";
    font-weight: bold;
    src: local("YuGothic-Bold"), local("Yu Gothic"); } }

:root :root {
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

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

:root a {
  color: #2398ea;
  text-decoration: none; }
  :root a:hover img {
    opacity: 0.8; }
  :root a:hover {
    text-decoration: underline; }

:root .link-contents a:hover img, :root .gheader__logo a:hover img, :root .gheader__logo_fixed a:hover img, :root page-top a:hover img {
  opacity: 1; }

:root .clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.infoscript {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 10px;
  min-height: 50px;
  max-height: 220px;
  overflow: hidden;
  overflow-y: scroll; }

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto; } }

.hidden {
  display: none; }

.loaded {
  display: block; }

.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.top-footer {
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    .top-footer {
      margin-top: 50px; } }


.top-title {
  font-size: 30px;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center; }
  .top-title .blue {
    color: #0061A8; }
  @media screen and (max-width: 768px) {
    .top-title {
      font-size: 22px; } }

.top-sub-title {
  text-align: center;
  margin-top: 40px;
  font-size: 28px;
  font-weight: bold;
  font-family: sans-serif; }
  .top-sub-title:after {
    width: 40px;
    content: "";
    display: block;
    height: 4px;
    background-color: #0061A8;
    margin: 7px auto 0; }
  @media screen and (max-width: 768px) {
    .top-sub-title {
      font-size: 15px; } }

.top-desc {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-family: sans-serif; }
  .top-desc .blue {
    color: #0061A8; }
  @media screen and (max-width: 768px) {
    .top-desc {
      font-size: 15px; } }

.main-mv img {
  width: 100%; }

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }

.main-nav {
  max-width: 1100px;
  padding: 0 10px;
  margin: 10px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
   }
  .main-nav li {
    list-style: none;
    position: relative; }
  .main-nav img {
    width: 100%;
    height: auto; }

  .main-nav li.nav-right {
    margin-left: auto;
  }

.gnav-under {
  border-top: 1px solid #d3d3d3; }

.mv img {
  width: 100%; }

.main-contents__inner {
  max-width: 1100px;
  margin: auto; }

.action-theme img {
  margin: auto; }

.bg100 img {
  width: 100%;
  min-width: 1280px; }

.top-location-link {
  position: relative;
  top: -200px; }

.top-access-link {
  position: relative;
  top: -480px; }

.top-plan-link {
  position: relative;
  top: -740px; }

.gnav-tiles {
  width: 1030px;
  margin: auto; }

.title {
  margin-bottom: 40px; }

.title img {
  margin: auto; }

.index .gheader.is-animation {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fuwatAnimet;
  animation-name: fuwatAnimet;
  height: 140px;
  background-color: #021839; }

.is-animation {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fuwatAnimet;
  animation-name: fuwatAnimet;
  height: 90px;
  background-color: #fff; }

@-webkit-keyframes fuwatAnimet {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px); } }

@keyframes fuwatAnimet {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

.title a img {
  margin: 80px auto; }

@media screen and (max-width: 768px) {
  :root body.is-sp .sp-only .logo-and-navi .logo img {
    margin: 20px 0 0 10px;
    display: inline-block;
    position: relative;
    z-index: 100; } }

@media screen and (max-width: 400px) {
  :root body.is-sp .sp-only .logo-and-navi .logo img {
    display: inline-block;
    position: relative;
    z-index: 100; } }

@media screen and (max-width: 768px) {
  .sp-menu-inner span img {
    opacity: 0.5; }
  .title a img {
    margin: 20px auto 40px; }
  .main-contents__inner {
    width: 100%;
    padding: 0 15px; }
  .is-animation {
    display: none; }
  header.sp-only {
    position: fixed;
    left: 0;
    top: 0;
    height: 62px;
    z-index: 1000;
    min-width: 320px;
    width: 100%;
    background: #ffffff; }
  header .menu-button {
    display: block;
    float: right; }
  :root body.is-sp header .menu-button .open .sp-only {
    display: block; }
  :root body.is-sp header .menu-button .close .sp-only {
    display: none; }
  :root body.is-sp.sp-open header .menu-button .open .sp-only {
    display: none; }
  :root body.is-sp.sp-open header .menu-button .close .sp-only {
    display: block; }
  header > .logo-and-navi > a.tel-button {
    display: block;
    float: right; }
  .logo img.sp-only {
    max-width: 70%; }
  .menu-button, .tel-button {
    margin-right: 2.5%;
    margin-top: 2.5%; }
  .sp-close .sp-menu {
    display: none; }
  .sp-menu {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    height: 0px;
    overflow: hidden;
    margin-top: 15px;
    background: #fff;
    position: relative;
    z-index: 100;
    -webkit-animation: top-under 1s;
    animation: top-under 1s; }
  .sp-open .sp-menu {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    background: #fff;
    height: 161px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
    z-index: 100;
    -webkit-animation: under-top 1s;
    animation: under-top 1s; }
  @-webkit-keyframes under-top {
    0% {
      height: 0px; }
    100% {
      height: 161px; } }
  @keyframes under-top {
    0% {
      height: 0px; }
    100% {
      height: 161px; } }
  @-webkit-keyframes top-under {
    0% {
      height: 161px; }
    100% {
      height: 0px; } }
  @keyframes top-under {
    0% {
      height: 161px; }
    100% {
      height: 0px; } }
  .sp-menu-inner {
    margin-left: 1px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .sp_line {
    margin: 30px 30px;
    padding-top: 30px;
    border-top: 1px solid #000; }
  .sp-menu-inner li {
    display: table;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #000; }
  .sp-menu-inner li img {
    height: 16px;
    width: auto; }
  .sp-menu-inner li.sp-request {
    background-color: #d8c76e; }
  .sp-menu-inner li a, .sp-menu-inner li span {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    text-align: left; }
  .sp-menu-inner li a img, .sp-menu-inner li span img {
    margin-left: 20px; } }

.section1 {
  background: #f9f8f4;
  padding: 40px 20px;
}

img {
  max-width: 100%;
}

.img-title, .img-desc {
  margin-top: 40px;
  text-align: center;
}

p.title-under {
  font-size: 24px;
  font-family: serif;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  p.title-under {
    font-size: 14px;
  }

}

.top-flex {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.top-flex li {
  width: 100%;
  margin-top: 20px;
}

.top-flex li:nth-child(3), .top-flex li:nth-child(4) {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .top-flex li:nth-child(3), .top-flex li:nth-child(4){
    width: 100%;
  }

}

.top-footer {
  text-align: center;
}

.footer-con-flex {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.footer-con-flex li {
  width: 48%;
}

.copyright {
  margin-top: 40px;
  font-size: 13px;
  text-align: center;
  font-family: serif;
}